/*
Fonts
*/
@font-face {
  font-family: 'Avenir';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/2ECE9D_8_0.eot");
  src: url("../fonts/2ECE9D_8_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2ECE9D_8_0.woff") format("woff"), url("../fonts/2ECE9D_8_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Avenir';
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/2ECE9D_7_0.eot");
  src: url("../fonts/2ECE9D_7_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2ECE9D_7_0.woff") format("woff"), url("../fonts/2ECE9D_7_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Avenir';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/2ECE9D_6_0.eot");
  src: url("../fonts/2ECE9D_6_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2ECE9D_6_0.woff") format("woff"), url("../fonts/2ECE9D_6_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Avenir';
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/2ECE9D_2_0.eot");
  src: url("../fonts/2ECE9D_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2ECE9D_2_0.woff") format("woff"), url("../fonts/2ECE9D_2_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Avenir';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/2ECE9D_4_0.eot");
  src: url("../fonts/2ECE9D_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2ECE9D_4_0.woff") format("woff"), url("../fonts/2ECE9D_4_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Avenir';
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/2ECE9D_9_0.eot");
  src: url("../fonts/2ECE9D_9_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2ECE9D_9_0.woff") format("woff"), url("../fonts/2ECE9D_9_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Avenir';
  font-weight: 900;
  font-style: italic;
  src: url("../fonts/2ECE9D_3_0.eot");
  src: url("../fonts/2ECE9D_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2ECE9D_3_0.woff") format("woff"), url("../fonts/2ECE9D_3_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Avenir Next LT Pro Condensed';
  src: url("../fonts/avenir-next-lt-pro-demi-condensed.woff2") format("woff2"), url("../fonts/avenir-next-lt-pro-demi-condensed.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next LT Pro Condensed';
  src: url("../fonts/avenir-next-lt-pro-bold-condensed.woff2") format("woff2"), url("../fonts/avenir-next-lt-pro-bold-condensed.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Museo';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/2ECE9D_1_0.eot");
  src: url("../fonts/2ECE9D_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2ECE9D_1_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Museo';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/2ECE9D_0_0.eot");
  src: url("../fonts/2ECE9D_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2ECE9D_0_0.ttf") format("truetype");
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  /* fix firefox animation glitch */
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}


.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*Reset*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Avenir', sans-serif;
  font-size: 100%;
}

body.menuOpen {
  /*height: 100%;
  overflow: hidden;*/
  position: fixed !important;
  max-width: 100%;
  width: 100%;
  overflow-y: scroll;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
}

input, select, option, textarea {
  font-family: inherit;
}

input[type="search"],
input[type="submit"],
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 2.5em;
    /* margin: 0 46px; */
    margin-top: 2.5em;
    color: #eeeeee;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

p {
  margin: 0 0 .799em;
  font-size: 17px;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

/*Headings*/
h1,
.h1-like {
  font-family: 'Avenir Next LT Pro Condensed',Impact,"Arial Narrow Bold",sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 1.0128;
  letter-spacing: -1px;
  color: inherit;
}

h2,
.h2-like {
  font-family: 'Avenir', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: inherit;
}

h3,
.h3-like {
  font-family: "Avenir", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: inherit;
}

/*Links*/
a {
  color: #37a3bc;
  text-underline-offset: 5px;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease;
}

a.btn {
  display: inline-block;
  background-color: #dcd641;
  padding: 7px 20px;
  text-transform: capitalize;
  text-decoration: none;
  font-family: 'Avenir Next LT Pro Condensed';
  font-weight: 700;
  font-size: 18px;
  color: #184066!important;
	border-radius: 50px;
}
a.btn:hover { color:#dcd641!important;}

.frm_button_submit {      color: #184066;
    background-color: #dcd641;
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: none;
    text-decoration: none;
    font-family: 'Avenir Next LT Pro Condensed';
	font-weight: 700;}

a.btn:hover {
  background-color: #184066;
  color: #dcd641;
  cursor: pointer;
	border-radius: 50px;
}

blockquote {
  position: relative;
  background-color: #f2f1f1;
  margin: 60px 0;
  padding: 60px 60px 60px 120px;
}

blockquote::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  width: 50px;
  height: 50px;
  display: block;
  background-color: #184066;
  -webkit-mask-image: url(../svg/quote-double-open.svg);
          mask-image: url(../svg/quote-double-open.svg);
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

blockquote cite {
  padding: 20px 0;
  font-family: 'Avenir', sans-serif;
  font-weight: 700;
}

blockquote p {
  display: inline;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 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. */
}

.container {
  width: 90%;
  max-width: 1350px;
  margin: auto;
}

.container-wide {
  width: 100%;
  max-width: 1350px;
  margin: auto;
}
.container-wide-home {
  width: 95%;
  max-width: 1350px;
  margin: auto;
}
@media only screen and (max-width: 850px) {
	.container-wide-home {
  width: 100%;
}
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

i.search {
  display: block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  background-image: url(../svg/search.svg);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.owl-carousel {
  position: relative;
  z-index: 1;
  padding: 0 0px;
}

@media only screen and (max-width: 850px) {
  .owl-carousel {
    padding: 0 20px;
  }
}

.owl-carousel .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.owl-carousel .item .image {
  padding-bottom: 77.3913043478261%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 15px;
	height:390px;
	
}

.owl-carousel .item h3 {
  font-family: 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;    min-height: 91px;
}

.owl-carousel .item h3 span {
  display: block;
  color: #184066;
  font-family: 'Museo', serif;
  font-weight: 700;
  font-size: 17px!important;
	margin-bottom: 5px;
}

@media only screen and (max-width: 550px) {
  .owl-carousel .item h3 {
    font-size: 20px;
  }

}

.owl-carousel button.owl-prev,
.owl-carousel button.owl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 35%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.owl-carousel button.owl-prev span,
.owl-carousel button.owl-next span {
  position: relative;
  color: #000;
  text-transform: none;
  font-family: 'Museo';
  font-weight: 300;
  font-size: 50px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.owl-carousel button.owl-prev:hover span,
.owl-carousel button.owl-next:hover span {
  opacity: 0.5;
}

.owl-carousel button.owl-prev {
  left: 0;
  -webkit-transform: translate(-55%, -50%);
          transform: translate(-55%, -50%);
}

.owl-carousel button.owl-next {
  right: 0;
  -webkit-transform: translate(55%, -50%);
          transform: translate(55%, -50%);
}

@media only screen and (max-width: 850px) {
  .owl-carousel button.owl-prev,
  .owl-carousel button.owl-next {
    -webkit-transform: none;
            transform: none;
    top: 100px;
    width: 40px;
    height: 40px;
  }
  .owl-carousel button.owl-prev span,
  .owl-carousel button.owl-next span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 550px) {
  .owl-carousel button.owl-prev,
  .owl-carousel button.owl-next {
    top: 0;
    margin-top: 30%;
  }
}

/* Loading Animation */
.lds-ellipsis {
  /* change color here */
  color: #37a3bc;
}

.lds-ellipsis,
.lds-ellipsis div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lds-ellipsis {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.lds-ellipsis div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: currentColor;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

.site-header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  padding-left: clamp(20px, 4vw, 131px);
  padding-right: clamp(20px, 4vw, 131px);
  padding-top: 26px;
}

.admin-bar .site-header {
  top: 32px;
}

@media only screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 32px;
  }
}

.site-header .site-branding svg {
  width: 170px;
  -webkit-transition: width .3s ease, height .3s ease;
  transition: width .3s ease, height .3s ease;	background-color: rgb(239 238 238 / 82%);
    padding: 8px 24px;
    border-radius: 50px;
}

@media only screen and (max-width: 1330px) {
  .site-header .site-branding svg {
    width: 231px;
  }
}

@media only screen and (max-width: 850px) {
  .site-header .site-branding svg {
    width: 194px;
  }
}

@media only screen and (max-width: 650px) {
  .site-header .site-branding svg {
    width: 134px;
  }
}

.site-header .site-branding svg path.cls-1 {
  fill: #002d5d;
}

.site-header .site-branding svg path.cls-1, .site-header .site-branding svg path .cls-2, .site-header .site-branding svg path .cls-3 {
  stroke-width: 0px;
}

.site-header .site-branding svg path.cls-2 {
  fill: #007853;
}

.site-header .site-branding svg path.cls-3 {
  fill: none;
}

@media only screen and (max-width: 550px) {
  .site-header .site-branding {
    position: absolute;
    padding-left: clamp(20px, 5vw, 131px);
    padding-top: 26px;
    top: 0;
    left: 0;
  }
}

.site-header .nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 11px;
}

@media only screen and (max-width: 850px) {
  .site-header .nav-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .site-header .nav-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.site-header .nav-wrapper .utility-navigation {
  position: relative;
  background-color: rgb(239 238 238 / 82%);
  padding: 8px 24px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 650px) {
  .site-header .nav-wrapper .utility-navigation {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s 0.3s, opacity 0.3s linear;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
  }
  .menuOpen .site-header .nav-wrapper .utility-navigation {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
}

.site-header .nav-wrapper .utility-navigation ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-header .nav-wrapper .utility-navigation ul li {
  display: block;
  position: relative;
  padding: 0;
  list-style: none;
}

.site-header .nav-wrapper .utility-navigation ul li a {
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  color: #184066;
  -webkit-transition: -webkit-text-decoration-color 0.2s ease;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}

.site-header .nav-wrapper .utility-navigation ul li a span {
  font: inherit;
}

.site-header .nav-wrapper .utility-navigation ul li a svg {
  vertical-align: middle;
}

.site-header .nav-wrapper .utility-navigation ul li a:hover {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
}

.site-header .nav-wrapper .utility-navigation ul li.search a {
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  text-decoration: none;
}

.site-header .nav-wrapper .utility-navigation ul li.search a:hover {
  cursor: pointer;
  opacity: 0.6;
  text-decoration: none;
}

.site-header .nav-wrapper #nav-trigger {
  position: relative;
  width: 64px;
  background-color: rgba(255, 255, 255, 0.82);
  padding: 5px 17px;
  margin-left: 10px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  min-height: 40px;
}

.site-header .nav-wrapper #nav-trigger span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #184066;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.2s ease;
  transition: transform 0.5s ease, opacity 0.2s ease, -webkit-transform 0.5s ease;
}

.site-header .nav-wrapper #nav-trigger span:nth-child(3) {
  margin-bottom: 0;
}

.site-header .nav-wrapper #nav-trigger:hover span {
  opacity: 0.6;
}

.site-header .nav-wrapper #nav-trigger.active span:nth-child(1) {
  -webkit-transform: translate(0, 8px) rotate(-45deg);
          transform: translate(0, 8px) rotate(-45deg);
}

.site-header .nav-wrapper #nav-trigger.active span:nth-child(2) {
  opacity: 0;
}

.site-header .nav-wrapper #nav-trigger.active span:nth-child(3) {
  -webkit-transform: translate(0, -8px) rotate(45deg);
          transform: translate(0, -8px) rotate(45deg);
}

.site-header.sticky {
  position: fixed;
}

.site-header.sticky .site-branding svg {
  width: 134px;
  /*filter: drop-shadow(0px 0px 15px #ffffff);*/
	background-color: rgb(239 238 238 / 82%);
    padding: 8px 24px;
    border-radius: 50px;
}

.site-header.has-white-background .site-branding svg path.cls-1, .site-header.color-logo .site-branding svg path.cls-1 {
  fill: #002d5d;
}

.site-header.has-white-background .site-branding svg path.cls-2, .site-header.color-logo .site-branding svg path.cls-2 {
  fill: #007853;
}

.site-header.has-white-background .utility-navigation,
.site-header.has-white-background #nav-trigger {
  background-color: #eee;
}

#site-navigation {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 33vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  pointer-events: none;
  z-index: 99;
}

