/*
INDEX
-----
COMMON ELEMENTS
TOP CTA
STAGE
MAIN NAVIGATION
MOBILE NAVIGATION
SOCIAL PROFILES
UTILS, BREADCRUMB
MAIN CONTENTS
HOME PAGE
POST STREAM
WP PAGE NAVI
BASIC FORM ELEMENTS, GRAVITY FORMS
TEMPLATE: CONTACT
TEMPLATE: STAFF
SIDEBAR
FOOTER
*/
/* ========== COMMON ELEMENTS ========== */
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: #6d7581;
}

a {
  color: #FFFFFF;
}

a:hover {
  color: #1f3e77;
}

img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 900;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

p {
  margin-bottom: 1.5rem;
}

h1 {
  font: 300 32px/1.2 "Lato", sans-serif;
  margin: 0 0 1.5rem;
}

.container.wider {
  width: 1540px;
  max-width: 100%;
}

.search-res {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  h1 {
    font-size: 36px;
  }
}

@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 44px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }
}

h1.jumbo {
  font-size: 35px;
}

@media (min-width: 576px) {
  h1.jumbo {
    font-size: 45px;
  }
}

@media (min-width: 768px) {
  h1.jumbo {
    font-size: 55px;
  }
}

@media (min-width: 992px) {
  h1.jumbo {
    font-size: 65px;
  }
}

@media (min-width: 1200px) {
  h1.jumbo {
    font-size: 72px;
  }
}

h2 {
  font: 700 24px/1.2 "Montserrat", sans-serif;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}

@media (min-width: 576px) {
  h2 {
    font-size: 25px;
  }
}

@media (min-width: 768px) {
  h2 {
    font-size: 27px;
  }
}

@media (min-width: 992px) {
  h2 {
    font-size: 29px;
  }
}

@media (min-width: 1200px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font: 700 18px/1.2 "Montserrat", sans-serif;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}

@media (min-width: 576px) {
  h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  h3 {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  h3 {
    font-size: 23px;
  }
}

@media (min-width: 1200px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font: 700 18px/1.2 "Lato", sans-serif;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}

h5, h6 {
  font: 700 18px/1.2 "Lato", sans-serif;
  margin: 0 0 1.5rem;
}

hr {
  clear: both;
  border: 0;
  border-bottom: 1px solid #4794cb;
  margin: 0 0 1.5rem;
}

.clear {
  clear: both;
}

.text_center {
  text-align: center;
}

.btn_border_white, .btn_border_yellow, .btn_border_green, .btn_border_blue, .btn_green, .btn_phone, #main input[type="submit"],
#main input[type="button"],
#main input[type="reset"] {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  border-radius: 50px;
  transition: all .3s;
  cursor: pointer;
}

.btn_border_white:hover, .btn_border_yellow:hover, .btn_border_green:hover, .btn_border_blue:hover, .btn_green:hover, .btn_phone:hover, #main input[type="submit"]:hover,
#main input[type="button"]:hover,
#main input[type="reset"]:hover, .btn_border_white:focus, .btn_border_yellow:focus, .btn_border_green:focus, .btn_border_blue:focus, .btn_green:focus, .btn_phone:focus, #main input[type="submit"]:focus,
#main input[type="button"]:focus,
#main input[type="reset"]:focus {
  text-decoration: none;
  outline: none;
}

.btn_border_white, .btn_border_yellow, .btn_border_green, .btn_border_blue {
  border-width: 3px;
  border-style: solid;
  padding: 13px 40px;
}

@media (min-width: 768px) {
  .btn_border_white, .btn_border_yellow, .btn_border_green, .btn_border_blue {
    padding: 16px 50px;
  }
}

.btn_green, .btn_phone, #main input[type="submit"],
#main input[type="button"],
#main input[type="reset"] {
  color: #fff;
  padding: 16px 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.btn_green:hover, .btn_phone:hover, #main input[type="submit"]:hover,
#main input[type="button"]:hover,
#main input[type="reset"]:hover, .btn_green:not([href]):not([tabindex]), .btn_phone:not([href]):not([tabindex]), #main input[type="submit"]:not([href]):not([tabindex]),
#main input[type="button"]:not([href]):not([tabindex]),
#main input[type="reset"]:not([href]):not([tabindex]), .btn_green:not([href]):not([tabindex]):hover, .btn_phone:not([href]):not([tabindex]):hover, #main input[type="submit"]:not([href]):not([tabindex]):hover,
#main input[type="button"]:not([href]):not([tabindex]):hover,
#main input[type="reset"]:not([href]):not([tabindex]):hover {
  color: #fff;
}

@media (min-width: 768px) {
  .btn_green, .btn_phone, #main input[type="submit"],
  #main input[type="button"],
  #main input[type="reset"] {
    padding: 19px 50px;
  }
}

