/* RESET */

img,
img:before,
img:after {
  box-sizing: content-box;
}
img {
  height: auto;
}
img,
object,
embed,
iframe {
  max-width: 100%;
}
label {
  cursor: pointer;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  *overflow: visible;
}
button,
input,
select,
textarea {
  padding: 0;
  vertical-align: baseline;
}
button:focus,
input:focus,
select:focus,
textarea:focus,
a:focus {
  outline: none;
}
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
br,
hr {
  display: block;
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 0;
}
hr {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
a {
  color: #2d807f;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}

body {
  background: #fff;
  color: #333;
  font: normal 16px/1.8 arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2;
}

h1 {
  font-size: 28px;
  margin: 0 0 20px;
}

h2 {
  font-size: 23px;
  margin: 0 0 20px;
}

h3 {
  font-size: 19px;
  margin: 0 0 15px;
}

h4 {
  font-size: 16px;
  margin: 0 0 10px;
}

/* STRUCTURE */

.grid260 {
  width: 260px;
}

/* Top Header */

#top {
  margin-top: 10px;
  margin-bottom: 20px;
}

#top .logo {
  display: block;
  margin: auto;
  max-width: 255px;
}

#top .logo img {
  display: block;
  margin: auto;
}

#top .helpline {
  display: block;
  margin: 20px auto 0;
  max-width: 345px;
  text-align: center;
  line-height: 1;
}

#top .helpline img {
  display: block;
  margin: auto;
}

/* MAIN NAVIGATION */

#main_nav {
  margin: 0 0 50px;
}

#main_nav_inner {
  display: none;
  height: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#main_nav li,
#main_nav a {
  float: left;
  height: 40px;
}

#main_nav a {
  font-size: 14px;
  line-height: 38px;
  padding: 0 8px;
  margin: 0 1px 0 0;
  color: #fff;
  text-decoration: none;
}

#main_nav .tinynav {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  color: #fff;
  padding: 10px;
  background-image: url(menu_white.png);
  background-position: right center;
  background-repeat: no-repeat;
}

/* FIXED CTA */

#cta-fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  background: #2d807f;
  text-align: center;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}

#cta-fixed.sticky {
  display: block;
}

#cta-fixed a {
  display: inline-block;
  color: #fff;
  padding: 0 42px 5px;
  transition: background 0.2s;
  text-transform: uppercase;
  font: 13px/1 arial, sans-serif;
  vertical-align: top;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.5px;
  text-decoration: none;
}

#cta-fixed a:hover {
  background: rgba(0, 0, 0, 0.1);
}

#cta-fixed i {
  margin: 7px 0 8px;
  width: 23px;
  height: 23px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  line-height: 23px;
  text-align: center;
  font-weight: bold;
}

#cta-fixed em {
  display: none;
  font-style: normal;
  font-weight: bold;
  color: #efec32;
}

#cta-fixed span {
  display: block;
  padding: 0 0 5px;
}

#cta-fixed strong {
  display: block;
  padding: 0 0 6px;
  color: #efec32;
}

#cta-fixed .call i {
  margin: 5px 0 4px;
}

#cta-fixed .call span {
  padding: 0;
}

#cta-fixed .call strong {
  padding: 0;
  font-size: 30px;
}

#cta-fixed .mail i {
  font-size: 12px;
}

/* Content */

.section_title {
  color: #fff;
  padding: 8px 10px 9px;
  border-left-width: 10px;
  border-left-style: solid;
}

#content p {
  margin: 0;
  padding: 0 0 25px;
}

#content article {
  padding: 0 0 20px;
}

body.home #content article {
  margin: 0;
}

article ul,
article ol {
  margin: 0 0 20px 20px;
  padding: 0;
}

article li {
  padding: 0 0 5px;
}

.breadcrumbs {
  font-size: 13px;
  margin: 0 0 10px;
}

.cta {
  background: #b80913 url(call.png) 15px center no-repeat;
  padding: 8px 15px 8px 45px;
  line-height: 1.3;
  margin: 0;
  color: #fff;
  border-radius: 3px;
}

.cta a {
  font-weight: bold;
  color: #fff;
}