#site-navigation * {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

#site-navigation::before {
  content: "";
  display: block;
  position: fixed;
  width: 39%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  right: 0;
  background: #19315b;
      background: linear-gradient(120deg, #19315b 58%, #0c3378 93%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: -1;
}

@media only screen and (max-width:1100px) {
	#site-navigation::before {width:50%;}
	#site-navigation {width: 40vw;}
}
@media only screen and (max-width:900px) {
	#site-navigation::before {width:100%;}
	#site-navigation {width: 66vw;}
}

#site-navigation.active {
  pointer-events: all;
	overflow-y: scroll;
}

#site-navigation.active * {
  opacity: 1;
}

#site-navigation.active::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#site-navigation .main-navigation-container {
  /**padding-left: clamp(20px, 8vw, 131px);**/
  padding-right: clamp(20px, 8vw, 131px);
  padding-top: 200px;
}

.admin-bar #site-navigation .main-navigation-container {
  padding-top: 215px;
}

#site-navigation .main-navigation-container .menu {
  margin: 0;
  padding: 0;
	padding-left:10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#site-navigation .main-navigation-container .menu > li {
  position: relative;
  z-index: 1;
  padding-left: 34px;
  margin-bottom: 25px;
  font-size: clamp(30px, 0.8vw, 40px);
}

#site-navigation .main-navigation-container .menu > li > a {
  font-weight: 700;
  font-family: 'Avenir Next LT Pro Condensed',Impact,"Arial Narrow Bold",sans-serif;
}

#site-navigation .main-navigation-container .menu > li a {
  position: relative;
  z-index: 1;
  color: #fff;
  text-decoration: none;
  text-underline-offset: 0;
  -webkit-transition: text-underline-offset .3s ease;
  transition: text-underline-offset .3s ease;
}

#site-navigation .main-navigation-container .menu > li a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 8px;
}

#site-navigation .main-navigation-container .menu > li .sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s linear;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
  height: 0;
  overflow: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s, height 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s, height 0.3s;
  margin: 0 0 0 1em;
}

#site-navigation .main-navigation-container .menu > li .sub-menu li {
  font-size: 18px;
  margin-top: 1em;
}

#site-navigation .main-navigation-container .menu > li .sub-menu a {
  font-weight: 600;
  display: inline-block;
  padding: 0.125em 0;
}

#site-navigation .main-navigation-container .menu > li.active .dropdown-trigger {
  width: 19px;
}

#site-navigation .main-navigation-container .menu > li.active .dropdown-trigger::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#site-navigation .main-navigation-container .menu > li.active .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  height: auto;
  -webkit-transition: opacity 0.3s, height 0.3s;
  transition: opacity 0.3s, height 0.3s;
}

#site-navigation .main-navigation-container .menu .dropdown-trigger {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 0;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  font-size: inherit;
}

#site-navigation .main-navigation-container .menu .dropdown-trigger:hover {
  color: #ffffff;
}

#site-navigation .main-navigation-container .menu .dropdown-trigger::before, #site-navigation .main-navigation-container .menu .dropdown-trigger::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 3px;
  height: 15px;
  background-color: currentColor;
  top: 0.3em;
  left: 6px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

#site-navigation .main-navigation-container .menu .dropdown-trigger::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#site-navigation .main-navigation-container .menu .dropdown-trigger svg {
  display: none;
}

.site-content {
  z-index: 1;
}


.site-content .home-hero-section {
  position: relative;
  width: 100%;
  padding-top: clamp(509px, 38.975vw, 800px);
  background-image: url(../images/homehero8.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  z-index: 1;
	overflow: hidden;
	
}

@media only screen and (max-width: 650px) {
  .site-content .home-hero-section {
    background-image: url(../images/homepage-hero-mobile.png);
	  
  }
  .site-content .home-hero-section::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
  }
}

.site-content .home-hero-section .container {
    /*max-width: 1802px;*/ 
    padding-left: clamp(20px, 8vw, 131px);
    padding-right: clamp(20px, 8vw, 131px);
    width: 100%;
    position: absolute;
    top: 33%;
        text-align: center;
        left: 0%;
    /* left: 50%; */
    /* -webkit-transform: translateX(-50%); */
    /* transform: translateX(-50%); */
    z-index: 2;
	
}


@media only screen and (min-width: 1185px) {
  .site-content .home-hero-section .container {
padding-left: clamp(20px, 8vw, 51px);
        text-align: left;
        left: 15%;
	}}

@media only screen and (min-width: 1550px) {
  .site-content .home-hero-section .container {
padding-left: clamp(20px, 8vw, 51px);
        text-align: left;
        left: 22%;
	}}

.site-content .home-hero-section .container h1 {
  font-size: clamp(78px, 6.9vw, 132px);
  letter-spacing: -0.13vw;
  text-shadow: 0px 0px 43px rgba(0, 0, 0, 0.67);
  margin-bottom: 10px;
}

.home-hero-section h1 span {letter-spacing: -0.213vw;}

@media only screen and (max-width: 650px) {
  .site-content .home-hero-section .container h1 {
    font-size: clamp(40px, 11vw, 60px);
  }
	.home-hero-section h1 span {font-size:44px;}
	.site-content .home-hero-section .container {
  top: 35%;
}
}

.site-content .home-hero-section .container h2 {
  text-shadow: 0px 0px 43px rgba(0, 0, 0, 0.67);
  font-size: clamp(24px, 2vw, 38px);
  font-weight: 600;
}

.site-content .home-hero-section .container h2 span {
  font-family: 'Avenir Next LT Pro Condensed',Impact,"Arial Narrow Bold",sans-serif;
  color: #80ca4f;
  font-weight: 700;
  font-size: clamp(32px, 3vw, 50px);
  padding-right: 10px;
}

.site-content .home-hero-cta {
  position: relative;
  z-index: 2;
  margin-top: -4.65vw;
  margin-bottom: 60px;
}

@media only screen and (min-width: 1634px) {
  .site-content .home-hero-cta {
    margin-top: -70px;
  }
}

@media only screen and (max-width: 500px) {
  .site-content .home-hero-cta {
    margin-top: -60px;
  }
}

