@charset "UTF-8";
.primary-color {
  color: #093b60;
}

.secondary-color {
  color: #62cbc9;
}

.bg-light-grey {
  background-color: #f1f1f1;
}

.text-small {
  font-size: 14px;
  line-height: 20px;
}

.team-member-block .team-member-img .team-member-hover, .smiles-card-holder .smile-card .smile-card-hover a, .smiles-card-holder .smile-card .smile-card-hover, .smiles-card-holder .smile-card .smile-name, .more-info-link a, .contact-form form button, .secondary-link a, .hover-tile .full-tile-link, .hover-tile, .services-sec .service-tile-block .service-tile-link a, .services-sec .service-tile-block .service-2-tile-link a, .services-sec .service-tile-block .service-tile-link, .services-sec .service-tile-block .service-2-tile-link, .add-more-link a, .cards-tabber-sec .cards .card-hover .card-bottom-link, .cards-tabber-sec .cards .card-hover, .cards-tabber-sec .cards, .cards-tabber-sec .nav-tabs .nav-item .nav-link, .btn-nav-list ul li a, .form-area .page-form-sec .page-form-holder button, .search-form button .fas, .search-trigger .fas, .header .page-header-btns a, .header .header-cta a, .btn-link, form button {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.pagination li a, .control-radio .control-indicator:after, .control-radio .control-indicator, .testimonial-sec .carousel-indicators li, .page-banner .carousel-indicators li {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.testimonial-sec .carousel-indicator-holder, .page-banner .carousel-indicator-holder {
  max-width: 1120px;
  position: absolute;
  bottom: 30px;
  margin: 0 auto;
  left: 0;
  right: 0;
  text-align: center;
}
.testimonial-sec .carousel-indicators, .page-banner .carousel-indicators {
  justify-content: left;
  display: block;
  margin: 0 0 0 45px;
  right: auto;
}
.testimonial-sec .carousel-indicators li, .page-banner .carousel-indicators li {
  width: 23px;
  height: 23px;
  float: left;
  margin: 0;
  background-color: #a1e0df;
  opacity: 1;
  padding-left: 0;
}
.testimonial-sec .carousel-indicators li.active, .page-banner .carousel-indicators li.active {
  background-color: #fff;
}
.testimonial-sec .carousel-indicators li + li, .page-banner .carousel-indicators li + li {
  margin-left: 38px;
}
@media (max-width: 414px) {
  .testimonial-sec .carousel-indicators li + li, .page-banner .carousel-indicators li + li {
    margin-left: 25px;
  }
}
.testimonial-sec .carousel-indicators:before, .page-banner .carousel-indicators:before {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  height: 1px;
  background-color: #62cbc9;
  margin-top: 21px;
  z-index: -1;
}

body {
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #093b60;
  padding-top: 150px;
}

@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1120px;
  }
}
.sec-heading {
  font-weight: 700;
  font-size: 26px;
  color: #093b60;
  margin: 0 0 20px;
}

.sub-heading {
  font-size: 18px;
  font-weight: 700;
  color: #093b60;
  margin-bottom: 5px;
}

.mb-35, .wp-post-image {
  margin-bottom: 35px;
}

figure .mb-35, figure .wp-post-image {
  margin-bottom: 0;
  height: auto;
}

.pl-30 {
  padding-left: 30px;
}

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

a {
  color: #093b60;
}
a:hover {
  color: #093b60;
}

p a {
  color: #62cbc9;
  font-weight: 600;
  text-decoration: underline;
}
p a:hover {
  color: #62cbc9;
  text-decoration: none;
}

hr {
  border-color: #62cbc9;
}

li {
  position: relative;
  padding-left: 20px;
  list-style: none;
}
li :before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #62cbc9;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.center {
  text-align: center;
}

.show-xs {
  display: none !important;
}

.font-semibold {
  font-weight: 600 !important;
}

.font-bold, .font-bold a {
  font-weight: 700 !important;
}

.inner-page {
  font-size: 18px;
  line-height: 28px;
}
.inner-page p {
  margin-bottom: 30px;
}

/* hide all li styles from other li's */
.sub-nav li, .main-nav li, .nav-tabs li, .menu li, .footer .footer-list-sec ul li, .breadcrumb li {
  list-style: none;
  padding: 0;
}
.sub-nav li :before, .main-nav li :before, .nav-tabs li :before, .menu li :before, .footer .footer-list-sec ul li :before, .breadcrumb li :before {
  background: none;
}

.sub-nav li :before, .main-nav li :before, .nav-tabs li :before, .menu li :before, .footer .footer-list-sec ul li :before, .breadcrumb li :before {
  background: none;
}

input, select, textarea, button, a {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

select, input, textarea, button {
  apperance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select:focus, input:focus, textarea:focus, button:focus {
  outline: none;
}

textarea {
  resize: none;
  height: 100px;
}

input, select, textarea {
  padding: 7px 12px 8px;
  border: 2px solid #093b60;
  border-radius: 0;
  -webkit-border-radius: 0;
  background: none;
  width: 100%;
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 20px;
}

form button {
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #62cbc9;
  letter-spacing: -0.015em;
  text-align: center;
  background: none;
  border: none;
  outline: none;
}
form button span, form button .fas {
  display: inline-block;
  vertical-align: middle;
}
form button .fas {
  font-size: 20px;
  margin-left: 3px;
}

form button:hover {
  color: #093b60;
}

form label {
  display: block;
  padding-bottom: 2px;
}

select::-ms-expand {
  display: none;
}

select, input:not([type=checkbox]), input:not([type=radio]) {
  height: 40px;
}

select {
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: right 17px center;
}

.btn-link {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  border: 2px solid #fff;
  text-align: center;
  min-width: 234px;
  padding: 15px 10px;
  font-size: 15px;
}
.btn-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #093b60;
  border-color: #093b60;
}

.side-icon-link {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
}
.side-icon-link a {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.side-icon-link a img {
  position: absolute;
  left: 0;
  top: 3px;
  max-width: 20px;
}
.side-icon-link a:hover {
  text-decoration: none;
  color: #62cbc9;
}

.control {
  display: table;
  position: relative;
  padding-left: 27px;
  margin: 0;
  cursor: pointer;
}
.control p {
  color: #093b60;
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.025em;
  margin: 0 !important;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 1px;
  top: 2px;
  height: auto;
  margin: 0;
}

.radio-section .input-row {
  float: left;
  margin-right: 20px;
}

.radio-section .input-row:last-child {
  margin-right: 0;
}

.input-box {
  margin: 10px 0;
}
.input-box h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
  color: #093b60;
  padding-right: 10px;
  margin: 0;
  float: left;
  line-height: 1.5;
}

.patient-type {
  text-align: center;
}

.patient-type h4 {
  float: none;
}

.input-inline {
  display: inline-block;
  vertical-align: middle;
}
.input-inline span {
  margin-left: 30px;
  color: #093b60;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: -0.025em;
}
.input-inline .input-row {
  position: relative;
  float: left;
  width: auto;
  margin-right: 20px;
}

.input-inline + .input-inline {
  margin-left: 8px;
}

.control-indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: #fff;
  border: 2px solid #bdbcb9;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.control-indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control-indicator:after {
  display: block;
}

.control-checkbox .control-indicator:after {
  left: 6px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: solid #26a5d8;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.control-radio .control-indicator {
  margin-top: 4px;
}

.control-radio .control-indicator:after {
  display: block;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  background-color: #fff;
  border: none;
  z-index: 2;
}

.control-radio input:checked ~ .control-indicator {
  background-color: #093b60;
  border-color: #093b60;
}

.control-radio:hover .control-indicator {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}

.bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #62cbc9;
}

.nav-toggle-holder {
  display: none;
  opacity: 0;
  z-index: -99;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  right: -100%;
  padding-top: 100px;
  overflow: hidden;
}
.nav-toggle-holder:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 200px;
  background: #fff;
  z-index: -1;
}

.sub-menu {
  display: none;
}

.mob-nav-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  z-index: 10;
  cursor: pointer;
  padding: 10px;
}
.mob-nav-close > span {
  position: relative;
  display: block;
  height: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mob-nav-close > span:before, .mob-nav-close > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #093b60;
  position: relative;
  top: 50%;
}
.mob-nav-close > span:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: -4px;
}

.mob-nav-back:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-top: 2px solid #34469f;
  border-left: 2px solid #34469f;
  transform: rotate(-45deg) translate(10%, -50%);
  -webkit-transform: rotate(-45deg) translate(10%, -50%);
}

.sub-menu-arrow {
  position: absolute;
  opacity: 0;
}