.cta_phone {
  background: #b80913;
  color: #fff;
  padding: 3px 6px 4px;
  border-radius: 3px;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}

.cta_phone:hover {
  color: #fff;
  background: #2d807f;
  text-decoration: none;
}

.listings {
  margin: 0 0 25px;
}

.listings ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.listings .states,
.listings .cities {
  width: 50%;
}

.listings li a {
  display: block;
  padding: 4px 5px 5px 10px;
  border-radius: 3px;
}

#sidebar .listings li a {
  padding: 2px 5px 3px 10px;
}

.listings li a:hover,
#nearby li a:hover {
  text-decoration: none;
  color: #fff;
}

.listings_mobile {
  display: none;
}

#sidebar .tinynav {
  display: block;
  width: 100%;
}

#centers_listing .col-sm-6 {
  margin-bottom: 30px;
}

#centers_listing .col-sm-6:nth-child(odd) {
  clear: left;
}

#centers_listing .center {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 1px solid #ddd;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
}

#centers_listing .center .heading {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #ddd;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#f5f5f5), to(#e8e8e8));
  background-image: -webkit-linear-gradient(top, #f5f5f5, 0%, #e8e8e8, 100%);
  background-image: -moz-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#ffe8e8e8',GradientType=0);
}

#centers_listing .center .body {
  padding: 15px 15px 0;
}

#centers_listing .center .footer {
  display: block;
  text-align: right;
  background: #f5f5f5;
  padding: 8px;
  border-top: 1px solid #ddd;
}

#centers_listing .center .footer span {
  display: inline-block;
  padding: 1px 5px;
  font-size: 12px;
  border: 1px solid #419641;
  color: #fff;
  background-image: -webkit-gradient(linear, left 0, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c, 0%, #449d44, 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.center_address {
  font-style: normal;
}

.center_map {
  margin: 0 0 20px;
}

.center_map .pgm .canvas {
  width: 100% !important;
}

#nearby {
  padding: 0 0 10px;
}

#nearby ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nearby li a {
  display: block;
  border-radius: 3px;
  padding: 4px 5px 5px 10px;
}

.featured_center {
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  margin: 0 0 20px;
  padding: 15px 15px 0px 15px;
  box-shadow: inset 0px 1px 0px #fff, inset 1px 0px 0px #fff;
}

.featured_center hr {
  box-shadow: 0px 1px 0px #fff;
}

.submit_center {
  display: block;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  line-height: 1.3;
  padding: 8px 10px 10px;
  margin: 0 0 30px;
}

.submit_center:hover {
  color: #fff;
  text-decoration: none;
}

#content table {
  margin: 0 0 20px;
}

#content table tr {
  border: 1px solid #eee;
}

#content table tr:nth-child(odd) {
  background: #fcfcf4;
}

#content table td {
  padding: 10px 15px;
}

.alignleft,
.alignright,
.aligncenter {
  display: block;
  margin: 0 auto 25px;
  clear: both;
}

.aligncenter {
  text-align: center;
}

.alignnone {
  display: block;
  margin: 0 0 25px;
}

.wp-caption {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  background: #eee;
  position: relative;
}

#content .wp-caption .wp-caption-text {
  padding: 5px 10px 10px;
}

.wp-caption.alignleft,
.wp-caption.aligncenter {
  padding: 5px 0 30px;
}

.wp-caption.alignright {
  padding: 5px 0 0;
}

.wp-caption.alignleft:after,
.wp-caption.aligncenter:after {
  bottom: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.wp-caption.alignright:after {
  top: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.wp-caption:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  text-align: center;
  color: #fff;
  background: #b80913;
}

#content .wp-pagenavi {
  padding: 0 !important;
  margin: 0 0 30px;
}

.links_list {
  list-style: none;
  margin: 0 0 30px;
}

.links_list li {
  padding: 0;
}

.links_list a:before {
  content: "\f0c1";
  font: normal normal normal 14px/1 FontAwesome;
  margin: 0 5px 0 0;
  color: #ccc;
}

.links_list a {
  display: block;
  padding: 10px;
  color: #333;
  line-height: 1.5;
  border-radius: 3px;
}

