/*
Table Of Contents

 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Content - Main
 5.) Footer - Main
 6.) Inner - Pages
 7.) Animates
 8.) Text - Colors / Wordpress Cores

========================================*/
/*
 1.) Typography
----------------------------------------*/
@font-face {
  font-family: "Tiempos Headline";
  src: url("../webfonts/TiemposHeadline-Light.eot");
  src: url("../webfonts/TiemposHeadline-Light.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/TiemposHeadline-Light.woff2") format("woff2"),
    url("../webfonts/TiemposHeadline-Light.woff") format("woff"),
    url("../webfonts/TiemposHeadline-Light.ttf") format("truetype"),
    url("../webfonts/TiemposHeadline-Light.svg#TiemposHeadline-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tiempos Headline";
  src: url("../webfonts/TiemposHeadline-LightItalic.eot");
  src: url("../webfonts/TiemposHeadline-LightItalic.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/TiemposHeadline-LightItalic.woff2") format("woff2"),
    url("../webfonts/TiemposHeadline-LightItalic.woff") format("woff"),
    url("../webfonts/TiemposHeadline-LightItalic.ttf") format("truetype"),
    url("../webfonts/TiemposHeadline-LightItalic.svg#TiemposHeadline-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Tiempos Headline";
  src: url("../webfonts/TiemposHeadline-Regular.eot");
  src: url("../webfonts/TiemposHeadline-Regular.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/TiemposHeadline-Regular.woff2") format("woff2"),
    url("../webfonts/TiemposHeadline-Regular.woff") format("woff"),
    url("../webfonts/TiemposHeadline-Regular.ttf") format("truetype"),
    url("../webfonts/TiemposHeadline-Regular.svg#TiemposHeadline-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tiempos Headline";
  src: url("../webfonts/TiemposHeadline-RegularItalic.eot");
  src: url("../webfonts/TiemposHeadline-RegularItalic.eot?#iefix") format("embedded-opentype"),
    url("../webfonts/TiemposHeadline-RegularItalic.woff2") format("woff2"),
    url("../webfonts/TiemposHeadline-RegularItalic.woff") format("woff"),
    url("../webfonts/TiemposHeadline-RegularItalic.ttf") format("truetype"),
    url("../webfonts/TiemposHeadline-RegularItalic.svg#TiemposHeadline-RegularItalic") format("svg");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* work-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/work-sans-v19-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../webfonts/work-sans-v19-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/work-sans-v19-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../webfonts/work-sans-v19-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* work-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/work-sans-v19-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*
.gf-work-sans { font-family: "Work Sans",sans-serif; }
.cf-tiempos-headline { font-family: "Tiempos Headline",sans-serif; }
*/
/*
 2.) Default Styles
----------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding: 150px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ol,
ul,
li {
  padding: 0;
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #253e4d;
  line-height: 26px;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

sub,
sup {
  font-size: 60%;
}

sup {
  top: 0;
}

sub {
  bottom: 0;
}

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

/*= Links
=======================================================*/
a {
  font-weight: 600;
  color: #1e64af;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
}

a:hover,
a:focus,
a:active {
  color: #1e64af;
  text-decoration: none;
}

a:visited {
  outline: 0;
}

a[href^="mailto:"] {
  word-break: normal;
}

/*= Headings: P, H1, H2, H3, H4, H5, H6
=======================================================*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  padding-bottom: 24px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  font-family: "Tiempos Headline", sans-serif;
  font-weight: 400;
}

.h4,
.h5,
.h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

h1,
.h1 {
  font-size: 60px;
  line-height: 75px;
}

h2,
.h2 {
  font-size: 50px;
  line-height: 60px;
}

h3,
.h3 {
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 20px;
}

h4,
.h4 {
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 15px;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 10px;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 10px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: inherit;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
  padding-bottom: 0;
}

p {
  padding-bottom: 20px;
}

p:last-child {
  padding-bottom: 0;
}

.txt {
  margin-bottom: 40px;
}

.txt:last-child {
  margin-bottom: 0;
}

.txt-wrap {
  margin-bottom: 80px;
}

.txt-wrap:last-child {
  margin-bottom: 0;
}

em {
  font-style: italic;
}

em.fal,
em.far,
em.fas,
em.fab {
  font-style: normal;
}

strong {
  font-weight: 600;
}

@media (max-width: 1199px) {

  h1,
  .h1 {
    font-size: 52px;
    line-height: 66px;
  }

  h2,
  .h2 {
    font-size: 42px;
    line-height: 52px;
  }

  h3,
  .h3 {
    font-size: 36px;
    line-height: 44px;
  }

  h4,
  .h4 {
    font-size: 26px;
    line-height: 34px;
  }

  h5,
  .h5 {
    font-size: 22px;
    line-height: 30px;
  }

  .txt-wrap {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {

  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    padding-bottom: 20px;
  }

  h1,
  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2,
  .h2 {
    font-size: 32px;
    line-height: 40px;
  }

  h3,
  .h3 {
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 15px;
  }

  h4,
  .h4 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 15px;
  }

  h5,
  .h5 {
    font-size: 20px;
    line-height: 28px;
    padding-bottom: 10px;
  }

  h6,
  .h6 {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  .txt {
    margin-bottom: 30px;
  }

  .txt-wrap {
    margin-bottom: 50px;
  }
}

/*= Unorder List
=======================================================*/
ul,
ol {
  list-style: none;
}

li {
  position: relative;
  padding-left: 18px;
  padding-bottom: 10px;
}

li:last-child {
  padding-bottom: 20px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
  padding-bottom: 0;
}

ul li ul,
ol li ol {
  padding: 0px 0 0 0;
}

ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  float: left;
  /*background: url(../img/bullet.svg) no-repeat top left;*/
  background: #4ba5ed;
  border-radius: 100%;
  background-size: 100% auto;
  position: absolute;
  top: 10px;
  left: 0;
}

/*= Order List
=======================================================*/
ol {
  counter-reset: item;
}

ol>li {
  counter-increment: item;
  padding-left: 22px;
}

ol>li:before {
  content: counter(item);
  font-weight: 600;
  color: #667ef2;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

/* #Input Styles
================================================= */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

select,
textarea,
input {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

.form-block .gform_wrapper.gravity-theme legend,
label {
  width: 100%;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #253e4d;
  line-height: 26px;
  padding: 0 0 5px 0;
  margin: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  width: 100%;
  height: 50px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  color: #253e4d;
  line-height: 23px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #ffffff;
  box-shadow: inset #ced0f2 0 0 0 1px;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
  position: relative;
  padding: 10px 20px;
  margin: 0;
}

textarea {
  height: 157px;
  white-space: normal;
  outline: none;
  resize: none;
}

select {
  background-image: url(../img/chevron-down.svg);
  background-size: 17px auto;
  background-repeat: no-repeat;
  background-position: top 17px right 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-top: 0;
  padding-right: 80px;
  padding-bottom: 0;
}

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

select.colorize expand-item:not([disabled]) {
  color: #253e4d;
}

select.colorize expand-item.def:not([disabled]),
select.colorize.empty:not([disabled]) {
  color: #253e4d;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
  color: #fff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

::-ms-input-placeholder {
  color: #fff;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  box-shadow: inset #50a7ef 0 0 0 2px;
  outline: 0;
}

/* Error */
.error {
  display: none;
}

.error-wrap .error {
  width: 100%;
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  color: #633b63;
  line-height: 20px;
  overflow: hidden;
  padding: 0;
  margin: 5px 0 0 0;
  display: block;
}

.error-wrap select,
.error-wrap textarea,
.error-wrap input[type="text"],
.error-wrap input[type="password"],
.error-wrap input[type="datetime"],
.error-wrap input[type="datetime-local"],
.error-wrap input[type="date"],
.error-wrap input[type="month"],
.error-wrap input[type="time"],
.error-wrap input[type="week"],
.error-wrap input[type="number"],
.error-wrap input[type="email"],
.error-wrap input[type="url"],
.error-wrap input[type="search"],
.error-wrap input[type="tel"],
.error-wrap input[type="color"],
.error-wrap .uneditable-input {
  box-shadow: inset #633b63 0 0 0 2px;
}

/* Form - Check */
.form-check {
  width: 100%;
  min-height: 23px;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 33px;
  margin: 0 0 12px 0;
}

.form-check:last-child {
  margin-bottom: 0;
}

.form-check .form-check-input {
  width: 23px;
  height: 23px;
  float: none;
  display: inline-block;
  vertical-align: top;
  background: #ffffff;
  border: 2px solid #1e64af;
  border-radius: 900px;
  box-shadow: none;
  outline: 0;
  position: absolute;
  top: 1px;
  left: 0;
  padding: 0;
  margin: 0;
}

.form-check .form-check-input[type="checkbox"] {
  border-radius: 0;
}

.form-check .form-check-input:focus,
.form-check .form-check-input:active {
  filter: brightness(100%);
}

.form-check .form-check-input:checked {
  background-repeat: no-repeat;
  background-image: url(../img/check.svg);
  background-position: center center;
  background-size: 11px auto;
}

.form-check .form-check-input:checked[type="radio"] {
  background-image: url(../img/circle-solid.svg);
  background-size: 11px auto;
}

.form-check .form-check-label {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
}

.form-check-wrap .form-input {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 33px;
}

.form-check-wrap .form-input input,
.form-check-wrap .form-input textarea,
.form-check-wrap .form-input select {
  margin-top: 6px;
}

.form-check-wrap {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
}

.form-check-wrap:last-child {
  margin-bottom: 0;
}

.form-check-wrap .form-check {
  margin-bottom: 0;
}

/* File - Upload */
input[type="file"] {
  font-size: 16px;
  line-height: 26px;
}

input[type="file"]::file-selector-button {
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  font-size: 19px;
  color: #ffffff;
  line-height: 23px;
  background: #633b63;
  box-shadow: inset #633b63 0 0 0 2px;
  border-radius: 900px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  outline: 0;
  padding: 15px 40px;
  margin: 0 20px 0 0;
}

input[type="file"]::file-selector-button:hover {
  color: #633b63;
  background: none;
}

.txt-size {
  font-size: 16px;
  line-height: 26px;
  padding-left: 15px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  input[type="file"]::file-selector-button {
    font-size: 18px;
    line-height: 24px;
  }

  .upload-wrap {
    overflow: hidden;
  }
}

/* #Buttons
================================================== */
/* Arrow Right */
@keyframes arrowright {
  0% {
    margin-left: 7px;
    margin-right: 0;
  }

  75% {
    margin-left: 14px;
    margin-right: -7px;
  }

  100% {
    margin-left: 7px;
    margin-right: 0;
  }
}

@-webkit-keyframes arrowright {
  0% {
    margin-left: 7px;
    margin-right: 0;
  }

  75% {
    margin-left: 14px;
    margin-right: -7px;
  }

  100% {
    margin-left: 7px;
    margin-right: 0;
  }
}

/* Arrow Left */
@keyframes arrowleft {
  0% {
    margin-right: 7px;
    margin-left: 0;
  }

  75% {
    margin-right: 14px;
    margin-left: -7px;
  }

  100% {
    margin-right: 7px;
    margin-left: 0;
  }
}

@-webkit-keyframes arrowleft {
  0% {
    margin-right: 7px;
    margin-left: 0;
  }

  75% {
    margin-right: 14px;
    margin-left: -7px;
  }

  100% {
    margin-right: 7px;
    margin-left: 0;
  }
}

/* Icon Zoom In/Out */
@keyframes zoominout {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes zoominout {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

/* Custom - Select */
button {
  background: none;
  border: none;
  box-shadow: none;
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
}

button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus {
  outline: 0;
}

.btn,
input[type="button"],
input[type="submit"] {
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1e64af;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  background: none;
  box-shadow: inset #1e64af 0 0 0 2px;
  border-radius: 9999px;
  border: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding: 20px 40px;
  margin: 0;
}

.btn em {
  font-size: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  top: 0;
  margin: 0 5px 0 0;
}

.btn em:last-child {
  font-size: 90%;
  margin: 0 0 0 7px;
}

.btn em.fa-phone {
  width: 17px;
  height: 17px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url(../img/phone-blue.svg) no-repeat center center;
  background-size: 100% auto;
  text-indent: -9999px;
  margin: 0 2px 0 0;
}

.btn em.fa-heart {
  width: 20px;
  height: 17px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url(../img/heart-white.svg) no-repeat center center;
  background-size: 100% auto;
  text-indent: -9999px;
  position: relative;
  top: 1px;
  margin: 0 4px 0 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active,
.button:not(:disabled):not(.disabled):active {
  color: #ffffff;
  text-decoration: none;
  background: #1e64af;
  box-shadow: inset #1e64af 0 0 0 2px;
  outline: 0;
}

.btn:hover em.fa-chevron-right,
.btn:focus em.fa-chevron-right,
.btn:active em.fa-chevron-right,
.btn:active:focus em.fa-chevron-right,
.btn.active em.fa-chevron-right,
.btn.active:focus em.fa-chevron-right {
  animation: arrowright 0.5s linear 1;
  -webkit-animation-name: arrowright 0.5s linear 1;
}

.btn:hover em.fa-phone,
.btn:focus em.fa-phone,
.btn:active em.fa-phone,
.btn:active:focus em.fa-phone,
.btn.active em.fa-phone,
.btn.active:focus em.fa-phone {
  background-image: url(../img/phone-white.svg);
}

.btn-fill,
input.btn-fill[type="button"],
input.btn-fill[type="submit"] {
  color: #ffffff;
  background: #1e64af;
  box-shadow: inset #1e64af 0 0 0 2px;
}

.btn-fill em.fa-phone {
  background-image: url(../img/phone-white.svg);
}

.btn-fill em.fa-heart {
  background-image: url(../img/heart-white.svg);
}

.btn-fill:hover,
.btn-fill:focus,
.btn-fill:active,
.btn-fill:active:focus,
.btn-fill.active,
.btn-fill.active:focus,
input.btn-fill[type="button"]:hover,
input.btn-fill[type="button"]:focus,
input.btn-fill[type="button"]:active,
input.btn-fill[type="button"]:active:focus,
input.btn-fill[type="button"].active,
input.btn-fill[type="button"].active:focus,
input.btn-fill[type="submit"]:hover,
input.btn-fill[type="submit"]:focus,
input.btn-fill[type="submit"]:active,
input.btn-fill[type="submit"]:active:focus,
input.btn-fill[type="submit"].active,
input.btn-fill[type="submit"].active:focus,
.btn-fill:not(:disabled):not(.disabled).active,
.button.btn-fill:not(:disabled):not(.disabled):active {
  color: #1e64af;
  background: none;
  box-shadow: inset #1e64af 0 0 0 2px;
}

.btn-fill:hover em.fa-phone,
.btn-fill:focus em.fa-phone,
.btn-fill:active em.fa-phone,
.btn-fill:active:focus em.fa-phone,
.btn-fill.active em.fa-phone,
.btn-fill.active:focus em.fa-phone {
  background-image: url(../img/phone-blue.svg);
}

.btn-fill:hover em.fa-heart,
.btn-fill:focus em.fa-heart,
.btn-fill:active em.fa-heart,
.btn-fill:active:focus em.fa-heart,
.btn-fill.active em.fa-heart,
.btn-fill.active:focus em.fa-heart {
  background-image: url(../img/heart-blue.svg);
}

.btn-light,
input.btn-light[type="button"],
input.btn-light[type="submit"] {
  color: #1e64af;
  background: #c0e5ed;
  box-shadow: inset #c0e5ed 0 0 0 2px;
}

.btn-light em.fa-phone {
  background-image: url(../img/phone-blue.svg);
}

.btn-light em.fa-heart {
  background-image: url(../img/heart-blue.svg);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light:active:focus,
.btn-light.active,
.btn-light.active:focus,
input.btn-light[type="button"]:hover,
input.btn-light[type="button"]:focus,
input.btn-light[type="button"]:active,
input.btn-light[type="button"]:active:focus,
input.btn-light[type="button"].active,
input.btn-light[type="button"].active:focus,
input.btn-light[type="submit"]:hover,
input.btn-light[type="submit"]:focus,
input.btn-light[type="submit"]:active,
input.btn-light[type="submit"]:active:focus,
input.btn-light[type="submit"].active,
input.btn-light[type="submit"].active:focus,
.btn-light:not(:disabled):not(.disabled).active,
.button.btn-light:not(:disabled):not(.disabled):active {
  color: #ffffff;
  background: #50a7ef;
  box-shadow: inset #50a7ef 0 0 0 2px;
}

.btn-light:hover em.fa-phone,
.btn-light:focus em.fa-phone,
.btn-light:active em.fa-phone,
.btn-light:active:focus em.fa-phone,
.btn-light.active em.fa-phone,
.btn-light.active:focus em.fa-phone {
  background-image: url(../img/phone-white.svg);
}

.btn-light:hover em.fa-heart,
.btn-light:focus em.fa-heart,
.btn-light:active em.fa-heart,
.btn-light:active:focus em.fa-heart,
.btn-light.active em.fa-heart,
.btn-light.active:focus em.fa-heart {
  background-image: url(../img/heart-blue.svg);
}

.btn:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}

.btn-alt {
  background-color: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-out {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 24px;
}

.btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 24px -10px -20px -10px;
}

.btn-wrap .btn {
  float: left;
  margin: 0 10px 20px 10px;
}

.btn-wrap .btn.aligncenter {
  margin: 0 auto;
}

@media (max-width: 1199px) {

  .btn-out,
  .btn-wrap {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {

  .btn-out,
  .btn-wrap {
    margin-top: 12px;
  }

  .btn,
  input[type="button"],
  input[type="submit"] {
    padding: 20px 33px;
  }
}

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

/* Table */
table,
tbody,
thead,
tr,
th,
td {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 0;
  margin: 0;
}

table.ruled {
  border-top: 1px solid #c8d2e3;
  border-collapse: collapse;
  background-color: #ecf5ff;
}

table.ruled td,
#textarea table.ruled td {
  border-bottom: 1px solid #c8d2e3;
  border-collapse: collapse;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  width: auto;
}

table.ruled tr:nth-child(odd) td {
  background-color: #dfebf9;
}

table.spaced-cells tbody td,
#textarea table.spaced-cells tbody td {
  padding-top: 10px;
  padding-bottom: 10px;
}

tr.header td,
table.ruled tr.header td,
table.ruled thead tr td,
#textarea table.ruled thead tr td,
th,
table.ruled th {
  background-color: #015ac2 !important;
  color: #fff;
  font-weight: bold;
  vertical-align: bottom;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Figure */
figure,
.figure {
  vertical-align: top;
}

.break-word {
  word-wrap: break-word;
}

/* #Flying focus
================================================== */
#flying-focus {
  position: absolute;
  margin: 0;
  background: transparent;
  -webkit-transition-property: left, top, width, height, opacity;
  transition-property: left, top, width, height, opacity;
  -webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
  visibility: hidden;
  pointer-events: none;
  box-shadow: -webkit-focus-ring-color 0 0 0 2px;
  border-radius: 0;
}

#flying-focus.flying-focus_visible {
  visibility: visible;
  z-index: 9999;
}

.flying-focus_target {
  outline: none !important;
  /* Doesn't work in Firefox :( */
}

/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
  border: 0 !important;
}

/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #flying-focus {
    box-shadow: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -3px;
  }
}

/* Skip - Button */
.skip-btn {
  height: 60px;
  float: left;
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  line-height: 60px;
  text-decoration: none;
  text-align: center;
  background: #1e64af;
  border-radius: 0;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  overflow: hidden;
  position: absolute;
  z-index: 1001;
  top: -65px;
  left: 3px;
  opacity: 0;
  padding: 0 40px;
  margin: 0;
}

.skip-btn:focus,
.skip-btn:active {
  top: 3px;
  color: #ffffff;
  text-decoration: none;
  background: #1e64af;
  -webkit-transition: top 0.1s ease-in, background 0.5s linear;
  transition: top 0.1s ease-in, background 0.5s linear;
  opacity: 1;
}

/*= Container - Main
=======================================================*/
.container-main {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Container */
.container {
  width: 100%;
  max-width: 1296px;
  padding: 0 40px;
}

@media (max-width: 767px) {
  .container {
    max-width: 640px;
    padding: 0 8%;
  }
}

/* Dropdown - Menu */
.dropdown-menu {
  font-size: inherit;
  z-index: 7;
}

/* Divider */
.divider {
  width: 100%;
  height: 2px;
  float: none;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 80px;
}

.divider span {
  width: 100%;
  height: 1px;
  float: left;
  background: #ced0f2;
  text-indent: 99999px;
  overflow: hidden;
}

.divider:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .divider span {
    animation-delay: 1s;
  }
}

@media (max-width: 1199px) {
  .divider {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .divider {
    margin-bottom: 50px;
  }
}

/* Sub - Title */
.sub-title {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 10px 0;
}

.sub-title:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .sub-title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .sub-title {
    font-size: 20px;
    line-height: 28px;
  }
}

/* Read - More */
.read-more {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 24px 0 0 0;
}

.read-more a,
.read-more .a {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 18px;
  color: #1e64af;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
}

.read-more a:before,
.read-more .a:before {
  content: "";
  width: 100%;
  height: 2px;
  float: left;
  background: #1e64af;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.read-more a em,
.read-more .a em {
  font-size: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  margin: 0 5px 0 0;
}

.read-more a em:last-child,
.read-more .a em:last-child {
  font-size: 90%;
  margin: 0 0 0 7px;
}

.read-more a:hover,
.read-more a:focus,
.read-more a:active,
a.box:hover .read-more .a,
a.box:focus .read-more .a,
a.box:active .read-more .a,
.box a:hover .read-more .a,
.box a:focus .read-more .a,
.box a:active .read-more .a {
  color: #1e64af;
  text-decoration: none;
}

.read-more a:hover:before,
.read-more a:focus:before,
.read-more a:active:before,
a.box:hover .read-more .a:before,
a.box:focus .read-more .a:before,
a.box:active .read-more .a:before,
.box a:hover .read-more .a:before,
.box a:focus .read-more .a:before,
.box a:active .read-more .a:before {
  width: 0;
}

.read-more a:hover em.fa-chevron-right,
.read-more a:focus em.fa-chevron-right,
.read-more a:active em.fa-chevron-right,
a.box:hover .read-more .a em.fa-chevron-right,
a.box:focus .read-more .a em.fa-chevron-right,
a.box:active .read-more .a em.fa-chevron-right,
.box a:hover .read-more .a em.fa-chevron-right,
.box a:focus .read-more .a em.fa-chevron-right,
.box a:active .read-more .a em.fa-chevron-right {
  animation: arrowright 0.5s linear 1;
  -webkit-animation-name: arrowright 0.5s linear 1;
}

@media (max-width: 1199px) {
  .read-more {
    margin: 18px 0 0 0;
  }
}

@media (max-width: 767px) {
  .read-more {
    margin: 12px 0 0 0;
  }

  .read-more a,
  .read-more .a {
    font-size: 17px;
    line-height: 23px;
  }
}

@media (max-width: 399px) {

  .read-more.read-max a,
  .read-more.read-max .a {
    max-width: 170px;
  }
}

/* Read - More2 */
.read-more2 {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
}

.read-more2 a,
.read-more2 .a {
  width: 46px;
  height: 46px;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  background: #c0e5ed;
  border-radius: 900px;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  overflow: hidden;
  position: relative;
}

.read-more2 a:before,
.read-more2 .a:before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: url(../img/read-more2.svg) no-repeat center center;
  background-size: 24px auto;
  border-radius: 900px;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.read-more2 a:hover,
.read-more2 a:focus,
.read-more2 a:active,
a.box:hover .read-more2 .a,
a.box:focus .read-more2 .a,
a.box:active .read-more2 .a {
  background: #1e64af;
}

.read-more2 a:hover:before,
.read-more2 a:focus:before,
.read-more2 a:active:before,
a.box:hover .read-more2 .a:before,
a.box:focus .read-more2 .a:before,
a.box:active .read-more2 .a:before {
  background-image: url(../img/read-more2-white.svg);
}

@media (max-width: 1199px) {

  .read-more2 a,
  .read-more2 .a {
    width: 42px;
    height: 42px;
  }

  .read-more2 a:before,
  .read-more2 .a:before {
    background-size: 21px auto;
  }
}

@media (max-width: 767px) {
  .read-more2 {
    margin-top: 2px;
  }

  .read-more2 a,
  .read-more2 .a {
    width: 36px;
    height: 36px;
  }

  .read-more2 a:before,
  .read-more2 .a:before {
    background-size: 18px auto;
  }
}

/* Phone - Number */
.phone-number a,
.phone-number .a {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
  color: #1e64af;
  line-height: 1em;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 900px;
  position: relative;
}

.phone-number a:before,
.phone-number .a:before {
  content: "";
  width: 34px;
  height: 34px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/phone-blue.svg) no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin: -1px 12px 1px 0;
}

.phone-number a:hover,
.phone-number a:focus,
.phone-number a:active,
.phone-number .a:hover,
.phone-number .a:focus,
.phone-number .a:active {
  color: #1e64af;
  text-decoration: underline;
}

@media (max-width: 1199px) {

  .phone-number a,
  .phone-number .a {
    font-size: 22px;
  }

  .phone-number a:before,
  .phone-number .a:before {
    width: 30px;
    height: 30px;
    margin: -1px 10px 1px 0;
  }
}

@media (max-width: 767px) {

  .phone-number a,
  .phone-number .a {
    font-size: 20px;
  }

  .phone-number a:before,
  .phone-number .a:before {
    width: 26px;
    height: 26px;
    margin: -1px 8px 1px 0;
  }
}

/* Figure */
.figure {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}

.figure:last-child {
  margin-bottom: 0;
}

.figure.lines:before,
.figure.lines2:before,
.figure.lines3:before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background: url(../img/figure-lines.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.figure.lines2:before {
  background-image: url(../img/figure-lines2.png);
}

.figure.lines3:before {
  background-image: url(../img/figure-lines3.png);
}

.figure img {
  width: 100%;
  vertical-align: top;
}

.txt-wrap .figure {
  margin-bottom: 45px;
}

.txt-wrap .figure:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .figure {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .figure {
    margin-bottom: 50px;
  }

  .txt-wrap .figure {
    margin-bottom: 35px;
  }
}

/* Breadcrumb */
.breadcrumb-cont {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 90px;
}

.breadcrumb-cont:last-child {
  margin-bottom: 0;
  /* max-width: 1000px;
  text-overflow: ellipsis; */
  white-space: nowrap;
  overflow: hidden;
}

.breadcrumb-cont.alt-bottom {
  margin-bottom: 45px;
}

.breadcrumb-cont.alt-bottom:last-child {
  margin-bottom: 0;
}

.breadcrumb-cont a,
.breadcrumb-cont li a {
  font-weight: inherit;
  color: inherit;
  text-decoration: underline;
}

.breadcrumb-cont a:hover,
.breadcrumb-cont li a:hover,
.breadcrumb-cont li a:focus,
.breadcrumb-cont li a:active {
  color: #1e64af;
}

.breadcrumb-cont li:last-child:after {
  display: none;
}

.breadcrumb-cont li {
  float: left;
  padding: 0 10px 0 0;
  margin: 0 15px 0 0;
}

.breadcrumb-cont li:before {
  display: none;
}

.breadcrumb-cont li:after {
  content: "\ -";
  position: absolute;
  top: 0;
  right: -7px;
}

.breadcrumb-cont li:last-child span {
  display: block;
  max-width: 50vw;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .breadcrumb-cont {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-cont {
    margin-bottom: 50px;
  }

  .breadcrumb-cont.alt-bottom {
    margin-bottom: 40px;
  }
}

/* File - Links */
.file-links {
  margin-bottom: 80px;
}

.file-links:last-child {
  margin-bottom: 0;
}

.file-links p {
  font-weight: 500;
  padding-bottom: 10px;
}

.file-links p:last-child {
  padding-bottom: 20px;
}

.file-links:last-child p:last-child {
  padding-bottom: 0;
}

.file-links p a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

.file-links p a:before {
  content: "";
  height: 17px;
  display: inline-block;
  background: url(../img/pdf-file.svg) no-repeat left center;
  background-size: auto 17px;
  position: relative;
  top: 0;
  z-index: 1;
  padding: 0 24px 0 0;
  margin: 3px 0 -3px 0;
}

.file-links p a:hover,
.file-links p a:focus,
.file-links p a:active {
  color: #1e64af;
  text-decoration: underline;
}

.file-links p a:hover:before,
.file-links p a:focus:before,
.file-links p a:active:before {
  background-image: url(../img/pdf-file-hover.svg);
}

@media (max-width: 767px) {
  .file-links {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .file-links {
    margin-bottom: 50px;
  }
}

/* Social - Links */
.social-links {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border: 2px solid #c0e5ed;
  padding: 35px 0 5px 0;
  margin-bottom: 80px;
}

.social-links:last-child {
  margin-bottom: 0;
}

.social-links h3 {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px 30px 20px;
  margin: 0;
}

.social-links ul {
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px 30px 20px;
  margin: 0 -12px -25px -12px;
}

.social-links ul li {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 12px 25px 12px;
}

.social-links ul li:before {
  display: none;
}

.social-links ul li a {
  width: 72px;
  height: 72px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  border: 2px solid #50a7ef;
  border-radius: 900px;
  text-decoration: none;
  overflow: hidden;
}

.social-links ul li a:hover,
.social-links ul li a:focus,
.social-links ul li a:active {
  color: #ffffff;
  text-decoration: none;
  background: #1e64af;
  border-color: #1e64af;
}

@media (max-width: 1199px) {
  .social-links {
    padding: 30px 10px 5px 10px;
    margin-bottom: 70px;
  }

  .social-links h3 {
    padding: 0 15px 25px 15px;
  }

  .social-links ul {
    padding: 0 15px 25px 15px;
    margin: 0 -9px -20px -9px;
  }

  .social-links ul li {
    margin: 0 9px 20px 9px;
  }

  .social-links ul li a {
    width: 60px;
    height: 60px;
    font-size: 26px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .social-links {
    padding: 30px 10px 10px 10px;
    margin-bottom: 50px;
  }

  .social-links h3 {
    padding: 0 10px 20px 10px;
  }

  .social-links ul {
    padding: 0 10px 20px 10px;
    margin: 0 -6px -14px -6px;
  }

  .social-links ul li {
    margin: 0 6px 14px 6px;
  }

  .social-links ul li a {
    width: 45px;
    height: 45px;
    font-size: 20px;
    line-height: 20px;
  }
}

/* Split - Links */
.split-links {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  margin-bottom: 45px;
}

.split-links:last-child {
  margin-bottom: 0;
}

.split-links ul {
  float: left;
  background: rgba(192, 229, 237, 0.3);
  padding: 0;
  margin: 0;
}

.split-links ul li {
  float: left;
  padding: 22px 45px;
  margin: 0;
  max-width: 50%;
}

.split-links ul li:last-child {
  padding-bottom: 22px;
}

.split-links ul li:before {
  width: 1px;
  height: 37px;
  background: rgba(37, 62, 77, 0.3);
  top: 50%;
  left: auto;
  right: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.split-links ul li:nth-child(even):before {
  display: none;
}

.split-links ul li>a {
  float: left;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  padding-right: 24px;
  text-wrap: balance;
}

.split-links ul li>a:after {
  content: "\f078";
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 900;
  font-size: 90%;
  line-height: 90%;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
}

.split-links ul li>a:hover,
.split-links ul li>a:focus,
.split-links ul li>a:active {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .split-links {
    margin-top: 5px;
    margin-bottom: 30px;
  }

  .split-links ul {
    width: 100%;
    padding: 10px 0;
  }

  .split-links ul li {
    width: 100%;
    text-align: center;
    padding: 10px 20px;
  }

  .split-links ul li:last-child {
    padding-bottom: 10px;
  }

  .split-links ul li:before {
    width: 50px;
    height: 1px;
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .split-links ul li>a {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 22px;
    padding-right: 22px;
  }
}

/* Blockquote */
blockquote,
.blockquote {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-family: "Tiempos Headline", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  background: #ced0f2;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 6% 6.5%;
  margin-bottom: 80px;
}

blockquote {
  margin: 20px 0 40px;
}

blockquote:last-child,
.blockquote:last-child {
  margin-bottom: 0;
}

blockquote:first-child {
  margin-top: 0;
}

/*blockquote:after,*/
.blockquote:after {
  content: "";
  width: 27.3%;
  height: 100%;
  background: url(../img/blockquote-lines.png) no-repeat bottom left;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/*blockquote p, */
.blockquote p {
  width: 70%;
  max-width: 458px;
}

@media (max-width: 1199px) {

  blockquote,
  .blockquote {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 70px;
  }

  blockquote {
    margin: 20px 0 40px;
  }
}

@media (max-width: 767px) {

  blockquote,
  .blockquote {
    font-size: 22px;
    line-height: 32px;
    padding: 9%;
    margin-bottom: 50px;
  }

  blockquote {
    margin: 10px 0 30px;
  }

  blockquote:after,
  .blockquote:after {
    opacity: 0.4;
  }

  blockquote p,
  .blockquote p {
    width: 100%;
  }
}

/* Blockquote2 */
.blockquote2 {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-family: "Tiempos Headline", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  background: #ced0f2;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 6% 6.5%;
  margin-bottom: 80px;
}

.blockquote2:last-child {
  margin-bottom: 0;
}

.blockquote2:after {
  content: "";
  width: 27.3%;
  height: 100%;
  background: url(../img/blockquote-lines.png) no-repeat bottom left;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.blockquote2 p {
  width: 70%;
  max-width: 508px;
  background: url(../img/quote.svg) no-repeat 0 7px;
  background-size: 30px auto;
  position: relative;
  padding: 0 0 0 50px;
  margin: 0 0 20px 0;
}

.blockquote2 p:last-child {
  margin-bottom: 0;
}

.blockquote2 .author-wrap {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  padding: 0 0 0 50px;
}

.blockquote2 .author-wrap .author-img {
  width: 80px;
  height: 80px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  border-radius: 900px;
  overflow: hidden;
  margin: 0 -82px 0 0;
}

.blockquote2 .author-wrap .author-txt {
  width: 75%;
  max-width: 460px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 99px;
  margin: 0 -3px;
}

.blockquote2 .author-wrap .author-txt p {
  background: transparent;
  padding: 0;
  max-width: none;
  width: auto;
  margin: 0;
}

@media (max-width: 1199px) {
  .blockquote2 {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .blockquote2 {
    font-size: 22px;
    line-height: 32px;
    padding: 9%;
    margin-bottom: 50px;
  }

  .blockquote2:after {
    opacity: 0.4;
  }

  .blockquote2 p {
    width: 100%;
    background-position: top left;
    padding: 35px 0 0 0;
  }

  .blockquote2 .author-wrap {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }

  .blockquote2 .author-wrap .author-img {
    width: 60px;
    height: 60px;
    margin-right: -62px;
  }

  .blockquote2 .author-wrap .author-txt {
    width: 100%;
    padding: 0 0 0 75px;
  }
}

/* Callout - Cards */
.callout-cards {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 80px;
}

.callout-cards:last-child {
  margin-bottom: 0;
}

.callout-cards h2,
.callout-cards .h2 {
  padding-bottom: 35px;
}

.callout-cards h2:last-child,
.callout-cards .h2:last-child {
  padding-bottom: 0;
}

.callout-cards .box {
  width: 100%;
  background: #f6f6f6;
  overflow: hidden;
  position: relative;
  padding: 4.8% 6.5% 5.5% 6.5%;
  margin: 0 0 35px 0;
}

.callout-cards .box:before {
  content: "";
  width: 9px;
  height: 100%;
  float: left;
  background: #50a7ef;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}

.callout-cards .box:last-child {
  margin-bottom: 0;
}

.callout-cards .box .logo {
  margin-bottom: 15px;
  max-width: 230px;
}

.callout-cards .box .logo:last-child {
  margin-bottom: 0;
}

.callout-cards .box .read-more {
  margin-top: 5px;
}

.callout-cards .box .read-more a {
  margin-right: -20px;
}

.callout-cards .box .btn-wrap {
  margin-top: 14px;
}

.callout-cards .box2 {
  width: 100%;
  font-family: "Tiempos Headline", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: #ffffff;
  line-height: 40px;
  background: #253e4d;
  overflow: hidden;
  position: relative;
  padding: 5% 6.5%;
  margin: 0 0 35px 0;
}

.callout-cards .box2:before {
  content: "";
  width: 9px;
  height: 100%;
  float: left;
  background: #50a7ef;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  top: 0;
  left: 0;
}

.callout-cards .box2:last-child {
  margin-bottom: 0;
}

.callout-cards .box2 p a {
  font-weight: inherit;
  color: #c0e5ed;
}

.callout-cards .box2 p a:hover,
.callout-cards .box2 p a:focus,
.callout-cards .box2 p a:active {
  color: #50a7ef;
}

@media (max-width: 1199px) {
  .callout-cards {
    margin-bottom: 70px;
  }

  .callout-cards h2,
  .callout-cards .h2 {
    padding-bottom: 30px;
  }

  .callout-cards .box:before {
    width: 7px;
  }

  .callout-cards .box2 {
    font-size: 26px;
    line-height: 36px;
  }

  .callout-cards .box2:before {
    width: 7px;
  }
}

@media (max-width: 767px) {
  .callout-cards {
    margin-bottom: 50px;
  }

  .callout-cards h2,
  .callout-cards .h2 {
    padding-bottom: 25px;
  }

  .callout-cards .box {
    padding: 8% 7% 9% 9%;
    margin-bottom: 30px;
  }

  .callout-cards .box:before {
    width: 5px;
  }

  .callout-cards .box2 {
    font-size: 22px;
    line-height: 30px;
    padding: 9%;
  }

  .callout-cards .box2:before {
    width: 5px;
  }
}

/* Callout - Box ALT */
.callout-cards.alt .box {
  font-size: 19px;
  line-height: 29px;
  background: rgba(192, 229, 237, 0.2);
}

.callout-cards.alt .box:before {
  background: #1e64af;
}

@media (min-width: 1200px) {
  .callout-cards.alt .box {
    padding-left: 8.2%;
    padding-bottom: 6%;
  }
}

@media (max-width: 1199px) {
  .callout-cards.alt .box {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .callout-cards.alt .box {
    font-size: 17px;
    line-height: 26px;
  }
}

/* Callout - Box ALT2 */
.callout-cards.alt2 .box {
  background: rgba(255, 223, 215, 0.2);
}

.callout-cards.alt2 .box:before {
  background: #633b63;
}

.callout-cards.alt2 .box h4,
.callout-cards.alt2 .box .h4 {
  padding-bottom: 20px;
}

.callout-cards.alt2 .box h4:last-child,
.callout-cards.alt2 .box .h4:last-child {
  padding-bottom: 0;
}

.callout-cards.alt2 .box p {
  padding-bottom: 14px;
}

.callout-cards.alt2 .box p:last-child {
  padding-bottom: 0;
}

@media (max-width: 767px) {

  .callout-cards.alt2 .box h4,
  .callout-cards.alt2 .box .h4 {
    padding-bottom: 15px;
  }
}

/* Callout - Info */
.callout-info {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 80px;
}

.callout-info:last-child {
  margin-bottom: 0;
}

.callout-info h2,
.callout-info .h2 {
  padding-bottom: 35px;
}

.callout-info h2:last-child,
.callout-info .h2:last-child {
  padding-bottom: 0;
}

.callout-info .aside {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -20px 0;
}

.callout-info .aside .quick-fact-item {
  width: 100%;
  float: left;
  font-size: 19px;
  line-height: 29px;
  background: rgba(255, 223, 215, 0.2);
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 36px 36px 36px 106px;
  margin: 0 0 20px 0;
}

.callout-info .aside .item-icon {
  content: "";
  width: 106px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  text-align: center;
  display: flex;
  align-items: center;
}

.callout-info .aside .item-icon img {
  margin: auto;
  max-width: 40px;
}

@media (max-width: 1199px) {
  .callout-info {
    margin-bottom: 70px;
  }

  .callout-info h2,
  .callout-info .h2 {
    padding-bottom: 30px;
  }

  .callout-info .aside .quick-fact-item {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .callout-info {
    margin-bottom: 50px;
  }

  .callout-info h2,
  .callout-info .h2 {
    padding-bottom: 25px;
  }

  .callout-info .aside .quick-fact-item {
    font-size: 17px;
    line-height: 26px;
    padding: 25px 25px 25px 86px;
  }

  .callout-info .aside .item-icon {
    width: 86px;
    background-size: 34px auto;
  }

  .callout-info .aside .item-icon img {
    max-width: 34px;
  }
}

/* Callout - Icons */
.callout-icons {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 80px;
}

.callout-icons:last-child {
  margin-bottom: 0;
}

.callout-icons h2,
.callout-icons .h2 {
  padding-bottom: 35px;
}

.callout-icons h2:last-child,
.callout-icons .h2:last-child {
  padding-bottom: 0;
}

.callout-icons .row>div h4,
.callout-icons .row>div .h4 {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 10px 0;
}

.callout-icons .row>div h4:last-child,
.callout-icons .row>div .h4:last-child {
  margin-bottom: 0;
}

.callout-icons .row>div h4 .icon,
.callout-icons .row>div .h4 .icon {
  float: left;
  line-height: 33px;
  position: relative;
  top: -1px;
  margin: 0 10px 0 0;
}

.callout-icons .row>div h4 .icon img,
.callout-icons .row>div .h4 .icon img {
  max-height: 33px;
  width: auto;
}

@media (max-width: 1199px) {
  .callout-icons {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .callout-icons {
    margin-bottom: 50px;
  }

  .callout-icons h2,
  .callout-icons .h2 {
    padding-bottom: 30px;
  }

  .callout-icons .row>div h4 .icon,
  .callout-icons .row>div .h4 .icon {
    top: -2px;
  }
}

/* Callout - Quote */
.callout-quote {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 80px;
}

.callout-quote:last-child {
  margin-bottom: 0;
}

.callout-quote .box {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  border: 1px solid #ced0f2;
  /*overflow: hidden;*/
  padding: 40px;
  margin: 0 0 35px 0;
}

.callout-quote .box:last-child {
  margin-bottom: 0;
}

.callout-quote .box .info-txt {
  width: 100%;
  float: left;
  padding: 0;
}

.callout-quote .box .info-txt h4,
.callout-quote .box .info-txt .h4 {
  padding-bottom: 24px;
}

.callout-quote .box .info-txt h4:last-child,
.callout-quote .box .info-txt .h4:last-child {
  padding-bottom: 0;
}

.callout-quote .box .info-txt p {
  padding-bottom: 14px;
}

.callout-quote .box .info-txt p:last-child {
  padding-bottom: 0;
}

.callout-quote .box .quote-txt {
  width: 275px;
  float: right;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  background: rgba(206, 208, 242, 0.3);
  overflow: hidden;
  padding: 35px;
  margin: 0 0 0 -275px;
}

@media (max-width: 1199px) {
  .callout-quote {
    margin-bottom: 70px;
  }

  .callout-quote .box {
    padding: 6%;
  }

  .callout-quote .box .info-txt {
    padding: 0 260px 0 0;
  }

  .callout-quote .box .quote-txt {
    width: 220px;
    font-size: 22px;
    line-height: 30px;
    padding: 30px;
    margin: 0 0 0 -220px;
  }
}

@media (max-width: 767px) {
  .callout-quote {
    margin-bottom: 50px;
  }

  .callout-quote .box {
    padding: 8%;
  }

  .callout-quote .box .info-txt {
    padding: 0 0 8% 0;
  }

  .callout-quote .box .info-txt h4,
  .callout-quote .box .info-txt .h4 {
    padding-bottom: 20px;
  }

  .callout-quote .box .quote-txt {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    padding: 9%;
    margin: 0;
  }
}

/* Callout - Box */
.callout-box {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 80px;
}

.callout-box:last-child {
  margin-bottom: 0;
}

.callout-box .figure {
  margin-bottom: 0;
}

.callout-box .sub-title {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 400;
  font-size: 18px;
  color: inherit;
  line-height: 24px;
  text-align: left;
  background: #c0e5ed;
  overflow: hidden;
  padding: 12px 35px;
  margin: 0;
}

.callout-box .figure-caption {
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 24px;
  color: inherit;
  line-height: 32px;
  text-align: left;
  background: #f6f6f6;
  overflow: hidden;
  padding: 35px;
  margin: 0;
}

.callout-box .figure-over {
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 135px 0 0;
}

@media (max-width: 1199px) {
  .callout-box {
    margin-bottom: 70px;
  }

  .callout-box .sub-title {
    padding: 12px 30px;
  }

  .callout-box .figure-caption {
    font-size: 20px;
    line-height: 30px;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .callout-box {
    padding-bottom: 0;
    margin-bottom: 50px;
  }

  .callout-box .sub-title {
    font-size: 16px;
    color: inherit;
    line-height: 22px;
    padding: 12px 9%;
  }

  .callout-box .figure-caption {
    font-size: 18px;
    line-height: 28px;
    padding: 9%;
  }

  .callout-box .figure-over {
    position: relative;
    padding: 0 40px 0 0;
    margin: -80px 0 0 0;
  }
}

/* Location - Cards */
.location-cards {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 80px;
}

.location-cards:last-child {
  margin-bottom: 0;
}

.location-cards h2,
.location-cards .h2 {
  padding-bottom: 35px;
}

.location-cards h2:last-child,
.location-cards .h2:last-child {
  padding-bottom: 0;
}

.location-cards .box {
  width: 100%;
  background: #f6f6f6;
  overflow: hidden;
  position: relative;
  padding: 5% 6.5%;
  margin: 0 0 35px 0;
}

.location-cards .box:last-child {
  margin-bottom: 0;
}

.location-cards .box h4,
.location-cards .box .h4 {
  padding-bottom: 10px;
}

.location-cards .box h4:last-child,
.location-cards .box .h4:last-child {
  padding-bottom: 0;
}

.location-cards .box .txt {
  margin-bottom: 25px;
}

.location-cards .box .txt:last-child {
  margin-bottom: 0;
}

.location-cards .box .address-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.location-cards .box .address-wrap .figure {
  width: 175px;
  float: left;
  margin: 0 -175px 0 0;
}

.location-cards .box .address-wrap .aside {
  width: 100%;
  float: left;
  padding: 0 0 0 195px;
  margin: -4px 0 0 0;
}

.location-cards .box .address-wrap .aside p {
  position: relative;
  padding: 0 0 0 27px;
  margin: 0 0 10px 0;
}

.location-cards .box .address-wrap .aside p:last-child {
  margin-bottom: 0;
}

.location-cards .box .address-wrap .aside p:before {
  content: "";
  width: 18px;
  height: 20px;
  float: left;
  background: url(../img/phone.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  left: 0;
}

.location-cards .box .address-wrap .aside p.address:before {
  width: 15px;
  background-image: url(../img/pin.svg);
}

.location-cards .box .address-wrap .aside p.fax:before {
  background-image: url(../img/printer.svg);
}

@media (max-width: 1199px) {
  .location-cards {
    margin-bottom: 70px;
  }

  .location-cards h2,
  .location-cards .h2 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .location-cards {
    margin-bottom: 50px;
  }

  .location-cards h2,
  .location-cards .h2 {
    padding-bottom: 25px;
  }

  .location-cards .box {
    padding: 7% 9% 9% 9%;
    margin-bottom: 30px;
  }

  .location-cards .box .address-wrap .figure {
    width: 100%;
    margin: 0 0 25px 0;
  }

  .location-cards .box .address-wrap .aside {
    padding: 0;
    margin: 0;
  }
}

/* Accordion - Items */
.accord-items {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 80px;
}

.accord-items:last-child {
  margin-bottom: 0;
}

.accord-items .accord-item {
  width: 100%;
  float: left;
  margin-bottom: 12px;
}

.accord-items .accord-item:last-child {
  margin-bottom: 0;
}

.accord-items .accord-header {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.accord-items .accord-header a {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 20px;
  color: #253e4d;
  line-height: 26px;
  text-decoration: none;
  background: #ffffff;
  position: relative;
  padding: 12px 7% 12px 5.5%;
}

.accord-items .accord-header a:after {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 100%;
  color: #1e64af;
  line-height: 1em;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  top: 50%;
  right: 5%;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.accord-items .accord-header a.collapsed:after {
  content: "\f067";
}

.accord-items .accord-body {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #c0e5ed;
  padding: 4.5% 5.5% 5.5% 5.5%;
}

.accord-items .accord-body .row {
  padding: 0 0 50px 0;
  margin: 0 -20px -40px -20px;
}

.accord-items .accord-body .row:last-child {
  padding-bottom: 0;
}

.accord-items .accord-body .row>div {
  padding: 0 20px 40px 20px;
  margin: 0;
}

.accord-items .accord-body .row>h4,
.accord-items .accord-body .row>.h4,
.accord-items .accord-body .row>div h4,
.accord-items .accord-body .row>div .h4 {
  padding-bottom: 7px;
}

.accord-items .accord-body .row>h4,
.accord-items .accord-body .row>.h4 {
  padding-left: 20px;
}

.accord-items .accord-body .row>h4:last-child,
.accord-items .accord-body .row>.h4:last-child,
.accord-items .accord-body .row>div h4:last-child,
.accord-items .accord-body .row>div .h4:last-child {
  padding-bottom: 0;
}

.accord-items .accord-body .row>div h6,
.accord-items .accord-body .row>div .h6 {
  padding-bottom: 7px;
}

.accord-items .accord-body .row>div h6:last-child,
.accord-items .accord-body .row>div .h6:last-child {
  padding-bottom: 0;
}

.accord-items .accord-body .row>div .phone-number {
  padding-top: 23px;
  padding-bottom: 23px;
}

.accord-items .accord-body .row>div .split-p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -7px -10px;
}

.accord-items .accord-body .row>div .split-p p {
  width: 50%;
  float: left;
  padding: 0 10px 7px 10px;
  margin: 0;
}

.accord-items .accord-body .row>div .read-more {
  margin-top: 10px;
}

.accord-items .accord-body .row>div .aside {
  width: 100%;
}

.accord-items .accord-body .patient-info {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 50px;
}

.accord-items .accord-body .patient-info:last-child {
  padding-bottom: 0;
}

.accord-items .accord-body .patient-info h4,
.accord-items .accord-body .patient-info .h4 {
  padding-bottom: 45px;
}

.accord-items .accord-body .patient-info h4:last-child,
.accord-items .accord-body .patient-info .h4:last-child {
  padding-bottom: 0;
}

.accord-items .accord-body .patient-info .aside {
  width: 100%;
  height: 100%;
  float: left;
  font-size: 17px;
  line-height: 26px;
  overflow: hidden;
  position: relative;
  padding-left: 28px;
}

.accord-items .accord-body .patient-info .aside:before,
.accord-items .accord-body .patient-info .aside:after {
  content: "";
  width: 6px;
  height: 50%;
  float: left;
  background: #50a7ef;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  top: 7px;
  left: 0;
}

.accord-items .accord-body .patient-info .aside:after {
  top: auto;
  bottom: 3px;
}

.accord-items .accord-body .cta-inn {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background: #253e4d;
  padding: 4.5% 6.5% 5% 6.5%;
  margin: 0 0 50px 0;
}

.accord-items .accord-body .cta-inn:last-child {
  margin-bottom: 0;
}

.accord-items .accord-body .cta-inn h4,
.accord-items .accord-body .cta-inn .h4 {
  padding-bottom: 26px;
}

.accord-items .accord-body .cta-inn h4:last-child,
.accord-items .accord-body .cta-inn .h4:last-child {
  padding-bottom: 0;
}

.accord-items .accord-body .cta-inn .btn-out,
.accord-items .accord-body .cta-inn .btn-wrap {
  margin-top: 0;
}

.accord-items .accord-body .divider {
  margin-bottom: 50px;
}

.accord-items .accord-body .divider:last-child {
  margin-bottom: 0;
}

.accord-items .accord-body .divider span {
  background: #c0e5ed;
}

.accord-items+.btn-wrap {
  margin-top: 0;
}

@media (min-width: 992px) {
  .accord-items .accord-body .row>div .aside {
    max-width: 415px;
  }

  .accord-items .accord-body .patient-info .row {
    align-items: inherit;
  }
}

@media (max-width: 1199px) {
  .accord-items {
    margin-bottom: 70px;
  }

  .accord-items .accord-header a {
    font-size: 18px;
    line-height: 24px;
  }

  .accord-items .accord-body .patient-info h4,
  .accord-items .accord-body .patient-info .h4 {
    padding-bottom: 40px;
  }

  .accord-items .accord-body .patient-info .aside {
    padding-left: 20px;
  }

  .accord-items .accord-body .patient-info .aside:before,
  .accord-items .accord-body .patient-info .aside:after {
    width: 4px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .accord-items .accord-body .row>div .split-p p {
    width: 100%;
  }
}

@media (max-width: 991px) {

  .accord-items .accord-body .patient-info h4,
  .accord-items .accord-body .patient-info .h4 {
    padding-bottom: 30px;
  }

  .accord-items .accord-body .cta-inn {
    padding: 6.5%;
  }
}

@media (max-width: 767px) {
  .accord-items {
    margin-bottom: 50px;
  }

  .accord-items .accord-item {
    border-bottom: 1px solid #c0e5ed;
    margin-bottom: 0;
  }

  .accord-items .accord-item:first-child {
    border-top: 1px solid #c0e5ed;
  }

  .accord-items .accord-header a {
    font-size: 17px;
    line-height: 23px;
    background: none;
    padding: 15px 30px 15px 0;
  }

  .accord-items .accord-header a:after {
    right: 0;
  }

  .accord-items .accord-body {
    background: none;
    border-top: none;
    padding: 10px 0 40px 0;
  }

  .accord-items .accord-body .row {
    padding: 0 0 35px 0;
    margin: 0 -15px -30px -15px;
  }

  .accord-items .accord-body .row>div {
    padding: 0 15px 30px 15px;
  }

  .accord-items .accord-body .row>div .phone-number {
    margin: 18px 0;
  }

  .accord-items .accord-body .row>div .read-more {
    margin-top: 5px;
  }

  .accord-items .accord-body .row>div .split-p p {
    width: 100%;
  }

  .accord-items .accord-body .patient-info {
    padding-bottom: 35px;
  }

  .accord-items .accord-body .patient-info h4,
  .accord-items .accord-body .patient-info .h4 {
    padding-bottom: 25px;
  }

  .accord-items .accord-body .cta-inn {
    padding: 7% 8%;
    margin: 0 0 35px 0;
  }

  .accord-items .accord-body .cta-inn h4,
  .accord-items .accord-body .cta-inn .h4 {
    padding-bottom: 20px;
  }

  .accord-items .accord-body .divider {
    margin-bottom: 35px;
  }
}

@media (max-width: 399px) {
  .accord-items .accord-body .cta-inn .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Locations - Info */
.locations-info {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  /*overflow: hidden;*/
  margin-bottom: 135px;
}

.locations-info:last-child {
  margin-bottom: 0;
}

.locations-info h2,
.locations-info .h2 {
  padding-bottom: 35px;
}

.locations-info h2:last-child,
.locations-info .h2:last-child {
  padding-bottom: 0;
}

.locations-info .item-box {
  width: 100%;
  font-size: 19px;
  line-height: 29px;
  background: rgba(192, 229, 237, 0.2);
  overflow: hidden;
  position: relative;
  padding: 5.5% 6% 6% 6%;
  margin: 0 0 40px 0;
}

.locations-info .item-box .accord-body .col-md-6:last-child img {
  max-height: 220px;
  width: auto;
  float: right;
}

.locations-info .item-box:last-child {
  margin-bottom: 0;
}

.locations-info .item-box .head-txt {
  margin-bottom: 44px;
}

.locations-info .item-box .head-txt:last-child {
  margin-bottom: 0;
}

.locations-info .item-box .head-txt h2,
.locations-info .item-box .head-txt .h2,
.locations-info .item-box .head-txt h4,
.locations-info .item-box .head-txt .h4 {
  position: relative;
  padding: 0 0 0 39px;
  margin: 0 0 7px 0;
}

.locations-info .item-box .head-txt h2:last-child,
.locations-info .item-box .head-txt .h2:last-child,
.locations-info .item-box .head-txt h4:last-child,
.locations-info .item-box .head-txt .h4:last-child {
  margin-bottom: 0;
}

.locations-info .item-box .head-txt h2:before,
.locations-info .item-box .head-txt .h2:before,
.locations-info .item-box .head-txt h4:before,
.locations-info .item-box .head-txt .h4:before {
  content: "";
  width: 24px;
  height: 31px;
  float: left;
  background: url(../img/place.svg) no-repeat left center;
  background-size: 100% auto;
  position: absolute;
  top: 3px;
  left: 0;
}

.locations-info .item-box .head-txt h2,
.locations-info .item-box .head-txt .h2 {
  padding-left: 63px;
}

.locations-info .item-box .head-txt h2:before,
.locations-info .item-box .head-txt .h2:before {
  width: 44px;
  height: 60px;
  background-image: url(../img/place-bluelight.svg);
  top: 0;
}

.locations-info .item-box:nth-child(even) {
  background: rgba(206, 208, 242, 0.2);
}

.locations-info .item-box:nth-child(even) .head-txt h2:before,
.locations-info .item-box:nth-child(even) .head-txt .h2:before {
  background-image: url(../img/place-light.svg);
}

@media (max-width: 1199px) {
  .locations-info {
    margin-bottom: 95px;
  }

  .locations-info h2,
  .locations-info .h2 {
    padding-bottom: 30px;
  }

  .locations-info .item-box {
    font-size: 18px;
    line-height: 28px;
  }

  .locations-info .item-box .head-txt {
    margin-bottom: 30px;
  }

  .locations-info .item-box .head-txt h2,
  .locations-info .item-box .head-txt .h2 {
    padding-left: 55px;
  }

  .locations-info .item-box .head-txt h2:before,
  .locations-info .item-box .head-txt .h2:before {
    width: 38px;
    height: 48px;
    top: 1px;
  }

  .locations-info .item-box .head-txt h4,
  .locations-info .item-box .head-txt .h4 {
    padding: 0 0 0 36px;
  }

  .locations-info .item-box .head-txt h4:before,
  .locations-info .item-box .head-txt .h4:before {
    top: 2px;
  }
}

@media (max-width: 767px) {
  .locations-info {
    margin-bottom: 70px;
  }

  .locations-info h2,
  .locations-info .h2 {
    padding-bottom: 25px;
  }

  .locations-info .item-box {
    font-size: 17px;
    line-height: 26px;
    padding: 7% 9% 9% 9%;
  }

  .locations-info .item-box .head-txt {
    margin-bottom: 20px;
  }

  .locations-info .item-box .head-txt h2,
  .locations-info .item-box .head-txt .h2 {
    padding-left: 45px;
  }

  .locations-info .item-box .head-txt h2:before,
  .locations-info .item-box .head-txt .h2:before {
    width: 30px;
    height: 40px;
    top: 0;
  }

  .locations-info .item-box .head-txt h4,
  .locations-info .item-box .head-txt .h4 {
    padding: 0 0 0 34px;
  }

  .locations-info .item-box .head-txt h4:before,
  .locations-info .item-box .head-txt .h4:before {
    width: 22px;
    height: 29px;
    top: 1px;
  }
}

/* Locations - Info ALT */
.locations-info.alt {
  margin-bottom: 80px;
}

.locations-info.alt:last-child {
  margin-bottom: 0;
}

.locations-info.alt .accord-items .accord-body .row>div .phone-number {
  margin: 0;
}

.locations-info.alt .accord-items .accord-body .row>div .phone-number a {
  font-size: 18px;
  text-decoration: underline;
}

.locations-info.alt .accord-items .accord-body .row>div .phone-number a:before {
  width: 21px;
  height: 21px;
  margin: -1px 8px 1px 0;
}

.locations-info.alt .accord-items .accord-body .row>div .phone-number a:hover,
.locations-info.alt .accord-items .accord-body .row>div .phone-number a:focus,
.locations-info.alt .accord-items .accord-body .row>div .phone-number a:active {
  text-decoration: none;
}

.locations-info.alt .item-box {
  background: rgba(206, 208, 242, 0.2);
  padding: 5% 5.5%;
  margin-bottom: 20px;
}

.locations-info.alt .item-box:last-child {
  margin-bottom: 0;
}

.locations-info.alt .item-box .head-txt {
  margin-bottom: 24px;
}

.locations-info.alt .item-box .head-txt:last-child {
  margin-bottom: 0;
}

.locations-info.alt .item-box .head-txt h2:before,
.locations-info.alt .item-box .head-txt .h2:before {
  background-image: url(../img/place-light.svg);
}

.locations-info.alt .item-box:nth-child(even) {
  background: rgba(206, 208, 242, 0.2);
}

.locations-info.alt .item-box:nth-child(even) .head-txt h2:before,
.locations-info.alt .item-box:nth-child(even) .head-txt .h2:before {
  background-image: url(../img/place-light.svg);
}

.locations-info.alt .accord-items .accord-body {
  padding-bottom: 7.5%;
}

.locations-info.alt .accord-items .accord-body .row>div {
  padding: 0 20px 0 20px;
}

@media (min-width: 768px) {
  .locations-info.alt .accord-items .accord-body .row>div {
    width: 60%;
  }

  .locations-info.alt .accord-items .accord-body .row>div:nth-child(even) {
    width: 40%;
  }
}

@media (min-width: 992px) {
  .locations-info.alt .accord-items .accord-body .row>div .split-p p {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .locations-info.alt {
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .locations-info.alt .item-box {
    padding: 5.5% 6% 6% 6%;
  }
}

@media (max-width: 767px) {
  .locations-info.alt {
    margin-bottom: 50px;
  }

  .locations-info.alt .item-box {
    padding: 7% 9% 9% 9%;
  }
}

/* Member - Stories */
.member-stories {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 80px;
}

.member-stories:last-child {
  margin-bottom: 0;
}

.member-stories h2,
.member-stories .h2 {
  padding-bottom: 35px;
}

.member-stories h2:last-child,
.member-stories .h2:last-child {
  padding-bottom: 0;
}

.member-stories .box {
  width: 100%;
  background: rgba(206, 208, 242, 0.2);
  overflow: hidden;
  position: relative;
  padding: 4.8% 6.5% 5.5% 6.5%;
  margin: 0 0 45px 0;
}

.member-stories .box:last-child {
  margin-bottom: 0;
}

.member-stories .box h4,
.member-stories .box .h4 {
  padding-bottom: 10px;
}

.member-stories .box h4:last-child,
.member-stories .box .h4:last-child {
  padding-bottom: 0;
}

.member-stories .box .read-more {
  margin-top: 5px;
}

.member-stories .box .btn-wrap {
  margin-top: 14px;
}

.member-stories .box .figure {
  width: 29.5%;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  bottom: 44px;
  border-bottom-left-radius: 210px;
  overflow: hidden;
}

.member-stories .box .aside {
  width: 100%;
  min-height: 210px;
  float: left;
  padding: 0 34% 0 0;
}

.member-stories .box.box-bg-orange {
  background: rgba(255, 223, 215, 0.2);
}

.member-stories .box.box-bg-blue {
  background: rgba(192, 229, 237, 0.2);
}

.member-stories .box.box-bg-gray {
  background: #f6f6f6;
}

@media (max-width: 1199px) {
  .member-stories {
    margin-bottom: 70px;
  }

  .member-stories h2,
  .member-stories .h2 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .member-stories {
    margin-bottom: 50px;
  }

  .member-stories h2,
  .member-stories .h2 {
    padding-bottom: 25px;
  }

  .member-stories .box {
    padding: 8% 7% 9% 9%;
    margin-bottom: 35px;
  }

  .member-stories .box .read-more a {
    text-decoration: underline;
    max-width: 170px;
  }

  .member-stories .box .read-more a:before {
    display: none;
  }

  .member-stories .box .read-more a:hover,
  .member-stories .box .read-more a:focus,
  .member-stories .box .read-more a:active {
    text-decoration: none;
  }

  .member-stories .box .figure {
    width: 93%;
    float: right;
    position: relative;
    margin: -9% -8% 20px 7%;
  }

  .member-stories .box .aside {
    min-height: inherit;
    padding: 0;
  }
}

/* Sort - By */
.sort-by {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.sort-by .flabel {
  float: none;
  display: inline-block;
  vertical-align: middle;
}

.sort-by .sort-dropdown {
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.sort-by .sort-dropdown .dropdown-toggle {
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  color: #253e4d;
  text-decoration: underline;
  position: relative;
  padding: 0 25px 0 0;
  margin: 0;
}

.sort-by .sort-dropdown .dropdown-toggle:after {
  content: "\f078";
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 900;
  font-size: 100%;
  color: #1e64af;
  line-height: 100%;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 1px 0 -1px 0;
}

.sort-by .sort-dropdown .dropdown-toggle.show:after {
  content: "\f077";
}

.sort-by .sort-dropdown .dropdown-toggle:hover,
.sort-by .sort-dropdown .dropdown-toggle:focus,
.sort-by .sort-dropdown .dropdown-toggle:active {
  color: #1e64af;
}

.sort-by .sort-dropdown .dropdown-menu {
  min-width: 190px;
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ffffff;
  border: 1px solid #ced0f2;
  border-radius: 0;
  overflow: hidden;
  transform: translate(0) !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important;
  padding: 20px 25px !important;
  margin: 0 -25px !important;
}

.sort-by .sort-dropdown .dropdown-menu.show {
  display: -ms-flexbox;
  display: flex;
}

.sort-by .sort-dropdown .dropdown-menu ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 -10px 0;
}

.sort-by .sort-dropdown .dropdown-menu ul li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 10px 0;
}

.sort-by .sort-dropdown .dropdown-menu ul li:before {
  display: none;
}

.sort-by .sort-dropdown .dropdown-menu ul li a {
  font-weight: 500;
  color: #253e4d;
  text-decoration: none;
  white-space: nowrap;
}

.sort-by .sort-dropdown .dropdown-menu ul li a:hover,
.sort-by .sort-dropdown .dropdown-menu ul li a:focus,
.sort-by .sort-dropdown .dropdown-menu ul li a:active,
.sort-by .sort-dropdown .dropdown-menu ul li a.active {
  color: #1e64af;
  text-decoration: underline;
}

/* Filter - Bar */
.filter-bar {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
}

.filter-bar:last-child {
  margin-bottom: 0;
}

.filter-bar .filter-title {
  width: 100%;
  float: left;
  border-bottom: 2px solid #ced0f2;
  position: relative;
  padding-bottom: 10px;
}

.filter-bar .filter-title .filter-toggle {
  height: 30px;
  float: left;
  font-weight: 400;
  font-size: 24px;
  color: #253e4d;
  line-height: 30px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  padding: 0 0 0 45px;
  margin: 0;
}

.filter-bar .filter-title .filter-toggle:before {
  content: "";
  width: 29px;
  height: 30px;
  float: left;
  background: url(../img/filter.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}

.filter-bar .filter-title .filter-reset {
  height: 30px;
  float: left;
  font-weight: 600;
  font-size: 17px;
  color: #253e4d;
  line-height: 30px;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  display: none;
}

.filter-bar .filter-title .filter-reset:hover {
  color: #1e64af;
  text-decoration: underline;
}

.filter-bar .filter-cont {
  width: 100%;
  height: 0;
  float: left;
  background: rgba(206, 208, 242, 0.3);
  overflow: hidden;
  visibility: hidden;
  padding: 0 45px;
}

.filter-bar .filter-cont .form-check-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 0;
  margin: 0 -18px -18px 0;
}

.filter-bar .filter-cont .form-check-group .form-check {
  width: 33.33333333333333%;
  float: left;
  padding-right: 18px;
  margin-bottom: 18px;
}

.filter-bar .filter-cont .form-check-group .form-check .form-check-input {
  top: 2px;
}

.filter-bar .filter-cont .form-check-group .form-check label {
  font-size: 19px;
  line-height: 29px;
}

.filter-bar.active .filter-title .filter-toggle:before {
  background-image: url(../img/close-gray.svg);
  background-size: 90% auto;
}

.filter-bar.active .filter-title .filter-reset {
  display: block;
}

.filter-bar.active .filter-cont {
  height: auto;
  visibility: visible;
}

@media (max-width: 1199px) {
  .filter-bar {
    margin-bottom: 50px;
  }

  .filter-bar .filter-title .filter-toggle {
    font-size: 22px;
  }

  .filter-bar .filter-cont .form-check-group .form-check label {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .filter-bar .filter-cont .form-check-group .form-check {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .filter-bar {
    margin-bottom: 40px;
  }

  .filter-bar .filter-title .filter-toggle {
    height: 25px;
    font-size: 20px;
    line-height: 25px;
    padding-left: 35px;
  }

  .filter-bar .filter-title .filter-toggle:before {
    width: 24px;
    height: 25px;
  }

  .filter-bar .filter-title .filter-reset {
    height: 25px;
    line-height: 25px;
  }

  .filter-bar .filter-cont .form-check-group .form-check label {
    font-size: 17px;
    line-height: 26px;
  }

  .filter-bar .filter-cont {
    padding: 0 35px;
  }

  .filter-bar .filter-cont .form-check-group {
    padding: 25px 0 35px 0;
  }

  .filter-bar .filter-cont .form-check-group .form-check {
    width: 100%;
  }

  .filter-bar .filter-cont .form-check-group .form-check .form-check-input {
    top: 1px;
  }
}

/* Heading - Txt */
.heading-txt {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  line-height: 29px;
  text-align: center;
  margin-bottom: 60px;
}

.heading-txt:last-child {
  margin-bottom: 0;
}

.heading-txt .icon,
.heading-txt .logo {
  margin-bottom: 15px;
}

.heading-txt .icon:last-child,
.heading-txt .logo:last-child {
  margin-bottom: 0;
}

.heading-txt .aside {
  width: 100%;
  max-width: 630px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .heading-txt {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .heading-txt {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 40px;
  }
}

/* Heading - Txt2 */
.heading-txt2 {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 50px;
}

.heading-txt2:last-child {
  margin-bottom: 0;
}

.heading-txt2 .icon,
.heading-txt2 .logo {
  margin-bottom: 15px;
}

.heading-txt2 .icon:last-child,
.heading-txt2 .logo:last-child {
  margin-bottom: 0;
}

.heading-txt2 .aside {
  width: 100%;
  max-width: 585px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1199px) {
  .heading-txt2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .heading-txt2 {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}

/* Heading - Txt3 */
.heading-txt3 {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #ced0f2;
  padding-bottom: 32px;
  margin-bottom: 70px;
}

.heading-txt3:last-child {
  margin-bottom: 0;
}

.heading-txt3 h2,
.heading-txt3 .h2 {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 180px 0 3px;
  margin: 0 -4px;
}

.heading-txt3 .btn-wrap {
  width: 250px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  padding: 0;
  margin: 0 -8px 0 -250px;
}

.heading-txt3 .btn-wrap .btn {
  float: none;
  margin: 0;
}

@media (max-width: 767px) {
  .heading-txt3 {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .heading-txt3 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 47px;
  }

  .heading-txt3 h2,
  .heading-txt3 .h2 {
    padding: 0;
    margin: 0 0 30px 0;
  }

  .heading-txt3 .btn-wrap {
    width: 100%;
    text-align: left;
    margin: 0;
  }
}

/* Form - Block */
.form-block {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  background: rgba(206, 208, 242, 0.3);
  padding: 5% 7% 6% 7%;
  margin-bottom: 80px;
}

.form-block:last-child {
  margin-bottom: 0;
}

.form-block form {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.form-block ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -12px -25px -12px;
}

.form-block ul li {
  width: 100%;
  float: left;
  line-height: 1em;
  padding: 0 12px 25px 12px;
  margin: 0;
}

.form-block ul li:last-child {
  padding-bottom: 25px;
}

.form-block ul li:before {
  display: none;
}

.form-block ul li.half-width {
  width: 50%;
}

.form-block ul li.check-radio-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-block ul li.check-radio-wrap label {
  margin-bottom: 15px;
}

.form-block ul li.check-radio-wrap .form-check .form-check-label {
  margin-bottom: 0;
}

.form-block .btn-out {
  margin: 40px 0 40px 0;
}

.form-block .btn-out:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .form-block {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .form-block {
    padding: 9%;
    margin-bottom: 50px;
  }
}

/* Search - Box */
.search-box {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.search-box form {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}

.search-box select,
.search-box textarea,
.search-box input[type="text"],
.search-box input[type="password"],
.search-box input[type="datetime"],
.search-box input[type="datetime-local"],
.search-box input[type="date"],
.search-box input[type="month"],
.search-box input[type="time"],
.search-box input[type="week"],
.search-box input[type="number"],
.search-box input[type="email"],
.search-box input[type="url"],
.search-box input[type="search"],
.search-box input[type="tel"],
.search-box input[type="color"],
.search-box .uneditable-input {
  height: 65px;
  font-size: 20px;
  line-height: 24px;
  box-shadow: inset #1e64af 0 0 0 2px;
  padding: 15px 95px 15px 30px;
}

.services-cont .row>div .search-box input::placeholder,
.services-cont .row>div .search-box input::-moz-placeholder,
.services-cont .row>div .search-box input::-webkit-input-placeholder {
  color: #ffffff;
}

.search-box select.colorize expand-item:not([disabled]) {
  font-weight: 300;
}

.search-box select.colorize expand-item.def:not([disabled]),
.search-box select.colorize.empty:not([disabled]) {
  font-weight: 300;
}

.search-box ::-webkit-input-placeholder,
.search-box ::-webkit-textarea-placeholder {
  font-weight: 300;
}

.search-box input::-moz-placeholder,
.search-box textarea::-moz-placeholder {
  font-weight: 300;
}

.search-box ::-moz-placeholder {
  font-weight: 300;
}

.search-box ::-ms-input-placeholder {
  font-weight: 300;
}

.search-box .btn,
.search-box input[type="button"],
.search-box input[type="submit"] {
  min-width: inherit;
  width: 65px;
  height: 65px;
  float: right;
  background: #1e64af url(../img/search-white.svg) no-repeat center center;
  background-size: 25px auto;
  box-shadow: none;
  border-radius: 0;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.search-box .btn:hover,
.search-box .btn:focus,
.search-box .btn:active,
.search-box .btn:active:focus,
.search-box .btn.active,
.search-box .btn.active:focus,
.search-box input[type="button"]:hover,
.search-box input[type="button"]:focus,
.search-box input[type="button"]:active,
.search-box input[type="button"]:active:focus,
.search-box input[type="button"].active,
.search-box input[type="button"].active:focus,
.search-box input[type="submit"]:hover,
.search-box input[type="submit"]:focus,
.search-box input[type="submit"]:active,
.search-box input[type="submit"]:active:focus,
.search-box input[type="submit"].active,
.search-box input[type="submit"].active:focus,
.search-box .btn:not(:disabled):not(.disabled).active,
.search-box .btn:not(:disabled):not(.disabled):active {
  background: #1e64af url(../img/search-white.svg) no-repeat center center;
  background-size: 25px auto;
  outline: 0;
}

@media (max-width: 1199px) {

  .search-box select,
  .search-box textarea,
  .search-box input[type="text"],
  .search-box input[type="password"],
  .search-box input[type="datetime"],
  .search-box input[type="datetime-local"],
  .search-box input[type="date"],
  .search-box input[type="month"],
  .search-box input[type="time"],
  .search-box input[type="week"],
  .search-box input[type="number"],
  .search-box input[type="email"],
  .search-box input[type="url"],
  .search-box input[type="search"],
  .search-box input[type="tel"],
  .search-box input[type="color"],
  .search-box .uneditable-input {
    height: 60px;
    padding-right: 90px;
  }

  .search-box .btn,
  .search-box input[type="button"],
  .search-box input[type="submit"] {
    width: 60px;
    height: 60px;
    background-size: 22px auto;
  }

  .search-box .btn:hover,
  .search-box .btn:focus,
  .search-box .btn:active,
  .search-box .btn:active:focus,
  .search-box .btn.active,
  .search-box .btn.active:focus,
  .search-box input[type="button"]:hover,
  .search-box input[type="button"]:focus,
  .search-box input[type="button"]:active,
  .search-box input[type="button"]:active:focus,
  .search-box input[type="button"].active,
  .search-box input[type="button"].active:focus,
  .search-box input[type="submit"]:hover,
  .search-box input[type="submit"]:focus,
  .search-box input[type="submit"]:active,
  .search-box input[type="submit"]:active:focus,
  .search-box input[type="submit"].active,
  .search-box input[type="submit"].active:focus,
  .search-box .btn:not(:disabled):not(.disabled).active,
  .search-box .btn:not(:disabled):not(.disabled):active {
    background-size: 22px auto;
  }
}

@media (max-width: 767px) {

  .search-box select,
  .search-box textarea,
  .search-box input[type="text"],
  .search-box input[type="password"],
  .search-box input[type="datetime"],
  .search-box input[type="datetime-local"],
  .search-box input[type="date"],
  .search-box input[type="month"],
  .search-box input[type="time"],
  .search-box input[type="week"],
  .search-box input[type="number"],
  .search-box input[type="email"],
  .search-box input[type="url"],
  .search-box input[type="search"],
  .search-box input[type="tel"],
  .search-box input[type="color"],
  .search-box .uneditable-input {
    height: 46px;
    padding: 8px 71px 8px 25px;
  }

  .search-box .btn,
  .search-box input[type="button"],
  .search-box input[type="submit"] {
    width: 46px;
    height: 46px;
    background-size: 17px auto;
  }

  .search-box .btn:hover,
  .search-box .btn:focus,
  .search-box .btn:active,
  .search-box .btn:active:focus,
  .search-box .btn.active,
  .search-box .btn.active:focus,
  .search-box input[type="button"]:hover,
  .search-box input[type="button"]:focus,
  .search-box input[type="button"]:active,
  .search-box input[type="button"]:active:focus,
  .search-box input[type="button"].active,
  .search-box input[type="button"].active:focus,
  .search-box input[type="submit"]:hover,
  .search-box input[type="submit"]:focus,
  .search-box input[type="submit"]:active,
  .search-box input[type="submit"]:active:focus,
  .search-box input[type="submit"].active,
  .search-box input[type="submit"].active:focus,
  .search-box .btn:not(:disabled):not(.disabled).active,
  .search-box .btn:not(:disabled):not(.disabled):active {
    background-size: 17px auto;
  }
}

/* Newsletter - Form */
.newsletter-form {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.newsletter-form form {
  width: 100%;
  position: relative;
  padding: 0;
  margin: 0;
}

.newsletter-form select,
.newsletter-form textarea,
.newsletter-form input[type="text"],
.newsletter-form input[type="password"],
.newsletter-form input[type="datetime"],
.newsletter-form input[type="datetime-local"],
.newsletter-form input[type="date"],
.newsletter-form input[type="month"],
.newsletter-form input[type="time"],
.newsletter-form input[type="week"],
.newsletter-form input[type="number"],
.newsletter-form input[type="email"],
.newsletter-form input[type="url"],
.newsletter-form input[type="search"],
.newsletter-form input[type="tel"],
.newsletter-form input[type="color"],
.newsletter-form .uneditable-input {
  height: 65px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 900px;
  padding: 20px 194px 20px 30px;
  font-size: 15px;
}

.newsletter-form select.colorize expand-item:not([disabled]) {
  color: rgba(37, 62, 77, 0.7);
}

.newsletter-form select.colorize expand-item.def:not([disabled]),
.newsletter-form select.colorize.empty:not([disabled]) {
  color: rgba(37, 62, 77, 0.7);
}

.newsletter-form ::-webkit-input-placeholder,
.newsletter-form ::-webkit-textarea-placeholder {
  color: rgba(37, 62, 77, 0.7);
}

.newsletter-form input::-moz-placeholder,
.newsletter-form textarea::-moz-placeholder {
  color: rgba(37, 62, 77, 0.7);
}

.newsletter-form ::-moz-placeholder {
  color: rgba(37, 62, 77, 0.7);
}

.newsletter-form ::-ms-input-placeholder {
  color: rgba(37, 62, 77, 0.7);
}

.newsletter-form .btn,
.newsletter-form input[type="button"],
.newsletter-form input[type="submit"] {
  width: 164px;
  height: 65px;
  line-height: 65px;
  text-align: left;
  /* background: #c0e5ed url(../img/chevron-right.svg) no-repeat right center; */
  background: #c0e5ed;
  background-size: 10px auto;
  background-position: top 25px right 40px;
  box-shadow: none;
  border-radius: 900px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 0 40px;
  margin: 0;
  z-index: 1;
}

.newsletter-form .btn:hover,
.newsletter-form .btn:focus,
.newsletter-form .btn:active,
.newsletter-form .btn:active:focus,
.newsletter-form .btn.active,
.newsletter-form .btn.active:focus,
.newsletter-form input[type="button"]:hover,
.newsletter-form input[type="button"]:focus,
.newsletter-form input[type="button"]:active,
.newsletter-form input[type="button"]:active:focus,
.newsletter-form input[type="button"].active,
.newsletter-form input[type="button"].active:focus,
.newsletter-form input[type="submit"]:hover,
.newsletter-form input[type="submit"]:focus,
.newsletter-form input[type="submit"]:active,
.newsletter-form input[type="submit"]:active:focus,
.newsletter-form input[type="submit"].active,
.newsletter-form input[type="submit"].active:focus,
.newsletter-form .btn:not(:disabled):not(.disabled).active,
.newsletter-form .btn:not(:disabled):not(.disabled):active {
  color: #ffffff;
  /* background: #50a7ef url(../img/chevron-right-white.svg) no-repeat right center; */
  background: #50a7ef;
  background-size: 10px auto;
  background-position: top 25px right 40px;
}

@media (max-width: 1199px) {

  .newsletter-form select,
  .newsletter-form textarea,
  .newsletter-form input[type="text"],
  .newsletter-form input[type="password"],
  .newsletter-form input[type="datetime"],
  .newsletter-form input[type="datetime-local"],
  .newsletter-form input[type="date"],
  .newsletter-form input[type="month"],
  .newsletter-form input[type="time"],
  .newsletter-form input[type="week"],
  .newsletter-form input[type="number"],
  .newsletter-form input[type="email"],
  .newsletter-form input[type="url"],
  .newsletter-form input[type="search"],
  .newsletter-form input[type="tel"],
  .newsletter-form input[type="color"],
  .newsletter-form .uneditable-input {
    height: 60px;
    padding: 15px 179px 15px 25px;
  }

  .newsletter-form .btn,
  .newsletter-form input[type="button"],
  .newsletter-form input[type="submit"] {
    height: 60px;
    line-height: 60px;
    background-position: top 23px right 40px;
  }

  .newsletter-form .btn:hover,
  .newsletter-form .btn:focus,
  .newsletter-form .btn:active,
  .newsletter-form .btn:active:focus,
  .newsletter-form .btn.active,
  .newsletter-form .btn.active:focus,
  .newsletter-form input[type="button"]:hover,
  .newsletter-form input[type="button"]:focus,
  .newsletter-form input[type="button"]:active,
  .newsletter-form input[type="button"]:active:focus,
  .newsletter-form input[type="button"].active,
  .newsletter-form input[type="button"].active:focus,
  .newsletter-form input[type="submit"]:hover,
  .newsletter-form input[type="submit"]:focus,
  .newsletter-form input[type="submit"]:active,
  .newsletter-form input[type="submit"]:active:focus,
  .newsletter-form input[type="submit"].active,
  .newsletter-form input[type="submit"].active:focus,
  .newsletter-form .btn:not(:disabled):not(.disabled).active,
  .newsletter-form .btn:not(:disabled):not(.disabled):active {
    background-position: top 23px right 40px;
  }
}

@media (max-width: 767px) {

  .newsletter-form select,
  .newsletter-form textarea,
  .newsletter-form input[type="text"],
  .newsletter-form input[type="password"],
  .newsletter-form input[type="datetime"],
  .newsletter-form input[type="datetime-local"],
  .newsletter-form input[type="date"],
  .newsletter-form input[type="month"],
  .newsletter-form input[type="time"],
  .newsletter-form input[type="week"],
  .newsletter-form input[type="number"],
  .newsletter-form input[type="email"],
  .newsletter-form input[type="url"],
  .newsletter-form input[type="search"],
  .newsletter-form input[type="tel"],
  .newsletter-form input[type="color"],
  .newsletter-form .uneditable-input {
    height: 45px;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 138px 15px 25px;
  }

  .newsletter-form .btn,
  .newsletter-form input[type="button"],
  .newsletter-form input[type="submit"] {
    width: 113px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    padding-left: 20px;
    background-size: 8px auto;
    background-position: top 17px right 20px;
  }

  .newsletter-form .btn:hover,
  .newsletter-form .btn:focus,
  .newsletter-form .btn:active,
  .newsletter-form .btn:active:focus,
  .newsletter-form .btn.active,
  .newsletter-form .btn.active:focus,
  .newsletter-form input[type="button"]:hover,
  .newsletter-form input[type="button"]:focus,
  .newsletter-form input[type="button"]:active,
  .newsletter-form input[type="button"]:active:focus,
  .newsletter-form input[type="button"].active,
  .newsletter-form input[type="button"].active:focus,
  .newsletter-form input[type="submit"]:hover,
  .newsletter-form input[type="submit"]:focus,
  .newsletter-form input[type="submit"]:active,
  .newsletter-form input[type="submit"]:active:focus,
  .newsletter-form input[type="submit"].active,
  .newsletter-form input[type="submit"].active:focus,
  .newsletter-form .btn:not(:disabled):not(.disabled).active,
  .newsletter-form .btn:not(:disabled):not(.disabled):active {
    background-size: 8px auto;
    background-position: top 17px right 20px;
  }
}

/* alert-info */
.alert-info {
  width: 100%;
  text-align: center;
  background: #ffb35a;
  box-shadow: none;
  border: none;
  overflow: hidden;
  padding: 15px 0;
  margin: 0;
}

.alert-info a {
  color: #055160;
}

.alert-info a:hover,
.alert-info a:active,
.alert-info a:focus {
  color: #000000;
}

.alert-info.showhide {
  display: none;
}

@media (max-width: 1199px) {
  .alert-info {
    font-size: 17px;
    line-height: 26px;
  }
}

@media (max-width: 767px) {
  .alert-info {
    font-size: 14px;
    line-height: 20px;
  }

  .alert-info .container {
    padding: 0 5%;
  }
}

/*
 3.) Header - Main
----------------------------------------*/
.header-main {
  width: 100%;
  height: 140px;
  float: left;
  background: #ffffff;
  box-shadow: 0px 4px 14px #0000000f;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.fixed-scrollup .header-main {
  position: fixed;
}

@media (min-width: 1200px) {
  .header-main .container {
    max-width: 1680px;
  }
}

@media (max-width: 1199px) {
  .header-main {
    height: 120px;
  }
}

/* For - All */
.header-main .phone-number {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.header-main .phone-number a {
  height: 28px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border-color: #c0e5ed;
  background: none;
  padding: 0 12px;
}

.header-main .phone-number a:before {
  width: 12px;
  height: 12px;
  background-image: url(../img/phone-white.svg);
  margin: 0 7px 0 0;
}

.header-main .phone-number a:hover,
.header-main .phone-number a:focus,
.header-main .phone-number a:active {
  color: #50a7ef;
  text-decoration: none;
  border-color: #50a7ef;
}

.header-main .phone-number a:hover:before,
.header-main .phone-number a:focus:before,
.header-main .phone-number a:active:before {
  background-image: url(../img/phone-blue.svg);
}

.header-main .gtranslate-dropdown {
  width: 100%;
  float: left;
  position: relative;
}

.header-main .gtranslate-dropdown .trp-language-switcher {
  width: auto;
}

.header-main .gtranslate-dropdown .trp-ls-shortcode-current-language a span {
  vertical-align: baseline;
}

.header-main .gtranslate-dropdown .trp-language-switcher {
  height: 40px;
  float: left;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: 0px;
  padding: 0 15px;
}

.header-main .gtranslate-dropdown .trp-language-switcher,
.header-main .gtranslate-dropdown .trp-language-switcher>div {
  background-color: #253e4d;
  border: 0px;
}

.header-main .gtranslate-dropdown .trp-language-switcher>div a {
  color: #ffffff;
}

.header-main .gtranslate-dropdown .trp-ls-shortcode-current-language a,
.header-main .gtranslate-dropdown .trp-ls-shortcode-language a,
.header-main .gtranslate-dropdown .trp-ls-disabled-language a,
.trp-language-switcher>div>a.trp-ls-shortcode-disabled-language:hover {
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-decoration: none;
  text-align: left;
  background: url(../img/globe-white.svg) no-repeat left center;
  background-size: 18px auto;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  position: relative;
  overflow: hidden;
  padding: 0 15px 0 23px;
}

.header-main .gtranslate-dropdown .wpml-ls-legacy-dropdown a {
  border: 0;
}

.header-main .gtranslate-dropdown .trp-language-switcher>div:after,
.header-main .gtranslate-dropdown .trp-ls-shortcode-language a:after {
  content: "";
  width: 10px;
  height: 100%;
  float: left;
  background: url(../img/nav-arrow-white.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: 0;
}

.header-main .gtranslate-dropdown .trp-ls-shortcode-language a:hover,
.header-main .gtranslate-dropdown .trp-ls-shortcode-language a:focus,
.header-main .gtranslate-dropdown .trp-ls-shortcode-language a:active {
  color: #50a7ef;
  background-image: url(../img/globe-bluelight.svg);
}

.header-main .gtranslate-dropdown .trp-ls-shortcode-language a:hover:after,
.header-main .gtranslate-dropdown .trp-ls-shortcode-language a:focus:after,
.header-main .gtranslate-dropdown .trp-ls-shortcode-language a:active:after,
.header-main .gtranslate-dropdown:hover .trp-ls-shortcode-language a:after {
  background-image: url(../img/nav-arrow-bluelight.svg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header-main .gtranslate-dropdown .option {
  min-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #253e4d;
  transition: all 0.2s ease-in-out;
  transform-origin: left top;
  transform: scaleY(0);
  visibility: hidden;
  opacity: 0;
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 5px 0;
  margin: 0 -10px;
  border: 0;
}

.header-main .gtranslate-dropdown li {
  position: relative;
}

.header-main .gtranslate-dropdown li:before {
  display: none;
}

.header-main .gtranslate-dropdown .option a {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  background: url(../img/globe-white.svg) no-repeat 10px center;
  background-size: 18px auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: relative;
  padding: 9px 23px 7px 33px;
}

.header-main .gtranslate-dropdown .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover,
.header-main .gtranslate-dropdown .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:focus,
.header-main .gtranslate-dropdown .option a:hover,
.header-main .gtranslate-dropdown .option a:focus,
.header-main .gtranslate-dropdown .option a:active {
  color: #50a7ef;
  background-image: url(../img/globe-bluelight.svg);
}

.header-main .search-box.alt {
  width: 44px;
  height: 44px;
  float: left;
  position: relative;
  z-index: 2;
}

.header-main .search-box.alt form {
  width: 44px;
  float: left;
  box-shadow: inset #50a7ef 0 0 0 1px;
  border-radius: 900px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
}

.header-main .search-box.alt select,
.header-main .search-box.alt textarea,
.header-main .search-box.alt input[type="text"],
.header-main .search-box.alt input[type="password"],
.header-main .search-box.alt input[type="datetime"],
.header-main .search-box.alt input[type="datetime-local"],
.header-main .search-box.alt input[type="date"],
.header-main .search-box.alt input[type="month"],
.header-main .search-box.alt input[type="time"],
.header-main .search-box.alt input[type="week"],
.header-main .search-box.alt input[type="number"],
.header-main .search-box.alt input[type="email"],
.header-main .search-box.alt input[type="url"],
.header-main .search-box.alt input[type="search"],
.header-main .search-box.alt input[type="tel"],
.header-main .search-box.alt input[type="color"],
.header-main .search-box.alt .uneditable-input {
  height: 44px;
  font-size: 18px;
  line-height: 22px;
  background: none;
  box-shadow: none;
  padding: 10px 50px 10px 20px;
  margin: 0;
  opacity: 0;
}

.header-main .search-box.alt .btn,
.header-main .search-box.alt .button,
.header-main .search-box.alt input[type="button"],
.header-main .search-box.alt input[type="submit"] {
  min-width: inherit;
  width: 44px;
  height: 44px;
  float: right;
  background-color: transparent;
  background-image: url(../img/search-blue.svg);
  background-size: 17px auto;
  z-index: 2;
  opacity: 1;
}

.header-main .search-box.alt .btn:hover,
.header-main .search-box.alt .btn:focus,
.header-main .search-box.alt .btn:active,
.header-main .search-box.alt .btn:active:focus,
.header-main .search-box.alt .btn.active,
.header-main .search-box.alt .btn.active:focus,
.header-main .search-box.alt .button:hover,
.header-main .search-box.alt .button:focus,
.header-main .search-box.alt .button:active,
.header-main .search-box.alt .button:active:focus,
.header-main .search-box.alt .button.active,
.header-main .search-box.alt .button.active:focus,
.header-main .search-box.alt input[type="button"]:hover,
.header-main .search-box.alt input[type="button"]:focus,
.header-main .search-box.alt input[type="button"]:active,
.header-main .search-box.alt input[type="button"]:active:focus,
.header-main .search-box.alt input[type="button"].active,
.header-main .search-box.alt input[type="button"].active:focus,
.header-main .search-box.alt input[type="submit"]:hover,
.header-main .search-box.alt input[type="submit"]:focus,
.header-main .search-box.alt input[type="submit"]:active,
.header-main .search-box.alt input[type="submit"]:active:focus,
.header-main .search-box.alt input[type="submit"].active,
.header-main .search-box.alt input[type="submit"].active:focus,
.header-main .search-box.alt .btn:not(:disabled):not(.disabled).active,
.header-main .search-box.alt .btn:not(:disabled):not(.disabled):active {
  background-color: transparent;
}

.header-main .search-box.alt.btn-disabled form .btn,
.header-main .search-box.alt.btn-disabled form .button,
.header-main .search-box.alt.btn-disabled form input[type="button"],
.header-main .search-box.alt.btn-disabled form input[type="submit"] {
  cursor: not-allowed;
  pointer-events: none;
}

.header-main .search-box.alt:hover form,
.header-main .search-box.alt.open form {
  width: 240px;
  background: #ffffff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.header-main .search-box.alt:hover form input,
.header-main .search-box.alt.open form input {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  opacity: 1;
}

/* Top - Bar */
.header-main .top-bar {
  width: 100%;
  height: 40px;
  float: left;
  position: relative;
  z-index: 11;
}

.header-main .top-bar:before {
  content: "";
  width: 10000px;
  height: 100%;
  float: left;
  background: #253e4d;
  position: absolute;
  top: 0;
  left: -5000px;
  z-index: -1;
}

.header-main .top-bar .top-inn {
  float: right;
}

.header-main .top-bar .phone-number {
  width: auto;
  margin: 6px 0 0 30px;
}

.header-main .top-bar .top-menu {
  float: left;
  margin: 0 0 0 30px;
}

.header-main .top-bar .top-menu ul {
  float: left;
  padding: 0;
  margin: 0 0 0 -30px;
}

.header-main .top-bar .top-menu ul li {
  float: left;
  padding: 0;
  margin: 0 0 0 30px;
}

.header-main .top-bar .top-menu ul li:before {
  display: none;
}

.header-main .top-bar .top-menu ul li>a {
  height: 40px;
  float: left;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.header-main .top-bar .top-menu ul li:hover>a,
.header-main .top-bar .top-menu ul li>a:focus,
.header-main .top-bar .top-menu ul li.nav-menu-open>a,
.header-main .top-bar .top-menu ul li.current-menu-item>a,
.header-main .top-bar .top-menu ul li.current-menu-parent>a,
.header-main .top-bar .top-menu ul li.current-menu-ancestor>a {
  color: #50a7ef;
  text-decoration: none;
}

.header-main .top-bar .top-menu ul li.menu-donate>a {
  background: url(../img/heart-white.svg) no-repeat 0 13px;
  background-size: 17px auto;
  padding-left: 23px;
}

.header-main .top-bar .top-menu ul li.menu-donate:hover>a,
.header-main .top-bar .top-menu ul li.menu-donate>a:focus,
.header-main .top-bar .top-menu ul li.menu-donate.nav-menu-open>a,
.header-main .top-bar .top-menu ul li.menu-donate.current-menu-item>a,
.header-main .top-bar .top-menu ul li.menu-donate.current-menu-parent>a,
.header-main .top-bar .top-menu ul li.menu-donate.current-menu-ancestor>a {
  background-image: url(../img/heart-bluelight.svg);
}

.header-main .top-bar .top-menu ul li.menu-mychart>a {
  width: 89px;
  background: url(../img/mychat.png) no-repeat 0 13px;
  background-size: 89px auto;
  text-indent: -99999px;
}

.header-main .top-bar .top-menu ul li.menu-mychart:hover>a,
.header-main .top-bar .top-menu ul li.menu-mychart>a:focus,
.header-main .top-bar .top-menu ul li.menu-mychart.nav-menu-open>a,
.header-main .top-bar .top-menu ul li.menu-mychart.current-menu-item>a,
.header-main .top-bar .top-menu ul li.menu-mychart.current-menu-parent>a,
.header-main .top-bar .top-menu ul li.menu-mychart.current-menu-ancestor>a {
  background-image: url(../img/mychat-hover.png);
}

.header-main .top-bar .gtranslate-dropdown {
  width: auto;
  margin: 0 0 0 30px;
}

.header-main .top-bar .search-clone {
  float: left;
  margin: 5px 0 0 30px;
}

.header-main .top-bar .search-box.alt {
  width: 30px;
  height: 30px;
  margin: 0;
}

.header-main .top-bar .search-box.alt form {
  width: 30px;
  box-shadow: inset #ffffff 0 0 0 1px;
}

.header-main .top-bar .search-box.alt select,
.header-main .top-bar .search-box.alt textarea,
.header-main .top-bar .search-box.alt input[type="text"],
.header-main .top-bar .search-box.alt input[type="password"],
.header-main .top-bar .search-box.alt input[type="datetime"],
.header-main .top-bar .search-box.alt input[type="datetime-local"],
.header-main .top-bar .search-box.alt input[type="date"],
.header-main .top-bar .search-box.alt input[type="month"],
.header-main .top-bar .search-box.alt input[type="time"],
.header-main .top-bar .search-box.alt input[type="week"],
.header-main .top-bar .search-box.alt input[type="number"],
.header-main .top-bar .search-box.alt input[type="email"],
.header-main .top-bar .search-box.alt input[type="url"],
.header-main .top-bar .search-box.alt input[type="search"],
.header-main .top-bar .search-box.alt input[type="tel"],
.header-main .top-bar .search-box.alt input[type="color"],
.header-main .top-bar .search-box.alt .uneditable-input {
  height: 30px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  padding: 7px 35px 7px 15px;
}

.header-main .top-bar .search-box.alt select.colorize expand-item:not([disabled]) {
  color: #ffffff;
}

.header-main .top-bar .search-box.alt select.colorize expand-item.def:not([disabled]),
.header-main .top-bar .search-box.alt select.colorize.empty:not([disabled]) {
  color: #ffffff;
}

.header-main .top-bar .search-box.alt ::-webkit-input-placeholder,
.header-main .top-bar .search-box.alt ::-webkit-textarea-placeholder {
  color: #ffffff;
}

.header-main .top-bar .search-box.alt input::-moz-placeholder,
.header-main .top-bar .search-box.alt textarea::-moz-placeholder {
  color: #ffffff;
}

.header-main .top-bar .search-box.alt ::-moz-placeholder {
  color: #ffffff;
}

.header-main .top-bar .search-box.alt ::-ms-input-placeholder {
  color: #ffffff;
}

.header-main .top-bar .search-box.alt .btn,
.header-main .top-bar .search-box.alt .button,
.header-main .top-bar .search-box.alt input[type="button"],
.header-main .top-bar .search-box.alt input[type="submit"] {
  width: 30px;
  height: 30px;
  background-image: url(../img/search-white.svg);
  background-size: 14px auto;
}

.header-main .top-bar .search-box.alt:hover form,
.header-main .top-bar .search-box.alt.open form {
  width: 240px;
  background: #253e4d;
}

@media (min-width: 1200px) {
  .header-main .top-bar .search-clone {
    display: none;
  }
}

@media (max-width: 1199px) {

  .header-main .top-bar .phone-number,
  .header-main .top-bar .top-menu ul li {
    display: none;
  }

  .header-main .top-bar .top-menu ul li.menu-mychart {
    display: block;
  }
}

/* Site - Brand */
.header-main .brand {
  height: 100px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0 -500px 0 0;
}

.header-main .brand img {
  width: 100%;
  max-width: 336px;
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1439px) {
  .header-main .brand img {
    max-width: 250px;
  }
}

@media (max-width: 1249px) {
  .header-main .brand img {
    max-width: 200px;
  }
}

@media (max-width: 1199px) {
  .header-main .brand {
    height: 80px;
  }

  .header-main .brand img {
    max-width: 200px;
  }
}

/* Middle - Bar */
.header-main .middle-bar {
  width: 100%;
  float: left;
}

@media (min-width: 1200px) {
  .header-main .nav-bar {
    float: right;
  }

  .header-main .nav-bar .nav-max,
  .header-main .nav-bar .nav-inn {
    float: left;
  }

  /* Primary - Menu */
  .header-main .primary-menu {
    float: left;
  }

  .header-main .primary-menu ul {
    float: left;
    padding: 0;
    margin: 0 0 0 -25px;
  }

  .header-main .primary-menu ul li {
    float: left;
    padding: 0;
    margin: 0 0 0 25px;
  }

  .header-main .primary-menu ul li:before {
    display: none;
  }

  .header-main .primary-menu ul li>a {
    height: 100px;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #253e4d;
    line-height: 100px;
    letter-spacing: -0.36px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }

  .header-main .primary-menu ul li>a:before {
    content: "";
    width: 0;
    height: 2px;
    float: left;
    background: #1e64af;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: absolute;
    top: 33px;
    left: 0;
    margin: 0;
    opacity: 0;
  }

  .header-main .primary-menu ul li.menu-donate,
  .header-main .primary-menu ul li.menu-careers,
  .header-main .primary-menu ul li.menu-provider {
    display: none;
  }

  .header-main .primary-menu ul li .menu-txt {
    display: none;
  }

  .header-main .primary-menu ul li:has(.mega-menu):hover>ul {
    transform: none;
    visibility: hidden;
    opacity: 0;
  }

  .header-main .primary-menu ul li.mega-menu-item,
  .header-main .primary-menu ul li.menu-item-has-children {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .header-main .primary-menu ul li.mega-menu-item>a,
  .header-main .primary-menu ul li.menu-item-has-children>a {
    padding-right: 19px;
  }

  .header-main .primary-menu ul li.mega-menu-item>a:after,
  .header-main .primary-menu ul li.menu-item-has-children>a:after {
    content: "";
    width: 13px;
    height: 100%;
    float: left;
    background: url(../img/nav-arrow.svg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }

  .header-main .primary-menu ul li:hover>a,
  .header-main .primary-menu ul li>a:focus,
  .header-main .primary-menu ul li.nav-menu-open>a,
  .header-main .primary-menu ul li.current-menu-item>a,
  .header-main .primary-menu ul li.current-menu-parent>a,
  .header-main .primary-menu ul li.current-menu-ancestor>a,
  .header-main .primary-menu ul li.current-page-ancestor>a {
    color: #1e64af;
    text-decoration: none;
  }

  .header-main .primary-menu ul li:hover>a:before,
  .header-main .primary-menu ul li>a:focus:before,
  .header-main .primary-menu ul li.nav-menu-open>a:before,
  .header-main .primary-menu ul li.current-menu-item>a:before,
  .header-main .primary-menu ul li.current-menu-parent>a:before,
  .header-main .primary-menu ul li.current-menu-ancestor>a:before,
  .header-main .primary-menu ul li.current-page-ancestor>a:before {
    width: 25px;
    opacity: 1;
  }

  .header-main .primary-menu ul li.mega-menu-item:hover>a:after,
  .header-main .primary-menu ul li.menu-item-has-children:hover>a:after,
  .header-main .primary-menu ul li.mega-menu-item>a:focus:after,
  .header-main .primary-menu ul li.menu-item-has-children>a:focus:after,
  .header-main .primary-menu ul li.mega-menu-item.nav-menu-open>a:after,
  .header-main .primary-menu ul li.menu-item-has-children.nav-menu-open>a:after {
    background-image: url(../img/nav-arrow-blue.svg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .header-main .primary-menu ul li>ul {
    min-width: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow: 0px 20px 20px #0000001a;
    transition: all 0.2s ease-in-out;
    transform-origin: left top;
    transform: scaleY(0);
    visibility: hidden;
    opacity: 0;
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 17px 35px 35px 35px;
    margin: 0 -35px;
  }

  .header-main .primary-menu ul li:first-child>ul {
    min-width: 270px;
  }

  .header-main .primary-menu ul li>a:focus+ul,
  .header-main .primary-menu ul li:hover>ul,
  .header-main .primary-menu ul li.nav-menu-open>ul {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }

  .header-main .primary-menu ul li>ul li {
    width: 100%;
    height: auto;
    float: left;
    padding: 0;
    margin: 0 0 15px 0;
  }

  .header-main .primary-menu ul li>ul li:last-child {
    margin-bottom: 0;
  }

  .header-main .primary-menu ul li>ul li>a {
    width: 100%;
    height: auto;
    line-height: 22px;
    padding-top: 5px;
  }

  .header-main .primary-menu ul li>ul li>a:before {
    top: 0;
  }

  .header-main .nav-bar .phone-number-clone {
    display: none;
  }

  .header-main .nav-bar .search-box {
    float: left;
    margin: 28px 0 28px 25px;
  }

  /* Mega - Menu */
  .header-main .mega-menu {
    display: none;
  }

  .header-main .primary-menu ul li.mega-menu-item {
    position: static;
  }

  .header-main .primary-menu ul li .mega-menu {
    display: block !important;
    width: 100%;
    float: left;
    font-size: 19px;
    line-height: 29px;
    background: #f6f6f6;
    box-shadow: 0px 20px 20px #0000001a;
    transition: all 0.2s ease-in-out;
    transform-origin: left top;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    -ms-transform: scaleY(0) translate(0, 0);
    -webkit-transform: scaleY(0) translate(0, 0);
    -moz-transform: scaleY(0) translate(0, 0);
    -o-transform: scaleY(0) translate(0, 0);
    transform: scaleY(0) translate(0, 0);
    z-index: 1;
    padding: 65px 0;
  }

  .header-main .primary-menu ul li.mega-menu-item:hover>.mega-menu,
  .header-main .primary-menu ul li.mega-menu-item.nav-menu-open .mega-menu {
    -ms-transform: scaleY(1) translate(0, 0);
    -webkit-transform: scaleY(1) translate(0, 0);
    -moz-transform: scaleY(1) translate(0, 0);
    -o-transform: scaleY(1) translate(0, 0);
    transform: scaleY(1) translate(0, 0);
    visibility: visible;
    opacity: 1;
  }

  .header-main .primary-menu ul li .mega-menu .mega-menu-inn {
    width: 100%;
    max-width: 1296px;
    padding: 0 40px;
    margin: 0 auto;
  }

  .header-main .primary-menu ul li .mega-menu h2,
  .header-main .primary-menu ul li .mega-menu .h2 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 10px;
  }

  .header-main .primary-menu ul li .mega-menu h2:last-child,
  .header-main .primary-menu ul li .mega-menu .h2:last-child {
    padding-bottom: 0;
  }

  .header-main .primary-menu ul li .mega-menu .aside-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px -50px -20px;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont {
    width: 100%;
    float: left;
    padding: 0 20px 50px 20px;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont .aside-max {
    width: 100%;
    max-width: 310px;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont ul {
    min-width: inherit;
    position: static;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0 0 -50px 0;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont ul li {
    width: 25%;
    float: left;
    height: auto;
    padding: 0;
    margin: 0 0 50px 0;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont ul li>a {
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 20px;
    color: #253e4d;
    line-height: 26px;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont ul li>a:before,
  .header-main .primary-menu ul li .mega-menu .aside-cont ul li>a:after {
    display: none;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont ul li:hover>a,
  .header-main .primary-menu ul li .mega-menu .aside-cont ul li>a:focus,
  .header-main .primary-menu ul li .mega-menu .aside-cont ul li.nav-menu-open>a,
  .header-main .primary-menu ul li .mega-menu .aside-cont ul li.current-menu-item>a,
  .header-main .primary-menu ul li .mega-menu .aside-cont ul li.current-menu-parent>a,
  .header-main .primary-menu ul li .mega-menu .aside-cont ul li.current-menu-ancestor>a,
  .header-main .primary-menu ul li .mega-menu .aside-cont ul li.current-page-ancestor>a {
    color: #1e64af;
    text-decoration: underline;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont ul li>ul {
    min-width: inherit;
    background: none;
    box-shadow: none;
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    position: static;
    top: 0;
    left: 0;
    padding: 15px 0 0 0;
    margin: 0 0 -15px 0;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont ul li>ul li {
    width: 100%;
    margin-bottom: 15px;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont ul li>ul li>a {
    width: auto;
    font-weight: 500;
    font-size: 18px;
    color: #1e64af;
    line-height: 24px;
    pointer-events: visible;
    cursor: pointer;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont ul li>ul li:hover>a,
  .header-main .primary-menu ul li .mega-menu .aside-cont ul li>ul li>a:focus,
  .header-main .primary-menu ul li .mega-menu .aside-cont ul li>ul li.nav-menu-open>a,
  .header-main .primary-menu ul li .mega-menu .aside-cont ul li>ul li.current-menu-item>a,
  .header-main .primary-menu ul li .mega-menu .aside-cont ul li>ul li.current-menu-parent>a,
  .header-main .primary-menu ul li .mega-menu .aside-cont ul li>ul li.current-menu-ancestor>a {
    color: #1e64af;
    text-decoration: underline;
  }

  .header-main .primary-menu ul li .mega-menu .search-box {
    margin: 8px 0 0 0;
  }

  .header-main .primary-menu ul li .mega-menu .search-box select,
  .header-main .primary-menu ul li .mega-menu .search-box textarea,
  .header-main .primary-menu ul li .mega-menu .search-box input[type="text"],
  .header-main .primary-menu ul li .mega-menu .search-box input[type="password"],
  .header-main .primary-menu ul li .mega-menu .search-box input[type="datetime"],
  .header-main .primary-menu ul li .mega-menu .search-box input[type="datetime-local"],
  .header-main .primary-menu ul li .mega-menu .search-box input[type="date"],
  .header-main .primary-menu ul li .mega-menu .search-box input[type="month"],
  .header-main .primary-menu ul li .mega-menu .search-box input[type="time"],
  .header-main .primary-menu ul li .mega-menu .search-box input[type="week"],
  .header-main .primary-menu ul li .mega-menu .search-box input[type="number"],
  .header-main .primary-menu ul li .mega-menu .search-box input[type="email"],
  .header-main .primary-menu ul li .mega-menu .search-box input[type="url"],
  .header-main .primary-menu ul li .mega-menu .search-box input[type="search"],
  .header-main .primary-menu ul li .mega-menu .search-box input[type="tel"],
  .header-main .primary-menu ul li .mega-menu .search-box input[type="color"],
  .header-main .primary-menu ul li .mega-menu .search-box .uneditable-input {
    height: 46px;
    padding: 8px 71px 8px 25px;
  }

  .header-main .primary-menu ul li .mega-menu .search-box .btn,
  .header-main .primary-menu ul li .mega-menu .search-box input[type="button"],
  .header-main .primary-menu ul li .mega-menu .search-box input[type="submit"] {
    width: 46px;
    height: 46px;
    background-size: 17px auto;
  }

  .header-main .primary-menu ul li .mega-menu .search-box .btn:hover,
  .header-main .primary-menu ul li .mega-menu .search-box .btn:focus,
  .header-main .primary-menu ul li .mega-menu .search-box .btn:active,
  .header-main .primary-menu ul li .mega-menu .search-box .btn:active:focus,
  .header-main .primary-menu ul li .mega-menu .search-box .btn.active,
  .header-main .primary-menu ul li .mega-menu .search-box .btn.active:focus,
  .header-main .primary-menu ul li .mega-menu .search-box input[type="button"]:hover,
  .header-main .primary-menu ul li .mega-menu .search-box input[type="button"]:focus,
  .header-main .primary-menu ul li .mega-menu .search-box input[type="button"]:active,
  .header-main .primary-menu ul li .mega-menu .search-box input[type="button"]:active:focus,
  .header-main .primary-menu ul li .mega-menu .search-box input[type="button"].active,
  .header-main .primary-menu ul li .mega-menu .search-box input[type="button"].active:focus,
  .header-main .primary-menu ul li .mega-menu .search-box input[type="submit"]:hover,
  .header-main .primary-menu ul li .mega-menu .search-box input[type="submit"]:focus,
  .header-main .primary-menu ul li .mega-menu .search-box input[type="submit"]:active,
  .header-main .primary-menu ul li .mega-menu .search-box input[type="submit"]:active:focus,
  .header-main .primary-menu ul li .mega-menu .search-box input[type="submit"].active,
  .header-main .primary-menu ul li .mega-menu .search-box input[type="submit"].active:focus,
  .header-main .primary-menu ul li .mega-menu .search-box .btn:not(:disabled):not(.disabled).active,
  .header-main .primary-menu ul li .mega-menu .search-box .btn:not(:disabled):not(.disabled):active {
    background-size: 17px auto;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont:nth-child(1) {
    width: 33%;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont:nth-child(2) {
    width: 67%;
  }
}

@media screen and (min-width: 1200px) {
  .header-main .primary-menu ul li:has(.mega-menu) ul.sub-menu li.mobile-only {
    display: none !important;
  }
}

@media (min-width: 1300px) {
  .header-main .primary-menu ul {
    margin: 0 0 0 -30px;
  }

  .header-main .primary-menu ul li {
    margin: 0 0 0 30px;
  }

  .header-main .primary-menu ul li>a {
    font-size: 18px;
  }

  .header-main .primary-menu ul li>ul li>a {
    line-height: 24px;
  }

  .header-main .nav-bar .search-box {
    margin: 28px 0 28px 30px;
  }
}

@media (min-width: 1440px) {
  .header-main .primary-menu ul {
    margin: 0 0 0 -35px;
  }

  .header-main .primary-menu ul li {
    margin: 0 0 0 35px;
  }

  .header-main .nav-bar .search-box {
    margin: 28px 0 28px 35px;
  }
}

@media (max-height: 900px) and (orientation: landscape) {
  .header-main .primary-menu ul li>ul li {
    margin: 0 0 5px 0;
  }
}

@media (max-width: 1199px) {
  .hiddenscroll-menu {
    overflow: hidden;
  }

  .header-main .overlay-menu {
    width: 100%;
    height: 100%;
    float: left;
    background: #000000;
    position: fixed;
    top: 120px;
    left: 0;
    z-index: 7;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: top 0.15s ease-out;
    -moz-transition: top 0.15s ease-out;
    transition: top 0.15s ease-out;
    overflow: hidden;
  }

  .header-main .overlay-menu.active {
    visibility: visible;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }

  /* Nav - Bar */
  .header-main .nav-bar {
    width: 100%;
    height: 100%;
    float: right;
    overflow: hidden;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9;
    padding: 120px 0 0 0;
  }

  .header-main .nav-bar:before {
    content: "";
    width: 150%;
    height: 100%;
    box-shadow: inset 0px 3px 12px #00000029;
    position: absolute;
    top: 120px;
    left: -25%;
  }

  .header-main .nav-bar.active {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    visibility: visible;
    right: 0;
  }

  .header-main .nav-bar .nav-max {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    background: #f6f6f6;
    overflow: auto;
    overflow-x: hidden;
  }

  .header-main .nav-bar .nav-inn {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 17px 40px 50px 40px;
  }

  /* Primary - Bar */
  .header-main .primary-menu {
    width: 100%;
    float: left;
    margin-bottom: 45px;
  }

  .header-main .primary-menu {
    margin-bottom: 0;
  }

  .header-main .primary-menu ul {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
  }

  .header-main .primary-menu ul li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(37, 62, 77, 0.2);
    padding: 0;
    margin: 0;
  }

  .header-main .primary-menu ul li:before {
    display: none;
  }

  .header-main .primary-menu ul li>a,
  .header-main .primary-menu ul li .menu-txt {
    width: 100%;
    float: left;
    font-weight: 500;
    font-size: 20px;
    color: #253e4d;
    line-height: 26px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    padding: 23px 0;
  }

  .header-main .primary-menu ul li .menu-txt {
    cursor: pointer;
    padding-right: 30px;
  }

  .header-main .primary-menu ul li .menu-txt img {
    display: none;
  }

  .header-main .primary-menu ul li .menu-txt:after {
    content: "";
    width: 17px;
    height: 100%;
    float: left;
    background: url(../img/nav-arrow.svg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }

  .header-main .primary-menu ul li .menu-txt.active:after {
    background-image: url(../img/nav-arrow-blue.svg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .header-main .primary-menu ul li.menu-item-has-children>a,
  .header-main .primary-menu ul li.mega-menu-item>a {
    display: block;
  }

  .header-main .primary-menu ul li.menu-item-has-children>.menu-txt,
  .header-main .primary-menu ul li.mega-menu-item>.menu-txt {
    display: block;
    position: absolute;
    right: 0;
    font-size: 0;
    width: 100px;
  }

  .header-main .primary-menu ul li>a:hover,
  .header-main .primary-menu ul li>a:focus,
  .header-main .primary-menu ul li.nav-menu-open>a,
  .header-main .primary-menu ul li.current-menu-item>a,
  .header-main .primary-menu ul li.current-menu-parent>a,
  .header-main .primary-menu ul li.current-menu-ancestor>a,
  .header-main .primary-menu ul li .menu-txt:hover,
  .header-main .primary-menu ul li .menu-txt.active,
  .header-main .primary-menu ul li.current-menu-item .menu-txt,
  .header-main .primary-menu ul li.current-menu-parent .menu-txt,
  .header-main .primary-menu ul li.current-menu-ancestor .menu-txt {
    color: #1e64af;
    text-decoration: none;
  }

  .header-main .primary-menu ul li.menu-donate>a {
    background: url(../img/heart.svg) no-repeat 0 27px;
    background-size: 22px auto;
    padding-left: 32px;
  }

  .header-main .primary-menu ul li.menu-donate:hover>a,
  .header-main .primary-menu ul li.menu-donate>a:focus,
  .header-main .primary-menu ul li.menu-donate.nav-menu-open>a,
  .header-main .primary-menu ul li.menu-donate.current-menu-item>a,
  .header-main .primary-menu ul li.menu-donate.current-menu-parent>a,
  .header-main .primary-menu ul li.menu-donate.current-menu-ancestor>a {
    background-image: url(../img/heart-blue.svg);
  }

  .header-main .primary-menu ul li ul {
    display: none;
    padding: 0 0 29px 0;
    margin: 0 0 -22px 0;
  }

  .header-main .primary-menu ul li ul li {
    border-bottom: none;
    margin-bottom: 22px;
  }

  .header-main .primary-menu ul li ul li a {
    padding: 0;
  }

  .header-main .mega-menu {
    display: none;
  }

  .header-main .primary-menu ul li .mega-menu {
    width: 100%;
    float: left;
  }

  .header-main .primary-menu ul li .mega-menu .aside-wrap {
    width: 100%;
    float: left;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont {
    width: 100%;
    float: left;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont ul {
    height: auto !important;
    display: block !important;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont ul li>a {
    display: block;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont ul li>ul {
    height: auto !important;
    display: none !important;
    padding: 22px 0 0 20px;
  }

  .header-main .primary-menu ul li .mega-menu .aside-cont:nth-child(1) {
    display: none;
  }

  .header-main .nav-bar .phone-number {
    margin: 45px 0 0 0;
  }

  .header-main .nav-bar .phone-number a {
    height: 47px;
    font-size: 20px;
    color: #1e64af;
    border-color: #1e64af;
    padding: 0 30px;
  }

  .header-main .nav-bar .phone-number a:before {
    width: 19px;
    height: 19px;
    background-image: url(../img/phone-blue.svg);
    margin-right: 9px;
  }

  .header-main .nav-bar .phone-number a:hover,
  .header-main .nav-bar .phone-number a:focus,
  .header-main .nav-bar .phone-number a:active {
    color: #ffffff;
    background: #1e64af;
    border-color: #1e64af;
  }

  .header-main .nav-bar .phone-number a:hover:before,
  .header-main .nav-bar .phone-number a:focus:before,
  .header-main .nav-bar .phone-number a:active:before {
    background-image: url(../img/phone-white.svg);
  }

  .header-main .nav-bar .search-box {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-main .nav-bar .nav-inn {
    max-width: 640px;
    padding-left: 8%;
    padding-right: 8%;
  }
}

/* Menu - Button */
.header-main .menu-btn {
  min-width: inherit;
  height: 80px;
  float: right;
  flex-wrap: wrap;
  align-items: center;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  position: relative;
  z-index: 10;
  padding: 0;
  margin: 0 0 0 -500px;
  display: none;
}

.header-main .menu-btn .menu-bar {
  width: 30px;
  height: 3px;
  float: left;
  background: #1e64af;
  text-indent: -99999px;
  position: relative;
  margin: 11px 0;
}

.header-main .menu-btn .menu-bar:before,
.header-main .menu-btn .menu-bar:after {
  content: "";
  width: 100%;
  height: 3px;
  float: left;
  background: #1e64af;
  position: absolute;
  left: 0;
}

.header-main .menu-btn .menu-bar:before {
  top: -11px;
}

.header-main .menu-btn .menu-bar:after {
  top: 11px;
}

.header-main .menu-btn.active .menu-bar {
  background: none;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.header-main .menu-btn.active .menu-bar:before,
.header-main .menu-btn.active .menu-bar:after {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  top: 0;
}

.header-main .menu-btn.active .menu-bar:before {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.header-main .menu-btn.active .menu-bar:after {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

@media (max-width: 1199px) {
  .header-main .menu-btn {
    display: flex;
  }
}

/*
 4.) Content - Main
----------------------------------------*/
.content-main {
  width: 100%;
  float: left;
  flex: 1 0 auto;
  padding: 140px 0 0 0;
}

@media (max-width: 1199px) {
  .content-main {
    padding: 120px 0 0 0;
  }
}

/* Row */
.row-out {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 100px;
}

.row-out:last-child {
  padding-bottom: 0;
}

.row {
  padding-bottom: 80px;
  margin: 0 -25px -60px -25px;
}

.row:last-child {
  padding-bottom: 0;
}

.row>div {
  padding: 0 25px 60px 25px;
}

.row.no-gutters {
  padding: 0;
  margin: 0;
}

.row.no-gutters>div {
  padding: 0;
}

@media (max-width: 1199px) {
  .row-out {
    padding-bottom: 80px;
  }

  .row {
    padding-bottom: 70px;
    margin: 0 -20px -50px -20px;
  }

  .row>div {
    padding: 0 20px 50px 20px;
  }

  .row.no-gutters {
    padding: 0;
    margin: 0;
  }

  .row.no-gutters>div {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .row-out {
    padding-bottom: 60px;
  }

  .row {
    padding-bottom: 50px;
    margin: 0 -15px -40px -15px;
  }

  .row>div {
    padding: 0 15px 40px 15px;
  }

  .row.no-gutters {
    padding: 0;
    margin: 0;
  }

  .row.no-gutters>div {
    padding: 0;
  }
}

/* Hero - Main */
.hero-main {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  position: relative;
  overflow: hidden;
  padding-bottom: 150px;
}

.hero-main .hero-cont {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 100px 0 195px 0;
}

.hero-main .overlay {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 0.8) 10%,
      rgba(255, 255, 255, 0.9) 40%,
      rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.hero-main .aside {
  width: 100%;
  max-width: 760px;
  float: none;
  display: inline-block;
  vertical-align: top;
  z-index: 10;
}

.hero-main .aside:last-child {
  padding-bottom: 0;
}

.hero-main .aside h1,
.hero-main .aside .h1 {
  font-weight: 300;
  font-size: 90px;
  line-height: 100px;
  padding-bottom: 29px;
}

.hero-main .aside h1:last-child,
.hero-main .aside .h1:last-child {
  padding-bottom: 0;
}

.hero-main .aside p {
  width: 100%;
  max-width: 680px;
  padding-bottom: 29px;
}

.hero-main .aside p:last-child {
  padding-bottom: 0;
}

.hero-main .aside .btn-wrap {
  margin-top: 30px;
}

.hero-main .figure .item {
  width: 100%;
  text-align: center;
  overflow: hidden;
  /* display: none; */
}

.hero-main.show-1 .figure .item:nth-child(1) {
  display: block;
}

.hero-main.show-2 .figure .item:nth-child(2) {
  display: block;
}

.hero-main.show-3 .figure .item:nth-child(3) {
  display: block;
}

.hero-main.show-4 .figure .item:nth-child(4) {
  display: block;
}

@media (min-width: 768px) {

  /*.hero-main.show-3, .hero-main.show-4 {
    color: #ffffff;
  }
  .hero-main.show-3 .btn-fill:hover, .hero-main.show-3 .btn-fill:focus, .hero-main.show-3 .btn-fill:active, .hero-main.show-3 .btn-fill:active:focus, .hero-main.show-3 .btn-fill.active, .hero-main.show-3 .btn-fill.active:focus, .hero-main.show-4 .btn-fill:hover, .hero-main.show-4 .btn-fill:focus, .hero-main.show-4 .btn-fill:active, .hero-main.show-4 .btn-fill:active:focus, .hero-main.show-4 .btn-fill.active, .hero-main.show-4 .btn-fill.active:focus {
    color: #ffffff;
    background: none;
    box-shadow: inset #ffffff 0 0 0 2px;
  }
  .hero-main.show-3 .btn-alt, .hero-main.show-4 .btn-alt {
    color: #ffffff;
    background: none;
    box-shadow: inset #ffffff 0 0 0 2px;
  }
  .hero-main.show-3 .btn-alt:hover, .hero-main.show-3 .btn-alt:focus, .hero-main.show-3 .btn-alt:active, .hero-main.show-3 .btn-alt:active:focus, .hero-main.show-3 .btn-alt.active, .hero-main.show-3 .btn-alt.active:focus, .hero-main.show-4 .btn-alt:hover, .hero-main.show-4 .btn-alt:focus, .hero-main.show-4 .btn-alt:active, .hero-main.show-4 .btn-alt:active:focus, .hero-main.show-4 .btn-alt.active, .hero-main.show-4 .btn-alt.active:focus {
    color: #1e64af;
    background: #ffffff;
    box-shadow: inset #ffffff 0 0 0 2px;
  }*/
  .hero-main .figure {
    width: 140%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }

  .hero-main .figure .item {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
  }

  .hero-main .figure img {
    width: auto;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    opacity: 0.8;
  }
}

@media (min-width: 1200px) {
  .hero-main .figure {
    width: 100%;
  }

  .hero-main .figure img {
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .hero-main {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-main .hero-cont {
    padding: 80px 0 120px 0;
  }

  .hero-main .aside h1,
  .hero-main .aside .h1 {
    width: 100%;
    max-width: 600px;
    font-size: 70px;
    line-height: 80px;
    padding-bottom: 20px;
  }

  .hero-main .aside p {
    max-width: 600px;
    padding-bottom: 20px;
  }

  .hero-main .aside .btn-wrap {
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .hero-main {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero-main {
    font-size: 17px;
    line-height: 27px;
    padding-bottom: 0;
  }

  .hero-main .overlay {
    background: transparent;
  }

  .hero-main .hero-cont {
    padding: 40px 0 60px 0;
  }

  .hero-main .aside h1,
  .hero-main .aside .h1 {
    font-size: 45px;
    line-height: 55px;
    padding-bottom: 15px;
  }

  .hero-main .aside p {
    padding-bottom: 18px;
  }

  .hero-main .aside .btn-wrap {
    margin-top: 18px;
  }

  .hero-main .figure img {
    max-width: inherit;
    width: 160%;
    margin: 0 0 0 -60%;
  }

  .hero-main .figure .item::before {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(180deg,
        rgba(255, 255, 255, 1) 1%,
        rgba(255, 255, 255, 0) 25%);
  }
}

@media (max-width: 399px) {
  .hero-main .aside .btn-alt {
    max-width: 100%;
  }
}

/* Services - Content */
.services-cont {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  line-height: 29px;
  position: relative;
  z-index: 1;
}

.services-cont .row {
  padding: 0;
  margin: 0;
}

.services-cont .row>div {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.services-cont .row>div .search-tabbed {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
}

.services-cont .row>div .search-tabbed:last-child {
  margin-bottom: 0;
}

.services-cont .row>div .search-tabbed h3,
.services-cont .row>div .search-tabbed .h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  padding: 0 0 24px 30px;
}

.services-cont .row>div .search-tabbed h3:last-child,
.services-cont .row>div .search-tabbed .h3:last-child {
  padding-bottom: 0;
}

.services-cont .row>div .tab-links {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 30px;
}

.services-cont .row>div .tab-links ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 -31px 0;
}

.services-cont .row>div .tab-links ul li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 31px 0;
}

.services-cont .row>div .tab-links ul li:before {
  display: none;
}

.services-cont .row>div .tab-links ul li a {
  float: left;
  font-family: "Tiempos Headline", sans-serif;
  font-weight: 400;
  font-size: 50px;
  color: #c0e5ed;
  line-height: 60px;
  text-decoration: none;
  position: relative;
  padding: 7px 64px 7px 0;
}

.services-cont .row>div .tab-links ul li a:before {
  content: "";
  width: 39px;
  height: 100%;
  float: left;
  background: url(../img/read-more2-white.svg) no-repeat center center;
  background-size: 100% auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  top: 0;
  right: 39px;
  margin: 0;
  opacity: 0;
}

.services-cont .row>div .tab-links ul li a:after {
  content: "";
  width: 0;
  height: 2px;
  float: left;
  background: #ffffff;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  opacity: 0;
}

.services-cont .row>div .tab-links ul li a:hover,
.services-cont .row>div .tab-links ul li a:focus,
.services-cont .row>div .tab-links ul li a:active,
.services-cont .row>div .tab-links ul li a.active {
  color: #ffffff;
}

.services-cont .row>div .tab-links ul li a:hover:before,
.services-cont .row>div .tab-links ul li a:focus:before,
.services-cont .row>div .tab-links ul li a:active:before,
.services-cont .row>div .tab-links ul li a.active:before {
  opacity: 1;
  right: 0;
}

.services-cont .row>div .tab-links ul li a:hover:after,
.services-cont .row>div .tab-links ul li a:focus:after,
.services-cont .row>div .tab-links ul li a:active:after,
.services-cont .row>div .tab-links ul li a.active:after {
  width: 100%;
  opacity: 1;
}

.services-cont .row>div .aside {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.services-cont .row>div .aside h4,
.services-cont .row>div .aside .h4 {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0 0 14px 0;
}

.services-cont .row>div .aside h4:last-child,
.services-cont .row>div .aside .h4:last-child {
  margin-bottom: 0;
}

.services-cont .row>div .aside h4 .icon,
.services-cont .row>div .aside .h4 .icon {
  float: left;
  line-height: 40px;
  position: relative;
  top: -1px;
  margin: -5px 10px -5px 0;
}

.services-cont .row>div .aside h4 .icon img,
.services-cont .row>div .aside .h4 .icon img {
  max-height: 40px;
  width: auto;
}

.services-cont .row>div .aside .read-more-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 60px 0;
  margin: 10px -15px -30px -15px;
}

.services-cont .row>div .aside .read-more-wrap:last-child {
  padding-bottom: 0;
}

.services-cont .row>div .aside .read-more-wrap .read-more {
  width: 33.33333333333333%;
  float: left;
  padding: 0 15px 30px 15px;
  margin: 0;
}

.services-cont .row>div .aside .btn-wrap {
  margin-top: 0;
}

/*.services-cont .row > div #tab-emergency-care .aside .read-more-wrap {
	margin-left: -30px;
	margin-right: -30px;
}

.services-cont .row > div #tab-emergency-care .aside .read-more-wrap .read-more {
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}

.services-cont .row > div #tab-community-care .aside .read-more-wrap {
	margin-left: -30px;
	margin-right: -30px;
}

.services-cont .row > div #tab-community-care .aside .read-more-wrap .read-more {
	width: auto;
	padding-left: 30px;
	padding-right: 30px;
}*/
@media (min-width: 768px) {
  .services-cont .container {
    max-width: 1480px;
  }
}

@media (min-width: 992px) {
  .services-cont .row {
    margin: -150px 0 0 0;
  }

  .services-cont .row>div:nth-child(1) {
    width: 42%;
    color: #ffffff;
    padding: 60px 50px 60px 0;
  }

  .services-cont .row>div:nth-child(1):before {
    content: "";
    width: 10000px;
    height: 100%;
    float: left;
    background: #1e64af;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  .services-cont .row>div:nth-child(2) {
    width: 58%;
    padding: 225px 0 60px 50px;
  }

  .services-cont .row>div .search-tabbed {
    max-width: 500px;
  }

  .services-cont .row>div .search-box select,
  .services-cont .row>div .search-box textarea,
  .services-cont .row>div .search-box input[type="text"],
  .services-cont .row>div .search-box input[type="password"],
  .services-cont .row>div .search-box input[type="datetime"],
  .services-cont .row>div .search-box input[type="datetime-local"],
  .services-cont .row>div .search-box input[type="date"],
  .services-cont .row>div .search-box input[type="month"],
  .services-cont .row>div .search-box input[type="time"],
  .services-cont .row>div .search-box input[type="week"],
  .services-cont .row>div .search-box input[type="number"],
  .services-cont .row>div .search-box input[type="email"],
  .services-cont .row>div .search-box input[type="url"],
  .services-cont .row>div .search-box input[type="search"],
  .services-cont .row>div .search-box input[type="tel"],
  .services-cont .row>div .search-box input[type="color"],
  .services-cont .row>div .search-box .uneditable-input {
    color: #ffffff;
    background: none;
    box-shadow: inset #c0e5ed 0 0 0 2px;
  }

  .services-cont .row>div .search-box select.colorize expand-item:not([disabled]) {
    color: #ffffff;
  }

  .services-cont .row>div .search-box select.colorize expand-item.def:not([disabled]),
  .services-cont .row>div .search-box select.colorize.empty:not([disabled]) {
    color: #ffffff;
  }

  .services-cont .row>div .search-box ::-webkit-input-placeholder,
  .services-cont .row>div .search-box ::-webkit-textarea-placeholder {
    color: #ffffff;
  }

  .services-cont .row>div .search-box input::-moz-placeholder,
  .services-cont .row>div .search-box textarea::-moz-placeholder {
    color: #ffffff;
  }

  .services-cont .row>div .search-box ::-moz-placeholder {
    color: #ffffff;
  }

  .services-cont .row>div .search-box ::-ms-input-placeholder {
    color: #ffffff;
  }

  .services-cont .row>div .search-box .btn,
  .services-cont .row>div .search-box input[type="button"],
  .services-cont .row>div .search-box input[type="submit"] {
    background-color: #c0e5ed;
    background-image: url(../img/search.svg);
  }

  .services-cont .row>div .search-box .btn:hover,
  .services-cont .row>div .search-box .btn:focus,
  .services-cont .row>div .search-box .btn:active,
  .services-cont .row>div .search-box .btn:active:focus,
  .services-cont .row>div .search-box .btn.active,
  .services-cont .row>div .search-box .btn.active:focus,
  .services-cont .row>div .search-box input[type="button"]:hover,
  .services-cont .row>div .search-box input[type="button"]:focus,
  .services-cont .row>div .search-box input[type="button"]:active,
  .services-cont .row>div .search-box input[type="button"]:active:focus,
  .services-cont .row>div .search-box input[type="button"].active,
  .services-cont .row>div .search-box input[type="button"].active:focus,
  .services-cont .row>div .search-box input[type="submit"]:hover,
  .services-cont .row>div .search-box input[type="submit"]:focus,
  .services-cont .row>div .search-box input[type="submit"]:active,
  .services-cont .row>div .search-box input[type="submit"]:active:focus,
  .services-cont .row>div .search-box input[type="submit"].active,
  .services-cont .row>div .search-box input[type="submit"].active:focus,
  .services-cont .row>div .search-box .btn:not(:disabled):not(.disabled).active,
  .services-cont .row>div .search-box .btn:not(:disabled):not(.disabled):active {
    background-color: #c0e5ed;
    background-image: url(../img/search.svg);
  }

  .services-cont .row>div .tab-content {
    max-width: 608px;
    margin: 0 auto;
  }

  .services-cont .row>div .collapse-header {
    display: none !important;
  }

  .services-cont .row>div .collapse {
    display: block !important;
    opacity: 1 !important;
  }

  .services-cont .row>div #tab-pediatric-care .aside .read-more-wrap {
    max-width: 440px;
  }

  .services-cont .row>div #tab-pediatric-care .aside .read-more-wrap .read-more {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .services-cont .row>div:nth-child(2) {
    padding: 260px 0 60px 50px;
  }
}

@media (max-width: 1299px) {
  .services-cont .row>div .tab-links ul li a {
    font-size: 45px;
    line-height: 45px;
    padding-right: 56px;
  }

  .services-cont .row>div .tab-links ul li a:before {
    width: 34px;
    right: 34px;
  }
}

@media (max-width: 1239px) {

  .services-cont .row>div .search-tabbed h3,
  .services-cont .row>div .search-tabbed .h3 {
    padding-left: 0;
  }

  .services-cont .row>div .tab-links {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .services-cont {
    font-size: 18px;
    line-height: 28px;
  }

  .services-cont .row>div .search-tabbed {
    margin-bottom: 40px;
  }

  .services-cont .row>div .search-tabbed h3,
  .services-cont .row>div .search-tabbed .h3 {
    font-size: 22px;
    line-height: 34px;
    padding: 0 0 20px 0;
  }

  .services-cont .row>div .tab-links {
    padding: 0;
  }

  .services-cont .row>div .tab-links ul {
    margin: 0 0 -25px 0;
  }

  .services-cont .row>div .tab-links ul li {
    margin: 0 0 25px 0;
  }

  .services-cont .row>div .tab-links ul li a {
    font-size: 35px;
    line-height: 45px;
    padding: 7px 46px 7px 0;
  }

  .services-cont .row>div .tab-links ul li a:before {
    width: 28px;
    right: 28px;
  }

  .services-cont .row>div .aside .read-more-wrap {
    padding: 0 0 50px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .services-cont .row>div .aside .read-more-wrap .read-more {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .services-cont .row>div:nth-child(1) {
    display: none;
  }

  .services-cont .row>div .tab-pane {
    display: block !important;
    opacity: 1 !important;
    margin-bottom: 1px;
  }

  .services-cont .row>div .tab-pane:last-child {
    position: relative;
  }

  .services-cont .row>div .tab-pane:last-child:before {
    content: "";
    width: 10000px;
    height: 1px;
    float: left;
    background: #1e64af;
    position: absolute;
    bottom: 0;
    left: -5000px;
  }

  .services-cont .row>div .collapse-header {
    width: 100%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .services-cont .row>div .collapse-header a {
    width: 100%;
    float: left;
    font-family: "Tiempos Headline", sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #ffffff;
    line-height: 34px;
    text-decoration: none;
    background: #1e64af;
    position: relative;
    z-index: 1;
    padding: 20px 45px 20px 0;
  }

  .services-cont .row>div .collapse-header a:before {
    content: "";
    width: 10000px;
    height: 100%;
    float: left;
    background: #1e64af;
    position: absolute;
    top: 0;
    left: -5000px;
    z-index: -1;
  }

  .services-cont .row>div .collapse-header a:after {
    content: "";
    width: 24px;
    height: 100%;
    float: left;
    background: url(../img/read-more2-white.svg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .services-cont .row>div .collapse-header a.collapsed {
    color: #c0e5ed;
  }

  .services-cont .row>div .collapse-header a.collapsed:after {
    background-image: url(../img/read-more2-bluelight.svg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .services-cont .row>div .aside {
    padding: 55px 0;
  }

  .services-cont .row>div .aside .read-more-wrap {
    padding: 0 0 45px 0;
  }

  /*.services-cont .row > div #tab-emergency-care .aside .read-more-wrap .read-more {
	padding-left: 20px;
	padding-right: 20px;
}

.services-cont .row > div #tab-community-care .aside .read-more-wrap {
	margin-left: -20px;
	margin-right: -20px;
}

.services-cont .row > div #tab-community-care .aside .read-more-wrap .read-more {
	padding-left: 20px;
	padding-right: 20px;
}*/
}

@media (max-width: 767px) {
  .services-cont {
    font-size: 17px;
    line-height: 26px;
  }

  .services-cont .row>div .collapse-header a {
    font-size: 24px;
    line-height: 32px;
    padding: 17px 45px 17px 0;
  }

  .services-cont .row>div .aside {
    padding: 45px 0;
  }

  .services-cont .row>div .aside .read-more-wrap {
    /*column-count: 2;
	display: inline-block;*/
  }

  .services-cont .row>div .aside .read-more-wrap .read-more {
    width: 50%;
    min-width: fit-content;
    padding-right: 0px;
  }
}

/* Callouts - List */
.callouts-list {
  width: 100%;
  overflow: hidden;
  padding: 100px 0 125px 0;
}

.callouts-list .row {
  padding: 0;
  margin: 0 -10px -40px -10px;
}

.callouts-list .row>div {
  padding: 0 10px 40px 10px;
  margin: 0;
}

.callouts-list .row>div .box {
  width: 100%;
  height: 100%;
  float: left;
  font-weight: inherit;
  font-size: 19px;
  color: inherit;
  line-height: 29px;
  text-decoration: none;
  background: #f6f6f6;
  overflow: hidden;
}

.callouts-list .row>div .box .figure {
  margin-bottom: 0;
}

.callouts-list .row>div .box .figure img {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.callouts-list .row>div .box .aside {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 12% 12% 10% 12%;
}

.callouts-list .row>div .box .aside .read-more2 {
  position: absolute;
  top: -23px;
  margin: 0;
  z-index: 1;
}

.callouts-list .row>div .box .aside h3,
.callouts-list .row>div .box .aside .h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 38px;
  padding-bottom: 10px;
}

.callouts-list .row>div .box .aside h3:last-child,
.callouts-list .row>div .box .aside .h3:last-child {
  padding-bottom: 0;
}

.callouts-list .row>div .box:hover .figure img,
.callouts-list .row>div .box:focus .figure img,
.callouts-list .row>div .box:active .figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.callouts-list .row>div .box:hover .aside h3,
.callouts-list .row>div .box:hover .aside .h3,
.callouts-list .row>div .box:focus .aside h3,
.callouts-list .row>div .box:focus .aside .h3,
.callouts-list .row>div .box:active .aside h3,
.callouts-list .row>div .box:active .aside .h3 {
  text-decoration: underline;
}

.no-b-spacing+.callouts-list {
  padding-top: 20px;
}

@media (max-width: 1199px) {
  .callouts-list {
    padding: 85px 0 95px 0;
  }

  .callouts-list .row>div .box {
    font-size: 18px;
    line-height: 28px;
  }

  .callouts-list .row>div .box .aside {
    padding: 12% 10% 10% 10%;
  }

  .callouts-list .row>div .box .aside .read-more2 {
    top: -21px;
  }

  .callouts-list .row>div .box .aside h3,
  .callouts-list .row>div .box .aside .h3 {
    font-size: 26px;
    line-height: 34px;
  }

  /*.callouts-list .row > div {
    padding-top: 80px;
  }*/
}

@media (max-width: 767px) {
  .callouts-list {
    padding: 60px 0 70px 0;
  }

  .callouts-list .row>div .box {
    font-size: 17px;
    line-height: 26px;
  }

  .callouts-list .row>div .box .aside {
    padding: 12% 9% 10% 9%;
  }

  .callouts-list .row>div .box .aside .read-more2 {
    top: -18px;
  }

  .callouts-list .row>div .box .aside h3,
  .callouts-list .row>div .box .aside .h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

/* Callouts - List ALT */
.callouts-list.alt {
  background: #f6f6f6;
}

.callouts-list.alt .row>div .box {
  background: #ffffff;
}

/* Split - Content */
.split-cont {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.split-cont:after {
  content: "";
  width: 100%;
  height: 100px;
  float: left;
  background: #ced0f2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.split-cont .row>div {
  font-size: 19px;
  line-height: 29px;
  position: relative;
  z-index: 1;
}

.split-cont .row>div:nth-child(2):after {
  content: "";
  width: 10000px;
  height: 300px;
  float: left;
  background: #ced0f2;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
}

@media (min-width: 768px) {
  .split-cont .row>div:nth-child(1) {
    min-height: 695px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 180px;
  }

  .split-cont .row>div .figure {
    height: 100%;
  }

  .split-cont .row>div .figure img {
    width: auto;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }
}

@media (max-width: 1199px) {
  .split-cont .row>div {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .split-cont:after {
    height: 75px;
  }

  .split-cont .row>div {
    font-size: 17px;
    line-height: 26px;
  }

  .split-cont .row>div:nth-child(2):after {
    height: 230px;
  }
}

/* Split - Content ALT */
.split-cont.alt:after {
  background: #f6f6f6;
}

.split-cont.alt .row>div:nth-child(2):after {
  background: #f6f6f6;
}

/* Split - Content White */
.split-cont.no-bg:after {
  background: transparent;
}

.split-cont.no-bg .row>div:nth-child(2):after {
  background: transparent;
}

/* Offset - Content */
.offset-cont {
  width: 100%;
  font-size: 19px;
  line-height: 29px;
  background: #ced0f2;
  overflow: hidden;
  padding: 110px 0 130px 0;
}

.offset-cont .heading-txt2 {
  margin-bottom: 36px;
}

.offset-cont .heading-txt2:last-child {
  margin-bottom: 0;
}

.offset-cont .heading-txt2 h2,
.offset-cont .heading-txt2 .h2 {
  width: 100%;
  max-width: 825px;
}

.offset-cont .split-wrap {
  width: 100%;
  max-width: 1125px;
  float: right;
}

.offset-cont .split-wrap .txt-wrap {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 105px;
  margin: 0;
}

.offset-cont .split-wrap .txt-wrap:before {
  content: "";
  width: 83px;
  height: 36px;
  background: url(../img/logn-arrow-right.svg) no-repeat right center;
  background-size: auto 100%;
  position: absolute;
  top: -4px;
  left: 0;
}

.offset-cont .split-wrap .btn-wrap {
  padding-left: 105px;
  margin-top: 40px;
}

@media (min-width: 992px) {
  .offset-cont .split-wrap .txt-wrap {
    float: left;
    padding-right: 445px;
  }

  .offset-cont .split-wrap .btn-wrap {
    width: 440px;
    float: right;
    display: block;
    text-align: right;
    padding: 0;
    margin: 4px 0 -20px -440px;
  }

  .offset-cont .split-wrap .btn-wrap .btn {
    float: none;
    margin: 0 0 20px 20px;
  }
}

@media (max-width: 1199px) {
  .offset-cont {
    font-size: 18px;
    line-height: 28px;
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .offset-cont {
    font-size: 17px;
    line-height: 26px;
    padding: 40px 0 70px 0;
  }

  .offset-cont .split-wrap .txt-wrap {
    padding: 0 0 0 50px;
  }

  .offset-cont .split-wrap .txt-wrap:before {
    width: 40px;
    top: -4px;
  }

  .offset-cont .split-wrap .btn-wrap {
    padding-left: 50px;
    margin-top: 30px;
  }
}

/* Map With - Links */
.map-with-links {
  width: 100%;
  font-size: 19px;
  line-height: 29px;
  overflow: hidden;
  padding: 135px 0 100px 0;
}

.map-with-links .heading-txt {
  margin-bottom: 52px;
}

.map-with-links .heading-txt:last-child {
  margin-bottom: 0px;
}

.map-with-links .heading-txt h2,
.map-with-links .heading-txt .h2 {
  padding-bottom: 16px;
}

.map-with-links .heading-txt h2:last-child,
.map-with-links .heading-txt .h2:last-child {
  padding-bottom: 0;
}

.map-with-links .map-area {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.map-with-links .map-area:last-child {
  margin-bottom: 0;
}

.map-with-links .map-box {
  width: 100%;
  overflow: hidden;
}

.hero-title+.map-with-links {
  padding: 60px 0 135px 0;
}

@media (min-width: 992px) {
  .map-with-links .read-more-wrap {
    height: 60px;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: #ffffff;
    box-shadow: inset #50a7ef 0 0 0 2px;
    border-radius: 900px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0 0 -30px 0;
  }

  .map-with-links .read-more-wrap .read-more {
    width: auto;
    float: left;
    position: relative;
    padding: 0;
    margin: 0 -1px 0 0;
  }

  .map-with-links .read-more-wrap .read-more:before {
    content: "";
    width: 1px;
    height: 30px;
    float: left;
    background: #c0e5ed;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .map-with-links .read-more-wrap .read-more a {
    height: 60px;
    float: left;
    font-size: 17px;
    line-height: 60px;
    z-index: 1;
    padding: 0 28px;
  }

  .map-with-links .read-more-wrap .read-more a:before {
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: 0;
    z-index: -1;
  }

  .map-with-links .read-more-wrap .read-more a:hover,
  .map-with-links .read-more-wrap .read-more a:focus,
  .map-with-links .read-more-wrap .read-more a:active {
    color: #ffffff;
  }

  .map-with-links .read-more-wrap .read-more a:hover:before,
  .map-with-links .read-more-wrap .read-more a:focus:before,
  .map-with-links .read-more-wrap .read-more a:active:before {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .map-with-links .read-more-wrap {
    height: 65px;
    margin: 0 0 -32.5px 0;
  }

  .map-with-links .read-more-wrap .read-more:before {
    height: 35px;
  }

  .map-with-links .read-more-wrap .read-more a {
    height: 65px;
    font-size: 18px;
    line-height: 65px;
    padding: 0 45px;
  }
}

@media (max-width: 1199px) {
  .map-with-links {
    padding: 95px 0;
  }
}

@media (max-width: 991px) {
  .map-with-links .read-more-wrap {
    max-width: 550px;
    display: inline-flex;
    flex-wrap: wrap;
    text-align: left;
    padding-bottom: 50px;
    margin: 0 -15px -30px -15px;
  }

  .map-with-links .read-more-wrap:last-child {
    padding-bottom: 0;
  }

  .map-with-links .read-more-wrap .read-more {
    width: 33.33333333333333%;
    float: left;
    padding: 0 15px 30px 15px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .map-with-links {
    padding: 70px 0;
  }

  .map-with-links .read-more-wrap {
    max-width: 360px;
    padding-bottom: 40px;
    margin: 0 0 -30px 0;
  }

  .map-with-links .read-more-wrap .read-more {
    width: 50%;
    min-width: fit-content;
    padding: 0 0 30px 15px;
  }
}

/* Featured - News */
.featured-news {
  width: 100%;
  font-size: 19px;
  line-height: 29px;
  background: #f6f6f6;
  overflow: hidden;
  padding: 125px 0 135px 0;
}

.featured-news .row {
  position: relative;
  padding: 0;
  margin: 0;
}

.featured-news .row>div {
  width: 100%;
  border-bottom: 1px solid #ced0f2;
  padding: 0 0 40px 0;
  margin: 0 0 40px 0;
}

.featured-news .row>div:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.featured-news .row>div .box {
  width: 100%;
  height: 100%;
  float: left;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}

.featured-news .row>div .box .figure {
  display: none;
  margin-bottom: 0;
}

.featured-news .row>div .box .figure img {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.featured-news .row>div .box .aside {
  width: 100%;
}

.featured-news .row>div .box .aside .category-name {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 6px;
}

.featured-news .row>div .box .aside .category-name:last-child {
  margin-bottom: 0;
}

.featured-news .row>div .box .aside h3,
.featured-news .row>div .box .aside .h3 {
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 24px;
}

.featured-news .row>div .box .aside h3:last-child,
.featured-news .row>div .box .aside .h3:last-child {
  padding-bottom: 0;
}

.featured-news .row>div .box .aside .read-more {
  margin: 0;
}

.featured-news .row>div:first-child .box .figure {
  display: block;
}

.featured-news .row>div:first-child .box .aside {
  width: 90%;
  max-width: 470px;
  background: #f6f6f6;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 4.3% 5.3% 0 4.3%;
}

.featured-news .row>div:first-child .box .aside .category-name {
  height: 48px;
  line-height: 48px;
  background: #c0e5ed;
  position: absolute;
  top: -48px;
  left: 0;
  z-index: 1;
  padding: 0 5.3%;
}

.featured-news .row>div .box:hover .figure img,
.featured-news .row>div .box:focus .figure img,
.featured-news .row>div .box:active .figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.featured-news .row>div .box:hover .aside h3,
.featured-news .row>div .box:hover .aside .h3,
.featured-news .row>div .box:focus .aside h3,
.featured-news .row>div .box:focus .aside .h3,
.featured-news .row>div .box:active .aside h3,
.featured-news .row>div .box:active .aside .h3 {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .featured-news .row {
    min-height: 450px;
    padding: 0 0 0 59%;
  }

  .featured-news .row>div:first-child {
    width: 53%;
    height: 100%;
    border-bottom: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
  }

  .featured-news .row>div:first-child .figure {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .featured-news .row>div:first-child .figure img {
    width: auto;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }

  .featured-news .row>div .box:hover .figure img,
  .featured-news .row>div .box:focus .figure img,
  .featured-news .row>div .box:active .figure img {
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@media (min-width: 1200px) {
  .featured-news .row>div:first-child {
    width: 51%;
  }
}

@media (max-width: 1199px) {
  .featured-news {
    padding: 80px 0 95px 0;
  }

  .featured-news .row>div {
    padding: 0 0 50px 0;
    margin: 0 0 50px 0;
  }

  .featured-news .row>div .box .aside h3,
  .featured-news .row>div .box .aside .h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

@media (max-width: 991px) {

  .featured-news .row>div .box .aside h3,
  .featured-news .row>div .box .aside .h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

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

  .featured-news .row>div {
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
  }

  .featured-news .row>div .box .aside {
    padding: 0 5.3%;
  }

  .featured-news .row>div .box .aside .category-name {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 12px;
  }

  .featured-news .row>div .box .aside h3,
  .featured-news .row>div .box .aside .h3 {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 20px;
  }

  .featured-news .row>div:first-child .box .aside .category-name {
    height: 25px;
    line-height: 25px;
    top: -25px;
    font-size: 14px;
  }
}

/* CTA - Content */
.cta-cont {
  width: 100%;
  min-height: 564px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 19px;
  line-height: 29px;
  background: #ced0f2;
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 100px 0;
}

.cta-cont:after {
  content: "";
  width: 36%;
  height: 100%;
  background: url(../img/cta-lines.svg) no-repeat left center;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.cta-cont .btn-out,
.cta-cont .btn-wrap {
  margin-top: 30px;
}

.cta-cont .aside {
  width: 100%;
  max-width: 720px;
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 1599px) {
  .cta-cont:after {
    width: 100%;
    /*background-size: 592px auto;*/
    background-position: 102% 100%;
  }
}

@media (max-width: 1199px) {
  .cta-cont {
    min-height: 490px;
    font-size: 18px;
    line-height: 28px;
    padding: 80px 0;
  }

  .cta-cont .btn-out,
  .cta-cont .btn-wrap {
    margin-top: 25px;
  }

  .cta-cont .aside {
    max-width: 600px;
  }
}

@media (max-width: 991px) {
  .cta-cont .aside {
    max-width: 500px;
  }
}

@media (max-width: 767px) {
  .cta-cont {
    min-height: 300px;
    font-size: 17px;
    line-height: 26px;
    padding: 70px 0;
  }

  .cta-cont .btn-out,
  .cta-cont .btn-wrap {
    margin-top: 20px;
  }
}

/* CTA - Content */
.cta-cont2 {
  width: 100%;
  font-size: 19px;
  line-height: 29px;
  background: #ced0f2;
  overflow: hidden;
}

.cta-cont2 .row {
  padding: 0;
  margin: 0;
}

.cta-cont2 .row>div {
  position: relative;
  padding: 0;
  margin: 0;
}

.cta-cont2 .row>div .btn-out,
.cta-cont2 .row>div .btn-wrap {
  margin-top: 30px;
}

.cta-cont2 .row>div .aside {
  width: 100%;
  max-width: 648px;
  float: right;
  position: relative;
  z-index: 2;
  padding: 90px 0 90px 40px;
}

@media (min-width: 992px) {
  .cta-cont2 .row>div {
    min-height: 500px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }

  .cta-cont2 .row>div:nth-child(2) {
    padding-left: 80px;
  }

  .cta-cont2 .row>div .txt-max {
    max-width: 610px;
    margin-right: -40px;
  }

  .cta-cont2 .row>div .btn-wrap {
    margin-right: -40px;
  }

  .cta-cont2 .row>div .figure {
    height: 100%;
  }

  .cta-cont2 .row>div .figure img {
    width: auto;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .cta-cont2 .row>div {
    min-height: 600px;
  }
}

@media (max-width: 1199px) {
  .cta-cont2 {
    font-size: 18px;
    line-height: 28px;
  }

  .cta-cont2 .row>div .btn-out,
  .cta-cont2 .row>div .btn-wrap {
    margin-top: 25px;
  }

  .cta-cont2 .row>div .aside {
    max-width: 648px;
    padding: 70px 0 80px 40px;
  }
}

@media (max-width: 991px) {
  .cta-cont2 .row>div .aside {
    max-width: 100%;
    float: none;
    padding: 80px 40px;
    margin: 0 auto;
  }

  .cta-cont2 .row>div .txt-max {
    max-width: 580px;
  }
}

@media (max-width: 767px) {
  .cta-cont2 {
    font-size: 17px;
    line-height: 26px;
  }

  .cta-cont2 .row {
    max-width: 640px;
    padding: 50px 8% 70px 8%;
    margin: 0 auto;
  }

  .cta-cont2 .row>div:nth-child(1) {
    order: 2;
  }

  .cta-cont2 .row>div:nth-child(2) {
    order: 1;
  }

  .cta-cont2 .row>div p {
    display: none;
  }

  .cta-cont2 .row>div .btn-out,
  .cta-cont2 .row>div .btn-wrap {
    margin-top: 10px;
  }

  .cta-cont2 .row>div .aside {
    padding: 40px 0 0 0;
  }
}

/*
 5.) Footer - Main
----------------------------------------*/
.footer-main {
  width: 100%;
  float: left;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.99);
  line-height: 24px;
  background: #1e64af;
  overflow: hidden;
  position: relative;
  z-index: 8;
  padding: 110px 0 50px 0;
}

.footer-main .newsletter-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 55px;
  margin: 0;
}

.footer-main .newsletter-form:last-child {
  padding-bottom: 0;
}

.footer-main .newsletter-form .txt-wrap {
  width: 280px;
  float: left;
  padding: 0;
  margin: 0 -280px 0 0;
}

.footer-main .newsletter-form .txt-wrap h3,
.footer-main .newsletter-form .txt-wrap .h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: #ffffff;
  line-height: 29px;
  padding: 0;
}

.footer-main .newsletter-form .field-wrap {
  width: 100%;
  float: left;
  padding: 0 0 0 295px;
  height: 68px;
}

.footer-main .field-wrap .gform_wrapper.gravity-theme .gform_fields {
  display: block;
}

.footer-main .gfield_validation_message {
  padding-top: 7px;
  position: absolute;
  width: 100%;
  text-align: center;
}

.footer-main .gform_validation_errors {
  display: none;
}

.footer-main .gfield_error [aria-invalid="true"]::placeholder {
  color: red;
  opacity: 1;
}

.footer-main .gform_ajax_spinner {
  position: absolute;
  right: 100%;
  top: 50%;
  margin: -8px 5px 0 0;
}

.footer-main .pre-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 100px;
  margin: 0 -20px -50px -20px;
}

.footer-main .pre-footer:last-child {
  padding-bottom: 0;
}

.footer-main .pre-footer .left-cont {
  width: 37%;
  float: left;
  padding: 0 20px 50px 20px;
}

.footer-main .pre-footer .left-cont p {
  width: 100%;
  max-width: 310px;
}

.footer-main .pre-footer .left-cont p a,
.footer-main .pre-footer .left-cont p a[href^="tel:"],
.footer-main .pre-footer .left-cont p a[href^="mailto:"] {
  font-weight: inherit;
  color: #f8f8f8;
}

.footer-main .pre-footer .left-cont p a:hover,
.footer-main .pre-footer .left-cont p a:focus,
.footer-main .pre-footer .left-cont p a:hover[href^="tel:"],
.footer-main .pre-footer .left-cont p a:focus[href^="tel:"],
.footer-main .pre-footer .left-cont p a:hover[href^="mailto:"],
.footer-main .pre-footer .left-cont p a:focus[href^="mailto:"] {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
}

.footer-main .pre-footer .left-cont .brand {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 28px;
}

.footer-main .pre-footer .left-cont .brand:last-child {
  margin-bottom: 0;
}

.footer-main .pre-footer .left-cont .brand img {
  width: 100%;
  max-width: 336px;
  display: inline-block;
  vertical-align: top;
}

.footer-main .pre-footer .left-cont .txt-max {
  margin-bottom: 60px;
}

.footer-main .pre-footer .left-cont .txt-max:last-child {
  margin-bottom: 0;
}

.footer-main .pre-footer .left-cont .social-links {
  text-align: left;
  border: none;
  padding: 0;
  margin: 0;
}

.footer-main .pre-footer .left-cont .social-links ul {
  padding: 0;
  margin: 0 -6px -14px -6px;
}

.footer-main .pre-footer .left-cont .social-links ul li {
  margin: 0 6px 14px 6px;
}

.footer-main .pre-footer .left-cont .social-links ul li a {
  width: 42px;
  height: 42px;
  font-size: 19px;
  line-height: 19px;
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
}

.footer-main .pre-footer .left-cont .social-links ul li>a:hover,
.footer-main .pre-footer .left-cont .social-links ul li>a:focus,
.footer-main .pre-footer .left-cont .social-links ul li>a:active {
  color: #1e64af;
  background: #ffffff;
  border-color: #ffffff;
}

.footer-main .pre-footer .right-cont {
  width: 63%;
  float: left;
  padding: 10px 20px 50px 20px;
}

.footer-main .pre-footer .right-cont .aside-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 70px;
  margin: 0 -20px -40px -20px;
}

.footer-main .pre-footer .right-cont .aside-wrap:last-child {
  padding-bottom: 0;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont {
  width: 100%;
  float: left;
  padding: 0 20px 40px 20px;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont h2,
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont .h2 {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  opacity: 0.8;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 25px;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont h2:last-child,
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont .h2:last-child {
  padding-bottom: 0;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont .menu-links {
  width: 100%;
  float: left;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -20px -17px -20px;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li {
  width: 100%;
  float: left;
  padding: 0 20px;
  margin: 0 0 17px 0;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li:before {
  display: none;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li:last-child {
  padding-bottom: 0;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li a {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
  text-decoration: none;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li>a:hover,
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li>a:focus,
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li>a:active,
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li.current-menu-item>a,
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li.current-menu-parent>a,
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li.current-menu-ancestor>a {
  color: #c0e5ed;
  text-decoration: underline;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont:nth-child(2) ul li {
  width: 50%;
}

.footer-main .logos-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 85px;
  margin: 0 -20px -40px -20px;
}

.footer-main .logos-wrap:last-child {
  padding-bottom: 0;
}

.footer-main .logos-wrap .logo {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0 20px 40px 20px;
}

.footer-main .logos-wrap .logo img {
  display: inline-block;
  vertical-align: top;
  opacity: 0.6;
  max-height: 50px;
  height: auto;
  width: auto;
  max-width: 196px;
  border-bottom: 1px solid transparent;
}

.footer-main .logos-wrap .logo a:hover img,
.footer-main .logos-wrap .logo a:focus img,
.footer-main .logos-wrap .logo a:active img {
  border-bottom: 1px solid #ffffff99;
}

.footer-main .copy-rights {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 35px 0 0 0;
}

.footer-main .copy-rights p {
  display: none;
  padding: 0;
  margin: 0;
}

.footer-main .copy-rights .foot-links ul li.footer-logo a {
  border-bottom: 1px solid transparent;
  text-decoration: none;
}

.footer-main .copy-rights .foot-links ul li.footer-logo a>img {
  display: inline-block;
  opacity: 0.6;
  max-height: 25px;
  height: auto;
  width: auto;
  max-width: 100px;
}

.footer-main .copy-rights .foot-links ul li.footer-logo a:hover,
.footer-main .copy-rights .foot-links ul li.footer-logo a:focus,
.footer-main .copy-rights .foot-links ul li.footer-logo a:active {
  border-bottom: 1px solid #ffffff59;
}

.footer-main .copy-rights .foot-links {
  float: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.footer-main .copy-rights .foot-links ul {
  float: none;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  padding: 0;
  margin: 0 -8px 0 -12px;
}

.footer-main .copy-rights .foot-links ul li {
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px 0 12px;
  margin: 0;
}

.footer-main .copy-rights .foot-links ul li:last-child {
  padding-bottom: 0;
}

.footer-main .copy-rights .foot-links ul li:before {
  content: "";
  width: 1px;
  height: 17px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 0;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.footer-main .copy-rights .foot-links ul li p {
  display: block;
}

.footer-main .copy-rights .foot-links ul li a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #ffffff59;
}

.footer-main .copy-rights .foot-links ul li>a:hover,
.footer-main .copy-rights .foot-links ul li>a:focus,
.footer-main .copy-rights .foot-links ul li>a:active,
.footer-main .copy-rights .foot-links ul li.current-menu-item>a,
.footer-main .copy-rights .foot-links ul li.current-menu-parent>a,
.footer-main .copy-rights .foot-links ul li.current-menu-ancestor>a {
  color: #fff;
  opacity: 1;
  text-decoration: underline;
}

.footer-main .copy-rights .inn-wrap {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 190px 0 0;
  margin: 0 -5px 0 0;
}

.footer-main .copy-rights .phone-number {
  width: 190px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin: 0 -3px 0 -192px;
}

.footer-main .copy-rights .phone-number a {
  height: 37px;
  font-weight: 400;
  font-size: 18px;
  color: #1e64af;
  background: #c0e5ed;
  border-color: #1e64af;
  padding: 0 18px;
}

.footer-main .copy-rights .phone-number a:before {
  width: 16px;
  height: 16px;
  background-image: url(../img/phone-blue.svg);
  margin: 0 7px 0 0;
}

.footer-main .copy-rights .phone-number a:hover,
.footer-main .copy-rights .phone-number a:focus,
.footer-main .copy-rights .phone-number a:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #50a7ef;
  border-color: #50a7ef;
}

.footer-main .copy-rights .phone-number a:hover:before,
.footer-main .copy-rights .phone-number a:focus:before,
.footer-main .copy-rights .phone-number a:active:before {
  background-image: url(../img/phone-white.svg);
}

@media (min-width: 768px) {
  .footer-main .pre-footer .right-cont .aside-wrap .aside-cont {
    width: 33.33333333333333%;
  }

  .footer-main .pre-footer .right-cont .aside-wrap .aside-cont:nth-child(2) {
    width: 66.66666666666667%;
  }

  .footer-main .pre-footer .right-cont .aside-wrap .aside-cont h2,
  .footer-main .pre-footer .right-cont .aside-wrap .aside-cont .h2 {
    pointer-events: none;
    cursor: default;
  }

  .footer-main .pre-footer .right-cont .aside-wrap .aside-cont .menu-links {
    height: auto !important;
    display: block !important;
  }
}

@media (max-width: 1439px) {
  .footer-main .pre-footer .left-cont .brand img {
    max-width: 280px;
  }
}

@media (max-width: 1199px) {
  .footer-main {
    padding: 80px 0 50px 0;
  }

  .footer-main .pre-footer {
    padding-bottom: 80px;
  }

  .footer-main .pre-footer .left-cont .brand img {
    max-width: 280px;
  }

  .footer-main .pre-footer .right-cont .aside-wrap {
    padding-bottom: 65px;
  }

  .footer-main .logos-wrap {
    padding-bottom: 65px;
  }

  .footer-main .copy-rights .inn-wrap {
    padding: 0;
    margin: 0;
  }

  .footer-main .copy-rights .phone-number {
    width: 100%;
    text-align: left;
    margin: 30px 0 0 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-main .newsletter-form .txt-wrap {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .footer-main .newsletter-form .field-wrap {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .footer-main .logos-wrap .logo img {
    max-height: 30px;
  }

  .footer-main .pre-footer .left-cont {
    width: 100%;
  }

  .footer-main .pre-footer .left-cont p {
    max-width: 580px;
  }

  .footer-main .pre-footer .right-cont {
    width: 100%;
  }

  .footer-main .logos-wrap .logo {
    width: 33.33333333333333%;
  }
}

@media (max-width: 767px) {
  .footer-main {
    padding: 55px 0 40px 0;
  }

  .footer-main .newsletter-form .txt-wrap {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .footer-main .newsletter-form .field-wrap {
    padding: 0;
    height: 50px;
  }

  .footer-main .pre-footer {
    padding-bottom: 65px;
  }

  .footer-main .pre-footer .left-cont .txt-max {
    margin-bottom: 35px;
  }

  .footer-main .pre-footer .right-cont .aside-wrap {
    padding-bottom: 65px;
    margin: 0 -20px -25px -20px;
  }

  .footer-main .pre-footer .right-cont .aside-wrap .aside-cont {
    padding: 0 20px 25px 20px;
  }

  .footer-main .pre-footer .right-cont .aside-wrap .aside-cont h2 {
    float: none;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    padding: 0 31px 0 0;
  }

  .footer-main .pre-footer .right-cont .aside-wrap .aside-cont h2:after {
    content: "";
    width: 17px;
    height: 100%;
    float: left;
    background: url(../img/nav-arrow-bluelight.svg) no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }

  .footer-main .pre-footer .right-cont .aside-wrap .aside-cont h2.active:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .footer-main .pre-footer .right-cont .aside-wrap .aside-cont .menu-links {
    display: none;
    padding: 25px 0 0 0;
  }

  .footer-main .logos-wrap {
    margin: 0 -17px -34px -17px;
  }

  .footer-main .logos-wrap .logo {
    width: 50%;
    padding: 0 17px 34px 17px;
  }
}

/*
 6.) Inner - Pages
----------------------------------------*/
/* Hero - Title */
.hero-title {
  width: 100%;
  min-height: 280px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  line-height: 32px;
  background: #ced0f2;
  overflow: hidden;
  padding: 85px 0;
}

.hero-title h1,
.hero-title .h1 {
  padding-bottom: 16px;
}

.hero-title h1:last-child,
.hero-title .h1:last-child {
  padding-bottom: 0;
}

.hero-title .sub-title {
  margin-bottom: 5px;
}

.hero-title .sub-title:last-child {
  margin-bottom: 0;
}

.hero-title .btn-out,
.hero-title .btn-wrap {
  margin-top: 40px;
}

.hero-title .aside {
  width: 100%;
  max-width: 824px;
}

@media (max-width: 1199px) {
  .hero-title {
    min-height: 230px;
    font-size: 20px;
    line-height: 30px;
    padding: 75px 0;
  }

  .hero-title .btn-out,
  .hero-title .btn-wrap {
    margin-top: 30px;
  }

  .hero-title .aside {
    width: 100%;
    max-width: 780px;
  }
}

@media (max-width: 767px) {
  .hero-title {
    min-height: 175px;
    font-size: 18px;
    line-height: 28px;
    padding: 50px 0;
  }

  .hero-title .btn-out,
  .hero-title .btn-wrap {
    margin-top: 20px;
  }
}

/* Hero - Title ALT */
.hero-title.alt {
  color: #ffffff;
  background: #1e64af;
}

.hero-title.alt h1,
.hero-title.alt .h1,
.hero-title.alt h2,
.hero-title.alt .h2,
.hero-title.alt h3,
.hero-title.alt .h3,
.hero-title.alt h4,
.hero-title.alt .h4,
.hero-title.alt h5,
.hero-title.alt .h5,
.hero-title.alt h6,
.hero-title.alt .h6 {
  color: inherit;
}

/* Hero - Title ALT2 */
.hero-title.alt2 {
  background: #c0e5ed;
  padding-bottom: 150px;
}

.hero-title.alt2 .left-aside {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: middle;
  padding: 0 437px 0 5px;
  margin: 0 -5px;
}

.hero-title.alt2 .left-aside p {
  width: 100%;
  max-width: 650px;
}

.hero-title.alt2 .right-aside {
  width: 392px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  background: #1e64af;
  padding: 3%;
  margin: 0 -4px 0 -390px;
}

.hero-title.alt2 .right-aside .items-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -20px 0;
}

.hero-title.alt2 .right-aside .items-wrap .item {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px 0;
}

.hero-title.alt2 .right-aside .items-wrap .item .icon {
  width: 50px;
  float: left;
  text-align: center;
  margin: 0 -50px 0 0;
}

.hero-title.alt2 .right-aside .items-wrap .item .txt {
  width: 100%;
  float: left;
  font-size: 17px;
  line-height: 26px;
  padding: 0 0 0 65px;
  margin: 0;
}

.hero-title.alt2 .right-aside .items-wrap .item .txt h5,
.hero-title.alt2 .right-aside .items-wrap .item .txt .h5 {
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 3px;
}

.hero-title.alt2 .right-aside .items-wrap .item .txt h5:last-child,
.hero-title.alt2 .right-aside .items-wrap .item .txt .h5:last-child {
  padding-bottom: 0;
}

.hero-title.alt2 .right-aside .items-wrap .item .txt h5 a:hover,
.hero-title.alt2 .right-aside .items-wrap .item .txt h5 a:focus,
.hero-title.alt2 .right-aside .items-wrap .item .txt h5 a:active,
.hero-title.alt2 .right-aside .items-wrap .item .txt .h5 a:hover,
.hero-title.alt2 .right-aside .items-wrap .item .txt .h5 a:focus,
.hero-title.alt2 .right-aside .items-wrap .item .txt .h5 a:active {
  color: #50a7ef;
}

@media (max-width: 1199px) {
  .hero-title.alt2 {
    padding-bottom: 140px;
  }

  .hero-title.alt2 .left-aside {
    padding: 0 390px 0 5px;
    margin: 0 -5px;
  }

  .hero-title.alt2 .right-aside {
    width: 350px;
    padding: 3%;
    margin: 0 -4px 0 -350px;
  }
}

@media (max-width: 991px) {
  .hero-title.alt2 .left-aside {
    padding: 0 350px 0 5px;
    margin: 0 -5px;
  }

  .hero-title.alt2 .right-aside {
    width: 320px;
    padding: 4%;
    margin: 0 -4px 0 -320px;
  }

  .hero-title.alt2 .right-aside .items-wrap .item .icon {
    width: 40px;
    margin: 0 -40px 0 0;
  }

  .hero-title.alt2 .right-aside .items-wrap .item .txt {
    padding: 0 0 0 55px;
  }

  .hero-title.alt2 .right-aside .items-wrap .item .txt h5,
  .hero-title.alt2 .right-aside .items-wrap .item .txt .h5 {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .hero-title.alt2 {
    padding-bottom: 125px;
  }

  .hero-title.alt2 .left-aside {
    padding: 0 0 40px 0;
    margin: 0;
  }

  .hero-title.alt2 .right-aside {
    width: 100%;
    padding: 9%;
    margin: 0;
  }
}

/* Search - Finder */
.search-finder {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  background: #1e64af;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 3.5% 4.5%;
  margin: -65px 0 60px 0;
}

.search-finder:last-child {
  margin-bottom: 0;
}

.search-finder h3,
.search-finder .h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #ffffff;
  line-height: 32px;
  padding-bottom: 16px;
}

.search-finder h3:last-child,
.search-finder .h3:last-child {
  padding-bottom: 0;
}

.search-finder .search-box select,
.search-finder .search-box textarea,
.search-finder .search-box input[type="text"],
.search-finder .search-box input[type="password"],
.search-finder .search-box input[type="datetime"],
.search-finder .search-box input[type="datetime-local"],
.search-finder .search-box input[type="date"],
.search-finder .search-box input[type="month"],
.search-finder .search-box input[type="time"],
.search-finder .search-box input[type="week"],
.search-finder .search-box input[type="number"],
.search-finder .search-box input[type="email"],
.search-finder .search-box input[type="url"],
.search-finder .search-box input[type="search"],
.search-finder .search-box input[type="tel"],
.search-finder .search-box input[type="color"],
.search-finder .search-box .uneditable-input {
  color: #ffffff;
  background: none;
  box-shadow: inset #c0e5ed 0 0 0 2px;
}

.search-finder .search-box select.colorize expand-item:not([disabled]) {
  color: #ffffff;
}

.search-finder .search-box select.colorize expand-item.def:not([disabled]),
.search-finder .search-box select.colorize.empty:not([disabled]) {
  color: #ffffff;
}

.search-finder .search-box ::-webkit-input-placeholder,
.search-finder .search-box ::-webkit-textarea-placeholder {
  color: #ffffff;
}

.search-finder .search-box input::-moz-placeholder,
.search-finder .search-box textarea::-moz-placeholder {
  color: #ffffff;
}

.search-finder .search-box ::-moz-placeholder {
  color: #ffffff;
}

.search-finder .search-box ::-ms-input-placeholder {
  color: #ffffff;
}

.search-finder .search-box .btn,
.search-finder .search-box input[type="button"],
.search-finder .search-box input[type="submit"] {
  background-color: #c0e5ed;
  background-image: url(../img/search.svg);
}

.search-finder .search-box .btn:hover,
.search-finder .search-box .btn:focus,
.search-finder .search-box .btn:active,
.search-finder .search-box .btn:active:focus,
.search-finder .search-box .btn.active,
.search-finder .search-box .btn.active:focus,
.search-finder .search-box input[type="button"]:hover,
.search-finder .search-box input[type="button"]:focus,
.search-finder .search-box input[type="button"]:active,
.search-finder .search-box input[type="button"]:active:focus,
.search-finder .search-box input[type="button"].active,
.search-finder .search-box input[type="button"].active:focus,
.search-finder .search-box input[type="submit"]:hover,
.search-finder .search-box input[type="submit"]:focus,
.search-finder .search-box input[type="submit"]:active,
.search-finder .search-box input[type="submit"]:active:focus,
.search-finder .search-box input[type="submit"].active,
.search-finder .search-box input[type="submit"].active:focus,
.search-finder .search-box .btn:not(:disabled):not(.disabled).active,
.search-finder .search-box .btn:not(:disabled):not(.disabled):active {
  background-color: #c0e5ed;
  background-image: url(../img/search.svg);
}

@media (max-width: 1199px) {
  .search-finder {
    padding: 4% 5%;
    margin: -65px 0 60px 0;
  }

  .search-finder h3,
  .search-finder .h3 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .search-finder {
    padding: 8% 9% 9% 9%;
    margin: -65px 0 50px 0;
  }

  .search-finder h3,
  .search-finder .h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

/* Hero - Inner */
.hero-inner {
  width: 100%;
  font-size: 24px;
  line-height: 32px;
  background: rgba(206, 208, 242, 0.3);
  overflow: hidden;
}

.hero-inner .row {
  padding: 0;
  margin: 0;
}

.hero-inner .row>div {
  position: relative;
  padding: 0;
  margin: 0;
}

.hero-inner .row>div .aside {
  width: 100%;
  max-width: 648px;
  float: right;
  position: relative;
  z-index: 2;
  padding: 90px 0 90px 40px;
}

.hero-inner .row>div .aside h1,
.hero-inner .row>div .aside .h1 {
  padding-bottom: 16px;
}

.hero-inner .row>div .aside h1:last-child,
.hero-inner .row>div .aside .h1:last-child {
  padding-bottom: 0;
}

.hero-inner .row>div .aside .sub-title {
  margin-bottom: 5px;
}

.hero-inner .row>div .aside .sub-title:last-child {
  margin-bottom: 0;
}

.hero-inner .row>div .aside .icon,
.hero-inner .row>div .aside .logo {
  margin-bottom: 15px;
}

.hero-inner .row>div .aside .logo {
  max-width: 270px;
}

.hero-inner .row>div .aside .icon:last-child,
.hero-inner .row>div .aside .logo:last-child {
  margin-bottom: 0;
}

.hero-inner .row>div .aside .btn-out,
.hero-inner .row>div .aside .btn-wrap {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .hero-inner .row>div {
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }

  .hero-inner .row>div:nth-child(2) {
    padding-left: 80px;
  }

  .hero-inner .row>div .txt-max {
    max-width: 620px;
    margin-right: -40px;
  }

  .hero-inner .row>div .btn-wrap {
    margin-right: -40px;
  }

  .hero-inner .row>div .figure {
    height: 100%;
  }

  .hero-inner .row>div .figure img {
    width: auto;
    max-width: none;
    max-height: none;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .hero-inner .row>div {
    min-height: 500px;
  }
}

@media (max-width: 1199px) {
  .hero-inner {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-inner .row>div .aside {
    max-width: 648px;
    padding: 80px 0 80px 40px;
  }

  .hero-inner .row>div .aside .btn-out,
  .hero-inner .row>div .aside .btn-wrap {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .hero-inner .row>div .aside {
    max-width: 100%;
    float: none;
    padding: 80px 40px;
    margin: 0 auto;
  }

  .hero-inner .row>div .txt-max {
    max-width: 580px;
  }
}

@media (max-width: 767px) {
  .hero-inner {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-inner .row>div .aside {
    max-width: 640px;
    padding: 50px 8%;
  }

  .hero-inner .row>div .aside .btn-out,
  .hero-inner .row>div .aside .btn-wrap {
    margin-top: 20px;
  }
}

/* Two Column - Content */
.two-col-cont {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  /* margin-bottom: 135px; */
}

/*.two-col-cont:last-child {
  margin-bottom: 0;
}*/
.two-col-cont .row {
  /* padding: 0 0 100px 0; */
  margin: 0;
}

.twocol-alt-text-img-band:has(.row.bg-white) {
  padding: 0;
}

.two-col-cont .row.bg-gray {
  position: relative;
}

.two-col-cont .row.bg-gray::before {
  content: "";
  background: #f6f6f6;
  position: absolute;
  inset: 0 -9999px;
  z-index: -1;
}

.twocol-alt-text-img-band:has(.row.bg-gray) .two-col-cont>.row {
  padding: 135px 0;
}

/*.two-col-cont .row:last-child {
  padding-bottom: 0;
}*/
.two-col-cont+.callouts-list {
  padding-bottom: 50px;
}

.twocol-alt-text-img-band:has(.row.bg-gray):last-child .two-col-cont>.row+.callouts-list {
  padding-bottom: 0px;
}

.two-col-cont .row>div {
  font-size: 19px;
  line-height: 29px;
  padding: 0;
  margin: 0;
}

.two-col-cont .row>div .btn-out,
.two-col-cont .row>div .btn-wrap,
.two-col-cont .row>div .read-more {
  margin-top: 20px;
}

.two-col-cont .row>div .aside {
  width: 100%;
}

.two-col-cont .row>div .figure.img-fit img {
  width: auto;
}

.two-col-cont .row>div .figure {
  width: 100%;
  margin: 0;
}

.two-col-cont .row .figure iframe {
  width: 100%;
  height: 425px;
}

.two-col-cont.col-reverse.community-map .row>div:first-child {
  top: 1.5em;
}

@media (min-width: 1200px) {
  .two-col-cont .row {
    align-items: center;
  }
}

@media (min-width: 992px) {
  .two-col-cont .row>div {
    width: 50%;
    position: relative;
  }

  .two-col-cont .row>div .aside {
    max-width: 555px;
    float: right;
    padding-left: 40px;
  }

  .two-col-cont .row>div .aside p {
    width: 100%;
    max-width: 485px;
  }

  .two-col-cont .row:nth-child(even)>div .aside {
    max-width: 525px;
    float: left;
    padding-left: 0;
    padding-right: 40px;
  }

  .two-col-cont .row:nth-child(even)>div .aside p {
    max-width: inherit;
  }

  .two-col-cont .row:nth-child(even)>div:first-child {
    left: 50%;
  }

  .two-col-cont .row:nth-child(even)>div:nth-child(even) {
    left: -50%;
  }

  .two-col-cont .row:nth-child(even)>div.fadeInLeft {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

  .two-col-cont .row:nth-child(even)>div.fadeInRight {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  /* Col - Reverse  */
  .two-col-cont.col-reverse .row>div .aside {
    max-width: 525px;
    float: left;
    padding-left: 0;
    padding-right: 40px;
  }

  .two-col-cont.col-reverse .row>div .aside p {
    max-width: inherit;
  }

  .two-col-cont.col-reverse .row>div:first-child {
    left: 50%;
  }

  .two-col-cont.col-reverse .row>div:nth-child(even) {
    left: -50%;
  }

  .two-col-cont.col-reverse .row>div.fadeInLeft {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

  .two-col-cont.col-reverse .row>div.fadeInRight {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  .two-col-cont.col-reverse .row:nth-child(even)>div .aside {
    max-width: 555px;
    float: right;
    padding-left: 40px;
    padding-right: 0;
  }

  .two-col-cont.col-reverse .row:nth-child(even)>div .aside p {
    max-width: 485px;
  }

  .two-col-cont.col-reverse .row:nth-child(even)>div:first-child {
    left: 0;
  }

  .two-col-cont.col-reverse .row:nth-child(even)>div:nth-child(even) {
    left: 0;
  }

  .two-col-cont.col-reverse .row:nth-child(even)>div.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  .two-col-cont.col-reverse .row:nth-child(even)>div.fadeInRight {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInRight;
  }
}

@media (max-width: 1199px) {
  .two-col-cont {
    margin-bottom: 95px;
  }

  .two-col-cont .row {
    padding-bottom: 80px;
  }

  .two-col-cont .row>div {
    font-size: 18px;
    line-height: 28px;
  }

  .two-col-cont .row>div .btn-out,
  .two-col-cont .row>div .btn-wrap,
  .two-col-cont .row>div .read-more {
    margin-top: 15px;
  }

  .twocol-alt-text-img-band:has(.row.bg-gray) .two-col-cont>.row {
    padding: 95px 0;
  }
}

@media (max-width: 991px) {
  .two-col-cont .row>div {
    order: 2;
    padding-bottom: 0;
  }

  .two-col-cont .row>div:nth-child(even) {
    order: 1;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .two-col-cont {
    margin-bottom: 70px;
  }

  .two-col-cont .row {
    padding-bottom: 60px;
  }

  .two-col-cont .row>div {
    font-size: 17px;
    line-height: 26px;
  }

  .two-col-cont .row>div:nth-child(even) {
    padding-bottom: 40px;
  }

  .two-col-cont .row>div .btn-out,
  .two-col-cont .row>div .btn-wrap,
  .two-col-cont .row>div .read-more {
    margin-top: 10px;
  }

  .twocol-alt-text-img-band:has(.row.bg-gray) .two-col-cont>.row {
    padding: 70px 0;
  }
}

/* Two Column - Content */
.two-col-cont.alt {
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.two-col-cont.alt .row {
  position: relative;
  z-index: 1;
  padding: 135px 0;
}

.two-col-cont.alt .row:before {
  content: "";
  width: 10000px;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: -5000px;
  z-index: -1;
}

.two-col-cont.alt .row:nth-child(even):before {
  background: #f6f6f6;
}

.two-col-cont.alt.col-reverse .row:before {
  background: #f6f6f6;
}

.two-col-cont.alt.col-reverse .row:nth-child(even):before {
  background: none;
}

@media (max-width: 1199px) {
  .two-col-cont.alt .row {
    padding: 95px 0;
  }
}

@media (max-width: 767px) {
  .two-col-cont.alt .row {
    padding: 70px 0;
  }
}

/* Tabbed - Content */
.tabbed-cont {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 100px;
}

.tabbed-cont:last-child {
  margin-bottom: 0;
}

.tabbed-cont .heading-txt2 {
  margin-bottom: 70px;
}

.tabbed-cont .heading-txt2:last-child {
  margin-bottom: 0;
}

.tabbed-cont .tab-links {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 2px solid #c0e5ed;
  position: relative;
  z-index: 2;
  margin: 0 0 65px 0;
}

.tabbed-cont .tab-links ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 -2px 0;
}

.tabbed-cont .tab-links ul li {
  float: left;
  padding: 0;
  margin: 0;
}

.tabbed-cont .tab-links ul li:before {
  display: none;
}

.tabbed-cont .tab-links ul li a {
  float: left;
  font-weight: 400;
  font-size: 20px;
  color: #253e4d;
  line-height: 26px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 0 35px 20px 35px;
}

.tabbed-cont .tab-links ul li a:after {
  content: "";
  width: 0;
  height: 3px;
  float: left;
  background: #1e64af;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0;
  opacity: 0;
}

.tabbed-cont .tab-links ul li a:hover,
.tabbed-cont .tab-links ul li a:focus,
.tabbed-cont .tab-links ul li a:active,
.tabbed-cont .tab-links ul li a.active {
  color: #1e64af;
}

.tabbed-cont .tab-links ul li a.active {
  font-weight: 600;
}

.tabbed-cont .tab-links ul li a:hover:after,
.tabbed-cont .tab-links ul li a:focus:after,
.tabbed-cont .tab-links ul li a:active:after,
.tabbed-cont .tab-links ul li a.active:after {
  color: #1e64af;
  width: 100%;
  left: 0;
  opacity: 1;
}

.tabbed-cont .row>div {
  font-size: 19px;
  line-height: 29px;
}

.tabbed-cont .row>div h4,
.tabbed-cont .row>div .h4 {
  padding-bottom: 15px;
}

.tabbed-cont .row>div h4:last-child,
.tabbed-cont .row>div .h4:last-child {
  padding-bottom: 0;
}

.tabbed-cont .row>div .btn-out,
.tabbed-cont .row>div .btn-wrap {
  margin-top: 20px;
}

.tabbed-cont .row>div .aside {
  width: 100%;
}

.tabbed-cont .row>div .figure {
  width: 100%;
  margin: 0;
}

.tabbed-contents-band+.tabbed-contents-band {
  padding-top: 0px;
}

@media (min-width: 1200px) {
  .tabbed-cont .row {
    align-items: center;
  }
}

@media (min-width: 992px) {
  .tabbed-cont .tab-links .dropdown-toggle {
    display: none;
  }

  .tabbed-cont .tab-links .dropdown-menu {
    min-width: 100%;
    width: 100%;
    float: left;
    text-align: center;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
    transform: translate3d(0, 0, 0) !important;
    padding: 0;
    margin: 0;
  }

  .tabbed-cont .row>div .aside {
    max-width: 500px;
  }
}

@media (max-width: 1199px) {
  .tabbed-cont {
    margin-bottom: 80px;
  }

  .tabbed-cont .heading-txt2 {
    margin-bottom: 50px;
  }

  .tabbed-cont .tab-links {
    margin-bottom: 50px;
  }

  .tabbed-cont .tab-links ul li a {
    font-size: 18px;
    line-height: 24px;
    padding: 0 20px 20px 20px;
  }

  .tabbed-cont .row>div {
    font-size: 18px;
    line-height: 28px;
  }

  .tabbed-cont .row>div .btn-out,
  .tabbed-cont .row>div .btn-wrap {
    margin-top: 15px;
  }
}

@media (max-width: 991px) {
  .tabbed-cont .tab-links {
    border-bottom: none;
  }

  .tabbed-cont .tab-links .dropdown-toggle {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #1e64af;
    line-height: 24px;
    text-align: left;
    background: none;
    border-radius: 0;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #c0e5ed;
    border-radius: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding: 0 35px 20px 0;
    margin: 0;
    z-index: 1;
  }

  .tabbed-cont .tab-links .dropdown-toggle:after {
    content: "";
    width: 17px;
    height: 17px;
    float: left;
    background: url(../img/nav-arrow-blue.svg) no-repeat top center;
    background-size: 100% auto;
    border: none;
    position: absolute;
    top: 7px;
    right: 0;
    margin: 0;
  }

  .tabbed-cont .tab-links .dropdown-toggle.show:after {
    top: 0;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .tabbed-cont .tab-links .dropdown-menu {
    min-width: 100%;
    width: 100%;
    float: left;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    transform: translate(0) !important;
    position: static !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    padding: 25px 0 0 0;
    margin: 0;
  }

  .tabbed-cont .tab-links ul {
    width: 100%;
    padding: 0;
    margin: 0 0 -23px 0;
  }

  .tabbed-cont .tab-links ul li {
    width: 100%;
    padding: 0;
    margin: 0 0 23px 0;
  }

  .tabbed-cont .tab-links ul li a {
    padding: 0 0 2px 0;
  }

  .tabbed-cont .tab-links ul li a:after {
    height: 2px;
    left: 0;
  }
}

@media (max-width: 767px) {
  .tabbed-cont {
    margin-bottom: 60px;
  }

  .tabbed-cont .heading-txt2 {
    margin-bottom: 40px;
  }

  .tabbed-cont .tab-links {
    margin-bottom: 40px;
  }

  .tabbed-cont .row>div {
    font-size: 17px;
    line-height: 26px;
  }

  .tabbed-cont .row>div .btn-out,
  .tabbed-cont .row>div .btn-wrap {
    margin-top: 10px;
  }
}

/* Grid - Links */
.grid-links {
  width: 100%;
  background: rgba(192, 229, 237, 0.2);
  overflow: hidden;
  padding: 110px 0;
}

.grid-links .box {
  width: 100%;
  background: #ffffff;
  overflow: hidden;
  padding: 5%;
}

.grid-links .box ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px -23px -10px;
}

.grid-links .box ul li {
  width: 25%;
  float: left;
  padding: 0 10px 23px 10px;
  margin: 0;
}

.grid-links .box ul li:last-child {
  padding-bottom: 23px;
}

.grid-links .box ul li:before {
  display: none;
}

.grid-links .box ul li,
.grid-links .box ul li a {
  font-weight: 400;
  font-size: 20px;
  color: #253e4d;
  line-height: 26px;
}

.grid-links .box ul li a {
  text-decoration: underline;
}

.grid-links .box ul li a:hover,
.grid-links .box ul li a:focus,
.grid-links .box ul li a:active {
  color: #1e64af;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .grid-links {
    padding: 80px 0;
  }

  .grid-links .box ul li,
  .grid-links .box ul li a {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .grid-links {
    padding: 60px 0;
  }

  .grid-links .box {
    padding: 9%;
  }

  .grid-links .box ul {
    margin: 0 -10px -20px -10px;
  }

  .grid-links .box ul li,
  .grid-links .box ul li a {
    width: 50%;
    padding: 0 10px 20px 10px;
    font-size: 17px;
    line-height: 23px;
    word-break: break-word;
  }

  .grid-links .box ul li:last-child {
    padding-bottom: 20px;
  }
}

/* Icons - List */
.icons-list {
  width: 100%;
  overflow: hidden;
  padding: 135px 0;
}

.content-inner2+.icons-list {
  padding-top: 30px;
}

.icons-list+.icons-list {
  padding-top: 0px;
}

.icons-list .row {
  padding: 0;
  margin: 0 -10px -20px -10px;
}

.icons-list .row>div {
  padding: 0 10px 20px 10px;
  margin: 0;
}

.icons-list .row>div .txt-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.icons-list .row>div .txt-max {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}

.icons-list .row>div .txt-max h2,
.icons-list .row>div .txt-max .h2 {
  padding-bottom: 15px;
}

.icons-list .row>div .txt-max h2:last-child,
.icons-list .row>div .txt-max .h2:last-child {
  padding-bottom: 0;
}

.icons-list .row>div .box {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  background: rgba(206, 208, 242, 0.2);
  overflow: hidden;
  position: relative;
  padding: 11%;
}

.icons-list .row>div .box h5,
.icons-list .row>div .box .h5 {
  padding-bottom: 5px;
}

.icons-list .row>div .box h5:last-child,
.icons-list .row>div .box .h5:last-child {
  padding-bottom: 0;
}

.icons-list .row>div .box .icon {
  height: 47px;
  line-height: 47px;
  margin-bottom: 10px;
}

.icons-list .row>div .box .icon:last-child {
  margin-bottom: 0;
}

.icons-list .row>div .box .icon img {
  max-height: 47px;
  width: auto;
}

.icons-list .row>div .box .aside {
  width: 100%;
  float: left;
  flex: 1 0 auto;
  padding-bottom: 30px;
}

.icons-list .row>div .box .aside:last-child {
  padding-bottom: 0;
}

.icons-list .row>div .box .read-more {
  flex-shrink: 0;
  margin-top: 0;
}

.icons-list .row>div a.box:hover h5,
.icons-list .row>div a.box:focus h5,
.icons-list .row>div a.box:active h5,
.icons-list .row>div a.box:hover .h5,
.icons-list .row>div a.box:focus .h5,
.icons-list .row>div a.box:active .h5 {
  text-decoration: underline;
}

.tabbed-contents-band+.icons-list {
  padding-top: 0px;
}

@media (max-width: 1199px) {
  .icons-list {
    padding: 95px 0;
  }
}

@media (max-width: 767px) {
  .icons-list {
    padding: 70px 0;
  }

  .icons-list .row>div .txt-wrap {
    padding-bottom: 20px;
  }

  .icons-list .row>div .box {
    padding: 9% 9% 10% 9%;
  }

  .icons-list .row>div .box .aside {
    padding-bottom: 25px;
  }
}

/* Featured - Articles */
.featured-articles {
  width: 100%;
  overflow: hidden;
  margin-bottom: 90px;
}

.featured-articles:last-child {
  margin-bottom: 0;
}

.featured-articles .article {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}

.featured-articles .article:last-child {
  margin-bottom: 0;
}

.featured-articles .article .box {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: inherit;
  font-size: 19px;
  color: inherit;
  line-height: 29px;
  text-decoration: none;
  border: 1px solid #ced0f2;
  overflow: hidden;
  padding: 4%;
}

.featured-articles .article .box .figure {
  width: 49%;
  float: left;
  margin: 0;
}

.featured-articles .article .box .aside {
  width: 51%;
  float: left;
  padding: 0 0 0 7%;
}

.featured-articles .article .box .aside h2,
.featured-articles .article .box .aside .h2 {
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 13px;
}

.featured-articles .article .box .aside .date,
.featured-articles .article .box .aside .category-name {
  color: #0d5155;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.featured-articles .article .box .aside .date:last-child,
.featured-articles .article .box .aside .category-name:last-child {
  margin-bottom: 0;
}

.featured-articles .article .box .figure img {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.featured-articles .article .box:hover h2,
.featured-articles .article .box:focus h2,
.featured-articles .article .box:active h2,
.featured-articles .article .box:hover .h2,
.featured-articles .article .box:focus .h2,
.featured-articles .article .box:active .h2 {
  text-decoration: underline;
}

.featured-articles .article .box:hover .figure img,
.featured-articles .article .box:focus .figure img,
.featured-articles .article .box:active .figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 1199px) {
  .featured-articles {
    margin-bottom: 70px;
  }

  .featured-articles .article {
    margin-bottom: 40px;
  }

  .featured-articles .article .box {
    font-size: 18px;
    line-height: 28px;
  }

  .featured-articles .article .box .aside {
    padding: 0 0 0 40px;
  }

  .featured-articles .article .box .aside h2,
  .featured-articles .article .box .aside .h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .featured-articles .article .box .aside .read-more {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .featured-articles .article .box {
    padding: 40px;
  }

  .featured-articles .article .box .figure {
    width: 100%;
    order: 2;
  }

  .featured-articles .article .box .aside {
    width: 100%;
    padding: 0 0 40px 0;
    order: 1;
  }
}

@media (max-width: 767px) {
  .featured-articles {
    margin-bottom: 50px;
  }

  .featured-articles .article {
    margin-bottom: 30px;
  }

  .featured-articles .article .box {
    font-size: 17px;
    line-height: 26px;
    padding: 8% 9% 9% 9%;
  }

  .featured-articles .article .box .aside {
    padding: 0 0 30px 0;
  }

  .featured-articles .article .box .aside h2,
  .featured-articles .article .box .aside .h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .featured-articles .article .box .aside .read-more {
    margin-top: 0;
  }
}

/* Articles - List */
.articles-list {
  width: 100%;
  /* overflow: hidden; */
  margin-bottom: 75px;
}

.articles-list:last-child {
  margin-bottom: 0;
}

.articles-list .row {
  padding: 0;
  margin: 0 -10px -70px -10px;
}

.articles-list .row>div {
  padding: 0 10px 70px 10px;
  margin: 0;
}

.articles-list .row>div .box {
  width: 100%;
  height: 100%;
  float: left;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

.articles-list .row>div .box h3,
.articles-list .row>div .box .h3 {
  font-family: "Tiempos Headline", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  text-decoration: underline;
  padding-bottom: 12px;
}

.articles-list .row>div .box h3:last-child,
.articles-list .row>div .box .h3:last-child {
  padding-bottom: 0;
}

.articles-list .row>div .box .date,
.articles-list .row>div .box .category-name {
  text-transform: uppercase;
  margin-bottom: 8px;
}

.articles-list .row>div .box .date:last-child,
.articles-list .row>div .box .category-name:last-child {
  margin-bottom: 0;
}

.articles-list .row>div .box .figure {
  margin-bottom: 19px;
  min-height: 260px;
  height: 260px;
  object-fit: cover;
}

.articles-list .row>div .box .figure:last-child {
  margin-bottom: 0;
}

.articles-list .row>div .box .figure img {
  min-height: 260px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.articles-list .row>div .box:hover h3,
.articles-list .row>div .box:focus h3,
.articles-list .row>div .box:active h3,
.articles-list .row>div .box:hover .h3,
.articles-list .row>div .box:focus .h3,
.articles-list .row>div .box:active .h3 {
  color: #1e64af;
}

.articles-list .row>div .box:hover .figure img,
.articles-list .row>div .box:focus .figure img,
.articles-list .row>div .box:active .figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.articles-list .load-more {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 70px;
}

.articles-list .hidden {
  visibility: hidden;
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

@media (max-width: 1199px) {
  .articles-list {
    margin-bottom: 95px;
  }

  .articles-list .row {
    margin: 0 -10px -60px -10px;
  }

  .articles-list .row>div {
    padding: 0 10px 60px 10px;
  }

  .articles-list .row>div .box h3,
  .articles-list .row>div .box .h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .articles-list .load-more {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .articles-list {
    margin-bottom: 70px;
  }

  .articles-list .row {
    margin: 0 -10px -40px -10px;
  }

  .articles-list .row>div {
    padding: 0 10px 40px 10px;
  }

  .articles-list .row>div .box h3,
  .articles-list .row>div .box .h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .articles-list .load-more {
    margin-top: 50px;
  }
}

/* Articles - List ALT */
.articles-list.alt {
  background: #f6f6f6;
  padding: 135px 0;
}

@media (max-width: 1199px) {
  .articles-list.alt {
    padding: 95px 0;
  }
}

@media (max-width: 767px) {
  .articles-list.alt {
    padding: 70px 0;
  }
}

/* Load More - Articles */
.articles-list .loadmore-articles>div {
  display: none;
}

.articles-list .loadmore-articles>div:nth-child(-n + 9) {
  opacity: 0;
}

.articles-list .loadmore-articles>div.show-animate:nth-child(-n + 9) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  opacity: 1;
}

@media (max-width: 991px) {
  .articles-list .loadmore-articles>div.show-animate:nth-child(-n + 9) {
    animation-name: fadeIn;
  }
}

/* Post Content - Max */
.post-cont-max {
  width: 100%;
  max-width: 824px;
  padding-bottom: 80px;
  margin: 0 auto;
}

.post-cont-max:last-child {
  padding-bottom: 0;
}

.post-cont-max>div {
  margin-bottom: 40px;
}

.post-cont-max>div:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .post-cont-max>div {
    margin-bottom: 30px;
  }
}

/* Event - Details */
.event-details {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 80px;
}

.event-details:last-child {
  margin-bottom: 0;
}

.event-details .date {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 30px;
  color: #0d5155;
  line-height: 38px;
  position: relative;
  padding-left: 54px;
  margin-bottom: 45px;
}

.event-details .date:last-child {
  margin-bottom: 0;
}

.event-details .date:before {
  content: "";
  width: 34px;
  height: 100%;
  float: left;
  background: url(../img/calendar.svg) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 992px) {
  /*.event-details .row>div {
		width: 52%;
	}

	.event-details .row>div:nth-child(even) {
		width: 48%;
	}*/
}

@media (max-width: 1199px) {
  .event-details {
    margin-bottom: 70px;
  }

  .event-details .date {
    font-size: 26px;
    line-height: 34px;
    padding-left: 45px;
    margin-bottom: 35px;
  }

  .event-details .date:before {
    width: 29px;
  }
}

@media (max-width: 767px) {
  .event-details {
    margin-bottom: 50px;
  }

  .event-details .date {
    font-size: 22px;
    line-height: 30px;
    padding-left: 35px;
    margin-bottom: 25px;
  }

  .event-details .date:before {
    width: 25px;
  }
}

/* FAQ's - List */
.faqs-list {
  width: 100%;
  background: #f6f6f6;
  overflow: hidden;
  padding: 135px 0;
}

.faqs-list .accord-items .accord-item {
  border-bottom: 1px solid #ced0f2;
  margin-bottom: 0;
}

.faqs-list .accord-items .accord-item:first-child {
  border-top: 1px solid #ced0f2;
}

.faqs-list .accord-items .accord-header a {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  background: none;
  padding: 25px 80px 25px 0;
}

.faqs-list .accord-items .accord-header a:after {
  font-size: 140%;
  right: 0;
}

.faqs-list .accord-items .accord-body {
  width: 100%;
  background: none;
  border-top: none;
  padding: 0 80px 40px 0;
}

@media (min-width: 992px) {
  .faqs-list .heading-txt2 {
    max-width: 370px;
  }
}

@media (max-width: 1199px) {
  .faqs-list {
    padding: 95px 0;
  }

  .faqs-list .accord-items .accord-header a {
    padding: 25px 60px 25px 0;
  }

  .faqs-list .accord-items .accord-body {
    padding: 0 60px 40px 0;
  }
}

@media (max-width: 767px) {
  .faqs-list {
    padding: 70px 0;
  }

  .faqs-list .accord-items .accord-header a {
    font-size: 18px;
    line-height: 25px;
    padding: 20px 40px 20px 0;
  }

  .faqs-list .accord-items .accord-header a:after {
    font-size: 120%;
  }

  .faqs-list .accord-items .accord-body {
    padding: 0 0 30px 0;
  }
}

/* FAQ's - List - Sidebar Version */
.faqs-list.sidebar {
  background: transparent;
  padding: 0;
  margin-bottom: 80px;
  overflow: visible;
}

.faqs-list.sidebar .accord-items {
  background: #f6f6f6;
}

.faqs-list.sidebar .accord-items .accord-header,
.faqs-list.sidebar .accord-items .accord-body {
  padding-left: 25px;
  padding-right: 25px;
}

/* Find a Provider Content */
.find-provider-cont {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 100px;
}

.find-provider-cont:last-child {
  margin-bottom: 0;
}

.find-provider-cont .breadcrumb-cont {
  margin-bottom: 43px;
}

.find-provider-cont .breadcrumb-cont:last-child {
  margin-bottom: 0;
}

.find-provider-cont .form-block {
  padding: 8% 10% 10% 10%;
  margin-bottom: 0;
}

.find-provider-cont .form-block:last-child {
  margin-bottom: 0;
}

.find-provider-cont .form-block .flabel {
  letter-spacing: 1.17px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.find-provider-cont .form-block .flabel:last-child {
  margin-bottom: 0;
}

.find-provider-cont .form-block label {
  font-weight: 600;
}

.find-provider-cont .form-block .btn-wrap {
  margin: 35px 0 -14px 0;
}

.find-provider-cont .form-block .btn-wrap .btn,
.find-provider-cont .form-block .btn-wrap input[type="button"],
.find-provider-cont .form-block .btn-wrap input[type="submit"] {
  width: 100%;
  border-radius: 0;
  margin: 0 0 14px 0;
}

.find-provider-cont .sort-bar {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 9px;
}

.find-provider-cont .sort-bar:last-child {
  margin-bottom: 0;
}

.find-provider-cont .sort-bar .results-count {
  float: left;
}

.find-provider-cont .sort-bar .results-count.results-not-found {
  display: none;
}

.find-provider-cont .sort-bar .sort-by {
  width: auto;
  float: right;
}

.find-provider-cont .location-list {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
}

.find-provider-cont .location-list .item {
  width: 100%;
  float: left;
  border-top: 1px solid #ced0f2;
  padding: 30px 0;
  margin: 0;
}

/* .find-provider-cont .location-list .item:last-child { */
/* border-bottom: none; */
/* padding-bottom: 0; */
/* margin-bottom: 0; */
/* } */
.find-provider-cont .location-list .item .box {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

.find-provider-cont .location-list .item .box .figure {
  width: 166px;
  float: left;
  margin: 0 -166px 0 0;
}

.find-provider-cont .location-list .item .box .figure img {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.find-provider-cont .location-list .item .box .aside {
  width: 100%;
  float: left;
  padding: 0 0 0 206px;
}

.find-provider-cont .location-list .item .box .aside strong {
  font-weight: 500;
}

.find-provider-cont .location-list .item .box .aside h5,
.find-provider-cont .location-list .item .box .aside .h5 {
  padding-bottom: 4px;
}

.find-provider-cont .location-list .item .box .aside h5:last-child,
.find-provider-cont .location-list .item .box .aside .h5:last-child {
  padding-bottom: 0;
}

.find-provider-cont .location-list .item .box .aside p {
  padding-bottom: 8px;
}

.find-provider-cont .location-list .item .box .aside p:last-child {
  padding-bottom: 0;
}

.find-provider-cont .location-list .item .box .aside p.locations {
  font-size: 0.9em;
  line-height: 1.4em;
}

.find-provider-cont .location-list .item .box .aside .sub-title {
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
  margin-bottom: 22px;
}

.find-provider-cont .location-list .item .box .aside .sub-title:last-child {
  margin-bottom: 0;
}

.find-provider-cont .location-list .item .box .aside .phone-number {
  margin: 0;
}

.find-provider-cont .location-list .item .box .aside .phone-number a,
.find-provider-cont .location-list .item .box .aside .phone-number .a {
  font-size: 18px;
  text-decoration: underline;
}

.find-provider-cont .location-list .item .box .aside .phone-number a:before,
.find-provider-cont .location-list .item .box .aside .phone-number .a:before {
  width: 21px;
  height: 21px;
  margin: -1px 8px 1px 0;
}

.find-provider-cont .location-list .item .box .aside .phone-number a:hover,
.find-provider-cont .location-list .item .box .aside .phone-number a:focus,
.find-provider-cont .location-list .item .box .aside .phone-number a:active {
  text-decoration: none;
}

.find-provider-cont .location-list .item .box:hover .aside h5,
.find-provider-cont .location-list .item .box:focus .aside h5,
.find-provider-cont .location-list .item .box:active .aside h5,
.find-provider-cont .location-list .item .box:hover .aside .h5,
.find-provider-cont .location-list .item .box:focus .aside .h5,
.find-provider-cont .location-list .item .box:active .aside .h5 {
  color: #1e64af;
  text-decoration: underline;
}

.find-provider-cont .location-list .item .box:hover .figure img,
.find-provider-cont .location-list .item .box:focus .figure img,
.find-provider-cont .location-list .item .box:active .figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.find-provider-cont .left-cl {
  width: 46%;
  float: left;
  padding: 0 4% 0 0;
}

.find-provider-cont .right-cl {
  width: 54%;
  float: right;
  padding: 0 0 0 4%;
}

@media (min-width: 1200px) {
  .find-provider-cont .form-block label {
    font-size: 20px;
    line-height: 26px;
  }

  .find-provider-cont .form-block select,
  .find-provider-cont .form-block textarea,
  .find-provider-cont .form-block input[type="text"],
  .find-provider-cont .form-block input[type="password"],
  .find-provider-cont .form-block input[type="datetime"],
  .find-provider-cont .form-block input[type="datetime-local"],
  .find-provider-cont .form-block input[type="date"],
  .find-provider-cont .form-block input[type="month"],
  .find-provider-cont .form-block input[type="time"],
  .find-provider-cont .form-block input[type="week"],
  .find-provider-cont .form-block input[type="number"],
  .find-provider-cont .form-block input[type="email"],
  .find-provider-cont .form-block input[type="url"],
  .find-provider-cont .form-block input[type="search"],
  .find-provider-cont .form-block input[type="tel"],
  .find-provider-cont .form-block input[type="color"],
  .find-provider-cont .form-block .uneditable-input {
    height: 58px;
    font-size: 19px;
    line-height: 25px;
    padding: 15px 25px;
  }

  .find-provider-cont .form-block select {
    background-position: top 20px right 25px;
  }
}

@media (max-width: 1199px) {
  .find-provider-cont {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 80px;
  }

  .find-provider-cont .form-block .btn-wrap .btn,
  .find-provider-cont .form-block .btn-wrap input[type="button"],
  .find-provider-cont .form-block .btn-wrap input[type="submit"] {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .find-provider-cont .form-block .btn-wrap {
    margin-top: 30px;
  }

  .find-provider-cont .location-list .item .box .aside {
    padding: 0 0 0 190px;
  }

  .find-provider-cont .left-cl {
    width: 42%;
    padding: 0 25px 0 0;
  }

  .find-provider-cont .right-cl {
    width: 58%;
    padding: 0 0 0 25px;
  }
}

@media (max-width: 991px) {
  .find-provider-cont .form-block {
    padding: 5.5% 6% 6% 6%;
  }

  .find-provider-cont .location-list .item .box .aside {
    padding: 0 0 0 206px;
  }

  .find-provider-cont .left-cl {
    width: 100%;
    padding: 0 0 50px 0;
  }

  .find-provider-cont .right-cl {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .find-provider-cont .form-block ul li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .find-provider-cont {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 60px;
  }

  .find-provider-cont .breadcrumb-cont {
    margin-bottom: 30px;
  }

  .find-provider-cont .form-block {
    padding: 7% 9% 9% 9%;
  }

  .find-provider-cont .form-block .flabel {
    margin-bottom: 15px;
  }

  .find-provider-cont .location-list .item .box .figure {
    width: 140px;
    margin: 0 -140px 0 0;
  }

  .find-provider-cont .location-list .item .box .aside {
    padding: 0 0 0 160px;
  }

  .find-provider-cont .location-list .item .box .aside .sub-title {
    margin-bottom: 14px;
  }
}

@media (max-width: 575px) {
  .find-provider-cont .sort-bar {
    text-align: center;
  }

  .find-provider-cont .sort-bar .results-count {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }

  .find-provider-cont .sort-bar .sort-by {
    width: 100%;
    float: left;
  }
}

@media (max-width: 479px) {
  .find-provider-cont .location-list .item .box {
    align-items: flex-start;
  }

  .find-provider-cont .location-list .item .box .figure {
    width: 80px;
    margin: 0 -80px 0 0;
  }

  .find-provider-cont .location-list .item .box .aside {
    padding: 0 0 0 100px;
    margin-top: -8px;
  }
}

@media (max-width: 399px) {
  .find-provider-cont .location-list .item .box .figure {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .find-provider-cont .location-list .item .box .aside {
    padding: 0;
    margin-top: 0;
  }
}

/* Find a Provider Detail */
.find-provider-detail {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 19px;
  line-height: 29px;
  margin-bottom: 100px;
}

.find-provider-detail:last-child {
  margin-bottom: 0;
}

.find-provider-detail .left-cl {
  width: 220px;
  float: left;
  position: relative;
  z-index: 1;
  margin: 0 -220px 0 0;
}

.find-provider-detail .left-cl .figure {
  margin-bottom: 15px;
}

.find-provider-detail .left-cl .figure:last-child {
  margin-bottom: 0;
}

.find-provider-detail .right-cl {
  width: 100%;
  float: right;
  padding: 0 0 0 250px;
}

.find-provider-detail .right-cl .right-in {
  width: 100%;
}

.find-provider-detail .right-cl>div {
  margin-bottom: 40px;
}

.find-provider-detail .right-cl>div:last-child {
  margin-bottom: 0;
}

.find-provider-detail .right-cl .title-wrap {
  margin-bottom: 50px;
}

.find-provider-detail .right-cl .title-wrap:last-child {
  margin-bottom: 0;
}

.find-provider-detail .right-cl .title-wrap h1,
.find-provider-detail .right-cl .title-wrap .h1 {
  padding-bottom: 13px;
}

.find-provider-detail .right-cl .title-wrap h1:last-child,
.find-provider-detail .right-cl .title-wrap .h1:last-child {
  padding-bottom: 0;
}

.find-provider-detail .right-cl .callout-cards .box {
  margin-bottom: 40px;
}

.find-provider-detail .right-cl .callout-cards .box:last-child {
  margin-bottom: 0;
}

.find-provider-detail .right-cl .btn-wrap {
  margin-top: 0;
  margin-bottom: 50px;
}

.find-provider-detail .right-cl .btn-wrap:last-child {
  margin-bottom: 0;
}

.find-provider-detail .right-cl .btn-wrap .btn {
  margin: 0;
}

@media (min-width: 992px) {
  .find-provider-detail .right-cl .right-in {
    max-width: 920px;
    float: right;
  }
}

@media (max-width: 1199px) {
  .find-provider-detail {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 80px;
  }

  .find-provider-detail .left-cl {
    width: 259px;
    margin: 0 -259px 0 0;
  }

  .find-provider-detail .right-cl {
    padding: 0 0 0 309px;
  }

  .find-provider-detail .right-cl .title-wrap {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .find-provider-detail .left-cl {
    width: 100%;
    padding: 0 0 50px 0;
  }

  .find-provider-detail .right-cl {
    width: 100%;
    padding: 0;
  }

  .find-provider-detail {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 60px;
  }

  .find-provider-detail .right-cl>div {
    margin-bottom: 30px;
  }

  .find-provider-detail .right-cl .title-wrap {
    margin-bottom: 30px;
  }

  .find-provider-detail .right-cl .callout-cards .box {
    margin-bottom: 30px;
  }

  .find-provider-detail .right-cl .btn-wrap {
    margin-bottom: 35px;
  }
}

/* Sticky Column - Wrap */
.sticky-col-wrap {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 100px;
}

.sticky-col-wrap:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap .left-cl {
  width: 100%;
  float: left;
  padding: 0 329px 0 0;
}

.sticky-col-wrap .left-cl .left-in {
  width: 100%;
  max-width: 824px;
}

.sticky-col-wrap .right-cl {
  width: 289px;
  float: right;
  position: relative;
  z-index: 2;
  margin: 0 0 0 -289px;
}

.sticky-col-wrap .right-cl .right-in {
  width: 100%;
  float: left;
}

.sticky-col-wrap .right-cl h3,
.sticky-col-wrap .right-cl .h3 {
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 15px;
}

.sticky-col-wrap .right-cl h3:last-child,
.sticky-col-wrap .right-cl .h3:last-child {
  padding-bottom: 0;
}

.sticky-col-wrap .right-cl .side-links {
  width: 100%;
  float: left;
  background: #ecf7fa;
  border-radius: 10px;
  position: relative;
  padding: 25px 0;
  margin-bottom: 20px;
}

.sticky-col-wrap .right-cl .side-links:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap .right-cl .side-links h3,
.sticky-col-wrap .right-cl .side-links .h3 {
  padding: 0 12px 20px 35px;
}

.sticky-col-wrap .right-cl .side-links h3:last-child,
.sticky-col-wrap .right-cl .side-links .h3:last-child {
  padding-bottom: 0;
}

.sticky-col-wrap .right-cl .side-links ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 18px 0 0;
  margin: 0;
}

.sticky-col-wrap .right-cl .side-links ul li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}

.sticky-col-wrap .right-cl .side-links ul li:before {
  display: none;
}

.sticky-col-wrap .right-cl .side-links ul li:last-child {
  padding-bottom: 0;
}

.sticky-col-wrap .right-cl .side-links ul li a {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 18px;
  color: #253e4d;
  line-height: 22px;
  letter-spacing: -0.36px;
  text-decoration: none;
  border-radius: 0px 10px 10px 0px;
  position: relative;
  overflow: hidden;
  padding: 12px 12px 12px 35px;
}

.sticky-col-wrap .right-cl .side-links ul li a:before {
  content: "";
  width: 6px;
  height: 100%;
  float: left;
  background: #1e64af;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  position: absolute;
  top: 0;
  left: -6px;
}

.sticky-col-wrap .right-cl .side-links ul li>a:hover,
.sticky-col-wrap .right-cl .side-links ul li>a:focus,
.sticky-col-wrap .right-cl .side-links ul li>a:active,
.sticky-col-wrap .right-cl .side-links ul li>a.active,
.sticky-col-wrap .right-cl .side-links ul li.current-menu-item>a,
.sticky-col-wrap .right-cl .side-links ul li.current-menu-parent>a,
.sticky-col-wrap .right-cl .side-links ul li.current-menu-ancestor>a {
  color: #1e64af;
  text-decoration: none;
  background: #c0e5ed4d;
}

.sticky-col-wrap .right-cl .side-links ul li>a:hover:before,
.sticky-col-wrap .right-cl .side-links ul li>a:focus:before,
.sticky-col-wrap .right-cl .side-links ul li>a:active:before,
.sticky-col-wrap .right-cl .side-links ul li>a.active:before,
.sticky-col-wrap .right-cl .side-links ul li.current-menu-item>a:before,
.sticky-col-wrap .right-cl .side-links ul li.current-menu-parent>a:before,
.sticky-col-wrap .right-cl .side-links ul li.current-menu-ancestor>a:before {
  left: 0;
}

.sticky-col-wrap .right-cl .side-links2 {
  width: 100%;
  float: left;
  background: rgba(206, 208, 242, 0.3);
  padding: 25px;
  margin-bottom: 20px;
}

.sticky-col-wrap .right-cl .side-links2:last-child {
  margin-bottom: 0;
  background: #f7f7f7;
}

.sticky-col-wrap .right-cl .side-links2 h3,
.sticky-col-wrap .right-cl .side-links2 .h3 {
  padding-bottom: 12px;
}

.sticky-col-wrap .right-cl .side-links2 h3:last-child,
.sticky-col-wrap .right-cl .side-links2 .h3:last-child {
  padding-bottom: 0;
}

.sticky-col-wrap .right-cl .side-links2 ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 -11px 0;
}

.sticky-col-wrap .right-cl .side-links2 ul li {
  width: 100%;
  float: left;
  border-top: 1px solid #d2d6e1;
  padding: 0;
  margin: 0;
}

.sticky-col-wrap .right-cl .side-links2 ul li:before {
  display: none;
}

.sticky-col-wrap .right-cl .side-links2 ul li:last-child {
  padding-bottom: 0;
}

.sticky-col-wrap .right-cl .side-links2 ul li a {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 18px;
  color: #253e4d;
  line-height: 22px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  padding: 11px 20px 11px 34px;
}

.sticky-col-wrap .right-cl .side-links2 ul li a .icon {
  content: "";
  width: 30px;
  height: 100%;
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
}

.sticky-col-wrap .right-cl .side-links2 ul li a .icon img {
  margin: auto;
  min-width: 0;
  flex-shrink: 0;
}

.sticky-col-wrap .right-cl .side-links2 ul li a:after {
  content: "\f054";
  font-family: "Font Awesome\ 6 Pro";
  font-weight: 900;
  font-size: 95%;
  line-height: 95%;
  position: absolute;
  top: 50%;
  right: 4px;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.sticky-col-wrap .right-cl .side-links2 ul li>a:hover,
.sticky-col-wrap .right-cl .side-links2 ul li>a:focus,
.sticky-col-wrap .right-cl .side-links2 ul li>a:active,
.sticky-col-wrap .right-cl .side-links2 ul li>a.active,
.sticky-col-wrap .right-cl .side-links2 ul li.current-menu-item>a,
.sticky-col-wrap .right-cl .side-links2 ul li.current-menu-parent>a,
.sticky-col-wrap .right-cl .side-links2 ul li.current-menu-ancestor>a {
  color: #1e64af;
  text-decoration: none;
}

.sticky-col-wrap .right-cl .side-links2 ul li>a:hover:after,
.sticky-col-wrap .right-cl .side-links2 ul li>a:focus:after,
.sticky-col-wrap .right-cl .side-links2 ul li>a:active:after,
.sticky-col-wrap .right-cl .side-links2 ul li>a.active:after {
  animation: arrowright 0.5s linear 1;
  -webkit-animation-name: arrowright 0.5s linear 1;
}

.sticky-col-wrap .right-cl .side-links2:last-child ul li a {
  padding: 8px 20px 8px 4px;
  font-size: 15px;
  line-height: 14px;
}

.sticky-col-wrap .right-cl .side-box {
  width: 100%;
  float: left;
  background: #f6f6f6;
  padding: 25px 25px 35px 25px;
  margin-bottom: 20px;
}

.sticky-col-wrap .right-cl .side-box:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap .right-cl .side-box.alt {
  background: rgba(192, 229, 237, 0.2);
}

.sticky-col-wrap .right-cl .side-box h3,
.sticky-col-wrap .right-cl .side-box .h3 {
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 13px;
}

.sticky-col-wrap .right-cl .side-box h3:last-child,
.sticky-col-wrap .right-cl .side-box .h3:last-child {
  padding-bottom: 0;
}

.sticky-col-wrap .right-cl .side-box .logo {
  margin-bottom: 8px;
}

.sticky-col-wrap .right-cl .side-box .logo:last-child {
  margin-bottom: 0;
}

.sticky-col-wrap .right-cl .side-box .logo img {
  max-width: 150px;
}

.sticky-col-wrap .right-cl .side-box .read-more {
  margin-top: 4px;
}

@media (min-width: 992px) {
  .sticky-col-wrap .right-cl .side-links .dropdown-toggle {
    display: none;
  }

  .sticky-col-wrap .right-cl .side-links .dropdown-menu {
    min-width: 100%;
    width: 100%;
    float: left;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: static !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    display: block !important;
    transform: translate3d(0, 0, 0) !important;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 1399px) {

  .sticky-col-wrap .right-cl h3,
  .sticky-col-wrap .right-cl .h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .sticky-col-wrap .right-cl .side-links ul li a {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 10px 10px 35px;
  }

  .sticky-col-wrap .right-cl .side-links2 ul li a {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 1199px) {
  .sticky-col-wrap {
    margin-bottom: 80px;
  }

  .sticky-col-wrap .left-cl {
    padding: 0 270px 0 0;
  }

  .sticky-col-wrap .right-cl {
    width: 230px;
    margin: 0 0 0 -230px;
  }

  .sticky-col-wrap .right-cl h3,
  .sticky-col-wrap .right-cl .h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 991px) {
  .sticky-col-wrap .right-cl {
    width: 100%;
    min-height: inherit !important;
    position: relative !important;
    top: 0;
    left: 0;
    padding: 0 0 50px 0;
    margin: 0;
  }

  .sticky-col-wrap .right-cl:last-child {
    padding-bottom: 0;
  }

  .sticky-col-wrap .right-cl h3,
  .sticky-col-wrap .right-cl .h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .sticky-col-wrap .right-cl .side-links {
    background: none;
    border-radius: 0;
    z-index: 1;
    padding: 0;
    margin: 0;
  }

  .sticky-col-wrap .right-cl .side-links:before {
    content: "";
    width: 10000px;
    height: 100%;
    float: left;
    background: #ecf7fa;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, .20);*/
    position: absolute;
    top: 0;
    left: -5000px;
    z-index: -1;
  }

  .sticky-col-wrap .right-cl .side-links h3,
  .sticky-col-wrap .right-cl .side-links .h3 {
    display: none;
  }

  .sticky-col-wrap .right-cl .side-links .dropdown-toggle {
    width: 100%;
    height: 60px;
    font-weight: 500;
    font-size: 18px;
    color: #1e64af;
    line-height: 60px;
    text-align: left;
    background: #ecf7fa;
    box-shadow: none;
    border: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    padding: 0 60px 0 35px;
    margin: 0;
    z-index: 1;
  }

  .sticky-col-wrap .right-cl .side-links .dropdown-toggle:before {
    content: "";
    width: 6px;
    height: 100%;
    float: left;
    background: #1e64af;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sticky-col-wrap .right-cl .side-links .dropdown-toggle:after {
    content: "";
    width: 17px;
    height: 100%;
    float: left;
    background: url(../img/nav-arrow-blue.svg) no-repeat center center;
    background-size: 100% auto;
    border: none;
    position: absolute;
    top: 0;
    right: 20px;
    margin: 0;
  }

  .sticky-col-wrap .right-cl .side-links .dropdown-toggle.show:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  .sticky-col-wrap .right-cl .side-links .dropdown-menu {
    min-width: 100%;
    width: 100%;
    height: auto;
    float: left;
    background: #ecf7fa;
    border: none;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
    transform: translate(0) !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    padding: 2px 0 25px 0;
    margin: 0;
  }

  .sticky-col-wrap .right-cl .side-links ul li a {
    font-size: 18px;
    line-height: 22px;
    padding: 12px 12px 12px 35px;
  }

  .sticky-col-wrap .right-cl .side-links2 ul li a {
    font-size: 18px;
    line-height: 22px;
  }

  .sticky-col-wrap .right-cl .StickySidebar {
    width: 100% !important;
    float: none !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }

  .sticky-col-wrap .right-cl.fixed-top {
    position: fixed !important;
  }

  .fixed-scrollup .sticky-col-wrap .right-cl.fixed-top {
    top: 120px !important;
  }

  .sticky-col-wrap .right-cl.fixed-top .StickySidebar {
    padding: 0 40px !important;
  }

  .sticky-col-wrap .left-cl {
    padding: 0 0 50px 0;
  }

  .sticky-col-wrap .left-cl:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .sticky-col-wrap {
    margin-bottom: 60px;
  }

  .sticky-col-wrap .right-cl .side-links .dropdown-toggle {
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 25px;
  }

  .sticky-col-wrap .right-cl .side-links .dropdown-toggle:before {
    width: 4px;
  }

  .sticky-col-wrap .right-cl .side-links .dropdown-menu {
    padding: 2px 0 15px 0;
  }

  .sticky-col-wrap .right-cl .side-links ul li a {
    font-size: 16px;
    line-height: 20px;
    padding: 8px 8px 8px 25px;
  }

  .sticky-col-wrap .right-cl .side-links ul li a:before {
    width: 4px;
  }

  .sticky-col-wrap .right-cl.fixed-top .StickySidebar {
    max-width: 640px !important;
    padding: 0 8% !important;
  }
}

/* Content - Inner */
.content-inner {
  width: 100%;
  overflow: hidden;
  padding: 80px 0 135px 0;
}

.content-inner.alt-top {
  padding-top: 30px;
}

.content-inner.alt-top2 {
  padding-top: 50px;
}

@media (max-width: 1199px) {
  .content-inner {
    padding: 70px 0 95px 0;
  }
}

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

/* Content - Inner2 */
.content-inner2 {
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
}

.content-inner2.alt-top {
  padding-top: 30px;
}

.content-inner2.alt-top2 {
  padding-top: 50px;
}

.breadcrumbs-band {
  padding: 30px 0 10px 0;
}

.breadcrumbs-band+.content-inner,
.breadcrumbs-band+.content-inner2,
.breadcrumbs-band+.content-inner3 {
  padding-top: 50px;
}

.breadcrumbs-band+.icons-list {
  padding-top: 50px;
}

@media (max-width: 1199px) {
  .content-inner2 {
    padding: 80px 0 55px 0;
  }

  .breadcrumbs-band+.content-inner,
  .breadcrumbs-band+.content-inner2,
  .breadcrumbs-band+.content-inner3 {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .content-inner2 {
    padding: 60px 0 35px 0;
  }

  .breadcrumbs-band+.content-inner,
  .breadcrumbs-band+.content-inner2,
  .breadcrumbs-band+.content-inner3 {
    padding-top: 20px;
  }
}

/* Content - Inner3 */
.content-inner3 {
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 80px 0 135px 0;
}

.content-inner3.alt-top {
  padding-top: 30px;
}

.content-inner3.alt-top2 {
  padding-top: 50px;
}

@media (max-width: 1199px) {
  .content-inner3 {
    padding: 70px 0 95px 0;
  }
}

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

/* Flexible Contents Spacing Fix */
.sidebar-content-wrapper+.callouts-list {
  padding-top: 0;
}

/* Content - Inner */
.update-date {
  width: 100%;
  overflow: hidden;
  padding: 0 0 30px 0;
}

/* ALT - Margin Bottom */
.m-bottom-40 {
  margin-bottom: 40px !important;
}

.m-bottom-50 {
  margin-bottom: 50px !important;
}

.m-bottom-60 {
  margin-bottom: 60px !important;
}

.m-bottom-70 {
  margin-bottom: 70px !important;
}

.m-bottom-80 {
  margin-bottom: 80px !important;
}

.m-bottom-90 {
  margin-bottom: 90px !important;
}

.m-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 1199px) {
  .m-bottom-70 {
    margin-bottom: 60px !important;
  }

  .m-bottom-80 {
    margin-bottom: 70px !important;
  }

  .m-bottom-90 {
    margin-bottom: 70px !important;
  }

  .m-bottom-100 {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 767px) {
  .m-bottom-50 {
    margin-bottom: 40px !important;
  }

  .m-bottom-60 {
    margin-bottom: 40px !important;
  }

  .m-bottom-70 {
    margin-bottom: 50px !important;
  }

  .m-bottom-80 {
    margin-bottom: 60px !important;
  }

  .m-bottom-90 {
    margin-bottom: 60px !important;
  }

  .m-bottom-100 {
    margin-bottom: 60px !important;
  }
}

/* Animation - Delay */
@media (min-width: 992px) {
  .delay-1 {
    animation-delay: 0.1s;
  }

  .delay-2 {
    animation-delay: 0.4s;
  }

  .delay-3 {
    animation-delay: 0.7s;
  }

  .delay-4 {
    animation-delay: 1.1s;
  }

  .delay-5 {
    animation-delay: 1.4s;
  }

  .delay-6 {
    animation-delay: 1.7s;
  }

  .delay-7 {
    animation-delay: 2s;
  }

  .delay-8 {
    animation-delay: 2.3s;
  }

  .delay-9 {
    animation-delay: 2.6s;
  }

  .delay-10 {
    animation-delay: 2.9s;
  }
}

/*
 7.) Animates
----------------------------------------*/
.wow {
  visibility: hidden;
}

@media (max-width: 991px) {

  .zoomIn,
  .fadeInUp,
  .fadeInDown,
  .fadeInLeft,
  .fadeInRight {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
}

/*
 8.) Text - Colors / Wordpress Cores
------------------------------------------------------*/
.txt-19 {
  font-size: 19px;
  line-height: 29px;
}

.txt-24 {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}

@media (max-width: 1199px) {
  .txt-19 {
    font-size: 18px;
    line-height: 28px;
  }

  .txt-24 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .txt-19 {
    font-size: 17px;
    line-height: 26px;
  }

  .txt-24 {
    font-size: 20px;
    line-height: 28px;
  }
}

/* Font - Weights */
.light {
  font-weight: 300 !important;
}

.regular {
  font-weight: 400 !important;
}

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

.semi-bold {
  font-weight: 600 !important;
}

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

.extra-bold {
  font-weight: 800 !important;
}

.black-bold {
  font-weight: 900 !important;
}

/* Text - Positions */
.upper-case {
  text-transform: uppercase;
}

.lower-case {
  text-transform: none;
}

.underline {
  text-decoration: underline;
}

.center-align {
  text-align: center;
  justify-content: center;
}

.vertical-align {
  align-items: center;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

/* Padding/Margin - None */
.p-top-none {
  padding-top: 0 !important;
}

.p-bottom-none {
  padding-bottom: 0 !important;
}

.m-top-none {
  margin-top: 0 !important;
}

.m-bottom-none {
  margin-bottom: 0 !important;
}

/* Text - Colors */
.charcoal {
  color: #253e4d !important;
}

.cobalt {
  color: #1e64af !important;
}

.warm-blue {
  color: #50a7ef !important;
}

.periwinkle {
  color: #667ef2 !important;
}

.salmon {
  color: #fe8979 !important;
}

.sunshine {
  color: #ffb35a !important;
}

.pale-pink {
  color: #ffdfd7 !important;
}

.eggplant {
  color: #633b63 !important;
}

.sky {
  color: #c0e5ed !important;
}

.lilac {
  color: #ced0f2 !important;
}

.forest {
  color: #0d5155 !important;
}

.ivory {
  color: #f6f6f6 !important;
}

/* Background - Colors */
.charcoal-bg {
  background-color: #253e4d !important;
}

.cobalt-bg {
  background-color: #1e64af !important;
}

.warm-blue-bg {
  background-color: #50a7ef !important;
}

.periwinkle-bg {
  background-color: #667ef2 !important;
}

.salmon-bg {
  background-color: #fe8979 !important;
}

.sunshine-bg {
  background-color: #ffb35a !important;
}

.pale-pink-bg {
  background-color: #ffdfd7 !important;
}

.pale-pink-20-bg {
  background-color: rgba(255, 223, 215, 0.2) !important;
}

.pale-pink-30-bg {
  background-color: rgba(255, 223, 215, 0.3) !important;
}

.eggplant-bg {
  background-color: #633b63 !important;
}

.sky-bg {
  background-color: #c0e5ed !important;
}

.sky-20-bg {
  background-color: rgba(192, 229, 237, 0.2) !important;
}

.sky-30-bg {
  background-color: rgba(192, 229, 237, 0.3) !important;
}

.lilac-bg {
  background-color: #ced0f2 !important;
}

.lilac-20-bg {
  background-color: rgba(206, 208, 242, 0.2) !important;
}

.lilac-30-bg {
  background-color: rgba(206, 208, 242, 0.3) !important;
}

.forest-bg {
  background-color: #0d5155 !important;
}

.ivory-bg {
  background-color: #f6f6f6 !important;
}

/* Toolkit Page - Title - (Notes) */
.notes-title {
  width: 100%;
  overflow: hidden;
  padding: 100px 0 40px 0;
}

.notes-title p {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  padding: 0 0 15px 0;
}

.notes-title p:last-child {
  padding-bottom: 0;
}

.notes-title p.sml {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 991px) {
  .notes-title p {
    font-size: 20px;
    line-height: 30px;
  }

  .notes-title p.sml {
    font-size: 16px;
    line-height: 26px;
  }
}

/* ---------------------------- Begin WordPress Core ---------------------------- */
.alignnone {
  margin: 10px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 10px 0 10px 25px;
}

.alignleft {
  float: left;
  margin: 10px 25px 10px 0;
}

a img.alignright {
  float: right;
  margin: 10px 0 10px 25px;
}

a img.alignnone {
  margin: 10px 25px 10px 0;
}

a img.alignleft {
  float: left;
  margin: 10px 25px 10px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.figure img.alignnone,
.figure img.alignleft,
.figure img.alignright,
.figure img.aligncenter {
  margin: 0;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
  padding: 5px 4px 5px;
}

@media (min-width: 768px) and (max-width: 991px) {

  .alignleft,
  .alignright,
  a img.alignright,
  a img.alignleft {
    max-width: 350px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {

  .alignleft,
  .alignright,
  a img.alignright,
  a img.alignleft {
    max-width: 250px;
  }
}

@media (max-width: 600px) {

  .alignleft,
  .alignright,
  .aligncenter,
  .alignnone,
  a img.alignright,
  a img.alignleft,
  a img.alignnone,
  a img.aligncenter {
    float: none;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
  }
}

/* ---------------------------- Text meant only for screen readers ---------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* ---------------------------- End WordPress Core ---------------------------- */
/* ---------------------------- Print CSS Styling ---------------------------- */
@media print {
  @page {
    size: auto;
    margin-top: 2cm;
    margin-bottom: 2cm;
    margin-left: 2cm;
    margin-right: 2cm;
  }

  header {
    box-shadow: none;
    padding: 0;
  }

  @page :first {
    header {
      display: block !important;
    }
  }

  .header-main.fixed {
    position: absolute;
  }

  body {
    background: #ffffff;
    color: #000000;
    font-size: 8pt;
    line-height: 150%;
    margin: 0px;
  }

  body * {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }

  hr {
    color: #ccc;
    background-color: #ccc;
  }

  h1,
  h2,
  h3,
  h4 {
    page-break-after: avoid;
  }

  ul,
  img,
  table,
  figure,
  p {
    page-break-inside: avoid;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  code,
  pre,
  p,
  a:link,
  a:visited,
  blockquote {
    color: #000000 !important;
  }

  .perfmatters-lazy,
  .wow {
    animation: none !important;
    animation-duration: 0s !important;
    animation-delay: 0s !important;
    visibility: visible !important;
  }

  select {
    border: 1px solid #000;
  }

  blockquote {
    background-image: none;
  }

  a:link,
  a:visited {
    text-decoration: underline;
  }

  .btn {
    border: 1px solid #000;
  }

  .collapse {
    display: block !important;
    height: auto !important;
  }

  .skip-btn,
  .nav-bar,
  #menu,
  #navigation,
  .do-not-print,
  .NoPrint,
  .trp-language-switcher,
  .gform_footer,
  .footer-main .logos-wrap,
  .map-with-links .map-area {
    display: none;
  }

  .callouts-list .row>div {
    max-width: 33%;
  }

  .hero-main .hero-cont,
  .container {
    padding: 0;
  }
}

/* ---------------------------- End Print CSS Styling ---------------------------- */
/* Gravity Form Styles */
.form-block .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 25px;
}

/*.form-block .gform_wrapper.gravity-theme legend {
  font-weight: normal;
  font-size: 17px;
  color: #253e4d;
  line-height: 26px;
  padding: 0 0 5px 0;
  margin: 5px 0 15px;
}*/
.gform_required_legend {
  margin-bottom: 20px;
}

.gfield_description {
  font-size: 16px;
  margin-bottom: 10px;
  font-style: italic;
}

.form-block .gform_wrapper.gravity-theme .gfield .gchoice {
  width: 100%;
  min-height: 23px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 33px;
  margin: 0 0 7px 0;
}

.form-block .gform_wrapper.gravity-theme .gfield input[type="checkbox"],
.form-block .gform_wrapper.gravity-theme .gfield input[type="radio"] {
  background: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px auto;
  width: 23px;
  height: 23px;
  float: none;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #1e64af;
  border-radius: 900px;
  box-shadow: none;
  outline: 0;
  position: absolute;
  top: 1px;
  left: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-block .gform_wrapper.gravity-theme .gfield input[type="checkbox"] {
  border-radius: 0;
}

.form-block .gform_wrapper.gravity-theme .gfield input[type="checkbox"]:checked {
  background-image: url(../img/check.svg);
}

.form-block .gform_wrapper.gravity-theme .gfield input[type="radio"]:checked {
  background-image: url(../img/circle-solid.svg);
}

.gform_footer,
.form-block .gform_footer {
  margin-top: 35px;
}

.gform_footer .gform_ajax_spinner,
.form-block .gform_footer .gform_ajax_spinner {
  margin-left: 10px;
}

.gform_wrapper .gform_validation_errors,
.form-block .gform_validation_errors {
  background: #1e64af;
  color: #fff;
  padding: 14px 16px;
  margin: 10px 0 30px;
}

.gform_wrapper .gform_submission_error,
.form-block .gform_submission_error {
  font-size: 17px;
  font-family: "Work Sans", sans-serif;
  line-height: normal;
}

.gform_wrapper .gform_submission_error .gform-icon,
.form-block .gform_submission_error .gform-icon {
  display: none;
}

.gform_wrapper .validation_message,
.form-block .validation_message {
  color: #1e64af;
  padding: 2px 0;
  margin: 3px 0 0;
  font-size: 15px;
}

/* Search Results */
.search-result-item {
  margin: 0 0 40px;
}

.search-results-load-more {
  padding-top: 30px;
}

@media (max-width: 767px) {
  .search-result-item {
    margin: 0 0 30px;
  }
}

.load-more-ajax {
  position: relative;
}

.load-more-ajax.btn-loading-wrap a {
  opacity: 0;
  pointer-events: none;
}

.spinner-wrap {
  line-height: 0;
}

.load-more-ajax .spinner-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner-wrap .spinner-border {
  border-width: 3px;
  width: 30px;
  height: 30px;
  border-right-color: transparent !important;
  border-color: #1e64af;
}

.content-loading {
  position: relative;
}

.content-loading>* {
  opacity: 0.2;
  pointer-events: none;
}

.content-loading .spinner-wrap {
  opacity: 1;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  padding: 0;
}

/* Fixing margins around mixed WYSIWYGs and Anchor ID bands */
.txt-wrap+.anchor {
  margin-top: -50px;
}

@media (max-width: 991px) {
  .txt-wrap+.anchor {
    margin-top: -45px;
  }
}

@media (max-width: 767px) {
  .txt-wrap+.anchor {
    margin-top: -15px;
  }
}

/* Adding no top/bottom spacing classes for checkboxes */
.no-t-spacing {
  padding-top: 0px;
  margin-top: -50px;
}

.no-b-spacing {
  padding-bottom: 0px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .no-t-spacing {
    padding-top: 0px;
    margin-top: -30px;
  }
}

@media (max-width: 767px) {
  .no-t-spacing {
    padding-top: 0px;
    margin-top: -10px;
  }
}

/* Patient Feedback Form Styles */
.gform_previous_button em {
  display: none;
}

.gform_page_fields {
  margin-bottom: 1em;
}

.gform_page_fields * {
  font-family: inherit !important;
}

.gform_page_fields table {
  background-color: transparent !important;
}

.gform_page_fields table tr td:first-child {
  width: 5px !important;
}

.gform_page_fields td {
  text-align: left !important;
}

.gform_page_fields td:last-child {
  margin: 5px 5px 20px 5px;
}

.gfield.gfield--type-date.datepicker div.ginput_container {
  display: inline-flex;
}

/*3mW Fixes */
#searchform input {
  max-width: 60%;
  margin-right: 10px;
}

.web_logo {
    float: left;
    margin-top: -4px;
    margin-right: 0px;
    font-size: 0;
    opacity: 0.4;
    width: 20px;
    height: 39px;
    display: block;
    background: url(../img/logo-3mw.1.webp) no-repeat center;
    background-size: 100%;
}
  

.footer-main .copy-rights .foot-links ul li a.web_logo {
  text-decoration: none;
  border-bottom: 0px;
}

#gform_1 {
  position: relative;
}

#gform_1 .ginput_container_email input[type="email"] {
  height: 65px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 900px;
  padding: 20px 194px 20px 30px;
}

#gform_1 .gform_button.btn {
  width: 164px;
  height: 65px;
  line-height: 65px;
  text-align: left;
  background-size: 10px auto;
  background-position: top 25px right 40px;
  border-radius: 900px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 0 40px;
  margin: 0;
  z-index: 1;
}

@media (max-width: 767.98px) {
  #gform_1 .ginput_container_email input[type="email"] {
    line-height: 2;
    min-height: 32px;
    height: 45px;
    font-size: 16px;
    padding: 15px 138px 15px 25px;
  }

  #gform_1 .gform_button.btn {
    width: 113px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    padding-left: 20px;
    background-size: 8px auto;
    background-position: top 17px right 20px;
  }
}

.phone-number+.phone-number {
  padding-top: 0 !important;
}

.breadcrumbs-band+.map-with-links {
  padding-top: 0 !important;
}

#map-canvas .i4ewOd-pzNkMb-haAclf {
  display: none !important;
}

.trp-language-switcher>div {
  padding: 0;
}

.trp-ls-shortcode-current-language {
  width: 48px !important;
}

.trp-language-switcher>div {
  background: none;
}

.trp-language-switcher .trp-ls-shortcode-language,
.header-main .gtranslate-dropdown .trp-ls-shortcode-language a {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.header-main .gtranslate-dropdown .trp-ls-shortcode-language a:after {
  display: none;
}

.header-main .gtranslate-dropdown .trp-language-switcher>div:after {
  background-position: center 18px;
}

.trp-language-switcher:hover .trp-ls-shortcode-language {
  padding: 0px 15px;
}

.trp-language-switcher:hover .trp-ls-shortcode-current-language:after {
  display: none;
}

.trp-language-switcher:hover .trp-ls-shortcode-language {
  width: 78px !important;
}

.content-inner+.content-inner2 {
  padding-top: 0;
}

.maps-fix {
  position: relative;
  clip-path: polygon(0% 12%, 100% 12%, 100% 100%, 0% 100%);
  top: -3.7rem;
  margin-bottom: -3.7rem;
  border: inherit;
}

/* Team Grid */
.callouts-list.team-grid {
  padding: 75px 0px;
}

.callouts-list.team-grid .row .box {
  width: 100%;
  height: 100%;
  float: left;
  font-weight: inherit;
  font-size: 17px;
  color: inherit;
  line-height: 25px;
  text-decoration: none;
  background: #f6f6f6;
  overflow: hidden;
}

.callouts-list.team-grid .row .box .figure {
  margin-bottom: 0;
}

.callouts-list.team-grid .row .box a .figure img {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.callouts-list.team-grid .row .box .aside {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding: 8% 8% 10% 8%;
}

.callouts-list.team-grid .row .box a .aside {
  color: initial;
  font-weight: initial;
  line-height: 1.3;
}

.callouts-list.team-grid .row .box .aside .read-more2 {
  position: absolute;
  top: -33px;
  margin: 0;
  z-index: 1;
}

.callouts-list.team-grid .row .box .aside h3,
.callouts-list.team-grid .row .box .aside .h4 {
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-size: 21px;
  line-height: 25px;
  padding-bottom: 10px;
}

.callouts-list.team-grid .row .box .aside h3:last-child,
.callouts-list.team-grid .row .box .aside .h4:last-child {
  padding-bottom: 0;
}

.callouts-list.team-grid .row .box a:hover .figure img,
.callouts-list.team-grid .row .box a:focus .figure img,
.callouts-list.team-grid .row .box a:active .figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.callouts-list.team-grid .row .box a:hover .aside h3,
.callouts-list.team-grid .row .box a:hover .aside .h4,
.callouts-list.team-grid .row .box a:focus .aside h3,
.callouts-list.team-grid .row .box a:focus .aside .h4,
.callouts-list.team-grid .row .box a:active .aside h3,
.callouts-list.team-grid .row .box a:active .aside .h4 {
  text-decoration: underline;
}

.callouts-list.team-grid .row .box:hover .aside h3,
.callouts-list.team-grid .row .box:hover .aside .h4,
.callouts-list.team-grid .row .box:focus .aside h3,
.callouts-list.team-grid .row .box:focus .aside .h4,
.callouts-list.team-grid .row .box:active .aside h3,
.callouts-list.team-grid .row .box:active .aside .h4 {
  text-decoration: none;
}

@media (max-width: 1199px) {
  .callouts-list.team-grid .row>div.col-sm-6 {
    padding-top: 0px;
  }

  .callouts-list.team-grid .row .box .aside h3,
  .callouts-list.team-grid .row .box .aside .h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .callouts-list.team-grid .row>div.col-sm-6 {
    max-width: 50%;
  }

  .callouts-list.team-grid .row .box {
    font-size: 16px;
    line-height: 24px;
  }

  .callouts-list.team-grid .row .box .aside .read-more2 {
    top: -22px;
  }

  .callouts-list.team-grid .row .box .aside {
    padding-top: 13%;
  }

  .callouts-list.team-grid .row .box .aside h3,
  .callouts-list.team-grid .row .box .aside .h4 {
    font-size: 18px;
    line-height: 26px;
  }
}

/* Team Grid Popup Modal */
.popup-container {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21, 17, 17, 0.61);
  display: flex;
  align-items: center;
}

.popup-content {
  background-color: #fefefe;
  margin: auto;
  position: relative;
  top: 5%;
  padding: 20px;
  border: 1px solid #888;
  width: 70%;
  max-width: 1000px;
}

.popup-content p {
  font-size: 17px;
  padding: 10px;
  line-height: 20px;
}

.popup-content a.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
}

.popup-content a.close:hover {
  color: #333;
}

.popup-content span:hover,
.popup-content span:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.popup-container:target {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.txt-wrap .iframe_cont {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.txt-wrap .iframe_cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .popup-content {
    max-height: 80vh;
    overflow: scroll;
    width: auto;
  }
}

@media (max-width: 768px) {
  .popup-content {
    width: 90vw;
    top: 0px;
  }

  .popup-content p {
    padding: 10px 0;
    font-size: 16px;
  }

  .popup-content .alignleft {
    margin-bottom: 10px;
  }

  .popup-content img {
    max-width: 150px;
  }
}

/*End popup styles*/
.pagination {
  gap: 6px;
}

.pagination .page-numbers {
  text-decoration: none;
  border-radius: 9999px;
  box-shadow: inset #1e64af 0 0 0 2px;
  padding: 20px 30px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.page-numbers.current,
.pagination .page-numbers:hover {
  color: #ffffff;
  background: #1e64af;
}

.services-cont .row>div .tab-pane:nth-child(3) .aside .read-more-wrap .read-more,
.services-cont .row>div .tab-pane:nth-child(4) .aside .read-more-wrap .read-more {
  width: auto;
}

@media (max-width: 1199.98px) {
  .sub-menu+.menu-txt {
    display: none !important;
  }
}

.highlight {
  background-color: #ffd2cb;
}

.search .content-inner #s {
  border-radius: 9999px;
  line-height: 24px;
  padding: 20px 40px;
  height: auto;
}

@media (max-width: 1497px) and (min-width: 1200px) {
  .translatepress-es_ES .header-main .primary-menu ul li a {
    overflow-wrap: break-word;
    font-size: 0.9em;
  }
}

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

  #searchform input[type="submit"] {
    margin-right: 0;
    padding-left: 26px;
    padding-right: 26px;
  }

  .pagination .page-numbers {
    padding: 10px 12px;
    line-height: 1;
  }

  .wow {
    visibility: visible !important;
    animation-name: none !important;
  }
}

.form-intro {
  margin-bottom: 30px;
}

small,
.small {
  font-size: 12px;
}

.post-type-archive-event .hero-inner .row>div .figure img,
.page-id-2517 .hero-inner .row>div .figure img,
.post-type-archive-health-topic .hero-inner .row>div .figure img {
  top: 0;
  transform: translate(-50%, 0);
}

html {
  scroll-padding-top: 150px;
  /* height of sticky header, because the header hides the content when jumping to it */
}

.dark-placeholder .large::-webkit-input-placeholder {
  color: rgb(85, 85, 85);
}

.dark-placeholder .large::-moz-placeholder {
  color: rgb(85, 85, 85);
}

@media (max-width: 767.98px) {
  .search-box #search-main::-webkit-input-placeholder {
    font-size: 15px;
  }

  .search-box #search-main::-moz-placeholder {
    font-size: 15px;
  }

  .callout-cards .box2 p a {
    overflow-wrap: break-word;
  }
}

.contact-band .txt-24 {
  margin-bottom: 35px;
}

.read-more a:focus-visible,
.btn:focus-visible,
.search-box input[type="text"]:focus-visible,
:focus-visible {
  outline-offset: 2px;
  outline: 2px;
  outline-color: #ffb45a;
  outline-style: dashed;
}

.page-template-pace small {
  font-size: 16px;
}

.su-box.jump-links {
  border-color: #f0f1fb !important;
}

.post-type-archive-news .events-holder {
  padding-left: 6em;
}

.post-type-archive-news .events-holder .articles-list>h2 {
  font-size: 40px;
  font-weight: normal;
}

.post-type-archive-news .events-holder .articles-list>.btn {
  margin-top: 50px;
}


