html {
  /* Used to fix an old iOS bug */
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-text-size-adjust: 100%;
}

body {
  box-shadow: 3px 3px 20px 3px #ccc;
  color: #000;
  font-family: "usual", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
  max-width: 1920px;
}

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

.text-black { color:#000; }

.alert-msg { position:relative; background:#176355; display:none; opacity:0; transition:all 350ms ease; }
html.has-alert .alert-msg { display:block; opacity:1; }
.alert-msg .container { font-size:.9rem; line-height:1.5; position:relative; }
.alert-msg .alert-text, .alert-msg .alert-link { display:inline-block; }
.alert-msg .alert-text p { display:inline; margin:0; }
.alert-msg .alert-link { display:inline-block; color:#fff; font-weight:500; text-underline-offset:.35em; text-decoration:underline; text-decoration-color:#77dbc8; transition:all 200ms ease; padding-left:.2rem; padding-right:.2rem; }
.alert-msg .alert-link:hover, .alert-msg .alert-link:active, .alert-msg .alert-link:focus { text-decoration-color:#fff; }
.alert-msg .close { position:absolute; right:.5rem; font-weight:200; color:#fff; text-shadow:none; opacity:.9; transition:opacity 200ms ease; outline:none; }
.alert-msg .close span { font-size:2rem; line-height:1rem; }
.row-offcanvas.row-offcanvas-top.active .alert-msg { display:none !important; }

.alert.policy-msg { display:none; width:auto !important; text-align:left; opacity:0 !important; color:#fff; background:transparent; transition:all 350ms ease; margin:0; position:relative; z-index:8; overflow:hidden; position:fixed; top:auto !important; bottom:0; right:0; left:0; box-shadow:0 0 .25rem rgba(0,0,0,.15); padding:1.5rem .75rem !important; -webkit-backdrop-filter:blur(8px); backdrop-filter:blur(8px); }
.alert.policy-msg:before { content:''; position:absolute; inset:0; opacity:.9; background:#176355; z-index:-1; }
.alert.policy-msg .close { opacity:.0rem; padding:0 .5rem; transition:opacity 350ms ease; }
.alert.policy-msg .close span { font-weight:300; font-size:30px; }
.alert.policy-msg .close:hover { opacity:1; }
.alert.policy-msg .alert-text { text-align:left; font-size:14px; font-weight:300; line-height:1.35; margin:0 1rem 1rem 0; }
.alert.policy-msg .alert-text p { text-align:inherit; font-size:inherit; color:inherit; }
.alert.policy-msg .container-sm { font-size:.85rem; }
.alert.policy-msg .primary-btn { font-size:.8rem; padding:.25rem 2.5rem; font-weight:600; border:none; margin:0; }
.alert.policy-msg .primary-btn:hover { background-color:#0f9a80; }
.alert.policy-msg a { color:#fff; font-weight:500; text-decoration-line:underline !important; text-underline-offset:2px; text-decoration-color:#ff9f19 !important; }
html.has-policy .alert.policy-msg { display:block; opacity:1 !important; }
.alert.policy-msg { bottom:88px; border-bottom:2px solid #fff; }

@media (min-width: 768px) {
  .alert.policy-msg { left:auto; bottom:.5rem; right:.5rem; max-width:340px; border:none !important; }
}

.outpatient {
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 1199px) {
  .outpatient {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .outpatient {
    display: block;
  }
}

.outpatient .feature-content-box {
  margin-bottom: 0;
}

.outpatient .feature-content-box .box-top {
  padding: 60px 60px 20px;
}

@media (max-width: 767px) {
  .outpatient .feature-content-box .box-top {
    padding: 40px 40px 20px;
  }
}

.outpatient .line {
  border-top: 1px solid #fff;
  margin-bottom: 40px;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .outpatient .line {
    border-top: 0;
  }
}

.outpatient .main-logos {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .outpatient .main-logos {
    margin-top: 40px;
    text-align: center;
  }
}

.outpatient .main-logos .right {
  text-align: right;
}

@media (max-width: 767px) {
  .outpatient .main-logos .right {
    margin-top: 10px;
    text-align: center;
  }
}

.outpatient .logo-row {
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 767px) {
  .outpatient .logo-row {
    display: none;
  }
}

.outpatient .logo-row .col-6 {
  margin-bottom: 35px;
}

.logo-expand {
  display: none;
}

@media (max-width: 767px) {
  .logo-expand {
    display: -webkit-box;
    display: flex;
  }
}

.logo-expand .logo-wrapper {
  -webkit-box-align: center;
  align-items: center;
  background: #11ac8f;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
}

.logo-expand .btn-primary {
  -webkit-box-align: center;
  align-items: center;
  background: #0f9a80;
  border-radius: 0;
  border:0;
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: -80px;
  padding: 24px;
  text-align: center;
  width: 100%;
  z-index: 9;
}

.logo-expand .col-6 {
  padding: 30px;
}

.logo-expand .btn-primary[aria-expanded="false"]::after {
  content: "\f078";
  font-family: "Font Awesome 5 free", sans-serif;
  font-weight: 900;
  margin-left: 30px;
}

.logo-expand .btn-primary[aria-expanded="true"]::after {
  content: "\f077";
  font-family: "Font Awesome 5 free", sans-serif;
  font-weight: 900;
  margin-left: 30px;
}

.outpatient {
  -webkit-box-align: end;
  align-items: flex-end;
  background-position: center center !important;
  background-size: cover !important;
  display: -webkit-box;
  display: flex;
  min-height: 810px;
  position: relative;
  padding-top:40px; padding-bottom:40px; /*margin-top:40px; margin-bottom:40px;*/
}

.outpatient::after {
  content: "";
  min-height: inherit;
}

.outpatient .col-lg-5 {
  z-index: 9;
}

.outpatient .col.line { width:100%; margin-left:0; margin-right:0; }

.outpatient .feature-content-box {
  /*margin-bottom: -100px; */
  z-index: 9;
}


.outpatient .feature-content-box .box-top {
  background-color: #11ac8f;
  background-position: bottom right;
  background-repeat: no-repeat;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  color: #fff;
  padding: 60px;
}

@media (max-width: 767px) {
  .outpatient .feature-content-box .box-top {
    background-size: 80%;
    padding: 40px 40px 10px;
  }
}

.outpatient .feature-content-box .box-top .top-title {
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.outpatient .feature-content-box .box-top p {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1.2px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .outpatient .feature-content-box .box-top p {
    font-size: 14px;
    line-height: 24px;
  }
}

.outpatient .feature-content-box .box-top h3 {
  font-size: 36px;
  line-height: 46px;
  margin: 20px 0;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .outpatient .feature-content-box .box-top h3 {
    font-size: 27px;
    line-height: 37px;
    margin-right: 0;
  }
}

.outpatient .feature-content-box .box-top img {
  width: 115px;
}

.outpatient .feature-content-box .button {
  background: #ff9f19;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  color: #fff;
  display: block;
  font-size: 22px;
  height: 100px;
  padding: 35px 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .outpatient .feature-content-box .button {
    height: 80px;
    padding: 25px 50px;
  }
}

.outpatient .feature-content-box .button:hover {
  background: #ffd52f;
  text-decoration: none;
}




/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  z-index: 1030;
}

@media (max-width: 1199px) {
  #header {
    border-bottom: 1px solid #e8e8e8;
  }
}

#header .menu-box {
  min-height: 155px;
  min-width: 80%;
}

@media (max-width: 1199px) {
  #header .menu-box {
    min-height: inherit;
    min-width: 70%;
  }
}

@media (max-width: 767px) {
  #header .menu-box {
    min-width: inherit;
  }
}

#header .logo-box {
  border-right: 1px solid #e8e8e8;
  max-width: 20%;
  padding-bottom: 15px;
  padding-left: 20px;
}

@media (max-width: 1199px) {
  #header .logo-box {
    max-width: 30%;
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  #header .logo-box {
    max-width: inherit;
  }
}

#header .logo {
  margin-top: 15px;
}

@media (max-width: 1199px) {
  #header .logo {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  #header .logo {
    width: 180px;
  }
}

#header .secondary {
  background: #f4f5f6;
}

#header ul.secondary-menu {
  float: right;
  margin: 0;
  margin-right: 15px;
}

@media (max-width: 1268px) {
  #header ul.secondary-menu {
    margin-right: 0;
  }
}

@media (max-width: 1199px) {
  #header ul.secondary-menu {
    display: none;
  }
}

#header ul.secondary-menu li {
  display: inline-block;
  font-size: 13px;
  letter-spacing: 1.3px;
  list-style: none;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

@media (max-width: 1318px) {
  #header ul.secondary-menu li {
    letter-spacing: 0.5px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#header ul.secondary-menu li:hover {
  background: #cfcfcf;
}

#header ul.secondary-menu li.current-menu-item {
  background: #cfcfcf;
}

#header ul.secondary-menu li.menu-item-has-children::after {
  color: #4d4d4d;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
}

#header ul.secondary-menu li ul {
  background: #4d4d4d;
  color: #fff;
  display: none;
  left: 0;
  min-width: 215px;
  padding: 15px;
  position: absolute;
  top: 100%;
  z-index: 999;
}

#header ul.secondary-menu li ul li {
  display: block;
  line-height: 1.5;
  padding: 5px 0;
  padding-bottom: 5px;
  padding-top: 3px;
  white-space: nowrap;
  width: 100%;
}

#header ul.secondary-menu li ul li.current-menu-item {
  background: none;
  font-weight: 700;
}

#header ul.secondary-menu li ul li:hover {
  background: none !important;
  text-decoration: underline;
}

#header ul.secondary-menu li ul li a {
  color: #fff;
  display: block;
  line-height: 1;
  text-transform: capitalize;
  width: 100%;
}

#header ul.secondary-menu li ul li a:hover {
  background: none !important;
  text-decoration: underline;
}

#header ul.secondary-menu li:hover ul {
  display: block;
}

#header ul.secondary-menu li a {
  color: #4d4d4d;
  line-height: 2.5;
  padding-bottom: 8px;
  padding-top: 8px;
  text-decoration: none;
}

@media screen and (min-width: 1199px) {
  #header .hamburger {
    display: none;
  }
}

#header .header-buttons {
  width: 70%;
}

#header .header-buttons .cta-btn {
  -webkit-box-align: center;
  align-items: center;
  background: #176355;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  line-height: normal;
  margin: 10px 0;
  margin-right: 15px;
  min-height: 55px;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

#header .header-buttons .cta-btn:first-child {
  background: #ff9f19;
}

#header .header-buttons .cta-btn:first-child:active {
  background: #ff9f19;
}

#header .header-buttons .cta-btn:first-child:hover {
  background: #176355;
}

@media (max-width: 1652px) {
  #header .header-buttons .cta-btn {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}

@media (max-width: 1508px) {
  #header .header-buttons .cta-btn {
    font-size: 12px;
  }
}

@media (max-width: 1367px) {
  #header .header-buttons .cta-btn {
    font-size: 11px;
  }
}

@media (max-width: 1264px) {
  #header .header-buttons .cta-btn {
    font-size: 10px;
  }
}

#header .header-buttons .cta-btn img {
  margin-right: 10px;
  width: 28px;
}

@media (max-width: 1540px) {
  #header .header-buttons .cta-btn img {
    width: 24px;
  }
}

@media (max-width: 1297px) {
  #header .header-buttons .cta-btn img {
    width: 18px;
  }
}

#header .header-buttons .cta-btn:hover {
  background: #ff9f19;
  color: #fff;
  text-decoration: none;
}

#header .header-buttons .cta-btn:visited {
  color: #fff;
}

#header .header-buttons .cta-btn.active {
  background: #11ac8f;
}

#header .header-center {
  display: -webkit-box;
  display: flex;
  margin-top: 25px;
}

@media (max-width: 1199px) {
  #header .header-center {
    display: none;
  }
}

#header .header-center .member-tagline {
  color: #4d4d4d;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: normal;
  margin-left: 30px;
  margin-top: 30px;
  width: 25%;
}

@media (max-width: 1464px) {
  #header .header-center .member-tagline {
    font-size: 11px;
    margin-left: 15px;
    width: 30%;
  }
}

#header .member-tagline-mobile {
  color: #4d4d4d;
  display: none;
  float: left;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: normal;
  margin-top: 5.5%;
}

@media (max-width: 1199px) {
  #header .member-tagline-mobile {
    display: block;
  }
}

@media (max-width: 767px) {
  #header .member-tagline-mobile {
    display: none;
  }
}

#header .mobile-menu {
  -webkit-box-align: center;
  align-items: center;
  display: none !important;
}

@media (max-width: 1199px) {
  #header .mobile-menu {
    display: -webkit-box !important;
    display: flex !important;
  }
}

#header .mobile-menu .mm-search,
#header .mobile-menu .mm-menu {
  -webkit-box-align: center;
  align-items: center;
  border-left: 1px solid #e8e8e8;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 115px;
}

.header-ctas {
  display: none;
}

@media (max-width: 1199px) {
  .header-ctas {
    display: block;
  }
}

@media (max-width: 768px) {
  .header-ctas {
    display: none;
  }
}

.header-ctas .col-6 {
  display: -webkit-box;
  display: flex;
  padding: 0;
}

.header-ctas .order {
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.header-ctas .cta-box {
  -webkit-box-align: center;
  align-items: center;
  background: #11ac8f;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 80px;
  text-align: center;
}

.header-ctas .cta-box::after {
  content: "";
  min-height: inherit;
}

.header-ctas .cta-box.white-border {
  margin-left: 2px;
}

.header-ctas .cta-box .cta-btn {
  -webkit-box-align: center;
  align-items: center;
  background: transparent;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 17px;
  font-weight: 600;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.header-ctas .cta-box .cta-btn img {
  margin-right: 10px;
  width: 35px;
}

@media (max-width: 767px) {
  .header-ctas .cta-box .cta-btn img {
    display: none;
  }
}

.header-ctas .cta-box .cta-btn a {
  color: #fff;
}

.header-ctas .cta-box .cta-btn:hover {
  background: #176355;
  color: #fff;
  text-decoration: none;
}

.header-ctas .cta-box .cta-btn:visited {
  color: #fff;
}

/*--------------------------------------------------------------
	Sticky Header
--------------------------------------------------------------*/
.sticky-header {
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.75);
  display: none;
  max-width: 1920px;
  -webkit-transition: 4s ease-in;
  transition: 4s ease-in;
  width: 100%;
}

.sticky-header .sticky-primary {
  -webkit-box-align: center;
  align-items: center;
}

.sticky-header .sticky-logo-box {
  border-right: 1px solid #e8e8e8;
}

.sticky-header .sticky-logo-box img {
  padding: 8px 20px 8px 30px;
}

@media (max-width: 1350px) {
  .sticky-header .sticky-logo-box img {
    width: 100%;
  }
}

.sticky-header .sticky-header-buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  white-space: nowrap;
}

@media (max-width: 1635px) {
  .sticky-header .sticky-header-buttons {
    display: unset;
  }
}

.sticky-header .sticky-header-buttons .cta-btn {
  -webkit-box-align: center;
  align-items: center;
  background: #176355;
  border-radius: 50px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 2;
  margin: 10px 0;
  margin-right: 5px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 245px;
}

@media (max-width: 1480px) {
  .sticky-header .sticky-header-buttons .cta-btn {
    width: inherit;
  }
}

@media (max-width: 1480px) {
  .sticky-header .sticky-header-buttons .cta-btn {
    font-size: 10px;
  }
}

.sticky-header .sticky-header-buttons .cta-btn:first-child {
  background: #ff9f19;
}

.sticky-header .sticky-header-buttons .cta-btn:first-child:active {
  background: #ff9f19;
}

.sticky-header .sticky-header-buttons .cta-btn:first-child:hover {
  background: #176355;
}

.sticky-header .sticky-header-buttons .cta-btn img {
  margin-right: 5px;
  width: 18px;
}

@media (max-width: 1480px) {
  .sticky-header .sticky-header-buttons .cta-btn img {
    width: 15px;
  }
}

.sticky-header .sticky-header-buttons .cta-btn:hover {
  background: #ff9f19;
  color: #fff;
  text-decoration: none;
}

.sticky-header .sticky-header-buttons .cta-btn:visited {
  color: #fff;
}