.btn_green, .btn_phone, #main input[type="submit"],
#main input[type="button"],
#main input[type="reset"] {
  /*background: #00df51;
  background: -moz-linear-gradient(-45deg, #00df51 0%, #19af50 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #00df51), color-stop(100%, #19af50));
  background: -webkit-linear-gradient(-45deg, #00df51 0%, #19af50 100%);
  background: -o-linear-gradient(-45deg, #00df51 0%, #19af50 100%);
  background: -ms-linear-gradient(-45deg, #00df51 0%, #19af50 100%);
  background: linear-gradient(135deg, #00df51 0%, #19af50 100%);*/
  background: #4794cb;
  background: -moz-linear-gradient(-45deg, #4794cb 0%, #1f3e77 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #4794cb), color-stop(100%, #1f3e77));
  background: -webkit-linear-gradient(-45deg, #4794cb 0%, #1f3e77 100%);
  background: -o-linear-gradient(-45deg, #4794cb 0%, #1f3e77 100%);
  background: -ms-linear-gradient(-45deg, #4794cb 0%, #1f3e77 100%);
  background: linear-gradient(135deg, #4794cb 0%, #1f3e77 100%);

  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color_blue_light', endColorstr='$color_blue_dark', GradientType=1 );
}

.btn_green:hover, .btn_phone:hover, #main input[type="submit"]:hover,
#main input[type="button"]:hover,
#main input[type="reset"]:hover, .btn_green:focus, .btn_phone:focus, #main input[type="submit"]:focus,
#main input[type="button"]:focus,
#main input[type="reset"]:focus {
  background: #19af50;
  background: -moz-linear-gradient(-45deg, #1f3e77 0%, #4794cb 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #1f3e77), color-stop(100%, #4794cb));
  background: -webkit-linear-gradient(-45deg, #1f3e77 0%, #4794cb 100%);
  background: -o-linear-gradient(-45deg, #1f3e77 0%, #4794cb 100%);
  background: -ms-linear-gradient(-45deg, #1f3e77 0%, #4794cb 100%);
  background: linear-gradient(135deg, #1f3e77 0%, #4794cb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color_blue_dark', endColorstr='$color_blue_light', GradientType=1 );
}

.btn_border_white {
  color: #fff;
  border-color: #fff;
}

.btn_border_white:hover {
  color: #1f3e77;
  background: #fff;
}

.btn_border_yellow {
  color: #ffb814;
  border-color: #ffb814;
}

.btn_border_yellow:hover {
  color: #fff;
  background: #ffb814;
}

.btn_border_green {
  color: #fff;
  border-color: #4794cb;
}

.btn_border_green:hover {
  color: #fff;
  border-color: #4794cb;
  background: #4794cb;
}

.btn_border_blue {
  color: #4794cb;
  border-color: #4794cb;
}

.btn_border_blue:hover {
  color: #fff;
  background: #4794cb;
}

.btn_phone {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 3px;
  font-family: "Montserrat", sans-serif;
  padding: 13px 30px;
}

@media (min-width: 768px) {
  .btn_phone {
    padding: 16px 35px;
  }
}

.get_help_now {
  text-align: center;
  line-height: 1;
}

.get_help_now p {
  margin: 0;
  padding: 0 0 12px;
}

.get_help_now span {
  display: block;
  font-size: 14px;
}

.get_help_now strong {
  font-size: 24px;
}

@media (min-width: 992px) {
  .get_help_now {
    float: right;
    text-align: right;
  }
  .get_help_now p {
    float: left;
    padding: 8px 12px 0 0;
  }
  .get_help_now p span {
    padding: 0 0 2px;
  }
  .get_help_now a {
    float: right;
  }
}

.preload {
  display: none;
}

table {
  width: 100%;
  margin: 0 0 1.5rem;
}

table th {
  font-weight: bold;
  text-transform: uppercase;
  background: #eef7fc;
}

table tr, table th, table td {
  border: 1px solid #4794cb;
  padding: 1rem;
}

.blog-title {
  display: block;
  font-size: 22px;
  margin-bottom: 10px;
}
.thumb {
  display: block;
  margin-bottom: 10px;
}

.have_insurance span, .located .sub_title, .video_testimonials .sub_title, .post_stream .title, .insurance_accepted .title, .staff_intro .sub_title, #sidebar .verify_insurance .txt, #sidebar .sub_nav .title, #footer .insurance span {
  font-size: 20px;
}

@media (min-width: 576px) {
  .have_insurance span, .located .sub_title, .video_testimonials .sub_title, .post_stream .title, .insurance_accepted .title, .staff_intro .sub_title, #sidebar .verify_insurance .txt, #sidebar .sub_nav .title, #footer .insurance span {
    font-size: 21px;
  }
}

@media (min-width: 768px) {
  .have_insurance span, .located .sub_title, .video_testimonials .sub_title, .post_stream .title, .insurance_accepted .title, .staff_intro .sub_title, #sidebar .verify_insurance .txt, #sidebar .sub_nav .title, #footer .insurance span {
    font-size: 22px;
  }
}

@media (min-width: 992px) {
  .have_insurance span, .located .sub_title, .video_testimonials .sub_title, .post_stream .title, .insurance_accepted .title, .staff_intro .sub_title, #sidebar .verify_insurance .txt, #sidebar .sub_nav .title, #footer .insurance span {
    font-size: 23px;
  }
}

@media (min-width: 1200px) {
  .have_insurance span, .located .sub_title, .video_testimonials .sub_title, .post_stream .title, .insurance_accepted .title, .staff_intro .sub_title, #sidebar .verify_insurance .txt, #sidebar .sub_nav .title, #footer .insurance span {
    font-size: 24px;
  }
}

/* ========== TOP CTA ========== */
#top {
  background: #1f3e77;
  color: #fff;
  text-align: center;
  line-height: 1;
  height: 75px;
}

#top .in {
  display: flex;
  flex-flow: column-reverse;
}

#top .trust {
  padding: 10px 0;
}

#top .trust img {
  display: none;
}

#top .trust span {
  display: block;
  padding: 0 0 2px;
}

#top .get_help_now p {
  padding: 6px 0;
}

@media (min-width: 768px) {
  #top {
    height: 90px;
  }
  #top .in {
    display: block;
  }
  #top .trust {
    float: left;
    text-align: left;
    padding: 25px 0 0;
  }
  #top .trust span {
    padding: 0 0 5px;
  }
  #top .trust span img {
    margin: 0 2px 0 0;
  }
  #top .trust img {
    display: inline-block;
    vertical-align: -1px;
    margin: 0 5px 0 0;
  }
  #top .get_help_now {
    float: right;
    text-align: right;
    padding: 17px 0 0;
  }
  #top .get_help_now p {
    float: left;
    padding: 8px 12px 0 0;
  }
  #top .get_help_now p span {
    padding: 0 0 2px;
  }
  #top .get_help_now a {
    float: right;
  }
}

@media (min-width: 992px) {
  #top .trust {
    padding: 37px 0 0;
  }
  #top .trust span {
    float: left;
    padding: 0 15px 0 0;
  }
  #top .trust img {
    margin: 0 2px 0 0;
  }
}

/* ========== STAGE ========== */
#stage {
  background: #333 url(stage.jpg) center top no-repeat;
  background-size: cover;
  color: #fff;
}

#stage .logo {
  display: block;
  width: 260px;
  margin: 0 auto 15px;
}

#stage .logo img {
  display: block;
  width: 100%;
}

#stage .intro {
  text-align: center;
}

#stage .sub_title {
  font-weight: 900;
}

#stage .jumbo {
  margin: 0 0 1rem;
}

#stage .btn_green {
  margin: 0 0 1.75rem;
}

#stage .ae {
  display: none;
}

#stage.front {
  padding: 90px 0;
}

#stage.inner {
  padding: 90px 0 30px;
}

#stage.blog {
  padding: 90px 0 0;
}

#stage.inner h1 {
  clear: both;
  text-align: center;
  margin: 0;
  padding: 10px 0 0;
}

#stage.blog h1 {
  clear: both;
  text-align: center;
  margin: 0;
  padding: 10px 0;
}

@media (min-width: 576px) {
  #stage.front {
    padding: 90px 0 120px;
  }
  #stage.inner {
    padding: 90px 0 35px;
  }
  #stage.inner h1 {
    padding: 15px 0 0;
  }
  #stage.blog h1 {
    padding: 15px 0;
  }
  #stage .intro br {
    display: none;
  }
  #stage .sub_title {
    font-size: 20px;
  }
  #stage .jumbo {
    margin: 0 0 1.25rem;
  }
  #stage .btn_green {
    margin: 0 1rem 0 0;
  }
}

@media (min-width: 768px) {
  #stage.front {
    padding: 20px 0 150px;
  }
  #stage.inner {
    padding: 20px 0 40px;
  }
  #stage.blog {
    padding: 20px 0 0;
  }
  #stage.inner h1 {
    padding: 35px 0 0;
  }
  #stage.blog h1 {
    padding: 35px 0;
  }
  #stage .logo {
    margin: 0 auto 20px;
  }
  #stage .intro {
    text-align: left;
    float: left;
    width: calc(100% - 150px);
    padding: 95px 0 0;
  }
  #stage .sub_title {
    font-size: 24px;
  }
  #stage .jumbo {
    margin: 0 0 1.5rem;
  }
  #stage .ae {
    display: block;
    float: right;
    width: 150px;
    margin: 100px 0 0;
  }
}