@media (min-width: 991px) {
  .sub-nav {
    padding: 0;
    margin: 0;
  }
  .sub-nav li {
    float: left;
    list-style: none;
    padding: 0;
    position: relative;
  }
  .sub-nav li a {
    display: block;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
  }
  .sub-nav li a:hover {
    text-decoration: none;
  }
  .sub-nav > li.active > a, .sub-nav > li > a:hover, .sub-nav .current_page_item a {
    color: #62cbc9;
  }
  .sub-nav li + li {
    margin-left: 12px;
  }

  .nav-title {
    display: none;
  }

  .main-nav-holder {
    float: right;
    padding: 11px 0;
  }
  .main-nav-holder .main-nav li {
    list-style: none;
    position: relative;
  }
  .main-nav-holder .main-nav a {
    display: block;
  }
  .main-nav-holder .main-nav a:hover {
    text-decoration: none;
  }
  .main-nav-holder .main-nav > li {
    float: left;
  }
  .main-nav-holder .main-nav > li a {
    text-transform: uppercase;
    color: #093b60;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  .main-nav-holder .main-nav > li a > .secondary-color {
    font-weight: 500;
  }
  .main-nav-holder .main-nav > li.active > a, .main-nav-holder .main-nav > li > a:hover, .main-nav-holder .main-nav .current_page_item a {
    color: #62cbc9;
  }
  .main-nav-holder .main-nav > li + li {
    margin-left: 12px;
  }
  .main-nav-holder .main-nav > li:hover .sub-menu {
    opacity: 1;
    z-index: 2;
    height: auto;
    top: 100%;
    visibility: visible;
  }
  .main-nav-holder .sub-menu {
    margin: 0;
    padding: 40px 20px 3px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    background: #fff;
    border-bottom: 4px solid #62cbc9;
    opacity: 0;
    z-index: -999;
    height: 0;
    visibility: hidden;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .main-nav-holder .sub-menu li {
    border-bottom: 1px solid #093b60;
  }
  .main-nav-holder .sub-menu li:last-child {
    border-bottom: none;
  }
  .main-nav-holder .sub-menu a {
    display: block;
    padding: 11px 0;
    font-weight: 500 !important;
    line-height: 1.3;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .main-nav-holder .sub-menu a:hover {
    color: #62cbc9;
  }
}
@media (min-width: 1150px) {
  .main-nav-holder .main-nav > li + li {
    margin-left: 20px;
  }
  .main-nav-holder .main-nav > li a {
    font-size: 15px;
  }

  .header-navigation .sub-nav li + li {
    margin-left: 18px;
  }
}
@media (max-width: 991px) {
  .nav-toggle-holder {
    display: block;
    opacity: 1;
    z-index: 5;
  }
  .nav-toggle-holder ul {
    padding: 0;
    margin: 0;
  }
  .nav-toggle-holder li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #e9ecee;
  }
  .nav-toggle-holder a {
    color: #093b60;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 12px 25px;
  }
  .nav-toggle-holder a:hover {
    background: #62cbc9;
    text-decoration: none;
  }
  .nav-toggle-holder .sub-menu {
    background: #f8f8f8;
  }
  .nav-toggle-holder .sub-menu a {
    padding-left: 40px;
  }
  .nav-toggle-holder .side-nav-content {
    background: #fff;
    max-height: 100%;
    overflow-y: scroll;
  }

  .mob-sub-menu {
    display: none;
  }

  .sub-menu-arrow {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    z-index: 999;
    text-align: center;
    display: block;
  }
  .sub-menu-arrow .fas {
    position: relative;
    color: #c7c7c7;
    font-size: 20px;
    margin-top: 14px;
  }
  .sub-menu-arrow.sub-open .fas {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .main-menu-title, .sub-nav-title.open-sub-nav {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #093b60;
    font-size: 20px;
    padding: 15px;
    margin: 0;
  }

  .sub-nav-title {
    color: #093b60;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 12px 25px;
    font-size: 16px;
    position: relative;
    margin: 0;
  }
  .sub-nav-title .fas {
    float: right;
    color: #c7c7c7;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 12px;
    width: 50px;
    text-align: center;
  }
  .sub-nav-title.open-sub-nav .fas {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 18px;
  }

  .fa-angle-right:before {
    top: 0px;
  }
}
@media (max-width: 480px) {
  .nav-toggle-holder {
    padding-top: 80px;
  }

  .sub-nav-title {
    padding: 10px 20px;
  }
  .sub-nav-title .fas {
    width: 40px;
  }

  .mob-nav-close {
    width: 60px;
    height: 60px;
  }

  .main-menu-title, .sub-nav-title.open-sub-nav {
    font-size: 18px;
    padding: 12px;
  }

  .nav-toggle-holder a {
    padding: 10px 20px;
  }

  .nav-toggle-holder .sub-menu a {
    padding-left: 30px;
  }

  .sub-menu-arrow {
    width: 50px;
  }

  .sub-nav-title.open-sub-nav .fas {
    top: 15px;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  background: url(../images/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -3px;
  right: -48px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 8040;
  background: url(../images/smiles-close.png) no-repeat center;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 99999;
  /* visibility: hidden; */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 54px;
  color: #62cbc9;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fancybox-prev span {
  left: 10px;
}
.fancybox-prev span:before {
  content: "\f104";
  text-shadow: 3px 1px 8px rgba(0, 0, 0, 0.5);
}

.fancybox-next span {
  right: 10px;
}
.fancybox-next span:before {
  content: "\f105";
  text-shadow: -3px -1px 8px rgba(0, 0, 0, 0.5);
}

.fancybox-nav:hover span {
  /* visibility: visible; */
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 999;
  background: url(../images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  background: rgba(224, 245, 244, 0.6);
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 480px) {
  .fancybox-close {
    top: -40px;
    right: 0;
    width: 32px;
    height: 32px;
  }
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading {
    background-image: url(../images/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url(../images/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*! fancyBox v2.1.5 fancyapps.com style end */
.location-search-sec {
  position: relative;
  padding: 30px 0;
}
@media (min-width: 641px) {
  .location-search-sec {
    padding: 40px 0;
  }
}
@media (min-width: 1200px) {
  .location-search-sec .container-fluid {
    max-width: 1920px;
  }
}
.location-search-sec .wpgmp_map_container .map-listing-container {
  background-color: #ffffff;
}
.location-search-sec .wpgmp_map_container .search-form-container, .location-search-sec .wpgmp_map_container .wpgmp_listing_header {
  font-family: "Open Sans", sans-serif;
  max-width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.location-search-sec .wpgmp_map_container .search-form-container .wpgmp_filter_wrappers, .location-search-sec .wpgmp_map_container .wpgmp_listing_header .wpgmp_filter_wrappers {
  background: none;
}
.location-search-sec .wpgmp_map_container .search-form-container .wpgmp_search_input, .location-search-sec .wpgmp_map_container .wpgmp_listing_header .wpgmp_search_input {
  border: 2px solid #62cbc9;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  height: 40px;
  padding: 25px 10px 25px 40px;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .location-search-sec .wpgmp_map_container .search-form-container .wpgmp_search_input, .location-search-sec .wpgmp_map_container .wpgmp_listing_header .wpgmp_search_input {
    font-size: 17px;
  }
}
.location-search-sec .wpgmp_map_container .search-form-container .wpgmp_search_input ::after, .location-search-sec .wpgmp_map_container .wpgmp_listing_header .wpgmp_search_input ::after {
  content: "test";
}
.location-search-sec .wpgmp_map_container .search-form-container input[type=type], .location-search-sec .wpgmp_map_container .wpgmp_listing_header input[type=type] {
  border: 2px solid #62cbc9;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  background-color: #fff;
  height: 40px;
  padding: 12px 10px 13px 20px;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .location-search-sec .wpgmp_map_container .search-form-container input[type=type], .location-search-sec .wpgmp_map_container .wpgmp_listing_header input[type=type] {
    font-size: 17px;
    padding: 9px 12px 10px;
  }
}
.location-search-sec .wpgmp_map_container .search-form-container input[type=button], .location-search-sec .wpgmp_map_container .wpgmp_listing_header input[type=button] {
  border: none;
  background: #62cbc9;
  color: #ffffff;
}
.location-search-sec .wpgmp_map_container .search-form-container select, .location-search-sec .wpgmp_map_container .wpgmp_listing_header select {
  background-color: #62cbc9;
}
.location-search-sec .location-search-form {
  font-family: "Open Sans", sans-serif;
  max-width: 740px;
  border: 2px solid #093b60;
  display: flex;
  background-color: #fff;
  /** hide placeholder text on focus **/
}
.location-search-sec .location-search-form input:not([type=radio]):not([type=checkbox]) {
  border: none;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #000;
  height: 40px;
  padding: 7px 10px 8px;
}
@media (min-width: 641px) {
  .location-search-sec .location-search-form input:not([type=radio]):not([type=checkbox]) {
    font-size: 17px;
    padding: 9px 12px 10px;
  }
}
.location-search-sec .location-search-form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
}
.location-search-sec .location-search-form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c8c8c8;
}
.location-search-sec .location-search-form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #c8c8c8;
}
.location-search-sec .location-search-form input:focus::placeholder, .location-search-sec .location-search-form textarea:focus::placeholder {
  color: transparent;
}
.location-search-sec .location-search-form .input-group {
  position: relative;
  padding: 10px 20px;
}
@media (min-width: 641px) {
  .location-search-sec .location-search-form .input-group {
    padding: 15px 25px 15px 30px;
  }
}
.location-search-sec .location-search-form .input-group:first-child {
  flex: 0 0 45%;
  max-width: 45%;
  padding-right: 5px;
}
@media (min-width: 641px) {
  .location-search-sec .location-search-form .input-group:first-child {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.location-search-sec .location-search-form .input-group:first-child input:not([type=radio]):not([type=checkbox]) {
  border-right: 1px solid #D9D8D8;
}
.location-search-sec .location-search-form .input-group > span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 8px;
}
@media (min-width: 641px) {
  .location-search-sec .location-search-form .input-group > span {
    padding-left: 15px;
  }
}
.location-search-sec .location-search-form .input-group > span i {
  color: #d9d8d8;
}
.location-search-sec .location-search-form .input-group > span.icon-last {
  left: auto;
  right: 0;
  transform: rotateY(180deg);
}
.location-search-sec .location-search-form .input-group > span.icon-last i {
  font-size: 15px;
}
.location-search-sec .location-search-form button {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 21px;
  background-color: #62cbc9;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  padding: 10px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 641px) {
  .location-search-sec .location-search-form button {
    font-size: 25px;
    min-width: 70px;
  }
}
.location-search-sec .location-search-form button:hover {
  background-color: #093b60;
}

.location_listing1 {
  height: 100vh !important;
  float: none !important;
  overflow: visible !important;
}

.locations-tile-sec, .wpgmp_listing_container {
  position: relative;
}
@media (min-width: 1200px) {
  .locations-tile-sec .container-fluid, .wpgmp_listing_container .container-fluid {
    max-width: 1920px;
  }
}
@media (min-width: 992px) {
  .locations-tile-sec .locations-map-holder, .wpgmp_listing_container .locations-map-holder {
    order: 2;
  }
}
@media (max-width: 640px) {
  .locations-tile-sec h2.sec-heading, .wpgmp_listing_container h2.sec-heading {
    font-size: 22px;
    margin-bottom: 5px;
  }
}
.locations-tile-sec .locations-map-holder, .wpgmp_listing_container .locations-map-holder {
  padding: 0;
}
.locations-tile-sec .locations-map-holder .google-mag-area, .wpgmp_listing_container .locations-map-holder .google-mag-area {
  width: 100%;
  height: 400px;
}
@media (min-width: 641px) {
  .locations-tile-sec .locations-map-holder .google-mag-area, .wpgmp_listing_container .locations-map-holder .google-mag-area {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .locations-tile-sec .locations-map-holder, .wpgmp_listing_container .locations-map-holder {
    padding-left: 15px;
  }
  .locations-tile-sec .locations-map-holder .google-mag-area, .wpgmp_listing_container .locations-map-holder .google-mag-area {
    height: 1250px;
  }
}
.locations-tile-sec .locations-tile-holder, .locations-tile-sec .location_listing1, .wpgmp_listing_container .locations-tile-holder, .wpgmp_listing_container .location_listing1 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.locations-tile-sec .locations-tile, .wpgmp_listing_container .locations-tile {
  position: relative;
  border: 2px solid #093b60;
  padding: 15px;
  display: flex;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.locations-tile-sec .locations-tile:hover, .wpgmp_listing_container .locations-tile:hover {
  box-shadow: 0 0 10px rgba(9, 59, 96, 0.25);
  background-color: rgba(241, 241, 241, 0.1);
}
@media (max-width: 640px) {
  .locations-tile-sec .locations-tile, .wpgmp_listing_container .locations-tile {
    padding-bottom: 85px;
  }
}
.locations-tile-sec .locations-tile:not(:last-child), .wpgmp_listing_container .locations-tile:not(:last-child) {
  margin-bottom: 15px;
}
.locations-tile-sec .locations-tile .location-img, .wpgmp_listing_container .locations-tile .location-img {
  position: relative;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.locations-tile-sec .locations-tile .location-img img, .wpgmp_listing_container .locations-tile .location-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.locations-tile-sec .locations-tile .locations-tile-content, .wpgmp_listing_container .locations-tile .locations-tile-content {
  flex-grow: 1;
  padding-left: 15px;
}
.locations-tile-sec .locations-tile .locations-tile-content .sec-heading a, .wpgmp_listing_container .locations-tile .locations-tile-content .sec-heading a {
  font-weight: 700;
  font-size: 26px;
  color: #093b60;
  margin: 0 0 20px;
}
.locations-tile-sec .locations-tile .locations-tile-content .locations-address p, .wpgmp_listing_container .locations-tile .locations-tile-content .locations-address p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .locations-tile-sec .locations-tile .locations-tile-content .locations-address p, .wpgmp_listing_container .locations-tile .locations-tile-content .locations-address p {
    margin-bottom: 10px;
  }
}
.locations-tile-sec .locations-tile .locations-tile-content .locations-address h4, .wpgmp_listing_container .locations-tile .locations-tile-content .locations-address h4 {
  font-weight: bold;
  color: #093b60;
  font-size: 16px;
}
.locations-tile-sec .locations-tile .locations-tile-content .locations-address h4 i, .wpgmp_listing_container .locations-tile .locations-tile-content .locations-address h4 i {
  color: #62cbc9;
  font-size: 20px;
  margin-right: 5px;
}
.locations-tile-sec .locations-tile .locations-tile-content .locations-address h4:not(:last-child), .wpgmp_listing_container .locations-tile .locations-tile-content .locations-address h4:not(:last-child) {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .locations-tile-sec .locations-tile .locations-tile-content .locations-link, .wpgmp_listing_container .locations-tile .locations-tile-content .locations-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .locations-tile-sec .locations-tile .locations-tile-content .locations-link a, .wpgmp_listing_container .locations-tile .locations-tile-content .locations-link a {
    font-size: 15px;
    margin: 0;
    flex: 0 0 48%;
    max-width: 48%;
    padding: 8px 10px 7px;
  }
}

.locations-link a {
  display: block;
  text-align: center;
  color: #093b60;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #62cbc9;
  padding: 13px 15px 12px;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 641px) {
  .locations-link a br {
    display: none;
  }
}
.locations-link a:not(:last-child) {
  margin-bottom: 15px;
}
.locations-link a:hover {
  text-decoration: none;
  background-color: #62cbc9;
}

.font-medium {
  font-weight: 500;
}

.gm-style .gm-style-iw-c {
  color: #000;
}

/* Mary's styles */
.wpgmp-map-1 .wpgmp_listing_header .wpgmp_search_form {
  margin: 0;
}

.wpgmp-map-1 .search-form-container .wpgmp_search_input {
  border: 2px solid #093b60;
  margin: 0 !important;
  float: none !important;
  display: block;
}

@media (max-width: 767px) {
  .map-listing-container {
    display: flex;
    flex-direction: column-reverse;
  }

  .list_div, .map_div {
    width: 100% !important;
  }

  .wpgmp_map {
    max-height: 500px;
  }
}
.wpgmp_filter_wrappers {
  padding: 0;
  margin: 0 !important;
  display: block !important;
  border: 0;
}

.wpgmp_search_form:after, .search-form-container .wpgmp_before_listing {
  display: none;
}

.list_div {
  padding: 15px 0 0 10px;
}

.map_div button {
  min-width: auto !important;
}

.fc-item-box.fc-component-2.wpgmp_locations {
  border: 2px solid #093b60;
}

.wpgmp_map_parent + .wpgmp_filter_wrappers {
  display: none;
}

.wpgmp_pagination {
  text-align: center;
  margin-bottom: 0px !important;
  padding: 0 !important;
}

.wpgmp_map_parent {
  margin-bottom: 0px !important;
}

.map-listing-container, .wpgmp-map-1 .search-form-container {
  float: left;
}

.wpgmp_layout {
  width: 100%;
}

.layout-1 .wpgmp_pagination {
  padding-bottom: 0;
  margin-top: 0;
}

.header {
  background: #ffffff;
  min-height: 100px;
}
.header .top-line {
  /* remove for new styles on top bar - leaving in case they want to roll back [td]
  background:$bg-light-grey;
  padding:19px 0 15px;
  border-bottom:1px solid #e7e6e6;

  .top-call {
  	text-align:right;
  	font-size:13px;
  	line-height:1.2;
  	margin-top:-2px;

  	.font-bold {
  		font-size:18px;
  		display:inline-block;
  		color:$secondary-color;
  	}
  }

   */
}
.header .header-content {
  position: relative;
  padding: 25px 0;
}
.header .site-logo {
  float: left;
  margin-top: 30px;
  position: relative;
  z-index: 9999;
}
.header .site-logo a {
  display: inline-block;
  vertical-align: top;
}
.header .site-logo a img {
  display: block;
}
.header .header-navigation {
  padding-right: 300px;
  position: absolute;
  right: 0;
  top: 40px;
}
.header .header-cta {
  float: right;
  margin-top: 3px;
  position: relative;
  z-index: 999;
  text-align: center;
}
.header .header-cta a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background: #62cbc9;
  padding: 12px 18px;
}
.header .header-cta a:hover {
  text-decoration: none;
  background: #093b60;
}
.header .header-cta a:first-child {
  margin-bottom: 10px;
}
.header .page-header-btns {
  float: right;
  margin-top: 3px;
  position: relative;
  z-index: 999;
  text-align: center;
}
.header .page-header-btns a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background: #62cbc9;
  padding: 12px 18px;
}
.header .page-header-btns a:hover {
  text-decoration: none;
  background: #093b60;
}
.header .page-header-btns a:first-child {
  margin-bottom: 10px;
}
.header .header-content-md {
  display: none;
  float: right;
  margin-right: 20px;
}
.header .header-content-md > div {
  float: left;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #093b60;
  text-align: center;
  margin: 0 15px;
}
.header .header-content-md > div a:hover {
  text-decoration: none;
}
.header .header-content-md > div img, .header .header-content-md > div span {
  display: block;
}
.header .header-content-md > div img {
  margin: 0 auto 5px;
  max-height: 30px;
}
.header .header-content-md .nav-trigger {
  cursor: pointer;
}
.header .header-alert-ribbon {
  text-align: center;
  background: #62cbc9;
  color: #ffffff;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
}
.header .header-alert-ribbon a {
  font-weight: 700;
}

.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
}

.top-search {
  /* removing for now to make room in nav */
  display: none;
  position: absolute;
  right: 15px;
  top: 0;
}
.top-search .search-form {
  display: none;
}

.search-trigger {
  float: right;
  margin-top: 25px;
  margin-right: 240px;
  position: relative;
  z-index: 2;
}
.search-trigger .fas {
  font-size: 21px;
  color: #093b60;
  cursor: pointer;
}
.search-trigger .fas:hover {
  color: #62cbc9;
}

.search-form {
  position: absolute;
  width: 100%;
  padding-right: 225px;
  margin-top: 12px;
  z-index: 99;
}
.search-form input[type=text] {
  width: 100%;
  background: #ebebeb;
  border: none;
  border-radius: 3px;
  color: #093b60;
  font-weight: 500;
  padding: 15px 65px 15px 15px;
  margin: 0;
}
.search-form button {
  position: absolute;
  z-index: 999;
  right: 215px;
  top: -9px;
  height: 100%;
  width: 50px;
  min-width: 50px;
  border: none;
  background: none;
  padding: 0;
  color: #093b60;
}
.search-form button .fas {
  margin: 0;
}
.search-form button:hover .fas, .search-form button:hover {
  color: #62cbc9;
  background: none !important;
}

.page-banner .container-fluid {
  position: relative;
}
.page-banner .carousel-caption {
  left: 15px;
  right: auto;
  bottom: 70px;
  margin: 0 auto;
  padding: 20px 0 50px;
  text-align: left;
  max-width: 480px;
}
.page-banner .carousel-caption h2 {
  font-weight: 700;
  font-size: 42px;
}
.page-banner .carousel-caption p {
  font-size: 18px;
  line-height: 1.5;
}
.page-banner .promo-overlay {
  position: absolute;
  z-index: 99999;
  top: 30px;
  left: 50px;
}

.hero-ribbon {
  background-color: #a1e0df;
  padding: 20px 0;
  text-align: center;
}
.hero-ribbon .ribbon-reg {
  display: inline-block;
}
.hero-ribbon .ribbon-reg span {
  font-weight: 700;
}
.hero-ribbon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
}
.hero-ribbon .welcome-ribbon-img {
  display: inline-block;
}
.hero-ribbon .welcome-ribbon-img-mob {
  display: none;
}

.form-sec {
  background-color: #62cbc9;
  position: relative;
  z-index: 9999;
  padding: 0;
}
.form-sec:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 25px;
  -webkit-box-shadow: inset 0 -10px 15px -10px #b3b3b3;
  box-shadow: inset 0 -10px 15px -10px #b3b3b3;
}

.form-area {
  /* order:2;
  margin-top:-200px; */
  width: 100%;
}
.form-area .page-form-sec {
  background: #fff;
  padding: 30px 160px 30px;
}
.form-area .page-form-sec .sec-heading {
  margin-bottom: 12px;
  position: relative;
}
.form-area .page-form-sec .sec-heading .fas {
  display: none;
  color: #62cbc9;
  top: 3px;
  position: relative;
  margin-left: 10px;
}
.form-area .page-form-sec .sec-heading.form-toggle.open .fas {
  transform: rotate(180deg);
}
.form-area .page-form-sec p {
  margin-bottom: 25px;
}
.form-area .page-form-sec .page-form-holder {
  position: relative;
}
.form-area .page-form-sec .page-form-holder form {
  position: relative;
}
.form-area .page-form-sec .page-form-holder .row {
  margin-left: -5px;
  margin-right: -5px;
}
.form-area .page-form-sec .page-form-holder .row [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.form-area .page-form-sec .page-form-holder button {
  margin: 15px auto 12px;
  color: #093b60;
  border: 2px solid #62cbc9;
  min-width: 234px;
  padding: 15px;
}
.form-area .page-form-sec .page-form-holder button .fas {
  display: none;
  color: #62cbc9;
  font-size: 24px;
  margin: 0;
}
.form-area .page-form-sec .page-form-holder button:hover {
  background: #093b60;
  border-color: #093b60;
  color: #fff;
}
.form-area .page-form-sec h6 {
  font-size: 14px;
}

/* removed from form above to cover contact as well [td] */
.virtual-form {
  text-align: center;
}
.virtual-form h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  color: #62cbc9;
}
.virtual-form #cz_submit_form_1_field_ext_virtual {
  display: inline-block;
  margin-left: 10px;
}
.virtual-form #cz_submit_form_1_field_ext_virtual .input-row {
  float: left;
}
.virtual-form #cz_submit_form_1_field_ext_virtual .input-row span {
  margin: 0 10px 0 25px;
}
.virtual-form #cz_submit_form_2_field_ext_virtual {
  display: inline-block;
  margin-left: 10px;
}
.virtual-form #cz_submit_form_2_field_ext_virtual .input-row {
  float: left;
}
.virtual-form #cz_submit_form_2_field_ext_virtual .input-row span {
  margin: 0 10px 0 25px;
}