.sticky-header .sticky-header-buttons .cta-btn.active {
  background: #11ac8f;
}

.sticky-header .sticky-primary-menu {
  list-style: none;
  margin: 0;
  margin-left: 20px;
  padding: 0;
}

@media (max-width: 1658px) {
  .sticky-header .sticky-primary-menu {
    margin-left: 0;
  }
}

.sticky-header .sticky-primary-menu .two-column {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  min-width: 600px;
}

@media (max-width: 1300px) {
  .sticky-header .sticky-primary-menu .two-column {
    min-width: 500px;
  }
}

.sticky-header .sticky-primary-menu .two-column li {
  margin-bottom: 5px;
  white-space: normal;
}

.sticky-header .sticky-primary-menu .two-column li a {
  line-height: 1.6 !important;
}

.sticky-header .sticky-primary-menu li {
  float: left;
  list-style: none;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

.sticky-header .sticky-primary-menu li.current-menu-parent > a {
  border-bottom: 1px solid #176355;
}

.sticky-header .sticky-primary-menu li.current_page_item > a {
  border-bottom: 1px solid #176355;
}

.sticky-header .sticky-primary-menu li.menu-item-has-children::after {
  color: #77dbc8;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 2px;
}

.sticky-header .sticky-primary-menu li ul {
  background: #176355;
  color: #fff;
  display: none;
  left: 0;
  min-width: 215px;
  padding: 20px 25px 15px;
  position: absolute;
  top: 100%;
  z-index: 999;
}

.sticky-header .sticky-primary-menu li ul li {
  display: block;
  line-height: 1.5;
  margin-right: 0;
  padding: 5px 0;
  white-space: nowrap;
  width: 100%;
}

.sticky-header .sticky-primary-menu li ul li:first-child {
  border-top: 0;
}

.sticky-header .sticky-primary-menu li ul li.current-menu-item {
  font-weight: 700;
  text-decoration: underline;
}

.sticky-header .sticky-primary-menu li ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  padding-bottom: 0;
  text-transform: capitalize;
  width: 100%;
}

.sticky-header .sticky-primary-menu li ul li a:hover {
  background: none !important;
  text-decoration: underline;
}

.sticky-header .sticky-primary-menu li:hover ul {
  display: block;
}

.sticky-header .sticky-primary-menu a {
  color: #11ac8f;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.9;
  padding-bottom: 4px;
}

@media (max-width: 1480px) {
  .sticky-header .sticky-primary-menu a {
    font-size: 13px;
  }
}

@media (max-width: 1281px) {
  .sticky-header .sticky-primary-menu a {
    font-size: 10px;
  }
}

@media screen and (min-width: 1199px) {
  .sticky-header .sticky-primary-menu {
    display: block;
  }
}

.sticky-header.sticky-head {
  background: #fff;
  display: -webkit-box;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 9999;
}

@media (max-width: 1199px) {
  .sticky-header.sticky-head {
    display: none;
  }
}

/*--------------------------------------------------------------
	Search
--------------------------------------------------------------*/
.header-search {
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 35px;
  top: 15px;
}

.m-header-search {
  color: #000;
  cursor: pointer;
  font-size: 26px;
}

#search-bar {
  background: #176355;
  display: none;
  padding: 30px;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

#search-bar .close-search {
  color: #fff;
  cursor: pointer;
  font-size: 19px;
  position: absolute;
  right: 35px;
  top: 45px;
}

@media (max-width: 1199px) {
  #search-bar .close-search {
    margin-bottom: 20px;
    position: unset;
    text-align: right;
  }
}

#search-bar .close-search .fas {
  margin-left: 10px;
}

#search-bar form {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 50%;
}

@media (max-width: 1199px) {
  #search-bar form {
    width: 100%;
  }
}

#search-bar button[type="submit"] {
  background: #fff;
  border: none;
  color: #11ac8f !important;
  cursor: pointer;
  font-size: 19px;
  position: absolute;
  right: 15px;
  top: 15px;
}

#search-bar label {
  margin-bottom: 0;
  width: 100%;
}

#search-bar label input {
  background: #fff;
  border: none;
  border-radius: 50px;
  font-size: 19px;
  padding: 15px 30px;
  width: 100%;
}

#search-bar input:focus {
  outline: none;
}

/*--------------------------------------------------------------
	Some Global Stuff
--------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

a {
  color: #11ac8f;
}

a:visited {
  color: #11ac8f;
}

a:active {
  color: #11ac8f;
}

a:hover {
  color: #176355;
}

@media screen and (max-width: 767px) {
  .row {
    padding-left: 0;
    padding-right: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "usual", sans-serif;
}

h3 {
  letter-spacing: 1px;
}

.primary-btn {
  background: #ff9f19;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
  padding: 15px 60px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.primary-btn:hover {
  background: #11ac8f;
  color: #fff;
  text-decoration: none;
}

.primary-btn:visited {
  color: #fff;
}

.secondary-btn {
  background: #176355;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
  padding: 15px 60px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.secondary-btn:hover {
  background: #0f9a80;
  color: #fff;
  text-decoration: none;
}

.secondary-btn:visited {
  color: #fff;
}

.outline-btn {
  background: transparent;
  border: 3px solid #77dbc8;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
  padding: 15px 60px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.outline-btn:hover {
  background: #11ac8f;
  color: #fff;
  text-decoration: none;
}

.outline-btn:visited {
  color: #fff;
}

@media (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.share-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}

.share-icons li {
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 600px) {
  .share-icons li {
    margin: 10px;
  }
}

.share-icons li a {
  text-decoration: none;
}

.share-icons li a:hover {
  color: #000;
}

.share-icons .social-btn {
  -webkit-box-align: center;
  align-items: center;
  background: #f2f4f4;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
  justify-content: center;
  width: 50px;
}

.share-icons .share {
  font-family: "usual", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .share-icons .share {
    display: block;
    margin-top: 15px;
    width: 100%;
  }
}

a.all-stories {
  color: #231f20 !important;
  font-family: "usual", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

a.all-stories img {
  margin-right: 15px;
}

a.all-stories:visited {
  color: #231f20 !important;
}

/*--------------------------------------------------------------
	Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

@media screen and (max-width: 580px) {
  .alignleft {
    display: block;
    float: none;
    margin-right: 0;
  }
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

@media screen and (max-width: 580px) {
  .alignright {
    display: block;
    float: none;
    margin-left: 0;
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
	Primary Menu
--------------------------------------------------------------*/
nav {
  background: #11ac8f;
  padding: 9px 0;
  padding-left: 35px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  nav {
    display: none;
  }
}

.primary-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-menu .two-column {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  column-gap: 40px;
  min-width: 600px;
}

@media (max-width: 1300px) {
  .primary-menu .two-column {
    min-width: 500px;
  }
}

.primary-menu .two-column li {
  margin-bottom: 5px;
  white-space: normal;
}

.primary-menu .two-column li a {
  line-height: 1.6 !important;
}

.primary-menu li {
  float: left;
  list-style: none;
  margin-right: 60px;
  padding-right: 20px;
  position: relative;
}

@media (max-width: 1467px) {
  .primary-menu li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .primary-menu li {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.primary-menu li.current-menu-parent > a {
  border-bottom: 3px solid #176355;
}

.primary-menu li.current_page_item > a {
  border-bottom: 3px solid #176355;
}

.primary-menu li.menu-item-has-children::after {
  color: #fff;
  content: "\f0d7";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 5px;
}

.primary-menu li ul {
  background: #176355;
  color: #fff;
  display: none;
  left: 0;
  min-width: 215px;
  padding: 20px 25px 15px;
  position: absolute;
  top: 42px;
  z-index: 999;
}

.primary-menu li ul li {
  display: block;
  line-height: 1.5;
  margin-right: 0;
  padding: 5px 0;
  white-space: nowrap;
  width: 100%;
}

.primary-menu li ul li:first-child {
  border-top: 0;
}

.primary-menu li ul li.current-menu-item {
  font-weight: 700;
  text-decoration: underline;
}

.primary-menu li ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding-bottom: 0;
  text-transform: capitalize;
  width: 100%;
}

.primary-menu li ul li a:hover {
  background: none !important;
  text-decoration: underline;
}

.primary-menu li:hover ul {
  display: block;
}

.primary-menu li a:not([href]):hover {
  color: #fff;
}

.primary-menu a {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.9;
  padding-bottom: 14px;
}

@media screen and (min-width: 1199px) {
  .primary-menu {
    display: block;
  }
}

/*--------------------------------------------------------------
	Front Page
--------------------------------------------------------------*/
.alert {
  background: #176355;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  opacity: 0.9 !important;
  padding: 30px 50px;
  position: absolute;
  right: 30px;
  text-align: center;
  width: 400px;
  z-index: 9;
}

.alert .read-more {
  border-bottom: 1px solid #77dbc8;
  color: #fff;
  font-size: 19px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.alert .close {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  opacity: 1;
  position: absolute;
  right: 10px;
  text-shadow: none;
}

.alert p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  z-index: 9;
}

@media (max-width: 1199px) {
  .alert {
    top: 200px;
  }
}

@media (max-width: 768px) {
  .alert {
    left: 0;
    padding: 10px 20px 15px;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
  }
  .alert p {
    font-size: 15px;
    margin-bottom: 8px;
    margin-right: 30px;
  }
  .alert .read-more {
    font-size: 15px;
  }
}

.hero {
  -webkit-box-align: center;
  align-items: center;
  background-position: center center !important;
  background-size: cover !important;
  display: -webkit-box;
  display: flex;
  height: 750px;
  position: relative;
}

.hero.small-hero {
  height: 518px;
}

.hero::after {
  content: "";
  min-height: inherit;
}

@media (max-width: 767px) {
  .hero {
    height: auto;
    min-height: 342px;
    padding: 50px 0;
  }
  .hero.small-hero {
    height: auto;
  }
}

.hero .primary-btn {
  margin-right: 10px;
  min-width: 250px;
  padding: 15px;
}

@media (max-width: 767px) {
  .hero .primary-btn {
    text-align: center;
    width: 100%;
  }
}

.hero .hero-text {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .hero .hero-text {
    margin-bottom: 24px;
  }
}

.hero h1 {
  color: #fff;
  font-size: 55px;
  letter-spacing: 1px;
  line-height: 65px;
  margin-bottom: 30px;
  padding-right: 10%;
}

@media (max-width: 1199px) {
  .hero h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 1024px) {
  .hero h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .hero h1 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 24px;
    padding-right: 15px;
  }
}

.hero button {
  border: 0;
  cursor: pointer;
}

.hero .modal {
  margin-top: 5%;
}

.hero .embed-container {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.hero .embed-container iframe,
.hero .embed-container object,
.hero .embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 576px) {
  .hero .modal-dialog {
    max-width: 600px;
  }
}

.hero .date {
  color: #fff;
  display: block;
  font-size: 26px;
  margin-bottom: 30px;
}

.hero .ul-logo {
  margin-bottom: 30px;
}

.hero .billboard-title {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .hero .billboard-title {
    text-align: center;
  }
}

.location-search {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  min-height: 150px;
  padding: 15px 50px;
}

