@charset "UTF-8";
@font-face {
  font-family: Pangea;
  src: url(../fonts/PangeaText-Regular.woff2);
}
@font-face {
  font-family: Pangea;
  src: url(../fonts/PangeaText-Bold.woff2);
  font-weight: bold;
}
@font-face {
  font-family: Pangea;
  src: url(../fonts/PangeaText-Italic.woff2);
  font-style: italic;
}
@font-face {
  font-family: PangeaBold;
  src: url(../fonts/Pangea-Bold.woff2);
  font-style: bold;
}
/* $theme-colors: (
  "primary": $primary,
  "secondary": $secondary,
  "red": $red,
  "green": $green,
  "lightgreen" : $greentint,
  "black" : $black,
  "white" : $white,
  "default" : $default
); */
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  font-size: 16px;
  /*rem units are based on this size, which is the internet default */
  scroll-padding-top: 110px;
}
@media (max-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  font-family: "Pangea", sans-serif;
  color: #444444;
  font-size: 1.125rem;
  /* should be 18px on decktop */
  line-height: 1.5rem;
  margin-top: 100px;
}
@media (max-width: 768px) {
  body {
    font-size: 1rem;
    /* should be 16px on mobile (should really be reversed but whatevs */
    line-height: 1.25rem;
    margin-top: 70px;
  }
}

/*
there is a body 3 style in the supplied style sheet, however
not sure where that is to be implemented, as its too small
to view affectively on mobile.
Pangea Text
14px size
20px line height
regular weight
*/
a {
  color: #003431;
  text-decoration: none;
}

a:hover {
  color: #006761;
  /* text-decoration: none; */
}

/* wonky code to add border lines to similar blocks */
section.halfcontent {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  section.halfcontent {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  section.halfcontent {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  section.halfcontent {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  section.halfcontent {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  section.halfcontent {
    max-width: 1320px;
  }
}
div.eg-block-type-5:not([class*=block_background-]) + div.eg-block-type-5:not([class*=block_background-]) section,
div.eg-block-type--1:not([class*=block_background-]) + div.eg-block-type--1:not([class*=block_background-]) section,
div.eg-block-type--1:not([class*=block_background-]) + div.eg-block-type-5:not([class*=block_background-]) section,
div.eg-block-type-5:not([class*=block_background-]) + div.eg-block-type--1:not([class*=block_background-]) section {
  border-top: 2px solid #003431;
}

/* end wonky code to add border lines to similar blocks */
/* show the underline in content, but not buttons or resource links */
.eg-block a:not(.btn, .text-dark) {
  text-decoration: underline;
}

.eg-block.block_background-5 a:not(.btn, .text-dark) {
  color: #fff;
  text-decoration: underline;
}
.eg-block.block_background-5 a:not(.btn, .text-dark):hover {
  color: #ebebeb;
}

/* increase spacing on list items on all lists in CTAs ONLY  */
.eg-block-type-17 li,
.eg-block-type-13 li,
.eg-block-type-12 li {
  margin-bottom: 0.5rem;
}

.eg-block-type-17 li ul,
.eg-block-type-13 li ul,
.eg-block-type-12 li ul {
  margin-top: 0.5rem;
}

/*
1px = 0.0625rem
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PangeaBold", sans-serif;
  color: #003431;
}

h1 {
  padding-bottom: 0.25em;
  font-size: 3.125rem;
  line-height: 3.25rem;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

h2 {
  font-size: 2.25em;
  line-height: 2.5rem;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.5em;
    line-height: 1.625rem;
  }
}

h3 {
  /* font-size: 2.0em; */
  font-size: 1.75rem;
  line-height: 2rem;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}

h4 {
  font-family: "Pangea", sans-serif;
  /* font-size: 1.75em; */
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.375rem;
    line-height: 1.625rem;
    font-weight: normal;
  }
}

h5 {
  /* font-size: 1.5em; */
  font-size: 1.375rem;
  line-height: 1.5rem;
}
@media (max-width: 768px) {
  h5 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

h6 {
  /* font-size: 1.25em; */
  font-size: 1.25rem;
  line-height: 1.375rem;
}
@media (max-width: 768px) {
  h6 {
    font-size: 1rem;
    line-height: 1.125rem;
  }
}

.border-dark-green {
  border-color: #003431 !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #003431;
  border-top-color: #1bfff2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
          animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #003431;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 4em;
  }
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #005d57;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

.section-border:after {
  content: "";
  background: #003431;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 50%;
}

@media (min-width: 576px) {
  .modal-dialog-end {
    margin-right: initial !important;
    margin-left: auto;
  }
}
.green-shadow-left {
  box-shadow: -1em 1em 0px #ecf5e1;
  border-radius: 15px;
}

.green-shadow-right {
  box-shadow: 1em 1em 0px #ecf5e1;
  border-radius: 15px;
}

.text-darkgreen {
  color: #003431 !important;
}

.text-bright-green, .text-hover-brightgreen:hover {
  color: #008766 !important;
}

.btn-darkgreen {
  color: #fff;
  background-color: #003431;
  border-color: #003431;
}

.btn-darkgreen:hover {
  color: #fff !important;
  background-color: #006761 !important;
  border-color: #006761 !important;
}

.btn-outline-darkgreen {
  color: #003431;
  border-color: #003431;
  background-color: none;
}

.btn-outline-darkgreen:hover {
  color: #003431 !important;
  background-color: #A1CE6B !important;
  border-color: #003431 !important;
}

.btn-outline-darkgreen:active {
  color: #003431 !important;
  background-color: #A1CE6B !important;
  border-color: #003431 !important;
}

.btn-outline-darkgreen.active {
  color: #003431 !important;
  background-color: #A1CE6B !important;
  border-color: #003431 !important;
}

.btn-lightgreen {
  color: #11121F;
  background-color: #ecf5e1;
  border-color: #ecf5e1;
}

.btn-lightgreen:hover {
  color: #11121F !important;
  background-color: #d4e8bb !important;
  border-color: #d4e8bb !important;
}

.btn-brightgreen {
  color: #11121F;
  background-color: #A1CE6B;
  border-color: #A1CE6B;
}
.btn-brightgreen:hover {
  color: #fff !important;
  background-color: #003431 !important;
  border-color: #003431 !important;
  /*
  color: $black !important;
   background-color: darken($green, 10%) !important;
  border-color: darken($green, 10%) !important; */
}

.btn-close-modal {
  color: #fff !important;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border-radius: 50% !important;
  background-color: #F15B64 !important;
}

.form-check-input:focus {
  box-shadow: none !important;
}

.form-check-input:checked {
  background-color: #003431;
  border-color: #003431;
}

.se-tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.se-tooltip .se-tooltiptext {
  visibility: hidden;
  width: 30em;
  background-color: #ffffff;
  color: #11121f;
  border-radius: 10px;
  padding: 1em;
  position: absolute;
  z-index: 1100;
  top: 2.75em;
  right: -2em;
  opacity: 0;
  transition: 0.5s all;
  display: block;
  white-space: normal;
}

.se-tooltip:hover .se-tooltiptext {
  visibility: visible;
  opacity: 1;
}

#searchq::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #003431;
  font-style: italic;
}

#searchq:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #003431;
  font-style: italic;
}

#searchq::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #003431;
  font-style: italic;
}