#cz_submit_form_2_form .virtual-form {
  margin-bottom: 20px;
}

.btn-nav-list {
  display: none;
}
.btn-nav-list ul {
  padding: 0 0 0 30px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn-nav-list ul li {
  list-style: none;
  flex-basis: 47.5%;
  margin-bottom: 15px;
}
.btn-nav-list ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border: 2px solid #fff;
  text-align: center;
  padding: 15px 10px;
}
.btn-nav-list ul li a:hover {
  text-decoration: none;
  border-color: #093b60;
  background: #093b60;
}

.footer {
  background: #093b60;
  color: #fff;
  padding: 35px 0 45px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.01em;
}
.footer a:hover {
  text-decoration: none;
  color: #62cbc9;
}
.footer .footer-top {
  border-bottom: 1px solid #849db0;
  margin-bottom: 30px;
  padding-bottom: 25px;
}
.footer .footer-top .footer-contact {
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  flex-wrap: wrap;
}
.footer .footer-top .footer-contact > span {
  padding-top: 10px;
}
.footer .footer-top .footer-contact span + span {
  margin-left: 20px;
}
.footer .footer-top .footer-contact .social-links {
  order: 3;
}
.footer .footer-top .footer-contact .social-links a {
  margin-left: 12px;
}
.footer .footer-top .footer-contact .social-links .fab {
  font-size: 18px;
}
.footer .footer-slogan {
  display: flex;
  align-items: center;
}
.footer .footer-list-sec h6 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 2px;
}
.footer .footer-list-sec ul {
  padding: 0;
  margin: 0 0 30px;
}
.footer .footer-list-sec ul li {
  list-style: none;
  padding-right: 15px;
}
.footer .footer-list-sec ul li .col-5 {
  padding: 0;
}
.footer .footer-list-sec .title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 2px;
}
.footer .footer-list-sec .footer-blog .footer-blog-title {
  font-weight: 600;
  text-transform: uppercase;
}
.footer .footer-bottom {
  border-top: 1px solid #849db0;
  padding-top: 20px;
}
.footer .col-2 {
  -ms-flex: 0 0 17.5%;
  flex: 0 0 17.5%;
  max-width: 17.5%;
}
.footer .col-2.col-2-small {
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  max-width: 12%;
}
.footer .footer-pixels img {
  opacity: 0;
}