.site-content .home-hero-cta .container {
	border-radius: 40px 0 40px 0;
  width: 1050px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  color: #fff;
	 /**background: #358f49;
    background: -webkit-gradient(linear, left top, right top, color-stop(33%, #358f49), to(#8dc53e));
    background: linear-gradient(90deg, #358f49 63%, #8dc53e 100%);
    z-index: 2;**/
  background: #37a3bc;
  background: -webkit-gradient(linear, left top, right top, color-stop(63%, #3369049), to(#8DC63F));
  background: linear-gradient(90deg, #369049 15%, #8DC63F 100%);
   z-index: 2;
}
.site-content .home-hero-cta .container.bg_cerulean {
	/** a different color set here **/
  background: #37a3bc;
  background: -webkit-gradient(linear, left top, right top, color-stop(63%, #3369049), to(#8DC63F));
   background: linear-gradient(90deg, #38a4b7 10%, #71d1c9 100%);
}
.site-content .home-hero-cta .container.bg_clay {
	/** a different color set here **/
background: #be6428;
    background: linear-gradient(120deg, #be6428 58%, #ce9b30 93%);
}
.site-content .home-hero-cta .container.bg_grey {
	/** a different color set here **/
  background: #f2f1f1;
	color:#524b4c!important;

}
.site-content .home-hero-cta .container.bg_grey a{
	/** a different color set here **/
  background: #f2f1f1;
	color:#524b4c!important;

}

.site-content .home-hero-cta .container h3 {
  font-size: 24px;
	line-height: 34px;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  padding-bottom: 10px;letter-spacing: -0.0121vw;
}

@media only screen and (max-width: 850px) {
  .site-content .home-hero-cta .container h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 550px) {
  .site-content .home-hero-cta .container h3 {
    font-size: 22px;
  }
}

.site-content .home-hero-cta .container a {
  text-transform: capitalize;
  color: #fff;
  font-family: 'Avenir Next LT Pro Condensed',sans-serif;
  font-weight: 600;
  font-size: 21px;
}

.site-content .home-hero-cta .container a:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.site-content .home-hero-cta .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 850px) {
  .site-content .home-hero-cta .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.site-content .home-hero-cta .container .row .col {
  padding: 50px 50px 45px;
}

.site-content .home-hero-cta .container .row .col:first-child {
  width: 82%;
  padding-right: calc(5% + 70px);
}

@media only screen and (max-width: 850px) {
  .site-content .home-hero-cta .container .row .col:first-child {
    width: 100%;
    padding-right: 50px;
  }
	.site-content .home-hero-cta .container .row .col {
  padding: 40px 50px 45px;
}
}

.site-content .home-hero-cta .container .row .col:last-child {
  position: relative;
	border-radius: 0 0 40px 0;
  /**margin-top: -55px;**/
  margin-left: -5%;
  width: 30%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0;
}

@media only screen and (max-width: 850px) {
  .site-content .home-hero-cta .container .row .col:last-child {
    width: 60%;
    padding-top: 55.31%;
    margin: -30px auto 0 auto;
  }
}

.site-content .home-capabilities-section {
  margin-bottom: 65px;
}

.site-content .home-capabilities-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.site-content .home-capabilities-section-header h2 {
  font-family: 'Avenir Next LT Pro Condensed';
  font-weight: 700;
  font-size: 60px;
  color: #184066;
  margin-bottom: 15px;
}

@media only screen and (max-width: 550px) {
  .site-content .home-capabilities-section-header h2 {
    font-size: 40px;
  }
}

.site-content .home-capabilities-section-header p {
  font-size: 20px;
  color: #554b4c;
	font-weight: 400;
}

@media only screen and (max-width: 550px) {
  .site-content .home-capabilities-section-header p {
    font-size: 20px;
  }
}

.site-content .home-capabilities-section .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 40px;
}

@media only screen and (max-width: 1000px) {
  .site-content .home-capabilities-section .row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.site-content .home-capabilities-section .row .col {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #888;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  overflow: hidden;
}

@media only screen and (max-width: 650px) {
  .site-content .home-capabilities-section .row .col {
    background-position: center right;
  }
}

.site-content .home-capabilities-section .row .col::before {
  display: block;
  width: 0;
  content: '';
  padding-top: 72.5%;
}

.site-content .home-capabilities-section .row .col::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.49)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.49) 0%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (max-width: 800px) {
  .site-content .home-capabilities-section .row .col::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.site-content .home-capabilities-section .row .col .content {
  position: relative;
  z-index: 2;
  padding: 70px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 1200px) {
  .site-content .home-capabilities-section .row .col .content {
    padding: 64px;
  }
}

@media only screen and (max-width: 550px) {
  .site-content .home-capabilities-section .row .col .content {
    padding: 54px 34px;
  }
}

.site-content .home-capabilities-section .row .col .content::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 27.5%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(59%, rgba(0, 0, 0, 0.33)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.33) 59%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (max-width: 800px) {
  .site-content .home-capabilities-section .row .col .content::before {
    padding-top: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.33);
  }
}

.site-content .home-capabilities-section .row .col .content::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #be6428;
  background: linear-gradient(120deg, #be6428 58%, #ce9b30 93%);
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
}

.site-content .home-capabilities-section .row .col .content p {
  font-size: 20px;
  line-height: 1.22;
}

@media only screen and (max-width: 550px) {
  .site-content .home-capabilities-section .row .col .content p {
    font-size: 18px;
    line-height: 1.35;
    margin: 10px 0 20px;
  }
}

.site-content .home-capabilities-section .row .col .content-inner,
.site-content .home-capabilities-section .row .col .content-title {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.site-content .home-capabilities-section .row .col .content-inner {
  position: relative;
  z-index: 3;
}

.site-content .home-capabilities-section .row .col .content-title {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 600;
	    margin-bottom: 5px;
}

.site-content .home-capabilities-section .row .col .content-title span {
  display: block;
  font-family: 'Museo', serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0.4em;
}

@media only screen and (max-width: 550px) {
  .site-content .home-capabilities-section .row .col .content-title {
    font-size: 32px;
  }
  .site-content .home-capabilities-section .row .col .content-title span {
    font-size: 20px;
  }
}

@media only screen and (min-width: 800px) {
  .site-content .home-capabilities-section .row .col .content-inner {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .site-content .home-capabilities-section .row .col .content-title {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .site-content .home-capabilities-section .row .col .content-reveal {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .site-content .home-capabilities-section .row .col:hover .content::after, .site-content .home-capabilities-section .row .col:focus-within .content::after {
    opacity: 1;
  }
  .site-content .home-capabilities-section .row .col:hover .content-inner,
  .site-content .home-capabilities-section .row .col:hover .content-title, .site-content .home-capabilities-section .row .col:focus-within .content-inner,
  .site-content .home-capabilities-section .row .col:focus-within .content-title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .site-content .home-capabilities-section .row .col:hover .content-reveal, .site-content .home-capabilities-section .row .col:focus-within .content-reveal {
    opacity: 1;
  }
}

.site-content .home-insights-section {
  margin-bottom: 80px;
}

.site-content .home-insights-section .container {
  padding-left: 0;
	max-width: 1350px;
}

.hidden {
	display:none;
}

@media only screen and (max-width: 1835px) {
  .site-content .home-insights-section .container {
    padding-left: 0;
  }
}

.site-content .home-insights-section-header {
  text-align: center;
  margin-bottom: 35px;
}

.site-content .home-insights-section h2 {
  font-family: 'Avenir Next LT Pro Condensed';
  font-weight: 700;
  font-size: 50px;
  color: #184066;
  margin-bottom: 40px;
}

@media only screen and (max-width: 550px) {
  .site-content .home-insights-section h2 {
    font-size: 40px;
  }
}

.site-content .home-careers-section {
  position: relative;
  z-index: 1;
  background-image: url(../images/homepage-careers-background.png);
  background-size: cover;
  background-position: center center;
	margin-bottom: -50px;
}

.site-content .home-careers-section .container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 31.56vw;
}

.site-content .home-careers-section .container .content {
  width: 42%;
  padding: 50px 0;
  text-align: center;
  color: #fff;
}

.site-content .home-careers-section h2 {
  font-family: 'Avenir Next LT Pro Condensed';
  font-weight: 700;
  font-size: 60px;
  margin-bottom: 15px;
}

.site-content .home-careers-section p {
  font-size: 24px;
}

@media only screen and (max-width: 850px) {
  .site-content .home-careers-section .container .content {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .site-content .home-careers-section h2 {
    font-size: 40px;
  }
  .site-content .home-careers-section p {
    font-size: 24px;
  }
  .site-content .home-careers-section::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .site-content .home-careers-section .container {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.site-content .interior-hero-section {
  position: relative;
  z-index: 0;
  padding-top: 180px;
  padding-bottom: 50px;
  width: 100%;
  min-height: 24vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;filter: brightness(105%);
	
}

.site-content .interior-hero-section::after {background: linear-gradient(90deg, rgba(0, 0, 0, 0.49) 0%, rgba(255, 255, 255, 0) 100%);}




@media only screen and (max-width: 650px) {
  .site-content .interior-hero-section {
    padding-top: 160px;
  }
}

.site-content .interior-hero-section .container {
  width: 90%;
  max-width: 1350px;
  /*
        position: absolute;
        bottom: 50%;
        left: 50%;
        padding-left: clamp(20px, 8vw, 131px);
        padding-right: clamp(20px, 8vw, 131px);
        transform: translateX(-50%) translateY(70%);*/
  position: relative;
  z-index: 1;
}

.site-content .interior-hero-section .container h1 {
  font-size: clamp(40px, 3.57vw, 82px);
  /*text-shadow: 0px 0px 43px rgb(0 0 0);*/
	font-weight: 600;
		    /*border-left: 6px solid #dcd641;
    padding: 20px;*/
	letter-spacing: 0;
}

@media only screen and (max-width: 650px) {
  .site-content .interior-hero-section .container h1 {
    /*font-size: clamp(20px, 11vw, 40px);*/
  }
}

.site-content .interior-hero-section .container .post-type-label {
    display: inline-block;
    font-family: 'Museo', serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 1em;
    text-decoration: none;
    color: #ffffff;
    /* text-shadow: 0px 0px 43px rgb(0 0 0); */
    background: #19315b;
    padding: 8px 24px;
    border-radius: 50px;

}

.site-content .interior-hero-section .container .post-type-label:hover {background:#dcd641; color:#184066!important;}


@media only screen and (max-width: 650px) {
  .site-content .interior-hero-section .container .post-type-label {
    font-size: 18px;
  }
}

.site-content .interior-hero-section.gradient {
  background: #38a4b7;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #38a4b7), to(#71b8b2));
  background: linear-gradient(90deg, #38a4b7 10%, #71b8b2 100%);
	/*background: linear-gradient(90deg, #369049 15%, #8DC63F 100%);*/
	min-height: 22vw!important;
}

.site-content .interior-hero-section.gradient-grey {
  background: #38a4b7;
  /*background: -webkit-gradient(linear, left top, right top, color-stop(10%, #38a4b7), to(#71b8b2));
  background: linear-gradient(90deg, #38a4b7 10%, #71b8b2 100%);
	background: linear-gradient(90deg, #369049 15%, #8DC63F 100%);*/
	min-height: 22vw!important;
}

.site-content .interior-hero-section.gradient .container h1 {
  text-shadow: none;
	    /*border-left: 6px solid #dcd641;
    padding: 20px;*/
}

.site-content .interior-hero-section.white {
background: #f0f0f0;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #f4f4f4), to(#ffffff));
    background: linear-gradient(90deg, #9999991c 10%, #ffffff 100%);
    min-height: 22vw !important;color: #184066;
	
	/**old white
  background: #fff;
  background-image: none;
  color: #184066;
	min-height: 23vw!important;
	  padding-bottom: 0px;**/
}

.site-content .interior-hero-section.white .container h1 {
  text-shadow: none;
		    /*border-left: 6px solid #dcd641;
    padding: 20px;*/
}

.site-content .related-content-section {
  margin-bottom: 60px;
}

.site-content .related-content-section .container {
  padding-left: 64px;
}

@media only screen and (max-width: 1835px) {
  .site-content .related-content-section .container {
    padding-left: 0;
  }
}

.site-content .related-content-section h2 {
  color: #184066;
  margin-bottom: 30px;
}

.site-content .wysiwyg {
  max-width: 1350px;
  padding-top: 50px;
  padding-bottom: 45px;
  font-family: 'Avenir', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #484142;

}

.site-content .wysiwyg.hasImage {
  padding-left: 0px;
}

@media only screen and (max-width: 750px) {
  
	.site-content .wysiwyg {

    padding-bottom: 0px;
	}
}

.site-content .wysiwyg.hasImage .heading-image {
    float: left;
    /*width: 27%;*/
    display: block;
    max-height: 350px;
    margin-right: 39px;
    margin-bottom: 21px;
    /*margin-top: 27px;*/
    /* border-radius: 40px 0; */
}

@media only screen and (max-width: 750px) {
.site-content .wysiwyg.hasImage .heading-image {
    width: 100%!important;

  }
	.site-content .wysiwyg.hasImage .heading-image img {
    object-fit: cover;
    height: 350px;
    max-width: 100%!important;
    width: 100%!important;
    display: block;
}
}

.site-content .wysiwyg.hasImage .heading-image img {
    object-fit: cover;
    height: 350px;
    max-width: 350px;
    width: 350px;
    display: block;
}


.site-content .wysiwyg .date  {font-weight: 700;margin-bottom: 20px;}


.regions   {
    text-align: center;
    font-family: 'museo', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.10;
    color: #184066;
    text-align: center;
    /* background: #d3d3d361; */
    padding: 6px 6px;
    /* border-radius: 50px; */
    border-bottom: 8px solid #e9e7e7;


}
@media only screen and (max-width: 650px) { 
	.regions {
    padding: 0px 6px!important;
    /* border-radius: 50px; */
    border-bottom: 6px solid #e9e7e7;
}
}

.site-content .wysiwyg .date ul,
.site-content .wysiwyg .regions ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-content .wysiwyg .date ul li,
.site-content .wysiwyg .regions ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

.site-content .wysiwyg .date ul li:not(:last-child)::after,
.site-content .wysiwyg .regions ul li:not(:last-child)::after {
  content: ", ";
  display: inline;
}

@media only screen and (max-width: 650px) {
  .site-content .wysiwyg {
    font-size: 20px;
    line-height: 1.3;
  }
}

.site-content .wysiwyg h1,
.site-content .wysiwyg .h1-like {
  font-family: 'Avenir Next LT Pro Condensed',Impact,"Arial Narrow Bold",sans-serif;
  font-size: 50px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.site-content .wysiwyg h2,
.site-content .wysiwyg .h2-like {
  font-family: 'Avenir Next LT Pro Condensed',Impact,"Arial Narrow Bold",sans-serif;
     font-weight: 700;
    font-size: 35px;
    color: #184066;
    margin: 30px 0;
	line-height: 40px;
}

@media only screen and (max-width: 650px) {
  .site-content .wysiwyg h2,
  .site-content .wysiwyg .h2-like {
    font-size: 32px;
  }
}

.site-content .wysiwyg h3,
.site-content .wysiwyg .h3-like {
  font-family: 'Avenir', sans-serif;
  font-weight: 700;
  font-size: 26px; line-height: 1.10;
  margin-bottom: .685em;
	color: #184066;}

@media only screen and (max-width: 650px) {
  .site-content .wysiwyg h3,
  .site-content .wysiwyg .h3-like {
    font-size: 32px;
  }
}

.site-content .wysiwyg h4,
.site-content .wysiwyg .h4-like {
  font-size: 28px;
  font-family: 'Museo', serif;
  font-weight: 700;
  color: #184066;
  margin: 30px 0;line-height: 33px;
}


.site-content .wysiwyg h5,
.site-content .wysiwyg .h5-like {
  font-size: 21px;
  font-family: 'Museo', serif;
  font-weight: normal;
  margin-bottom: 20px;
}

.site-content .wysiwyg .blue {
  color: #184066;
}

.site-content .wysiwyg .teal {
  color: #37a3bc;
}

.site-content .wysiwyg .yellow {
  color: #dcd641;
}

.site-content .wysiwyg .white {
  color: #fff;
}

.site-content .wysiwyg p {
  font-size: 20px;
	line-height: 28px;
	
}
.site-content .wysiwyg li {
  font-size: 20px;
	line-height: 26px;
	
}

.site-content .wysiwyg p.has-small-font-size {
font-family: 'Avenir', sans-serif;
    font-size: 16px !important;
    margin-bottom: 27px;
    background: #f2f1f1;
    padding: 60px;
    margin-top: 30px;
	border-radius: 40px 0;

}

.site-content .wysiwyg p.has-medium-font-size {
    font-family: 'Avenir', sans-serif; 
    /* font-weight: 600; */
    font-size: 30px !important;
    margin-bottom: 20px; line-height: 36px;
    /* color: #184066;*/
}

.site-content .wysiwyg p.has-large-font-size {
    font-family: 'Avenir', sans-serif;
    font-weight: 600;
    font-size: 26px !important;
    line-height: 1.310;
    margin-bottom: 2.125em;
    color: #ffffff;
    margin-top: -89px;
    /*background: #f2f1f1;*/
    border-radius: 40px 0;
    padding: 50px;
	 background: linear-gradient(90deg, #38a4b7 10%, #71d1c9 100%);
		position:relative; 
}

.regionintro {
font-family: 'Avenir', sans-serif;
    font-weight: 500;
    font-size: 30px !important;
    margin-bottom: 20px;
    line-height: 36px;
	color:#484142;
}

.site-content .wysiwyg p.has-x-large-font-size {
  font-family: 'Avenir', sans-serif;
  font-weight: 600;
  font-size: 38px !important;
  line-height: 1.21;
  letter-spacing: -0.025em;
  margin-bottom: 1em;
  color: #184066;

}

@media only screen and (max-width: 650px) {
  .site-content .wysiwyg p.has-x-large-font-size {
    font-size: 1.5em !important;
  }
}

.site-content .wysiwyg .uppercase {
  text-transform: inherit;
}

.wp-block-image img {margin:35px 0;}

.site-content .wysiwyg .wp-block-image .aligncenter {
  margin: 20px auto 20px auto;
}

.site-content .wysiwyg .wp-block-image .alignleft {
  margin: 20px 30px 20px 0px;
}

.site-content .wysiwyg .wp-block-image .alignright {
  margin: 20px 0px 20px 30px;
}

.site-content .wysiwyg a {
  color: #184066;
  -webkit-transition: -webkit-text-decoration-color 0.2s ease;
  transition: -webkit-text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease;
  transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease;
}

.site-content .wysiwyg a:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.site-content .wysiwyg .wp-block-buttons {
  margin-bottom: 50px;
}

.site-content .wysiwyg .wp-block-button a, .site-content .wysiwyg .wp-block-button__link {
  color: #184066;
  background-color: #dcd641;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-transform: none;
  text-decoration: none;
  font-family: 'Avenir Next LT Pro Condensed';
  font-weight: 700;
	border-radius: 50px;
}

.site-content .wysiwyg .wp-block-button a:hover, .site-content .wysiwyg .wp-block-button__link:hover {
  background-color: #184066;
  color: #dcd641;
  cursor: pointer;border-radius: 50px;
}

.site-content .wysiwyg ul, .site-content .wysiwyg ol {
  display: block;
  margin: 0px 0 20px 30px;
  padding: 0px;
}

.site-content .wysiwyg ul {list-style-type: square;}
.site-content .wysiwyg ul li::marker {color:#37a3bc;font-size: 24px;}
.site-content .wysiwyg ol li::marker {color:#484142fa;font-weight: 700;}

.site-content .wysiwyg ul li, .site-content .wysiwyg ol li {
  padding: 10px 0 0px 15px;
	
}

.site-content .fifty-fifty-image-text {
  margin: 50px 0;
}

.site-content .fifty-fifty-image-text .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;min-height: 390px;
}

@media only screen and (max-width: 1000px) {
  .site-content .fifty-fifty-image-text .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.site-content .fifty-fifty-image-text .row .col {
  width: calc(50% );
}

@media only screen and (max-width: 1000px) {
  .site-content .fifty-fifty-image-text .row .col {
    width: 100%;
  }
}

.site-content .fifty-fifty-image-text .row .col.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 35px;
  padding: 60px 60px;
  background-color: #f2f1f1;
  font-size: 24px;
	    min-height: 25vw;
}

.site-content .fifty-fifty-image-text.fifty-fifty-quote-text .row .col.text {
	position: relative;
}

@media only screen and (max-width: 1000px) {
  .site-content .fifty-fifty-image-text .row .col.text {
    margin: 0;
  }
}

@media only screen and (max-width: 650px) {
  .site-content .fifty-fifty-image-text .row .col.text {
    padding: 30px;
    font-size: inherit;
  }
}

.site-content .fifty-fifty-image-text .row .col.image {
  margin-left: 0px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1000px) {
  .site-content .fifty-fifty-image-text .row .col.image {
    margin: 0;
  }
}

.site-content .fifty-fifty-image-text .row .col.image .cover-image {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	    min-height: 25vw;
 
}

@media only screen and (max-width: 1000px) {
  .site-content .fifty-fifty-image-text .row .col.image .cover-image {
    position: relative;
    padding-top: 75%;
  }
}

.site-content .fifty-fifty-image-text .row .col img {
  -o-object-fit: cover;
     object-fit: cover;
  height: -webkit-fill-available;
  max-width: 100%;
}

@media only screen and (max-width: 1000px) {
  .site-content .fifty-fifty-image-text .row .col img {
    width: 100%;
  }
}

.site-content .fifty-fifty-image-text .row .col h2 {
  margin-bottom: 20px;
  color: #184066;
  line-height: 34px;
}

.site-content .fifty-fifty-image-text.right .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 1000px) {
  .site-content .fifty-fifty-image-text.right .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.site-content .fifty-fifty-image-text.right .row .col.text {
  margin-right: 0px;
  margin-left: 35px;
}

@media only screen and (max-width: 1000px) {
  .site-content .fifty-fifty-image-text.right .row .col.text {
    margin: 0;
  }
}

.site-content .fifty-fifty-image-text.right .row .col.image {
  margin-left: 0px;
  margin-right: 0px;
}

@media only screen and (max-width: 1000px) {
  .site-content .fifty-fifty-image-text.right .row .col.image {
    margin: 0;
  }
}

/*****************  CSS for the orange reveal box container block ****/

.orange-reveal-box-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	width: 100%;
	margin: 40px auto;
}

@media only screen and (max-width: 1000px) {
  .orange-reveal-box-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.orange-reveal-box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #666666;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  overflow: hidden;
	grid-column: span 2;
}

/*.orange-reveal-box:nth-child(odd):last-child {
grid-column: 1 / span 4;
   
    height: 400px;}*/

@media only screen and (max-width: 650px) {
  .orange-reveal-box {
    background-position: center right;
  }
}

.orange-reveal-box::before {
  display: block;
  width: 0;
  content: '';
  padding-top: 72.5%;
}

.orange-reveal-box::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.49)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.49) 0%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (max-width: 800px) {
  .orange-reveal-box::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  }
}

.orange-reveal-box .content {
  position: relative;
  z-index: 2;
  padding: 70px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
	    width: 100%;
	
}

@media only screen and (max-width: 1200px) {
  .orange-reveal-box .content {
    padding: 64px;
  }
}

@media only screen and (max-width: 550px) {
  .orange-reveal-box .content {
    padding: 54px 34px;
  }
}

.orange-reveal-box .content::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 27.5%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(59%, rgba(0, 0, 0, 0.33)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.33) 59%, rgba(255, 255, 255, 0) 100%);
}

@media only screen and (max-width: 800px) {
  .orange-reveal-box .content::before {
    padding-top: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.33);
  }
}

.orange-reveal-box .content::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #be6428;
  background: linear-gradient(120deg, #be6428 58%, #ce9b30 93%);
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  opacity: 0;
}

.orange-reveal-box .content p {
  font-size: 20px;
  line-height: 1.22;
}

@media only screen and (max-width: 550px) {
  .orange-reveal-box .content p {
    font-size: 18px;
    line-height: 1.35;
    margin: 10px 0 20px;
  }
}

.orange-reveal-box .content-inner,
.orange-reveal-box .content-title {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.orange-reveal-box .content-inner {
  position: relative;
  z-index: 3;
}

.orange-reveal-box h3.content-title {
  font-size: 48px;
  line-height: 1.1;
  font-weight: 600;
	margin-bottom: 5px;
	color: #fff;
	font-family: "Avenir", sans-serif;
}

.orange-reveal-box .content-title span {
  display: block;
  font-family: 'Museo', serif;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0.4em;
}

.orange-reveal-box a.btn:hover {
	color: #dcd641;
}

@media only screen and (max-width: 550px) {
  .orange-reveal-box .content-title {
    font-size: 32px;
  }
  .orange-reveal-box .content-title span {
    font-size: 20px;
  }
}

@media only screen and (min-width: 800px) {
  .orange-reveal-box .content-inner {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .orange-reveal-box .content-title {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .orange-reveal-box .content-reveal {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .orange-reveal-box:hover .content::after, .orange-reveal-box:focus-within .content::after {
    opacity: 1;
  }
  .orange-reveal-box:hover .content-inner,
  .orange-reveal-box:hover .content-title, .orange-reveal-box:focus-within .content-inner,
  .orange-reveal-box:focus-within .content-title {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .orange-reveal-box:hover .content-reveal, .orange-reveal-box:focus-within .content-reveal {
    opacity: 1;
  }
}

/*****************  CSS for the full-width image with text box block ****/

section.full-width-image-wbox {
	margin:1em -100%; /* old browsers fallback */
	margin:1em calc(50% - 50vw);
	margin: 3em calc(50% - 50vw) 4.0em;
    /* min-height: 400px; */
    
}
section.full-width-image-wbox.report {
	margin: 2.2em calc(50% - 50vw) 4.2em;
      
}

section.full-width-image-wbox .row {
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 500px;
}

.full-width-image-wbox.right .container {
    display: flex;
    justify-content: end;
}

section.full-width-image-wbox .orange-box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #be6428;
  background: linear-gradient(120deg, #be6428 58%, #ce9b30 93%);
  overflow: hidden;
	width: 48%;
	/*margin-top: 75px;
	margin-bottom: -50px;*/
	max-height: 490px;
}

@media only screen and (max-width: 800px) {
	section.full-width-image-wbox .orange-box {
    width: 100%!important;
	}}

section.full-width-image-wbox.teal .orange-box {
    background: linear-gradient(90deg, #38a4b7 10%, #71d1c9 100%);
}
section.full-width-image-wbox.teal .orange-box a{
    color: #fff;
}



section.full-width-image-wbox .orange-box ul li {
    color: #fff;
    font-family: 'Avenir', sans-serif;
    font-size: 20px;
    line-height: 24px;
	padding-bottom: 5px;
	list-style-type: square;
}
section.full-width-image-wbox .orange-box ul li a {
    color: #fff;
    font-family: 'Avenir', sans-serif;
    font-size: 20px;
    line-height: 24px;
	padding-bottom: 5px;
	list-style-type: square;
}

section.full-width-image-wbox .orange-box ul li::marker {
    color: #fff;
    font-family: 'Avenir', sans-serif;
    font-size: 20px;
    line-height: 24px;
	padding-bottom: 5px;
	list-style-type: square;
}

@media only screen and (max-width: 650px) {
  .orange-box {
    background-position: center right;
  }
}

.orange-box .content {
  position: relative;
  z-index: 2;
  padding: 60px 80px 65px;
	width: 100%;
}

@media only screen and (max-width: 1200px) {
  .orange-box .content {
    padding: 64px;
  }
}

@media only screen and (max-width: 550px) {
  .orange-box .content {
    padding: 54px 34px;
  }
}

.orange-box .content p {
	color: #fff;
  font-size: 20px;
  line-height: 1.22;
}

@media only screen and (max-width: 550px) {
  .orange-box .content p {
    font-size: 18px;
    line-height: 1.35;
    margin: 10px 0 20px;
  }
}

.orange-box h3.content-title {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 600;
	margin-bottom: 5px;
	color: #fff;
	font-family: "Avenir", sans-serif;
}

.orange-box h3.content-title a {color:#ffffff;}

.orange-box a.btn:hover {
	color: #dcd641;
}

@media only screen and (max-width: 550px) {
  .orange-box .content-title {
    font-size: 32px;
  }
}

/*****************  end css for the full-width image with text box block ****/

/*****************  css for related expertise pages block *******************/

.related-expertise-pages {
	display: flex;
	align-items: center;
	flex-wrap: wrap;gap:20px;
}
.related-expertise-item {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.related-expertise-item .re-icon {
	width: 65px;
	margin-right: 10px;
}

.related-expertise-item .re-label {
    width: 184px;
    font-size: 19px;
    margin-left: 10px;
    color: #484142;
    font-weight: 500;
}

/*****************   end css for related expertise pages block **************/

/*****************   css for image-with-text block  *************************/

/*  block  */

.site-content .image-with-text {
  margin: 40px 0;
}
.site-content .image-with-text .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;min-height: 390px;
}
@media only screen and (max-width: 1000px) {
  .site-content .image-with-text .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
	.related-expertise-pages {
padding-bottom:35px;
}
}

/*  custom sized columns  */

.site-content .image-with-text.half .row .col {
  width: calc(50% );
}
.site-content .image-with-text.third .row .col.image,
.site-content .image-with-text.twothirds .row .col.text{
	width: calc(34%);
}
.site-content .image-with-text.third .row .col.text,
.site-content .image-with-text.twothirds .row .col.image
{
	width: calc(66%);
}


@media only screen and (max-width: 1000px) {
  .site-content .image-with-text .row .col {
    width: 100%!important;
  }
}

/*  text column  */

.site-content .image-with-text .row .col.text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 35px;
    padding: 60px 60px;
    background-color: #f2f1f1;
    font-size: 24px;
    min-height: 25vw;
}
@media only screen and (max-width: 1000px) {
  .site-content .image-with-text .row .col.text {
    margin: 0;
  }
}
@media only screen and (max-width: 650px) {
  .site-content .image-with-text .row .col.text {
    padding: 30px;
    font-size: inherit;
  }
}
.site-content .image-with-text .row .col h2 {
  margin-bottom: 20px;
  color: #184066;
	line-height: 34px;
}

/*  quote formatting  */
.quotebox {
	display: flex;
	justify-content: center;
}
.quoteimage {
    width: 50px;
    height: 50px;
    display: block;
    background-color: #184066;
    -webkit-mask-image: url(../svg/quote-double-open.svg);
    mask-image: url(../svg/quote-double-open.svg);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
	flex-shrink: 0;
}

.quotetext {
	padding-left: 20px;
	padding-top: 10px;
}

.quotetext cite {
	padding: 20px 0;
    font-family: 'Avenir', sans-serif;
    font-weight: 600;
    line-height: 27px;
}

/*  image column  */

.site-content .image-with-text .row .col.image {
  margin-left: 0px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  .site-content .image-with-text .row .col.image {
    margin: 0;
  }
}
.site-content .image-with-text .row .col.image .cover-image {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 25vw;
}
@media only screen and (max-width: 1000px) {
  .site-content .image-with-text .row .col.image .cover-image {
    position: relative;
    padding-top: 75%;
  }
}
.site-content .image-with-text .row .col img {
  -o-object-fit: cover;
     object-fit: cover;
  height: -webkit-fill-available;
  max-width: 100%;
}
@media only screen and (max-width: 1000px) {
  .site-content .image-with-text .row .col img {
    width: 100%;
  }
}

/*  dealing with flipped orientation  */

.site-content .image-with-text.right .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 1000px) {
  .site-content .image-with-text.right .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.site-content .image-with-text.right .row .col.text {
  margin-right: 0px;
  margin-left: 35px;
}
@media only screen and (max-width: 1000px) {
  .site-content .image-with-text.right .row .col.text {
    margin: 0;
  }
}
.site-content .image-with-text.right .row .col.image {
  margin-left: 0px;
  margin-right: 0px;
}
@media only screen and (max-width: 1000px) {
  .site-content .image-with-text.right .row .col.image {
    margin: 0;
  }
}

/*****************   end css for image-with-text block  *********************/


.container.listing {
  max-width: 1350px;
}

body:not(.post-type-archive-program):not(.tax-region) #results {
  padding: 60px 0;
}
body:not(.post-type-archive-program):not(.tax-region) #results .item {
  margin-bottom: 40px;
}
body:not(.post-type-archive-program):not(.tax-region) #results .item:last-child {
  margin-bottom: 0;
}
body:not(.post-type-archive-program):not(.tax-region) #results .item .row {
          align-items: flex-start;
	
}
@media only screen and (max-width: 750px) {
  body:not(.post-type-archive-program):not(.tax-region) #results .item .row {
            flex-direction: column;
  }
}
body:not(.post-type-archive-program):not(.tax-region) #results .item .row .col.image {
  /*width: 30%;
  height: 19vw;*/
	height:390px;
	width:32%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
	   /*border-radius: 40px 0;*/
	
}
@media only screen and (max-width: 750px) {
  body:not(.post-type-archive-program):not(.tax-region) #results .item .row .col.image {
    width: 100%;
    height: 60vw;
    margin-bottom: 20px;
  }
}
body:not(.post-type-archive-program):not(.tax-region) #results .item .row .col.content {
  color: #184066;
  width: 60%;
  padding: 30px;
	color: #184066;
    width: 70%;
    padding: 45px;
    background-color: #f2f1f1a1;
    /*border-radius: 0 0 40px;*/
    /*margin-left: 11px;*/
    background: cover;
    height: 390px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media only screen and (max-width: 750px) {
  body:not(.post-type-archive-program):not(.tax-region) #results .item .row .col.content { width: 100%;}
 body:not(.post-type-archive-program):not(.tax-region) #results .item .row .col.content {height:auto;}
   
}

body:not(.post-type-archive-program):not(.tax-region) #results .item .row .col.content .date {
  font-family: 'Museo', serif;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 5px;
	color:#554b4c;

}
body:not(.post-type-archive-program):not(.tax-region) #results .item .row .col.content h2 {
  font-family: 'Avenir', sans-serif;
   font-size: 27px;
  margin-bottom: 10px;
	line-height: 34px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
body:not(.post-type-archive-program):not(.tax-region) #results .item .row .col.content p {
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #554b4c;
	font-size: 18px;
}


@media only screen and (max-width: 750px) {
  body:not(.post-type-archive-program):not(.tax-region) #results .item .row .col.content h2 {
    font-size: 28px;
  }
}
body:not(.post-type-archive-program):not(.tax-region) #filters {
  width: 27vw;
  position: relative;
  z-index: 3;
  margin-top: -33.5px;
}

@media only screen and (max-width: 1000px) {
  body:not(.post-type-archive-program):not(.tax-region) #filters {
    width: 100%;
  }
}
body:not(.post-type-archive-program):not(.tax-region) #filters input[type=text] {

    width: 100%;
    padding: 13px 60px 13px 20px;
    border-radius: 40px;
    background-color: #e2e2e2;
    border: none;
    font-family: 'Avenir', sans-serif;
    font-size: 21px;
    font-weight: 600;
    color: #184066;

}
body:not(.post-type-archive-program):not(.tax-region) #filters input[type=text]::-moz-placeholder {
  color: #184066;
  opacity: 1;
  font-family: 'Avenir', sans-serif;
  font-size: 18px;font-weight: 600;
  
}
body:not(.post-type-archive-program):not(.tax-region) #filters input[type=text]::placeholder {
  color: #184066;
  opacity: 1;
font-family: 'Avenir', sans-serif;
  font-size: 18px;font-weight: 600;
}
body:not(.post-type-archive-program):not(.tax-region) #filters input[type=text]::-ms-input-placeholder {
  color: #184066;
font-family: 'Avenir', sans-serif;
	font-weight: 600;
  font-size: 18px;
}
body:not(.post-type-archive-program):not(.tax-region) #filters button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container.programs {
  max-width: 1350px;
}