@media (min-width: 992px) {
  #stage.front {
    padding: 20px 0 175px;
  }
  #stage.inner {
    padding: 20px 0 45px;
  }
  #stage.inner h1 {
    padding: 40px 0 0;
  }
  #stage.blog h1 {
    padding: 40px 0;
  }
  #stage .logo {
    float: left;
    margin: 0;
  }
  #stage .intro {
    width: calc(100% - 200px);
    clear: left;
  }
  #stage .sub_title {
    font-size: 27px;
  }
  #stage .jumbo {
    margin: 0 0 1.75rem;
  }
  #stage .ae {
    width: 200px;
    margin: 105px 0 0;
  }
}

@media (min-width: 1200px) {
  #stage.front {
    padding: 20px 0 200px;
  }
  #stage.inner {
    padding: 20px 0 50px;
  }
  #stage.inner h1 {
    padding: 45px 0 0;
  }
  #stage.blog h1 {
    padding: 45px 0;
  }
  #stage .intro {
    width: calc(100% - 260px);
  }
  #stage .sub_title {
    font-size: 30px;
  }
  #stage .jumbo {
    margin: 0 0 2rem;
  }
  #stage .ae {
    width: auto;
    margin: 115px 0 0;
  }
}

#nav_mobile_trigger {
  width: 50px;
  margin: 0 auto 40px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  text-align: center;
}

@media (min-width: 768px) {
  #nav_mobile_trigger {
    display: none;
  }
}

/* ========== MAIN NAVIGATION ========== */
#nav_main {
  display: none;
}

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

#nav_main ul li {
  display: inline-block;
  position: relative;
}

#nav_main ul li a {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: .5rem;
  font-size: 15px;
}

#nav_main ul li a:hover {
  text-decoration: none;
  /*color: #ffb814;*/
}

@media (min-width: 992px) {

  #nav_main ul li a {
    font-size: 12px;
    padding: .5rem .3rem;
  }

}

@media (min-width: 1200px) {

  #nav_main ul li a {
    font-size: 14px;
    padding: .5rem .4rem;
  }

}

@media (min-width: 1200px) and (max-width: 1400px) {
  #nav_main ul li a {
    font-size: 12px;
  }
  #nav_main ul ul {
    top: 2.1rem !important;
  }
}

#nav_main ul li.dropdown > a {
  padding: .5rem 1.3rem .5rem .6rem;
  position: relative;
}

#nav_main ul li.dropdown > a:after {
  content: "";
  position: absolute;
  right: .4rem;
  top: 1.05rem;
  width: 10px;
  height: 6px;
  background: url(caret_down_white.svg) center top no-repeat;
}

@media (min-width: 1200px) {

  #nav_main ul li.dropdown > a {
    padding: .5rem 1.15rem .5rem .4rem;
  }

  #nav_main ul li.dropdown > a:after {
    right: .3rem;
  }

}

#nav_main ul li.hover > a {
  color: #fff;
  background: #1f3e77;
}

#nav_main ul li.hover > a:after {
  background-image: url(caret_down_white.svg);
}

#nav_main ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 2.3rem;
  z-index: 100;
  width: 210px;
}

@media screen and (max-width: 1200px) and (min-width: 776px) {
  #nav_main ul ul {
    top: 2.1rem;
  }
}

#nav_main ul ul li {
  display: block;
}

#nav_main ul ul li a {
  display: block;
  text-transform: none;
  padding: .4rem 0 .5rem .9rem;
  background: #1f3e77;
}

#nav_main ul ul li a:hover {
  color: #1f3e77;
  background: #fff;
}

@media (min-width: 1200px) {
  #nav_main ul ul li a {
    padding: .4rem 0 .5rem 1rem;
  }
}

#nav_main ul ul li:first-child {
  border-top-right-radius: 3px;
}

@media (min-width: 768px) {
  #nav_main {
    display: block;
  }
}

@media (min-width: 992px) {
  #nav_main {
    float: right;
    padding: 50px 0 0;
  }
}

/* ========== MOBILE NAVIGATION ========== */
#nav_mobile {
  background: #1f3e77;
  color: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: -100%;
  z-index: 100;
  transition: all .5s;
  overflow-y: auto;
  line-height: 1;
}

#nav_mobile.open {
  right: 0;
}

#nav_mobile a {
  color: #fff;
}

#nav_mobile a:hover {
  text-decoration: none;
}

#nav_mobile .close {
  text-align: right;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  padding: 1rem 1.5rem;
  background: rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

#nav_mobile .close svg {
  margin: 0 0 0 5px;
}

#nav_mobile .home {
  display: block;
  text-align: center;
  font-size: 32px;
  padding: .5rem;
  background: #4794cb;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

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

#nav_mobile ul li a {
  display: block;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 700;
}

#nav_mobile ul li a:hover, #nav_mobile ul li a:active, #nav_mobile ul li a:focus {
  background: rgba(0, 0, 0, 0.1);
}

#nav_mobile ul li:last-child a {
  border-bottom: none;
}

#nav_mobile .call {
  display: block;
  text-align: center;
  text-transform: uppercase;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
  background: #4794cb;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#nav_mobile .call span {
  display: block;
  padding: .5rem 0 0;
  font-weight: 900;
  font-size: 2rem;
}

@media (min-width: 768px) {
  #nav_mobile {
    display: none;
  }
}

/* ========== SOCIAL PROFILES ========== */
.social_profiles {
  text-align: center;
}

.social_profiles a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  border: 3px solid #4794cb;
  border-radius: 100%;
  margin: 0 .25rem;
}

.social_profiles a img {
  display: inline-block;
  width: 17px;
}

.social_profiles a:hover {
  border-color: #19af50;
}

@media (min-width: 768px) {
  .social_profiles a {
    width: 50px;
    height: 50px;
    line-height: 40px;
    margin: 0 0 0 .5rem;
  }
  .social_profiles a:first-child {
    margin: 0;
  }
  .social_profiles a img {
    width: 23px;
  }
}

@media (min-width: 992px) {
  .social_profiles {
    text-align: left;
  }
}

/* ========== UTILS, BREADCRUMB ========== */
#utils {
  background: #eef7fc;
  padding: 1rem 0;
}

#breadcrumb {
  text-align: center;
  font-size: .9rem;
}

#breadcrumb .separator {
  padding: 0 .25rem;
}

@media (min-width: 768px) {
  #breadcrumb {
    text-align: left;
  }
}

/* ==========MAIN CONTENTS ========== */
#main h2, #main h3 {
  color: #1f3e77;
}

#contents {
  padding: 2rem 0 .5rem;
}

#main.less_space #contents {
  padding-top: 2rem;
}

@media (min-width: 576px) {
  #contents {
    padding: 2.5rem 0 1rem;
  }
}

@media (min-width: 768px) {
  #contents {
    padding: 3rem 0 1.5rem;
  }
}

@media (min-width: 992px) {
  #contents {
    padding: 3.5rem 0 2rem;
  }
}