#searchq:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #003431;
  font-style: italic;
}

#searchq::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #003431;
  font-style: italic;
}

section .page-block {
  overflow: hidden;
  /*this may cause issues; disable if it does an find another way to fix it. */
}

.accordion-button:not(.collapsed) {
  background-color: #ecf5e1;
}

.content-btn {
  color: #11121F;
  background-color: #A1CE6B;
  border-color: #A1CE6B;
  border-radius: var(--bs-border-radius-pill) !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  align-self: flex-start !important;
}
.content-btn:hover {
  color: #fff !important;
  background-color: #003431 !important;
  border-color: #003431 !important;
  /*
  color: $black !important;
   background-color: darken($green, 10%) !important;
  border-color: darken($green, 10%) !important; */
}

/* algolia search items */
.aa-Panel {
  z-index: 20000;
}

.aa-Label svg,
.aa-LoadingIndicator svg {
  color: #a3832a !important;
}

.aa-Label,
.aa-LoadingIndicator {
  margin: 0;
}

@media (min-width: 768px) {
  /*
  mhall solution to right-most menu item flowing offscreen */
  .navbar .dropdown ul {
    margin-left: -50% !important;
  }
  .nav-last {
    left: auto !important;
    right: 20px;
  }
}
@media (min-width: 768px) {
  #collapseSearchFilter {
    display: initial !important;
  }
}
@media (max-width: 768px) {
  #searchFilter {
    border: 2px solid #003431;
    border-left: 0;
    border-right: 0;
  }
}
.clear-search-button {
  text-align: left !important;
  border: 0 !important;
  color: #003431 !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: block !important;
  font-size: 1.125rem !important;
  line-height: 1.5rem !important;
  background-image: none !important;
}
.clear-search-button:hover {
  color: #008766 !important;
  background-color: none !important;
  background-image: none !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  /* height: 40px; */
  font-size: 1rem;
  transition: all 0.5s;
  z-index: 1010;
  border: 0;
  border-radius: 0;
}
@media (max-width: 768px) {
  #topbar {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 45px;
    overflow: hidden;
  }
}
#topbar.topbar-scrolled {
  top: -47px;
}
@media (max-width: 768px) {
  #topbar.topbar-scrolled {
    top: -45px;
  }
}
#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  color: #003431;
}
#topbar .contact-info i {
  color: #003431;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0;
}
#topbar .contact-info i:first-child {
  margin-left: 0;
}
#topbar .social-links a {
  color: #00d4a0;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .social-links a:hover {
  color: #003431;
}
#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.25s;
  z-index: 997;
  padding: 15px 0 0;
  box-shadow: 0px 2px 15px rgba(0, 52, 49, 0.1);
}
@media (max-width: 768px) {
  #header {
    padding: 17px 0 11px;
  }
}
#header.header-scrolled {
  top: 0;
}
#header .logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Pangea", sans-serif;
}
#header .logo a {
  color: #008766;
}
#header .logo img {
  max-height: 3em;
}
@media (max-width: 768px) {
  #header .logo img {
    max-height: 1.5em;
    margin-bottom: 0.5em;
  }
}