@media (max-width: 1540px) {
  .location-search {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .location-search {
    padding: 60px 30px;
  }
}

.location-search .loco-pin {
  float: left;
  height: 40px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .location-search .loco-pin {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.location-search .col-12 {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}

.location-search .search-headline {
  text-align: center;
}

.location-search .search-headline .fa-map-marker-alt {
  color: #11ac8f;
  display: inline-block;
}

@media (max-width: 600px) {
  .location-search .search-headline .fa-map-marker-alt {
    display: block;
  }
}

.location-search .search-headline h2 {
  font-size: 1.7vw;
}

@media (max-width: 991px) {
  .location-search .search-headline h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .location-search .search-headline h2 {
    line-height: 38px;
  }
}

.location-search .loco-link {
  border-bottom: 2px solid #77dbc8;
  color: #231f20;
  font-size: 23px;
  padding-bottom: 4px;
  text-align: center;
}

@media (max-width: 991px) {
  .location-search .loco-link {
    display: inline-block;
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .location-search .search-wrapper {
    display: none;
  }
}

.location-search .search-wrapper form {
  position: relative;
}

.location-search .search-wrapper label {
  margin-bottom: 0.5rem;
  margin-right: -5px;
  width: 100%;
}

.location-search .search-wrapper input[type="search"] {
  background: #e8e8e8;
  border: none;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  font-size: 20px;
  height: 60px;
  padding: 10px 20px;
  text-align: center;
  width: 90%;
}

.location-search .search-wrapper input[type="submit"] {
  background: #11ac8f;
  border: 0;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  color: #fff;
  font-size: 20px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}

.billboard {
  -webkit-box-align: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  height: 750px;
  position: relative;
}

.billboard::after {
  content: "";
  min-height: inherit;
}

@media (max-width: 767px) {
  .billboard .primary-btn {
    text-align: center;
    width: 100%;
  }
}

.billboard .billboard-text {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .billboard .billboard-text {
    text-align: center;
  }
}

.billboard .billboard-title {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .billboard .billboard-title {
    text-align: center;
  }
}

.billboard h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 55px;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .billboard h2 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .billboard h2 {
    font-size: 35px;
    line-height: 45px;
    padding-right: inherit;
    text-align: center;
  }
}

.billboard .primary-btn {
  margin-top: 20px;
}

.billboard .quick-links {
  background: #176355;
  border-radius: 15px;
  opacity: 0.9;
  padding: 40px 25px 20px;
}

@media (max-width: 767px) {
  .billboard .quick-links {
    display: none;
  }
}

.billboard .quick-links ul {
  list-style: none;
  padding: 0;
  z-index: 9;
}

.billboard .quick-links ul li {
  border-bottom: 2px solid #77dbc8;
  display: inline-block;
  font-size: 23px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media (max-width: 1399px) {
  .billboard .quick-links ul li {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .billboard .quick-links ul li {
    font-size: 15px;
    line-height: normal;
  }
}

.billboard .quick-links ul li a {
  color: #fff;
  text-decoration: none;
}

.billboard .quick-links ul li a:hover {
  opacity: 0.8;
}

.aches-and-pains {
  padding: 125px 0;
  text-align: center;
}

@media (max-width: 991px) {
  .aches-and-pains .container {
    max-width: 991px;
  }
}

@media (max-width: 576px) {
  .aches-and-pains {
    padding: 75px 0;
  }
}

.aches-and-pains h2 {
  font-size: 45px;
  line-height: 55px;
}

@media (max-width: 576px) {
  .aches-and-pains h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

.aches-and-pains .pains {
  list-style: none;
  margin: 50px 10% 40px;
  padding: 0;
}

@media (max-width: 1599px) {
  .aches-and-pains .pains {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media (max-width: 1399px) {
  .aches-and-pains .pains {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 1399px) {
  .aches-and-pains .pains {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 576px) {
  .aches-and-pains .pains {
    margin-left: -38px;
    margin-right: -38px;
  }
}

.aches-and-pains .pains li {
  background: #176355;
  border-radius: 15px;
  display: inline-block;
  height: 190px;
  margin-bottom: 15px;
  margin-left: 7.5px;
  margin-right: 7.5px;
  overflow: hidden;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 190px;
}

.aches-and-pains .pains li a:hover {
  text-decoration: none !important;
}

.aches-and-pains .pains li:not(.pains-no-hover):hover {
  background: #11ac8f;
}

@media (max-width: 1199px) {
  .aches-and-pains .pains li {
    height: 160px;
    width: 160px;
  }
}

@media (max-width: 768px) {
  .aches-and-pains .pains li {
    border-radius: 0;
    height: 100px;
    margin-bottom: 1px;
    margin-left: 0;
    margin-right: 2px;
    width: 48%;
  }
}

.aches-and-pains .pains li .icon-box {
  height: 115px;
  padding: 10px;
  width: 100%;
  z-index: 1;
}

@media (max-width: 1199px) {
  .aches-and-pains .pains li .icon-box {
    height: 90px;
  }
}

@media (max-width: 768px) {
  .aches-and-pains .pains li .icon-box {
    float: right;
    height: 80px;
    width: inherit;
  }
}

.aches-and-pains .pains li .icon-box img {
  height: 100%;
  width: auto;
  z-index: 9;
}

.aches-and-pains .pains li .name {
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  text-decoration: none !important;
  width: 100%;
}

@media (max-width: 1199px) {
  .aches-and-pains .pains li .name {
    font-size: 16px;
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .aches-and-pains .pains li .name {
    -webkit-box-pack: left;
    justify-content: left;
    left: 15px;
    position: absolute;
    text-align: left;
    top: 25px;
    width: 90%;
  }
}

.aches-and-pains .primary-btn.btn-left {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .aches-and-pains .primary-btn.btn-left {
    margin-right: inherit;
  }
}

.uplifted .uplifted-wrapper {
  background-position: center center !important;
  background-size: cover !important;
  border-right: 2px solid #fff;
  min-height: 650px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.uplifted .uplifted-wrapper .ul-logo {
  left: 60px;
  position: absolute;
  top: 60px;
  width: 118px;
}

@media (max-width: 991px) {
  .uplifted .uplifted-wrapper .ul-logo {
    left: 30px;
    top: 30px;
  }
}

@media (max-width: 991px) {
  .uplifted .uplifted-wrapper {
    display: none;
  }
  .uplifted .uplifted-wrapper:first-child {
    display: block;
  }
}

.uplifted .uplifted-wrapper:last-child {
  border-right: none;
}

.uplifted .uplifted-wrapper:hover::after {
  opacity: 0;
}

.uplifted .uplifted-wrapper::after {
  background: #77dbc8;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: absolute;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

@media (max-width: 1024px) {
  .uplifted .uplifted-wrapper::after {
    display: none;
  }
}

.uplifted .uplifted-wrapper .uplifted-content {
  bottom: 70px;
  color: #fff;
  left: 60px;
  position: absolute;
  right: 60px;
  z-index: 9;
}

@media (max-width: 991px) {
  .uplifted .uplifted-wrapper .uplifted-content {
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
}

.uplifted .uplifted-wrapper .uplifted-content h3 {
  font-size: 32px;
  z-index: 9;
}

@media (max-width: 1199px) {
  .uplifted .uplifted-wrapper .uplifted-content h3 {
    font-size: 24px;
  }
}

.uplifted .uplifted-wrapper .uplifted-content h3 a {
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.uplifted .uplifted-wrapper .uplifted-content h3 a:hover {
  opacity: 0.9;
  text-decoration: none;
}

.uplifted .uplifted-wrapper .uplifted-content .pre-title {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 9;
}

.uplifted .uplifted-wrapper .excerpt,
.uplifted .uplifted-wrapper .primary-btn {
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.uplifted .uplifted-wrapper:hover {
  cursor: pointer;
}

.uplifted .uplifted-wrapper:hover .primary-btn {
  display: inline-block;
}

.uplifted .uplifted-wrapper:hover .excerpt {
  display: block;
}

@media (max-width: 600px) {
  .uplifted .primary-btn {
    width: 100%;
  }
}

.news {
  background: #f1f1f1;
  padding: 100px 0 50px;
}

@media (max-width: 767px) {
  .news {
    padding: 50px 0;
  }
}

.news h2 {
  color: #4d4d4d;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.news .container-fluid {
  width: 90%;
}

@media (max-width: 992px) {
  .news .container-fluid {
    width: 100%;
  }
}

.news .col-md-4,
.news .col-lg-4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (max-width: 991px) {
  .news .col-md-4,
  .news .col-lg-4 {
    display: none;
  }
  .news .col-md-4:first-child,
  .news .col-lg-4:first-child {
    display: -webkit-box;
    display: flex;
  }
}

.news .news-box {
  display: -webkit-box;
  display: flex;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.news .news-wrapper {
  background: #fff;
  border: 3px solid #e8e8e8;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  margin-bottom: 15px;
}

.news .news-wrapper .news-image {
  background-position: center center !important;
  background-size: cover !important;
  height: 355px;
}

.news .news-wrapper .news-content {
  padding: 30px 15px;
}

.news .news-wrapper .news-content .date {
  color: #176355;
  text-align: center;
}

@media (max-width: 768px) {
  .news .news-wrapper .news-content .date {
    text-align: left;
  }
}

.news .news-wrapper .news-content .date .month {
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .news .news-wrapper .news-content .date .month {
    display: inline-block;
  }
}

.news .news-wrapper .news-content .date .day {
  display: block;
  font-size: 36px;
}

@media (max-width: 768px) {
  .news .news-wrapper .news-content .date .day {
    display: inline-block;
    font-size: 18px;
  }
}

.news .news-wrapper .news-content .news-details .tags {
  color: #a5a7a7;
}

@media (max-width: 768px) {
  .news .news-wrapper .news-content .news-details .tags {
    display: none;
  }
}

.news .news-wrapper .news-content .news-details .tags a {
  color: #a5a7a7;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.news .news-wrapper .news-content .news-details h3 {
  font-size: 24px;
  line-height: 34px;
}

.news .news-wrapper .news-content .news-details .read-more {
  border-bottom: 1px solid #11ac8f;
  color: #231f20;
  display: inline-block;
  margin-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news .news-wrapper .news-content .news-details .read-more:hover {
  color: #11ac8f;
}

.news .view-more-button {
  margin-top: 50px;
  text-align: center;
}

.news--ul-intro {
  padding-bottom: 0;
}

.news--ul-intro h1,
.news--ul-intro h2,
.news--ul-intro h3 {
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .news--ul-intro {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .blog .hero {
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .blog .hero h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

.blog .hero .top-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog .ul-logo {
  margin-bottom: 50px;
  max-width: 180px;
}

.blog .feed {
  padding-bottom: 20px;
  position: relative;
}

.blog .feed .feed-box {
  margin-bottom: 60px;
}

.blog .feed a {
  border-bottom: 1px solid #77dbc8;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.blog .feed h3 {
  font-size: 23px;
  line-height: 32px;
  margin-top: 20px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .post-type-archive-news .hero,
  .archive .hero {
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .post-type-archive-news .hero h1,
  .archive .hero h1 {
    font-size: 35px;
    line-height: 45px;
  }
}

.post-type-archive-news .col-md-4,
.post-type-archive-news .col-lg-4,
.archive .col-md-4,
.archive .col-lg-4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

@media (max-width: 991px) {
  .post-type-archive-news .col-md-4,
  .post-type-archive-news .col-lg-4,
  .archive .col-md-4,
  .archive .col-lg-4 {
    display: -webkit-box;
    display: flex;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
	Flexible Content Sections
--------------------------------------------------------------*/
.main {
  padding-top: 50px;
}

.main .main-column {
  padding-left: 25px;
}

.main .drayer {
  padding-left: 50px;
  padding-right: 150px;
}

@media (max-width: 1499px) {
  .main .drayer {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.main h2 {
  font-size: 36px;
  letter-spacing: 1.6px;
  margin-bottom: 10px;
}

.main .breadcrumb {
  background: none;
  color: #11ac8f;
  font-size: 13px;
  margin: 0 0 35px;
  padding: 0;
}

.main .breadcrumb span {
  margin-left: 5px;
  margin-right: 5px;
}

.main .breadcrumb span a {
  color: #9e9fa1;
}

.main .breadcrumb span:first-child {
  margin-left: 0;
}

.main .breadcrumb span.current-item {
  color: #11ac8f;
}

.main .main-sidebar {
  margin-bottom: 25px;
  z-index: 9;
}

.main .sidebar-menu {
  background: #41bda5;
  border-radius: 10px;
  margin-bottom: 25px;
  max-height: 50vh;
  overflow-y: auto;
}

.main .sidebar-menu h3 {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 10px 10px 20px 25px;
  padding-top: 15px;
  text-transform: uppercase;
}

.main .sidebar-menu ul {
  list-style: none;
  padding: 0;
}

.main .sidebar-menu ul li {
  border-top: 1px solid #0f9a80;
  font-size: 18px;
  font-weight: 100;
}

@media (max-width: 1199px) {
  .main .sidebar-menu ul li {
    font-size: 18px;
  }
}

.main .sidebar-menu ul li:hover {
  background: #176355;
}

.main .sidebar-menu ul li.current_page_item {
  border-left: 4px solid #176355;
}

.main .sidebar-menu ul li.current_page_item > a {
  color: #176355 !important;
}

.main .sidebar-menu ul li a {
  color: #fff;
  display: block;
  letter-spacing: 1px;
  line-height: 1.3;
  margin: 0 10px 0 25px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.main .sidebar-menu ul li a:hover {
  color: #fff !important;
  text-decoration: none;
}

.main .sidebar-menu .sidebar-content-screening {
  color: #fff;
  padding: 30px;
}

.main .sidebar-menu .sidebar-content-screening h3 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
  padding-top: 0;
  text-transform: capitalize;
}

.main .sidebar-menu .sidebar-content-screening p {
  font-size: 14px;
  line-height: 20px;
  margin-right: 20px;
}

@media (max-width: 1199px) {
  .main .sidebar-menu .sidebar-content-screening p {
    margin-right: 0;
  }
}

.main .sidebar-menu .sidebar-content-screening h4 {
  letter-spacing: 1.3px;
  margin-bottom: 20px;
}

.main .location-cta {
  background: #e2e2e2;
  border-radius: 10px;
  letter-spacing: 1px;
  padding: 20px;
}

.main .location-cta h3 {
  color: #4d4d4d;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
  margin-left: 20px;
  margin-top: 15px;
  text-transform: uppercase;
}

.main .location-cta .cta-btn {
  -webkit-box-align: center;
  align-items: center;
  background: #11ac8f;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  line-height: normal;
  margin-bottom: 15px;
  min-height: 55px;
  padding: 10px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.main .location-cta .cta-btn img {
  margin-right: 10px;
  width: 28px;
}

.main .location-cta .cta-btn:hover {
  background: #ff9f19;
  color: #fff;
  text-decoration: none;
}

.main .location-cta .cta-btn:visited {
  color: #fff;
}

.main .location-cta .sidebar-pay {
  padding: 10px;
}

.main .location-cta .sidebar-pay h3 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
  padding-top: 0;
  text-transform: capitalize;
}

.main .location-cta .sidebar-pay p {
  font-size: 14px;
  line-height: 20px;
}

.main .location-cta .sidebar-pay h4 {
  letter-spacing: 1.3px;
  margin-bottom: 20px;
}

.main .sidebar-form-cta {
  background: #e2e2e2;
  border-radius: 10px;
  letter-spacing: 1px;
  padding: 20px;
  margin-bottom: 25px;
}

.main .default-content {
  margin-bottom: 35px;
}

.main .default-content a {
  border-bottom: 2px solid #77dbc8;
  padding-bottom: 4px;
}

.main .default-content p {
  color: #808184;
  font-size: 21px;
  letter-spacing: 0.8px;
  line-height: 28px;
  margin-bottom: 30px;
}

.main .default-content p:last-of-type > a {
  border-bottom: 1px solid #77dbc8;
  color: #231f20;
  display: inline-block;
}

.main .default-content p:last-of-type > a:hover {
  text-decoration: none;
}

.main .default-content ul li {
  color: #808184;
  font-size: 21px;
  letter-spacing: 0.8px;
  line-height: 28px;
  margin-bottom: 10px;
}

.main .split-column,
.main .column-width,
.main .video-block,
.main .fancy-list,
.main .testimonials,
.main .three-column {
  position: relative;
}

.main .split-column.shade,
.main .column-width.shade,
.main .video-block.shade,
.main .fancy-list.shade,
.main .testimonials.shade,
.main .three-column.shade {
  padding: 80px 0;
}

.main .split-column.shade::after,
.main .column-width.shade::after,
.main .video-block.shade::after,
.main .fancy-list.shade::after,
.main .testimonials.shade::after,
.main .three-column.shade::after {
  background: #f1f1f1;
  bottom: 0;
  content: "";
  left: -488px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1920px;
  z-index: -1;
}

.main .leadership {
  padding-bottom: 100px;
}

.main .leadership-box {
  margin-bottom: 40px;
}

.main .leadership-box .name {
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: 15px;
}

.main .leadership-box .title {
  color: #696969;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: normal;
}

.main .leadership-box .circle-btn {
  -webkit-box-align: center;
  align-items: center;
  background: #e8e8e8;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: inline-flex;
  height: 45px;
  -webkit-box-pack: center;
  justify-content: center;
  margin-right: 8px;
  text-align: center;
  width: 45px;
}

.main .column-width {
  padding: 50px 0;
}

.main .column-width img {
  margin-bottom: 50px;
}

.main .column-width ul {
  margin: 0;
  padding: 0;
  padding-left: 20px;
}

.main .column-width .big ul {
  margin-top: 20px;
  padding-left: 20px;
}

.main .column-width .big ul li {
  font-size: 21px;
  margin-bottom: 10px;
}

.main .split-column {
  padding: 25px 0 55px;
}

.main .split-column .primary-btn {
  margin-bottom: 30px;
  margin-top: 30px;
}

.main .split-column h3 {
  color: #4d4d4d;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main .split-column ul {
  list-style: none;
  margin-top: 20px;
  padding: 0;
}

.main .split-column ul li {
  font-size: 21px;
  margin-bottom: 15px;
}

.main .split-column ul li a {
  border-bottom: 2px solid #77dbc8;
  color: #231f20;
  padding-bottom: 2px;
}

.main .split-column ul li a:hover {
  text-decoration: none;
}

.main .video-block {
  padding: 25px 0;
}

.main .fancy-list {
  padding: 15px 0;
}

.main .fancy-list .list-intro {
  margin-bottom: 30px;
}

.main .fancy-list .f-list {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  margin: 10px 0;
}

.main .fancy-list h3 {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main .fancy-list .list-items {
  margin-bottom: 30px;
}

.main .fancy-list .primary-btn {
  margin-bottom: 50px;
}

.main .three-column {
  padding: 25px 0;
}

.main .three-column h3 {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 30px;
  text-transform: uppercase;
}

.main .three-column .col-md-4 {
  padding-right: 5%;
}

@media (max-width: 1199px) {
  .main .three-column .col-md-4 {
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .main .three-column .col-md-4 {
    margin-bottom: 30px;
    padding-right: inherit;
  }
}

.main .three-column .primary-btn {
  min-width: 200px;
  padding: 15px;
}

.main .post-picker {
  color: #fff;
  position: relative;
}

.main .post-picker h2 {
  margin-bottom: 30px;
}

.main .post-picker .ul-logo {
  margin-bottom: 30px;
  width: 110px;
}

.main .post-picker .pre-title {
  font-weight: 700;
  letter-spacing: 1.8px;
  margin-bottom: 5px;
  text-transform: uppercase;
  z-index: 9;
}

.main .post-picker::after {
  background: #176355;
  bottom: 0;
  content: "";
  left: -652px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1920px;
  z-index: -1;
}

.main .post-picker .img-box {
  width: 634px;
}

@media (max-width: 1400px) {
  .main .post-picker .img-box {
    width: 534px;
  }
}

@media (max-width: 1200px) {
  .main .post-picker .img-box {
    width: 343px;
  }
}

@media (max-width: 991px) {
  .main .post-picker .img-box {
    padding-bottom: 50px;
    width: inherit;
  }
}

.main .post-picker .content-box {
  padding: 50px 0;
}

.main .tiles {
  padding: 25px 14px 100px;
}

.main .tiles .tile-box {
  margin-bottom: 20px;
  padding-left: 1px;
  padding-right: 1px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.main .tiles .tile-box h3 {
  color: #fff;
  font-size: 1.65rem;
  margin-bottom: 10px;
}

.main .tiles .tile-box .primary-btn {
  font-size: 18px;
  padding: 10px 30px;
}

.main .tiles .tile-box .tile-content {
  bottom: 40px;
  left: 40px;
  position: absolute;
  right: 20px;
}

.main .tiles .tile-box .tile-image-wrapper {
  background-position: center center !important;
  background-size: cover !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  min-height: 350px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.main .tiles .tile-box .tile-image-wrapper::before {
  background: #babbbb;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.main .tile-box:hover > .tile-image-wrapper {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.main .tile-box:hover > .tile-image-wrapper::before {
  opacity: 0;
}

.main .testimonials {
  padding: 25px 0;
}

.main .testimonials p:first-of-type {
  color: #176355;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 32px;
}

.main .testimonials p {
  -webkit-box-orient: vertical;
  /* stylelint-disable-line property-no-vendor-prefix */
  display: -webkit-box;
  /* stylelint-disable-line value-no-vendor-prefix */
  -webkit-line-clamp: 3;
  /* stylelint-disable-line property-no-vendor-prefix */
  overflow: hidden;
}

.main .testimonials .name {
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .main .testimonials .owl-item img {
    margin-bottom: 30px;
    width: auto;
  }
}

.main .testimonials .owl-nav {
  color: #4d4d4d;
  font-size: 60px;
  font-weight: 100;
  text-align: center;
}

.main .testimonials .owl-nav span {
  margin-right: 15px;
}

.main .testimonials .owl-nav button {
  outline: 0;
  padding-bottom: 10px !important;
}

.main .content-block {
  -webkit-box-align: center;
  align-items: center;
  background-position: center center !important;
  background-size: cover !important;
  display: -webkit-box;
  display: flex;
  min-height: 600px;
}

@media (max-width: 768px) {
  .main .content-block {
    min-height: 400px;
  }
}

.main .content-block::after {
  content: "";
  min-height: inherit;
}

.main .content-block h2 {
  color: #959696;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  margin-top: 60px;
  text-transform: uppercase;
}

.main .content-block p {
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 55px;
  padding-left: 2%;
  padding-right: 2%;
}

@media (max-width: 1199px) {
  .main .content-block p {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .main .content-block p {
    font-size: 25px;
    line-height: 35px;
  }
}

.main .content-block a {
  border-bottom: 2px solid #77dbc8;
  color: #231f20;
  padding-bottom: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.main .content-block a:hover {
  color: #11ac8f;
  text-decoration: none;
}

.main .fw-testimonials {
  padding: 155px 0 115px;
  text-align: center;
}

@media (max-width: 768px) {
  .main .fw-testimonials {
    padding: 50px 0;
  }
}

.main .fw-testimonials p {
  color: #11ac8f;
  font-size: 32px;
  font-style: italic;
  letter-spacing: 1.8px;
  line-height: 41px;
}

@media (max-width: 768px) {
  .main .fw-testimonials p {
    font-size: 25px;
    line-height: 35px;
  }
}

.main .fw-testimonials .name {
  color: #231f20;
  font-size: 18px;
  font-style: normal;
  letter-spacing: 1.5px;
  margin-top: 30px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .main .fw-testimonials .name {
    font-size: 16px;
    line-height: normal;
  }
}

.main .fw-testimonials .owl-nav {
  color: #4d4d4d;
  font-size: 60px;
  font-weight: 100;
  margin-top: 30px;
  text-align: center;
}

.main .fw-testimonials .owl-nav button {
  padding-bottom: 10px !important;
}

.main .fw-testimonials .owl-nav span {
  margin-right: 15px;
}

.main .upstream {
  background: #37539f;
  color: #fff;
  padding: 100px 0 120px;
}

.main .upstream a {
  color: #fff;
}

.main .upstream h2 {
  font-size: 44px;
  line-height: 54px;
  margin-bottom: 20px;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .main .upstream h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.main .upstream p {
  font-size: 23px;
  line-height: 33px;
}

@media (max-width: 768px) {
  .main .upstream p {
    font-size: 18px;
    line-height: 28px;
  }
}

.main .upstream .up-buttons {
  margin-top: 30px;
  text-align: center;
}

.main .upstream .up-buttons .primary-btn {
  background: #80ade1;
  margin-right: 10px;
  position: relative;
}

@media (max-width: 768px) {
  .main .upstream .up-buttons .primary-btn {
    display: block;
  }
}

.main .upstream .up-buttons .primary-btn:last-child {
  margin-right: 0;
}

.main .upstream .up-buttons .primary-btn::before {
  color: #fff;
  content: "\f04b";
  display: none;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 15px;
  font-weight: 900;
  left: 35px;
  position: absolute;
}

.main .upstream .up-buttons .primary-btn:hover::before {
  display: block;
}

.main .hzline {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 25px;
  margin-left: -500px;
  margin-top: 25px;
  width: 2000px;
}

.main .fwhzline {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 25px;
  margin-top: 25px;
  width: 100%;
}

.page-template-page-full-width .default-content, .page-template-page-full-width-two-col-hero .default-content {
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0;
  padding: 50px 0 25px;
  width: 1140px;
}

@media (max-width: 1199px) {
  .page-template-page-full-width .default-content, .page-template-page-full-width-two-col-hero .default-content {
    width: 100%;
  }
}

.page-template-page-full-width .tiles, .page-template-page-full-width-two-col-hero .tiles {
  padding: 25px 14px !important;
}

.page-template-page-full-width .tile-image-wrapper, .page-template-page-full-width-two-col-hero .tile-image-wrapper {
  min-height: 480px !important;
}

@media (max-width: 768px) {
  .page-template-page-full-width .tile-image-wrapper, .page-template-page-full-width-two-col-hero .tile-image-wrapper {
    min-height: 320px !important;
  }
}

.page-template-page-full-width .tile-content, .page-template-page-full-width-two-col-hero .tile-content {
  bottom: 80px !important;
  left: 80px !important;
  padding-top: 20px;
  right: 80px !important;
}

@media (max-width: 1199px) {
  .page-template-page-full-width .tile-content, .page-template-page-full-width-two-col-hero .tile-content {
    bottom: 20px !important;
    left: 20px !important;
    right: 20px !important;
  }
}

.page-template-page-full-width .tile-content h3, .page-template-page-full-width-two-col-hero .tile-content h3 {
  font-size: 36px !important;
}

.page-template-page-full-width .tile-content .blurb, .page-template-page-full-width-two-col-hero .tile-content .blurb {
  color: #fff;
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 1024px) {
  .page-template-page-full-width .tile-content .blurb, .page-template-page-full-width-two-col-hero .tile-content .blurb {
    display: block;
  }
}

.page-template-page-full-width .tile-box .primary-btn, .page-template-page-full-width-two-col-hero .tile-box .primary-btn {
  display: none;
}

.page-template-page-full-width .tile-box:hover .blurb, .page-template-page-full-width-two-col-hero .tile-box:hover .blurb {
  display: block;
}

.page-template-page-full-width .tile-box:hover .primary-btn, .page-template-page-full-width-two-col-hero .tile-box:hover .primary-btn {
  display: inline-block;
}

.page-template-page-full-width .fwhzline, .page-template-page-full-width-two-col-hero .fwhzline {
  border-top: 1px solid #4d4d4d;
  margin-bottom: 25px;
  margin-top: 25px;
  width: 100%;
}

/**
 * Full width 2 col hero template
 */
.page-template-page-full-width-two-col-hero .hero { height:auto; padding-top:4rem; padding-bottom:4rem; }
.page-template-page-full-width-two-col-hero .hero:after { content:''; position:absolute; inset:0; pointer-events:none; background:linear-gradient(90deg, rgba(0,0,0,.35) 25%, #e8e8e8); }
.page-template-page-full-width-two-col-hero .hero > .container { position:relative; z-index:1; }
.page-template-page-full-width-two-col-hero .hero h1 { font-weight:800; margin-bottom:1rem; }
.page-template-page-full-width-two-col-hero .hero .hero-text { color:#fff; font-size:1.5rem; line-height:1.4; }

.page-template-page-full-width-two-col-hero .hero .logo { display:block; width:auto; max-width:none; height:60px; }
.page-template-page-full-width-two-col-hero .hero .form-logo { max-width:90px; object-fit:contain; }

.page-template-page-full-width-two-col-hero .hero a,
.page-template-page-full-width-two-col-hero .hero button,
.page-template-page-full-width-two-col-hero .hero input,
.page-template-page-full-width-two-col-hero .hero select,
.page-template-page-full-width-two-col-hero .hero textarea { transition:all 350ms ease; }

.page-template-page-full-width-two-col-hero .hero .card { text-align:center; border:0; border-radius:1rem; background:rgba(255,255,255, .975); backdrop-filter:blur(6px); }
.page-template-page-full-width-two-col-hero .hero .card .card-body { padding:2.5rem 3.5rem; }

@media (max-width: 991px) { 
  .page-template-page-full-width-two-col-hero .hero .card .card-body { padding:1.5rem 2.5rem; }
}

.page-template-page-full-width-two-col-hero .hero .card .card-body .form-title { color:#176355; font-weight:700; }
.page-template-page-full-width-two-col-hero .hero .card .card-body .form-desc { font-size:1.35rem; }

.page-template-page-full-width-two-col-hero .hero .gform_heading { color:#176355; text-align:center; }
.page-template-page-full-width-two-col-hero .hero .gform_wrapper { width:100% !important; margin:0 !important; }
.page-template-page-full-width-two-col-hero .hero .gform_fields .gfield_description { font-size:.75rem; line-height:1.4; }
.page-template-page-full-width-two-col-hero .hero .gform_legacy_markup_wrapper .top_label div.ginput_container { margin-top:4px !important; }
.page-template-page-full-width-two-col-hero .hero .gform_legacy_markup_wrapper ul.gform_fields li.gfield:not(.gf_left_half) { padding-right:0; }
.page-template-page-full-width-two-col-hero .hero .gform_wrapper .gfield { margin-bottom:.5rem; padding-top:0 !important; padding-bottom:0 !important; }
.page-template-page-full-width-two-col-hero .hero .gform_wrapper input[type="text"], 
.page-template-page-full-width-two-col-hero .hero .gform_wrapper input[type="email"], 
.page-template-page-full-width-two-col-hero .hero .gform_wrapper input[type="tel"], 
.page-template-page-full-width-two-col-hero .hero .gform_wrapper select { color:inherit; height:45px; }
.page-template-page-full-width-two-col-hero .hero .gform_wrapper select { background:url("/wp-content/themes/drayer/assets/img/down-chevron.png") no-repeat; background-size:14px; background-position:100% 50%; }
.page-template-page-full-width-two-col-hero .hero .gform_wrapper .textarea { height:100px !important; margin-top:0 !important; }
.page-template-page-full-width-two-col-hero .hero .gform_wrapper .gfield_label { font-size:.875rem; letter-spacing:0 !important; margin-top:20px !important; margin-bottom:4px; }
.page-template-page-full-width-two-col-hero .hero .gform_wrapper .gform-field-label--type-sub { margin-bottom:0 !important; }
.page-template-page-full-width-two-col-hero .hero .gform_wrapper .gfield_radio { display:flex; }
.page-template-page-full-width-two-col-hero .hero .gform_wrapper .gfield_radio li { display:flex; align-items:center; margin-bottom:.5rem; }
.page-template-page-full-width-two-col-hero .hero .gform_wrapper .gfield_radio li input { margin:0 !important; }
.page-template-page-full-width-two-col-hero .hero .gform_wrapper .gfield_radio li label { padding-left:.25rem; }
.page-template-page-full-width-two-col-hero .hero .gform_wrapper .gfield_radio li + li { margin-left:1rem !important; }
.page-template-page-full-width-two-col-hero .hero .gform_wrapper .ginput_container_date { display:flex; align-items:center; }
.page-template-page-full-width-two-col-hero .hero .gform_wrapper .ginput_container_date input.datepicker.datepicker_with_icon { width:100%; }
.page-template-page-full-width-two-col-hero .hero .gform_wrapper .ginput_container_date .ui-datepicker-trigger { margin-left:-48px; }
.page-template-page-full-width-two-col-hero .hero .gform_legacy_markup_wrapper li.gfield.gfield_error, 
.page-template-page-full-width-two-col-hero .hero .gform_legacy_markup_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning { border:0 !important; }

/*--------------------------------------------------------------
	Brand Page
--------------------------------------------------------------*/
.brands {
  background-position: center center !important;
  background-size: cover !important;
  color: #fff;
  min-height: 1300px;
  padding: 70px 0;
}

@media (max-width: 1199px) {
  .brands {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .brands {
    padding-top: 30px;
  }
}

.brands .container-fluid {
  padding-left: 7%;
  padding-right: 7%;
}

.brands .brand-content {
  margin-bottom: 50px;
}

.brands h1 {
  font-size: 28px;
  line-height: 38px;
  margin-top: 50px;
}

.brands .brand-logo {
  min-height: 200px;
  padding: 15px;
  text-align: center;
  width: 20%;
}

@media (max-width: 991px) {
  .brands .brand-logo {
    min-height: auto;
    width: 33.3333%;
  }
}

@media (max-width: 576px) {
  .brands .brand-logo {
    width: 50%;
  }
}

/*--------------------------------------------------------------
	Pay Bill Template
--------------------------------------------------------------*/
a.billing-faq-link {
  border-bottom: 1px solid #77dbc8;
  color: #231f20;
  float: right;
  font-size: 22px;
  text-decoration: none;
}

@media (max-width: 600px) {
  a.billing-faq-link {
    display: inline-block;
    float: none;
    margin-bottom: 20px;
  }
}

.states .state {
  background: #e8e8e8;
  border-radius: 15px;
  margin-bottom: 15px;
  padding: 15px;
}

.states .state .state-name {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
}

.states .state .state-name h3 {
  font-size: 31px;
}

.states .state .state-name img {
  margin-right: 30px;
}

.states .state .state-map {
  width: 120px;
}

.states .state .state-buttons {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  .states .state .state-buttons {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .states .state .state-buttons {
    display: block;
  }
}

.states .state .pay-btn {
  background: #11ac8f;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin: 10px 0;
  margin-right: 20px;
  min-width: 270px;
  padding: 15px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .states .state .pay-btn {
    width: 100%;
  }
}

.states .state .pay-btn:hover {
  background: #ff9f19;
  color: #fff;
  text-decoration: none;
}

.states .state .pay-btn:visited {
  color: #fff;
}

.states .state .call-btn {
  background: transparent;
  border: 3px solid #11ac8f;
  border-radius: 50px;
  color: #231f20;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
  margin-right: 20px;
  min-width: 270px;
  padding: 15px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 767px) {
  .states .state .call-btn {
    width: 100%;
  }
}

.states .state .call-btn:hover {
  background: #11ac8f;
  color: #fff;
  text-decoration: none;
}

.states .state .call-btn:visited {
  color: #231f20;
}

#accordion {
  margin-top: 35px;
}

#accordion .card {
  border: none;
  margin-bottom: 25px;
}

#accordion .card .card-body {
  padding-left: 0;
  padding-top: 10px;
}

#accordion .card .card-header {
  background-color: #fff;
  border-bottom: none;
  padding: 0;
}

#accordion .card .card-header button {
  text-align: left;
  text-decoration: none;
  white-space: normal;
  width: 100%;
}

#accordion .card .card-header .btn-link {
  color: #11ac8f;
  font-size: 26px;
  padding: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#accordion .card .card-header .btn-link:hover {
  color: #176355;
}

@media (max-width: 767px) {
  #accordion .card .card-header .btn-link {
    font-size: 22px;
  }
}

#accordion .card-header button.btn[aria-expanded="false"]::before {
  color: #4d4d4d;
  content: "\f078";
  float: right;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 28px;
  font-weight: 900;
}

#accordion .card-header button.btn[aria-expanded="true"]::before {
  color: #4d4d4d;
  content: "\f077";
  float: right;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 28px;
  font-weight: 900;
}

.line {
  border-top: 2px solid #e8e8e8;
  display: block;
  margin-bottom: 80px;
  margin-left: -488px;
  margin-top: 100px;
  width: 1920px;
}

.page-template-page-pay-bill #accordion {
  margin-bottom: 150px;
}

/*--------------------------------------------------------------
	404 and Search Results
--------------------------------------------------------------*/
.error404 .main {
  margin-bottom: 150px;
}

.error404 form,
.search form {
  position: relative;
  width: 40%;
}

@media (max-width: 767px) {
  .error404 form,
  .search form {
    width: 100%;
  }
}

.error404 form label,
.search form label {
  margin-bottom: 0.5rem;
  margin-right: -5px;
  width: 100%;
}

.error404 form input[type="search"],
.search form input[type="search"] {
  background: #e8e8e8;
  border: none;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  font-size: 20px;
  height: 60px;
  padding: 10px 20px;
  text-align: center;
  width: 100%;
}

.error404 form input[type="submit"],
.search form input[type="submit"] {
  background: #11ac8f;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  color: #fff;
  font-size: 20px;
  height: 60px;
  position: absolute;
  right: -25px;
  top: 0;
  width: 100px;
}

.error404 input:focus,
.search input:focus {
  outline: none;
}

.search h1 p {
  font-size: 18px;
  text-transform: uppercase;
}

.search h2 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.search h2 a:hover {
  text-decoration: none;
}

.search .default-content p {
  color: #231f20;
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .search .default-content a {
    border-bottom: none;
  }
}

.search nav.posts-navigation {
  background: none;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .search nav.posts-navigation {
    display: block;
  }
}

.search nav.posts-navigation a:hover {
  text-decoration: none;
}

.search nav.posts-navigation .nav-next {
  float: right;
}

@media (max-width: 576px) {
  .search nav.posts-navigation .nav-next {
    float: none;
    margin-top: 10px;
  }
}

.search-results .entry-summary {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
	Blog
--------------------------------------------------------------*/
.single .default-blog-content {
  /*p:first-of-type{
			font-size: 21px;
			letter-spacing: 1px;
			line-height: 28px;
			color:#808184;
			margin-top:30px;
			margin-bottom: 30px;
			}
			*/
}

.single .date,
.single .tags {
  color: #808184;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.single .date a,
.single .tags a {
  color: #808184;
  text-transform: uppercase;
}

.single .default-blog-content img {
  padding: 25px 0;
}

.single .default-blog-content h3,
.single .default-blog-content h2 {
  margin-bottom: 20px;
  margin-top: 40px;
}

.single .video {
  padding: 50px 0;
}

.single .back-share {
  margin: 50px;
}

@media (max-width: 767px) {
  .single .back-share {
    margin: 0 0 30px;
  }
}

.single .line {
  margin-bottom: 10px !important;
  margin-left: -200px !important;
  margin-top: 50px !important;
  width: 2000px !important;
}

.single .main .testimonials p:first-of-type {
  color: #11ac8f;
  font-size: 32px;
  line-height: 45px;
}

.single .feed {
  padding-left: 150px;
  padding-right: 50px;
}

@media (max-width: 1499px) {
  .single .feed {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.single .shade::after {
  left: -200px !important;
  right: 0;
  width: 2000px;
}

.single .more-content {
  margin-bottom: 50px;
  margin-top: 50px;
}

.single .more-content h2,
.single .more-content h3 {
  margin-top: 30px;
}

.single .sidebar-menu h3 {
  margin-bottom: 0;
}

.single .sidebar-menu .select-wrapper {
  background: #fff;
  border-radius: 10px;
  padding-right: 20px;
}

.single .sidebar-menu .select-wrapper select {
  -webkit-appearance: none;
  background: url("/wp-content/themes/drayer/assets/img/down-chevron.png") no-repeat;
  background-position: right center;
  background-size: 20px;
  border: none;
  color: #808184;
  height: 55px;
  outline: none;
  padding: 0 20px;
  width: 100%;
}

.single .sidebar-menu .cat-drop {
  padding: 20px 30px 15px;
}

.single .sidebar-menu .arch-drop {
  padding: 15px 30px 30px;
}

.single-news .shade::after {
  left: -400px !important;
  right: 0;
  width: 2000px !important;
}

#search-blog {
  margin-bottom: 25px;
}

#search-blog form {
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#search-blog button[type="submit"] {
  background: #fff;
  border: none;
  color: #959696 !important;
  cursor: pointer;
  font-size: 19px;
  position: absolute;
  right: 15px;
  top: 15px;
}

#search-blog label {
  margin-bottom: 0;
  width: 100%;
}

#search-blog label input {
  border: none;
  border-radius: 50px;
  font-size: 19px;
  padding: 15px 30px;
  width: 100%;
}

.archive #search-blog form,
.blog #search-blog form {
  background: #fff;
}

.sidebar-menu h3 {
  margin-bottom: 0;
}

.sidebar-menu .select-wrapper {
  background: #fff;
  border-radius: 10px;
}

.sidebar-menu .select-wrapper select {
  background: #fff;
  border: none;
  color: #808184;
  height: 55px;
  outline: none;
  padding: 0 20px;
  width: 100%;
}

.sidebar-menu .cat-drop {
  padding: 20px 30px 15px;
}

.sidebar-menu .archive-drop {
  padding: 15px 30px 30px;
}

/*--------------------------------------------------------------
	Contact form changes
--------------------------------------------------------------*/
.gform_wrapper {
  width: 90%;
}

@media (max-width: 1199px) {
  .gform_wrapper {
    width: 100%;
  }
}

.gform_wrapper textarea,
.gform_wrapper select,
.gform_wrapper input,
.gform_wrapper button {
  outline: none;
}

.gform_wrapper .gfield_label {
  color: #4d4d4d;
  font-size: 18px;
  letter-spacing: 1.5px;
  margin-top: 30px;
  text-transform: uppercase;
}

.gform_wrapper .gfield {
  margin-top: 0 !important;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="number"] {
  background: #e8e8e8 !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 50px !important;
  font-size: 18px !important;
  height: 60px;
  padding: 10px 10px 10px 30px !important;
}

.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="number"]:focus {
  background: #fff !important;
  border: 1px solid #4d4d4d !important;
}

.gform_wrapper textarea {
  background: #e8e8e8 !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 20px !important;
  font-size: 18px !important;
  height: 300px;
  margin-top: 20px;
  padding: 10px 10px 10px 30px !important;
}

.gform_wrapper textarea:focus {
  background: #fff !important;
  border: 1px solid #4d4d4d !important;
}

.gform_wrapper .ginput_container_select {
  background: #e8e8e8;
  border-radius: 50px;
  margin-top: 18px !important;
  padding-left: 26px !important;
  padding-right: 25px !important;
  position: relative;
}

.gform_wrapper select {
  -webkit-appearance: none;
  background:url("/wp-content/themes/drayer/assets/img/down-chevron.png") no-repeat;
  background-position: right center;
  background-size: 20px;
  border: none;
  height: 60px;
  padding: 0 20px;
}

.gform_wrapper .ginput_container_select::after { display:none; }

.gform_wrapper .ginput_address_state select, .gform_wrapper .ginput_address_country select {
  background-image:url("/wp-content/themes/drayer/assets/img/down-chevron.png");
  background-repeat:no-repeat;
  background-color: #e8e8e8;
  background-position:96% center;
  border-radius: 50px;
  padding: 0 20px !important;
}

.gform_wrapper input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: #e8e8e8;
  border-radius: 25px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 0 !important;
  padding: 25px;
  position: relative;
}

.gform_wrapper input[type="checkbox"]:checked::after {
  color: #11ac8f;
  content: "\2714";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 22px;
  font-weight: 900;
  left: 15px;
  position: absolute;
  top: 10px;
}

.gform_wrapper .gfield_checkbox li {
  color: #808184;
  font-size: 22px;
  margin-right: 50px;
}

.gform_wrapper .gform_button {
  background: #ff9f19;
  border: 0;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  margin: 10px 0;
  padding: 15px 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.gform_wrapper .gform_button:hover {
  background: #11ac8f;
  color: #fff;
  text-decoration: none;
}

.gform_wrapper .gform_button:visited {
  color: #fff;
}

.gform_wrapper .gfield_description {
  color: #808184;
  font-size: 18px;
  padding-top: 0 !important;
}

/*--------------------------------------------------------------
	Locations Page
--------------------------------------------------------------*/
.locations-listings {
  margin-bottom: 100px;
}

.locations-listings select {
  height: 50px !important;
}

.locations-listings input[type="text"],
.locations-listings input[type="email"],
.locations-listings input[type="tel"] {
  height: 50px;
}

.locations-listings #map {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .locations-listings #map {
    display: none;
  }
}

.locations-listings .location-logo {
  text-align: right;
}

.locations-listings .sort-box-top {
  background: #41bda5;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 15px;
  padding: 25px;
}

.locations-listings .sort-box-top .location-btn {
  -webkit-box-align: center;
  align-items: center;
  background: #176355;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 10px 0;
  margin-right: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.locations-listings .sort-box-top .location-btn:hover {
  background: #ff9f19;
  cursor: pointer;
}

.locations-listings .sort-box-top h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.locations-listings .location-list {
  padding-left: 50px;
}

@media (max-width: 1199px) {
  .locations-listings .location-list {
    padding-left: 15px;
  }
}

.locations-listings .listing-box {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  color: #176355;
  margin-bottom: 20px;
  padding: 35px 60px;
}

@media (max-width: 767px) {
  .locations-listings .listing-box {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
    padding: 15px;
  }
}

.locations-listings .listing-box h3 {
  color: #11ac8f;
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  .locations-listings .listing-box h3 {
    font-size: 1.55rem;
  }
}

.locations-listings .listing-box .location-coming-soon {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 600;
  color: #11ac8f;
}

.locations-listings .listing-box .distance {
  font-size: 14px;
  font-style: italic;
}

.locations-listings .listing-box .address {
  font-size: 16px;
  letter-spacing: 0.5px;
}

.locations-listings .listing-box .details,
.locations-listings .listing-box .directions {
  border-bottom: 2px solid #77dbc8;
  color: #11ac8f;
  font-size: 16px;
  padding-bottom: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.locations-listings .listing-box .details:hover,
.locations-listings .listing-box .directions:hover {
  border-bottom: 1px solid #176355;
  text-decoration: none;
}

.locations-listings .listing-box .details {
  margin-right: 30px;
}

.locations-listings .listing-box .buttons {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .locations-listings .listing-box .buttons {
    display: none;
  }
}

.locations-listings .listing-box .buttons .primary-btn {
  font-size: 21px;
  letter-spacing: 1px;
  margin-right: 10px;
}

@media (max-width: 1227px) {
  .locations-listings .listing-box .buttons .primary-btn {
    font-size: 17px;
    padding: 15px 30px;
  }
}

.locations-listings .buttons-mobile {
  border-bottom: 1px solid #d5dce4;
  border-left: 1px solid #d5dce4;
  border-right: 1px solid #d5dce4;
  display: none;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .locations-listings .buttons-mobile {
    display: -webkit-box;
    display: flex;
  }
}

.locations-listings .buttons-mobile .appointment,
.locations-listings .buttons-mobile .call {
  border-radius: 0;
  float: left;
  font-size: 14px;
  padding: 20px;
  text-align: center;
  width: 50%;
}

.locations-listings .buttons-mobile .call {
  -webkit-box-align: center;
  align-items: center;
  background: #11ac8f;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px;
}

.locations-listings .buttons-mobile .appointment {
  -webkit-box-align: center;
  align-items: center;
  background: #77dbc8;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px;
}

.locations-listings label[for=all-brands-checkbox] {
  display: inline;
  margin-left: 2px;
}

/*--------------------------------------------------------------
	Location Details Page
--------------------------------------------------------------*/
.single-location .location-alert {
  background-color: #ff9f19;
  padding: 16px 0 2px 0;
}

.single-location .location-alert__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.single-location .location-alert__text-container {
  text-align: center;
  color: #fff;
}

.single-location .location-alert__text-container a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.single-location .location-alert__text-container a:hover {
  color: #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  text-decoration: none;
}

@media (max-width: 991px) {
  .single-location .location-alert__text-container {
    text-align: left;
  }
}

.single-location .location-alert__link-container {
  margin-left: 40px;
}

.single-location .location-alert__link-container .read-more {
  white-space: nowrap;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.single-location .location-alert__link-container .read-more:hover {
  color: #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  text-decoration: none;
}

@media (max-width: 600px) {
  .single-location .primary-btn,
  .single-location .secondary-btn {
    width: 100%;
  }
}

.single-location .locations-details {
  background: #e8e8e8;
  padding: 60px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 600px) {
  .single-location .locations-details {
    padding: 50px 0 70px;
  }
}

.single-location .locations-details .location-coming-soon {
  text-transform: uppercase;
  font-size: 1.3125rem;
  font-weight: 600;
  color: #176355;
}

.single-location .locations-details .location-buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -10px -15px;
}

.single-location .locations-details .location-buttons .appointment {
  margin: 10px 15px;
  letter-spacing: 1px;
  padding: 15px 30px;
  white-space: nowrap;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.single-location .locations-details .location-buttons .review {
  margin: 10px 15px;
  font-size: 16px;
  padding: 25px 40px 5px 40px;
  white-space: nowrap;
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}

.single-location .locations-details .location-buttons .review::after {
  content: "\f005\f005 \f005 \f005 \f005";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 4px;
  color: #fff;
  position: absolute;
  top: 4px;
  left: calc(50% - 40px);
}

.single-location .locations-details .outline-btn {
  border-color: #11ac8f;
  color: #176355;
  font-size: 16px;
  margin-right: 15px;
  min-width: 143px;
  padding: 5px;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .single-location .locations-details .outline-btn {
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .single-location .locations-details .outline-btn {
    width: 100%;
  }
}

.single-location .locations-details .outline-btn:hover {
  color: #fff;
}

.single-location .locations-details .outline-btn:visited {
  color: #176355 !important;
}

.single-location .locations-details .address {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}

.single-location .locations-details h1 {
  color: #176355;
  font-size: 60px;
  margin-bottom: 30px;
}

@media (max-width: 1199px) {
  .single-location .locations-details h1 {
    font-size: 40px;
  }
}

.single-location .locations-details .location-subheader {
  color: #176355;
  font-size: 22px;
  letter-spacing: 0.8px;
  line-height: 34px;
  margin-top: -30px;
}

.single-location .locations-details .location-subheader + .location-subheader {
  margin-top: 0;
}

.single-location .locations-details .location-subheader .location-coming-soon {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 34px;
}

.single-location .locations-details .location-subheader a {
  border-bottom: 2px solid #11ac8f;
  padding-bottom: 3px;
}

.single-location .locations-details .location {
  margin: 30px 0 20px;
}

.single-location .locations-details .location .row {
  margin-bottom: 20px;
}

.single-location .locations-details .location p {
  margin-bottom: 0;
}

.single-location .locations-details .location .plain-link {
  border-bottom: 1px solid #11ac8f;
  padding-bottom: 2px;
}

.single-location .locations-details .slide {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

@media (max-width: 1199px) {
  .single-location .locations-details .slide {
    margin-top: 30px;
  }
}

.single-location .locations-details .slide img {
  min-width: 100%;
}

.single-location .locations-details .slide .fas {
  font-size: 32px;
}

.single-location .locations-details .all-locations {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.single-location .locations-details .all-locations a {
  color: #000;
  display: block;
  font-weight: 700;
  letter-spacing: 2.5px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.single-location .locations-details .all-locations a img {
  margin-bottom: 2.5px;
  width: 15px;
}

.single-location .locations-details .scroll-details {
  background: #e8e8e8;
  display: none;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.single-location .locations-details .scroll-details.sticky {
  display: block;
  opacity: 1;
  padding: 50px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

@media (max-width: 1199px) {
  .single-location .locations-details .scroll-details.sticky {
    display: none;
  }
}

.single-location .locations-details .scroll-details.sticky .primary-btn {
  display: inline-block;
  margin: 10px 0;
  padding: 15px 30px;
}

@media (max-width: 1399px) {
  .single-location .locations-details .scroll-details.sticky .primary-btn {
    font-size: 16px;
  }
}

.single-location .locations-details .scroll-details.sticky .outline-btn {
  font-size: 14px;
  margin-right: 5px;
  min-width: 110px;
  padding: 5px;
}

@media (max-width: 1399px) {
  .single-location .locations-details .scroll-details.sticky .outline-btn {
    min-width: 100px;
  }
}

.single-location .locations-details .scroll-details.sticky h1 {
  font-size: 35px;
  margin-bottom: 10px;
}

.single-location .locations-details .scroll-details.sticky p {
  line-height: 1.8;
  margin: 0;
}

.single-location .locations-details .scroll-details.sticky strong {
  font-size: 14px;
}

.single-location .locations-details .scroll-details .hours {
  float: left;
  width: 5%;
}

.single-location .locations-details .scroll-details .hours-content {
  float: left;
  width: 90%;
}

.single-location .location-intro {
  padding: 60px 0 50px;
}

@media (max-width: 600px) {
  .single-location .location-intro {
    padding: 0 15px 50px;
  }
}

.single-location .location-intro a {
  border-bottom: 2px solid #77dbc8;
  padding-bottom: 4px;
}

.single-location .location-intro p {
  font-size: 18px;
}

.single-location .location-intro p:first-of-type {
  color: #808184;
  font-size: 22px;
  letter-spacing: 0.8px;
  line-height: 34px;
}

.single-location .services {
  padding-bottom: 100px;
}

@media (max-width: 600px) {
  .single-location .services {
    padding-bottom: 30px;
  }
}

.single-location .services .service-list {
  -webkit-column-count: 3;
  column-count: 3;
  margin: 0;
  padding: 30px 0 50px;
}

@media (max-width: 991px) {
  .single-location .services .service-list {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 768px) {
  .single-location .services .service-list {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.single-location .services .service-list li {
  list-style: none;
  margin-bottom: 20px;
}

.single-location .services .service-list li a {
  border-bottom: 2px solid #77dbc8;
  color: #000;
  font-size: 22px;
  padding-bottom: 4px;
}

.single-location .stats {
  background: #11ac8f;
  color: #fff;
  padding: 100px 0 120px;
}

@media (max-width: 600px) {
  .single-location .stats {
    padding: 30px 0;
  }
}

.single-location .stats .pre-title {
  color: #e8e8e8;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.single-location .stats h2 {
  font-size: 45px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .single-location .stats h2 {
    font-size: 36px;
  }
}

.single-location .stats p {
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 34px;
}

.single-location .stats .foto {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .single-location .stats .foto {
    display: none;
  }
}

.single-location .stats .foto img {
  float: left;
  margin-right: 10px;
}

.single-location .stats .foto .foto-text {
  font-size: 11px;
  line-height: 17px;
  margin-right: 100px;
  padding-top: 8px;
}

.single-location .stats .foto-mobile {
  display: none;
  margin-top: 100px;
}

@media (max-width: 991px) {
  .single-location .stats .foto-mobile {
    display: block;
  }
}

.single-location .stats .foto-mobile img {
  float: left;
  margin-right: 10px;
}

@media (max-width: 600px) {
  .single-location .stats .foto-mobile img {
    float: none;
  }
}

.single-location .stats .foto-mobile .foto-text {
  font-size: 11px;
  line-height: 17px;
  padding-top: 8px;
}

.single-location .extra-content {
  border-top: 2px solid #e8e8e8;
  padding: 58px 0;
}

.single-location .announcement-bar {
  background: #11ac8f;
  border-bottom: 10px solid #0f9a80;
  color: #fff;
  padding: 50px 0 30px;
}

.single-location .announcement-bar .btn-col {
  text-align: center;
}

.single-location .announcement-bar .cta-btn {
  background: transparent;
  border: 3px solid #77dbc8;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0;
  padding: 15px 20px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-location .announcement-bar .cta-btn:hover {
  background: #77dbc8;
  color: #fff;
  text-decoration: none;
}

.single-location .announcement-bar .cta-btn:visited {
  color: #fff;
}

/*--------------------------------------------------------------
	Careers Page
--------------------------------------------------------------*/
.career-listings {
  margin-bottom: 100px;
}

.career-listings select {
  height: 50px !important;
}

.career-listings input[type="text"],
.career-listings input[type="email"],
.career-listings input[type="tel"] {
  height: 50px;
}

.career-listings #map {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .career-listings #map {
    display: none;
  }
}

.career-listings .location-logo {
  text-align: right;
}

.career-listings .sort-box-top {
  background: #41bda5;
  border-radius: 10px;
  color: #fff;
  margin-bottom: 15px;
  padding: 25px;
}

.career-listings .sort-box-top .location-btn {
  -webkit-box-align: center;
  align-items: center;
  background: #176355;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 10px 0;
  margin-right: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.career-listings .sort-box-top .location-btn:hover {
  background: #ff9f19;
  cursor: pointer;
}

.career-listings .sort-box-top h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 17px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.career-listings .location-list {
  padding-left: 50px;
}

@media (max-width: 1199px) {
  .career-listings .location-list {
    padding-left: 15px;
  }
}

.career-listings .listing-box {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  color: #176355;
  margin-bottom: 20px;
  padding: 35px 60px;
}

.career-listings .listing-box h3 {
  color: #11ac8f;
  letter-spacing: 0.5px;
}

@media (max-width: 767px) {
  .career-listings .listing-box h3 {
    font-size: 1.55rem;
  }
}

.career-listings .listing-box .distance {
  font-size: 14px;
  font-style: italic;
}

.career-listings .listing-box .address {
  font-size: 16px;
  letter-spacing: 0.5px;
}

.career-listings .listing-box .details,
.career-listings .listing-box .directions {
  border-bottom: 2px solid #77dbc8;
  color: #11ac8f;
  font-size: 16px;
  padding-bottom: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.career-listings .listing-box .details:hover,
.career-listings .listing-box .directions:hover {
  border-bottom: 1px solid #176355;
  text-decoration: none;
}

.career-listings .listing-box .details {
  margin-right: 30px;
}

.career-listings .listing-box .buttons {
  margin-top: 20px;
}

.career-listings .listing-box .buttons .primary-btn {
  font-size: 21px;
  letter-spacing: 1px;
  margin-right: 10px;
}

@media (max-width: 1227px) {
  .career-listings .listing-box .buttons .primary-btn {
    font-size: 17px;
    padding: 15px 30px;
  }
}

.career-listings .buttons-mobile {
  border-bottom: 1px solid #d5dce4;
  border-left: 1px solid #d5dce4;
  border-right: 1px solid #d5dce4;
  display: none;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .career-listings .buttons-mobile {
    display: -webkit-box;
    display: flex;
  }
}

.career-listings .buttons-mobile .appointment,
.career-listings .buttons-mobile .call {
  border-radius: 0;
  float: left;
  font-size: 14px;
  padding: 20px;
  text-align: center;
  width: 50%;
}

.career-listings .buttons-mobile .call {
  -webkit-box-align: center;
  align-items: center;
  background: #11ac8f;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px;
}

.career-listings .buttons-mobile .appointment {
  -webkit-box-align: center;
  align-items: center;
  background: #77dbc8;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px;
}

.career-listings .listing-box {
  display: block;
  padding: 15px;
}

.career-listings .listing-box .posting h3 {
  font-size: 20px;
  margin: 0;
}

.career-listings .listing-box .posting .details {
  border: none;
  color: #808184;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

.career-listings .listing-box .buttons {
  margin: 6.5px 0;
}

.career-listings .listing-box .buttons a {
  border-radius: 50px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 10px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 45%;
}

.career-listings .listing-box .buttons .view_job {
  background: #11ac8f;
  border: 3px solid #11ac8f;
  color: #fff;
}

.career-listings .listing-box .buttons .view_job:hover {
  background: #ff9f19;
  border: 3px solid #ff9f19;
  color: #fff;
  text-decoration: none;
}

.career-listings .listing-box .buttons .share_job {
  background: transparent;
  border: 3px solid #11ac8f;
  color: #231f20;
}

.career-listings .listing-box .buttons .share_job:hover {
  background: #11ac8f;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .career-listings .listing-box .buttons {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin-top: 15px;
    max-width: inherit;
    width: 100%;
  }
  .career-listings .listing-box .buttons a {
    max-width: 240px;
  }
  .career-listings .listing-box .posting {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: inherit;
    width: 83.333333334%;
  }
}

@media (max-width: 640px) {
  .career-listings .listing-box .location-logo {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: inherit;
    width: 30%;
  }
  .career-listings .listing-box .posting {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    max-width: inherit;
    width: 70%;
  }
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.sticky-footer-ctas {
  background: #fff;
  bottom: 0;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 9;
}

@media (max-width: 768px) {
  .sticky-footer-ctas {
    display: block;
  }
}

.sticky-footer-ctas .col-6 {
  display: -webkit-box;
  display: flex;
  padding: 0;
}

.sticky-footer-ctas .cta-box {
  -webkit-box-align: center;
  align-items: center;
  background: #11ac8f;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 88px;
  text-align: center;
}

.sticky-footer-ctas .cta-box::after {
  content: "";
  min-height: inherit;
}

.sticky-footer-ctas .cta-box.white-border {
  margin-right: 2px;
}

.sticky-footer-ctas .cta-box .cta-btn {
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: normal;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

.sticky-footer-ctas .cta-box .cta-btn img {
  display: block;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
}

.sticky-footer-ctas .cta-box .cta-btn a {
  color: #fff;
}

.sticky-footer-ctas .cta-box .cta-btn:hover {
  background: #176355;
  color: #fff;
  text-decoration: none;
}

.sticky-footer-ctas .cta-box .cta-btn:visited {
  color: #fff;
}

#footer .col-lg-6 {
  padding: 0;
}

#footer .footer-ctas .cta-box {
  -webkit-box-align: center;
  align-items: center;
  background: #11ac8f;
  border-bottom: 10px solid #0f9a80;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 335px;
  padding: 15px;
  text-align: center;
}

@media (max-width: 767px) {
  #footer .footer-ctas .cta-box {
    border-bottom: none;
    min-height: unset;
    padding: 0;
  }
}

#footer .footer-ctas .cta-box.white-border-right {
  margin-right: 2px;
}

@media (max-width: 991px) {
  #footer .footer-ctas .cta-box.white-border-right {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  #footer .footer-ctas .cta-box.white-border-right {
    margin-bottom: 2px;
  }
}

#footer .footer-ctas .cta-box h3 {
  font-size: 35px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  #footer .footer-ctas .cta-box h3 {
    display: none;
  }
}

#footer .footer-ctas .cta-box p {
  font-size: 18px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  #footer .footer-ctas .cta-box p {
    display: none;
  }
}

#footer .footer-ctas .cta-box .cta-btn {
  background: transparent;
  border: 3px solid #77dbc8;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0;
  padding: 15px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 352px;
}

#footer .footer-ctas .cta-box .cta-btn::after {
  content: "";
  min-height: inherit;
}

@media (max-width: 767px) {
  #footer .footer-ctas .cta-box .cta-btn {
    -webkit-box-align: center;
    align-items: center;
    border: none;
    border-radius: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    min-height: 100px;
    width: 100%;
  }
}

#footer .footer-ctas .cta-box .cta-btn img {
  width: 35px;
}

@media (max-width: 767px) {
  #footer .footer-ctas .cta-box .cta-btn img {
    margin-right: 10px;
  }
}

#footer .footer-ctas .cta-box .cta-btn:hover {
  background: #77dbc8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-ctas .cta-box .cta-btn:visited {
  color: #fff;
}

#footer .footer-menus {
  color: #4d4d4d;
  padding: 75px 0 50px;
}

@media (max-width: 767px) {
  #footer .footer-menus {
    display: none;
  }
}

#footer .footer-menus ul {
  margin: 0;
  padding: 0;
}

#footer .footer-menus ul li {
  list-style: none;
  padding-bottom: 10px;
}

#footer .footer-menus ul li a {
  color: #4d4d4d;
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 23px;
}

@media (max-width: 1199px) {
  #footer .footer-menus ul li a {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  #footer .footer-menus ul {
    margin-bottom: 40px;
  }
}

#footer .footer-menus h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#footer .footer-menus .social li {
  display: inline-block;
  list-style: none;
}

#footer .footer-menus .social li a {
  color: #11ac8f;
  font-size: 28px;
  margin-right: 15px;
}

#footer .footer-member {
  background: #4d4d4d;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 23px;
  padding: 35px 0 50px;
}

@media (max-width: 1199px) {
  #footer .footer-member {
    font-size: 16px;
  }
}

#footer .footer-member img {
  float: right;
}

@media (max-width: 991px) {
  #footer .footer-member img {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

#footer .footer-member .footer-member-description {
  margin-top: 20px;
}

@media (max-width: 767px) {
  #footer .footer-member .footer-member-description {
    display: none;
  }
}

#footer .footer-member .footer-member-tagline {
  display: none;
}

@media (max-width: 767px) {
  #footer .footer-member .footer-member-tagline {
    color: #a5a7a7;
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 20px;
    text-align: center;
  }
}

#footer .footer-member .contact-social-mobile {
  display: none;
  text-align: center;
}

@media (max-width: 767px) {
  #footer .footer-member .contact-social-mobile {
    display: block;
  }
}

#footer .footer-member .contact-social-mobile .footer-phone {
  border-bottom: 2px solid #77dbc8;
  color: #fff;
  display: inline-block;
  font-size: 26px;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none !important;
}

#footer .footer-member .contact-social-mobile .social {
  padding: 0;
}

#footer .footer-member .contact-social-mobile .social li {
  display: inline-block;
  list-style: none;
}

#footer .footer-member .contact-social-mobile .social li a {
  color: #a5a7a7;
  font-size: 28px;
  margin-right: 20px;
}

#footer .footer-copyright {
  background: #3b3b3b;
  color: #fff;
  padding: 20px 30px;
}

#footer .footer-copyright p {
  font-size: 15px;
  margin: 0;
}

@media (max-width: 1199px) {
  #footer .footer-copyright p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #footer .footer-copyright p {
    color: #a5a7a7;
    font-size: 12px;
    line-height: 18px;
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
  }
}

#footer .footer-copyright #footer-bottom {
  margin: 0;
  padding: 0;
  text-align: right;
}

@media (max-width: 991px) {
  #footer .footer-copyright #footer-bottom {
    text-align: inherit;
  }
}

@media (max-width: 767px) {
  #footer .footer-copyright #footer-bottom {
    margin-bottom: 80px;
    text-align: center;
  }
}