body.post-type-archive-program #intro.wysiwyg {
  padding-top: 60px;
  padding-bottom: 0px;
}

body.post-type-archive-program #intro.wysiwyg p {
font-family: 'Avenir', sans-serif;
    font-weight: 400;
    font-size: 30px !important;
    margin-bottom: 20px;
    line-height: 36px;
	color:#484142;
}

@media only screen and (max-width: 950px) {
  body.post-type-archive-program #intro.wysiwyg p {
    font-size: 31px;
  }
}

@media only screen and (max-width: 650px) {
  body.post-type-archive-program #intro.wysiwyg p {
    font-size: 21px;
  }
}

body.post-type-archive-program #results {
  padding-bottom: 60px;
}

body.post-type-archive-program #results .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
}

@media only screen and (max-width: 855px) {
  body.post-type-archive-program #results .grid {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

body.post-type-archive-program #results .grid-item {
  position: relative;
  min-height: 550px;
  padding: 120px 120px 120px 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  color: #fff;
}

@media only screen and (max-width: 1250px) {
  body.post-type-archive-program #results .grid-item {
    padding: 64px;
  }
}

@media only screen and (max-width: 1000px) {
  body.post-type-archive-program #results .grid-item {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  body.post-type-archive-program #results .grid-item {
    padding: 34px;
  }
}