.alertFullText {
  display: none;
}
.alertFullText a {
  text-decoration: underline;
}

.alertShortText.show-more .alertFullText {
  display: inline;
}

.alertShortText.show-more .alertDots {
  display: none;
}

.alertShortText {
  overflow: hidden;
  margin: 0.7em;
  max-height: 1.5em;
  transition: 0.5s all;
}
.alertShortText.show-more {
  max-height: 100vh;
  transition: 0.5s all;
  overflow: visible;
}

.alert-read-more-btn, .alert-read-less-btn {
  background: none !important;
  border: none;
  padding: 0 !important;
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

/**
* if the alert is present, add the padding class to the top
*/
.header-alert {
  top: 46px;
}
.header-alert.header-scrolled {
  top: 0;
}
@media (max-width: 768px) {
  .header-alert {
    top: 45px;
  }
}
.header-alert .navbar-mobile {
  top: 45px;
}
.header-alert.header-scrolled .navbar-mobile {
  top: 0;
}

/** page header */
#searchheader {
  width: 100%;
  /* height: 28em; */
  background-size: cover;
  /* margin-bottom: -200px; */
  margin-top: 6rem;
  position: relative;
}
@media (max-width: 768px) {
  #searchheader {
    margin-top: 5rem;
  }
}
#searchheader .container {
  position: relative;
}
#searchheader .container .hero-text-bg {
  background-color: rgba(241, 91, 100, 0.9);
}
#searchheader h1 {
  margin: 0;
  /* font-size: 48px; */
  font-weight: 700;
  /* line-height: 56px; */
  /* text-transform: uppercase; */
  /* color: $white;
  padding: 0.5em; */
}
#searchheader h2 {
  color: #fff;
  /* margin: 10px 0 0 0; */
  /* font-size: 24px; */
  padding: 0.5em;
}
#searchheader .search-box {
  /* font-size: 15px; */
}
#searchheader .search-box h4 {
  /* font-size: 16px;
  font-weight: bold; */
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#searchheader .search-box form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #003431;
}
#searchheader .search-box form input[type=search] {
  border: 0;
  box-shadow: none;
  /* padding: 4px 8px; */
  width: calc(100% - 100px);
}
#searchheader .search-box form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 3px solid #fff;
  background: none;
  /* font-size: 16px; */
  padding: 0 20px;
  background: #A1CE6B;
  color: #003431;
  transition: 0.3s;
  border-radius: 50px;
}
#searchheader .search-box form input[type=submit]:hover {
  background: #004e49;
}

#standard_header {
  width: 100%;
  height: 500px;
  background-size: cover;
  /* margin-bottom: -200px; */
  text-align: center;
  position: relative;
}
#standard_header.header-alert {
  margin-bottom: 46px !important;
}
#standard_header .container {
  position: relative;
}
#standard_header .container .hero-text-bg {
  /* background-color: rgba($red, .9); */
}
#standard_header .container .img-caption {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em 0.5em;
  font-weight: normal;
  font-size: 0.875rem;
  text-align: center;
  font-style: italic;
  background-color: rgba(255, 255, 255, 0.75);
  margin-bottom: 1em;
}
#standard_header h1 {
  margin: 0;
  /* font-size: 48px; */
  /* font-weight: 700; */
  /* line-height: 56px; */
  /* text-transform: uppercase; */
  /* color: $white; */
  padding: 0.5em 0;
}
#standard_header h2 {
  /* color: $white; */
  /* margin: 10px 0 0 0; */
  /* font-size: 24px; */
  padding: 0.5em 0;
}
#standard_header .btn-get-started {
  font-family: "Pangea", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #003431;
}
#standard_header .btn-get-started:hover {
  background: #006761;
}
@media (min-width: 1024px) {
  #standard_header {
    background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  #standard_header {
    margin-bottom: 0;
    /* margin-bottom: -3em; */
    min-height: 40vh;
    max-height: initial;
    height: initial;
  }
  #standard_header .container {
    /* padding-bottom: 63px; */
  }
  #standard_header h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #standard_header h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}
@media (max-height: 600px) {
  #standard_header {
    height: 110vh;
  }
}
#standard_header.hero-short {
  height: 45vh;
}

#icon_header {
  width: 100%;
  /* height: 350px; */
  background-size: cover;
  /* margin-bottom: -200px; */
  text-align: center;
}
#icon_header .container {
  position: relative;
}
#icon_header .container .hero-text-bg {
  /* background-color: rgba($red, .9); */
}
#icon_header h1 {
  margin: 0;
  /* font-size: 48px; */
  /* font-weight: 700; */
  /* line-height: 56px; */
  /* text-transform: uppercase; */
  /* color: $white; */
  padding: 0.5em 0;
}
#icon_header h2 {
  /* color: $white; */
  /* margin: 10px 0 0 0; */
  /* font-size: 24px; */
  padding: 0.5em 0;
}
#icon_header .btn-get-started {
  font-family: "Pangea", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #003431;
}
#icon_header .btn-get-started:hover {
  background: #006761;
}
#icon_header .icon-header-img {
  min-width: 300px;
}
@media (min-width: 1024px) {
  #icon_header {
    background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  #icon_header {
    margin-bottom: 0;
    /* height: 70vh; */
    padding: 2vh 0 0;
    position: relative;
  }
  #icon_header .container {
    padding-bottom: 0;
  }
  #icon_header h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #icon_header h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #icon_header .icon-header-img {
    min-width: initial;
    max-width: 80% !important;
  }
}
@media (max-height: 600px) {
  #icon_header {
    /* height: 110vh; */
  }
}
#icon_header.hero-short {
  height: 45vh;
}