#footer .footer-copyright #footer-bottom li {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
  list-style: none;
  margin-right: 30px;
}

@media (max-width: 1199px) {
  #footer .footer-copyright #footer-bottom li {
    font-size: 12px;
  }
}

#footer .footer-copyright #footer-bottom li:last-child {
  margin-right: 0;
}

#footer .footer-copyright #footer-bottom li a {
  color: #fff;
}

/*--------------------------------------------------------------
	Off canvas sidebar
--------------------------------------------------------------*/
#sidebar {
  background: #fff;
  border-bottom: 2px solid #77dbc8;
  border-left: 2px solid #77dbc8;
  color: #231f20;
  padding: 40px;
  z-index: 9;
}

@media (max-width: 1199px) {
  #sidebar {
    padding: 140px 40px;
  }
}

#sidebar #m-main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar #m-main-menu li {
  border-bottom: 1px solid #e8e8e8;
  font-size: 20px;
  position: relative;
  text-align: left;
}

#sidebar #m-main-menu li a {
  color: #231f20;
  display: block;
  padding: 20px;
  text-decoration: none;
  text-transform: capitalize;
}

#sidebar #m-main-menu li a:hover {
  text-decoration: underline;
}

#sidebar #m-main-menu::before {
  clear: both;
  content: "";
  display: table;
}

