/**
* @name generate-centered-widths
* Generates media queries for centering a certain amount of items by setting the item container's width.
* Loops through the maxNumberOfItems variable, starting at the increment variable
*
* @param maxNumberOfItems {number} max number of items you want to loop through
* @param itemWidth {px} individual width of each item
* @param increment {number} increments each loop, used as the start point
* @param itemContainerPadding {px} the padding of the items container, to be used in the max width
**/
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
#PageSelect .container-primary {
  background: #ffffff;
}
body.responsive.responsive-dp#PageSelect #TopHeader {
  background: #ffffff;
}
body.responsive.responsive-dp#PageSelect #BottomHeader {
  display: none;
}
body.responsive.responsive-dp#PageSelect .container-primary .content {
  border: 1px solid #e4e4e4;
  padding-top: 15px;
  padding-bottom: 15px;
}
.location-wrapper {
  border-top: solid 1px #e4e4e4;
  padding-top: 10px;
  overflow: auto;
}
.select-location {
  font: 13px/16px Arial, Verdana, sans-serif;
  margin: 0 auto 15px auto;
  width: 640px;
}
@media (max-width: 640px) {
  body.responsive .select-location {
    width: 100%;
  }
}
.select-location p {
  margin: 0;
  padding: 15px 0;
}
.select-location p a {
  color: #000066;
  text-decoration: none;
}
.select-location p a:hover {
  color: #2078ef;
}
.button-open {
  text-transform: uppercase;
}
.module {
  margin-bottom: 5px;
}
.module h3 {
  font: 13px/16px Arial, Verdana, sans-serif;
  font-weight: normal;
  margin: 0;
  padding-bottom: 10px;
}
ul.drop-down,
section.drop-down {
  background: none;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  list-style: none;
  margin: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(enabled = false)";
  padding: 0;
}
.centered-item {
  clear: both;
  margin-top: 10px;
}
#LocationMenus .jshidden .locMenu li {
  border: none;
}
#LocationMenus .jshidden ul {
  margin: 0;
}
#LocationMenus .jshidden .location-depth-1 {
  margin: 0;
  padding: 15px 5px;
  border-top: solid 1px #e4e4e4;
}
#LocationMenus .jshidden .location-depth-1 > li > a {
  font-weight: bold;
}
#LocationMenus .jshidden .location-depth-2 {
  margin: 0;
  padding: 0 0 0 10px;
}
#LocationMenus .jshidden .location-depth-3 li {
  background-position: 3px 7px;
  padding: 0 0 0 10px;
}
#LocationMenus .jshidden a:hover {
  background-color: #ececec;
  color: #ec7d1b;
  text-decoration: underline;
}