@media (min-width: 1200px) {
  #contents {
    padding: 4rem 0 2.5rem;
  }
}

article ul, article ol {
  margin: 0 0 1.5rem 1.5rem;
  padding: 0;
}

article iframe {
  width: 100%;
}

article blockquote {
  margin: 0 0 1.5rem;
  padding: 1.5rem;
  background: #eef7fc;
}

article blockquote p {
  margin: 0;
}

.live_chat {
  margin: 0 0 1.5rem;
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
  display: block;
}

.alignnone {
  margin: 0 0 1.5rem;
}

.wp-caption {
  background: #eef7fc;
  padding: 5px 0 0;
  text-align: center;
}

.wp-caption img {
  display: block;
  margin: auto;
}

.wp-caption .wp-caption-text {
  margin: 0;
  padding: 5px;
  font-size: .9rem;
}

@media (min-width: 480px) {
  .alignleft {
    float: left;
    margin: .5rem 1.5rem 0 0;
  }
  .alignright {
    float: right;
    margin: .5rem 0 0 1.5rem;
  }
  .aligncenter {
    display: block;
    margin: 0 auto 1.5rem;
  }
}

/* ========== HOME PAGE ========== */
.insurance_info {
  margin-top: -2.25rem;
}

@media (min-width: 576px) {
  .insurance_info {
    margin-top: -2.5rem;
  }
}

@media (min-width: 768px) {
  .insurance_info {
    margin-top: -2.75rem;
  }
}

@media (min-width: 992px) {
  .insurance_info {
    margin-top: -3rem;
  }
}

@media (min-width: 1200px) {
  .insurance_info {
    margin-top: -3.25rem;
  }
}

.have_insurance {
  background: #1f3e77;
  padding: 1.5rem 0 0;
  position: relative;
}

.have_insurance:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -10px;
  z-index: 1;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #4794cb transparent;
  width: 0;
}

.have_insurance span {
  display: block;
  line-height: 1.2;
  color: #fff;
  margin: 0 10px -5px;
}

.have_insurance .btn_green {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  bottom: -24px;
  z-index: 1;
}