#sidebar #m-secondary-menu {
  list-style: none;
  margin: 0;
  padding: 20px 0 0;
}

#sidebar #m-secondary-menu li {
  font-size: 17px;
  position: relative;
  text-align: left;
}

#sidebar #m-secondary-menu li a {
  color: #231f20;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: capitalize;
}

#sidebar #m-secondary-menu li a:hover {
  text-decoration: underline;
}

#sidebar #m-secondary-menu::before {
  clear: both;
  content: "";
  display: table;
}

#sidebar .cta-btn {
  -webkit-box-align: center;
  align-items: center;
  background: #176355;
  border-radius: 50px;
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 15px;
  font-weight: 400;
  -webkit-box-pack: center;
  justify-content: center;
  letter-spacing: 1px;
  line-height: normal;
  margin: 10px 0;
  margin-right: 15px;
  min-height: 55px;
  padding: 10px 15px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
}

@media (max-width: 1600px) {
  #sidebar .cta-btn {
    font-size: 14px;
    letter-spacing: 0.5px;
  }
}

#sidebar .cta-btn img {
  margin-right: 10px;
  width: 28px;
}

#sidebar .cta-btn:hover {
  background: #ff9f19;
  color: #fff;
  text-decoration: none;
}

#sidebar .cta-btn:visited {
  color: #fff;
}