/**
* Appointment Button *
*/
.appointment-btn {
  margin-left: 25px;
  background: #003431;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}
.appointment-btn:hover {
  background: #001b19;
  color: #fff;
}
@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}

.header-btn-green {
  margin-left: 25px;
  background: #008766;
  color: #fff;
  border-radius: 50px;
  padding: 8px 16px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
}
.header-btn-green:hover {
  background: #006e53;
  color: #fff;
}
@media (max-width: 768px) {
  .header-btn-green {
    margin: 0 15px 0 0;
    padding: 10px 20px !important;
    display: inline !important;
    color: #fff !important;
  }
}

.header-btn-pink {
  margin-left: 25px;
  background: #FDE6E7;
  color: #11121F;
  border-radius: 50px;
  padding: 8px 16px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
}
.header-btn-pink:hover {
  background: #FFD0D2;
  color: #11121F;
}
@media (max-width: 768px) {
  .header-btn-pink {
    margin: 0;
    padding: 1em;
    flex: 1 0 auto;
    text-align: center;
    border-radius: 0;
    color: #003431;
  }
}

.header-btn-exit {
  margin-left: 25px;
  background: #F15B64;
  color: #fff;
  border-radius: 50px 0 50px 50px;
  padding: 8px 2em;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  border: 0;
}
.header-btn-exit:hover {
  background: #ef444e;
  color: #11121F;
}
.header-btn-exit:hover .safexiticon {
  filter: brightness(0) invert(3%) sepia(27%) saturate(3832%) hue-rotate(218deg) brightness(90%) contrast(92%);
}
@media (max-width: 768px) {
  .header-btn-exit {
    margin: 0;
    padding: 1em;
    flex: 1 0 auto;
    text-align: center;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
  }
}

.header-btn-clear {
  margin-left: 25px;
  background: none;
  color: #11121F;
  border-radius: 50px;
  padding: 8px 16px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
}
.header-btn-clear:hover {
  background: #d8dbdd;
  color: #11121F;
}
@media (max-width: 768px) {
  .header-btn-clear {
    margin: 0 15px 0 0;
    padding: 6px 18px;
    display: inline;
  }
}

.safe-exit-container {
  position: absolute;
  top: 108px;
}

.mobile-search-input {
  line-height: 1.85;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #003431;
  white-space: nowrap;
  transition: 0s;
  border-bottom: 2px solid #fff;
  padding: 5px 7px;
  font-weight: 700;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #008766;
  text-decoration: underline;
  -webkit-text-decoration-color: #F15B64;
          text-decoration-color: #F15B64;
  text-decoration-thickness: 2px;
}
.navbar i.bi {
  transition: 0s;
}
.navbar a:hover i.bi, .navbar .active i.bi, .navbar .active:focus i.bi {
  transform: rotate(180deg);
  transition: 0s;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  /* top: calc(100% + 30px); */
  top: 100%;
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: black;
  border: none;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #003431;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
*Sidebar nav sticky within content

*/
.sidebar {
  /*   display: block;
    grid-area: toc;
    max-height:calc(100vh - 5rem);
    overflow: auto;
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;  */
}
.sidebar a {
  font-size: 0.875rem;
  color: #fff;
}

.side-stick {
  position: fixed;
}

.side-abs {
  position: absolute;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #003431;
  /* font-size: 28px; */
  font-size: 2.25em;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.2s;
}
.mobile-nav-toggle.bi-x {
  color: #003431;
}
.mobile-nav-toggle .mobile-nav-icon {
  height: 18px;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /* background: rgba(darken($secondary, 10), 0.9); */
  transition: 0.2s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 15px;
  left: 0px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.2s;
}
.navbar-mobile > ul > li {
  padding: 0.75em 1em;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 0;
  font-size: 15px;
  color: #11121F;
  border: none;
  border-bottom: 2px solid #008766;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #003431;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  /* margin: 10px 20px; */
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  color: #003431;
  box-shadow: none;
  transition: all 0.25s;
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #003431;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.languge-mobile {
  z-index: 500;
  position: absolute;
  top: 1em;
  right: 4em;
}
.languge-mobile a, .languge-mobile a:focus {
  padding: 10px 0;
  font-size: 15px;
  color: #003431;
  border: none;
}

.language-link {
  text-decoration: underline;
}

.bi-list::before {
  /* content: "\f479"; */
  content: url(/assets/css/icons/mobile-hamburger.svg) !important;
}

section#mobile_footer_nav {
  padding: 0;
  /* margin: 0; */
  background-color: #fff;
  height: 3em;
}