@media (min-width: 576px) {
  .have_insurance .btn_green {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .have_insurance {
    padding: 1.75rem 0 0;
  }
  .have_insurance .btn_green {
    bottom: -28px;
  }
}

.located {
  padding: 4rem 0 1.5rem;
}

.located .sub_title {
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto 2rem;
}

.located h4 {
  font-size: 24px;
  color: #4794cb;
  margin: 0 0 .5rem;
}

.located p {
  font-size: 18px;
  margin: 0 0 2rem;
}

@media (min-width: 576px) {
  .located {
    padding: 4.5rem 0 2rem;
  }
  .located .sub_title {
    margin-bottom: 2.25rem;
  }
}

@media (min-width: 768px) {
  .located {
    padding: 5rem 0 2.5rem;
  }
  .located .sub_title {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .located .sub_title {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1200px) {
  .located .sub_title {
    margin-bottom: 3.5rem;
  }
}

.help_programs {
  /*background: url(newbg.jpg) center right no-repeat;*/
  background-size: cover;
  text-align: center;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.help_programs h3 {
  margin: 0 0 .25rem;
}

.help_programs p {
  margin: 0 0 2.5rem;
}

@media (min-width: 576px) {
  .help_programs {
    /*padding: 5rem 0 30rem;*/
  }
}

@media (min-width: 768px) {
  .help_programs {
    text-align: left;
    /*padding: 5rem 0 36rem;*/
  }
}

@media (min-width: 992px) {
  .help_programs {
    /*background-position: -50% center;*/
    /*background-size: auto 100%;*/
    /*padding: 5rem 0;*/
  }
}

@media screen and (max-width: 1330px) {
  .help_programs {
    background-position: center center;
    background-size: cover;
  }
}

.new-help-porgrams {
  position: relative;
}

.new-help-porgrams .backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.new-help-porgrams .backgrounds .left {
  background-size: cover;
  background-position: right top;
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  bottom: 0;
}

.new-help-programs .backgrounds .right {
  background: #fff;
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 992px) {
  .new-help-porgrams .backgrounds .left {
    right: 0;
    width: 100%;
  }
  .new-help-porgrams .backgrounds .right {
    display: none;
  }
  .new-help-porgrams .help_programs .col {
    background: rgba(255, 255, 255, .8);
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


.intervention_full {
  background: #020202;
  color: #fff;
  text-align: center;
  padding: 3.5rem 0 2.5rem;
}

.intervention_full .ae {
  display: block;
  width: 250px;
  margin: 0 auto 2rem;
}

.intervention_full .title {
  font-size: 24px;
  line-height: 1.2;
  padding: 0 1.5rem 2rem;
}

.intervention_full .desc {
  font-size: 18px;
  padding: 0 1.5rem 2rem;
}

@media (min-width: 576px) {
  .intervention_full .ae {
    width: 275px;
  }
}

@media (min-width: 992px) {
  .intervention_full {
    text-align: left;
    padding: 0;
  }
  .intervention_full .container {
    background: url(intervention_big.png) right center no-repeat;
    background-size: 50%;
  }
  .intervention_full .ae {
    width: auto;
    margin: 2.5rem 0 2rem;
  }
  .intervention_full .title {
    padding: 0 0 1.5rem;
  }
  .intervention_full .desc {
    padding: 0 0 1.5rem;
  }
  .intervention_full .btn_border_yellow {
    margin: 0 0 2.5rem;
  }
}

@media (min-width: 1200px) {
  .intervention_full .ae {
    width: 250px;
    margin: 3.5rem 0 2rem;
  }
  .intervention_full .desc {
    padding: 0 0 2rem;
  }
  .intervention_full .btn_border_yellow {
    margin: 0 0 3.5rem;
  }
}

.video_testimonials {
  padding: 3.5rem 0;
}

.video_testimonials .sub_title {
  margin: 0 0 2rem;
}

.video_testimonials .btn_border_blue {
  margin: 0 0 2.5rem;
}

.video_testimonials .slides .item {
  height: 100%;
}

.video_testimonials .slides iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.video_testimonials .slidesjs-container {
  margin: 0 0 2rem;
}

.video_testimonials .slidesjs-navigation {
  cursor: pointer;
  color: #4794cb;
  font-size: 2rem;
  line-height: 1;
  vertical-align: middle;
}

.video_testimonials .slidesjs-navigation:hover {
  color: #1f3e77;
}

.video_testimonials .slidesjs-previous {
  float: left;
}

.video_testimonials .slidesjs-next {
  float: right;
}

.video_testimonials .slidesjs-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 2rem;
}

.video_testimonials .slidesjs-pagination li {
  display: inline-block;
}

.video_testimonials .slidesjs-pagination li a {
  display: inline-block;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  background: #eef7fc;
  border-radius: 50px;
  vertical-align: middle;
  margin: 0 .5rem;
}

.video_testimonials .slidesjs-pagination li a.active {
  width: 22px;
  height: 22px;
  background: #4794cb;
}

@media (min-width: 576px) {
  .video_testimonials {
    padding: 4rem 0;
  }
}

@media (min-width: 768px) {
  .video_testimonials {
    padding: 4.5rem 0;
  }
}

@media (min-width: 992px) {
  .video_testimonials {
    padding: 5rem 0;
  }
}

@media (min-width: 1200px) {
  .video_testimonials {
    padding: 5.5rem 0;
  }
}

.explore_full a {
  display: block;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #4794cb;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 8rem 1rem;
  transition: all .2s;
}

.explore_full a:not([href]):not([tabindex]) {
  color: #fff;
}

.explore_full a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: .9;
}

.explore_full .alumni {
  background-image: url(explore_alumni.jpg);
}

.explore_full .programs {
  background-image: url(explore_programs.jpg);
}

.explore_full .tour {
  /*background-image: url(explore_tour.jpg);*/
  background-image: url(GettyImages-861408794zc.jpg);
}

@media (min-width: 576px) {
  .explore_full a {
    font-size: 3rem;
    padding: 8.5rem 1rem;
  }
}

@media (min-width: 768px) {
  .explore_full a {
    font-size: 3.25rem;
    padding: 9rem 1rem;
  }
}

@media (min-width: 992px) {
  .explore_full a {
    height: 100%;
    font-size: 2.5rem;
    padding: 12rem 1rem;
  }
}

@media (min-width: 1200px) {
  .explore_full a {
    font-size: 3rem;
    padding: 15rem 2rem;
  }
}

/* ========== POST STREAM ========== */

body.home .post_stream {
  background: #eef7fc;
  padding: 4rem 0 1rem;
}

.post_stream a:hover {
  text-decoration: none;
}

.post_stream .col-md-6.col-lg-4, .post_stream .col-md-6.col-lg-6 {
  margin-bottom: 3rem;
}

.post_stream article {
  background: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.post_stream .col-lg-4:last-child article {
  margin: 0;
}

.post_stream .thumbnail {
  display: block;
  position: relative;
}

.post_stream .thumbnail img {
  display: block;
  margin: auto;
  max-width: 100%;
}

.post_stream .thumbnail:after {
  position: absolute;
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: rgba(71, 148, 203, 0.8) url(logo-icon.png) center center no-repeat;
}

.post_stream .thumbnail:hover:after {
  display: block;
}

.post_stream .title {
  display: block;
  line-height: 1.3;
  color: #1f3e77;
  padding: 1.5rem;
}

.post_stream .title:hover {
  color: #4794cb;
}

.post_stream .txt {
  padding: 0 1.5rem 1.5rem;
}

.post_stream .more {
  display: block;
  padding: 0 0 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
}

#searchform input[type="text"]{
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  .post_stream h2 {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) {
  .post_stream article {
    height: 100%;
    position: relative;
    padding: 0 0 3rem;
  }
  .post_stream .more {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .post_stream h2 {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  .post_stream h2 {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1200px) {
  .post_stream h2 {
    margin-bottom: 3.5rem;
  }
}

/* ========== WP PAGE NAVI ========== */

.wp-pagenavi {
  text-align: center;
  padding: 0 0 2rem;
  font-size: 1.2rem;
}

.wp-pagenavi a {
  display: inline-block;
  padding: .5rem 1rem;
  color: #6d7581;
}

.wp-pagenavi a:hover {
  text-decoration: none;
}

.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  color: #4794cb;
}

.wp-pagenavi span {
  display: inline-block;
  padding: .5rem 1rem;
}

.wp-pagenavi span.current {
  font-weight: bold;
  color: #4794cb;
}

.wp-pagenavi .extend {
  font-size: .9rem;
  vertical-align: 2px;
}

@media (min-width: 576px) {
  .wp-pagenavi {
    padding-top: .5rem;
  }
}

@media (min-width: 768px) {
  .wp-pagenavi {
    padding-top: 1rem;
  }
}

@media (min-width: 992px) {
  .wp-pagenavi {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .wp-pagenavi {
    padding-top: 2rem;
  }
}

/* ========== BASIC FORM ELEMENTS, GRAVITY FORMS ========== */
#main label {
  display: block;
  cursor: pointer;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #1f3e77;
}

#main input[type="text"],
#main input[type="email"],
#main input[type="url"],
#main input[type="tel"],
#main input[type="password"],
#main input[type="number"] {
  display: inline-block;
  width: 100%;
  -webkit-appearance: none;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #4794cb;
  border-radius: 0;
}

#main input[type="text"]:focus,
#main input[type="email"]:focus,
#main input[type="url"]:focus,
#main input[type="tel"]:focus,
#main input[type="password"]:focus,
#main input[type="number"]:focus,
#main textarea:focus,
#main select:focus {
  outline: none;
  border-color: #1f3e77;
}

#main textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  height: 150px;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #4794cb;
  border-radius: 0;
}

#main select {
  display: inline-block;
  width: 100%;
  background: #fff;
  border: 1px solid #4794cb;
  border-radius: 3px;
}

#main input[type="checkbox"],
#main input[type="radio"] {
  margin: 0 5px 0 0;
}

#main input[type="submit"],
#main input[type="button"],
#main input[type="reset"] {
  border: 0;
  -webkit-appearance: none;
}

#main input[type="submit"]:focus,
#main input[type="submit"]:hover,
#main input[type="button"]:focus,
#main input[type="button"]:hover,
#main input[type="reset"]:focus,
#main input[type="reset"]:hover {
  outline: none;
}

#main .gform_wrapper {
  background: #eef7fc;
  margin: 0 0 1.5rem;
}

#main .gform_wrapper .gform_heading {
  background: #1f3e77;
  text-align: center;
}

#main .gform_wrapper .gform_heading h3 {
  color: #fff;
  margin: 0;
  font: 900 28px/1 "Lato", sans-serif;
  padding: 1rem;
}

#main .gform_wrapper .gform_body {
  padding: 2rem 2rem 0;
}

#main .gform_wrapper .gform_body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main .gform_wrapper .gform_body .gfield {
  padding: 0 0 1.5rem;
}

#main .gform_wrapper .gform_body .ginput_counter,
#main .gform_wrapper .gform_body .gform_validation_container {
  display: none;
}

#main .gform_wrapper .gform_body .gfield_checkbox label {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  margin: 0;
}

#main .gform_wrapper input[type="submit"] {
  margin: 0 15px 0 0;
}

#main .gform_wrapper.gform_validation_error .gform_body {
  padding: 0 2rem;
}

#main .gform_wrapper .gform_footer {
  padding: 0 2rem 2rem;
}

#main .gform_wrapper .validation_error {
  color: #f00;
  font-weight: 900;
  text-transform: uppercase;
  padding: 2rem 2rem 1.5rem;
}

#main .gform_wrapper .gfield_description.validation_message {
  color: #f00;
  padding: 5px 0 0;
}

@media (min-width: 576px) {
  #main .gform_wrapper .gform_heading h3 {
    font-size: 30px;
  }
  #main .gform_wrapper .gform_body {
    padding: 2.5rem 2.5rem 0;
  }
  #main .gform_wrapper.gform_validation_error .gform_body {
    padding: 0 2.5rem;
  }
  #main .gform_wrapper .gform_footer {
    padding: 0 2.5rem 2.5rem;
  }
  #main .gform_wrapper .validation_error {
    padding: 2.5rem 2.5rem 1.5rem;
  }
}