#sidebar ul li ul {
  display: none;
  padding-bottom: 20px;
}

#sidebar ul li ul li {
  border-top: 1px solid #e8e8e8;
  display: block;
  font-size: 16px;
  width: 80%;
}

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

#sidebar ul li ul li a {
  border: 0;
  line-height: 19px;
  padding: 0;
}

#sidebar ul li .aw {
  color: #11ac8f;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 999;
}

#sidebar ul li .aw:hover {
  cursor: pointer;
}

@media (min-width: 1000px) {
  #sidebar ul li .aw {
    font-size: 25px;
  }
}

/*--------------------------------------------------------------
	Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/*--------------------------------------------------------------
	Pagination
--------------------------------------------------------------*/
ul.page-numbers {
  padding: 0;
}

ul.page-numbers li {
  float: left;
  font-size: 13px;
  list-style: none;
  margin-right: 5px;
}

ul.page-numbers li span.current {
  background: #ccc;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
}

ul.page-numbers li a {
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
}

ul.page-numbers li a.next.page-numbers {
  border: none;
  float: none;
}

ul.page-numbers li a.prev.page-numbers {
  border: none;
  float: none;
}

.ginput_container_consent {
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: flex;
}

.buttons .st-inline-share-buttons {
  background: transparent !important;
  border: 3px solid #11ac8f !important;
  border-radius: 50px;
  box-sizing: border-box;
  display: inline-block !important;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 10px;
  text-align: center;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  vertical-align: top;
  width: 45%;
}

