﻿body {
  font-size: 16px;
  color: #CCC;
  font-family: 'Montserrat', sans-serif; }

.h1,
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  color: #CCC; }

.h2,
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  color: #CCC; }

.h3,
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #CCC; }

.h4,
h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #CCC; }

.h5,
h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #CCC; }

.h6,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #CCC; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 2.375em; }

h3 {
  font-size: 1.5em; }

h4 {
  font-size: 1.25em; }

h1, h2, h3, h4 {
  color: #000;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  text-transform: none; }
  h1.underlined::after, h2.underlined::after, h3.underlined::after, h4.underlined::after {
    content: "";
    border: 1px solid #979797;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 10px auto 20px; }
  h1 b, h2 b, h3 b, h4 b {
    font-weight: 600; }

.container-fluid {
  max-width: 1400px; }

p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px; }

ul {
  list-style: inside;
  padding-left: 0; }
  ul > li {
    font-size: 16px;
    line-height: 1.7em; }

label {
  font-weight: normal; }

textarea {
  resize: none; }

span {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  display: block; }

.btn {
  height: 50px;
  width: auto;
  /*max-width: 250px;*/
  border-radius: 25px;
  border: 2px solid #000;
  background: #fff;
  font-weight: 500;
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.125em;
  padding: 0 40px;
  line-height: 50px; }

.form-group input, .form-group select {
  height: 50px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #000;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; }
.form-group select {
  appearance: none;
  -webkit-appearance: none;
  background: url("../_img/drop-arrow.png") 95% center no-repeat #fff; }
  .form-group select option {
    color: #4A4A4A; }
.form-group input::placeholder, .form-group input::-webkit-input-placeholder, .form-group input::-moz-placeholder, .form-group input:-moz-placeholder, .form-group input:-ms-input-placeholder {
  color: #4A4A4A; }

.list-group.list-group-simple {
  padding: 30px 0; }
  .list-group.list-group-simple a {
    border-radius: 0;
    border: none; }

.centered {
  text-align: center; }

address {
  color: #000;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  margin-bottom: 0; }

nav ul li {
  list-style-type: none; }

ul.no-bullets {
  list-style-type: none; }

.breadcrumb {
  background-color: transparent;
  padding: 40px 15px;
  color: #4a4a4a; }
  .breadcrumb li a {
    color: #4a4a4a; }
  .breadcrumb > .active {
    color: #4a4a4a; }
  .breadcrumb > li + li:before {
    content: "|\00a0";
    color: #4a4a4a; }

.top-nav {
  background-color: #fff;
  margin-bottom: 0;
  border-radius: 0;
  box-shadow: 0 -3px 4px 0 rgba(0,0,0,0.5);
  }
  @media screen and (max-width: 767px) {
    .top-nav {
      display: none; } }
  .top-nav ul.navbar-nav {
    padding: 5px 0; }
    .top-nav ul.navbar-nav > li {
      padding: 10px 20px; }
      .top-nav ul.navbar-nav > li:last-child {
        padding: 0; }
      .top-nav ul.navbar-nav > li > a {
        font-size: 1em;
        color: #34B233;
        padding: 0;
        font-family: 'Montserrat', sans-serif;
    }
        .top-nav ul.navbar-nav > li > a:hover {
          color: #000;
          text-decoration:underline;
          }
      .top-nav ul.navbar-nav > li form {
        padding: 0px 20px;
        margin: 0; }
        .top-nav ul.navbar-nav > li form .input-group input[type='text'] {
          border-radius: 10px;
          height: 35px;
          font-size: 1.125em;
          padding-right: 43px;
          position: relative;
          z-index: 1; }
        .top-nav ul.navbar-nav > li form .input-group button {
          color: #303031;
          font-size: 1.125em;
          padding-top: 0;
          padding-bottom: 0;
          padding-left: 15px;
          background-color: transparent;
          background: none;
          border: none;
          width: auto;
          border: none;
          box-shadow: none;
          height: 34px;
          margin-left: -45px;
          position: relative;
          z-index: 2; }
          .top-nav ul.navbar-nav > li form .input-group button i.fa {
            font-size: 18px; }

.main-nav {
  background-color: #fff;
  border-bottom: 1px solid #CCC;
  margin-bottom: 0;
  overflow: hidden; }
  @media (max-width: 767px) {
    .main-nav .container-fluid {
      padding-right: 0;
      padding-left: 0;
      margin-right: -15px;
      margin-left: 0; } }
  .main-nav .navbar-header {
    display: inline-block;
    float: left; }
    @media (max-width: 767px) {
      .main-nav .navbar-header {
        width: 100%; } }
    .main-nav .navbar-header .navbar-brand {
      height: auto;
      padding: 0;
      display: inline-block; }
      @media (max-width: 767px) {
        .main-nav .navbar-header .navbar-brand {
          float: none;
          display: block; } }
      .main-nav .navbar-header .navbar-brand img {
        margin: 30px 0px 0px 20px;
        max-width: 250px; }
        @media (max-width: 1199px) {
          .main-nav .navbar-header .navbar-brand img {
            max-width: 180px; } }
        @media (max-width: 767px) {
          .main-nav .navbar-header .navbar-brand img {
            margin: 30px auto; } }
      .main-nav .navbar-header .navbar-brand.home-brand img {
        margin: 30px 0px 30px 20px; }
        @media (max-width: 767px) {
          .main-nav .navbar-header .navbar-brand.home-brand img {
            margin: 30px auto; } }
  .main-nav #main-nav {
    float: left; }
    @media (max-width: 767px) {
      .main-nav #main-nav {
        float: none;
        width: 100%; } }
  @media (max-width: 767px) {
    .main-nav ul.navbar-nav:first-of-type {
      background: #E6E6E6;
      margin: 0 -15px; } }
  .main-nav ul.navbar-nav > li {
    float: none; }
    .main-nav ul.navbar-nav > li > a {
      font-size: 1.25em;
      font-family: 'Montserrat', sans-serif;
      color: #000;
      font-weight: 500;
      padding: 45px 0; }
      @media (max-width: 767px) {
        .main-nav ul.navbar-nav > li > a {
          font-size: 1.125em;
          padding: 16px 22px; } }
  @media (max-width: 767px) {
    .main-nav #top-nav ul {
      background: #D7D7D7; } }
  @media (max-width: 767px) {
    .main-nav #top-nav ul li a {
      font-size: 0.9375em;
      color: #000; } }

.sub-nav {
  background: transparent;
  border: none;
  margin-top: -45px; }
  @media (max-width: 767px) {
    .sub-nav {
      margin-top: 0;
      padding-left: 0;
      padding-right: 0; } }
  .sub-nav .navbar-header {
    display: none;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 290px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (max-width: 767px) {
      .sub-nav .navbar-header {
        display: block; } }
    .sub-nav .navbar-header > h3 {
      font-size: 1em;
      float: left; }
    .sub-nav .navbar-header button {
      width: auto;
      float: right;
      margin-top: 0;
      margin-left: 0;
      padding-right: 0; }
      @media (max-width: 767px) {
        .sub-nav .navbar-header button.navbar-toggle.collapsed .fa-angle-down {
          display: inline-block; } }
      .sub-nav .navbar-header button.navbar-toggle .fa-angle-down {
        display: none; }
      .sub-nav .navbar-header button.navbar-toggle .fa-times {
        font-size: 1.125em; }
      .sub-nav .navbar-header button h3 {
        font-size: 1em;
        margin: 0;
        font-weight: 500; }
        .sub-nav .navbar-header button h3 i {
          margin-left: 20px;
          font-size: 1.125em;
          color: #CCC; }
  .sub-nav #sub-nav {
    padding: 0; }
  .sub-nav .navbar-nav {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    padding-bottom: 10px; }
    @media (max-width: 767px) {
      .sub-nav .navbar-nav {
        padding: 0;
        margin: 0; } }
    .sub-nav .navbar-nav > li {
      float: none;
      vertical-align: middle;
      padding-bottom: 10px;
      margin-bottom: 10px;
      height: 50px; }
      .sub-nav .navbar-nav > li:hover, .sub-nav .navbar-nav > li:active {
        border-bottom: 2px solid #000; }
      .sub-nav .navbar-nav > li > a {
        font-size: 1.25em;
        line-height: 28px;
        font-weight: 500;
        color: #000;
        padding-bottom: 0; }
        @media (max-width: 991px) {
          .sub-nav .navbar-nav > li > a {
            font-size: 1.125em; } }

.navbar-default .navbar-toggle {
  float: left;
  margin: 30px 0 0 20px;
  background: transparent;
  border: none;
  width: 50px;
  height: 50px; }
  @media (max-width: 767px) {
    .navbar-default .navbar-toggle {
      display: inline-block; } }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:active, .navbar-default .navbar-toggle:visited {
    background: transparent; }
  .navbar-default .navbar-toggle.collapsed .icon-bar {
    display: block; }
  .navbar-default .navbar-toggle.collapsed .fa-times {
    display: none; }
  .navbar-default .navbar-toggle .icon-bar {
    width: 30px;
    height: 3px;
    display: none; }
  .navbar-default .navbar-toggle .fa-times {
    color: #888;
    font-size: 1.625em; }
.navbar-default .mobile-search-btn {
  float: right;
  margin: 35px 20px 0 0;
  display: none;
  background: transparent;
  border: none;
  padding: 5px 10px;
  font-size: 1.625em;
  color: #888; }
  @media (max-width: 767px) {
    .navbar-default .mobile-search-btn {
      display: inline-block; } }
.navbar-default .mobile-search {
  display: none;
  width: 100%;
  padding: 20px; }
  .navbar-default .mobile-search .navbar-form {
    border: none;
    margin: 0 -15px; }
    .navbar-default .mobile-search .navbar-form .form-group {
      display: inline-block;
      width: calc(100% - 54px);
      margin-right: 10px; }
    .navbar-default .mobile-search .navbar-form button {
      width: 40px;
      display: inline-block;
      font-size: 1em; }

@media (max-width: 767px) {
  .side-nav {
    padding-left: 0;
    padding-right: 0;
    display: none; } }
.side-nav h4 {
  padding: 0 20px;
  text-transform: none;
  font-weight: 500; }
.side-nav ul {
  background: #F1F1F2;
  border-top: 2px solid #CCC;
  list-style-type: none;
  padding: 0; }
  .side-nav ul li {
    padding: 0 20px; }
    .side-nav ul li.current {
      background: #CBCBCB; }
      .side-nav ul li.current > a {
        font-weight: 500; }
    .side-nav ul li.has-children > a {
      display: inline-block; }
    .side-nav ul li.has-children i {
      display: inline-block;
      float: right;
      font-size: 24px;
      padding: 10px;
      -webkit-transition: all .5s;
      /* Safari */
      transition: all .5s; }
      .side-nav ul li.has-children i:hover {
        cursor: pointer; }
      .side-nav ul li.has-children i.active {
        transform: rotate(180deg);
        -webkit-transition: all .5s;
        /* Safari */
        transition: all .5s; }
    .side-nav ul li.has-children ul {
      border-top: none;
      background: transparent; }
      .side-nav ul li.has-children ul li {
        padding: 0 0 0 20px; }
    .side-nav ul li.has-children > ul {
      display: none; }
      .side-nav ul li.has-children > ul li > ul {
        display: none; }
    .side-nav ul li a {
      color: #000;
      text-decoration: none;
      padding: 10px 0;
      display: block; }

.side-nav-btn {
  display: none; }
  @media (max-width: 767px) {
    .side-nav-btn {
      display: block; } }
  .side-nav-btn button {
    width: 100%;
    padding: 15px;
    text-align: right;
    font-weight: 500;
    border: none;
    border-bottom: 1px solid #CCC;
    box-shadow: none;
    background: #fff;
    color: #000; }
    .side-nav-btn button.active i {
      transform: rotate(180deg);
      -webkit-transition: all .5s;
      /* Safari */
      transition: all .5s; }
    .side-nav-btn button i {
      margin-left: 15px;
      font-size: 1.125em;
      -webkit-transition: all .5s;
      /* Safari */
      transition: all .5s; }

.main-banner {
  position: relative; }
  .main-banner .banner-bg {
    position: relative; }
    @media (max-width: 767px) {
      .main-banner .banner-bg {
        display: none; } }
    .main-banner .banner-bg img {
      width: 100%;
      height: auto;
      min-height: 600px; }
    .main-banner .banner-bg::after {
      content: url("../_img/curve.svg");
      display: block;
      position: absolute;
      width: 100%;
      bottom: -8px; }
  .main-banner .container {
    position: relative;
    height: 100%; }
    @media (max-width: 767px) {
      .main-banner .container {
        padding-left: 0;
        padding-right: 0; } }
    .main-banner .container .banner-info {
      max-width: 600px;
      padding: 50px 0px 20px;
      position: absolute;
      left: 0;
      bottom: 150px; }
      @media (max-width: 991px) {
        .main-banner .container .banner-info {
          max-width: 50%;
          bottom: 80px; } }
      @media (max-width: 767px) {
        .main-banner .container .banner-info {
          position: relative;
          max-width: 100%;
          bottom: 0; } }
      .main-banner .container .banner-info h1 {
        font-size: 4.5em; }
        @media (max-width: 991px) {
          .main-banner .container .banner-info h1 {
            font-size: 3.4375em; } }
        @media (max-width: 767px) {
          .main-banner .container .banner-info h1 {
            font-size: 4.5em;
            text-align: center; } }
        .main-banner .container .banner-info h1 span {
          display: block;
          text-transform: none; }
          .main-banner .container .banner-info h1 span:first-of-type {
            font-weight: bold; }
      .main-banner .container .banner-info h2 {
        font-size: 2.375em; }
        @media (max-width: 991px) {
          .main-banner .container .banner-info h2 {
            font-size: 2em; } }
        @media (max-width: 767px) {
          .main-banner .container .banner-info h2 {
            font-size: 2em;
            text-align: center; } }
      .main-banner .container .banner-info > span {
        font-size: 1.625em;
        display: block;
        margin: 40px 0; }
      .main-banner .container .banner-info a {
        display: block; }
        .main-banner .container .banner-info a.btn.btn-default {
          margin-top: 56px; }
          @media (max-width: 767px) {
            .main-banner .container .banner-info a.btn.btn-default {
              margin: 56px auto 0 auto; } }
    .main-banner .container .banner-content {
      float: right;
      max-width: 391px;
      padding: 30px 30px 30px 65px;
      background: #fff;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
      position: absolute;
      right: 0;
      bottom: 0; }
      @media (max-width: 767px) {
        .main-banner .container .banner-content {
          float: none;
          position: relative;
          padding: 50px 0px 20px;
          right: 50%;
          transform: translate(50%);
          max-width: 100%;
          margin: 30px 0 0; } }
      .main-banner .container .banner-content h2 {
        text-transform: uppercase; }
        .main-banner .container .banner-content h2::after {
          content: "";
          border-bottom: 2px solid #000;
          display: block;
          width: 90%;
          margin: 15px auto 30px; }
          @media (max-width: 767px) {
            .main-banner .container .banner-content h2::after {
              width: 60%; } }
      .main-banner .container .banner-content form {
        margin: 15px auto;
        padding-bottom: 30px; }
        @media (max-width: 767px) {
          .main-banner .container .banner-content form {
            padding-left: 15px;
            padding-right: 15px; } }
        @media (max-width: 767px) {
          .main-banner .container .banner-content form .form-group {
            max-width: 300px;
            margin-left: auto;
            margin-right: auto; } }
        .main-banner .container .banner-content form .form-group input {
          height: 50px;
          border-radius: 10px;
          border: 1px solid #000;
          appearance: none;
          -webkit-appearance: none;
          box-shadow: none;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          font-size: 1em;
          color: #000; }
      .main-banner .container .banner-content span {
        color: #000;
        font-family: 'Montserrat', sans-serif;
        display: block;
        font-size: 1em; }
      .main-banner .container .banner-content a {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.125em;
        line-height: 1.8125em;
        color: #000;
        margin-top: 20px;
        display: block;
        line-height: 50px; }
        .main-banner .container .banner-content a.btn.btn-default {
          margin: 56px auto 56px; }
        .main-banner .container .banner-content a i {
          margin-left: 17px; }

.main-banner.sub-banner .banner-info {
  max-width: 700px; }
  .main-banner.sub-banner .banner-info h1 span {
    display: inline; }
.main-banner.sub-banner .banner-content {
  padding: 60px 30px 60px 65px; }
  .main-banner.sub-banner .banner-content a.btn.btn-default {
    margin: 40px auto 0; }

.main-banner.foundation-banner .banner-bg {
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .main-banner.foundation-banner .banner-bg {
      display: none; } }
  .main-banner.foundation-banner .banner-bg img {
    width: 100%;
    height: auto;
    min-height: 600px; }
  .main-banner.foundation-banner .banner-bg::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 97%;
    top: -1px;
    overflow: hidden;
    background: url(../_img/found-banner-curve.svg) left center no-repeat;
    background-size: cover; }
    @media (max-width: 991px) {
      .main-banner.foundation-banner .banner-bg::after {
        width: 100%; } }
.main-banner.foundation-banner .banner-info {
  max-width: 449px; }
  @media (max-width: 767px) {
    .main-banner.foundation-banner .banner-info {
      margin: 0px auto 60px; } }
  .main-banner.foundation-banner .banner-info h1 span {
    display: inline; }

.main-banner.interior-banner .banner-bg {
  position: relative;
  overflow: hidden; }
  @media (max-width: 767px) {
    .main-banner.interior-banner .banner-bg {
      display: none; } }
  .main-banner.interior-banner .banner-bg img {
    width: 100%;
    height: auto;
    min-height: 200px; }
  .main-banner.interior-banner .banner-bg::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 60%;
    top: -1px;
    overflow: hidden;
    background: url(../_img/int-banner-curve.svg) left center no-repeat;
    background-size: cover; }
    @media (max-width: 1199px) {
      .main-banner.interior-banner .banner-bg::after {
        width: 70%; } }
    @media (max-width: 991px) {
      .main-banner.interior-banner .banner-bg::after {
        width: 60%;
        background-position-x: 100%; } }
.main-banner.interior-banner .banner-info {
  max-width: 460px;
  bottom: 40px; }
  @media (max-width: 767px) {
    .main-banner.interior-banner .banner-info {
      margin: 0px auto 60px; } }
  .main-banner.interior-banner .banner-info h1 {
    font-size: 3.4375em; }
    .main-banner.interior-banner .banner-info h1 span {
      display: inline; }

.footer-top {
  padding: 50px 0 0;
  border-top: 2px solid #000; }
  .footer-top .container {
    border-bottom: 2px solid #000;
    padding-bottom: 20px; }
  .footer-top .logo-img {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    max-width: 198px; }
  @media (max-width: 767px) {
    .footer-top address {
      text-align: center;
      margin-top: 30px; } }
  @media (max-width: 767px) {
    .footer-top .loc-phone {
      text-align: center;
      display: block;
      border-bottom: 1px solid #979797;
      max-width: 300px;
      margin: 0 auto 20px; } }
  .footer-top .social .social-link {
    display: inline-block;
    padding: 0 5px; }
    .footer-top .social .social-link:hover {
      cursor: pointer;
      text-decoration: none; }
      .footer-top .social .social-link:hover::after {
        color: #000;
        border-color: #000;
        transition: all 0.5s; }
    .footer-top .social .social-link::after {
      content: "";
      width: 51px;
      height: 51px;
      border-radius: 50%;
      border: 2px solid #979797;
      line-height: 51px;
      font-family: 'FontAwesome';
      color: #979797;
      display: block;
      font-size: 1.5em;
      transition: all 0.5s; }
    .footer-top .social .social-link.fb::after {
      content: "\f09a"; }
    .footer-top .social .social-link.yt::after {
      content: "\f16a"; }
    .footer-top .social .social-link.inst::after {
      content: "\f16d"; }
    .footer-top .social .social-link.tw::after {
      content: "\f099"; }
    .footer-top .social .social-link.pin::after {
      content: "\f231"; }
    .footer-top .social .social-link.gplus::after {
      content: "\f0d5"; }
    .footer-top .social .social-link.lin::after {
      content: "\f0e1"; }
  @media (max-width: 767px) {
    .footer-top .footer-logo {
      display: block;
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .footer-top .footer-logo img {
      margin: auto; } }
  .footer-top .footer-links {
    margin-top: 80px; }
    @media (max-width: 767px) {
      .footer-top .footer-links {
        max-width: 400px;
        margin: 15px auto; } }
    @media (max-width: 767px) {
      .footer-top .footer-links::after {
        content: "";
        border-bottom: 1px solid #979797;
        display: block;
        max-width: 300px;
        margin: auto; } }
    .footer-top .footer-links ul li {
      list-style-type: none;
      display: inline-block;
      border-right: 1px solid #CACACA;
      padding: 0 10px 0 5px;
      line-height: 1; }
      .footer-top .footer-links ul li:last-child {
        border-right: none; }
      .footer-top .footer-links ul li a {
        font-size: 1.125em;
        line-height: 1;
        color: #000; }
  .footer-top .footer-nav {
    float: right; }
    @media (max-width: 767px) {
      .footer-top .footer-nav {
        float: none;
        text-align: center;
        border-bottom: 1px solid #979797;
        max-width: 300px;
        margin: auto; } }
    .footer-top .footer-nav ul li a {
      color: #000;
      font-family: 'Montserrat', sans-serif; }
  .footer-top .bottom-links ul {
    text-align: center;
    line-height: 1; }
    .footer-top .bottom-links ul li {
      display: block;
      list-style-type: none;
      line-height: 1;
      padding: 5px 0px; }
      .footer-top .bottom-links ul li:first-child {
        padding-left: 0; }
      .footer-top .bottom-links ul li:last-child {
        border-right: none;
        padding-right: 0; }
      .footer-top .bottom-links ul li a {
        color: #000; }

.footer-bottom {
  background: #fff;
  padding: 30px 0 44px; }
  @media (max-width: 767px) {
    .footer-bottom {
      padding: 20px 0; } }
  .footer-bottom .copyright {
    color: #3B3B3B;
    font-size: 0.875em;
    line-height: 1.4375em;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 767px) {
      .footer-bottom .copyright {
        width: 100%;
        text-align: center; } }
    .footer-bottom .copyright > span {
      display: inline-block;
      float: left;
      border-right: 1px solid #3B3B3B;
      line-height: 1;
      padding: 0 5px 0; }
      @media (max-width: 767px) {
        .footer-bottom .copyright > span {
          border: none; } }
      .footer-bottom .copyright > span:first-of-type {
        padding-left: 0; }
        @media (max-width: 767px) {
          .footer-bottom .copyright > span:first-of-type {
            display: block;
            text-align: center;
            width: 100%; } }
      .footer-bottom .copyright > span:last-of-type {
        border-right: none;
        padding-right: 0; }
        @media (max-width: 767px) {
          .footer-bottom .copyright > span:last-of-type {
            display: none; } }
    .footer-bottom .copyright address {
      border-right: 1px solid #3B3B3B;
      line-height: 1;
      padding: 0; }
      @media (max-width: 767px) {
        .footer-bottom .copyright address {
          display: none; } }
      .footer-bottom .copyright address span {
        display: inline-block;
        float: left;
        border-right: 1px solid #3B3B3B;
        line-height: 1;
        padding: 0 5px 0; }
  .footer-bottom .bottom-links ul {
    text-align: right;
    line-height: 1; }
    .footer-bottom .bottom-links ul li {
      display: inline-block;
      list-style-type: none;
      line-height: 1;
      border-right: 1px solid #000;
      padding: 0 5px; }
      .footer-bottom .bottom-links ul li:first-child {
        padding-left: 0; }
      .footer-bottom .bottom-links ul li:last-child {
        border-right: none;
        padding-right: 0; }
      .footer-bottom .bottom-links ul li a {
        color: #000; }

.cta-section .container {
  padding: 60px 0px; }
  @media (max-width: 767px) {
    .cta-section .container {
      padding: 30px 0px; } }
  .cta-section .container .cta {
    float: left;
    width: 50%;
    max-width: 240px;
    margin-bottom: 67px; }
    @media (max-width: 767px) {
      .cta-section .container .cta {
        width: 100%;
        max-width: 300px;
        margin: 0 auto 20px;
        display: block;
        float: none;
        clear: both;
        overflow: hidden; } }
    .cta-section .container .cta:nth-of-type(odd) {
      float: left;
      clear: left; }
    .cta-section .container .cta:nth-of-type(even) {
      float: right;
      clear: right; }
    @media (max-width: 767px) {
      .cta-section .container .cta:last-of-type {
        margin-bottom: 0; } }
    .cta-section .container .cta.cta-inline {
      margin: 0 auto;
      float: none;
      display: inline-block;
      clear: none;
      max-width: calc(25% - 10px);
      padding: 0 20px; }
      .cta-section .container .cta.cta-inline:nth-of-type(odd) {
        float: none;
        clear: none; }
      .cta-section .container .cta.cta-inline:nth-of-type(even) {
        float: none;
        clear: none; }
      .cta-section .container .cta.cta-inline h3::after {
        display: none; }
    .cta-section .container .cta a {
      display: block; }
      .cta-section .container .cta a:hover {
        text-decoration: none; }
      @media (max-width: 767px) {
        .cta-section .container .cta a img {
          display: inline-block;
          float: left;
          margin-right: 39px; } }
      .cta-section .container .cta a h3 {
        font-size: 1.5em;
        color: #000;
        text-transform: uppercase;
        font-weight: normal; }
        @media (max-width: 767px) {
          .cta-section .container .cta a h3 {
            display: inline-block;
            float: left; } }
        .cta-section .container .cta a h3::after {
          content: "";
          width: 150px;
          margin: 20px auto;
          border: 1px solid #979797;
          display: block; }
          @media (max-width: 767px) {
            .cta-section .container .cta a h3::after {
              display: none; } }

.cta-full-width {
  background: #CCC;
  padding: 60px 0; }
  .cta-full-width .cta {
    width: 50%;
    margin: auto; }
    @media (max-width: 767px) {
      .cta-full-width .cta {
        width: 100%; } }
    .cta-full-width .cta h3 {
      font-size: 1.5em;
      color: #000;
      text-transform: uppercase;
      font-weight: normal; }
      .cta-full-width .cta h3::after {
        content: "";
        border: 1px solid #979797;
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 10px auto 20px; }
    .cta-full-width .cta span {
      display: block;
      font-size: 1em;
      color: #000;
      padding: 0 30px;
      margin-top: 30px;
      margin-bottom: 20px; }
    .cta-full-width .cta a {
      margin-top: 20px; }

.feat-news-two-col {
  padding: 65px 0;
  background-color: #D7D7D7; }
  @media (max-width: 767px) {
    .feat-news-two-col {
      padding: 15px 0; } }
  @media (max-width: 767px) {
    .feat-news-two-col div[class^='col-']:first-of-type {
      display: none; } }
  @media (max-width: 767px) {
    .feat-news-two-col div[class^='col-']:last-of-type {
      padding-left: 0;
      padding-right: 0; } }
  .feat-news-two-col .feat-news {
    padding: 18px 36px;
    margin-bottom: 26px;
    background-color: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3); }
    .feat-news-two-col .feat-news span {
      color: #000;
      line-height: 1.625em; }
    .feat-news-two-col .feat-news a:hover {
      text-decoration: none; }
    .feat-news-two-col .feat-news a.read-more {
      display: none;
      text-align: right;
      color: #000; }
      @media (max-width: 767px) {
        .feat-news-two-col .feat-news a.read-more {
          display: block; } }
    .feat-news-two-col .feat-news a.btn.btn-default {
      margin-top: 48px;
      display: none; }
      @media (max-width: 767px) {
        .feat-news-two-col .feat-news a.btn.btn-default {
          display: block; } }
    .feat-news-two-col .feat-news.feat-img {
      padding: 0;
      background: transparent;
      margin-bottom: 0; }
      .feat-news-two-col .feat-news.feat-img img {
        width: 100%;
        height: auto;
        margin: 0;
        max-height: 279px; }
      .feat-news-two-col .feat-news.feat-img .gray-section {
        background: #F1F1F2;
        padding: 59px 45px 59px 50px;
        position: relative; }
        .feat-news-two-col .feat-news.feat-img .gray-section.corner::after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: -1px;
          width: 72px;
          height: 72px;
          background: url("../_img/corner.png") center no-repeat;
          background-size: contain; }
        .feat-news-two-col .feat-news.feat-img .gray-section h3 {
          margin-top: 0; }
    .feat-news-two-col .feat-news.feat-vid {
      padding: 0;
      margin-bottom: 0; }
      .feat-news-two-col .feat-news.feat-vid video {
        width: 100%;
        height: auto;
        margin-bottom: -6px;
        max-height: 312px; }
      .feat-news-two-col .feat-news.feat-vid .gray-section {
        background: #F1F1F2;
        padding: 62px 45px 62px 50px;
        position: relative; }
        .feat-news-two-col .feat-news.feat-vid .gray-section.corner::after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: -1px;
          width: 72px;
          height: 72px;
          background: url("../_img/corner.png") center no-repeat;
          background-size: contain; }
        .feat-news-two-col .feat-news.feat-vid .gray-section h3 {
          margin-top: 0; }
  .feat-news-two-col a.btn {
    display: block;
    margin: auto;
    margin-top: 40px; }

.two-col-full-width {
  overflow: hidden; }
  .two-col-full-width .half-width {
    width: 50%;
    float: left; }
    @media (max-width: 767px) {
      .two-col-full-width .half-width {
        width: 100%; } }
    @media (max-width: 767px) {
      .two-col-full-width .half-width:first-of-type {
        background-image: none;
        background-color: #F1F1F2; } }
    .two-col-full-width .half-width:first-of-type .half-width-content {
      padding: 56px 80px; }
      @media (max-width: 767px) {
        .two-col-full-width .half-width:first-of-type .half-width-content {
          padding: 56px 15px; } }
      .two-col-full-width .half-width:first-of-type .half-width-content .gps-loc {
        display: none;
        font-size: 1em;
        color: #000;
        margin-top: 40px; }
        @media (max-width: 767px) {
          .two-col-full-width .half-width:first-of-type .half-width-content .gps-loc {
            display: block; } }
        .two-col-full-width .half-width:first-of-type .half-width-content .gps-loc img {
          width: 24px;
          height: 24px;
          margin-right: 5px; }
    .two-col-full-width .half-width:last-of-type .half-width-content {
      padding: 80px 0px 80px 56px; }
      .two-col-full-width .half-width:last-of-type .half-width-content h3 {
        font-size: 2.375em;
        font-weight: 500; }
        .two-col-full-width .half-width:last-of-type .half-width-content h3::after {
          max-width: 291px; }
      .two-col-full-width .half-width:last-of-type .half-width-content span {
        margin-top: 40px;
        display: block; }
      .two-col-full-width .half-width:last-of-type .half-width-content a.btn {
        margin-top: 50px; }
    .two-col-full-width .half-width .half-width-content {
      width: 100%;
      max-width: 437px; }
      @media (max-width: 767px) {
        .two-col-full-width .half-width .half-width-content {
          padding: 56px 15px;
          width: 100%;
          max-width: 300px; } }
      .two-col-full-width .half-width .half-width-content form {
        margin-top: 50px; }
        .two-col-full-width .half-width .half-width-content form .form-group {
          margin-bottom: 30px; }
    .two-col-full-width .half-width.bg-img {
      background-size: cover;
      background-position: center;
      position: relative; }
      .two-col-full-width .half-width.bg-img::after {
        content: url(../_img/half-width-curve.svg);
        width: 53%;
        height: 100%;
        display: block;
        position: absolute;
        right: -1px;
        bottom: 0; }

.two-col-location {
  background-color: #F1F1F2;
  padding: 60px 0; }
  .two-col-location .bg-img {
    overflow: hidden;
    padding: 100px 20px 40px 0;
    background-size: cover;
    background-position: center; }
    .two-col-location .bg-img .half-width-content {
      width: 60%;
      position: relative;
      z-index: 2; }
      .two-col-location .bg-img .half-width-content h3 {
        font-size: 2.375em; }
        .two-col-location .bg-img .half-width-content h3::after {
          border: 1px solid #fff;
          max-width: 80%; }
      .two-col-location .bg-img .half-width-content form .form-group {
        padding: 0 20px; }
      .two-col-location .bg-img .half-width-content span {
        margin-bottom: 20px; }
      .two-col-location .bg-img .half-width-content .gps-loc {
        display: none; }
        @media (max-width: 767px) {
          .two-col-location .bg-img .half-width-content .gps-loc {
            display: block; } }
  .two-col-location .cta-curve {
    position: relative; }
    .two-col-location .cta-curve::after {
      content: "";
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      right: 0;
      bottom: 0;
      background: url("../_img/full-curve.svg") center right no-repeat;
      background-size: cover; }

.foundation-mission {
  padding: 60px 0; }
  .foundation-mission .container {
    max-width: 770px; }

.foundation-campaign {
  background: #F1F1F2;
  margin-top: 160px; }
  .foundation-campaign .container {
    padding: 0 60px 60px; }
    @media (max-width: 767px) {
      .foundation-campaign .container {
        padding: 60px 0; } }
    .foundation-campaign .container .campaign-cta {
      display: inline-block;
      width: 250px;
      height: 250px;
      border-radius: 50%;
      background: #999;
      position: relative;
      margin: -125px 48px 0; }
      @media (max-width: 1199px) {
        .foundation-campaign .container .campaign-cta {
          margin: 0 15px; } }
      @media (max-width: 991px) {
        .foundation-campaign .container .campaign-cta {
          width: 177px;
          height: 177px; } }
      @media (max-width: 767px) {
        .foundation-campaign .container .campaign-cta {
          width: 100%;
          height: auto;
          display: block;
          border-radius: 0;
          padding: 20px;
          margin: 0; } }
      .foundation-campaign .container .campaign-cta h3 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 100%;
        padding: 0 36px;
        margin: 0;
        transition: all 1s;
        -webkit-transition: all 1s; }
        @media (max-width: 767px) {
          .foundation-campaign .container .campaign-cta h3 {
            position: relative;
            top: initial;
            left: initial;
            transform: none; } }
      .foundation-campaign .container .campaign-cta .cta-content {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: none;
        transition: all 1s;
        -webkit-transition: all 1s; }
        @media (max-width: 767px) {
          .foundation-campaign .container .campaign-cta .cta-content {
            display: block;
            position: relative;
            top: initial;
            transform: none;
            margin-top: 20px; } }
      .foundation-campaign .container .campaign-cta:hover h3 {
        display: none;
        transition: all 1s;
        -webkit-transition: all 1s; }
        @media (max-width: 767px) {
          .foundation-campaign .container .campaign-cta:hover h3 {
            display: block; } }
      .foundation-campaign .container .campaign-cta:hover .cta-content {
        display: block;
        transition: all 1s;
        -webkit-transition: all 1s; }
    .foundation-campaign .container .campaign-content {
      padding: 60px;
      max-width: 770px;
      margin: auto; }
      .foundation-campaign .container .campaign-content .btn {
        margin-top: 40px; }

.loc-search form {
  margin-bottom: 30px;
  margin-top: 20px;
  padding-bottom: 60px;
  border-bottom: 1px solid #9B9B9B; }
  @media (max-width: 767px) {
    .loc-search form {
      margin-bottom: 0;
      padding-bottom: 0; } }
  .loc-search form .form-group {
    padding: 0 10px; }
    @media (max-width: 767px) {
      .loc-search form .form-group {
        padding: 0; } }
    .loc-search form .form-group:first-of-type {
      padding-left: 0; }
    .loc-search form .form-group:last-of-type {
      padding-right: 0; }
      @media (max-width: 767px) {
        .loc-search form .form-group:last-of-type {
          float: none !important; } }
    .loc-search form .form-group select {
      min-width: 360px; }
      @media (max-width: 1199px) {
        .loc-search form .form-group select {
          min-width: 250px; } }
      @media (max-width: 991px) {
        .loc-search form .form-group select {
          min-width: 150px; } }
    .loc-search form .form-group input {
      min-width: 160px; }
    .loc-search form .form-group button {
      float: right; }
      @media (max-width: 767px) {
        .loc-search form .form-group button {
          display: block;
          margin: 50px auto 20px;
          float: none; } }
    .loc-search form .form-group a.mylocation {
      display: block;
      text-align: center;
      margin-top: 10px;
      margin-bottom: -32px;
      color: #000; }
      .loc-search form .form-group a.mylocation i {
        margin-right: 10px; }

.loc-map {
  margin-bottom: 60px; }
  .loc-map h4:first-of-type {
    margin-bottom: 30px; }
  .loc-map .loc-container .map-section {
    max-height: 650px;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear; }
    @media (max-width: 767px) {
      .loc-map .loc-container .map-section {
        max-height: 665px; } }
    @media (max-width: 767px) {
      .loc-map .loc-container .map-section:first-of-type {
        display: none; } }
    .loc-map .loc-container .map-section:last-of-type {
      background: #F1F1F2;
      overflow-y: scroll; }
      @media (max-width: 767px) {
        .loc-map .loc-container .map-section:last-of-type {
          overflow-y: hidden; } }
      .loc-map .loc-container .map-section:last-of-type.more {
        overflow-y: visible;
        max-height: none; }
    .loc-map .loc-container .map-section .loc-list {
      border-bottom: 1px solid #000;
      padding: 15px 0; }
      .loc-map .loc-container .map-section .loc-list:last-of-type {
        border-bottom: none; }
      .loc-map .loc-container .map-section .loc-list h4 {
        max-width: 244px;
        font-weight: 500; }
      .loc-map .loc-container .map-section .loc-list span:first-of-type {
       /* margin-bottom: 20px; */
        }
      @media (max-width: 479px) {
        .loc-map .loc-container .map-section .loc-list a {
          width: 48%;
          padding: 0;
          /*margin-bottom: 20px;*/
           } }
  .loc-map button {
    display: none;
    margin: 20px auto; }
    @media (max-width: 767px) {
      .loc-map button {
        display: block; } }

@media (max-width: 767px) {
  .phone, .directions, .fax {
    display: inline-block;
    font-size: 1.125em; } }
@media (max-width: 479px) {
  .phone, .directions, .fax {
    font-size: 1em; } }
.phone::before, .directions::before, .fax::before,.locationdetails::before  {
  content: "";
  display: inline-block;
  margin-right: 10px;
  font-family: "FontAwesome"; }
  @media (max-width: 767px) {
    .phone::before, .directions::before, .fax::before,.locationdetails::before  {
       } }

.phone::before {
  content: "\f095"; }

.directions::before {
  content: "\f041"; }

.locationdetails::before {
  content: "\f0f7";
  color: #31b337;
  font-size: 21px;
  }

.fax::before {
  content: "\f1ac"; }

.back .container {
  border-bottom: 1px solid #9B9B9B;
  margin-bottom: 15px; }
  .back .container .back-btn {
    margin: 15px 0;
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: none;
    color: #000; }
    .back .container .back-btn i {
      margin-right: 10px; }

span.half-width {
  width: 50%;
  display: inline-block; }
  @media (max-width: 767px) {
    span.half-width {
      text-align: left;
      width: auto; } }
  @media (max-width: 767px) {
    span.half-width.phone {
      display: none; } }

ul.split-list li {
  line-height: 2;
  padding-left: 20px; }
  ul.split-list li a {
    color: #003145; }
    ul.split-list li a:hover {
      font-weight: 600; }
ul.sub-list {
  width: 50%;
  display: inline-block;
  float: left; }
ul li {
  list-style-type: none;
  color: #000; }

.location-main h2 {
  font-weight: 500;
  text-transform: none;
  margin-bottom: 40px; }

.location-detail {
  padding-left: 60px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .location-detail {
      padding-left: 0; } }
  .location-detail .fax::before {
    display: inline-block; }
  .location-detail .directions {
    display: none; }
    @media (max-width: 767px) {
      .location-detail .directions {
        display: inline-block;
        margin: 10px 5px;
        float: left;
        clear: right; } }
  @media (max-width: 767px) {
    .location-detail .office-number {
      display: inline-block;
      margin: 10px 5px;
      float: left; } }
  .location-detail h3 {
    margin-left: 15px;
    margin-bottom: 30px; }
    .location-detail h3::after {
      content: "";
      display: block;
      border-bottom: 1px solid #979797;
      margin-top: 15px; }
  .location-detail h4 {
    text-transform: none;
    font-weight: 500;
    margin-top: 30px; }
    .location-detail h4:first-of-type {
      margin-top: 0; }
  .location-detail.contact::before, .location-detail.about::before, .location-detail.services::before, .location-detail.providers::before, .location-detail.resources::before, .location-detail.links::before {
    content: "";
    float: left;
    margin-left: -60px;
    margin-right: 15px;
    width: 44px;
    text-align: right; }
    @media (max-width: 767px) {
      .location-detail.contact::before, .location-detail.about::before, .location-detail.services::before, .location-detail.providers::before, .location-detail.resources::before, .location-detail.links::before {
        margin-left: 10px;
        margin-top: -10px; } }
  .location-detail.contact::before {
    content: url(../_img/loc-contact.png); }
  .location-detail.contact span:first-of-type {
    margin-bottom: 30px; }
  .location-detail.contact .map {
    width: 100%;
    height: 420px; }
    @media (max-width: 767px) {
      .location-detail.contact .map {
        display: none; } }
  .location-detail.about::before {
    content: url(../_img/loc-about.png); }
  .location-detail.about video {
    width: 100%; }
  .location-detail.services::before {
    content: url(../_img/loc-services.png); }
  .location-detail.providers::before {
    content: url(../_img/loc-providers.png); }
  .location-detail.resources::before {
    content: url(../_img/loc-resources.png); }
  .location-detail.links::before {
    content: url(../_img/loc-links.png); }

.provider {
  width: calc(50% - 10px);
  background: #F1F1F2;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  padding-bottom: 22px;
  float: left; }
  @media (max-width: 767px) {
    .provider {
      width: 100%;
      margin: 22px 0;
      float: none; } }
  .provider::before {
    content: "";
    display: block;
    height: 45px;
    width: 100%;
    background: #9f9f9f; }
  .provider:nth-of-type(even) {
    margin-right: 0; }
  .provider .provider-img {
    overflow: hidden;
    margin-top: -22px;
    text-align: center;
    max-width: 175px; }
    @media (max-width: 767px) {
      .provider .provider-img {
        margin: -22px auto 0; } }
    .provider .provider-img img {
      width: 100%;
      height: auto; }
  .provider .provider-info {
    padding-top: 20px; }
    .provider .provider-info h4 {
      margin-bottom: 20px; }
    .provider .provider-info.new-patients-yes .new-patients {
      margin-top: 30px;
      display: block; }
      .provider .provider-info.new-patients-yes .new-patients img {
        margin-right: 10px; }
    .provider .provider-info .new-patients {
      display: none; }

.no-curve .banner-bg::after {
  display: none !important; }

.fad-search {
  padding: 40px 0; }
  .fad-search *[class^='col-']:first-of-type {
    border-right: 1px solid #979797;
    padding-right: 50px; }
    @media (max-width: 767px) {
      .fad-search *[class^='col-']:first-of-type {
        padding-right: 15px; } }
  .fad-search *[class^='col-']:last-of-type {
    padding-left: 50px; }
    @media (max-width: 767px) {
      .fad-search *[class^='col-']:last-of-type {
        padding-left: 15px; } }
  .fad-search form {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .fad-search form {
        margin-bottom: 40px; } }
    .fad-search form .form-group {
      width: calc(50% - 10px);
      float: left; }
      @media (max-width: 767px) {
        .fad-search form .form-group {
          width: 100%;
          float: none;
          margin-bottom: 20px; } }
      .fad-search form .form-group:nth-of-type(odd) {
        margin-right: 10px; }
        @media (max-width: 767px) {
          .fad-search form .form-group:nth-of-type(odd) {
            margin: 0 0 20px; } }
      .fad-search form .form-group:nth-of-type(even) {
        margin-left: 10px; }
        @media (max-width: 767px) {
          .fad-search form .form-group:nth-of-type(even) {
            margin: 0 0 20px; } }
      .fad-search form .form-group:last-of-type {
        margin: 0 0 40px;
        width: 100%; }
    .fad-search form button {
      margin: auto;
      display: block; }
  .fad-search .name-list ul {
    overflow: hidden;
    margin-right: -40px;
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .fad-search .name-list ul {
        margin-right: -15px; } }
    .fad-search .name-list ul li {
      list-style-type: none;
      width: 17px;
      margin-right: 34px;
      display: inline-block;
      float: left;
      font-size: 1.25em;
      color: #b2b2b2;
      font-weight: 500;
      margin-bottom: 22px; }
      .fad-search .name-list ul li a {
        color: #000; }
  .fad-search .search-match {
    border-top: 1px solid #979797; }
    .fad-search .search-match h3 {
      font-size: 1.5em;
      text-transform: none;
      margin-top: 25px; }
    .fad-search .search-match a {
      color: #000;
      line-height: 1.625em;
      margin-top: 30px;
      display: block;
      font-weight: 500; }
      @media (max-width: 767px) {
        .fad-search .search-match a {
          text-align: center; } }
      .fad-search .search-match a img {
        width: 33px;
        margin-right: 20px; }
      .fad-search .search-match a i {
        margin-left: 15px; }

.fad-search-results {
  padding: 30px 0; }
  .fad-search-results .search-filter {
    background: transparent;
    width: 100%;
    font-size: 1.25em;
    line-height: 1.6875em;
    color: #000;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #CCC;
    border-left: none;
    padding: 20px 0;
    display: none; }
    @media (max-width: 767px) {
      .fad-search-results .search-filter {
        display: block; } }
    .fad-search-results .search-filter i {
      margin-left: 20px; }
  .fad-search-results form {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #979797;
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .fad-search-results form {
        display: none; } }
    .fad-search-results form .form-group {
      width: calc(100% / 4 - 10px);
      float: left;
      margin-right: 10px; }
      @media (max-width: 767px) {
        .fad-search-results form .form-group {
          width: 100%;
          float: none;
          margin-bottom: 20px; } }
      .fad-search-results form .form-group:nth-of-type(4) {
        width: calc((100% / 4) * 2 - 10px); }
        @media (max-width: 767px) {
          .fad-search-results form .form-group:nth-of-type(4) {
            width: 100%;
            float: none;
            margin-bottom: 20px; } }
      .fad-search-results form .form-group:nth-of-type(3), .fad-search-results form .form-group:last-of-type {
        width: calc(100% / 8 - 10px); }
        @media (max-width: 767px) {
          .fad-search-results form .form-group:nth-of-type(3), .fad-search-results form .form-group:last-of-type {
            width: 100%;
            float: none;
            margin-bottom: 20px; } }
    .fad-search-results form button {
      display: block;
      position: absolute;
      right: 0;
      bottom: 55px; }
      @media (max-width: 767px) {
        .fad-search-results form button {
          position: relative;
          right: initial;
          bottom: initial; } }
  .fad-search-results .fad-results-header {
    margin-bottom: 20px;
    margin-top: 30px; }
    .fad-search-results .fad-results-header h4 {
      font-weight: 500;
      text-transform: none; }
  .fad-search-results .fad-providers.expanded {
    max-height: none; }
  .fad-search-results .provider.fpcp::before {
    content: "Floyd Primary Care Physician";
    text-align: right;
    font-size: 1em;
    font-weight: 500;
    color: #000;
    padding-right: 30px;
    padding-top: 11px; }
    @media (max-width: 767px) {
      .fad-search-results .provider.fpcp::before {
        text-align: left;
        padding-left: 30px; } }
  @media (max-width: 767px) {
    .fad-search-results .provider .provider-img {
      margin: 0 auto; } }
  .fad-search-results .provider .phone {
    margin-top: 30px; }
    @media (max-width: 767px) {
      .fad-search-results .provider .phone {
        display: inline-block;
        float: left;
        width: 50%;
        padding: 0; } }
    .fad-search-results .provider .phone a {
      color: #000; }
      @media (max-width: 767px) {
        .fad-search-results .provider .phone a:hover {
          text-decoration: none; } }
  .fad-search-results .provider h4 {
    font-weight: 500;
    text-transform: none; }
  .fad-search-results .provider a.view-profile {
    text-align: right;
    display: block;
    margin-top: 42px;
    font-weight: 500;
    font-size: 1.125em;
    color: #000; }
    @media (max-width: 767px) {
      .fad-search-results .provider a.view-profile {
        display: inline-block;
        margin-top: 30px;
        width: 50%;
        text-align: center;
        float: left;
        padding: 0; } }
    .fad-search-results .provider a.view-profile i {
      margin-left: 15px; }
      @media (max-width: 767px) {
        .fad-search-results .provider a.view-profile i {
          display: none; } }
  .fad-search-results .provider .provider-info.new-patients-yes .new-patients {
    margin-top: 0; }
  .fad-search-results .provider .provider-info.new-patients-yes a.view-profile {
    margin-top: 20px; }
    @media (max-width: 767px) {
      .fad-search-results .provider .provider-info.new-patients-yes a.view-profile {
        margin-top: 30px; } }

.fad-profile-top {
  background: #f3f3f3;
  padding: 30px 0; }
  .fad-profile-top *[class^='col-']:first-of-type img {
    width: 100%;
    max-width: 229px; }
  .fad-profile-top *[class^='col-']:first-of-type span {
    display: none;
    width: 100%;
    max-width: 229px;
    color: #000;
    background: #CCC;
    padding: 10px;
    margin: auto; }
  .fad-profile-top *[class^='col-']:first-of-type.fpcp span {
    display: block; }
  .fad-profile-top *[class^='col-']:last-of-type h2 {
    font-weight: 500;
    text-transform: none; }
  .fad-profile-top .provider {
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px; }
    .fad-profile-top .provider::before {
      display: none; }
    .fad-profile-top .provider .phone {
      margin-top: 30px; }
      @media (max-width: 767px) {
        .fad-profile-top .provider .phone {
          display: inline-block;
          float: left;
          width: 50%;
          padding: 0; } }
      .fad-profile-top .provider .phone a {
        color: #000; }
        @media (max-width: 767px) {
          .fad-profile-top .provider .phone a:hover {
            text-decoration: none; } }
    .fad-profile-top .provider .provider-info {
      position: relative; }
      .fad-profile-top .provider .provider-info .fax {
        margin-top: 30px; }
      .fad-profile-top .provider .provider-info .new-patients {
        display: none; }
      .fad-profile-top .provider .provider-info.new-patients-yes .new-patients {
        margin-top: 15px;
        display: block; }
      .fad-profile-top .provider .provider-info a.btn {
        height: 77px;
        border-radius: 40px;
        max-width: none;
        float: right;
        margin: 10px 15px 0; }
        .fad-profile-top .provider .provider-info a.btn:first-of-type {
          padding: 25px 30px 25px 15px;
          margin-right: 0; }
          .fad-profile-top .provider .provider-info a.btn:first-of-type img {
            margin-top: -5px;
            padding-right: 10px; }
        .fad-profile-top .provider .provider-info a.btn:last-of-type {
          padding: 15px 30px 15px 15px;
          margin-left: 0; }
          .fad-profile-top .provider .provider-info a.btn:last-of-type img {
            margin-top: 10px;
            padding-right: 10px; }
        .fad-profile-top .provider .provider-info a.btn span {
          display: inline-block;
          float: left;
          line-height: 1.2; }
      .fad-profile-top .provider .provider-info .print-email {
        position: absolute;
        top: 40px;
        right: 20px; }
        .fad-profile-top .provider .provider-info .print-email a {
          display: block;
          margin-bottom: 10px; }

.fad-provider-details .profile-detail-section {
  padding-left: 60px;
  overflow: hidden; }
  .fad-provider-details .profile-detail-section::before {
    content: "";
    float: left;
    margin-left: -60px;
    margin-right: 15px;
    margin-top: 20px;
    width: 44px;
    text-align: right; }
  .fad-provider-details .profile-detail-section.location-detail {
    border-top: none; }
  .fad-provider-details .profile-detail-section.profile::before {
    content: url(../_img/fad-profile.png);
    left: -80px; }
  .fad-provider-details .profile-detail-section.contact::before {
    content: url(../_img/loc-contact.png);
    left: -80px; }
  .fad-provider-details .profile-detail-section.education::before {
    content: url(../_img/fad-education.png);
    left: -80px; }
  .fad-provider-details .profile-detail-section.education span {
    display: inline-block;
    margin-bottom: 20px;
    float: left; }
    .fad-provider-details .profile-detail-section.education span:nth-of-type(odd) {
      font-weight: bold;
      width: 24%; }
    .fad-provider-details .profile-detail-section.education span:nth-of-type(even) {
      clear: right;
      width: 75%; }
    .fad-provider-details .profile-detail-section.education span:last-of-type {
      margin-bottom: 0px; }
.fad-provider-details h3 {
  position: relative;
  margin-left: 15px;
  margin-right: 15px; }

.fad-providers-footer .show-more, .results-footer .show-more {
  margin-top: 30px;
  display: none; }
  @media (max-width: 767px) {
    .fad-providers-footer .show-more, .results-footer .show-more {
      display: block; } }
@media (max-width: 767px) {
  .fad-providers-footer nav, .results-footer nav {
    display: none; } }
.fad-providers-footer nav ul.pagination > li, .results-footer nav ul.pagination > li {
  display: inline-block; }
  .fad-providers-footer nav ul.pagination > li:first-child a, .fad-providers-footer nav ul.pagination > li:last-child a, .results-footer nav ul.pagination > li:first-child a, .results-footer nav ul.pagination > li:last-child a {
    border-radius: 50%;
    width: 51px;
    height: 51px;
    line-height: 51px;
    padding: 0;
    font-size: 1.25em;
    border: 1px solid #000;
    margin: 0; }
    .fad-providers-footer nav ul.pagination > li:first-child a:hover::after, .fad-providers-footer nav ul.pagination > li:last-child a:hover::after, .results-footer nav ul.pagination > li:first-child a:hover::after, .results-footer nav ul.pagination > li:last-child a:hover::after {
      display: none; }
  .fad-providers-footer nav ul.pagination > li:first-child, .results-footer nav ul.pagination > li:first-child {
    margin-right: 20px; }
    @media (max-width: 479px) {
      .fad-providers-footer nav ul.pagination > li:first-child, .results-footer nav ul.pagination > li:first-child {
        margin-right: 5px; } }
  .fad-providers-footer nav ul.pagination > li:last-child, .results-footer nav ul.pagination > li:last-child {
    margin-left: 20px; }
    @media (max-width: 479px) {
      .fad-providers-footer nav ul.pagination > li:last-child, .results-footer nav ul.pagination > li:last-child {
        margin-left: 5px; } }
  .fad-providers-footer nav ul.pagination > li a, .results-footer nav ul.pagination > li a {
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 5px;
    margin: 10px 5px;
    color: #000; }
    .fad-providers-footer nav ul.pagination > li a:hover, .fad-providers-footer nav ul.pagination > li a.active, .fad-providers-footer nav ul.pagination > li a:active, .results-footer nav ul.pagination > li a:hover, .results-footer nav ul.pagination > li a.active, .results-footer nav ul.pagination > li a:active {
      background: transparent; }
      .fad-providers-footer nav ul.pagination > li a:hover::after, .fad-providers-footer nav ul.pagination > li a.active::after, .fad-providers-footer nav ul.pagination > li a:active::after, .results-footer nav ul.pagination > li a:hover::after, .results-footer nav ul.pagination > li a.active::after, .results-footer nav ul.pagination > li a:active::after {
        content: "";
        display: block;
        border-bottom: 1px solid #000;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }

.ce-search .search-filter, .header-search .search-filter {
  background: none;
  border: none;
  color: #000;
  margin: auto;
  padding: 0;
  font-size: 1.25em;
  display: none; }
  @media (max-width: 767px) {
    .ce-search .search-filter, .header-search .search-filter {
      display: block; } }
  .ce-search .search-filter.active i, .header-search .search-filter.active i {
    transform: rotate(180deg);
    -webkit-transition: all .5s;
    /* Safari */
    transition: all .5s; }
  .ce-search .search-filter i, .header-search .search-filter i {
    margin-left: 20px;
    -webkit-transition: all .5s;
    /* Safari */
    transition: all .5s; }
.ce-search .form-inline, .header-search .form-inline {
  padding: 50px 0 40px;
  border-bottom: 1px solid #9b9b9b; }
  @media (max-width: 767px) {
    .ce-search .form-inline, .header-search .form-inline {
      display: none; } }
  .ce-search .form-inline .form-group:first-of-type .form-control, .header-search .form-inline .form-group:first-of-type .form-control {
    margin-left: 0; }
  .ce-search .form-inline .form-group:last-of-type .form-control, .header-search .form-inline .form-group:last-of-type .form-control {
    margin-right: 0; }
  .ce-search .form-inline .form-group .form-control, .header-search .form-inline .form-group .form-control {
    margin: 0 10px; }
    @media (max-width: 767px) {
      .ce-search .form-inline .form-group .form-control, .header-search .form-inline .form-group .form-control {
        margin: 0; } }
  .ce-search .form-inline .form-group select.form-control, .header-search .form-inline .form-group select.form-control {
    width: 355px; }
    @media (max-width: 1199px) {
      .ce-search .form-inline .form-group select.form-control, .header-search .form-inline .form-group select.form-control {
        width: 260px; } }
    @media (max-width: 991px) {
      .ce-search .form-inline .form-group select.form-control, .header-search .form-inline .form-group select.form-control {
        width: 170px; } }
    @media (max-width: 767px) {
      .ce-search .form-inline .form-group select.form-control, .header-search .form-inline .form-group select.form-control {
        width: 100%; } }
  .ce-search .form-inline .form-group #date-range, .header-search .form-inline .form-group #date-range {
    background: url("../_img/calendar.png") no-repeat;
    background-position-x: 90%;
    background-position-y: center; }
    @media (max-width: 991px) {
      .ce-search .form-inline .form-group #date-range, .header-search .form-inline .form-group #date-range {
        width: 170px; } }
    @media (max-width: 767px) {
      .ce-search .form-inline .form-group #date-range, .header-search .form-inline .form-group #date-range {
        width: 100%;
        background-position-x: 96%; } }
  @media (max-width: 767px) {
    .ce-search .form-inline .form-group button, .header-search .form-inline .form-group button {
      margin: auto;
      display: block; } }

.ce-results .ce-results-header {
  padding: 18px 0 30px; }
  .ce-results .ce-results-header h4 {
    text-transform: none;
    font-weight: 500; }
.ce-results .ce-results-main .ce-result {
  width: calc(50% - 20px);
  position: relative;
  overflow: hidden;
  padding-right: 30px;
  float: left;
  background: #F1F1F2;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .ce-results .ce-results-main .ce-result {
      width: 100%; } }
  @media (max-width: 479px) {
    .ce-results .ce-results-main .ce-result {
      padding-right: 10px;
      width: calc(100% + 30px); } }
  .ce-results .ce-results-main .ce-result:nth-of-type(odd) {
    margin-right: 20px; }
    @media (max-width: 767px) {
      .ce-results .ce-results-main .ce-result:nth-of-type(odd) {
        margin: 0 0 40px; } }
    @media (max-width: 479px) {
      .ce-results .ce-results-main .ce-result:nth-of-type(odd) {
        margin: 0 -15px 40px; } }
  .ce-results .ce-results-main .ce-result:nth-of-type(even) {
    margin-left: 20px; }
    @media (max-width: 767px) {
      .ce-results .ce-results-main .ce-result:nth-of-type(even) {
        margin: 0 0 40px; } }
    @media (max-width: 479px) {
      .ce-results .ce-results-main .ce-result:nth-of-type(even) {
        margin: 0 -15px 40px; } }
  .ce-results .ce-results-main .ce-result .ce-date, .ce-results .ce-results-main .ce-result .ce-online {
    width: 40%;
    height: 250px;
    /*background-image: url("../_img/ce-curve.svg");*/
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 24px;
    float: left; }
    .ce-results .ce-results-main .ce-result .ce-online, .ce-results .ce-results-main .ce-result.onlineclass .ce-date{
      display:none;
      text-align:center;
    }
    .ce-results .ce-results-main .ce-result.onlineclass .ce-online{
      display:block;
    }
    @media (max-width: 1199px) {
      .ce-results .ce-results-main .ce-result .ce-date {
        padding-left: 15px;
        padding-top: 15px; } }
    @media (max-width: 991px) {
      .ce-results .ce-results-main .ce-result .ce-date {
        padding-left: 10px;
        padding-top: 10px;
        width: 50%; } }
    @media (max-width: 767px) {
      .ce-results .ce-results-main .ce-result .ce-date {
        width: 36%; } }
    @media (max-width: 479px) {
      .ce-results .ce-results-main .ce-result .ce-date {
        width: 40%;
        padding-right: 20px;
        padding-top: 75px;
        padding-left: 20px; } }
    .ce-results .ce-results-main .ce-result .ce-date span, .ce-results .ce-results-main .ce-result .ce-online span {
      color: #000;
      max-width: 40px;
      text-align: center;
      font-size: 1.125em;
      line-height: 1; }
      .ce-results .ce-results-main .ce-result .ce-online span{
        max-width:100px;
        font-weight:bold;
      }
      @media (max-width: 479px) {
        .ce-results .ce-results-main .ce-result .ce-date span, .ce-results .ce-results-main .ce-result .ce-online span {
          max-width: none; } }
      .ce-results .ce-results-main .ce-result .ce-date span:first-of-type {
        font-size: 2.25em;
        border-bottom: 1px solid #fff;
        margin-bottom: 5px; }
        @media (max-width: 479px) {
          .ce-results .ce-results-main .ce-result .ce-date span:first-of-type {
            border-bottom: 1px solid #CCC; } }
  .ce-results .ce-results-main .ce-result .ce-res-data {
    width: 60%;
    float: left;
    margin-left: -30px;
    padding: 40px 0 0;
    margin-bottom: 50px; }
    @media (max-width: 991px) {
      .ce-results .ce-results-main .ce-result .ce-res-data {
        width: 50%;
        padding: 20px 0 0;
        margin-bottom: 60px; } }
    @media (max-width: 767px) {
      .ce-results .ce-results-main .ce-result .ce-res-data {
        width: 64%; } }
    @media (max-width: 479px) {
      .ce-results .ce-results-main .ce-result .ce-res-data {
        width: 60%;
        margin-left: 0;
        padding-top: 62px;
        margin-bottom: 70px; } }
    .ce-results .ce-results-main .ce-result .ce-res-data h4 {
      text-transform: none;
      font-weight: 500;
      margin-bottom: 25px; }
  .ce-results .ce-results-main .ce-result .ce-res-footer {
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 30px;
    text-align: right; }
    @media (max-width: 991px) {
      .ce-results .ce-results-main .ce-result .ce-res-footer {
        height: 60px; } }
    @media (max-width: 479px) {
      .ce-results .ce-results-main .ce-result .ce-res-footer {
        right: 10px; } }
    .ce-results .ce-results-main .ce-result .ce-res-footer a {
      display: inline-block;
      color: #000;
      line-height: 26px;
      margin: 10px 0 10px 54px; }
      @media (max-width: 991px) {
        .ce-results .ce-results-main .ce-result .ce-res-footer a {
          line-height: 1;
          margin: 5px 0 5px 20px;
          display: block; } }
      .ce-results .ce-results-main .ce-result .ce-res-footer a:first-of-type {
        margin-left: 0; }
      .ce-results .ce-results-main .ce-result .ce-res-footer a i {
        margin-left: 15px;
        color: #CCC; }

.back.no-border .container {
  border-bottom: none;
  margin-bottom: 0; }

.ce-detail-head {
  border-top: 1px solid #9B9B9B;
  background-color: #F1F1F2;
  padding: 40px 0; }
  .ce-detail-head .ce-date {
    width: 100px;
    border-right: 2px solid #CCC;
    float: left; }
    .ce-detail-head .ce-date span {
      font-size: 1.125em;
      font-weight: 500;
      color: #000;
      line-height: 1; }
      .ce-detail-head .ce-date span:first-of-type {
        font-size: 2.25em;
        padding-bottom: 5px;
        margin-bottom: 5px; }
        .ce-detail-head .ce-date span:first-of-type::after {
          content: "";
          display: block;
          width: 53px;
          margin: auto;
          border-bottom: 1px solid #CCC; }
          .ce-detail-head .ce-online, .ce-detail-head.onlineclass .ce-date{
      display:none;
    }
    .ce-detail-head.onlineclass .ce-online{
      display:block;
      width:100px;
      float:left;
      text-align:center;
    }
    .ce-detail-head.onlineclass .ce-online span{
      font-size: 1.125em;
      color: #fff;
      line-height: 1.25;
      font-weight:bold;
    }
  .ce-detail-head .ce-data {
    float: left;
    padding-left: 20px;
    width: calc(100% - 100px); }
  .ce-detail-head .ce-data h2 {
    margin-top: 0;
    text-transform: none;
    font-weight: 500; }
    @media (max-width: 479px) {
      .ce-detail-head .ce-data h2 {
        font-size: 1.25em; } }
        .ce-detail-head.onlineclass .ce-data span:first-of-type{
          display:none;
        }
  .ce-detail-head .ce-data .ce-data-links {
    text-align: right; }
    .ce-detail-head .ce-data .ce-data-links a {
      display: inline-block;
      color: #000;
      line-height: 26px;
      margin: 10px 0 10px 54px; }
      @media (max-width: 991px) {
        .ce-detail-head .ce-data .ce-data-links a {
          line-height: 1;
          margin: 5px 0 5px 20px;
          display: block; } }
      .ce-detail-head .ce-data .ce-data-links a:first-of-type {
        margin-left: 0; }
      .ce-detail-head .ce-data .ce-data-links a i {
        margin-left: 15px;
        color: #CCC; }

.ce-detail-main .class-detail-section {
  padding-left: 60px;
  overflow: hidden; }
  .ce-detail-main .class-detail-section::before {
    content: "";
    float: left;
    margin-left: -60px;
    margin-right: 15px;
    margin-top: 20px;
    width: 44px;
    text-align: right; }
  .ce-detail-main .class-detail-section.location-detail {
    border-top: none; }
    .ce-detail-main .class-detail-section.location-detail h4 {
      margin-top: 80px; }
      @media (max-width: 767px) {
        .ce-detail-main .class-detail-section.location-detail h4 {
          margin-top: 0; } }
  .ce-detail-main .class-detail-section.details::before {
    content: url(../_img/ce-details.png);
    left: -80px; }
  .ce-detail-main .class-detail-section.location::before {
    content: url(../_img/loc-contact.png);
    left: -80px; }
  .ce-detail-main .class-detail-section.location .class-phone {
    color: #000;
    margin-top: 30px;
    display: block; }
    @media (max-width: 767px) {
      .ce-detail-main .class-detail-section.location .class-phone {
        margin-top: 20px;
        display: inline-block;
        float: left;
        width: calc(50% - 10px); } }
  .ce-detail-main .class-detail-section.location .directions {
    display: block;
    color: #000;
    font-weight: 500;
    margin-top: 20px; }
    @media (max-width: 767px) {
      .ce-detail-main .class-detail-section.location .directions {
        display: inline-block;
        float: left;
        width: calc(50% - 10px);
        padding: 0; } }
    .ce-detail-main .class-detail-section.location .directions::before {
      display: none; }
    .ce-detail-main .class-detail-section.location .directions i {
      margin-left: 15px; }
      @media (max-width: 767px) {
        .ce-detail-main .class-detail-section.location .directions i {
          display: none; } }
  .ce-detail-main .class-detail-section.location .map {
    min-height: 350px; }
    @media (max-width: 767px) {
      .ce-detail-main .class-detail-section.location .map {
        display: none; } }
.ce-detail-main h3 {
  position: relative;
  margin-left: 15px;
  margin-right: 15px; }

.news-search .form-inline .form-group:first-of-type .form-control {
  width: 355px; }
  @media (max-width: 1199px) {
    .news-search .form-inline .form-group:first-of-type .form-control {
      width: 260px; } }
  @media (max-width: 991px) {
    .news-search .form-inline .form-group:first-of-type .form-control {
      width: 170px; } }
  @media (max-width: 767px) {
    .news-search .form-inline .form-group:first-of-type .form-control {
      width: 100%; } }

.results-header {
  padding: 18px 0 30px; }
  .results-header h4 {
    text-transform: none;
    font-weight: 500; }

.news-results-main .news-result {
  background: #F1F1F2;
  overflow: hidden;
  padding: 0 0 20px;
  margin-bottom: 40px; }
  .news-results-main .news-result::before {
    content: "";
    border-top: 45px solid #CCC;
    display: block; }
  .news-results-main .news-result .news-result-img {
    float: left;
    margin-right: 20px; }
    .news-results-main .news-result .news-result-img.landscape {
      padding-top: 20px;
      padding-left: 20px;
      padding-bottom: 20px;
      width: 330px;
      height: 176px;
      position: relative;
      overflow: hidden; }
      @media (max-width: 991px) {
        .news-results-main .news-result .news-result-img.landscape {
          width: 250px;
          height: 140px; } }
      @media (max-width: 479px) {
        .news-results-main .news-result .news-result-img.landscape {
          width: calc(100% - 40px);
          height: 223px;
          padding: 0;
          margin: 20px; } }
      .news-results-main .news-result .news-result-img.landscape div {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: cover !important; }
    .news-results-main .news-result .news-result-img.portrait {
      margin-top: -20px;
      padding-left: 20px;
      padding-bottom: 20px;
      width: 330px;
      height: 285px;
      position: relative;
      overflow: hidden; }
      @media (max-width: 991px) {
        .news-results-main .news-result .news-result-img.portrait {
          width: 250px;
          height: 284px; } }
      @media (max-width: 479px) {
        .news-results-main .news-result .news-result-img.portrait {
          width: 50%;
          height: 145px; } }
      .news-results-main .news-result .news-result-img.portrait div {
        position: absolute;
        width: 100%;
        max-width: 220px;
        height: 100%;
        background-size: cover !important;
        left: 50%;
        transform: translateX(-50%); }
  .news-results-main .news-result .news-result-data {
    float: left;
    width: calc(100% - 350px);
    padding-right: 20px; }
    @media (max-width: 767px) {
      .news-results-main .news-result .news-result-data {
        width: calc(100% - 270px); } }
    @media (max-width: 479px) {
      .news-results-main .news-result .news-result-data {
        width: 100%;
        padding: 0 20px; } }
    .news-results-main .news-result .news-result-data h4 {
      font-weight: 500;
      text-transform: none; }
    .news-results-main .news-result .news-result-data span {
      color: #000;
      margin-bottom: 10px; }
      .news-results-main .news-result .news-result-data span:first-of-type {
        color: #4A4A4A; }
    .news-results-main .news-result .news-result-data a {
      font-size: 1.125em;
      float: right;
      color: #000;
      font-weight: 500; }
      .news-results-main .news-result .news-result-data a i {
        margin-left: 15px; }

.results-footer .show-more {
  margin: 20px auto; }

.header-search .form-inline {
  display: block; }

.back .container {
  margin-bottom: 40px; }

.article-img img {
  width: 100%;
  height: auto; }

.article-share {
  margin-top: 65px; }
  @media (max-width: 767px) {
    .article-share {
      margin-top: 20px;
      text-align: right; } }
  .article-share span {
    font-size: 1.125em;
    font-weight: 500;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .article-share span {
        display: inline-block; } }
  .article-share a {
    padding: 10px; }
    @media (max-width: 767px) {
      .article-share a {
        display: inline-block; } }
    .article-share a:first-of-type {
      padding-left: 0; }
      @media (max-width: 767px) {
        .article-share a:first-of-type {
          margin-left: 20px; } }
    .article-share a:last-of-type {
      padding-right: 0; }

.feat-news-two-col h3 {
  text-transform: none;
  margin-bottom: 30px; }
.feat-news-two-col .feat-news h3 {
  margin-bottom: 0; }
.feat-news-two-col .feat-news a:nth-of-type(2) span {
  margin-bottom: 30px; }

.banner-nav-btn {
  display: none; }
  @media (max-width: 767px) {
    .banner-nav-btn {
      display: block; } }
  .banner-nav-btn.active::after {
    display: block;
    -webkit-transition: all .5s;
    /* Safari */
    transition: all .5s; }
  .banner-nav-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(216, 216, 216, 0.7);
    z-index: 9998;
    display: none;
    -webkit-transition: all .5s;
    /* Safari */
    transition: all .5s; }
  .banner-nav-btn .container {
    padding-left: 0;
    padding-right: 0; }
    .banner-nav-btn .container button {
      width: 100%;
      display: block;
      -webkit-appearance: none;
      border: none;
      background: none;
      font-size: 1em;
      text-align: right;
      color: #000;
      padding: 20px 30px; }
      .banner-nav-btn .container button.active i {
        transform: rotate(180deg);
        -webkit-transition: all .5s;
        /* Safari */
        transition: all .5s; }
      .banner-nav-btn .container button i {
        margin-left: 15px;
        font-size: 1.125em;
        -webkit-transition: all .5s;
        /* Safari */
        transition: all .5s; }
      .banner-nav-btn .container button h2 {
        display: inline-block;
        float: left;
        font-size: 1.25em;
        font-weight: 500;
        text-transform: none;
        margin: 0px 0; }
  .banner-nav-btn .banner-content {
    text-align: left;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
    max-width: 290px; }
    .banner-nav-btn .banner-content nav ul {
      max-width: 290px;
      width: 100%;
      margin: 0 auto;
      background-color: #fff;
      border-top: 1px solid #CCC;
      padding: 15px 20px; }
      .banner-nav-btn .banner-content nav ul li a {
        display: block;
        color: #000;
        text-align: left;
        padding: 5px 0; }

.main-banner .container .banner-content.no-img {
  padding: 40px 60px; }
.main-banner .container .banner-content nav ul li a {
  margin-top: 0;
  font-size: 1.125em; }

@media (max-width: 767px) {
  .banner-nav {
    display: none; } }

@media (max-width: 767px) {
  .subsite-campaign {
    margin-top: 0; } }
@media (max-width: 991px) {
  .subsite-campaign .container .campaign-cta {
    margin-top: 40px;
    border-radius: 50%; } }
@media (max-width: 767px) {
  .subsite-campaign .container .campaign-cta {
    width: 275px;
    height: 275px;
    margin: 40px auto 0;
    padding: 40px 20px; } }
@media (max-width: 991px) {
  .subsite-campaign .container .campaign-cta h3 {
    padding: 0;
    font-size: 1.125em; } }
@media (max-width: 767px) {
  .subsite-campaign .container .campaign-cta h3 {
    font-size: 1.5em; } }
.subsite-campaign .container .campaign-cta .cta-content {
  font-size: 0.8125em;
  padding: 10px; }
  @media (max-width: 767px) {
    .subsite-campaign .container .campaign-cta .cta-content {
      font-size: 1em; } }
.subsite-campaign .container .campaign-content h2::after {
  width: 90%; }

.subsite-feat-news .feat-news a:nth-of-type(2) span {
  margin-bottom: 0; }
@media (max-width: 767px) {
  .subsite-feat-news .feat-news.feat-vid video {
    max-height: 416px; } }
.subsite-feat-news .feat-news.feat-vid .gray-section {
  padding: 57px 45px 57px 50px; }

.feat-services {
  padding: 40px 0; }
  .feat-services .container {
    border-bottom: 1px solid #CCC; }
    @media (max-width: 767px) {
      .feat-services .container {
        padding-left: 0;
        padding-right: 0;
        border-bottom: 0; } }
    .feat-services .container h2 {
      text-align: left; }
      @media (max-width: 767px) {
        .feat-services .container h2 {
          margin-bottom: 30px;
          padding: 0 15px; } }
    .feat-services .container .service {
      display: inline-block;
      margin: 40px 50px; }
      @media (max-width: 767px) {
        .feat-services .container .service {
          display: block;
          border-top: 1px solid #CCC;
          margin: 0; } }
      @media (max-width: 767px) {
        .feat-services .container .service:last-of-type {
          border-bottom: 1px solid #CCC; } }
      .feat-services .container .service a:hover {
        text-decoration: none; }
      @media (max-width: 767px) {
        .feat-services .container .service a h3 {
          padding: 20px;
          margin: 0;
          text-align: left; } }
      .feat-services .container .service img {
        border-radius: 50%;
        border: 2px solid #000;
        width: 155px;
        height: 155px; }
        @media (max-width: 767px) {
          .feat-services .container .service img {
            display: none; } }

.services-letters ul.letters {
  margin-top: 40px;
  margin-bottom: 10px; }
  .services-letters ul.letters li {
    display: inline; }
    .services-letters ul.letters li a {
      font-size: 1.25em;
      color: #000;
      padding: 10px;
      text-transform: uppercase; }

.services-list {
  text-align: center; }
  .services-list ul {
    width: 100%;
    max-width: 233px;
    display: block;
    float: left;
    margin: 20px 70px;
    text-align: left; }
    @media (max-width: 767px) {
      .services-list ul {
        max-width: none;
        margin: 20px 0;
        float: none; } }
    .services-list ul h3 {
      color: #000;
      border-bottom: 1px solid #000; }
    .services-list ul li a {
      color: #000; }

.news-results-main.polk-results {
  margin: auto;
  float: none; }
  .news-results-main.polk-results .news-result .news-result-data {
    padding-top: 20px; }

/*# sourceMappingURL=styles.css.map */
body #s4-ribbonrow, body #s4-ribbonrow * {
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	font-size:10px;
}


/* Content CTA Boxes Styles */
.cta__v, .cta__h{
	border-left:4px solid #34b133;
	padding:30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    margin-bottom:20px;
}
.cta__v{
	display:inline-block;
	width:100%;
	max-width:280px;
}
.cta__h{
	display:flex;
	flex-wrap:wrap;
	align-items: flex-start;
}
.cta__v h3, .cta__h h3{
	font-size: 1.4em;
    font-weight: 600;
    line-height: 29px;
    color: #000;
    text-transform: none;
    text-align: left;
    position: relative;
    margin-top:0;
    margin-bottom:10px;
}
.cta__v p, .cta__h p{
	color: #000;
    line-height: 1.625em;
}
.cta__v a, .cta__h a{
	display:inline-block;
	padding:15px 30px;
	background-color:#34b133;
	color:#fff;
	text-decoration:none;
}
.cta__v a:hover, .cta__h a:hover{
	color:#000;
}
.cta__v > img{
	max-width:40px;
}
.cta__h > img{
	max-width:70px;
	margin-right:30px;
}
.cta__h .cta-body{
	flex:1;
}
.cta__h .cta-footer{
	width:100%;
	text-align:right;
	height:auto;
}

/* Content CTA Boxes Styles END*/

/* Fix broken Single Line CTA */

.singleLineCTA .half-width.bg-img {
    margin-bottom: 0;
}