.links_list a:hover {
  text-decoration: none;
  color: #fff;
  background: #2d807f;
}

#featured_articles {
  margin: 0 0 30px;
}

#featured_articles .heading {
  padding: 5px 0 0 5px;
}

#featured_articles .heading strong {
  display: inline-block;
  background: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  color: #000;
}

#featured_articles ul {
  list-style: none;
  margin: 0;
  padding: 10px;
  border: 1px solid #ddd;
  border-top: 0;
  box-shadow: 0 1px 1px #eee;
}

#featured_articles li a {
  display: block;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}

#featured_articles li a:hover {
  text-decoration: none;
}

#featured_articles li:last-child a {
  margin: 0;
  padding: 0;
  border: 0;
}

#featured_articles li a img {
  float: left;
  margin: 5px 10px 0 0;
  border: 5px solid #eee;
  transition: all 0.3s;
}

/* Sidebar */

#sidebar section {
  margin: 0 0 20px;
}

#sidebar p {
  padding: 0 0 10px;
}

#sidebar .related_articles a {
  display: block;
  padding: 5px 0;
}

#sidebar .form h4 {
  margin: 0;
}

#sidebar .form .gform_wrapper {
  margin: 0;
  padding: 10px 15px 15px;
  background: #f9f9f9;
}

#sidebar .listings {
  display: none;
}

/* GRAVITY FORMS */

#main .gform_wrapper {
  max-width: 100%;
}

#main .gform_wrapper .gform_heading,
#main .gform_wrapper .gf_progressbar_wrapper,
#main .gform_wrapper .gform_page_footer {
  width: 100%;
}

#main .gform_wrapper input[type="text"],
#main .gform_wrapper input[type="url"],
#main .gform_wrapper input[type="email"],
#main .gform_wrapper input[type="phone"],
#main .gform_wrapper input[type="number"],
#main .gform_wrapper input[type="password"],
#main .gform_wrapper input[type="tel"],
#main .gform_wrapper textarea {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
}

#main .gform_wrapper input[type="text"]:focus,
#main .gform_wrapper input[type="url"]:focus,
#main .gform_wrapper input[type="email"]:focus,
#main .gform_wrapper input[type="phone"]:focus,
#main .gform_wrapper input[type="number"]:focus,
#main .gform_wrapper input[type="password"]:focus,
#main .gform_wrapper input[type="tel"]:focus,
#main .gform_wrapper textarea:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

#main .gform_wrapper li.gfield {
  margin: 0 0 20px;
  padding: 0;
}

#main .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
}

#main .button {
  display: inline-block;
  border: 0;
  border-radius: 3px;
  color: #fff;
  margin: 0 10px 0 0;
  padding: 6px 20px 8px;
  outline: none;
  -webkit-appearance: none;
  width: auto;
}

#main .button:hover {
  text-decoration: none;
}

#main .button.small {
  padding: 2px 10px 4px;
  font-size: 14px;
}

#main .gform_wrapper .description_above .gfield_description {
  color: #777;
}

#main #gforms_confirmation_message {
  padding: 5px 10px 6px;
  margin: 0 0 20px;
  color: #fff;
  border-left-width: 10px;
  border-left-style: solid;
}

#main .gform_wrapper div.validation_error {
  border: 0;
  padding: 0;
  margin: 0 0 20px;
  color: #f00;
  font-size: 100%;
  line-height: 1.4;
  text-align: left;
}

#main .gform_wrapper li.gfield.gfield_error {
  border: 0;
  background: transparent;
  margin: 0;
}

#main .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin: 0;
}

#main .gform_wrapper .gfield_error .gfield_label,
#main .gform_wrapper .validation_message {
  color: #f00;
}

#main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 8px;
}

#main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding: 0;
  color: #f00;
  font-weight: normal;
  font-size: 100%;
}

/* 404 Error */

.error404 #content h1 {
  text-align: center;
  font-size: 80px;
  color: #999;
}

/* FOOTER */

footer {
  color: #fff;
  padding: 30px 0 0;
}

footer ul {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}

footer ul a {
  color: #ddd;
  display: block;
  font-size: 13px;
}