@media (min-width: 768px) {
  #main .gform_wrapper .gform_heading h3 {
    font-size: 32px;
    padding: 1.25rem 1rem;
  }
  #main .gform_wrapper .gform_body {
    padding: 3rem 3rem 0;
  }
  #main .gform_wrapper.gform_validation_error .gform_body {
    padding: 0 3rem;
  }
  #main .gform_wrapper .gform_footer {
    padding: 0 3rem 3rem;
  }
  #main .gform_wrapper .validation_error {
    padding: 3rem 3rem 1.5rem;
  }
}

@media (min-width: 992px) {
  #main .gform_wrapper .gform_heading h3 {
    font-size: 34px;
    padding: 1.5rem 1rem;
  }
  #main .gform_wrapper .gform_body {
    padding: 3.5rem 3.5rem 0;
  }
  #main .gform_wrapper.gform_validation_error .gform_body {
    padding: 0 3.5rem;
  }
  #main .gform_wrapper .gform_footer {
    padding: 0 3.5rem 3.5rem;
  }
  #main .gform_wrapper .validation_error {
    padding: 3.5rem 3.5rem 1.5rem;
  }
}

@media (min-width: 1200px) {
  #main .gform_wrapper .gform_heading h3 {
    font-size: 36px;
  }
  #main .gform_wrapper .gform_body {
    padding: 4rem 4rem 0;
  }
  #main .gform_wrapper.gform_validation_error .gform_body {
    padding: 0 4rem;
  }
  #main .gform_wrapper .gform_footer {
    padding: 0 4rem 4rem;
  }
  #main .gform_wrapper .validation_error {
    padding: 4rem 4rem 1.5rem;
  }
}

/* ========== TEMPLATE: CONTACT ========== */
.immediate_help {
  text-align: center;
  background: url(palm_leaves.png) center top no-repeat;
  background-size: cover;
  color: #1f3e77;
  line-height: 1;
  padding: 2rem 0 1.5rem;
}

.immediate_help .title {
  font-size: 27px;
  text-transform: uppercase;
}

.immediate_help .call strong {
  font-size: 26px;
}

.immediate_help .btn_phone {
  margin: .5rem;
}

@media (min-width: 576px) {
  .immediate_help {
    padding: 3rem 0 2rem;
  }
  .immediate_help .title {
    font-size: 30px;
  }
  .immediate_help .call strong {
    font-size: 27px;
  }
}

@media (min-width: 768px) {
  .immediate_help {
    padding: 3.5rem 0 2.5rem;
  }
  .immediate_help .title {
    font-size: 32px;
  }
  .immediate_help .call strong {
    font-size: 28px;
  }
}

@media (min-width: 992px) {
  .immediate_help {
    padding: 4rem 0 3rem;
  }
  .immediate_help .title {
    font-size: 34px;
  }
  .immediate_help .call strong {
    font-size: 29px;
  }
}

@media (min-width: 1200px) {
  .immediate_help .title {
    font-size: 36px;
  }
  .immediate_help .call strong {
    font-size: 30px;
  }
}

.insurance_accepted {
  background: #4794cb;
  padding: 2rem 0 1rem;
}

.insurance_accepted .title {
  line-height: 1;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 0 .5rem;
}

.insurance_accepted .title:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  background: #fff;
  left: 5%;
  top: 54%;
}

.insurance_accepted .title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 .5rem;
  background: #4794cb;
}

.insurance_accepted .logos {
  padding: 0 1.5rem;
}

.insurance_accepted .logos img {
  display: block;
  width: 100%;
  margin: 0 auto 1rem;
}

@media (min-width: 576px) {
  .insurance_accepted .title:after {
    width: 80%;
    left: 10%;
  }
  .insurance_accepted .title span {
    padding: 0 1rem;
  }
}

@media (min-width: 768px) {
  .insurance_accepted .title:after {
    width: 70%;
    left: 15%;
  }
  .insurance_accepted .logos {
    padding: 0 2rem;
  }
}

@media (min-width: 992px) {
  .insurance_accepted .title:after {
    width: 60%;
    left: 20%;
  }
  .insurance_accepted .logos {
    padding: 0 2.5rem;
  }
}

@media (min-width: 1200px) {
  .insurance_accepted .title:after {
    width: 50%;
    left: 25%;
  }
  .insurance_accepted .logos img {
    width: auto;
  }
}

/* ========== TEMPLATE: STAFF ========== */
.staff_intro {
  padding: 2rem 0;
}

.staff_intro .group_picture {
  display: block;
  margin: 0 0 2rem;
}

.staff_intro .sub_title {
  font-weight: bold;
}

@media (min-width: 576px) {
  .staff_intro {
    padding: 2.5rem 0;
  }
}

@media (min-width: 768px) {
  .staff_intro {
    padding: 3rem 0;
  }
}

@media (min-width: 992px) {
  .staff_intro {
    padding: 3.5rem 0;
  }
}

@media (min-width: 1200px) {
  .staff_intro {
    padding: 4rem 0;
  }
}

.team_profiles h2 {
  margin-bottom: 3rem;
}

.team_profiles .avatar {
  display: block;
  margin: 0 auto 1.5rem;
  border-radius: 100%;
}

.avatar-box {
    width: 250px;
    max-width: 100%;
    margin: 0 auto 1.5rem;
}

.avatar-box div {
    height: 0;
    padding-bottom: calc(100% - 20px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.team_profiles h3 {
  margin-bottom: 0;
}

.team_profiles .title {
  font-size: 18px;
  font-style: italic;
  padding: 0 0 .5rem;
}

.team_profiles .social {
  padding: 0 0 .5rem;
}

.team_profiles .social a {
  display: inline-block;
  margin: 0 .5rem;
  color: #6d7581;
}

.team_profiles .social a:hover {
  color: #1f3e77;
}

.team_profiles .more {
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .team_profiles h2 {
    margin-bottom: 3.5rem;
  }
}

@media (min-width: 768px) {
  .team_profiles h2 {
    margin-bottom: 4rem;
  }
}

@media (min-width: 992px) {
  .team_profiles h2 {
    margin-bottom: 4.5rem;
  }
}

@media (min-width: 1200px) {
  .team_profiles h2 {
    margin-bottom: 5rem;
  }
}

.team_executive {
  background: #eef7fc;
}

.team_executive .icon {
  display: block;
  margin: auto;
  width: 96px;
  position: relative;
  top: -48px;
  z-index: 1;
}

.team_executive .profile {
  padding: 0 0 3rem;
}

.team_executive .profile .biography .full {
  display: none;
}

.team_executive .profile .more {
  cursor: pointer;
}

.team_executive .avatar {
  border: 10px solid #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

@media (min-width: 576px) {
  .team_executive .profile {
    padding: 0 0 3.5rem;
  }
}

@media (min-width: 768px) {
  .team_executive .profile {
    padding: 0 0 4rem;
  }
}

@media (min-width: 992px) {
  .team_executive .profile {
    padding: 0 0 4.5rem;
  }
}

@media (min-width: 1200px) {
  .team_executive .profile {
    padding: 0 0 5rem;
  }
}

.team_clinical {
  padding: 3rem 0 1rem;
}

.team_clinical .profile {
  padding: 0 0 .5rem;
}

.team_clinical .avatar {
  border: 5px solid #4794cb;
}

@media (min-width: 576px) {
  .team_clinical {
    padding: 3.5rem 1rem;
  }
  .team_clinical .profile {
    padding: 0 0 1rem;
  }
}

@media (min-width: 768px) {
  .team_clinical {
    padding: 4rem 0 1rem;
  }
  .team_clinical .profile {
    padding: 0 0 1.5rem;
  }
}

@media (min-width: 992px) {
  .team_clinical {
    padding: 4.5rem 0 1rem;
  }
  .team_clinical .profile {
    padding: 0 0 2rem;
  }
}

@media (min-width: 1200px) {
  .team_clinical {
    padding: 5rem 0 1rem;
  }
  .team_clinical .profile {
    padding: 0 0 2.5rem;
  }
}

/* ========== SIDEBAR ========== */
#sidebar .widget {
  margin: 0 0 2rem;
}

#sidebar .widget h3 a {
  color: #1f3e77;
  text-decoration: none;
}

@media (min-width: 576px) {
  #sidebar .widget {
    margin: 0 0 2.5rem;
  }
}