.cards-tabber-sec {
  padding: 60px 0;
}
.cards-tabber-sec .sec-heading {
  margin-bottom: 30px;
}
.cards-tabber-sec .add-more-link {
  padding-top: 30px;
  width: 100%;
}
.cards-tabber-sec .nav-tabs {
  border-bottom: none;
  justify-content: center;
  margin-bottom: 45px;
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  text-align: center;
}
.cards-tabber-sec .nav-tabs::-webkit-scrollbar {
  display: none;
}
.cards-tabber-sec .nav-tabs .nav-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.cards-tabber-sec .nav-tabs .nav-item .nav-link {
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #093b60;
  padding: 1px 5px;
}
.cards-tabber-sec .nav-tabs .nav-item .nav-link:hover, .cards-tabber-sec .nav-tabs .nav-item .nav-link.active {
  color: #62cbc9;
  border-bottom: 2px solid #62cbc9;
}
@media (max-width: 767px) {
  .cards-tabber-sec .nav-tabs .nav-item .nav-link {
    padding: 10px 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  .cards-tabber-sec .nav-tabs .nav-item .nav-link:hover, .cards-tabber-sec .nav-tabs .nav-item .nav-link.active {
    background-color: #e8f7f7;
    border: none;
  }
}
.cards-tabber-sec .nav-tabs .nav-item + .nav-item {
  margin-left: 28px;
}
@media (max-width: 767px) {
  .cards-tabber-sec .nav-tabs .nav-item + .nav-item {
    margin-left: 0;
  }
}
.cards-tabber-sec .cards {
  position: relative;
  text-align: center;
  color: #fff;
  background: #62cbc9;
}
.cards-tabber-sec .cards figure {
  margin: 0;
}
.cards-tabber-sec .cards figure img {
  display: block;
  width: 100%;
}
.cards-tabber-sec .cards.news-card {
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.cards-tabber-sec .cards.offer-card .card-hover, .cards-tabber-sec .cards.news-card .card-hover {
  background: rgba(98, 203, 201, 0.75);
}
.cards-tabber-sec .cards.story-card .card-hover, .cards-tabber-sec .cards.video-card .card-hover, .cards-tabber-sec .cards.ba-card .card-hover {
  background: rgba(46, 46, 46, 0.3);
}
.cards-tabber-sec .cards.video-card {
  background-repeat: no-repeat;
  background-position: top center;
}
.cards-tabber-sec .cards.form-card {
  padding: 20px 25px;
}
.cards-tabber-sec .cards.form-card .form-card-inner {
  padding-top: 15px;
}
.cards-tabber-sec .cards.form-card p {
  margin-bottom: 4px;
  font-size: 16px;
}
.cards-tabber-sec .cards.form-card form {
  padding-top: 20px;
}
.cards-tabber-sec .cards.form-card form input {
  background: none;
  border-color: #fff;
  padding: 9px 15px 10px;
}
.cards-tabber-sec .cards.form-card form button {
  color: #093b60;
  float: right;
  margin-top: 10px;
}
.cards-tabber-sec .cards.form-card form button:hover {
  color: #fff;
}
.cards-tabber-sec .cards.form-card form .form-intro {
  padding-bottom: 20px;
}
.cards-tabber-sec .cards p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
}
.cards-tabber-sec .cards p:last-child {
  margin-bottom: 0;
}
.cards-tabber-sec .cards .card-hover {
  display: block;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 25px;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.cards-tabber-sec .cards .card-hover > a {
  display: block;
}
.cards-tabber-sec .cards .card-hover .card-play-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cards-tabber-sec .cards .card-hover .card-play-icon img {
  position: relative;
  display: block;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cards-tabber-sec .cards .card-hover .card-top-content {
  position: absolute;
  top: 20px;
  left: 25px;
  right: 25px;
  text-transform: uppercase;
}
.cards-tabber-sec .cards .card-hover .card-top-content h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.cards-tabber-sec .cards .card-hover .card-mid-content {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cards-tabber-sec .cards .card-hover .card-mid-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}
.cards-tabber-sec .cards .card-hover .cards-bottom-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.cards-tabber-sec .cards .card-hover .cards-bottom-content h1 {
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
}
.cards-tabber-sec .cards .card-hover .card-bottom-link {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 12px 10px;
}
.cards-tabber-sec .cards .card-hover .card-bottom-link:hover {
  text-decoration: none;
  border-color: #093b60;
  background: #093b60;
}
.cards-tabber-sec .cards:hover .card-hover {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.wistia_click_to_play {
  width: 100% !important;
  height: 100% !important;
}

.add-more-link {
  text-align: center;
}
.add-more-link a {
  display: inline-block;
  color: #62cbc9;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.add-more-link a .fas {
  font-size: 20px;
  margin-top: 3px;
  position: relative;
}
.add-more-link a:hover {
  text-decoration: none;
  color: #093b60;
}
.add-more-link a:hover .fas {
  top: 3px;
}

.testimonial-sec {
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #093b60;
  background-image: url(../images/testimonial-bg.jpg);
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 60px 0;
  min-height: 400px;
}
.testimonial-sec .carousel-indicator-holder {
  bottom: -35px;
}
.testimonial-sec .carousel {
  padding: 0 11%;
}
.testimonial-sec .carousel p {
  font-size: 18px;
  line-height: 26px;
}
.testimonial-sec .carousel h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 15px;
}
.testimonial-sec .carousel .carousel-indicators {
  margin: 0;
  display: inline-block;
  position: relative;
}
.testimonial-sec .carousel .carousel-inner {
  padding-bottom: 35px;
}

.services-sec {
  background: #f1f1f1;
  margin-top: 60px;
  scroll-margin-top: 150px;
}
.services-sec p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.services-sec > .container-fluid {
  max-width: 1400px;
  padding: 0;
}
.services-sec > .container-fluid > .no-gutters {
  align-items: center;
}
.services-sec .services-text, .services-sec .services-2-text {
  padding: 30px 10% 30px 60px;
}
.services-sec .services-text .sec-heading, .services-sec .services-2-text .sec-heading {
  margin-bottom: 8px;
}
.services-sec .services-text .side-icon-link, .services-sec .services-2-text .side-icon-link {
  padding-top: 10px;
}
.services-sec .service-tile-block {
  position: relative;
}
.services-sec .service-tile-block.srv-active .service-tile-link, .services-sec .service-tile-block.srv-active .service-2-tile-link {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background: rgba(9, 59, 96, 0.5);
}
.services-sec .service-tile-block.srv-active .service-tile-link a, .services-sec .service-tile-block.srv-active .service-2-tile-link a {
  border: 2px solid #093b60;
  background: #093b60;
  color: #fff;
  padding: 5px 10px;
}
.services-sec .service-tile-block.srv-active .service-tile-link a span, .services-sec .service-tile-block.srv-active .service-2-tile-link a span {
  margin: auto;
}
.services-sec .service-tile-block figure {
  margin: 0;
}
.services-sec .service-tile-block figure img {
  display: block;
  width: 100%;
}
.services-sec .service-tile-block .service-tile-link, .services-sec .service-tile-block .service-2-tile-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  padding: 20px;
  text-align: center;
  background: rgba(9, 59, 96, 0.5);
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.services-sec .service-tile-block .service-tile-link a, .services-sec .service-tile-block .service-2-tile-link a {
  display: flex;
  margin: auto;
  max-width: 250px;
  height: 50px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 5px 10px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.services-sec .service-tile-block .service-tile-link a span, .services-sec .service-tile-block .service-2-tile-link a span {
  margin: auto;
}
.services-sec .service-tile-block .service-tile-link a:hover, .services-sec .service-tile-block .service-2-tile-link a:hover {
  text-decoration: none;
  border-color: #093b60;
  background: #093b60;
}
.services-sec .service-tile-block:hover .service-tile-link, .services-sec .service-tile-block:hover .service-2-tile-link {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.services-sec .service-info {
  margin: 40px 0;
}

.service-space {
  width: auto;
  height: 120px;
}

.service-text-content, .service-2-text-content {
  display: none;
}
.service-text-content:first-child, .service-2-text-content:first-child {
  display: block;
}

.xs-service-content, .xs-service-2-content {
  display: none;
  padding: 20px 20px 35px;
  position: relative;
}

@media (min-width: 575px) {
  .services-tile-sec .xs-service-content {
    width: 200%;
  }
  .services-tile-sec [class*=col-]:nth-child(2n) .xs-service-content {
    left: -100%;
  }
}

.services-blank .content-container {
  text-align: center;
}

.accordion-sec .accordion-holder {
  /** collapse section style **/
}
.accordion-sec .accordion-holder .accordion-list {
  position: relative;
  margin: 0 0 30px;
}
.accordion-sec .accordion-holder .accordion-list h4 {
  font-size: 20px;
  font-weight: normal;
  background: #62cbc9;
  cursor: pointer;
  position: relative;
  padding: 25px 70px 25px 25px;
  margin: 0;
  transition: all 0.1s ease-in-out;
}
.accordion-sec .accordion-holder .accordion-list.active h4, .accordion-sec .accordion-holder .accordion-list h4:hover {
  background: #679FB1;
  color: #f1f1f1;
}
.accordion-sec .accordion-holder .accordion-list.active h4 .accordion-arrow:before, .accordion-sec .accordion-holder .accordion-list.active h4 .accordion-arrow:after, .accordion-sec .accordion-holder .accordion-list h4:hover .accordion-arrow:before, .accordion-sec .accordion-holder .accordion-list h4:hover .accordion-arrow:after {
  background: #093b60;
}
.accordion-sec .accordion-holder .collapse-content {
  display: none;
  padding: 25px;
}
.accordion-sec .accordion-holder .collapse-content ul.dotted-list {
  margin-left: 10px;
}
.accordion-sec .accordion-holder .accordion-arrow {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  transition: all 0.2s ease-in-out;
}
.accordion-sec .accordion-holder .accordion-arrow:before, .accordion-sec .accordion-holder .accordion-arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #000;
  transition: all 0.2s ease-in-out;
}
.accordion-sec .accordion-holder .accordion-arrow:after {
  transform: rotate(90deg);
}
.accordion-sec .accordion-holder .accordion-arrow.open:after {
  transform: rotate(0deg);
}

.three-colon-sec {
  background: #f1f1f1;
}
.three-colon-sec h2 {
  text-align: center;
  padding-top: 40px;
  font-size: 60px;
}

.awards-logo-sec {
  padding: 60px 0;
}

.award-logo-holder {
  width: 7%;
}
.award-logo-holder img {
  height: auto;
}

.blank-section {
  margin: 0 0 50px 0;
}

.breadcrumbs-sec {
  background: #eaeaea;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eaeaea 0%, #ffffff 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eaeaea 0%, #ffffff 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eaeaea 0%, #ffffff 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eaeaea", endColorstr="#ffffff",GradientType=0 );
}
.breadcrumbs-sec .breadcrumb {
  background: none;
  padding: 20px 0;
  font-size: 14px;
  margin-top: 40px;
}
.breadcrumbs-sec .breadcrumb a {
  color: #093b60;
}
.breadcrumbs-sec .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: ":";
  padding-right: 4px;
}
.breadcrumbs-sec .breadcrumb .breadcrumb-item.active {
  font-weight: 700;
  color: #62cbc9;
}

.image-section img {
  width: 100%;
  height: auto;
}

.sec-w-sidebar {
  padding-bottom: 50px;
}

.side-icon-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
}
.side-icon-list li {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #093b60;
  position: relative;
  padding: 20px 0 27px 35px;
}
.side-icon-list li:before {
  content: "";
  position: absolute;
  top: 28px;
  left: 5px;
  width: 19px;
  height: 17px;
  background: url(../images/right-arrow.png) no-repeat center;
}
.side-icon-list li + li {
  border-top: 1px solid #62cbc9;
}
.side-icon-list:last-child {
  margin-bottom: 0;
}

.sidebar {
  padding-left: 10px;
}
.sidebar .side-widget {
  margin-bottom: 40px;
}
.sidebar .side-widget > img {
  width: 100%;
  display: block;
}
.sidebar .side-widget.bg-grey {
  background: #f1f1f1;
  border-bottom: 2px solid #52a1b3;
  padding: 25px 20px;
  line-height: 24px;
}
.sidebar .side-widget.bg-grey h4.sidebar-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.sidebar .side-widget.bg-grey p {
  margin-bottom: 20px;
}
.sidebar .side-widget.bg-grey ul li {
  color: #62cbc9;
  margin-bottom: 8px;
}
.sidebar .side-widget.bg-grey ul:last-child {
  margin-bottom: 0;
}
.sidebar .side-widget.bg-grey .secondary-link a {
  font-size: 18px;
}
.sidebar .side-widget .text-widget {
  border-bottom: 1px solid #7ad0cf;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
.sidebar .side-widget .text-widget:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar .side-widget:last-child {
  margin-bottom: 0;
}
.sidebar h4.sidebar-title {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sidebar ul.list-unstyled li a {
  text-decoration: underline;
}
.sidebar ul.list-unstyled li a:hover {
  text-decoration: none;
}
.sidebar .side-icon-link {
  padding: 20px 0;
  border-top: 1px solid #62cbc9;
  border-bottom: 1px solid #62cbc9;
}

.side-promo {
  text-align: center;
  background: url(../images/espire-icon-lg.jpg) no-repeat left top #b0e5e4;
  padding: 20px;
  min-height: 225px;
  display: flex;
  margin-bottom: 30px;
}
.side-promo .promo-content {
  flex-wrap: wrap;
  margin: auto;
}
.side-promo .promo-content h4.sidebar-title {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 15px;
}
.side-promo .promo-content p {
  flex: 0 0 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 18px;
}
.side-promo .promo-content p:last-child {
  margin: 0;
}

.tile-full-block {
  position: relative;
  padding: 50px 0 0;
  text-align: center;
}
.tile-full-block > .container-fluid {
  max-width: 1400px;
  padding: 0;
}

.hover-tile {
  position: relative;
}
.hover-tile figure {
  margin: 0;
}
.hover-tile figure img {
  display: block;
  width: 100%;
}
.hover-tile .full-tile-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
}
.hover-tile .full-tile-link a.btn-link {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  height: 50px;
  padding: 5px 10px;
  line-height: 22px;
}
.hover-tile .full-tile-link a.btn-link span {
  margin: auto;
  line-height: 19px;
}
.hover-tile .full-tile-link:hover {
  background-color: rgba(9, 59, 96, 0.3);
}

.slider-sec {
  background: #e0f5f4;
  position: relative;
  padding: 40px 0;
  text-align: center;
}
.slider-sec .slider-content-bottom {
  padding: 0 120px;
}
.slider-sec .slider-content-bottom .sec-heading {
  margin-bottom: 5px;
}
.slider-sec .slider-content-bottom p {
  margin-bottom: 10px;
}
.slider-sec .slider-content-bottom p:last-child {
  margin-bottom: 0;
}
.slider-sec .slider-holder {
  position: relative;
}
.slider-sec .slider-holder .swiper-button-next, .slider-sec .slider-holder .swiper-button-prev {
  background: none;
}
.slider-sec .slider-holder .swiper-button-next .fas, .slider-sec .slider-holder .swiper-button-prev .fas {
  font-size: 46px;
  color: #62cbc9;
}
.slider-sec .slider-holder .swiper-button-next:focus, .slider-sec .slider-holder .swiper-button-prev:focus {
  outline: none;
}
.slider-sec .slider-holder .swiper-button-next {
  right: 30px;
}
.slider-sec .slider-holder .swiper-button-prev {
  left: 30px;
}

.slider-title {
  margin: 0 0 60px 0;
  text-align: center;
}
.slider-title h3 {
  font-weight: 700;
}

.large-popup-1, .large-popup-2, .large-popup-3, .large-popup-4, .large-popup-5, .large-popup-6, .large-popup-7, .large-popup-8 {
  cursor: pointer;
}

.stories-overlay {
  display: none;
  visibility: hidden;
  position: fixed;
  z-index: -99;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}
.stories-overlay .stories-inner {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 50px 40px;
}
.stories-overlay .stories-inner img {
  border: 3px solid #fff;
}

.smiles-large-close {
  background-image: url("../images/smiles-close.png");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  position: absolute;
  top: 45px;
  right: -20px;
  cursor: pointer;
  z-index: 999999;
}

.large-smile-overlay {
  display: none;
}
.large-smile-overlay img {
  border: 3px solid #fff;
}

.loc-overlay {
  display: none;
  visibility: hidden;
  position: fixed;
  z-index: -99;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}
.loc-overlay .loc-inner {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 50px 40px;
  background: white;
}
.loc-overlay .loc-inner h2 {
  display: inline-block;
  width: 100%;
}
.loc-overlay .loc-inner img {
  border: 3px solid #fff;
}
.loc-overlay .loc-inner .loc-btn-holder {
  margin: 0 auto;
}
.loc-overlay .loc-inner .loc-btn-holder .loc-close-btn {
  cursor: pointer;
}
.loc-overlay .loc-inner .loc-btn-holder .loc-close-btn:hover, .loc-overlay .loc-inner .loc-btn-holder .more-btn-2:hover {
  color: #62cbc9;
}
.loc-overlay .loc-close {
  background-image: url("../images/smiles-close.png");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  height: 42px;
  width: 42px;
  position: absolute;
  top: 45px;
  right: -20px;
  cursor: pointer;
  z-index: 999999;
}

.gallery-carousel {
  margin: -90px auto 0;
  max-width: 900px;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  padding: 30px 0;
}
.gallery-carousel .swiper-slide {
  -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
}
.gallery-carousel .swiper-slide img {
  display: block;
  width: 100%;
}

.single-mdc_stories .full-video-sec {
  margin-bottom: 100px;
}

.video-holder {
  position: relative;
}
.video-holder > img {
  width: 100%;
  display: block;
}
.video-holder.video-shadow {
  -webkit-box-shadow: 0 7px 15px #9e9e9e;
  box-shadow: 0 7px 15px #9e9e9e;
}

.content-card-sec {
  padding: 50px 0 30px;
}
.content-card-sec .sec-heading {
  margin-bottom: 25px;
}

.content-card-block-holder {
  margin-bottom: 30px;
}

.content-card-block {
  background: #f1f1f1;
  padding: 0 30px 30px;
  min-height: 100%;
}
.content-card-block .content-card-img {
  display: block;
  margin: 0 -30px 10px;
}
.content-card-block .content-card-img > img {
  display: block;
  width: 100%;
  height: auto;
}
.content-card-block h3 {
  font-size: 24px;
  color: #093b60;
  font-weight: 700;
  padding-top: 15px;
  margin-bottom: 3px;
}
.content-card-block h4 {
  font-size: 18px;
  color: #093b60;
  font-weight: 700;
  padding-top: 20px;
}
.content-card-block p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.content-card-block.three-style h3 {
  color: #62cbc9;
}
.content-card-block.three-style h4 {
  color: #093b60;
}
.content-card-block.three-style .three-divide {
  color: #62cbc9;
  width: 50%;
  text-align: center;
}
.content-card-block.three-style .btn-cta-block {
  background: #62cbc9;
  padding: 12px 18px;
  display: inline;
}
.content-card-block.three-style .btn-cta-block:hover {
  background: #093b60;
}
.content-card-block.three-style .btn-cta-block a {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.content-card-block.three-style .btn-cta-block a:hover {
  color: #ffffff;
}

.secondary-link a {
  display: inline-block;
  text-transform: uppercase;
  color: #62cbc9;
  font-size: 14px;
  font-weight: 600;
}
.secondary-link a:hover {
  text-decoration: none;
  color: #093b60;
}

.short-form {
  max-width: 270px;
  padding-right: 30px;
  position: relative;
}
.short-form form button {
  position: absolute;
  bottom: 25px;
  right: 0;
  margin: 0;
}

.member-detail-sec {
  margin-bottom: 50px;
}

.member-info {
  margin-bottom: 50px;
}
.member-info .member-img {
  padding: 0 30px;
}
.member-info .member-img img {
  height: auto;
}
.member-info .member-name {
  font-size: 30px;
  font-weight: 700;
  color: #093b60;
  margin: 0;
}
.member-info p {
  margin-bottom: 10px;
}
.member-info .reviews-bar {
  font-size: 18px;
  font-weight: 700;
}
.member-info .reviews-bar > span {
  margin-right: 20px;
  display: inline-block;
}
.member-info .reviews-bar > span:last-child {
  margin-right: 0;
}
.member-info .reviews-bar .review-link a:hover {
  color: #62cbc9;
  text-decoration: none;
}
.member-contact > div {
  margin-bottom: 15px;
}
.member-contact > div:last-child {
  margin-bottom: 0;
}
.member-contact a {
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #093b60;
  text-transform: uppercase;
  display: inline-block;
}
.member-contact a .fas, .member-contact a span {
  display: inline-block;
  vertical-align: middle;
}
.member-contact a .fas {
  font-size: 26px;
  color: #62cbc9;
  margin-right: 3px;
  width: 30px;
  text-align: center;
}
.member-contact a:hover {
  text-decoration: none;
  color: #62cbc9;
}
.member-contact .sch-ascend, .member-contact .sch-ascend-1, .member-contact .sch-ascend-2, .member-contact .sch-ascend-3, .member-contact .sch-ascend-4 {
  /* needs to be same as the a for the schedule up [td] */
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #093b60;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
}
.member-contact .sch-ascend .fas, .member-contact .sch-ascend span, .member-contact .sch-ascend-1 .fas, .member-contact .sch-ascend-1 span, .member-contact .sch-ascend-2 .fas, .member-contact .sch-ascend-2 span, .member-contact .sch-ascend-3 .fas, .member-contact .sch-ascend-3 span, .member-contact .sch-ascend-4 .fas, .member-contact .sch-ascend-4 span {
  display: inline-block;
  vertical-align: middle;
}
.member-contact .sch-ascend .fas, .member-contact .sch-ascend-1 .fas, .member-contact .sch-ascend-2 .fas, .member-contact .sch-ascend-3 .fas, .member-contact .sch-ascend-4 .fas {
  font-size: 26px;
  color: #62cbc9;
  margin-right: 3px;
  width: 30px;
  text-align: center;
}
.member-contact .sch-ascend:hover, .member-contact .sch-ascend-1:hover, .member-contact .sch-ascend-2:hover, .member-contact .sch-ascend-3:hover, .member-contact .sch-ascend-4:hover {
  text-decoration: none;
  color: #62cbc9;
}

.member-detail {
  margin-bottom: 50px;
}
.member-detail h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px;
}
.member-detail p {
  margin-bottom: 20px;
}
.member-detail p:last-child {
  margin-bottom: 0;
}
.member-detail p a {
  color: #093b60;
  text-decoration: none;
}
.member-detail p a:hover {
  color: #62cbc9;
}
.member-detail ul {
  padding: 0;
}
.member-detail ul:last-child {
  margin-bottom: 0;
}
.member-detail ul ul {
  padding-left: 30px;
}
.member-detail p, .member-detail li {
  font-size: 16px;
  line-height: 22px;
  list-style: none;
}
.member-detail .member-contact {
  padding-top: 45px;
}
.member-detail .member-contact > div {
  padding-left: 10px;
  margin-bottom: 30px;
}
.member-detail .member-contact a .fas {
  width: 40px;
}
.member-detail .member-detail-block {
  border-right: 1px solid #62cbc9;
}
.member-detail .member-detail-block:last-child {
  border-right: none;
}
.member-detail .member-detail-block .col-xs-2 p {
  margin-bottom: 0;
}

.short-icon-link {
  text-transform: uppercase;
  color: #62cbc9;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.short-icon-link a .fas {
  margin-right: 2px;
}
.short-icon-link a:hover {
  text-decoration: none;
}

article ul li {
  list-style: disc;
}
article ul.post-categories li {
  list-style: none;
}
article ul.list-unstyled li {
  list-style: none;
}

.blog-page .blog-img {
  margin-bottom: 25px;
}
.blog-page .search-heading span {
  color: #62cbc9;
}

.blog-short-holder {
  -ms-display: flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-short-holder .sec-heading {
  width: 100%;
}

.blog-short-block {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  border-bottom: 1px solid #52a1b3;
  line-height: 24px;
  padding-bottom: 10px;
  margin: 0 0 40px;
}
.blog-short-block .short-blog-img {
  margin: 0 0 20px;
}
.blog-short-block .short-blog-img a {
  display: block;
}
.blog-short-block .short-blog-img img {
  display: block;
  width: 100%;
  height: auto;
}
.blog-short-block .sub-heading {
  margin-bottom: 2px;
}
.blog-short-block .sub-heading a:hover {
  text-decoration: none;
  color: #62cbc9;
}
.blog-short-block p {
  margin-bottom: 10px;
}
.blog-short-block .secondary-link a {
  font-size: 18px;
}

.news-short-block {
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  border-bottom: 1px solid #52a1b3;
  line-height: 24px;
  padding-bottom: 10px;
  margin: 0 0 40px;
}
.news-short-block p {
  margin-bottom: 10px;
}
.news-short-block .news-blog-img {
  margin: 0 0 20px;
  height: 250px;
  overflow: hidden;
}
.news-short-block .news-blog-img a {
  display: block;
}
.news-short-block .news-blog-img img {
  display: block;
  width: 100%;
  height: auto;
}
.news-short-block .sub-heading {
  margin-bottom: 2px;
}
.news-short-block .sub-heading a:hover {
  text-decoration: none;
  color: #62cbc9;
}
.news-short-block .secondary-link a {
  font-size: 18px;
}

.blog-info {
  -ms-display: flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #62cbc9;
  border-bottom: 1px solid #62cbc9;
  padding: 10px 0;
  margin-bottom: 30px;
}
.blog-info a {
  color: #62cbc9;
  text-decoration: underline;
}
.blog-info a:hover {
  text-decoration: none;
}
.blog-info .blog-cat {
  width: 100%;
  display: inline-block;
  padding-top: 10px;
}
.blog-info .blog-cat .post-categories {
  display: inline-block;
}
.blog-info .blog-cat .post-categories li {
  float: left;
}
.blog-info .blog-cat .post-categories li::before {
  content: none;
}
.blog-info .blog-cat .post-categories li:after {
  content: ",";
}
.blog-info .blog-cat .post-categories li:last-child:after {
  content: none;
}
.blog-info .blog-cat .post-categories li a:before {
  content: none;
}

.pagination {
  padding-top: 20px;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.pagination li {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 36px;
  height: 36px;
  margin: 0 8px;
}
.pagination li.active a {
  background: #093b60;
  color: inherit;
}
.pagination li a {
  display: block;
  height: 100%;
  line-height: 36px;
  background: #62cbc9;
}
.pagination li a:hover {
  text-decoration: none;
  background: #093b60;
  color: inherit;
}
.pagination li.next-page {
  position: absolute;
  right: 0;
  width: auto;
  height: auto;
}
.pagination li.next-page a {
  color: #62cbc9;
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.pagination li.next-page a:hover {
  color: #093b60;
}

.contact-form {
  padding-right: 80px;
}
.contact-form form .control-indicator {
  top: 3px;
}
.contact-form form .input-box {
  padding: 10px 0 20px;
}
.contact-form form .input-box h4 {
  padding-bottom: 3px;
}
.contact-form form > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.contact-form form > .row > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.contact-form form button {
  margin: 5px auto 20px;
  min-width: 234px;
  border: 2px solid #62cbc9;
  color: #093b60;
  text-align: center;
  padding: 12px 20px;
}
.contact-form form button:hover {
  color: #fff;
  background: #62cbc9;
}

/* not just for the contact form */
button, form button {
  margin: 0 auto 20px;
  min-width: 234px;
  border: 2px solid #62cbc9;
  color: #093b60;
  text-align: center;
  padding: 12px 20px;
}

button:hover, form button:hover {
  color: #fff;
  background: #62cbc9;
}

.location-content-sec {
  padding-bottom: 80px;
}
.location-content-sec .location-content {
  margin-bottom: 70px;
}
.location-content-sec .location-feature-img {
  text-align: right;
}
.location-content-sec .location-feature-img .page-promo-overlay {
  position: absolute;
  z-index: 99999;
  top: 30px;
  left: 50px;
}
.location-content-sec .location-feature-img .page-promo-overlay .page-promo-overlay-content {
  max-width: 300px;
}
.location-content-sec .location-feature-img .page-promo-overlay .page-promo-overlay-content .scroll-to-promo {
  cursor: pointer;
}

.locations-sec {
  padding-bottom: 30px;
}

.locations-sec.loc-sec-map {
  margin-top: 40px;
}

.location-block-holder > [class*=col-] {
  margin-top: 20px;
  margin-bottom: 20px;
}
.location-block-holder .location-block {
  min-height: 100%;
  background: #f1f1f1;
  padding: 0 30px 30px;
}
.location-block-holder .location-block > figure {
  margin: 0 -30px 25px;
}
.location-block-holder .location-block > figure img {
  display: block;
  width: 100%;
}
.location-block-holder .location-block h3.sub-heading {
  font-size: 20px;
}
.location-block-holder .location-block p {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 25px;
}
.location-block-holder .location-block .member-contact {
  padding: 10px 0 30px;
}
.location-block-holder .location-block .member-contact a {
  font-size: 17px;
}

/** new location mobile styles **/
.about-location {
  position: relative;
  padding: 70px 0 45px;
  background-color: #f1f1f1;
  font-size: 16px;
  line-height: 26px;
}
.about-location .flex {
  display: flex;
  flex-wrap: wrap;
}
.about-location p:last-child {
  margin-bottom: 0;
}
.about-location .address {
  font-weight: 700;
  color: #679FB1;
}
.about-location .member-contact > div {
  margin-bottom: 6px;
}
.about-location .member-contact a {
  font-size: 16px;
  color: #679FB1;
  display: inline-flex;
  align-items: center;
  transition: 0.2s;
}
.about-location .member-contact a:hover {
  color: #093b60;
}
.about-location .member-contact a i {
  max-width: 30px;
  flex: 0 0 30px;
  margin-right: 8px;
}
.about-location .member-contact a span {
  flex-grow: 1;
}

.loc-call-out {
  position: relative;
  background-color: #093b60;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 40px 15px 15px;
  margin: 0 0 40px 0;
  z-index: 9999;
  cursor: pointer;
  text-align: center;
}
.loc-call-out.show-lg {
  margin-bottom: 0;
}
.loc-call-out:hover {
  background-color: #62cbc9;
}
.loc-call-out.header-stick {
  position: fixed;
  top: 150px;
  width: 100%;
}
@media (max-width: 767px) {
  .loc-call-out.header-stick {
    top: 80px;
    margin: 0 -15px;
  }
}

@media (min-width: 1200px) {
  .row-m-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-m-20 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 767px) {
  .collapse-text-sec {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media (max-width: 767px) {
  .collapse-text-sec {
    margin-bottom: 40px;
  }
}
.collapse-text-sec .collapse-text {
  display: none;
  margin-bottom: 30px;
}

.more-btn {
  position: relative;
  border: none;
  outline: none;
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #62cbc9;
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s;
}
.more-btn:hover {
  background-color: #093b60;
}

@media (min-width: 767px) {
  .collapse-text-sec-2 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media (max-width: 767px) {
  .collapse-text-sec-2 {
    margin-bottom: 40px;
  }
}
.collapse-text-sec-2 .collapse-text-2 {
  display: none;
  margin-bottom: 30px;
}

.more-btn-2 {
  position: relative;
  border: none;
  outline: none;
  width: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #62cbc9;
  color: #fff;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.2s;
}
.more-btn-2:hover {
  background-color: #093b60;
}

.member-contact .col-xs-2 > div {
  margin-bottom: 15px;
}
.member-contact a {
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #093b60;
  text-transform: uppercase;
  display: inline-block;
}
.member-contact a .fas, .member-contact a span {
  display: inline-block;
  vertical-align: middle;
}
.member-contact a .fas {
  font-size: 26px;
  color: #62cbc9;
  margin-right: 3px;
  width: 30px;
  text-align: center;
}
.member-contact a:hover {
  text-decoration: none;
  color: #62cbc9;
}

.col-xs-2 {
  padding-left: 15px;
  padding-right: 15px;
  flex-grow: 1;
}
@media (max-width: 575px) {
  .col-xs-2 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.available-hours p {
  margin: 0;
}
@media (max-width: 767px) {
  .available-hours {
    margin-bottom: 30px;
  }
  .available-hours p span {
    display: block;
  }
  .available-hours p span:first-child {
    font-weight: 500;
  }
  .available-hours p br {
    display: none;
  }
}

/** newer location styles **/
.location-content-sec .location-content {
  margin-bottom: 70px;
}
.location-content-sec.mob-hero-alt {
  padding-bottom: 0;
}
.location-content-sec.mob-hero-alt .wp-post-image {
  margin-bottom: 0;
}

.locations-sec {
  padding-bottom: 30px;
}

.location-feature-img {
  position: relative;
}
.location-feature-img > img {
  display: block;
  width: 100%;
}

.about-location {
  position: relative;
  padding: 70px 0 45px;
  background-color: #f1f1f1;
  font-size: 16px;
  line-height: 26px;
}
.about-location p:last-child {
  margin-bottom: 0;
}
.about-location .address {
  font-weight: 700;
  color: #679FB1;
}
.about-location .member-contact > div {
  margin-bottom: 6px;
}
.about-location .member-contact a {
  font-size: 16px;
  color: #679FB1;
  display: inline-flex;
  align-items: center;
  transition: 0.2s;
}
.about-location .member-contact a:hover {
  color: #093b60;
}
.about-location .member-contact a i {
  max-width: 30px;
  flex: 0 0 30px;
  margin-right: 8px;
}
.about-location .member-contact a span {
  flex-grow: 1;
}

.location-doc-available-info {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .location-doc-available-info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.location-doc-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 6%;
}
@media (min-width: 767px) {
  .location-doc-holder {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 40px;
  }
}
@media (max-width: 766px) {
  .location-doc-holder:not(:last-child) {
    margin-bottom: 40px;
  }
}
.location-doc-holder .location-doc {
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
  text-align: center;
}
.location-doc-holder .location-doc figure {
  margin-bottom: 15px;
}
.location-doc-holder .location-doc figure img {
  display: block;
  width: 100%;
}
.location-doc-holder .location-doc h4 {
  font-size: 20px;
  color: #093b60;
  font-weight: 700;
}
.location-doc-holder .location-doc h5 {
  font-style: italic;
}

.iframe-wrapper {
  margin: 100px 50px;
}
.iframe-wrapper .iframe-div {
  width: 1000px;
}

.more-info-link a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #62cbc9;
  border: 2px solid #62cbc9;
  text-align: center;
  padding: 10px 15px;
  line-height: 1.3;
}
.more-info-link a:hover {
  text-decoration: none;
  background-color: #093b60;
  border-color: #093b60;
  color: #fff;
}

.virtual-tour {
  margin: 40px 0 0 0;
}
.virtual-tour .office-map {
  width: 100%;
  height: 635px;
}
.virtual-tour .office-map iframe {
  border: none;
}

@media (min-width: 1200px) {
  .row-m-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-m-20 > [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.service-block-holder {
  padding-top: 30px;
}
.service-block-holder > [class*=col-] {
  margin-bottom: 50px;
}
.service-block-holder .content-card-block p {
  font-size: 18px;
  line-height: 28px;
}
.service-block-holder .side-icon-link {
  padding: 18px 0 4px;
}

.three-icon-sec {
  padding: 100px 0;
}
.three-icon-sec .sec-heading {
  margin: 0 auto;
}
.three-icon-sec .icon-three-holder {
  padding-top: 30px;
  text-align: center;
}
.three-icon-sec .icon-three-holder > [class*=col-] {
  margin-bottom: 50px;
}
.three-icon-sec .icon-three-holder .icon-three-img {
  margin-bottom: 30px;
}
.three-icon-sec .icon-three-holder .icon-three-card p {
  font-size: 18px;
  line-height: 28px;
  color: #093b60;
}
.three-icon-sec .icon-three-holder .icon-three-card p span {
  color: #62cbc9;
  font-weight: bold;
  display: block;
  font-size: 24px;
}

.loc-dr-highlight {
  margin-top: 50px;
}
.loc-dr-highlight .sec-heading {
  font-size: 40px;
}

.loc-color-content {
  padding: 80px 0;
}
.smile-sec {
  margin-bottom: 50px;
}
.smile-sec p {
  margin-bottom: 20px;
}

.smiles-card-holder {
  padding: 10px 0 15px;
}
.smiles-card-holder.row-m-20 > [class*=col-] {
  margin-bottom: 45px;
}
.smiles-card-holder .smile-card {
  position: relative;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.smiles-card-holder .smile-card .smile-card-img {
  margin: 0;
}
.smiles-card-holder .smile-card .smile-card-img img {
  display: block;
  width: 100%;
}
.smiles-card-holder .smile-card .smile-card-img img {
  display: block;
  width: 100%;
  height: auto;
}
.smiles-card-holder .smile-card .smile-name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(98, 203, 201, 0.85);
  padding: 15px;
  height: 60px;
}
.smiles-card-holder .smile-card .plus-icon {
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
}
.smiles-card-holder .smile-card .plus-icon:before, .smiles-card-holder .smile-card .plus-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background: #fff;
}
.smiles-card-holder .smile-card .plus-icon:after {
  -webkit-transform: rotate(90deg) translateY(50%);
  transform: rotate(90deg) translateY(50%);
  left: 6px;
  top: 12px;
}
.smiles-card-holder .smile-card .smile-card-hover {
  -ms-display: flex;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 100%;
  opacity: 0;
  background: rgba(98, 203, 201, 0.85);
  text-align: center;
}
.smiles-card-holder .smile-card .smile-card-hover > div {
  margin: auto;
  padding: 15px;
}
.smiles-card-holder .smile-card .smile-card-hover h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.smiles-card-holder .smile-card .smile-card-hover p {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
}
.smiles-card-holder .smile-card .smile-card-hover a {
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  border: 2px solid #fff;
  text-transform: uppercase;
  padding: 12px 28px;
}
.smiles-card-holder .smile-card .smile-card-hover a:hover {
  text-decoration: none;
  color: inherit;
  background: #093b60;
  border-color: #093b60;
}
.smiles-card-holder .smile-card:hover .smile-card-hover {
  bottom: 0;
  opacity: 1;
}
.smiles-card-holder .smile-card:hover .smile-name {
  left: 100%;
  right: auto;
}

.call-figure {
  cursor: pointer;
}

.smiles-large-holder {
  display: none;
}

.smiles-popup-overlay {
  display: none;
  visibility: hidden;
  position: fixed;
  z-index: -99;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}
.smiles-popup-overlay .smiles-inner {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 50px 40px;
}
.smiles-popup-overlay .smiles-inner h1.sec-heading {
  font-size: 54px;
  margin-bottom: 25px;
}

.sch-overlay, .sch-overlay-1, .sch-overlay-2, .sch-overlay-3, .sch-overlay-4 {
  display: none;
  visibility: hidden;
  position: fixed;
  z-index: -99;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  margin-bottom: 0;
}
.sch-overlay .ascend-inner, .sch-overlay-1 .ascend-inner, .sch-overlay-2 .ascend-inner, .sch-overlay-3 .ascend-inner, .sch-overlay-4 .ascend-inner {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 50px 40px;
}
.sch-overlay .ascend-close, .sch-overlay-1 .ascend-close, .sch-overlay-2 .ascend-close, .sch-overlay-3 .ascend-close, .sch-overlay-4 .ascend-close {
  background-image: url("../images/close-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #093b60;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 25px;
  right: -10px;
  cursor: pointer;
  z-index: 999999;
}

.call-sweep {
  cursor: pointer;
}

.sweepstakes-overlay {
  display: none;
  visibility: hidden;
  position: fixed;
  z-index: -99;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  cursor: pointer;
}
.sweepstakes-overlay .sweepstakes-inner {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 50px 40px;
}
.sweepstakes-overlay .sweepstakes-inner img {
  height: auto;
}
.sweepstakes-overlay .sweepstakes-inner h1.sec-heading {
  font-size: 54px;
  margin-bottom: 25px;
}

.banner-over {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #999999;
  margin-bottom: 0;
  text-align: center;
  opacity: 0.9;
  padding-top: 150px;
}
.banner-over h3 {
  opacity: 1;
  font-size: 36px;
  text-shadow: 1px 1px 1px #fff;
}
.banner-over p {
  opacity: 1;
  margin-top: 40px;
  text-shadow: 1px 1px 1px #fff;
}
.banner-over .banner-over-close {
  background-image: url("../images/close-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #093b60;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 25px;
  right: -10px;
  cursor: pointer;
  z-index: 999999;
}

.video-sec {
  margin-bottom: 50px;
}
.video-sec .video-holder {
  margin: 0 0 30px;
}
.video-sec .video-card {
  position: relative;
  text-align: center;
  color: #fff;
}
.video-sec .video-card .card-hover {
  display: block;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.video-sec .video-card .card-hover .card-play-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.video-sec .video-card:hover .card-hover {
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  padding: 20px;
}

.video-card-holder {
  padding-bottom: 20px;
}
.video-card-holder.row-m-20 > [class*=col-] {
  margin-bottom: 40px;
}
.video-card-holder .video-card > a {
  display: block;
  position: relative;
  color: #fff;
}
.video-card-holder .video-card > a .video-card-img img {
  display: block;
  width: 100%;
}
.video-card-holder .video-card .video-card-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: rgba(9, 59, 96, 0.65);
  padding: 12px 10px 10px;
}
.video-card-holder .video-card .video-card-bottom h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #ffffff;
}
.video-card-holder .video-card .video-card-bottom p {
  color: #62cbc9;
  margin: 0;
  text-transform: uppercase;
}

.testimonial-slider-sec {
  background: #e0f5f4;
  position: relative;
  padding: 50px 0;
}

.testimonial-stories-slider {
  text-align: center;
  padding-top: 40px;
}
.testimonial-stories-slider.slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.testimonial-stories-slider h3 {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 15px 0;
  position: relative;
  padding-bottom: 15px;
}
.testimonial-stories-slider h3:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #52a1b3;
}
.testimonial-stories-slider h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.testimonial-stories-slider .slick-slide {
  padding: 0 30px;
}
.testimonial-stories-slider .slick-slide img {
  margin: 0 auto 30px;
}
.testimonial-stories-slider .slick-slide img:last-child {
  margin-bottom: 0;
}
.testimonial-stories-slider .slick-dots {
  bottom: -50px;
  display: none;
}

.testimonial-stories-slider .slick-dots li, .custom-dots-testimonial-stories .slick-dots li {
  margin: 0 9px;
}
.testimonial-stories-slider .slick-dots li button, .custom-dots-testimonial-stories .slick-dots li button {
  padding: 0;
}
.testimonial-stories-slider .slick-dots li button:before, .custom-dots-testimonial-stories .slick-dots li button:before {
  font-size: 22px;
  opacity: 1;
  color: #93c8d1;
}
.testimonial-stories-slider .slick-dots li.slick-active button:before, .custom-dots-testimonial-stories .slick-dots li.slick-active button:before {
  color: #093b60;
}

.custom-dots-testimonial-stories {
  position: relative;
  padding-top: 30px;
}

.team-intro {
  margin-bottom: 50px;
}

.side-img-block {
  position: relative;
  margin-bottom: 75px;
}
.side-img-block .side-img-holder {
  float: left;
  width: 210px;
}
.side-img-block .side-img-holder img {
  display: block;
  width: 100%;
  height: auto;
}
.side-img-block .doc-block-content {
  margin-left: 245px;
}
.side-img-block .doc-block-content .doc-name {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
}
.side-img-block .doc-block-content p {
  margin-bottom: 25px;
}
.side-img-block .doc-block-content .fas {
  font-size: 26px;
  color: #62cbc9;
  margin-right: 3px;
  width: 30px;
  text-align: center;
}
.side-img-block .doc-block-content .doc-location {
  line-height: 3;
  font-weight: 600;
  text-transform: uppercase;
}
.side-img-block .doc-block-content .reviews-bar {
  font-weight: 700;
  text-align: right;
}
.side-img-block .doc-block-content .reviews-bar > span {
  display: inline-block;
  margin-right: 15px;
}
.side-img-block .doc-block-content .reviews-bar > span:last-child {
  margin-right: 0;
}
.side-img-block .doc-block-content .reviews-bar a:hover {
  text-decoration: none;
  color: #62cbc9;
}
.side-img-block .doc-block-content .secondary-link {
  display: none;
}
.side-img-block .side-icon-link {
  margin-right: 40px;
}

.member-logo-sec {
  background: #f1f1f1;
  padding: 50px 0;
}
.member-logo-sec .sec-heading {
  margin-bottom: 40px;
}
.member-logo-sec .member-logo-holder {
  align-items: center;
}

.support-team-sec {
  padding: 50px 0 0;
}

.team-member-holder {
  padding-top: 10px;
}

.team-member-block {
  text-align: center;
  margin-bottom: 50px;
}
.team-member-block .team-member-img {
  position: relative;
  overflow: hidden;
}
.team-member-block .team-member-img img {
  display: block;
  width: 100%;
}
.team-member-block .team-member-img .team-member-hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(9, 59, 96, 0.65);
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: auto;
  -ms-display: flex;
  display: flex;
  opacity: 0;
  z-index: -2;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.team-member-block .team-member-img .team-member-hover p {
  font-size: 15px;
  line-height: 19px;
  margin: auto;
}
.team-member-block .team-member-img:hover .team-member-hover {
  opacity: 1;
  z-index: 2;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.team-member-block h3 {
  font-weight: 700;
  font-size: 24px;
  margin: 0;
  padding: 14px 0 4px;
}
.team-member-block h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}

.mdc-privacy ul li {
  margin-bottom: 8px;
  list-style: disc;
}
.mdc-privacy ul:last-child {
  margin-bottom: 0;
}
.mdc-privacy ol li {
  list-style: inherit;
}

.thank-you h1 {
  color: #62cbc9;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
.thank-you h2 {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
}
.thank-you h3 {
  font-size: 25px;
  font-weight: 700;
  color: #093b60;
  text-align: center;
}
.thank-you h4 {
  font-weight: 700;
}
.thank-you h4.ty-sub {
  color: #62cbc9;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.thank-you .sec-w-sidebar {
  padding-bottom: 0;
}
.thank-you .big-bold {
  font-size: 72px;
  font-weight: 700;
  color: #093b60;
  text-align: center;
  display: inherit;
  margin: 60px 0;
  line-height: 1;
}
.thank-you .big-bold span {
  color: #62cbc9;
}
.thank-you .charity-icons-block {
  width: 100%;
  display: inline-block;
}
.thank-you .charity-icons-block .charity-icon {
  width: 20%;
  text-align: center;
  float: left;
  font-size: 18px;
  margin-right: 5%;
}
.thank-you .charity-icons-block .charity-icon figure {
  margin-bottom: 40px;
}
.thank-you .charity-icons-block .charity-icon span {
  color: #62cbc9;
  font-weight: 700;
  font-size: 30px;
  display: block;
}
.thank-you .charity-icons-block .acq-icon {
  width: 32%;
  text-align: center;
  float: left;
  font-size: 16px;
  margin-right: 2%;
}
.thank-you .charity-icons-block .acq-icon:last-child {
  margin-right: 0;
}
.thank-you .charity-icons-block .acq-icon figure {
  margin-bottom: 40px;
}
.thank-you .charity-icons-block .acq-icon span {
  color: #62cbc9;
  font-weight: 700;
  font-size: 26px;
  display: block;
}

.service-2-text-content h4 {
  font-weight: 700;
}
.service-2-text-content .btn-cta-block {
  background: #62cbc9;
  padding: 12px 18px;
  display: inline;
}
.service-2-text-content .btn-cta-block:hover {
  background: #093b60;
}
.service-2-text-content .btn-cta-block a {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.service-2-text-content .btn-cta-block a:hover {
  color: #ffffff;
}
.service-2-text-content .btn-cta-block-alt {
  background: #62cbc9;
  padding: 12px 18px;
  display: block;
  text-align: center;
}
.service-2-text-content .btn-cta-block-alt:hover {
  background: #093b60;
}
.service-2-text-content .btn-cta-block-alt a {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}
.service-2-text-content .btn-cta-block-alt a:hover {
  color: #ffffff;
}
.service-2-text-content span {
  color: #53a1b3;
  font-weight: 600;
}

.dotted-list li {
  position: relative;
  padding: 0 0 8px 20px;
}
.dotted-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #62cbc9;
}
.dotted-list li a {
  text-decoration: underline;
}

.screen-reader-text {
  display: none;
}

.nav-links .page-numbers {
  padding: 0 10px;
}
.nav-links a {
  font-weight: bold;
  color: #62cbc9;
  text-decoration: underline;
}
.nav-links .next:after {
  content: "»";
  padding-left: 5px;
}

.virtual-sec {
  margin: 60px 0 30px;
  padding-bottom: 60px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: inset 0 -10px 15px -10px #b3b3b3;
}
.virtual-sec .virtual-image {
  width: 331px;
  height: auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 14px 0 rgba(161, 161, 161, 0.6);
  box-shadow: 0 1px 14px 0 rgba(161, 161, 161, 0.6);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
  position: absolute;
}
.virtual-sec .caption {
  position: relative;
  z-index: 99;
  top: 350px;
  font-style: italic;
  width: 100%;
  margin-left: 6%;
}
.virtual-sec .virtual-container {
  margin-top: 0;
  padding-top: 0;
  margin-left: 400px;
  max-width: 674px;
}
.virtual-sec .virtual-container .virtual-content {
  min-height: 380px;
}
.virtual-sec .virtual-container .virtual-content h2 {
  font-weight: 600;
}
.virtual-sec .virtual-container .virtual-content h3 {
  font-size: 20px;
}
.virtual-sec .virtual-container .virtual-content .header-cta {
  margin-top: 20px;
}
.virtual-sec .virtual-container .virtual-content .header-cta a {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background: #62cbc9;
  padding: 12px 18px 12px 70px;
}
.virtual-sec .virtual-container .virtual-content .header-cta a span {
  font-weight: 400;
}
.virtual-sec .virtual-container .virtual-content .header-cta a .icon-shift {
  position: absolute;
  left: -8px;
  top: 5px;
  width: 90px;
  height: auto;
}
.virtual-sec .virtual-container .virtual-content ul.virtual-list {
  margin: 0 0 20px 0;
  padding: 0;
}
.virtual-sec .virtual-container .virtual-content ul.virtual-list li {
  margin-bottom: 20px;
}
.virtual-sec .virtual-container .virtual-content ul.virtual-list li img {
  max-width: 36px;
  height: auto;
  margin-right: 10px;
}
.virtual-sec .virtual-container .virtual-content .virtual-list {
  margin-bottom: 20px;
}
.virtual-sec .virtual-container .virtual-content .virtual-list .virtual-row {
  width: 100%;
  clear: both;
  padding-left: 30px;
}
.virtual-sec .virtual-container .virtual-content .virtual-list figure {
  float: left;
}
.virtual-sec .virtual-container .virtual-content .virtual-list figure img {
  max-width: 36px;
  height: auto;
  margin-right: 10px;
}
.virtual-sec .virtual-container .virtual-content .virtual-list p {
  margin-top: 5px;
}

.virtual-team-sec {
  margin: 60px 0 0;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.virtual-team-sec .virtual-container {
  margin-top: 0;
  padding-top: 0;
  margin-left: 0;
  max-width: 100%;
}
.virtual-team-sec .virtual-container .virtual-content {
  min-height: 380px;
}
.virtual-team-sec .virtual-container .virtual-content h2 {
  font-weight: 600;
}
.virtual-team-sec .virtual-container .virtual-content h3 {
  font-size: 20px;
}
.virtual-team-sec .virtual-container .virtual-content ul.virtual-list {
  margin: 0;
  padding: 0;
}
.virtual-team-sec .virtual-container .virtual-content ul.virtual-list li {
  margin-bottom: 20px;
}
.virtual-team-sec .virtual-container .virtual-content ul.virtual-list li img {
  max-width: 36px;
  height: auto;
  margin-right: 10px;
}
.virtual-team-sec .virtual-container .virtual-content .virtual-list {
  margin-bottom: 0;
}
.virtual-team-sec .virtual-container .virtual-content .virtual-list .virtual-row {
  width: 100%;
  clear: both;
  padding-left: 30px;
}
.virtual-team-sec .virtual-container .virtual-content .virtual-list figure {
  float: left;
}
.virtual-team-sec .virtual-container .virtual-content .virtual-list figure img {
  max-width: 36px;
  height: auto;
  margin-right: 10px;
}
.virtual-team-sec .virtual-container .virtual-content .virtual-list p {
  margin-top: 5px;
}

.virtual-team-cta {
  width: 100%;
}
.virtual-team-cta .header-cta {
  margin-top: 20px;
}
.virtual-team-cta .header-cta a {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background: #62cbc9;
  padding: 12px 18px 12px 70px;
}
.virtual-team-cta .header-cta a span {
  font-weight: 400;
}
.virtual-team-cta .header-cta a .icon-shift {
  position: absolute;
  width: 90px;
  height: auto;
  margin-left: -100px;
  margin-top: -30px;
}
.virtual-team-cta .header-cta a img {
  border-radius: 50%;
}

.charity-logo-sec {
  margin: 80px 0;
}
.charity-logo-sec .container-fluid {
  text-align: center;
}
.charity-logo-sec .container-fluid h3 {
  font-size: 28px;
  font-weight: 700;
  color: #093b60;
}
.charity-logo-sec .container-fluid h4 {
  font-size: 18px;
  color: #62cbc9;
}
.charity-logo-sec .container-fluid .charity-header {
  margin: 0 0 60px 0;
}
.charity-logo-sec .container-fluid .charity-logo {
  width: 30%;
  display: inline-block;
  margin: 10px 10px 40px 10px;
}
.charity-logo-sec .container-fluid .charity-logo img {
  max-width: 300px;
}

.rotating-words-sec .rotating-words-block {
  font-size: 72px;
  font-weight: 700;
  display: inline-block;
}
.rotating-words-sec .rotating-words-block .rotate-static {
  color: #093b60;
  text-align: right;
  width: 45%;
  float: left;
  padding-right: 20px;
}
.rotating-words-sec .rotating-words-block .rotate-words-container {
  width: 55%;
  float: right;
}
.rotating-words-sec .rotating-words-block .rotate-words-container .rotate-blue {
  color: #62cbc9;
}

.join-1 {
  color: #a0d9d9 !important;
  font-size: 24px;
  font-weight: 600;
  padding-left: 20px;
}

.join-2 {
  color: #52a1b3 !important;
  font-size: 24px;
  font-weight: 600;
}

.join-3 {
  color: #093b60 !important;
  font-size: 24px;
  font-weight: 600;
}

.flex-space {
  width: auto;
  height: 120px;
}

.e-chat-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999999;
}

.mdc_services-template-default img.wp-post-image {
  width: 100%;
  height: auto;
}

.services-faq {
  position: relative;
  padding: 40px 0;
}

.faq-holder {
  position: relative;
  padding: 0;
  margin: 0;
}
.faq-holder li {
  position: relative;
  list-style: none;
  background-color: #f1f1f1;
  padding-left: 0;
}
.faq-holder li :before {
  content: none;
}
.faq-holder li:not(:last-child) {
  margin-bottom: 30px;
}
.faq-holder li .list-content {
  display: none;
  padding: 20px 15px 30px;
  color: #000;
}
.faq-holder li .list-content p {
  font-size: 17px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  .faq-holder li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 385px) {
  .faq-holder li .side-icon-link a {
    font-size: 16px;
  }
  .faq-holder li .side-icon-link a img {
    top: 1px;
  }
}
.faq-holder li h2 {
  position: relative;
  background-color: #2D2E55;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 40px 15px 15px;
  margin: 0;
  z-index: 2;
  cursor: pointer;
}
.faq-holder li h2.open .collapse-arrow:after {
  transform: rotate(0deg);
}
@media (max-width: 480px) {
  .faq-holder li h2 {
    font-size: 18px;
    padding: 12px 40px 12px 15px;
  }
}

.collapse-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: -1;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.collapse-arrow:before, .collapse-arrow:after {
  content: "" !important;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.2s;
}
.collapse-arrow:after {
  transform: rotate(90deg);
}

@media (max-width: 1300px) {
  .services-sec .services-text {
    padding: 30px 8% 30px 40px;
  }
}
@media (max-width: 1200px) {
  .services-sec .services-text {
    padding: 30px;
  }

  .hover-tile .full-tile-link a.btn-link {
    min-width: 1px;
    width: 80%;
  }
}
@media (max-width: 1150px) {
  .header .header-cta {
    margin-top: 5px;
  }
  .header .header-cta a {
    padding: 12px 10px;
    font-size: 12px;
  }

  .header .top-line {
    padding: 15px 0 10px;
  }

  .cards-tabber-sec .cards {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .cards-tabber-sec .cards.form-card {
    padding: 20px;
  }
  .cards-tabber-sec .cards.form-card .form-card-inner {
    padding-top: 0;
  }
  .cards-tabber-sec .cards.form-card form {
    padding-top: 10px;
  }

  .form-area .page-form-sec {
    padding: 30px;
  }
  .form-area .page-form-sec .pt-3 {
    padding-top: 5px !important;
  }
  .form-area .page-form-sec .input-box {
    width: 100%;
  }

  .btn-nav-list ul {
    padding: 0;
  }

  .sidebar {
    padding-left: 0;
  }

  .member-detail .member-contact a {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .member-info .member-img {
    padding: 0 10px;
  }

  .gallery-carousel {
    max-width: 800px;
  }

  .sub-nav li + li {
    margin-left: 14px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: 105px;
  }

  .header-navigation,
.header .header-cta {
    display: none;
  }

  .page-header-btns {
    max-width: 180px;
  }
  .page-header-btns a {
    padding: 6px 9px;
  }

  .top-line {
    display: none;
  }

  .header .header-content-md {
    display: block;
    margin-right: 10px;
  }

  .form-area,
.btn-nav-list {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .form-area {
    margin-top: 20px;
  }
  .form-area .page-form-sec .input-box {
    width: auto;
  }

  .social-links {
    padding-top: 10px;
  }

  .footer-list-sec .col-2 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .member-detail-sec {
    margin-bottom: 20px;
  }

  .member-detail {
    margin-bottom: 0;
  }
  .member-detail .member-detail-block {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    border: none;
    margin-bottom: 30px;
  }
  .member-detail .member-detail-block.member-contact {
    padding-top: 0;
  }
  .member-detail .member-detail-block.member-contact > div {
    padding-left: 0;
  }
  .member-detail .member-detail-block:nth-child(3) {
    border-right: 1px solid #62cbc9;
  }

  .member-info .reviews-bar {
    font-size: 16px;
  }
  .member-info .reviews-bar > span {
    margin-right: 15px;
  }

  .testimonial-stories-slider .slick-slide {
    padding: 0 20px;
  }

  .video-sec .order-2 {
    order: 0;
  }

  .gallery-carousel {
    max-width: 100%;
    margin-left: 50px;
    margin-right: 50px;
  }

  .slider-sec .slider-holder .swiper-button-prev {
    left: 0;
  }
  .slider-sec .slider-holder .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 900px) {
  .page-banner .carousel-caption > img {
    max-width: 300px;
  }

  .services-sec .services-text {
    display: none;
  }

  .services-tile-sec,
.services-2-text {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .services-tile-sec .service-tile-block .service-tile-link,
.services-tile-sec .service-tile-block .service-2-tile-link,
.services-2-text .service-tile-block .service-tile-link,
.services-2-text .service-tile-block .service-2-tile-link {
    opacity: 1;
    z-index: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    background: rgba(9, 59, 96, 0.2);
  }

  .services-sec .services-text, .services-sec .services-2-text {
    padding: 0 25px;
  }

  .services-2-text {
    order: 2;
  }

  .services-tile-sec {
    order: 1;
  }

  .service-space {
    height: 60px;
  }

  .service-text-content:first-child, .service-2-text-content:first-child {
    margin-top: 40px;
  }

  .sm-tile-loc {
    margin: 40px 40px 0 40px;
  }

  .side-icon-list li {
    font-size: 24px;
    padding: 18px 0 18px 35px;
  }
  .side-icon-list li:before {
    top: 24px;
  }

  .side-widget.pl-30 {
    padding-left: 0;
  }

  .member-info .member-img {
    padding: 0;
  }

  .smiles-card-holder .smile-card .smile-name {
    font-size: 21px;
  }

  .member-logo {
    flex-basis: 33.333%;
    text-align: center;
  }

  .thank-you h1 {
    font-size: 48px;
  }
  .thank-you h2 {
    font-size: 36px;
  }
  .thank-you .charity-icons-block .charity-icon {
    width: 100%;
  }

  .service-2-text-content .btn-cta-block {
    display: inline-block;
    text-align: center;
  }

  .insta-img {
    margin: 0 20px;
  }
  .insta-img img {
    height: auto;
  }

  .charity-logo-sec .charity-logo {
    width: 100%;
  }

  .rotating-words-sec .rotating-words-block {
    font-size: 48px;
    font-weight: 700;
    display: inline-block;
  }
  .rotating-words-sec .rotating-words-block .rotate-static {
    width: 100%;
    float: none;
    padding-right: 0;
    text-align: center;
  }
  .rotating-words-sec .rotating-words-block .rotate-words-container {
    width: 100%;
    float: none;
    text-align: center;
  }

  .hero-ribbon .welcome-ribbon-img {
    display: none;
  }
  .hero-ribbon .welcome-ribbon-img-mob {
    display: block;
  }

  .sec-w-sidebar {
    padding-bottom: 20px;
  }

  .virtual-sec .virtual-image {
    position: relative;
  }

  .virtual-sec {
    margin-top: 0;
  }
  .virtual-sec .container-fluid figure {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  .virtual-sec .container-fluid figure .virtual-image {
    position: relative;
  }
  .virtual-sec .container-fluid figure .caption {
    top: 10px;
  }
  .virtual-sec .container-fluid .virtual-container {
    margin-left: 0;
    max-width: 100%;
  }
  .virtual-sec .container-fluid .virtual-container h2 {
    margin-top: 20px;
  }
  .virtual-sec .container-fluid .col-6 {
    flex: 0 0 100%;
    max-width: 90%;
    margin: 0 0 20px 20px;
  }
  .virtual-sec .container-fluid .virtual-list .virtual-row {
    padding-right: 30px;
  }
  .virtual-sec .container-fluid .virtual-list .virtual-row figure {
    width: auto;
  }
  .virtual-sec .container-fluid .virtual-list .virtual-row p {
    padding-top: 0;
  }

  .page-banner .promo-overlay {
    top: auto;
    right: 10px;
    left: auto;
    bottom: 50px;
  }
  .page-banner .carousel-caption {
    display: none;
  }

  .loc-overlay {
    overflow: scroll;
  }
  .loc-overlay .loc-inner {
    max-width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 30px;
  }
  .loc-overlay .loc-inner h2 {
    font-size: 1.5rem;
  }
  .loc-overlay .loc-inner .loc-btn-holder .loc-close-btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .sub-nav li + li {
    margin-left: 0;
  }

  .sidebar {
    padding-top: 40px;
  }

  .show-lg {
    display: none !important;
  }

  .show-xs {
    display: block !important;
  }

  .cards-tabber-sec .tab-content {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cards-tabber-sec .cards {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cards-tabber-sec .nav-tabs {
    margin-bottom: 25px;
  }

  .form-sec {
    padding: 0;
  }
  .form-sec > .container-fluid {
    padding: 0;
  }
  .form-sec > .container-fluid > .row {
    margin: 0;
  }

  .form-area {
    order: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .form-area .page-form-sec .sec-heading {
    margin: 0;
  }
  .form-area .page-form-sec .sec-heading .fas {
    display: inline-block;
  }
  .form-area .page-form-sec .page-form-holder {
    display: none;
    padding: 20px 50px 0;
  }
  .form-area .page-form-sec .page-form-holder .row {
    margin-left: 0;
    margin-right: 0;
  }
  .form-area .page-form-sec .page-form-holder .row [class*=col-] {
    padding-left: 0;
    padding-right: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-area .page-form-sec .page-form-holder button {
    border: none;
    padding: 0;
    margin: 0;
    min-width: 1px;
    position: absolute;
    right: -35px;
    bottom: 0;
  }
  .form-area .page-form-sec .page-form-holder button .fas {
    display: block;
  }
  .form-area .page-form-sec .page-form-holder .text-small {
    color: #a1a1a1;
    padding-top: 15px;
  }

  .btn-nav-list ul {
    padding: 30px 20% 10px;
  }
  .btn-nav-list ul li {
    flex-basis: 100%;
  }
  .btn-nav-list li:nth-child(2n) {
    display: none;
  }

  .page-banner .carousel-indicators,
.testimonial-sec .carousel-indicators {
    margin: 0;
    position: relative;
    display: inline-block;
  }

  .page-banner .carousel-caption {
    left: 30px;
    right: 30px;
    text-align: center;
    max-width: 100%;
  }

  .testimonial-sec .carousel {
    padding: 0 2%;
  }

  .tile-full-block {
    padding: 0;
  }
  .tile-full-block .hover-tile {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .awards-logo-sec {
    padding: 20px 0;
  }
  .awards-logo-sec .award-logo-holder {
    flex-basis: 33.3333%;
    text-align: center;
    padding: 20px 0;
  }

  .breadcrumbs-sec .breadcrumb {
    margin: 0;
  }

  .slider-sec .slider-content-bottom {
    padding: 0;
  }

  .pl-30-xs {
    padding-left: 30px;
  }

  .footer {
    text-align: center;
    padding: 35px 0;
  }
  .footer .footer-top {
    display: block;
    border: none;
    padding: 0;
    margin-bottom: 15px;
  }
  .footer .footer-top [class*=col-],
.footer .footer-top .footer-contact {
    display: block;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer .footer-top .footer-contact > span {
    display: block;
    padding: 10px 0;
  }
  .footer .footer-top .footer-contact > span + span {
    margin: 0;
  }
  .footer .footer-top .footer-contact .social-links a {
    margin: 0 10px;
  }
  .footer .footer-top .footer-contact .social-links a .fab {
    font-size: 24px;
  }
  .footer .footer-bottom {
    line-height: 20px;
    border: none;
    padding: 0;
  }
  .footer .footer-bottom [class*=col-] {
    display: block;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer .footer-bottom .text-left,
.footer .footer-bottom .text-right {
    text-align: center !important;
  }

  .footer-list-sec {
    display: none;
  }

  .footer-logo {
    margin-bottom: 20px;
  }

  .member-info .short-icon-link {
    text-align: left;
    float: none !important;
  }
  .member-info .reviews-bar {
    margin-bottom: 10px;
  }
  .member-info .member-img {
    margin-bottom: 20px;
  }

  .member-detail .member-detail-block.member-contact > div {
    margin-bottom: 15px;
  }

  .content-card-block-holder {
    margin-bottom: 0;
  }
  .content-card-block-holder .content-card-block {
    min-height: 1px;
    margin-bottom: 25px;
  }

  .pagination {
    padding-top: 0;
  }

  .location-content-sec .location-feature-img {
    order: 0;
    text-align: left;
  }
  .location-content-sec .short-icon-link {
    margin-bottom: 20px;
  }

  .side-img-block {
    margin-bottom: 40px;
  }
  .side-img-block .doc-block-content {
    margin-left: 0;
    clear: both;
  }
  .side-img-block .doc-block-content .doc-name {
    margin-bottom: 5px;
  }
  .side-img-block .side-img-holder {
    margin-bottom: 15px;
  }
  .side-img-block .doc-block-content .reviews-bar {
    text-align: left;
  }
  .side-img-block .side-icon-link {
    margin-right: 20px;
  }

  .slider-arrows {
    display: none;
  }

  .fancybox-nav span {
    visibility: visible;
  }

  .content-card-img img {
    width: 100%;
  }

  /* location page styles */
  .content-card-block h3 {
    text-align: center;
  }

  .about-location .address {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .member-detail .member-contact,
.member-detail .full-xs {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .member-detail ul ul {
    padding-left: 15px;
  }
  .member-detail .member-contact a br {
    display: none;
  }

  .member-info {
    margin-bottom: 40px;
  }

  .member-info .reviews-bar {
    font-size: 15px;
  }

  .member-info .review-link {
    display: block;
  }

  .blog-short-block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .pagination {
    padding-bottom: 40px;
  }
  .pagination li.next-page {
    bottom: 0;
  }

  .blog-info {
    margin-bottom: 25px;
  }
  .blog-info > span {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact-form {
    padding-right: 0;
  }

  .gallery-carousel {
    margin: -70px 0 0;
    padding: 20px 0;
  }

  .cards-tabber-sec {
    padding: 40px 0;
  }
  .cards-tabber-sec .cards .card-hover .cards-bottom-content h1 {
    font-size: 50px;
  }

  .virtual-tour .office-map {
    height: 400px;
  }

  .iframe-wrapper {
    margin: 50px 20px;
  }
  .iframe-wrapper .iframe-div {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .page-banner .carousel-caption {
    bottom: 40px;
  }
  .page-banner .carousel-caption h2 {
    font-size: 36px;
  }
  .page-banner .carousel-caption p {
    font-size: 16px;
    line-height: 1.3;
  }

  .page-banner .carousel-indicator-holder {
    bottom: 10px;
  }

  .tile-full-block .hover-tile {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .contact-form form > .row > [class*=col-] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .location-content-sec .location-content {
    margin-bottom: 40px;
  }

  .service-block-holder > [class*=col-] {
    margin-bottom: 30px;
  }

  .smiles-card-holder.row-m-20 > [class*=col-] {
    margin-bottom: 35px;
  }

  .team-member-block {
    margin-bottom: 30px;
  }

  .team-member-block h3 {
    padding: 10px 0 5px;
  }

  .member-logo {
    flex-basis: 100%;
    text-align: center;
    padding: 20px 0;
  }

  .member-logo-sec {
    padding: 35px 0;
  }
  .member-logo-sec .sec-heading {
    margin-bottom: 20px;
  }

  #services-2-tab-5 {
    display: none;
  }
}
@media (max-width: 480px) {
  body {
    padding-top: 80px;
  }

  .header {
    min-height: 80px;
  }
  .header .header-content {
    padding: 15px 0;
  }
  .header .site-logo {
    max-width: 160px;
    margin-top: 5px;
  }
  .header .header-content-md {
    margin: 2px 0 0;
  }
  .header .header-content-md > div {
    margin: 0 5px;
    font-size: 12px;
  }
  .header .header-content-md > div img {
    max-height: 24px;
  }

  .pl-30-xs {
    padding-left: 15px;
  }

  .contact-form form .input-box {
    text-align: left !important;
  }
  .contact-form form .input-box h4 {
    display: block;
  }
  .contact-form form button {
    padding: 8px 20px;
  }

  .gallery-carousel {
    padding: 20px 40px;
  }

  .cards-tabber-sec .cards .card-hover {
    padding: 15px 15px 30px;
  }
  .cards-tabber-sec .cards .card-hover .card-mid-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .cards-tabber-sec .cards .card-hover .card-bottom-link {
    font-size: 13px;
    padding: 5px;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }

  .form-area .page-form-sec {
    padding: 30px 15px;
  }
  .form-area .page-form-sec .page-form-holder {
    padding: 20px 20px 0;
  }
  .form-area .page-form-sec .page-form-holder button {
    right: -25px;
  }

  .form-toggle {
    font-size: 22px;
  }
  .form-toggle .fas {
    margin-left: 3px !important;
  }

  .location-block-holder > [class*=col-] {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .location-block-holder .location-block {
    padding: 0 20px 20px;
  }
  .location-block-holder .location-block > figure {
    margin: 0 -20px 20px;
  }

  .cards-tabber-sec .cards.form-card {
    padding: 15px;
  }
  .cards-tabber-sec .cards.form-card p {
    font-size: 12px;
    line-height: 1.3;
  }
  .cards-tabber-sec .cards.form-card form input {
    padding: 9px 10px 10px;
    font-size: 12px;
    margin-bottom: 5px;
    height: 35px;
  }
  .cards-tabber-sec .cards.form-card form button {
    margin-top: 2px;
  }

  .news-short-block {
    -ms-flex: 0 0 98%;
    flex: 0 0 98%;
    max-width: 98%;
  }

  .news-short-block .news-blog-img {
    height: auto;
    margin: 0;
  }

  .social-links {
    width: 100%;
    display: block;
    margin-left: 0;
  }

  .footer .footer-top .footer-contact span + span {
    margin-left: 0;
  }

  .iframe-wrapper {
    margin: 40px 20px;
  }
}
@media (max-width: 414px) {
  .btn-nav-list ul {
    padding: 30px 5% 10px;
  }

  .page-banner .carousel-caption > img {
    max-width: 240px;
  }

  .testimonial-sec {
    padding: 40px 0 50px;
  }
  .testimonial-sec .carousel .carousel-inner {
    padding-bottom: 25px;
  }
  .testimonial-sec .carousel p {
    font-size: 17px;
    line-height: 25px;
  }

  .side-icon-list li {
    font-size: 22px;
    padding: 15px 0 15px 30px;
  }
  .side-icon-list li:before {
    top: 20px;
  }

  .content-card-block {
    padding: 0 20px 20px;
  }
  .content-card-block .content-card-img {
    margin: 0 -20px 10px;
  }
  .content-card-block .side-icon-link {
    font-size: 17px;
  }

  .team-member-block h3 {
    font-size: 21px;
  }

  .side-img-block .doc-block-content .doc-name {
    font-size: 21px;
  }
  .side-img-block .doc-block-content .reviews-bar {
    font-size: 17px;
  }

  .cards-tabber-sec .cards .card-hover .cards-bottom-content h1 {
    font-size: 36px;
  }

  .virtual-tour .office-map {
    height: 260px;
  }
}
@media (max-width: 360px) {
  .member-detail .member-contact a .fas {
    width: 30px;
  }

  .content-card-block h3 {
    font-size: 22px;
  }

  .cards-tabber-sec .cards .card-hover .card-top-content h5 {
    font-size: 14px;
  }
  .cards-tabber-sec .cards .card-hover .card-top-content h3 {
    font-size: 15px;
  }
  .cards-tabber-sec .cards .card-hover .card-mid-content p {
    font-size: 12px;
    line-height: 16px;
  }

  .form-toggle {
    font-size: 19px;
  }

  .offer-card p {
    display: none;
  }

  .video-card {
    background-size: cover;
  }

  .iframe-wrapper {
    margin: 30px 0;
  }
}
@media (max-width: 340px) {
  .contact-form form .input-box .input-inline {
    display: block;
  }
  .contact-form form .input-box .input-inline + .input-inline {
    margin-left: 0;
  }

  .cards-tabber-sec .cards.form-card {
    padding: 10px;
  }
  .cards-tabber-sec .cards.form-card form {
    padding-top: 5px;
  }
}

/*# sourceMappingURL=stylesheet.css.map */