.buttons .st-inline-share-buttons .st-btn {
  background-color: transparent !important;
  display: inline-block !important;
  font-family: "usual", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  height: inherit !important;
  line-height: inherit !important;
  min-width: inherit !important;
  padding: 0 !important;
  width: 100% !important;
}

.buttons .st-inline-share-buttons .st-btn svg,
.buttons .st-inline-share-buttons .st-btn img {
  display: none !important;
}

.buttons .st-inline-share-buttons .st-btn .st-label {
  color: #231f20 !important;
  display: block !important;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

.buttons .st-inline-share-buttons .st-btn:hover {
  opacity: 1 !important;
  top: inherit !important;
}

.buttons .st-inline-share-buttons:hover {
  background: #11ac8f !important;
  text-decoration: none !important;
}

.buttons .st-inline-share-buttons:hover .st-btn .st-label {
  color: #fff !important;
}

@media (max-width: 1024px) {
  .buttons .st-inline-share-buttons {
    max-width: 240px;
  }
}

p#no-careers {
  text-align: center;
}

.fas.fa-th {
  color: #11ac8f !important;
}

.main:not(.blog-posts) > .container-fluid > .row > .col-lg-3:not(.sort-bar) {
  display: none;
}

.page-template-page-pay-bill .main:not(.blog-posts) > .container-fluid > .row > .col-lg-3:not(.sort-bar) {
  display: block;
}

@media (min-width: 992px) {
  .main:not(.blog-posts) > .container-fluid > .row > .col-lg-3:not(.sort-bar) {
    display: block;
  }
}

/*--------------------------------------------------------------
	Landing Page
--------------------------------------------------------------*/
.page-template-page-landing-page .main,
.page-template-page-landing-page-sidebar .main {
  margin: 0;
  padding: 0;
}

.page-template-page-landing-page .hero,
.page-template-page-landing-page-sidebar .hero {
  height: auto;
  min-height: 750px;
}

.page-template-page-landing-page .hero.small-hero,
.page-template-page-landing-page-sidebar .hero.small-hero {
  height: auto;
  min-height: 518px;
}

.page-template-page-landing-page .hero .lp-hero-vertical-center,
.page-template-page-landing-page-sidebar .hero .lp-hero-vertical-center {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.page-template-page-landing-page .hero .lp-hero-form,
.page-template-page-landing-page-sidebar .hero .lp-hero-form {
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-template-page-landing-page .hero .lp-hero-form__inner,
.page-template-page-landing-page-sidebar .hero .lp-hero-form__inner {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 30px 30px 16px 30px;
  text-align: center;
}

.page-template-page-landing-page .hero .lp-hero-form__inner .gform_wrapper,
.page-template-page-landing-page-sidebar .hero .lp-hero-form__inner .gform_wrapper {
  width: auto;
  margin-top: 26px;
}

.page-template-page-landing-page .hero .lp-hero-form__inner .gform_wrapper .gform_body .ginput_complex,
.page-template-page-landing-page-sidebar .hero .lp-hero-form__inner .gform_wrapper .gform_body .ginput_complex {
  display: block;
}

.page-template-page-landing-page .hero .lp-hero-form__inner .gform_wrapper .gform_body .ginput_complex span,
.page-template-page-landing-page-sidebar .hero .lp-hero-form__inner .gform_wrapper .gform_body .ginput_complex span {
  display: block;
  padding: 0 !important;
  margin: 0;
}

.page-template-page-landing-page .hero .lp-hero-form__inner .gform_wrapper .gform_body .ginput_complex span:not(:last-child),
.page-template-page-landing-page-sidebar .hero .lp-hero-form__inner .gform_wrapper .gform_body .ginput_complex span:not(:last-child) {
  margin-bottom: 16px;
}

.page-template-page-landing-page .hero .lp-hero-form__inner .gform_wrapper .gform_footer .gform_button,
.page-template-page-landing-page-sidebar .hero .lp-hero-form__inner .gform_wrapper .gform_footer .gform_button {
  line-height: normal !important;
  font-size: 20px;
  font-weight: normal;
}

.page-template-page-landing-page .hero .lp-hero-form__inner .lp-hero-form-required,
.page-template-page-landing-page-sidebar .hero .lp-hero-form__inner .lp-hero-form-required {
  color: gray;
}

@media (max-width: 1199px) {
  .page-template-page-landing-page .hero h1,
  .page-template-page-landing-page-sidebar .hero h1 {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .page-template-page-landing-page .hero .lp-hero-form,
  .page-template-page-landing-page-sidebar .hero .lp-hero-form {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .page-template-page-landing-page .hero .lp-hero-form__inner,
  .page-template-page-landing-page-sidebar .hero .lp-hero-form__inner {
    max-width: 450px;
  }
}

.page-template-page-landing-page .lp-header,
.page-template-page-landing-page-sidebar .lp-header {
  background-color: #11ac8f;
  min-height: 210px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.page-template-page-landing-page .lp-header .lp-logo-box,
.page-template-page-landing-page-sidebar .lp-header .lp-logo-box {
  margin: 20px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.page-template-page-landing-page .lp-header .lp-menu-box,
.page-template-page-landing-page-sidebar .lp-header .lp-menu-box {
  margin: 20px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.page-template-page-landing-page .lp-header .lp-menu-box .lp-menu-buttons,
.page-template-page-landing-page-sidebar .lp-header .lp-menu-box .lp-menu-buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.page-template-page-landing-page .lp-header .lp-menu-box .lp-menu-buttons a,
.page-template-page-landing-page-sidebar .lp-header .lp-menu-box .lp-menu-buttons a {
  white-space: nowrap;
  min-width: 220px;
}

.page-template-page-landing-page .lp-header .lp-menu-box .lp-menu-buttons a.primary-btn,
.page-template-page-landing-page-sidebar .lp-header .lp-menu-box .lp-menu-buttons a.primary-btn {
  margin: 10px;
}

.page-template-page-landing-page .lp-header .lp-menu-box .lp-menu-buttons a.primary-btn:hover,
.page-template-page-landing-page-sidebar .lp-header .lp-menu-box .lp-menu-buttons a.primary-btn:hover {
  background-color: #0f9a80;
}

.page-template-page-landing-page .lp-header .lp-menu-box .lp-menu-buttons a.secondary-btn,
.page-template-page-landing-page-sidebar .lp-header .lp-menu-box .lp-menu-buttons a.secondary-btn {
  margin: 10px;
}

.page-template-page-landing-page .lp-one-column,
.page-template-page-landing-page .lp-text-section,
.page-template-page-landing-page .lp-locations-section,
.page-template-page-landing-page .lp-media-section,
.page-template-page-landing-page .lp-slider-section,
.page-template-page-landing-page-sidebar .lp-one-column,
.page-template-page-landing-page-sidebar .lp-text-section,
.page-template-page-landing-page-sidebar .lp-locations-section,
.page-template-page-landing-page-sidebar .lp-media-section,
.page-template-page-landing-page-sidebar .lp-slider-section {
  padding: 60px 0;
}

.page-template-page-landing-page .lp-one-column h2,
.page-template-page-landing-page .lp-text-section h2,
.page-template-page-landing-page .lp-locations-section h2,
.page-template-page-landing-page .lp-media-section h2,
.page-template-page-landing-page .lp-slider-section h2,
.page-template-page-landing-page-sidebar .lp-one-column h2,
.page-template-page-landing-page-sidebar .lp-text-section h2,
.page-template-page-landing-page-sidebar .lp-locations-section h2,
.page-template-page-landing-page-sidebar .lp-media-section h2,
.page-template-page-landing-page-sidebar .lp-slider-section h2 {
  font-size: 45px;
}

.page-template-page-landing-page .lp-one-column.shade-dark h2,
.page-template-page-landing-page .lp-text-section.shade-dark h2,
.page-template-page-landing-page .lp-locations-section.shade-dark h2,
.page-template-page-landing-page .lp-media-section.shade-dark h2,
.page-template-page-landing-page .lp-slider-section.shade-dark h2,
.page-template-page-landing-page-sidebar .lp-one-column.shade-dark h2,
.page-template-page-landing-page-sidebar .lp-text-section.shade-dark h2,
.page-template-page-landing-page-sidebar .lp-locations-section.shade-dark h2,
.page-template-page-landing-page-sidebar .lp-media-section.shade-dark h2,
.page-template-page-landing-page-sidebar .lp-slider-section.shade-dark h2 {
  color: #f1f1f1;
}

.page-template-page-landing-page .lp-one-column ul,
.page-template-page-landing-page .lp-text-section ul,
.page-template-page-landing-page .lp-locations-section ul,
.page-template-page-landing-page .lp-media-section ul,
.page-template-page-landing-page .lp-slider-section ul,
.page-template-page-landing-page-sidebar .lp-one-column ul,
.page-template-page-landing-page-sidebar .lp-text-section ul,
.page-template-page-landing-page-sidebar .lp-locations-section ul,
.page-template-page-landing-page-sidebar .lp-media-section ul,
.page-template-page-landing-page-sidebar .lp-slider-section ul {
  list-style-type: none;
  padding-left: 1em;
  margin: 0;
}

.page-template-page-landing-page .lp-one-column ul li,
.page-template-page-landing-page .lp-text-section ul li,
.page-template-page-landing-page .lp-locations-section ul li,
.page-template-page-landing-page .lp-media-section ul li,
.page-template-page-landing-page .lp-slider-section ul li,
.page-template-page-landing-page-sidebar .lp-one-column ul li,
.page-template-page-landing-page-sidebar .lp-text-section ul li,
.page-template-page-landing-page-sidebar .lp-locations-section ul li,
.page-template-page-landing-page-sidebar .lp-media-section ul li,
.page-template-page-landing-page-sidebar .lp-slider-section ul li {
  margin-bottom: 0.8em;
}

.page-template-page-landing-page .lp-one-column ul li::before,
.page-template-page-landing-page .lp-text-section ul li::before,
.page-template-page-landing-page .lp-locations-section ul li::before,
.page-template-page-landing-page .lp-media-section ul li::before,
.page-template-page-landing-page .lp-slider-section ul li::before,
.page-template-page-landing-page-sidebar .lp-one-column ul li::before,
.page-template-page-landing-page-sidebar .lp-text-section ul li::before,
.page-template-page-landing-page-sidebar .lp-locations-section ul li::before,
.page-template-page-landing-page-sidebar .lp-media-section ul li::before,
.page-template-page-landing-page-sidebar .lp-slider-section ul li::before {
  content: "\2022";
  color: #11ac8f;
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -0.65em;
}

.page-template-page-landing-page .lp-text-section.lp-text-section-collapsible,
.page-template-page-landing-page-sidebar .lp-text-section.lp-text-section-collapsible {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.page-template-page-landing-page .lp-text-section.lp-text-section-collapsible > .container .row:first-child h2,
.page-template-page-landing-page-sidebar .lp-text-section.lp-text-section-collapsible > .container .row:first-child h2 {
  position: relative;
  cursor: pointer;
}

.page-template-page-landing-page .lp-text-section.lp-text-section-collapsible > .container .row:first-child h2::after,
.page-template-page-landing-page-sidebar .lp-text-section.lp-text-section-collapsible > .container .row:first-child h2::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
  content: "\f106";
  position: absolute;
  top: 13px;
  right: 30px;
}

.page-template-page-landing-page .lp-text-section.lp-text-section-collapsible.lp-text-section-collapsed > .container .row:not(:first-child),
.page-template-page-landing-page-sidebar .lp-text-section.lp-text-section-collapsible.lp-text-section-collapsed > .container .row:not(:first-child) {
  display: none;
}

.page-template-page-landing-page .lp-text-section.lp-text-section-collapsible.lp-text-section-collapsed > .container .row:first-child h2::after,
.page-template-page-landing-page-sidebar .lp-text-section.lp-text-section-collapsible.lp-text-section-collapsed > .container .row:first-child h2::after {
  content: "\f107";
}

.page-template-page-landing-page .lp-faq-section,
.page-template-page-landing-page-sidebar .lp-faq-section {
  padding: 60px 0 40px 0;
}

.page-template-page-landing-page .lp-faq-section h2,
.page-template-page-landing-page-sidebar .lp-faq-section h2 {
  font-size: 45px;
}

.page-template-page-landing-page .lp-one-column,
.page-template-page-landing-page-sidebar .lp-one-column {
  color: #808184;
}

.page-template-page-landing-page .lp-one-column.shade.shade-light,
.page-template-page-landing-page-sidebar .lp-one-column.shade.shade-light {
  background: #f1f1f1;
}

.page-template-page-landing-page .lp-one-column.shade.shade-dark,
.page-template-page-landing-page-sidebar .lp-one-column.shade.shade-dark {
  background: #176355;
  color: #fff;
}

.page-template-page-landing-page .lp-one-column p,
.page-template-page-landing-page-sidebar .lp-one-column p {
  font-size: 21px;
  letter-spacing: 0.8px;
  line-height: 1.5;
}

.page-template-page-landing-page .lp-one-column .lp-one-column-content,
.page-template-page-landing-page-sidebar .lp-one-column .lp-one-column-content {
  text-align: center;
}

.page-template-page-landing-page .lp-text-section.shade.shade-light,
.page-template-page-landing-page .lp-locations-section.shade.shade-light,
.page-template-page-landing-page-sidebar .lp-text-section.shade.shade-light,
.page-template-page-landing-page-sidebar .lp-locations-section.shade.shade-light {
  background: #f1f1f1;
}

.page-template-page-landing-page .lp-text-section.shade.shade-dark,
.page-template-page-landing-page .lp-locations-section.shade.shade-dark,
.page-template-page-landing-page-sidebar .lp-text-section.shade.shade-dark,
.page-template-page-landing-page-sidebar .lp-locations-section.shade.shade-dark {
  background: #176355;
  color: #fff;
}

.page-template-page-landing-page .lp-text-section .ts-columns,
.page-template-page-landing-page .lp-locations-section .ts-columns,
.page-template-page-landing-page-sidebar .lp-text-section .ts-columns,
.page-template-page-landing-page-sidebar .lp-locations-section .ts-columns {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 15px 0;
  margin: -15px;
}

.page-template-page-landing-page .lp-text-section .ts-columns .ts-column,
.page-template-page-landing-page .lp-locations-section .ts-columns .ts-column,
.page-template-page-landing-page-sidebar .lp-text-section .ts-columns .ts-column,
.page-template-page-landing-page-sidebar .lp-locations-section .ts-columns .ts-column {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  width: calc(33.33% - 30px);
  margin: 15px;
}

.page-template-page-landing-page .lp-locations-section .ts-columns .ts-column,
.page-template-page-landing-page-sidebar .lp-locations-section .ts-columns .ts-column {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.page-template-page-landing-page .lp-locations-section .ts-columns .ts-column p,
.page-template-page-landing-page-sidebar .lp-locations-section .ts-columns .ts-column p {
  font-size: 18px;
  line-height: 1.8;
}

.page-template-page-landing-page .lp-media-section.shade.shade-light,
.page-template-page-landing-page-sidebar .lp-media-section.shade.shade-light {
  background: #f1f1f1;
}

.page-template-page-landing-page .lp-media-section.shade.shade-dark,
.page-template-page-landing-page-sidebar .lp-media-section.shade.shade-dark {
  background: #176355;
  color: #fff;
}

.page-template-page-landing-page .lp-media-section.lp-media-right .col-lg-6:first-child,
.page-template-page-landing-page-sidebar .lp-media-section.lp-media-right .col-lg-6:first-child {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

.page-template-page-landing-page .lp-media-section h2,
.page-template-page-landing-page-sidebar .lp-media-section h2 {
  margin-bottom: 23px;
}

.page-template-page-landing-page .lp-media-section .primary-btn,
.page-template-page-landing-page-sidebar .lp-media-section .primary-btn {
  margin-top: 18px;
}

.page-template-page-landing-page .lp-media-section .slide img,
.page-template-page-landing-page-sidebar .lp-media-section .slide img {
  min-width: 100%;
}

.page-template-page-landing-page .lp-media-section .video-preview,
.page-template-page-landing-page-sidebar .lp-media-section .video-preview {
  position: relative;
  padding: 0 0 56.25% 0;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  border: none;
  background: none;
}

.page-template-page-landing-page .lp-media-section .video-preview svg,
.page-template-page-landing-page-sidebar .lp-media-section .video-preview svg {
  position: absolute;
  width: 110px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-template-page-landing-page .lp-media-section .video-preview svg #screen-shape,
.page-template-page-landing-page-sidebar .lp-media-section .video-preview svg #screen-shape {
  fill: #ff9f19;
  -webkit-transition: fill 400ms ease;
  transition: fill 400ms ease;
}

.page-template-page-landing-page .lp-media-section .video-preview:hover svg #screen-shape,
.page-template-page-landing-page-sidebar .lp-media-section .video-preview:hover svg #screen-shape {
  fill: #11ac8f;
}

.page-template-page-landing-page .lp-media-section .modal,
.page-template-page-landing-page-sidebar .lp-media-section .modal {
  margin-top: 5%;
  z-index: 10000;
}

.page-template-page-landing-page .lp-media-section .embed-container,
.page-template-page-landing-page-sidebar .lp-media-section .embed-container {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.page-template-page-landing-page .lp-media-section .embed-container iframe,
.page-template-page-landing-page .lp-media-section .embed-container object,
.page-template-page-landing-page .lp-media-section .embed-container embed,
.page-template-page-landing-page-sidebar .lp-media-section .embed-container iframe,
.page-template-page-landing-page-sidebar .lp-media-section .embed-container object,
.page-template-page-landing-page-sidebar .lp-media-section .embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media (min-width: 576px) {
  .page-template-page-landing-page .lp-media-section .modal-dialog,
  .page-template-page-landing-page-sidebar .lp-media-section .modal-dialog {
    max-width: 600px;
  }
}

.page-template-page-landing-page .lp-slider-section.shade.shade-light,
.page-template-page-landing-page-sidebar .lp-slider-section.shade.shade-light {
  background: #f1f1f1;
}

.page-template-page-landing-page .lp-slider-section.shade.shade-dark,
.page-template-page-landing-page-sidebar .lp-slider-section.shade.shade-dark {
  background: #176355;
  color: #fff;
}

.page-template-page-landing-page .lp-slider-section h2,
.page-template-page-landing-page-sidebar .lp-slider-section h2 {
  margin-bottom: 20px;
}

.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .lp-slide,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .lp-slide {
  position: relative;
  height: 0;
  padding-top: 100%;
  display: block;
}

.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .lp-slide__bg,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .lp-slide__bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .lp-slide__bg img,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .lp-slide__bg img {
  position: relative;
  z-index: 1;
  max-width: 80%;
}

.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .lp-slide__bg::before,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .lp-slide__bg::before {
  content: '';
  background-color: #176355;
  mix-blend-mode: hard-light;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .lp-slide__content,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .lp-slide__content {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  z-index: 2;
  padding: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .lp-slide__content p,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .lp-slide__content p {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0;
}

.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .lp-slide__content p.lp-slide-title,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .lp-slide__content p.lp-slide-title {
  font-weight: bold;
  text-transform: uppercase;
  color: #ff9f19;
  border-top: 2px solid #fff;
  padding-top: 8px;
}

.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .lp-slide__content p.lp-slide-text,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .lp-slide__content p.lp-slide-text {
  color: white;
}

.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .lp-slide__content::before,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .lp-slide__content::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 40%);
}

.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .lp-slide:hover .lp-slide__content,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .lp-slide:hover .lp-slide__content {
  opacity: 1;
}

.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-prev,
.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-next,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-prev,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-next {
  background: transparent;
  margin: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-42%);
  transform: translateY(-42%);
}

.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-prev span,
.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-next span,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-prev span,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-next span {
  font-size: 100px;
  line-height: normal;
  color: #D6D6D6;
}

.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-prev:focus,
.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-next:focus,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-prev:focus,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-next:focus {
  outline: none;
}

.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-prev:hover span,
.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-next:hover span,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-prev:hover span,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-next:hover span {
  color: #869791;
}

.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-prev,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-prev {
  left: -50px;
}

.page-template-page-landing-page .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-next,
.page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container .lp-slider .owl-nav button.owl-next {
  right: -50px;
}

@media screen and (min-width: 1200px) and (max-width: 1390px) {
  .page-template-page-landing-page .lp-slider-section .lp-slider-container,
  .page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container {
    padding: 0 50px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1060px) {
  .page-template-page-landing-page .lp-slider-section .lp-slider-container,
  .page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container {
    padding: 0 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 810px) {
  .page-template-page-landing-page .lp-slider-section .lp-slider-container,
  .page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container {
    padding: 0 50px;
  }
}

@media screen and (max-width: 600px) {
  .page-template-page-landing-page .lp-slider-section .lp-slider-container,
  .page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container {
    padding: 0 35px;
  }
}

.page-template-page-landing-page #footer.lp-footer .footer-ctas .lp-cta-box,
.page-template-page-landing-page-sidebar #footer.lp-footer .footer-ctas .lp-cta-box {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: center;
  align-items: center;
  background: #11ac8f;
  border-bottom: 10px solid #0f9a80;
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 335px;
  padding: 30px;
  text-align: center;
}

.page-template-page-landing-page #footer.lp-footer .footer-ctas .lp-cta-box h3,
.page-template-page-landing-page-sidebar #footer.lp-footer .footer-ctas .lp-cta-box h3 {
  font-size: 35px;
  letter-spacing: 1px;
}

.page-template-page-landing-page #footer.lp-footer .footer-ctas .lp-cta-box p,
.page-template-page-landing-page-sidebar #footer.lp-footer .footer-ctas .lp-cta-box p {
  font-size: 18px;
  letter-spacing: 1px;
}

.page-template-page-landing-page #footer.lp-footer .footer-ctas .lp-cta-box .cta-btn,
.page-template-page-landing-page-sidebar #footer.lp-footer .footer-ctas .lp-cta-box .cta-btn {
  background: transparent;
  border: 3px solid #77dbc8;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0;
  padding: 15px;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 352px;
}

.page-template-page-landing-page #footer.lp-footer .footer-ctas .lp-cta-box .cta-btn::after,
.page-template-page-landing-page-sidebar #footer.lp-footer .footer-ctas .lp-cta-box .cta-btn::after {
  content: "";
  min-height: inherit;
}

@media (max-width: 767px) {
  .page-template-page-landing-page #footer.lp-footer .footer-ctas .lp-cta-box .cta-btn,
  .page-template-page-landing-page-sidebar #footer.lp-footer .footer-ctas .lp-cta-box .cta-btn {
    width: 100%;
  }
}

.page-template-page-landing-page #footer.lp-footer .footer-ctas .lp-cta-box .cta-btn img,
.page-template-page-landing-page-sidebar #footer.lp-footer .footer-ctas .lp-cta-box .cta-btn img {
  width: 35px;
}

.page-template-page-landing-page #footer.lp-footer .footer-ctas .lp-cta-box .cta-btn:hover,
.page-template-page-landing-page-sidebar #footer.lp-footer .footer-ctas .lp-cta-box .cta-btn:hover {
  background: #77dbc8;
  color: #fff;
  text-decoration: none;
}

.page-template-page-landing-page #footer.lp-footer .footer-ctas .lp-cta-box .cta-btn:visited,
.page-template-page-landing-page-sidebar #footer.lp-footer .footer-ctas .lp-cta-box .cta-btn:visited {
  color: #fff;
}

.page-template-page-landing-page #footer.lp-footer .footer-copyright .col-lg-6,
.page-template-page-landing-page-sidebar #footer.lp-footer .footer-copyright .col-lg-6 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .page-template-page-landing-page .lp-text-section .ts-columns .ts-column,
  .page-template-page-landing-page .lp-locations-section .ts-columns .ts-column,
  .page-template-page-landing-page-sidebar .lp-text-section .ts-columns .ts-column,
  .page-template-page-landing-page-sidebar .lp-locations-section .ts-columns .ts-column {
    flex-basis: calc(50% - 30px);
    width: auto;
  }
}