@media (min-width: 768px) {
  #sidebar .widget {
    margin: 0 0 3rem;
  }
}

@media (min-width: 992px) {
  #sidebar .widget {
    margin: 0 0 3.5rem;
  }
}

@media (min-width: 1200px) {
  #sidebar .widget {
    margin: 0 0 4rem;
  }
}

#sidebar .get_help {
  background: #4794cb url(bg_tree.png) center 60% no-repeat;
  background-size: 190%;
  text-align: center;
  margin: 0 0 3rem;
  padding: 20px 0 0;
  border: 3px solid #4794cb;
}

#sidebar .get_help img {
  display: block;
  margin: 0 auto 5px;
  width: 100px;
}

#sidebar .get_help .txt {
  color: #fff;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0 0 -15px;
}

#sidebar .get_help .btn_green {
  position: relative;
  top: 25px;
}

@media (min-width: 576px) {
  #sidebar .get_help {
    margin: 0 0 3.5rem;
  }
}

@media (min-width: 768px) {
  #sidebar .get_help {
    margin: 0 0 4rem;
  }
  #sidebar .get_help .btn_green {
    top: 28px;
  }
}

@media (min-width: 992px) {
  #sidebar .get_help {
    margin: 0 0 4.5rem;
  }
}

@media (min-width: 1200px) {
  #sidebar .get_help {
    margin: 0 0 5rem;
  }
}

#sidebar .link_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar .link_list ul a {
  color: #6d7581;
  display: block;
  border-bottom: 3px solid #eef7fc;
  padding: .75rem 0;
}

#sidebar .link_list ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 0;
}

#sidebar .link_list ul .current_page_item a {
  color: #1f3e77;
  font-weight: bold;
}

#sidebar .explore .banner, .banner-single {
  display: block;
  margin: 0 0 2rem;
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 300;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #4794cb;
  padding: 50px 15px;
  color: #fff;
  transition: all .2s;
  cursor: pointer;
}

#sidebar .explore .banner:last-child {
  margin: 0;
}

#sidebar .explore .banner:hover, .banner-single:hover {
  color: #fff;
  text-decoration: none;
  opacity: .9;
}

#sidebar .explore .tour {
  background-image: url(explore_tour.jpg);
}

#sidebar .explore .programs {
  background-image: url(explore_programs.jpg);
}

#sidebar .explore .alumni {
  background-image: url(explore_alumni.jpg);
}

#sidebar .explore .testimonial {
  background-image: url(explore_testimonial.jpg);
}

.banner-single {
  display: inline-block;
  width: 48%;
  color: #fff !important;
  margin: 0 1% 20px;
  vertical-align: top;
  min-height: 187px;
}

.banner-single.magazine {
  background-image: url(magazine.jpg);
}

.banner-single.bocalife {
  background-image: url(boca-life.jpg);
}

.banner-single.addiction-professional {
   background-image: url(addiction.jpg);
 }

.banner-single.radio {
  background-image: url(radio1.jpg);
}

@media (min-width: 768px) {
  #sidebar .explore .banner {
    padding: 100px 10px;
  }
}

@media (min-width: 992px) {
  #sidebar .explore .banner {
    font-size: 30px;
    padding: 50px 10px;
  }
}

@media (min-width: 1200px) {
  #sidebar .explore .banner {
    font-size: 36px;
    padding: 50px 15px;
  }
}

#sidebar .verify_insurance {
  background: #1f3e77;
  text-align: center;
  margin: 0 0 3rem;
  padding: 20px 0 0;
  border: 3px solid #4794cb;
}

#sidebar .verify_insurance img {
  display: block;
  width: 200px;
  margin: 0 auto 20px;
}

#sidebar .verify_insurance .txt {
  color: #fff;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0 0 -10px;
}

#sidebar .verify_insurance .btn_green {
  position: relative;
  top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 576px) {
  #sidebar .verify_insurance {
    margin: 0 0 3.5rem;
  }
}

@media (min-width: 768px) {
  #sidebar .verify_insurance {
    margin: 0 0 4rem;
  }
  #sidebar .verify_insurance .btn_green {
    top: 28px;
  }
}

@media (min-width: 992px) {
  #sidebar .verify_insurance {
    margin: 0 0 4.5rem;
  }
}

@media (min-width: 1200px) {
  #sidebar .verify_insurance {
    margin: 0 0 5rem;
  }
}

#sidebar .intervention {
  background: #020202;
  color: #fff;
  text-align: center;
  padding: 3.5rem 0 2.5rem;
  position: relative;
}

#sidebar .intervention .ae {
  display: block;
  width: 250px;
  margin: 0 auto 2rem;
  position: relative;
  z-index: 1;
}

#sidebar .intervention .inter {
  display: none;
}

#sidebar .intervention .sub_title {
  display: none;
  position: absolute;
  z-index: 1;
}

#sidebar .intervention .title {
  font-size: 24px;
  line-height: 1.2;
  padding: 0 1.5rem 2rem;
  max-width: 500px;
  margin: auto;
  position: relative;
  z-index: 1;
}

#sidebar .intervention .desc {
  font-size: 18px;
  padding: 0 1.5rem 2rem;
}

@media (min-width: 576px) {
  #sidebar .intervention .ae {
    width: 275px;
  }
}

@media (min-width: 992px) {
  #sidebar .intervention {
    padding: 2rem 0 3rem;
  }
  #sidebar .intervention .ae {
    width: 150px;
    margin: 0 0 15rem 1.5rem;
  }
  #sidebar .intervention .inter {
    display: block;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  #sidebar .intervention .sub_title {
    display: block;
    right: 1.5rem;
    top: 15rem;
    text-transform: uppercase;
  }
  #sidebar .intervention .title {
    text-align: left;
    padding: 0 1.5rem 3rem;
  }
  #sidebar .intervention .desc {
    display: none;
  }
}