footer ul a:hover {
  color: #fff;
}

footer .logo {
  display: block;
  max-width: 218px;
  height: 88px;
  background: url(logo_footer.gif) center center no-repeat;
  background-size: 100% auto;
  margin: 0 0 25px;
}

/* RESPONSIVE MEDIA QUERIES */

@media (min-width: 480px) {
  .alignleft {
    float: left;
    clear: none;
    margin: 5px 15px 25px 0;
  }

  .alignright {
    float: right;
    clear: none;
    margin: 5px 0 25px 15px;
  }
}

@media only screen and (min-width: 641px) {
  #main .gform_wrapper .gform_body {
    width: 100%;
  }

  #sidebar div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100%;
  }

  #sidebar div.ginput_container_name span {
    display: block;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  #top .logo {
    float: left;
    margin: 0;
  }

  #top .helpline {
    float: right;
    margin: 10px 0 0;
  }

  #main_nav .tinynav,
  #sidebar .tinynav {
    display: none;
  }

  #main_nav_inner {
    display: block;
  }

  #cta-fixed a {
    padding: 0 37px 5px;
  }

  .links_list li {
    float: left;
    width: 50%;
  }

  .links_list li:nth-child(odd) {
    clear: left;
  }

  .listings .states,
  .listings .cities {
    width: 33.33%;
  }

  #sidebar .listings .states {
    width: 50%;
  }

  #sidebar .listings {
    display: block;
  }

}

@media (min-width: 992px) {
  #main_nav a {
    font-size: 16px;
    padding: 0 16px;
  }

  #content .listings .states {
    width: 25%;
  }

}

@media (min-width: 1200px) {
  .container {
    width: 1020px;
  }

  #main_nav a {
    padding: 0 19px;
  }

  #cta-fixed a {
    padding: 0 42px 5px;
  }

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #cta-fixed span {
    display: none;
  }
  #cta-fixed span.who_answers {
    display: block;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #cta-fixed a {
    padding: 0 8px 5px;
  }

  #cta-fixed i {
    margin: 6px 0 7px;
  }

  #cta-fixed strong {
    padding: 1px 0 5px;
  }

  #cta-fixed .call i {
    margin: 5px 0 2px;
  }

  #cta-fixed .call strong {
    font-size: 25px;
  }

  .cta .banner_desktop,
  .cta .banner_mobile {
    display: none;
  }

  .cta .banner_tablet {
    display: block;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  #cta-fixed a {
    padding: 0 8px 5px;
  }

  #cta-fixed i {
    margin: 5px 0;
  }

  #cta-fixed em {
    display: block;
    padding: 0 0 4px;
  }

  #cta-fixed strong {
    display: none;
  }

  #cta-fixed .call i {
    margin: 4px 0 1px;
  }

  #cta-fixed .call strong {
    display: block;
    font-size: 22px;
  }

  .cta .banner_desktop,
  .cta .banner_tablet {
    display: none;
  }

  .cta .banner_mobile {
    display: block;
  }
}

/* END */

/* ========== WHO ANSWERS LIGHTBOX ========== */
#who_answers {
  display: none;
  width: 90%;
  max-width: 500px;
  border-radius: 0.25rem;
  background: #fff;
  padding: 25px 25px 1px;
  font-size: 16px;
  text-align: initial;
}

#who_answers .close {
  position: absolute;
  top: 13px;
  right: 16px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

#who_answers h2 {
  font-size: 26px;
  margin: 0 0 30px;
  text-transform: uppercase;
}

#who_answers ul {
  list-style: disc;
  padding: 0 0 0 40px;
  margin-bottom: 1rem;
}

#who_answers p {
  margin: 0;
  padding: 0 0 30px;
}

.who_answers {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}

.who_answers i {
  color: #6699cc;
  margin: 0 3px 0 0;
}

header .number-wrapper .who_answers {
  margin-top: 8px;
}

.cta-line {
  text-align: center;
  margin: 0 auto 1rem;
  line-height: 1.2;
}

#call-cta {
  text-align: center;
}

#cta-fixed .who_answers i {
  background: none;
  margin: 0;
}
/* ========== END ========== */
