.filter-services {
  background: url('../images/services/background_filter.jpg') top center no-repeat;
  background-color: #F9F9F9;
}
.filter-services form {
  padding: 50px 0 50px 0;
}
@media (max-width: 479px) {
  .filter-services form {
    padding: 20px 0 20px 0;
  }
}
.filter-services select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 10px 30px 10px 15px;
  border: 1px solid #CCC;
  width: 100%;
  background-image: url('../images/icons/selector_arrow.png');
  background-size: 12px 6px;
  background-repeat: no-repeat;
  font-size: 0.8125em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-position: calc(100% - 15px) 18px;
  margin-bottom: 10px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .filter-services select {
    background-image: url("../images/icons/selector_arrow@2x.png");
    background-size: 12px 6px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1199px) {
  .filter-services select {
    font-size: 0.8125em;
  }
}
@media (max-width: 991px) {
  .filter-services select {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .filter-services select {
    font-size: 0.75em;
  }
}
.filter-services button.btn.btn-primary {
  margin-top: 26px;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 10px;
  font-size: 1.125em;
}
@media (max-width: 1199px) {
  .filter-services button.btn.btn-primary {
    font-size: 1.125em;
  }
}
@media (max-width: 991px) {
  .filter-services button.btn.btn-primary {
    font-size: 1em;
  }
}
@media (max-width: 479px) {
  .filter-services button.btn.btn-primary {
    font-size: 1em;
  }
}
@media (max-width: 479px) {
  .filter-services button.btn.btn-primary {
    margin-top: 10px;
  }
}
.filter-services button.btn.btn-primary span {
  position: relative;
  margin-right: 25px;
}
.filter-services button.btn.btn-primary i {
  position: absolute;
  top: 3px;
  right: -25px;
}
h1 span.subtitle {
  font-size: 0.6875em;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  h1 span.subtitle {
    font-size: 0.6875em;
  }
}
@media (max-width: 991px) {
  h1 span.subtitle {
    font-size: 0.6875em;
  }
}
@media (max-width: 479px) {
  h1 span.subtitle {
    font-size: 0.6875em;
  }
}
.centers-directory h2 {
  font-size: 1.5em;
  margin-top: 0px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .centers-directory h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 991px) {
  .centers-directory h2 {
    font-size: 1.5em;
  }
}
@media (max-width: 479px) {
  .centers-directory h2 {
    font-size: 1.5em;
  }
}
.centers-directory .center-header {
  padding: 20px;
}
.centers-directory ul {
  margin-bottom: 40px;
}
.centers-directory li {
  border: 1px solid #ccc;
  position: relative;
  margin-top: 30px;
}
.centers-directory .center-name {
  color: #F59331;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px;
}
@media (max-width: 1199px) {
  .centers-directory .center-name {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  .centers-directory .center-name {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .centers-directory .center-name {
    font-size: 0.75em;
  }
}
.centers-directory h3 {
  margin-top: 10px;
  text-transform: none;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 120%;
  margin-right: 100px;
}
@media (max-width: 1199px) {
  .centers-directory h3 {
    font-size: 1.125em;
  }
}
@media (max-width: 991px) {
  .centers-directory h3 {
    font-size: 1em;
  }
}
@media (max-width: 479px) {
  .centers-directory h3 {
    font-size: 0.875em;
  }
}
.centers-directory .location {
  color: #999999;
  font-size: 0.8125em;
  margin-bottom: 0px;
}
@media (max-width: 1199px) {
  .centers-directory .location {
    font-size: 0.8125em;
  }
}
@media (max-width: 991px) {
  .centers-directory .location {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .centers-directory .location {
    font-size: 0.75em;
  }
}
.centers-directory .orange-button {
  position: absolute;
  top: 20px;
  right: 20px;
}
.dl {
  width: 100%;
  background-color: #F9F9F9;
  position: relative;
  font-size: 0.75em;
  padding: 20px;
  margin: 0;
}
@media (max-width: 1199px) {
  .dl {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  .dl {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .dl {
    font-size: 0.75em;
  }
}
.dl .dt:nth-child(9):before {
  display: none;
}
@media (max-width: 991px) {
  .dl {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.dl > div {
  border-left: 1px dotted #ccc;
}
@media (max-width: 991px) {
  .dl > div {
    border-left: none;
    border-top: 1px dotted #ccc;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.dl > div.no-columns {
  border: none;
}
@media (max-width: 991px) {
  .dl .dt {
    padding-top: 20px;
  }
  .dl .dt:before {
    display: none;
  }
  .dl .dd {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .dl .dt {
    padding-top: 10px;
  }
  .dl .dd {
    margin-bottom: 10px;
  }
}
.dl a {
  color: #333333;
  text-decoration: underline;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.dd {
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
}
.dt,
.dd {
  padding: 0;
}
.dt {
  margin: 0;
}
.dt {
  font-weight: 300;
  color: #999999;
  position: relative;
}
.center-header {
  position: relative;
}
.center-header h2 {
  text-transform: none;
  font-weight: 600;
  margin-right: 100px;
  margin-bottom: 20px;
  font-size: 2.5em;
}
@media (max-width: 991px) {
  .center-header h2 {
    margin-right: 80px;
  }
}
@media (max-width: 1199px) {
  .center-header h2 {
    font-size: 2em;
  }
}
@media (max-width: 991px) {
  .center-header h2 {
    font-size: 1.25em;
  }
}
@media (max-width: 479px) {
  .center-header h2 {
    font-size: 1.125em;
  }
}
.center-header .address {
  color: #999999;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 0.875em;
}
@media (max-width: 1199px) {
  .center-header .address {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .center-header .address {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .center-header .address {
    font-size: 0.75em;
  }
}
.center-header .back {
  right: 0px;
  top: 10px;
  position: absolute;
}
@media (max-width: 991px) {
  .center-header .back {
    top: 0px;
  }
}
.center-header .back span {
  position: relative;
  padding-left: 15px;
}
.center-header .back i.arrow-back {
  margin-left: 0px;
  margin-right: 0px;
  position: absolute;
  top: 4px;
  left: 0px;
}
.center-header .back:hover i.arrow-back {
  background-image: url('../images/icons/arrow_back_white.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .center-header .back:hover i.arrow-back {
    background-image: url("../images/icons/arrow_back_white@2x.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.center-content h3 {
  font-size: 1.5em;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .center-content h3 {
    font-size: 1.25em;
  }
}
@media (max-width: 991px) {
  .center-content h3 {
    font-size: 1.125em;
  }
}
@media (max-width: 479px) {
  .center-content h3 {
    font-size: 1em;
  }
}
.center-content dl {
  width: 100%;
  margin: 40px 0 40px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .center-content dl {
    margin: 20px 0 20px 0;
    width: 100%;
    overflow: hidden;
  }
}
.center-content dd {
  width: 80%;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
  padding: 20px;
  overflow: visible;
  font-size: 0.875em;
  color: #666;
  background-color: #F9F9F9;
  z-index: 1;
}
@media (max-width: 1199px) {
  .center-content dd {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .center-content dd {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .center-content dd {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  .center-content dd {
    padding: 15px;
    width: 100%;
    overflow: hidden;
    z-index: 100;
  }
}
.center-content dd .dd_content {
  position: relative;
  z-index: 10;
}
.center-content dd .dd_content a {
  word-break: break-all;
}
.center-content dd:before {
  content: ' ';
  display: block;
  width: 100%;
  top: 0px;
  clear: both;
  background-color: white;
  position: absolute;
  height: 10000px;
  z-index: 0;
  left: 0;
}
.center-content dd:nth-of-type(2n):before {
  background-color: #F9F9F9;
}
.center-content dd ul {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}
@media (max-width: 1199px) {
  .center-content dd ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 479px) {
  .center-content dd ul {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.center-content dd ul li {
  padding-bottom: 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding-left: 15px;
  position: relative;
}
.center-content dd ul li:before {
  display: block;
  content: ' ';
  border: 1px solid #F59331;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 7px;
  left: 0px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background-color: #F59331;
}
.center-content dt {
  background-color: white;
  position: relative;
  padding: 20px;
  width: 20%;
  float: left;
  clear: left;
  z-index: 10;
  font-weight: 600;
  font-size: 0.875em;
}
.center-content dt::before {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0;
  height: 1000px;
  width: 100%;
  background-color: white;
  z-index: -1;
  overflow: visible;
}
.center-content dt:nth-of-type(2n) {
  background-color: #F9F9F9;
}
.center-content dt:nth-of-type(2n)::before {
  background-color: #F9F9F9;
}
.center-content dt::after {
  content: ":";
}
@media (max-width: 1199px) {
  .center-content dt {
    font-size: 0.875em;
  }
}
@media (max-width: 991px) {
  .center-content dt {
    font-size: 0.75em;
  }
}
@media (max-width: 479px) {
  .center-content dt {
    font-size: 0.75em;
  }
}
@media (max-width: 991px) {
  .center-content dt {
    padding: 15px 15px 0px 15px;
    width: 100%;
  }
}