.btn-language {
  padding: 1em;
  margin: 0 0 1em;
  width: 100%;
}
.btn-language:hover {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  color: #fff !important;
}

.btn-language.active {
  background-color: #008766;
  border-color: #008766;
}

.language-dropdown a, .language-dropdown a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #11121F;
  white-space: nowrap;
  transition: 0s;
  border-bottom: 2px solid #fff;
  padding: 10px 10px;
  text-decoration: none !important;
}
.language-dropdown a i, .language-dropdown a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.language-dropdown a:hover, .language-dropdown .active, .language-dropdown .active:focus, .language-dropdown li:hover > a {
  color: #008766;
  text-decoration: underline !important;
  -webkit-text-decoration-color: #F15B64 !important;
          text-decoration-color: #F15B64 !important;
  text-decoration-thickness: 2px !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  max-width: 1400px;
  /* height: 75vh; */
  /* height: 60vh; */
  height: 35em;
  background-size: cover;
  /* margin-bottom: -200px; */
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#hero .container {
  position: relative;
}
#hero .container .hero-text-bg {
  background-color: rgba(241, 91, 100, 0.9);
}
#hero h1 {
  margin: 0;
  /* font-size: 48px; */
  /* font-weight: 700; */
  /* line-height: 56px; */
  /* text-transform: uppercase; */
  color: #fff;
  padding: 0.5em 0 initial;
  /* text-shadow: 0px 0px 8px lighten($red, 5); */
}
#hero h2, #hero h3, #hero h4 {
  color: #fff;
  /* margin: 10px 0 0 0; */
  /* font-size: 24px; */
  padding: 0 0 0.5em;
  /* text-shadow: 0px 0px 8px lighten($red, 5); */
}
#hero .btn-get-started {
  font-family: "Pangea", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #003431;
}
#hero .btn-get-started:hover {
  background: #006761;
}
#hero .rainbow-bg {
  position: absolute;
  bottom: -3em;
  width: 100%;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 55vh;
  }
  #hero .container {
    /* padding-bottom: 63px; */
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .rainbow-bg {
    position: absolute;
    bottom: 0em;
    width: 100%;
    overflow: hidden;
  }
  #hero .rainbow-bg img {
    max-width: 150%;
    margin-left: -25%;
    margin-bottom: -2em;
  }
}
@media (max-height: 600px) {
  #hero {
    height: 110vh;
  }
}
#hero.hero-short {
  height: 45vh;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 2em 0;
  /* overflow: hidden; */
}
@media (max-width: 992px) {
  section {
    padding: 1em 0;
  }
}

.block_padding-1 section {
  padding-top: 0;
}

.eg-block-type-9.block_padding-1 section {
  padding: 2em 0 0;
}

/* .eg-block.eg-block-type-5 + .eg-block.eg-block-type-5{
  border-top:5px solid $black;
} */
.eg-block-type-8 a {
  font-size: 0.875rem;
}

.resource-bg {
  background: #ecf5e1;
}

.section-bg {
  background-color: #fff;
  color: #11121F;
}

.section-bg-light-green,
.block_background-1 {
  background: #ecf5e1;
  color: #11121F;
  /* special exception for the resources that are within this background type */
}
.section-bg-light-green .resource-bg,
.block_background-1 .resource-bg {
  background: #fff;
}

.section-bg-bright-green,
.block_background-5 {
  background: #008766;
  color: #fff;
  /* special exception for the resources that are within this background type */
}
.section-bg-bright-green h1,
.section-bg-bright-green h2,
.section-bg-bright-green h3,
.section-bg-bright-green h4,
.section-bg-bright-green h5,
.section-bg-bright-green h6,
.block_background-5 h1,
.block_background-5 h2,
.block_background-5 h3,
.block_background-5 h4,
.block_background-5 h5,
.block_background-5 h6 {
  color: #fff;
}
.section-bg-bright-green p a:not(.btn),
.block_background-5 p a:not(.btn) {
  color: #fff !important;
}
.section-bg-bright-green .resource-bg,
.block_background-5 .resource-bg {
  background: #fff;
}

.section-bg-dark-green,
.block_background-2 {
  background: #003431;
  color: #fff;
  /*change the button to offset the dark green. this is not common*/
  /* end button mod */
}
.section-bg-dark-green h1,
.section-bg-dark-green h2,
.section-bg-dark-green h3,
.section-bg-dark-green h4,
.section-bg-dark-green h5,
.section-bg-dark-green h6,
.block_background-2 h1,
.block_background-2 h2,
.block_background-2 h3,
.block_background-2 h4,
.block_background-2 h5,
.block_background-2 h6 {
  color: #fff;
}
.section-bg-dark-green a:not(.btn),
.block_background-2 a:not(.btn) {
  color: #fff !important;
}
.section-bg-dark-green div.text-dark a,
.block_background-2 div.text-dark a {
  color: #003431 !important;
}
.section-bg-dark-green .btn-darkgreen,
.block_background-2 .btn-darkgreen {
  color: #11121F;
  background-color: #A1CE6B;
  border-color: #A1CE6B;
}
.section-bg-dark-green .btn-darkgreen:hover,
.block_background-2 .btn-darkgreen:hover {
  color: #11121F !important;
  background-color: #b9db91 !important;
  border-color: #b9db91 !important;
}