@media (max-width: 991px) {
  .page-template-page-landing-page .lp-text-section .ts-columns .ts-column,
  .page-template-page-landing-page .lp-locations-section .ts-columns .ts-column,
  .page-template-page-landing-page-sidebar .lp-text-section .ts-columns .ts-column,
  .page-template-page-landing-page-sidebar .lp-locations-section .ts-columns .ts-column {
    flex-basis: calc(100% - 30px);
    width: auto;
  }
  .page-template-page-landing-page .lp-text-section .ts-columns .ts-column:not(:first-child),
  .page-template-page-landing-page .lp-locations-section .ts-columns .ts-column:not(:first-child),
  .page-template-page-landing-page-sidebar .lp-text-section .ts-columns .ts-column:not(:first-child),
  .page-template-page-landing-page-sidebar .lp-locations-section .ts-columns .ts-column:not(:first-child) {
    margin-top: -10px;
  }
  .page-template-page-landing-page .lp-locations-section .ts-columns .ts-column:not(:last-child),
  .page-template-page-landing-page-sidebar .lp-locations-section .ts-columns .ts-column:not(:last-child) {
    margin-bottom: 40px;
  }
  .page-template-page-landing-page .lp-media-section.lp-media-left .col-lg-6:last-child,
  .page-template-page-landing-page-sidebar .lp-media-section.lp-media-left .col-lg-6:last-child {
    margin-top: 40px;
  }
  .page-template-page-landing-page .lp-media-section.lp-media-right .col-lg-6:first-child,
  .page-template-page-landing-page-sidebar .lp-media-section.lp-media-right .col-lg-6:first-child {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .page-template-page-landing-page .lp-header .lp-logo-box,
  .page-template-page-landing-page-sidebar .lp-header .lp-logo-box {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .page-template-page-landing-page .lp-header .lp-logo-box img,
  .page-template-page-landing-page-sidebar .lp-header .lp-logo-box img {
    max-width: 290px;
  }
  .page-template-page-landing-page .lp-header .lp-menu-box,
  .page-template-page-landing-page-sidebar .lp-header .lp-menu-box {
    -webkit-box-pack: center;
    justify-content: center;
  }
  .page-template-page-landing-page .lp-header .lp-menu-box .lp-menu-buttons a.primary-btn, .page-template-page-landing-page .lp-header .lp-menu-box .lp-menu-buttons a.secondary-btn,
  .page-template-page-landing-page-sidebar .lp-header .lp-menu-box .lp-menu-buttons a.primary-btn,
  .page-template-page-landing-page-sidebar .lp-header .lp-menu-box .lp-menu-buttons a.secondary-btn {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-template-page-landing-page .lp-one-column .primary-btn,
  .page-template-page-landing-page .lp-text-section .primary-btn,
  .page-template-page-landing-page .lp-locations-section .primary-btn,
  .page-template-page-landing-page .lp-media-section .primary-btn,
  .page-template-page-landing-page-sidebar .lp-one-column .primary-btn,
  .page-template-page-landing-page-sidebar .lp-text-section .primary-btn,
  .page-template-page-landing-page-sidebar .lp-locations-section .primary-btn,
  .page-template-page-landing-page-sidebar .lp-media-section .primary-btn {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .page-template-page-landing-page .lp-header .lp-menu-box .lp-menu-buttons a,
  .page-template-page-landing-page-sidebar .lp-header .lp-menu-box .lp-menu-buttons a {
    width: 100%;
  }
}

.page-template-page-landing-page-sidebar .lp-one-column.shade,
.page-template-page-landing-page-sidebar .lp-text-section.shade,
.page-template-page-landing-page-sidebar .lp-locations-section.shade,
.page-template-page-landing-page-sidebar .lp-media-section.shade,
.page-template-page-landing-page-sidebar .lp-slider-section.shade {
  position: relative;
}

.page-template-page-landing-page-sidebar .lp-one-column.shade::after,
.page-template-page-landing-page-sidebar .lp-text-section.shade::after,
.page-template-page-landing-page-sidebar .lp-locations-section.shade::after,
.page-template-page-landing-page-sidebar .lp-media-section.shade::after,
.page-template-page-landing-page-sidebar .lp-slider-section.shade::after {
  bottom: 0;
  content: "";
  left: -498px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1920px;
  z-index: -1;
}

.page-template-page-landing-page-sidebar .lp-one-column.shade.shade-light,
.page-template-page-landing-page-sidebar .lp-text-section.shade.shade-light,
.page-template-page-landing-page-sidebar .lp-locations-section.shade.shade-light,
.page-template-page-landing-page-sidebar .lp-media-section.shade.shade-light,
.page-template-page-landing-page-sidebar .lp-slider-section.shade.shade-light {
  background: transparent;
}

.page-template-page-landing-page-sidebar .lp-one-column.shade.shade-light::after,
.page-template-page-landing-page-sidebar .lp-text-section.shade.shade-light::after,
.page-template-page-landing-page-sidebar .lp-locations-section.shade.shade-light::after,
.page-template-page-landing-page-sidebar .lp-media-section.shade.shade-light::after,
.page-template-page-landing-page-sidebar .lp-slider-section.shade.shade-light::after {
  background: #f1f1f1;
}

.page-template-page-landing-page-sidebar .lp-one-column.shade.shade-dark,
.page-template-page-landing-page-sidebar .lp-text-section.shade.shade-dark,
.page-template-page-landing-page-sidebar .lp-locations-section.shade.shade-dark,
.page-template-page-landing-page-sidebar .lp-media-section.shade.shade-dark,
.page-template-page-landing-page-sidebar .lp-slider-section.shade.shade-dark {
  background: transparent;
}

.page-template-page-landing-page-sidebar .lp-one-column.shade.shade-dark::after,
.page-template-page-landing-page-sidebar .lp-text-section.shade.shade-dark::after,
.page-template-page-landing-page-sidebar .lp-locations-section.shade.shade-dark::after,
.page-template-page-landing-page-sidebar .lp-media-section.shade.shade-dark::after,
.page-template-page-landing-page-sidebar .lp-slider-section.shade.shade-dark::after {
  background: #176355;
}

.page-template-page-landing-page-sidebar .lp-one-column.shade > .container,
.page-template-page-landing-page-sidebar .lp-text-section.shade > .container,
.page-template-page-landing-page-sidebar .lp-locations-section.shade > .container,
.page-template-page-landing-page-sidebar .lp-media-section.shade > .container,
.page-template-page-landing-page-sidebar .lp-slider-section.shade > .container {
  position: relative;
  z-index: 1;
}

.page-template-page-landing-page-sidebar .lp-locations-section .primary-btn.appointment {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container {
    padding-right: 50px;
  }
}

@media screen and (min-width: 1391px) and (max-width: 1800px) {
  .page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container {
    padding-left: 50px;
  }
}

@media screen and (min-width: 1061px) and (max-width: 1199px) {
  .page-template-page-landing-page-sidebar .lp-slider-section .lp-slider-container {
    padding-left: 50px;
  }
}

.page-template-page-landing-page-sidebar .main .main-sidebar {
  margin-top: 50px;
}

.page-template-page-landing-page-sidebar .widget {
  display: none;
}

.hzline {
  border-top: 2px solid #e8e8e8;
  margin-bottom: 25px;
  margin-top: 25px;
  width: 100%;
}

.home .hero h1 { font-weight:700; }
/*# sourceMappingURL=styles.css.map */