body.post-type-archive-program #results .grid-item:first-child {
  grid-column: 1 / -1;
  padding-right: 30%;
}

body.post-type-archive-program #results .grid-item h3 {
  font-size: clamp(26px, 1.8vw, 36px);
}

body.post-type-archive-program #results .grid-item h3 span {
  display: block;
  font-family: 'Museo', serif;
  font-weight: 300;
  font-size: 22px;
}

body.post-type-archive-program #results .grid-item p {
  font-size: 16px;
  opacity: 0;
  max-height: 0px;
  padding: 10px 0;
  -webkit-transition: opacity .3s ease, max-height .6s ease;
  transition: opacity .3s ease, max-height .6s ease;
}

body.post-type-archive-program #results .grid-item .content {
  position: relative;
  z-index: 2;
}

body.post-type-archive-program #results .grid-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  background: #be6428;
  background: linear-gradient(120deg, #be6428 58%, #ce9b30 93%);
  width: 100%;
  height: 100%;
  -webkit-transition: bottom .3s ease;
  transition: bottom .3s ease;
  z-index: 0;
}

body.post-type-archive-program #results .grid-item:hover::before {
  bottom: 0;
}

body.post-type-archive-program #results .grid-item:hover p {
  opacity: 1;
  max-height: 584px;
}