.section-bg-coral,
.block_background-3 {
  background: #F15B64;
  color: #11121F;
}
.section-bg-coral h1,
.section-bg-coral h2,
.section-bg-coral h3,
.section-bg-coral h4,
.section-bg-coral h5,
.section-bg-coral h6,
.block_background-3 h1,
.block_background-3 h2,
.block_background-3 h3,
.block_background-3 h4,
.block_background-3 h5,
.block_background-3 h6 {
  color: #11121F;
}

.section-bg-black,
.block_background-4 {
  background: #11121F;
  color: #fff;
}
.section-bg-black h1,
.section-bg-black h2,
.section-bg-black h3,
.section-bg-black h4,
.section-bg-black h5,
.section-bg-black h6,
.block_background-4 h1,
.block_background-4 h2,
.block_background-4 h3,
.block_background-4 h4,
.block_background-4 h5,
.block_background-4 h6 {
  color: #fff;
}
.section-bg-black a:not(.btn),
.block_background-4 a:not(.btn) {
  color: #fff !important;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  /* font-size: 32px;
  font-weight: bold; */
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #003431;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #003431;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p {
  margin-bottom: 0;
}

/* Button Blocks
*/
.btn-block {
  border: 2px solid #fff;
  border-radius: 15px;
  padding: 2em;
  margin: -3em auto;
  position: relative;
}
.btn-block a {
  color: #fff;
  text-decoration: none !important;
}
.btn-block a:hover {
  color: #fff;
  text-decoration: underline !important;
}
@media (max-width: 992px) {
  .btn-block {
    padding: 0.25em;
  }
}

.btn-block-wrapper {
  min-height: 6em;
}
@media (max-width: 992px) {
  .btn-block-wrapper {
    min-height: 3em;
  }
}

.onpage-icon {
  position: absolute;
  top: -3.5em;
  left: -0.5em;
  width: 4.25em;
}
@media (max-width: 768px) {
  .onpage-icon {
    top: -2.75em;
    left: 0.5em;
  }
}

section.no-padding {
  padding: 0 !important;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #3efff4;
  min-height: 40px;
  margin-top: 120px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 100px;
  }
}
.breadcrumbs h2 {
  /* font-size: 24px;
  font-weight: 300; */
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #003431;
  border-radius: 4px;
  color: #fff;
}
.why-us .content h3 {
  /* font-weight: 700;
  font-size: 34px; */
  margin-bottom: 30px;
}
.why-us .content p {
  margin-bottom: 30px;
}
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}
.why-us .content .more-btn i {
  font-size: 14px;
}
.why-us .content .more-btn:hover {
  color: #003431;
  background: #fff;
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}
.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #003431;
  margin-bottom: 30px;
}
.why-us .icon-boxes .icon-box h4 {
  /* font-size: 20px;
  font-weight: 700; */
  margin: 0 0 30px 0;
}
.why-us .icon-boxes .icon-box p {
  /* font-size: 15px; */
  color: #848484;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  /* font-size: 18px; */
  color: #008766;
  margin-bottom: 15px;
}
.about .icon-boxes h3 {
  /* font-size: 28px;
  font-weight: 700; */
  color: #008766;
  margin-bottom: 15px;
}
.about .icon-box {
  margin-top: 40px;
}
.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #008766;
  border-radius: 50px;
  transition: 0.5s;
}
.about .icon-box .icon i {
  color: #003431;
  font-size: 32px;
}
.about .icon-box:hover .icon {
  background: #003431;
  border-color: #003431;
}
.about .icon-box:hover .icon i {
  color: #fff;
}
.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.about .icon-box .title a {
  color: #11121F;
  transition: 0.3s;
}
.about .icon-box .title a:hover {
  color: #003431;
}
.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.video-box {
  background: url("../img/person_1.png") center center no-repeat;
  /* background-size: cover; */
  background-size: contain;
  min-height: 20em;
}
@media (max-width: 768px) {
  .video-box {
    min-height: 10em;
  }
}

.play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#003431 50%, rgba(0, 52, 49, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba($primary, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
} */
.play-btn:hover::after {
  border-left: 15px solid #003431;
  transform: scale(20);
}

.play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
          animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #ecf5e1;
  padding: 70px 0 60px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #baffee;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #003431;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}