@media (min-width: 1200px) {
  #sidebar .intervention {
    padding: 2.5rem 0 3.5rem;
  }
  #sidebar .intervention .ae {
    width: 180px;
    margin: 0 0 17rem 2rem;
  }
  #sidebar .intervention .sub_title {
    right: 2rem;
    top: 17.5rem;
  }
  #sidebar .intervention .title {
    padding: 0 2rem 3rem;
  }
}

#sidebar .address {
  font-size: 24px;
}

#sidebar .address .phone {
  color: #6d7581;
}

#sidebar .associations .row {
  align-items: center;
}

#sidebar .associations img {
  display: block;
  margin: 0 auto 1rem;
}

#sidebar .associations .col-12 img {
  margin: auto;
}

@media (min-width: 576px) {
  #sidebar .associations .col-sm-6 img {
    margin: auto;
  }
}

@media (min-width: 768px) {
  #sidebar .associations img {
    margin: auto;
  }
}

@media (min-width: 992px) {
  #sidebar .associations .col-lg-12 img {
    margin: 0 auto 2rem;
  }
  #sidebar .associations .col-lg-12:last-child img {
    margin: auto;
  }
}

#sidebar .sub_nav a {
  display: block;
  text-decoration: none;
}

#sidebar .sub_nav .title {
  color: #fff;
  font-weight: bold;
  background: #4794cb;
  padding: .75rem 1.5rem;
}

#sidebar .sub_nav .title:hover {
  background: #19af50;
}

#sidebar .sub_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #1f3e77;
}

#sidebar .sub_nav ul li a {
  color: #eef7fc;
  border-top: 2px solid #fff;
  padding: 1rem 1.5rem;
}

#sidebar .sub_nav ul li a:hover {
  border-top-color: #00df51;
  background: rgba(255, 255, 255, 0.1);
}

#sidebar .sub_nav ul li.current_page_item a {
  border-top-color: #00df51;
  background: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  #sidebar {
    padding: 3.5rem 0 0;
  }
  #main.less_space #sidebar {
    padding-top: 2rem;
  }
}

@media (min-width: 1200px) {
  #sidebar {
    padding: 4rem 0 0;
  }
}

/* ========== FOOTER ========== */
#footer {
  background: #1f3e77;
  color: #fff;
}

#footer .associations {
  padding: 1rem 0;
  background: #eef7fc;
}

body.home #footer .associations {
  background: #fff;
}

#footer .associations img {
  display: block;
  margin: 0 auto 1rem;
}

#footer .associations .col-12 img {
  margin: auto;
}

@media (min-width: 768px) {
  #footer .associations img {
    margin: auto;
  }
}

#footer .insurance {
  padding: 25px 0;
  text-align: center;
}

#footer .insurance span {
  display: block;
  line-height: 1.2;
  padding: 0 0 20px;
}

@media (min-width: 768px) {
  #footer .insurance span {
    padding: 0 0 15px;
  }
}

@media (min-width: 992px) {
  #footer .insurance span {
    display: inline-block;
    padding: 0 15px 0 0;
  }
}

#footer .insurance a {
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 992px) {
  #footer .insurance {
    padding: 20px 0;
  }
}

#footer .heal {
  background: #4794cb url(bg_tree.png) center center no-repeat;
  text-align: center;
  line-height: 1.2;
  padding: 30px 0 10px;
}

#footer .heal .logo {
  display: block;
  width: 100px;
  margin: 0 auto 20px;
}

#footer .heal .jumbo {
  font-weight: 300;
  font-size: 30px;
  margin: 0 0 30px;
}

#footer .heal .sub_title {
  text-transform: uppercase;
}

#footer .heal .btn_green {
  position: relative;
  bottom: -35px;
}

@media (min-width: 576px) {
  #footer .heal .jumbo {
    font-size: 38px;
    margin: 0 0 35px;
  }
  #footer .heal .sub_title {
    font-size: 23px;
  }
}

@media (min-width: 768px) {
  #footer .heal .jumbo {
    font-size: 44px;
    margin: 0 0 40px;
  }
  #footer .heal .sub_title {
    font-size: 30px;
  }
  #footer .heal .btn_green {
    bottom: -38px;
  }
}

@media (min-width: 992px) {
  #footer .heal .jumbo {
    font-size: 58px;
    margin: 0 0 45px;
  }
}

@media (min-width: 1200px) {
  #footer .heal {
    background-size: cover;
  }
  #footer .heal .jumbo {
    font-size: 72px;
    margin: 0 0 50px;
  }
}

#footer .ground {
  padding: 70px 0 20px;
}

#footer .ground .logo {
  display: block;
  width: 260px;
  margin: 0 auto 20px;
}

#footer .ground .logo img {
  display: block;
  width: 100%;
}

#footer .ground .tagline {
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 20px;
}

#footer .ground .links {
  display: none;
}

#footer .ground .links h4 {
  margin: 0 0 .5rem;
}

#footer .ground .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer .ground .links ul li a {
  display: block;
}

#footer .ground .links ul li a:hover {
  color: #fff;
  text-decoration: none;
}

#footer .ground .social_profiles {
  position: relative;
  top: 42px;
}

@media (min-width: 768px) {
  #footer .ground {
    padding: 70px 0 0;
  }
  #footer .ground .links {
    display: block;
    padding: 40px 0 0;
  }
  #footer .ground .social_profiles {
    top: 26px;
  }
  #footer .ground .social_profiles a {
    margin: 0 .25rem;
  }
  #footer .ground .social_profiles a:first-child {
    margin: 0 5px;
  }
}

@media (min-width: 992px) {
  #footer .ground .logo {
    margin: 0 0 20px;
  }
  #footer .ground .get_help_now {
    display: none;
  }
  #footer .ground .tagline {
    text-align: left;
    width: 260px;
  }
  #footer .ground .social_profiles a {
    margin: 0 .5rem 0 0;
  }
  #footer .ground .social_profiles a:first-child {
    margin: 0 .5rem 0 0;
  }
  #footer .ground .social_profiles a:last-child {
    margin: 0;
  }
}

#footer .basement {
  background: rgba(0, 0, 0, 0.1);
  padding: 40px 0 20px;
}

#footer .basement .copyright {
  text-align: center;
  font-size: 12px;
  color: #4794cb;
}

#footer .basement .copyright a {
  color: #fff;
}

#footer .basement .copyright span {
  padding: 0 5px;
}

#footer .basement .get_help_now {
  display: none;
}

@media (min-width: 992px) {
  #footer .basement {
    padding: 22px 0;
  }
  #footer .basement .copyright {
    text-align: left;
    margin: 0 -25px 0 0;
    padding: 12px 0 0;
  }
  #footer .basement .get_help_now {
    display: block;
  }
}

@media (min-width: 1200px) {
  #footer .basement .copyright {
    margin: 0;
    padding: 14px 0 0;
  }
}

/* END */