body.post-type-archive-program #filters {
  padding: 37px 0;
}

body.post-type-archive-program #filters .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  body.post-type-archive-program #filters .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

body.post-type-archive-program #filters .row .col.select {
  position: relative;
  width: calc(25% - 15px);
  margin-left: 20px;
}

@media only screen and (max-width: 1000px) {
  body.post-type-archive-program #filters .row .col.select {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  body.post-type-archive-program #filters .row .col.select:nth-child(odd) {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 475px) {
  body.post-type-archive-program #filters .row .col.select {
    width: 100%;
    margin-left: 0px;
  }
}

body.post-type-archive-program #filters .row .col.select:first-child {
  margin-left: 0px;
}

body.post-type-archive-program #filters .row .col.select select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding-right: 34px;
  font-size: 1.015rem;
  border: 1px solid #e2e2e2;
  padding: 0.675em 6em 0.675em 1em;
  background-color: #e2e2e2;
  color: #184066;
  cursor: pointer;
	border-radius:40px;
}

body.post-type-archive-program #filters .row .col.select select:focus {
  border: 1px solid #666666;
}

body.post-type-archive-program #filters .row .col.select::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 10px;
  /*background-image: url(/wp-content/themes/cnfa/svg/arrow-down.svg);*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

body.post-type-archive-program #filters .row .col.select button.close {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 10px;
  background-image: url(/wp-content/themes/cnfa/svg/close.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  background-color: transparent;
}

body.post-type-archive-program #filters .row .col.select.changed::after {
  display: none;
}

body.post-type-archive-program #filters .row .col.select.changed button.close {
  display: block;
}

.container.programs {
  max-width: 1350px;
}

body.tax-region #intro.wysiwyg {
  padding-top: 60px;
  padding-bottom: 0px;
}
body.tax-region #intro.wysiwyg p {
  font-size: 41px;
  color: #184066;
  font-family: "Avenir", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 950px) {
  body.tax-region #intro.wysiwyg p {
    font-size: 31px;
  }
}
@media only screen and (max-width: 650px) {
  body.tax-region #intro.wysiwyg p {
    font-size: 21px;
  }
}
body.tax-region #results {
  padding-bottom: 60px;
}
body.tax-region #results .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
}
@media only screen and (max-width: 855px) {
  body.tax-region #results .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.tax-region #results .grid-item {
  position: relative;
  min-height: 480px;
  padding: 120px 120px 120px 64px;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease;
  box-shadow: inset 0 0 0 10000px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  color: #fff;
}
@media only screen and (max-width: 1250px) {
  body.tax-region #results .grid-item {
    padding: 64px;
  }
}
@media only screen and (max-width: 1000px) {
  body.tax-region #results .grid-item {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  body.tax-region #results .grid-item {
    padding: 34px;
  }
}
body.tax-region #results .grid-item:first-child {
  grid-column: 1/-1;
  padding-right: 30%;
}
body.tax-region #results .grid-item h3 {
  font-size: clamp(26px, 1.8vw, 36px);
}
body.tax-region #results .grid-item h3 span {
  display: block;
  font-family: "Museo", serif;
  font-weight: 300;
  font-size: 22px;
}
body.tax-region #results .grid-item p {
  font-size: 16px;
  opacity: 0;
  max-height: 0px;
  padding: 10px 0;
  transition: opacity 0.3s ease, max-height 0.6s ease;
}
body.tax-region #results .grid-item .content {
  position: relative;
  z-index: 2;
}
body.tax-region #results .grid-item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100%;
  background: rgb(190, 100, 40);
  background: linear-gradient(120deg, rgb(190, 100, 40) 58%, rgb(206, 155, 48) 93%);
  width: 100%;
  height: 100%;
  transition: bottom 0.3s ease;
  z-index: 0;
}
body.tax-region #results .grid-item:hover::before {
  bottom: 0;
}
body.tax-region #results .grid-item:hover p {
  opacity: 1;
  max-height: 584px;
}
body.tax-region #filters {
  padding: 60px 0;
}
body.tax-region #filters .row {
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  body.tax-region #filters .row {
    flex-wrap: wrap;
  }
}
body.tax-region #filters .row .col.select {
  position: relative;
  width: calc(25% - 15px);
  margin-left: 20px;
}
@media only screen and (max-width: 1000px) {
  body.tax-region #filters .row .col.select {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  body.tax-region #filters .row .col.select:nth-child(odd) {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 475px) {
  body.tax-region #filters .row .col.select {
    width: 100%;
    margin-left: 0px;
  }
}
body.tax-region #filters .row .col.select:first-child {
  margin-left: 0px;
}
body.tax-region #filters .row .col.select select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding-right: 34px;
  font-size: 16px;font-weight: 600;
  border: 1px solid #e2e2e2;
  padding: 0.675em 2em 0.675em 1em;
  background-color: #e2e2e2;
  color: #184066;
  cursor: pointer;
  border-radius:40px;
}
body.tax-region #filters .row .col.select select:focus {
  border: 1px solid #666666;
}
body.tax-region #filters .row .col.select::after {
  content: "";
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 10px;
  /*background-image: url(/wp-content/themes/cnfa/svg/arrow-down.svg);*/
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%);
}
body.tax-region #filters .row .col.select button.close {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 10px;
  background-image: url(/wp-content/themes/cnfa/svg/close.svg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
}
body.tax-region #filters .row .col.select.changed::after {
  display: none;
}
body.tax-region #filters .row .col.select.changed button.close {
  display: block;
}

.container.search-results {
  max-width: 1350px;
  padding: 60px 0;
}

.container.search-results .item {
  margin-bottom: 40px;
}

.container.search-results .item:last-child {
  margin-bottom: 0;
}

.container.search-results .item .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 750px) {
  .container.search-results .item .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.container.search-results .item .row .col.image {
  width: 30%;
  height: 20vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media only screen and (max-width: 750px) {
  .container.search-results .item .row .col.image {
    width: 100%;
    height: 60vw;
    margin-bottom: 20px;
  }
}

.container.search-results .item .row .col.content {
  color: #184066;
  width: 70%;
  padding-left: 30px;
}

@media only screen and (max-width: 750px) {
  .container.search-results .item .row .col.content {
    width: 100%;
    padding-left: 0;
  }
}

.container.search-results .item .row .col.content .post-type {
  font-family: 'Museo', serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
}

.container.search-results .item .row .col.content h2 {
  font-family: 'Avenir', sans-serif;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
  .container.search-results .item .row .col.content h2 {
    font-size: 28px;
  }
}

.single-tribe_events {
  /* Hide related content on events page, since theres no way for it to be controlled. */
}

.single-tribe_events .site-content .interior-hero-section {
  min-height: 250px;
}

.single-tribe_events .site-content .interior-hero-section h1 {
  display: none;
}

.single-tribe_events .container.wysiwyg {
  max-width: 1000px;
}

.single-tribe_events .home-insights-section {
  display: none;
}

.site-footer {
  background-color: #19315b;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
	margin-top: 50px;
}

.site-footer ul  {font-size: 16px!important;}

@media only screen and (min-width: 800px) {
  .site-footer {
    font-size: 22px;
  }
}

.site-footer p {
	font-size: inherit;font-size: 18px;}


.site-footer .container .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 650px) {
  .site-footer .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 650px) {
  .site-footer .container .row .col {
    margin-bottom: 30px;
    text-align: center;
  }
}

.site-footer .container .row .col.info p {
  margin-bottom: 5px;
}

.site-footer .container .row .col.social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: inherit;
}