.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #01fff0;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.services .icon-box h4 {
  /* font-weight: 700; */
  margin-bottom: 15px;
  /* font-size: 24px; */
}
.services .icon-box h4 a {
  color: #008766;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  background: #003431;
  border-color: #003431;
}
.services .icon-box:hover .icon {
  background: #fff;
}
.services .icon-box:hover .icon i {
  color: #003431;
}
.services .icon-box:hover .icon::before {
  background: #006761;
}
.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}
.appointment .php-email-form .form-group {
  padding-bottom: 8px;
}
.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}
.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}
.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
          animation: animate-loading 1s linear infinite;
}
.appointment .php-email-form input,
.appointment .php-email-form textarea,
.appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}
.appointment .php-email-form input:focus,
.appointment .php-email-form textarea:focus,
.appointment .php-email-form select:focus {
  border-color: #003431;
}
.appointment .php-email-form input,
.appointment .php-email-form select {
  height: 44px;
}
.appointment .php-email-form textarea {
  padding: 10px 12px;
}
.appointment .php-email-form button[type=submit] {
  background: #003431;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.appointment .php-email-form button[type=submit]:hover {
  background: #004e49;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
  overflow: hidden;
}
.departments .nav-tabs {
  border: 0;
}
.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #008766;
  border-radius: 0;
  border-right: 2px solid #d9fff6;
  font-weight: 600;
  font-size: 15px;
}
.departments .nav-link:hover {
  color: #003431;
}
.departments .nav-link.active {
  color: #003431;
  border-color: #003431;
}
.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
          animation: fadeIn 0.5s ease-out;
}
.departments .details h3 {
  /* font-size: 26px;
  font-weight: 600; */
  margin-bottom: 20px;
  color: #008766;
}
.departments .details p {
  color: #777777;
}
.departments .details p:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #003431;
  }
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}
.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 135, 102, 0.08);
  padding: 30px;
  border-radius: 10px;
}
.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}
.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}
.doctors .member:hover img {
  transform: scale(1.1);
}
.doctors .member .member-info {
  padding-left: 30px;
}
.doctors .member h4 {
  /* font-weight: 700; */
  margin-bottom: 5px;
  /* font-size: 20px; */
  color: #008766;
}
.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #008766;
  bottom: 0;
  left: 0;
}
.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #008766;
}
.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}
.doctors .member .social a:hover {
  background: #003431;
}
.doctors .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}
.faq .faq-list ul {
  padding: 0;
  list-style: none;
}
.faq .faq-list li + li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Pangea", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #00b4a9;
}
.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: #11121F;
}
.faq .faq-list a.collapsed:hover {
  color: #003431;
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap,
.videos .testimonial-wrap,
.images .testimonial-wrap {
  padding-left: 50px;
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider,
.videos .testimonials-carousel,
.videos .testimonials-slider,
.images .testimonials-carousel,
.images .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item,
.videos .testimonial-item,
.images .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 135, 102, 0.08);
  position: relative;
  background: #fff;
}
.testimonials .testimonial-item .testimonial-img,
.videos .testimonial-item .testimonial-img,
.images .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}
.testimonials .testimonial-item h3,
.videos .testimonial-item h3,
.images .testimonial-item h3 {
  /* font-size: 18px;
  font-weight: bold; */
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonials .testimonial-item h4,
.videos .testimonial-item h4,
.images .testimonial-item h4 {
  /* font-size: 14px; */
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right,
.videos .testimonial-item .quote-icon-left,
.videos .testimonial-item .quote-icon-right,
.images .testimonial-item .quote-icon-left,
.images .testimonial-item .quote-icon-right {
  color: #01fff0;
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left,
.videos .testimonial-item .quote-icon-left,
.images .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right,
.videos .testimonial-item .quote-icon-right,
.images .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p,
.videos .testimonial-item p,
.images .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}
.testimonials .swiper-slide,
.videos .swiper-slide,
.images .swiper-slide {
  max-height: 300px;
}
.testimonials .swiper-pagination,
.videos .swiper-pagination,
.images .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet,
.videos .swiper-pagination .swiper-pagination-bullet,
.images .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #003431;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active,
.videos .swiper-pagination .swiper-pagination-bullet-active,
.images .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #008766;
}
.testimonials .swiper-button-next,
.testimonials .swiper-button-prev,
.videos .swiper-button-next,
.videos .swiper-button-prev,
.images .swiper-button-next,
.images .swiper-button-prev {
  top: 37%;
  background-color: #F15B64;
  color: #fff;
  border-radius: 50px;
  padding: 1.25em;
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap,
.videos .testimonial-wrap,
.images .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonials-carousel,
.testimonials .testimonials-slider,
.videos .testimonials-carousel,
.videos .testimonials-slider,
.images .testimonials-carousel,
.images .testimonials-slider {
    overflow: hidden;
  }
  .testimonials .testimonial-item,
.videos .testimonial-item,
.images .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img,
.videos .testimonial-item .testimonial-img,
.images .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}
.contact .info i {
  font-size: 20px;
  color: #003431;
  float: left;
  width: 44px;
  height: 44px;
  background: #008766;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  /* font-size: 22px;
  font-weight: 600; */
  margin-bottom: 5px;
  color: #008766;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #008766;
}
.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}
.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #003431;
  color: #fff;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.resource-content section {
  padding-top: 0;
}
.resource-content section > .row {
  padding-top: 0;
  padding-bottom: 2rem;
}
.resource-content section > .row .container {
  padding-left: 0;
}
.resource-content .resource-icon {
  position: absolute;
  top: -2em;
  left: 1em;
  width: 4em;
}

.richtext #bulletins {
  padding: 1em 0 0;
}