.site-footer .container .row .col.social ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.site-footer .container .row .col.social ul li a {
  padding-left: 10px;
  padding-right: 10px;
}

.site-footer .container .row .col.social ul li a svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

@media only screen and (max-width: 650px) {
  .site-footer .container .row .col.social ul li a svg {
    width: 24px;
    height: 24px;
  }
}

.site-footer .container .row .col.nav {
  width: 100%;
  padding: 60px 0;
}

@media only screen and (max-width: 650px) {
  .site-footer .container .row .col.nav {
    padding: 10px 0;
  }
}

.site-footer .container .row .col.nav #footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;

}

.site-footer .container .row .col.nav #footer-navigation ul li {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
@media only screen and (max-width:800px) {
	.site-footer .container .row .col.nav #footer-navigation ul li {
    margin: 0 0 7px 0;
    padding: 0;
    display: block; 
}
	.site-footer .container .row .col.nav #footer-navigation ul li:not(:last-child)::after {
  display: none;visibility: hidden;

}
	
}

.site-footer .container .row .col.nav #footer-navigation ul li a {
  color: #fff;
  text-decoration: none;
  text-underline-offset: 0;
  -webkit-transition: text-underline-offset .3s ease;
  transition: text-underline-offset .3s ease;
}

.site-footer .container .row .col.nav #footer-navigation ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.site-footer .container .row .col.nav #footer-navigation ul li:not(:last-child)::after {
  content: "|";
  padding: 0 10px 0 15px;
  display: inline-block;
}

#overlaySearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99999;
}

#overlaySearch .search-modal-inner {
  width: 60%;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  #overlaySearch .search-modal-inner {
    width: 90%;
  }
}

#overlaySearch .search-modal-inner form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 550px) {
  #overlaySearch .search-modal-inner form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#overlaySearch .popup-modal-close {
  position: absolute;
  width: 64px;
  top: -80px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.82);
  padding: 15px 17px;
  border-radius: 50px;
  border: none;
  cursor: pointer;
}

#overlaySearch .popup-modal-close span {
  display: block;
  width: 30px;
  height: 3px;
  margin-bottom: 5px;
  background-color: #666666;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#overlaySearch .popup-modal-close span:nth-child(1) {
  -webkit-transform: translate(0, 8px) rotate(-45deg);
          transform: translate(0, 8px) rotate(-45deg);
}

#overlaySearch .popup-modal-close span:nth-child(2) {
  visibility: hidden;
}

#overlaySearch .popup-modal-close span:nth-child(3) {
  margin-bottom: 0;
  -webkit-transform: translate(0, -8px) rotate(45deg);
          transform: translate(0, -8px) rotate(45deg);
}

#overlaySearch .popup-modal-close:hover span {
  opacity: 0.6;
}

#overlaySearch input[type=search] {
  padding: 40px;
  width: 90%;
  font-size: 30px;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  border: 1px solid #fff;
  border-right: none;
}

@media only screen and (max-width: 800px) {
  #overlaySearch input[type=search] {
    font-size: 20px;
    width: 80%;
  }
}

@media only screen and (max-width: 550px) {
  #overlaySearch input[type=search] {
    padding: 20px;
    margin-bottom: 20px;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    width: 100%;
  }
}

#overlaySearch button[type=submit] {
  width: 10%;
  border: 1px solid #37a3bc;
  border-left: none;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
  background-color: #37a3bc;
  cursor: pointer;
  -webkit-transition: border-color .3s ease, background-color .3s ease;
  transition: border-color .3s ease, background-color .3s ease;
}

#overlaySearch button[type=submit]:hover {
  background-color: #2d8296;
  border-color: #2d8296;
}

#overlaySearch button[type=submit] svg {
  width: 40px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

@media only screen and (max-width: 800px) {
  #overlaySearch button[type=submit] {
    width: 20%;
  }
  #overlaySearch button[type=submit] svg {
    width: 24px;
  }
}

@media only screen and (max-width: 550px) {
  #overlaySearch button[type=submit] {
    width: 100%;
    padding: 20px;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
  }
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

html #wpadminbar {
  position: fixed;
}

body.lowbandwidth .site-content .home-hero-section {
  background-image: none!important;
  background-color: #a5abad;
  color: #ffffff;
}
body.lowbandwidth .site-content .home-hero-section .container h2 span {
  color: #ffffff;
}

body.lowbandwidth .site-content .home-hero-section .container h1,
body.lowbandwidth .site-content .home-hero-section .container h2 {
  text-shadow: none;
}

body.lowbandwidth .site-branding svg path.cls-1 {
  fill: #002d5d;
}

body.lowbandwidth .site-branding svg path.cls-2 {
  fill: #007853;
}

body.lowbandwidth .site-content .home-careers-section {
  background-color: #888;
  background-image: none;
}



/* STAFF PAGE */
.staff-type {

}

.staff-grid {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 23px;
    padding: 25px 0;
}

@media only screen and (max-width: 1100px) {
	.staff-grid {
		display: grid;
    	grid-template-columns: 1fr 1fr 1fr;
	}
}
@media only screen and (max-width: 800px) {
	.staff-grid {
		display: block;
		width:100%;
		text-align: center;
	}
}

.staff-grid-item { margin: 0 auto;  }
.staff-grid-item a {text-decoration: none!important;}

.staff-grid-item-content  {text-align: center;}
.staff-grid-item-content h3 {font-size: 23px!important;margin:15px auto;margin-bottom: 5px!important;}
.staff-grid-item-content h4 { font-family: 'Avenir', sans-serif!important;
    font-weight: 400!important;
	font-size: 17px!important;color:#292929!important;margin:0 0 30px!important;line-height: 24px !important;
}

.staff-grid-item-photo { position:relative; }
.staff-grid-item-photo .staff-photo img {
	width: 350px;
    height: 350px;
    /* border-radius: 50%; */
    object-fit: cover;
    margin: 0 auto;
    /* border: 10px solid #f2f1f1; */
}
.staff-grid-item-photo span {
    font-size: 16px;
    font-size: 1.125em;
    line-height: 0.94118em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
 
    opacity: 0;
    z-index: 1;
}
.staff-grid-item-photo .staff-photo:after {
	background: #be6428;
    background: linear-gradient(120deg, #be6428 58%, #ce9b30 93%);

    bottom: 0;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.staff-grid-item-photo .staff-photo:after, .staff-grid-item-photo span {
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.staff-grid-item a:hover .staff-grid-item-photo span {
	opacity: 1;
}
.staff-grid-item a:hover .staff-grid-item-photo .staff-photo:after {
	height: 100%;
}

.staffnames  {    font-family: 'Avenir Next LT Pro Condensed', Impact, "Arial Narrow Bold", sans-serif;
    font-size: 50px;
    letter-spacing: -1px;
    margin-bottom: 0px;
    margin-top: 20px;
    color: #184066!important;
}






.wp-block-columns {margin:40px 0;}

#thumbs {
  
 -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}

#thumbs a {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.stretch {
  
  display: inline-block;
 
}

.swapMe img {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.swap1,
.swapMe:hover .swap2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.swapMe:hover .swap1,
.swap2 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

:where(.is-layout-flex) {
    gap: 20px;
}
.wp-container-core-group-is-layout-1.wp-container-core-group-is-layout-1 {
    flex-wrap: nowrap;
    justify-content: center!important;
}

.wp-block-embed iframe {
    width: 655px;
    height: 450px;
}

.staff-type h2 {font-family: 'Avenir Next LT Pro Condensed', Impact, "Arial Narrow Bold", sans-serif;
    font-weight: 700;
    font-size: 27px!important;
    line-height: 1.10;
    color: #184066;
    text-align: center;
    /* background: #d3d3d361; */
    padding: 10px 20px;
    /* border-radius: 50px; */
    border-bottom: 8px solid #e9e7e7;
}
.staff-type {
    width: fit-content;
    margin: 0 auto;
}
.staff-container {margin-top:-40px;}








.newsrelease {    line-height: 50px;
    font-size: 46px !important;}

.archive-search-button {font-size:17px;}

.wp-block-separator {
	margin: 50px 0;
    border: none;
    border-top: 8px solid;
    background-color: #e9e7e7;
    color: #e9e7e7;
    width: 100px;
}
.wp-block-separator.centered_separator {
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 800px) {
.wp-block-separator {
	margin: 30px 0;

}
}

.reveal{
  position: relative;
  opacity: 0;
  transition: 1.25s all ease;
}

.reveal.slide {
  transform: translateY(120px);
}


.reveal.active{
  opacity: 1;
}

.reveal.slide.active {
  transform: translateY(0);
}


.wp-block-buttons.report .wp-block-button a {background-color: #ffffff!important;padding:0; font-family: 'Museo', serif;font-weight:600; color:#184066;}
.wp-block-buttons.report .wp-block-button a:hover {color:#484142;}
.wp-block-buttons.report .wp-block-button ::after {content: "|";padding-left:15px; color:#d3d1d1; }
.wp-block-buttons.report .wp-block-button:last-child ::after {content: "";padding-left:15px;}

.separator {color:#484142;padding:0 3px;}

.has-cyan-bluish-gray-background-color {
    background-color: #f2f1f1 !important;
	font-size: 22px;
    line-height: 28px;
    font-style: italic;
    padding: 2.55em 3.375em!important;margin:40px 0;
}


.video-background {
    overflow: hidden;
    position: absolute;
    background: #020105;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: 1s ease all;
    transition: 1s ease all;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    pointer-events: none;
}

.video-background .video-foreground {
    position: absolute;
    z-index: 1;
    width: 150%;
    height: 150%;
    top: -25%;
    left: -25%;
}


.wipe.active {
    opacity: 1;
	transform: translate(0px, -30px);
}
.wipe2.active {
    opacity: 1;
	transform: translate(0px, -5px);
	
}

.wipe {
    position: relative;
    opacity: 0;
    transition: 1.1s all ease;
	transform: translate(0px, 0px);
}

.wipe2 {
    position: relative;
    opacity: 0;
    transition: 1.1s all ease;
	transform: translate(0px, 0px);
}
.slidefromleft {
	
    transition: 1.1s all ease;
	transform: translateX(-10%);
}
.slidefromleft.active {
	
    transform: translateX(0);
    transition: 1.10s ease;
}

.eouter {
    width: 100%;
    max-width: 950px;
	height: 900px;
    margin:0 auto;
	text-align:center;
}

.einner {
	width: 296px;
    height: 223px;
    float: left;
	border:0px solid grey;
	border-radius:20px 0;
	margin:10px;
	color:#484142;
	padding:40px 10px 10px;
	/*background: #d7d8d9;*/
	font-weight: 500; font-family: 'Avenir', sans-serif;font-size:1.095em;
}
		
.einner a {text-decoration: none;color:grey!important;}
	
		.leaf1:hover {background:#78BE20;color:#ffffff;}
		.leaf2:hover {background:#007A53;color:#ffffff;}
		.leaf3:hover {background:#00A79D;color:#ffffff;}
		.leaf4:hover {background:#B86125;color:#ffffff;}
		.leaf5:hover {background:#b3a838;color:#ffffff;}
		.leaf6:hover {background:#6B3529;color:#ffffff;}
		.leaf7:hover {background:#002d5d;color:#ffffff;}
		.leaf8:hover {background:#3AA5B9;color:#ffffff;}
		.leaf9:hover {background:#E04E39;color:#ffffff;}

		.leaf1 {background:#ffffff;border:12px solid #78BE20;}
		.leaf2 {background:#ffffff;border:12px solid #007A53;}
		.leaf3 {background:#ffffff;border:12px solid #00A79D;}
		.leaf4 {background:#ffffff;border:12px solid #B86125;}
		.leaf5 {background:#ffffff;border:12px solid #b3a838;}
		.leaf6 {background:#ffffff;border:12px solid #6B3529;}
		.leaf7 {background:#ffffff;border:12px solid #002d5d;}
		.leaf8 {background:#ffffff;border:12px solid #3AA5B9;}
		.leaf9 {background:#ffffff;border:12px solid #E04E39;}

.sleaf2_style {background: #699b8c; border:12px solid #699b8c; color: #ffffff; }
.sleaf2_style svg .climsvg {fill:#ffffff!important;} /* THIS IS FOR SECONDARY LEAFS TO LEAF2 */
.sleaf2_style svg .svgall {fill:#ffffff!important;}
.sleaf2_style svg .cls-4 {fill:#ffffff!important;}
.sleaf2_style svg .cls-6 {fill:#ffffff!important;}
.sleaf2_style svg .cls-7 {fill:#ffffff!important;}
.sleaf2_style svg .cls-9 {fill:#ffffff!important;}
.sleaf2_style svg .cls-7b {fill:#ffffff!important;}
.sleaf2_style svg .cls-9b {fill:#ffffff!important;}
.sleaf1_style {background: #aad672; border:12px solid #aad672; color: #ffffff;}
.sleaf1_style svg .climsvg {fill:#ffffff!important;}
.sleaf1_style svg .cls-1 {fill:#ffffff!important;}
.sleaf1_style svg .cls-2 {fill:#ffffff!important;}
.sleaf1_style svg .cls-3 {fill:#ffffff!important;}
.sleaf1_style svg .cls-4 {fill:#ffffff!important;}
.sleaf1_style svg .cls-5 {fill:#ffffff!important;}
.sleaf1_style svg .cls-6 {fill:#ffffff!important;}
.sleaf1_style svg .cls-7 {fill:#ffffff!important;}
.sleaf1_style svg .cls-7b {fill:#ffffff!important;}
.sleaf1_style svg .cls-8 {fill:#ffffff!important;}
.sleaf1_style svg .cls-9 {fill:#ffffff!important;}
.sleaf1_style svg .cls-9b {fill:#ffffff!important;}
.sleaf1_style svg .svgall {fill:#ffffff!important;}

.sleaf3_style {background: #5cc7c0; border:12px solid #5cc7c0; color: #ffffff;}
.sleaf3_style svg .climsvg {fill:#ffffff!important;}
.sleaf3_style svg .cls-1 {fill:#ffffff!important;}
.sleaf3_style svg .cls-2 {fill:#ffffff!important;}
.sleaf3_style svg .cls-3 {fill:#ffffff!important;}
.sleaf3_style svg .cls-4 {fill:#ffffff!important;}
.sleaf3_style svg .cls-5 {fill:#ffffff!important;}
.sleaf3_style svg .cls-6 {fill:#ffffff!important;}
.sleaf3_style svg .cls-7 {fill:#ffffff!important;}
.sleaf3_style svg .cls-7b {fill:#ffffff!important;}
.sleaf3_style svg .cls-8 {fill:#ffffff!important;}
.sleaf3_style svg .cls-9 {fill:#ffffff!important;}
.sleaf3_style svg .cls-9b {fill:#ffffff!important;}
.sleaf3_style svg .svgall {fill:#ffffff!important;}

.sleaf4_style {background: #d5a27f; border:12px solid #d5a27f; color: #ffffff;}
.sleaf4_style svg .climsvg {fill:#ffffff!important;}
.sleaf4_style svg .cls-1 {fill:#ffffff!important;}
.sleaf4_style svg .cls-2 {fill:#ffffff!important;}
.sleaf4_style svg .cls-3 {fill:#ffffff!important;}
.sleaf4_style svg .cls-4 {fill:#ffffff!important;}
.sleaf4_style svg .cls-5 {fill:#ffffff!important;}
.sleaf4_style svg .cls-6 {fill:#ffffff!important;}
.sleaf4_style svg .cls-7 {fill:#ffffff!important;}
.sleaf4_style svg .cls-7b {fill:#ffffff!important;}
.sleaf4_style svg .cls-8 {fill:#ffffff!important;}
.sleaf4_style svg .cls-9 {fill:#ffffff!important;}
.sleaf4_style svg .cls-9b {fill:#ffffff!important;}
.sleaf4_style svg .svgall {fill:#ffffff!important;}

.sleaf5_style {background: #b9b265; border:12px solid #b9b265; color: #ffffff;}
.sleaf5_style svg .climsvg {fill:#ffffff!important;}
.sleaf5_style svg .cls-1 {fill:#ffffff!important;}
.sleaf5_style svg .cls-1 {fill:#ffffff!important;}
.sleaf5_style svg .cls-2 {fill:#ffffff!important;}
.sleaf5_style svg .cls-3 {fill:#ffffff!important;}
.sleaf5_style svg .cls-4 {fill:#ffffff!important;}
.sleaf5_style svg .cls-5 {fill:#ffffff!important;}
.sleaf5_style svg .cls-6 {fill:#ffffff!important;}
.sleaf5_style svg .cls-7 {fill:#ffffff!important;}
.sleaf5_style svg .cls-7b {fill:#ffffff!important;}
.sleaf5_style svg .cls-8 {fill:#ffffff!important;}
.sleaf5_style svg .cls-9 {fill:#ffffff!important;}
.sleaf5_style svg .cls-9b {fill:#ffffff!important;}
.sleaf5_style svg .svgall {fill:#ffffff!important;}


.sleaf6_style {background: #a98a83; border:12px solid #a98a83; color: #ffffff;}
.sleaf6_style svg .climsvg {fill:#ffffff!important;}
.sleaf6_style svg .cls-1 {fill:#ffffff!important;}
.sleaf6_style svg .cls-2 {fill:#ffffff!important;}
.sleaf6_style svg .cls-3 {fill:#ffffff!important;}
.sleaf6_style svg .cls-4 {fill:#ffffff!important;}
.sleaf6_style svg .cls-5 {fill:#ffffff!important;}
.sleaf6_style svg .cls-6 {fill:#ffffff!important;}
.sleaf6_style svg .cls-7 {fill:#ffffff!important;}
.sleaf6_style svg .cls-7b {fill:#ffffff!important;}
.sleaf6_style svg .cls-8 {fill:#ffffff!important;}
.sleaf6_style svg .cls-9 {fill:#ffffff!important;}
.sleaf6_style svg .cls-9b {fill:#ffffff!important;}
.sleaf6_style svg .svgall {fill:#ffffff!important;}


.sleaf7_style {background: #597696; border:12px solid #597696; color: #ffffff;}
.sleaf7_style svg .climsvg {fill:#ffffff!important;}
.sleaf7_style svg .cls-1 {fill:#ffffff!important;}
.sleaf7_style svg .cls-2 {fill:#ffffff!important;}
.sleaf7_style svg .cls-3 {fill:#ffffff!important;}
.sleaf7_style svg .cls-4 {fill:#ffffff!important;}
.sleaf7_style svg .cls-5 {fill:#ffffff!important;}
.sleaf7_style svg .cls-6 {fill:#ffffff!important;}
.sleaf7_style svg .cls-7 {fill:#ffffff!important;}
.sleaf7_style svg .cls-7b {fill:#ffffff!important;}
.sleaf7_style svg .cls-8 {fill:#ffffff!important;}
.sleaf7_style svg .cls-9 {fill:#ffffff!important;}
.sleaf7_style svg .cls-9b {fill:#ffffff!important;}
.sleaf7_style svg .svgall {fill:#ffffff!important;}


.sleaf8_style {background: #86c8d4; border:12px solid #86c8d4; color: #ffffff;}
.sleaf8_style svg .climsvg {fill:#ffffff!important;}
.sleaf8_style svg .cls-1 {fill:#ffffff!important;}
.sleaf8_style svg .cls-2 {fill:#ffffff!important;}
.sleaf8_style svg .cls-3 {fill:#ffffff!important;}
.sleaf8_style svg .cls-4 {fill:#ffffff!important;}
.sleaf8_style svg .cls-5 {fill:#ffffff!important;}
.sleaf8_style svg .cls-6 {fill:#ffffff!important;}
.sleaf8_style svg .cls-7 {fill:#ffffff!important;}
.sleaf8_style svg .cls-7b {fill:#ffffff!important;}
.sleaf8_style svg .cls-8 {fill:#ffffff!important;}
.sleaf8_style svg .cls-9 {fill:#ffffff!important;}
.sleaf8_style svg .cls-9b {fill:#ffffff!important;}
.sleaf8_style svg .svgall {fill:#ffffff!important;}


.sleaf9_style {background: #ed988c; border:12px solid #ed988c; color: #ffffff;}
.sleaf9_style svg .climsvg {fill:#ffffff!important;}
.sleaf9_style svg .cls-1 {fill:#ffffff!important;}
.sleaf9_style svg .cls-2 {fill:#ffffff!important;}
.sleaf9_style svg .cls-3 {fill:#ffffff!important;}
.sleaf9_style svg .cls-4 {fill:#ffffff!important;}
.sleaf9_style svg .cls-5 {fill:#ffffff!important;}
.sleaf9_style svg .cls-6 {fill:#ffffff!important;}
.sleaf9_style svg .cls-7 {fill:#ffffff!important;}
.sleaf9_style svg .cls-7b {fill:#ffffff!important;}
.sleaf9_style svg .cls-8 {fill:#ffffff!important;}
.sleaf9_style svg .cls-9 {fill:#ffffff!important;}
.sleaf9_style svg .cls-9b {fill:#ffffff!important;}
.sleaf9_style svg .svgall {fill:#ffffff!important;}


#eLayer_1 {height:71px;}
#e2Layer_1 {height:71px;}
/*# sourceMappingURL=layout.css.map */