/* ul.checklist {
  list-style: none;
}

ul.checklist li::marker {
  content: '✓';
} */
.block_icon-1,
.block_icon-2,
.block_icon-3,
.block_icon-4,
.block_icon-5,
.block_icon-6,
.block_icon-7 {
  position: relative;
}

.block_icon-1::before,
.block_icon-2::before,
.block_icon-3::before,
.block_icon-4::before,
.block_icon-5::before,
.block_icon-6::before,
.block_icon-7::before {
  width: 6em;
  position: absolute;
  top: -3em;
  left: calc(50% - 3em);
}

.block_icon-1::before {
  content: url(/assets/css/icons/1.svg);
}

.block_icon-2::before {
  content: url(/assets/css/icons/2.svg);
}

.block_icon-3::before {
  content: url(/assets/css/icons/3.svg);
}

.block_icon-4::before {
  content: url(/assets/css/icons/4.svg);
}

.block_icon-5::before {
  content: url(/assets/css/icons/5.svg);
}

.block_icon-6::before {
  content: url(/assets/css/icons/6.svg);
}

.block_icon-7::before {
  content: url(/assets/css/icons/7.svg);
}

.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.182' height='40.182' viewBox='0 0 40.182 40.182'%3E%3Cg id='Group_80' data-name='Group 80' transform='translate(-666.328 -859.866) rotate(45)'%3E%3Ccircle id='Ellipse_53' data-name='Ellipse 53' cx='14.206' cy='14.206' r='14.206' transform='translate(1093.389 151.058) rotate(-90)' fill='%23a1ce6b'/%3E%3Cg id='Group_59' data-name='Group 59' transform='translate(1101.38 130.636)'%3E%3Cline id='Line_43' data-name='Line 43' y2='17.578' transform='translate(12.43 0) rotate(45)' fill='none' stroke='%23003431' stroke-width='2'/%3E%3Cline id='Line_44' data-name='Line 44' y2='17.578' transform='translate(12.43 12.43) rotate(135)' fill='none' stroke='%23003431' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40.182' height='40.182' viewBox='0 0 40.182 40.182'%3E%3Cg id='Group_127' data-name='Group 127' transform='translate(-666.328 -859.866) rotate(45)'%3E%3Ccircle id='Ellipse_53' data-name='Ellipse 53' cx='14.206' cy='14.206' r='14.206' transform='translate(1093.389 151.058) rotate(-90)' fill='%23a1ce6b'/%3E%3Cg id='Group_59' data-name='Group 59' transform='translate(1101.38 130.636)'%3E%3Cline id='Line_43' data-name='Line 43' y2='17.578' transform='translate(12.43 0) rotate(45)' fill='none' stroke='%23003431' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  --bs-accordion-btn-icon-width: 2.25rem;
}

.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

@media (min-width: 767px) {
  .w-md-100 {
    width: 100% !important;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #003431;
}
@media (max-width: 768px) {
  #footer {
    margin-bottom: 3em;
  }
}
#footer .footer-top {
  padding: 3em 0 0;
  background: #003431;
  box-shadow: 0px 2px 15px rgba(0, 52, 49, 0.1);
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  /* font-size: 22px; */
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  /* font-weight: 700; */
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Pangea", sans-serif;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 1rem;
  /* font-weight: bold; */
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top h5 {
  font-size: 0.875rem;
  /* font-weight: bold; */
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-nav-break {
  margin: 0 0 2rem;
  color: inherit;
  border: 0;
  border-top: 2px solid #fff;
  opacity: 1;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: underline;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
  color: #fff;
}
#footer .footer-top .footer-links a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: underline;
}
#footer .footer-top .footer-links a:hover {
  text-decoration: underline;
  color: #fff;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  /* font-size: 16px;
  font-weight: bold; */
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #06fff1;
}
#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #003431;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type=submit]:hover {
  background: #004e49;
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}
#footer .social-links a {
  font-size: 3em;
  display: inline-block;
  background: #003431;
  color: #fff;
  line-height: 1;
  padding: 0;
  margin-left: 4px;
  border-radius: 50%;
  text-align: right;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  /* background: lighten($primary, 5); */
  color: #A1CE6B;
  text-decoration: none;
}
#footer a.footer-logo {
  display: inline-block;
}
#footer a.footer-logo img {
  width: 7em;
  margin: 0 1em 0 0;
}
@media (max-width: 768px) {
  #footer a.footer-logo img {
    width: 9em;
    margin: 0 1em;
  }
}

.rate-calculator input[type=text] {
  border: none;
  border-radius: 20px;
  /* background-color: rgb(236, 245, 225); */
  background-color: #E6F3F0;
  height: 40px;
  padding: 0 15px;
  max-width: 100%;
}

.calc-note {
  background-color: #E6F3F0;
  padding: 1em 2em;
  font-size: 0.875rem;
  font-style: italic;
  position: relative;
}

.calc-icon {
  position: absolute;
  top: 0em;
  left: -2.5em;
  width: 5em;
}
@media (max-width: 768px) {
  .calc-icon {
    top: -2.75em;
    left: 0.5em;
  }
}/*# sourceMappingURL=style.css.map */