/*========== Variables ============*/
/*============Sticky Footer============*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  min-height: 100%;
  height: auto !important;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  transition: right 0.5s;
}

.clear {
  clear: both;
}

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

.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}

img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

* {
  outline: none !important;
}

/*==========Fonts & Headings===========*/
body {
  font-family: "Manrope", sans-serif;
  color: #2b2e34;
  font-size: 16px;
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
}

h1 {
  font-size: 76px;
  font-size: clamp(40px, 6vw, 76px);
  margin: 0 0 20px 0;
}

h2 {
  font-size: 36px;
  font-size: clamp(22px, 6vw, 36px);
  margin: 0 0 20px 0;
}

h3 {
  font-size: 36px;
  font-size: clamp(20px, 6vw, 36px);
  margin: 0 0 20px 0;
}

h4 {
  font-size: 26px;
  font-size: clamp(18px, 6vw, 26px);
  margin: 0 0 20px 0;
}

h5 {
  font-size: 22px;
  font-size: clamp(17px, 6vw, 22px);
  margin: 0 0 20px 0;
}

p {
  margin: 0 0 20px 0;
}

ol, ul {
  margin: 0 0 20px 0;
}

strong {
  font-weight: bold;
}

a {
  color: #2b2e34;
  text-decoration: none;
  transition: all 0.2s ease;
}

a:visited,
a:hover,
a:active {
  text-decoration: none;
}

.button-one {
  border: 2px solid #8c9fa4;
  color: #8c9fa4;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 15px;
  border-radius: 25px;
}
@media (max-width: 575px) {
  .button-one {
    font-size: 12px;
  }
}
.button-one:hover {
  background-color: #8c9fa4;
  color: #f6f6f6;
}

.button-two {
  border: 2px solid #f6f6f6;
  color: #f6f6f6;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 15px;
  border-radius: 25px;
}
@media (max-width: 575px) {
  .button-two {
    font-size: 12px;
  }
}
.button-two:hover {
  color: #8c9fa4;
  background-color: white;
}

.bg-grey {
  background-color: #f6f6f6;
}

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

.margin-top {
  margin-top: 120px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin-top {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .margin-top {
    margin-top: 30px;
  }
}

.margin-bottom {
  margin-bottom: 120px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .margin-bottom {
    margin-bottom: 30px;
  }
}

.margin {
  margin: 120px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .margin {
    margin: 90px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin {
    margin: 60px 0;
  }
}
@media (max-width: 575px) {
  .margin {
    margin: 30px 0;
  }
}

.margin-sm {
  margin: 90px 0;
}
@media (max-width: 991px) {
  .margin-sm {
    margin: 60px 0;
  }
}

.padding-top {
  padding-top: 120px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-top {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .padding-top {
    padding-top: 30px;
  }
}

.padding-bottom {
  padding-bottom: 120px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .padding-bottom {
    padding-bottom: 30px;
  }
}

.padding {
  padding: 120px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .padding {
    padding: 90px 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .padding {
    padding: 30px 0;
  }
}

.padding-sm {
  padding: 90px 0;
}
@media (max-width: 991px) {
  .padding-sm {
    padding: 60px 0;
  }
}

.padding-top-sm {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .padding-top-sm {
    padding-top: 60px 0;
  }
}

.gravity-theme {
  margin-top: 45px;
}
.gravity-theme .gform_required_legend {
  display: none;
}
.gravity-theme label.gfield_label,
.gravity-theme legend.gfield_label {
  color: #8c9fa4;
  text-transform: uppercase;
  font-size: 14px !important;
  letter-spacing: 1.5px;
}
.gravity-theme label.gfield_label .gfield_required,
.gravity-theme legend.gfield_label .gfield_required {
  color: #8c9fa4;
}
.gravity-theme input[type=text],
.gravity-theme input[type=email],
.gravity-theme textarea {
  border: 1px solid #f6f6f6;
}
.gravity-theme input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  width: 1.15em;
  height: 1.15em;
  border: 2px solid #194048;
  border-radius: 100%;
  transform: translateY(-0.075em);
}
.gravity-theme input[type=checkbox]:hover {
  border-color: #3EAC9C;
}
.gravity-theme input[type=checkbox]:checked {
  background-color: #194048;
}
.gravity-theme input[type=submit] {
  border: 2px solid #8c9fa4;
  color: #8c9fa4;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 60px;
  border-radius: 25px;
}
@media (max-width: 575px) {
  .gravity-theme input[type=submit] {
    margin: 0 auto;
  }
}
.gravity-theme input[type=submit]:hover {
  background-color: #8c9fa4;
  color: #f6f6f6;
}

.wp-caption {
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  padding-top: 10px;
  font-size: 16px;
}

blockquote {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #3EAC9C;
  border-top: 2px solid #3EAC9C;
  padding-top: 15px;
  border-bottom: 2px solid #3EAC9C;
  padding-bottom: 20px;
}
blockquote p {
  margin: 0;
}

.search-results-wrapper {
  margin-top: 30px;
  margin-bottom: 60px;
}

.search .search-header {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .search .search-header {
    margin-bottom: 30px;
  }
}
.search .blog-article {
  padding-left: 95px;
  margin-bottom: 60px;
  position: relative;
}
.search .blog-article .result-num {
  font-size: 40px;
  display: inline-block;
  padding: 20px 15px;
  width: 65px;
  text-align: center;
  border: 1px solid #d7d7d7;
  position: absolute;
  left: 0;
  top: 0;
  /*height: 100%;*/
  color: #f6f6f6;
}
@media (max-width: 991px) {
  .search .blog-article h4 {
    font-size: 20px;
  }
}
.search .blog-article p i {
  font-size: 14px;
}
.search .blog-article a {
  color: #f6f6f6;
}
.search .search-form {
  width: 100%;
  margin: 40px 0 90px;
}
.search .search-form label {
  float: left;
  width: 85%;
}
.search .search-form .search-field {
  border: none;
  background-color: #ebebeb;
  -webkit-border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  font-style: italic;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 7px 20px;
  width: 100%;
}
.search .search-form .search-submit {
  width: 10%;
  text-indent: -999px;
  border: none;
  background-color: #ebebeb;
  padding: 5.5px 20px;
  -webkit-border-top-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  -moz-border-radius-bottomright: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-image: url("images/search.png");
  background-position: center center;
  background-repeat: no-repeat;
}

/* Header
==============================*/
#header {
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
#header.header-scroll {
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #002b34;
}
#header.header-scroll .header-logo img {
  width: 180px;
  left: -20px;
}
#header .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .header-logo img {
  width: 280px;
  transition: all 0.5s ease;
  position: relative;
  top: -20px;
  left: -30px;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  #header .header-logo img {
    width: 180px;
    top: 0;
    left: 0;
  }
}
#header .main-menu ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
}
#header .main-menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
  position: relative;
  vertical-align: top;
}
#header .main-menu ul li:not(:last-child) {
  margin-right: 35px;
}
#header .main-menu ul li.menu-item-has-children a i {
  margin-left: 5px;
}
#header .main-menu ul li.menu-item-has-children > a:after {
  font: var(--fa-font-solid);
  content: "\f078";
  margin-left: 5px;
  font-weight: 500;
}
#header .main-menu ul li.sub-menu-active.menu-item-has-children > a:after {
  font: var(--fa-font-solid);
  content: "\f077";
  display: inline-block;
  font-weight: 500;
}
#header .main-menu ul li.current_page_item a {
  color: white;
  border-bottom: 2px solid white;
}
#header .main-menu ul li a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  color: white;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  display: block;
}
#header .main-menu ul li a:hover {
  color: white;
  border-bottom: 2px solid white;
}
#header .main-menu ul .sub-menu-wrap {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: -5px;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
#header .main-menu ul .sub-menu-wrap li {
  display: block;
  margin-left: 0px;
}
#header .navToggle {
  color: white;
  font-size: 40px;
}

/* Mobile Nav
==============================*/
#offcanvasMobileMenu {
  background-color: #174049;
}
#offcanvasMobileMenu .offcanvas-header {
  padding: 20px 15px;
}
#offcanvasMobileMenu .offcanvas-header img {
  width: 106px;
}
#offcanvasMobileMenu .offcanvas-header button {
  color: white;
  background: none;
  padding: 0;
  border: none;
  font-size: 40px;
}
#offcanvasMobileMenu .social {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
#offcanvasMobileMenu .social a {
  border: 1px solid white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  margin-left: 8px;
  margin-right: 8px;
  color: white;
}
#offcanvasMobileMenu .social a:hover {
  background-color: #002b34;
  color: #f6f6f6;
}
#offcanvasMobileMenu .social a:hover i {
  color: #f6f6f6;
}

#mobileNav {
  overflow-x: hidden;
  transition: all 0.5s ease;
}
#mobileNav ul {
  padding: 0px;
}
#mobileNav ul.sub-menu {
  display: none;
  position: relative;
  white-space: nowrap;
  top: 100%;
  left: 0;
  z-index: 99999;
  text-align: left;
  overflow: hidden;
  padding: 0;
}
#mobileNav ul.sub-menu li a:before {
  content: "- ";
}
#mobileNav ul li {
  list-style-type: none;
  position: relative;
}
#mobileNav ul li .menu-drop {
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 3;
  color: white;
  width: 50px;
  text-align: center;
  transition: all 0.5s ease;
}
#mobileNav ul li .menu-drop.sub-menu-active {
  transform: rotate(180deg);
}
#mobileNav ul li a {
  color: white;
  padding: 20px 40px 20px 40px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
}
#mobileNav ul li a:hover {
  color: #ffffff;
}

.news-intro-sentence h2 {
  color: #3EAC9C;
  margin: 0;
}

.blog aside p {
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.blog aside .facetwp-checkbox {
  background: none;
  color: #194048;
  padding-left: 0;
  margin-bottom: 10px;
}
.blog aside .facetwp-checkbox:before {
  font: var(--fa-font-solid);
  content: "\f111";
  font-weight: 400;
  margin-right: 10px;
}
.blog aside .facetwp-checkbox.checked:before {
  font-weight: 700;
}
.blog aside .facetwp-checkbox.checked:hover:before {
  color: #194048;
}
.blog aside .facetwp-checkbox:hover:before {
  color: #3EAC9C;
}
.blog aside .facetwp-checkbox .facetwp-counter {
  display: none;
}
.blog aside .facetwp-type-dropdown select {
  border: 1px solid #002b34;
  height: 40px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .blog aside .facetwp-type-dropdown select {
    width: 100%;
  }
}

.blog-index-wrapper {
  position: relative;
}
.blog-index-wrapper .overlay {
  width: 100%;
  max-width: 800px;
  position: absolute;
  opacity: 0.2;
}
@media (min-width: 991px) {
  .blog-index-wrapper .overlay {
    bottom: -140px;
    left: -55px;
  }
}
@media (max-width: 991px) {
  .blog-index-wrapper .overlay {
    bottom: -55px;
    left: -55px;
  }
}
.blog-index-wrapper .container {
  position: relative;
  z-index: 1;
}

.blog-article-block:last-of-type .custom-border-bottom {
  border-bottom: 2px solid #002b34;
}
.blog-article-block .custom-border-top {
  border-top: 2px solid #002b34;
}
.blog-article-block .news-content {
  padding-top: 25px;
  padding-bottom: 25px;
}
.blog-article-block .news-content .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-article-block .news-content .inner span {
  display: block;
}
.blog-article-block .news-content .inner .top span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #002b34;
  letter-spacing: 1.5px;
}
.blog-article-block .news-content .inner .top time {
  color: #8c9fa4;
  font-weight: 600;
}
.blog-article-block .news-content .inner .middle {
  margin-top: 25px;
  margin-bottom: 25px;
}
.blog-article-block .news-content .inner .middle h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}
.blog-article-block .news-content .inner .middle h3 a:hover {
  color: #174049;
  text-decoration: underline;
}
.blog-article-block .news-content .inner .bottom {
  padding-bottom: 6px;
}
.blog-article-block .news-image {
  padding-top: 25px;
}
@media (min-width: 991px) {
  .blog-article-block .news-image {
    padding-bottom: 25px;
  }
}
.blog-article-block .news-image .inner {
  min-height: 265px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 575px) {
  .blog-article-block .news-image .inner {
    min-height: 145px;
  }
}
.blog-article-block .news-image .inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.navigation {
  margin-top: 70px;
}
.navigation button {
  border: 2px solid #8c9fa4;
  color: #8c9fa4;
  font-size: 14px;
  background: none;
  font-weight: 600;
  padding: 7px 45px;
  border-radius: 25px;
}
@media (max-width: 575px) {
  .navigation button {
    font-size: 12px;
  }
}
.navigation button:hover {
  background-color: #8c9fa4;
  color: #f6f6f6;
}

.main-article-image img {
  width: 100%;
}

.single-post .breadcrumbs .current-item {
  display: none;
}

#blog-single {
  position: relative;
}
#blog-single .overlay {
  width: 100%;
  max-width: 800px;
  position: absolute;
  opacity: 0.2;
}
@media (min-width: 991px) {
  #blog-single .overlay {
    bottom: -140px;
    left: -55px;
  }
}
@media (max-width: 991px) {
  #blog-single .overlay {
    bottom: -55px;
    left: -55px;
  }
}
#blog-single .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  #blog-single aside {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  #blog-single aside {
    margin-bottom: 30px;
  }
}
#blog-single aside .inner time,
#blog-single aside .inner span {
  display: block;
  color: #8c9fa4;
  margin-bottom: 5px;
}
#blog-single aside .inner .share-article {
  margin-top: 40px;
}
#blog-single aside .inner .share-article p {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
#blog-single aside .inner .share-article a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #8c9fa4;
  color: #8c9fa4;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  margin-right: 4px;
}
#blog-single aside .inner .share-article a:hover {
  color: #002b34;
  border: 1px solid #002b34;
}
#blog-single aside .inner .share-article #copybutton {
  cursor: pointer;
}
#blog-single aside .inner .share-article #copybutton:active {
  background-color: #002b34;
  color: white !important;
}
#blog-single aside .inner .button-one {
  padding-left: 30px;
  padding-right: 30px;
}
#blog-single aside .inner .sidebar-rsvp {
  margin-top: 30px;
}
@media (min-width: 991px) {
  #blog-single aside .inner .sidebar-rsvp {
    margin-top: 120px;
  }
}
#blog-single aside .inner .sidebar-rsvp a {
  color: #8c9fa4;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 2px solid #8c9fa4;
}
#blog-single aside .inner .sidebar-rsvp a:hover {
  color: #3EAC9C;
  border-bottom: 2px solid #3EAC9C;
}
#blog-single #blog-post {
  font-size: 18px;
}
@media (max-width: 575px) {
  #blog-single #blog-post {
    font-size: 16px;
  }
}
#blog-single #blog-post a {
  color: #3EAC9C;
  text-decoration: underline;
}
#blog-single #blog-post .intro-paragraph {
  color: #3EAC9C;
}
#blog-single #blog-post .event-details {
  border-top: 2px solid #3EAC9C;
  border-bottom: 2px solid #3EAC9C;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 45px;
  margin-bottom: 45px;
}
#blog-single #blog-post .event-details p {
  font-weight: 700;
  margin-bottom: 2px;
}
#blog-single #blog-post .event-details p a {
  text-decoration: underline;
}
#blog-single #blog-post .event-details p a:hover {
  color: #3EAC9C;
}
#blog-single #blog-post .event-details .button-wrapper {
  margin-top: 35px;
  padding-bottom: 6px;
}
#blog-single #blog-post .event-details .button-wrapper a {
  padding-left: 45px;
  padding-right: 45px;
  font-size: 16px;
}
#blog-single #blog-post hr {
  color: #3EAC9C;
  border-top: 2px solid;
  opacity: 1;
  margin: 45px 0;
}

.rsvp-wrapper {
  background-color: #f6f6f6;
}
@media (min-width: 991px) {
  .rsvp-wrapper {
    font-size: 18px;
  }
}
@media (min-width: 991px) {
  .rsvp-wrapper aside .inner {
    max-width: 65%;
  }
}
.rsvp-wrapper aside .inner h5 {
  font-weight: 700;
}

.banner-image {
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .banner-image {
    height: 325px;
  }
}
.banner-image .container,
.banner-image .row {
  height: 100%;
}
.banner-image .container .col-12,
.banner-image .row .col-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-image .container .col-12 .inner,
.banner-image .row .col-12 .inner {
  max-width: 960px;
}
.banner-image .container .col-12 h1,
.banner-image .row .col-12 h1 {
  color: white;
  font-size: 86px;
  margin: 0;
  line-height: 100%;
}
@media (max-width: 991px) {
  .banner-image .container .col-12 h1,
  .banner-image .row .col-12 h1 {
    font-size: 26px;
  }
}
.banner-image .container .col-12 h1 strong,
.banner-image .row .col-12 h1 strong {
  font-weight: 900;
}
.banner-image .container .col-12 h1 span,
.banner-image .row .col-12 h1 span {
  display: block;
}

.banner-heading {
  background-color: #194048;
  min-height: 505px;
  position: relative;
}
.banner-heading .overlay {
  position: absolute;
  width: 900px;
  bottom: -30px;
  right: -100px;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .banner-heading {
    min-height: 325px;
  }
}
.banner-heading .container,
.banner-heading .row {
  min-height: 505px;
}
@media (max-width: 991px) {
  .banner-heading .container,
  .banner-heading .row {
    min-height: 325px;
  }
}
.banner-heading .container .col-12,
.banner-heading .row .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.banner-heading .container .col-12 .category,
.banner-heading .row .col-12 .category {
  display: block;
  color: #8c9fa4;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.banner-heading .container .col-12 h1,
.banner-heading .row .col-12 h1 {
  font-size: 42px;
  font-size: clamp(22px, 6vw, 42px);
  color: #3EAC9C;
  margin-bottom: 45px;
}

.banner-video {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: initial;
  max-height: 800px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-video {
    min-height: 700px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner-video {
    min-height: 700px;
  }
}
.banner-video .background-video {
  width: 100% !important;
  max-height: 750px;
  position: relative;
  z-index: 1;
  margin-bottom: -6px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-video .background-video {
    height: 700px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .banner-video .background-video {
    height: 700px;
  }
}
@media (max-width: 575px) {
  .banner-video .background-video {
    height: 85vh;
  }
}
.banner-video .overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.16);
}
.banner-video .caption-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 90px;
  z-index: 4;
  color: white;
}
.banner-video .caption-wrapper p {
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 600;
  margin: 0 0 30px 0;
}
.banner-video .caption-wrapper h1 {
  line-height: 100%;
  margin: 0 0 30px 0;
}
.banner-video .caption-wrapper h2 {
  margin: 0;
  font-size: clamp(22px, 4vw, 30px);
}
.banner-video .banner-bottom {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 991px) {
  .banner-video .banner-bottom {
    margin-top: 60px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.banner-video .banner-bottom .arrow-bounce {
  animation: bounce 0.5s;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
  animation-delay: 5s;
  animation-iteration-count: 20;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .banner-video .banner-bottom .arrow-bounce {
    margin-bottom: 0px;
  }
}
@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 10px, 0);
  }
}
.banner-video .banner-bottom .arrow-bounce i {
  font-size: 60px;
}
.banner-video #mute-video {
  border: 2px solid white;
  color: white;
  background: none;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 30px;
  border-radius: 25px;
}
.banner-video #mute-video:hover {
  color: #8c9fa4;
  background-color: white;
}

.breadcrumbs {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 45px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .breadcrumbs {
    margin-bottom: 15px;
  }
}
.breadcrumbs a {
  color: white;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}

.contact-us {
  background-color: #f6f6f6;
  color: #002b34;
  font-size: 18px;
}
@media (max-width: 991px) {
  .contact-us {
    font-size: 16px;
  }
}
.contact-us a:hover {
  color: #3EAC9C;
}
.contact-us .title-wrapper h2 {
  color: #3EAC9C;
  margin-bottom: 60px;
}

@media (min-width: 991px) {
  .content-image .image.image-right .inner {
    margin-left: auto;
  }
  .content-image .image.image-right .caption-inner {
    margin-left: auto;
    width: 100%;
  }
}
.content-image .image .inner {
  min-height: 445px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 576px) and (max-width: 767px) {
  .content-image .image .inner {
    min-height: 325px;
  }
}
@media (max-width: 575px) {
  .content-image .image .inner {
    min-height: 225px;
  }
}
.content-image .image .caption-inner {
  padding-top: 10px;
  width: 100%;
}
.content-image .content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .content-image .content {
    justify-content: flex-start;
  }
}
@media (min-width: 991px) {
  .content-image .content.content-left {
    justify-content: flex-start;
  }
}
.content-image .content .inner {
  max-width: 475px;
  font-size: 18px;
  font-size: clamp(16px, 6vw, 18px);
}
@media (max-width: 991px) {
  .content-image .content .inner {
    margin-top: 30px;
  }
}
.content-image .content .inner h3 {
  font-size: 26px;
  font-size: clamp(18px, 6vw, 26px);
  font-weight: 600;
}
.content-image .content .inner h5 {
  font-size: 18px;
  font-size: clamp(16px, 6vw, 18px);
  font-weight: 600;
}

.content-image-heading {
  background-color: #f6f6f6;
}
.content-image-heading h2 {
  color: #3EAC9C;
}
@media (min-width: 991px) {
  .content-image-heading .image.image-right .inner {
    margin-left: auto;
  }
  .content-image-heading .image.image-right .caption-inner {
    margin-left: auto;
    width: 100%;
  }
}
.content-image-heading .image .inner {
  min-height: 445px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 576px) and (max-width: 767px) {
  .content-image-heading .image .inner {
    min-height: 325px;
  }
}
@media (max-width: 575px) {
  .content-image-heading .image .inner {
    min-height: 225px;
  }
}
.content-image-heading .image .caption-inner {
  padding-top: 10px;
  width: 100%;
}
.content-image-heading .content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .content-image-heading .content {
    justify-content: flex-start;
  }
}
@media (min-width: 991px) {
  .content-image-heading .content.content-left {
    justify-content: flex-start;
  }
}
.content-image-heading .content .inner {
  max-width: 475px;
  font-size: 18px;
  font-size: clamp(16px, 6vw, 18px);
}
@media (max-width: 991px) {
  .content-image-heading .content .inner {
    margin-top: 30px;
  }
}
.content-image-heading .content .inner h3 {
  font-size: 26px;
  font-size: clamp(18px, 6vw, 26px);
  font-weight: 600;
}
.content-image-heading .content .inner h5 {
  font-size: 18px;
  font-size: clamp(16px, 6vw, 18px);
  font-weight: 600;
}

.content-button-image {
  position: relative;
}
.content-button-image.grey-bg {
  background-color: #f6f6f6;
}
.content-button-image.grey-bg .overlay {
  width: 100%;
  max-width: 700px;
  position: absolute;
  opacity: 0.2;
}
@media (min-width: 991px) {
  .content-button-image.grey-bg .overlay {
    top: -50px;
    left: -50px;
  }
}
@media (max-width: 991px) {
  .content-button-image.grey-bg .overlay {
    top: 0px;
    left: -50px;
  }
}
@media (min-width: 991px) {
  .content-button-image.overlay-section {
    padding: 120px 0 0 0;
  }
  .content-button-image.overlay-section.overlay-section-colour-White:after {
    background-color: white;
  }
  .content-button-image.overlay-section.overlay-section-colour-Grey:after {
    background-color: #f6f6f6;
  }
  .content-button-image.overlay-section.overlay-section-colour-Green:after {
    background-color: #194048;
  }
  .content-button-image.overlay-section:after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 90px;
    width: 100%;
  }
  .content-button-image.overlay-section .content .inner {
    padding-bottom: 120px;
  }
}
.content-button-image .container {
  position: relative;
  z-index: 1;
}
.content-button-image .image .inner {
  min-height: 445px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  max-width: 560px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .content-button-image .image .inner {
    min-height: 325px;
  }
}
@media (max-width: 575px) {
  .content-button-image .image .inner {
    min-height: 225px;
  }
}
.content-button-image .image .caption-inner {
  padding-top: 10px;
  max-width: 460px;
  margin: 0 auto;
}
.content-button-image .content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .content-button-image .content {
    margin-bottom: 60px;
  }
}
.content-button-image .content .inner {
  max-width: 460px;
  font-size: 18px;
  font-size: clamp(16px, 6vw, 18px);
  margin: 0 auto;
}
@media (max-width: 991px) {
  .content-button-image .content .inner {
    margin-top: 30px;
  }
}
.content-button-image .content .inner h3 {
  font-size: 26px;
  font-size: clamp(18px, 6vw, 26px);
  font-weight: 600;
}
.content-button-image .content .inner h3 span {
  display: block;
  font-weight: 700;
}
.content-button-image .content .inner .button-wrapper {
  margin-top: 45px;
}

.content-sidebar {
  position: relative;
}
.content-sidebar .overlay {
  width: 100%;
  max-width: 800px;
  position: absolute;
  opacity: 0.2;
}
@media (min-width: 991px) {
  .content-sidebar .overlay {
    bottom: -120px;
    left: -55px;
  }
}
@media (max-width: 991px) {
  .content-sidebar .overlay {
    bottom: -60px;
    left: -50px;
  }
}
.content-sidebar .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .content-sidebar {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .content-sidebar {
    font-size: 16px;
  }
}

.content-sidebar-extras {
  position: relative;
}
.content-sidebar-extras .overlay {
  width: 100%;
  max-width: 800px;
  position: absolute;
  opacity: 0.2;
}
@media (min-width: 991px) {
  .content-sidebar-extras .overlay {
    bottom: -90px;
    left: -50px;
  }
}
@media (max-width: 991px) {
  .content-sidebar-extras .overlay {
    bottom: -60px;
    left: -50px;
  }
}
.content-sidebar-extras .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .content-sidebar-extras {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .content-sidebar-extras {
    font-size: 16px;
  }
}
.content-sidebar-extras .image-blocks {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .content-sidebar-extras .image-blocks {
    margin-bottom: 45px;
  }
}
.content-sidebar-extras .image-blocks .image-block {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .content-sidebar-extras .image-blocks .image-block {
    margin-bottom: 0px;
  }
  .content-sidebar-extras .image-blocks .image-block .inner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.content-sidebar-extras .image-blocks .image-block:nth-of-type(even) {
  padding-left: 0;
}
@media (max-width: 767px) {
  .content-sidebar-extras .image-blocks .image-block:nth-of-type(even) {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content-sidebar-extras .image-blocks .image-block:nth-of-type(even) .inner {
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #3EAC9C;
}
@media (max-width: 767px) {
  .content-sidebar-extras .image-blocks .image-block:nth-of-type(even) .inner {
    border-right: 2px solid #3EAC9C;
    border-left: 2px solid #3EAC9C;
  }
}
.content-sidebar-extras .image-blocks .image-block:nth-of-type(odd) {
  padding-right: 0;
}
@media (max-width: 767px) {
  .content-sidebar-extras .image-blocks .image-block:nth-of-type(odd) {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.content-sidebar-extras .image-blocks .image-block:nth-of-type(odd) .inner {
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #3EAC9C;
  border-left: 1px solid #3EAC9C;
}
@media (max-width: 767px) {
  .content-sidebar-extras .image-blocks .image-block:nth-of-type(odd) .inner {
    border-right: 2px solid #3EAC9C;
    border-left: 2px solid #3EAC9C;
  }
}
.content-sidebar-extras .image-blocks .image-block .inner .equal-height {
  margin-bottom: 20px;
}

@media (min-width: 991px) {
  .content-2-columns .content-column {
    display: flex;
    align-items: center;
    font-size: 18px;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .content-2-columns .content-column.left {
    justify-content: flex-start;
  }
}
@media (min-width: 991px) and (min-width: 991px) {
  .content-2-columns .content-column.right {
    justify-content: flex-end;
  }
}
@media (min-width: 991px) {
  .content-2-columns .content-column .inner {
    max-width: 535px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .content-2-columns .content-column {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.team-members {
  background-color: #d9dfe0;
}
@media (max-width: 991px) {
  .team-members .left {
    margin-bottom: 30px;
  }
}
.team-members .left .inner {
  max-width: 395px;
  font-size: 18px;
  font-size: clamp(16px, 6vw, 18px);
}
.team-members .left .inner h4 {
  margin-bottom: 0;
  font-weight: 700;
}
.team-members .left .inner p {
  margin-top: 30px;
}
.team-members .right .team-member {
  padding: 0;
}
.team-members .right .team-member:nth-of-type(even) .inner {
  border-right: 2px solid #3EAC9C;
}
@media (min-width: 576px) and (max-width: 767px) {
  .team-members .right .team-member:nth-of-type(even) .inner {
    border-right: 0;
  }
}
@media (max-width: 575px) {
  .team-members .right .team-member:nth-of-type(even) .inner {
    border-right: 0;
  }
}
.team-members .right .team-member .inner {
  border-left: 2px solid #3EAC9C;
  padding: 15px 30px;
  font-size: 18px;
  font-size: clamp(16px, 6vw, 18px);
  height: 100%;
}
@media (min-width: 576px) and (max-width: 767px) {
  .team-members .right .team-member .inner {
    border-right: 2px solid #3EAC9C !important;
  }
}
@media (max-width: 575px) {
  .team-members .right .team-member .inner {
    border-right: 2px solid #3EAC9C !important;
  }
}
.team-members .right .team-member .inner .image-wrapper {
  min-height: 378px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin: 0 auto 15px auto;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .team-members .right .team-member .inner .image-wrapper {
    min-height: 318px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-members .right .team-member .inner .image-wrapper {
    min-height: 257px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-members .right .team-member .inner .image-wrapper {
    min-height: 298px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .team-members .right .team-member .inner .image-wrapper {
    min-height: 298px;
    width: 298px;
  }
}
@media (max-width: 575px) {
  .team-members .right .team-member .inner .image-wrapper {
    min-height: 298px;
    width: 298px;
  }
}
.team-members .right .team-member .inner p {
  margin-bottom: 0;
}
.team-members .right .team-member .inner a {
  text-decoration: underline;
}
.team-members .right .team-member .inner a:hover {
  color: #3EAC9C;
}

.our-values {
  background-color: #f6f6f6;
  padding-top: 160px;
  padding-bottom: 160px;
}
@media (max-width: 991px) {
  .our-values {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.our-values .column-one {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .our-values .column-one {
    margin-bottom: 70px;
  }
}
.our-values .column-one .top-wrapper h3 {
  line-height: 100%;
  margin: 0;
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .our-values .column-one .top-wrapper h3 {
    font-size: 20px;
  }
}
.our-values .column-one .top-wrapper h3 span {
  display: block;
  font-weight: 700;
}
.our-values .column-two .inner {
  height: 100%;
  border-left: 3px solid #3EAC9C;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .our-values .column-two .inner {
    font-size: 14px;
  }
}
.our-values .column-two .inner p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .our-values .column-two .inner p {
    font-size: 14px;
  }
}
.our-values .column-two .inner .value {
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .our-values .column-two .inner .value:last-child {
    margin-bottom: 0px;
  }
  .our-values .column-two .inner .value:last-child p {
    margin: 0;
  }
}
.our-values .column-three .inner {
  height: 100%;
  border-left: 3px solid #3EAC9C;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .our-values .column-three .inner {
    font-size: 14px;
  }
}
.our-values .column-three .inner p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .our-values .column-three .inner p {
    font-size: 14px;
  }
}
.our-values .column-three .inner .value {
  margin-bottom: 30px;
}
.our-values .column-three .inner .value:last-child {
  margin-bottom: 0px;
}
.our-values .column-three .inner .value:last-child p {
  margin: 0;
}
.our-values .mobile-button {
  margin-top: 55px;
}

.our-purpose {
  background-color: #f6f6f6;
  padding-top: 160px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 991px) {
  .our-purpose {
    padding-top: 75px;
    padding-bottom: 35px;
  }
}
.our-purpose .overlay {
  width: 100%;
  max-width: 700px;
  position: absolute;
  opacity: 0.2;
}
@media (min-width: 991px) {
  .our-purpose .overlay {
    top: -50px;
    left: -50px;
  }
}
@media (max-width: 991px) {
  .our-purpose .overlay {
    top: 0px;
    left: -50px;
  }
}
.our-purpose .container {
  position: relative;
  z-index: 1;
}
.our-purpose .column-one {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .our-purpose .column-one {
    margin-bottom: 45px;
  }
}
.our-purpose .column-one .inner h3 {
  line-height: 100%;
  margin: 0 0 20px 0;
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .our-purpose .column-one .inner h3 {
    font-size: 20px;
  }
}
.our-purpose .column-one .inner h3 span {
  display: block;
  font-weight: 700;
}
@media (min-width: 991px) {
  .our-purpose .column-one .inner p {
    font-size: 18px;
    margin-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .our-purpose .column-two,
  .our-purpose .column-three {
    margin-bottom: 15px;
  }
}
.our-purpose .column-two .inner,
.our-purpose .column-three .inner {
  height: 100%;
}
.our-purpose .column-two .inner .purpose,
.our-purpose .column-three .inner .purpose {
  height: 100%;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 45px;
}
@media (max-width: 991px) {
  .our-purpose .column-two .inner .purpose,
  .our-purpose .column-three .inner .purpose {
    min-height: 245px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-purpose .column-two .inner .purpose,
  .our-purpose .column-three .inner .purpose {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .our-purpose .column-two .inner .purpose,
  .our-purpose .column-three .inner .purpose {
    padding: 30px;
  }
}
.our-purpose .column-two .inner .purpose .number,
.our-purpose .column-three .inner .purpose .number {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid white;
  border-radius: 100%;
  height: 115px;
  width: 115px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .our-purpose .column-two .inner .purpose .number,
  .our-purpose .column-three .inner .purpose .number {
    height: 60px;
    width: 60px;
  }
}
.our-purpose .column-two .inner .purpose .number span,
.our-purpose .column-three .inner .purpose .number span {
  font-size: 42px;
  font-size: clamp(22px, 6vw, 42px);
}
.our-purpose .mobile-button {
  margin-top: 55px;
}

.our-strategies {
  background-color: #d9dfe0;
}
@media (min-width: 991px) {
  .our-strategies {
    font-size: 18px;
  }
}
.our-strategies .column-one {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .our-strategies .column-one {
    margin-bottom: 30px;
  }
}
.our-strategies .column-one h3 {
  line-height: 100%;
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  font-weight: 600;
}
@media (max-width: 991px) {
  .our-strategies .column-one h3 {
    font-size: 20px;
  }
}
.our-strategies .column-one h3 span {
  display: block;
}
.our-strategies .column-two {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .our-strategies .column-two {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .our-strategies .column-three {
    margin-top: 30px;
  }
}
@media (min-width: 991px) {
  .our-strategies .column-four,
  .our-strategies .column-five {
    padding-top: 65px;
  }
}
.our-strategies .column-four .inner,
.our-strategies .column-five .inner {
  border-left: 2px solid #3EAC9C;
  padding-left: 15px;
  height: 100%;
}
.our-strategies .column-four .inner .value,
.our-strategies .column-five .inner .value {
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .our-strategies .column-four .inner .value,
  .our-strategies .column-five .inner .value {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .our-strategies .column-four .inner .value:last-of-type,
  .our-strategies .column-five .inner .value:last-of-type {
    margin-bottom: 0px;
  }
  .our-strategies .column-four .inner .value p:last-of-type,
  .our-strategies .column-five .inner .value p:last-of-type {
    margin-bottom: 0px;
  }
}

.full-width-image-caption {
  height: 490px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  .full-width-image-caption {
    height: 300px;
  }
}
.full-width-image-caption .container,
.full-width-image-caption .row {
  height: 100%;
}
.full-width-image-caption .container .col-12,
.full-width-image-caption .row .col-12 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.full-width-image-caption .container .col-12 .inner,
.full-width-image-caption .row .col-12 .inner {
  max-width: 960px;
}
.full-width-image-caption .container .col-12 h5,
.full-width-image-caption .row .col-12 h5 {
  color: white;
  font-size: 42px;
  margin: 0;
}
@media (max-width: 991px) {
  .full-width-image-caption .container .col-12 h5,
  .full-width-image-caption .row .col-12 h5 {
    font-size: 22px;
  }
}

.full-width-image-desktop-mobile img {
  width: 100%;
}
.full-width-image-desktop-mobile .caption-inner {
  padding-top: 10px;
}

.heading-content-image {
  position: relative;
}
.heading-content-image .overlay {
  width: 100%;
  max-width: 850px;
  position: absolute;
  opacity: 0.2;
}
@media (min-width: 991px) {
  .heading-content-image .overlay {
    top: 50px;
    right: -60px;
  }
}
@media (max-width: 991px) {
  .heading-content-image .overlay {
    top: 0px;
    right: -60px;
  }
}
.heading-content-image .container {
  position: relative;
  z-index: 1;
}
.heading-content-image h2 {
  color: #3EAC9C;
  margin-bottom: 45px;
  font-size: 41px;
  font-size: clamp(22px, 6vw, 41px);
}
@media (max-width: 991px) {
  .heading-content-image h2 {
    margin-bottom: 30px;
  }
}
@media (min-width: 991px) {
  .heading-content-image .content-inner {
    max-width: 85%;
    margin-bottom: 90px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .heading-content-image .content-inner {
    margin-bottom: 45px;
  }
}
.heading-content-image .caption-inner {
  padding-top: 10px;
}

.intro-headingcontentimage {
  background-color: #194048;
  position: relative;
}
.intro-headingcontentimage.light-green-bg {
  background-color: #3EAC9C;
}
.intro-headingcontentimage.light-green-bg .heading-wrapper h2 {
  color: #002b34;
}
.intro-headingcontentimage .overlay {
  width: 100%;
  max-width: 950px;
  position: absolute;
  opacity: 0.5;
}
@media (min-width: 991px) {
  .intro-headingcontentimage .overlay {
    z-index: 2;
    bottom: -50px;
    right: -50px;
  }
}
@media (max-width: 991px) {
  .intro-headingcontentimage .overlay {
    z-index: 0;
    bottom: 0px;
    right: -50px;
  }
}
.intro-headingcontentimage .container {
  position: relative;
  z-index: 1;
}
.intro-headingcontentimage .heading-wrapper h2 {
  color: #3EAC9C;
}
@media (min-width: 991px) {
  .intro-headingcontentimage .heading-wrapper h2 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .intro-headingcontentimage .heading-wrapper h2 {
    margin-bottom: 45px;
  }
}
.intro-headingcontentimage .left {
  color: white;
}
@media (min-width: 991px) {
  .intro-headingcontentimage .left {
    margin-top: 90px;
    font-size: 18px;
  }
}
@media (min-width: 991px) {
  .intro-headingcontentimage .left .inner {
    max-width: 325px;
  }
}
@media (max-width: 991px) {
  .intro-headingcontentimage .right {
    margin-bottom: 45px;
  }
}
.intro-headingcontentimage .right .caption-inner {
  padding-top: 10px;
}

.intro-headingcontentimageimage {
  background-color: #194048;
  position: relative;
}
.intro-headingcontentimageimage.light-green-bg {
  background-color: #3EAC9C;
}
.intro-headingcontentimageimage.light-green-bg .heading-wrapper h2 {
  color: #002b34;
}
.intro-headingcontentimageimage .overlay {
  width: 950px;
  position: absolute;
  opacity: 0.5;
}
@media (min-width: 991px) {
  .intro-headingcontentimageimage .overlay {
    z-index: 2;
    top: 0;
    right: 40%;
    transform: rotate(120deg);
  }
}
@media (max-width: 991px) {
  .intro-headingcontentimageimage .overlay {
    z-index: 2;
    top: 0;
    right: 40%;
    transform: rotate(120deg);
  }
}
.intro-headingcontentimageimage .container {
  position: relative;
  z-index: 10;
}
.intro-headingcontentimageimage .container .col-12 {
  position: relative;
}
.intro-headingcontentimageimage .container .inner {
  color: white;
  z-index: 10;
  position: relative;
}
.intro-headingcontentimageimage .container .inner h3 {
  color: #3EAC9C;
}
.intro-headingcontentimageimage .container .inner-content {
  max-width: 400px;
  font-size: 18px;
  font-size: clamp(16px, 6vw, 18px);
}
@media (max-width: 991px) {
  .intro-headingcontentimageimage .container .inner-content {
    max-width: 100%;
    margin-top: 30px;
  }
}
.intro-headingcontentimageimage .heading-wrapper h2 {
  color: #3EAC9C;
}
@media (min-width: 991px) {
  .intro-headingcontentimageimage .heading-wrapper h2 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .intro-headingcontentimageimage .heading-wrapper h2 {
    margin-bottom: 45px;
  }
}
.intro-headingcontentimageimage .footer-overlay {
  width: 950px;
  position: absolute;
  z-index: 2;
  bottom: -400px;
  right: 0;
  opacity: 0.2;
  transform: rotate(-120deg);
}
.intro-headingcontentimageimage:after {
  content: "";
  background-color: #f6f6f6;
  width: 100%;
  height: 150px;
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
}

.intro-headingcontentimage-overlay {
  background-color: #194048;
  position: relative;
}
.intro-headingcontentimage-overlay.light-green-bg {
  background-color: #3EAC9C;
}
.intro-headingcontentimage-overlay.light-green-bg .heading-wrapper h2 {
  color: #002b34;
}
.intro-headingcontentimage-overlay .overlay {
  width: 100%;
  max-width: 900px;
  position: absolute;
  opacity: 0.4;
}
@media (min-width: 991px) {
  .intro-headingcontentimage-overlay .overlay {
    top: -100px;
    right: -65px;
    z-index: 2;
  }
}
@media (max-width: 991px) {
  .intro-headingcontentimage-overlay .overlay {
    top: -100px;
    right: -65px;
    z-index: 0;
  }
}
.intro-headingcontentimage-overlay .container {
  position: relative;
  z-index: 1;
}
@media (min-width: 991px) {
  .intro-headingcontentimage-overlay.overlay-section {
    padding: 120px 0 0 0;
  }
  .intro-headingcontentimage-overlay.overlay-section.overlay-section-colour-White:after {
    background-color: white;
  }
  .intro-headingcontentimage-overlay.overlay-section.overlay-section-colour-Grey:after {
    background-color: #f6f6f6;
  }
  .intro-headingcontentimage-overlay.overlay-section.overlay-section-colour-Green:after {
    background-color: #194048;
  }
  .intro-headingcontentimage-overlay.overlay-section:after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 90px;
    width: 100%;
  }
}
.intro-headingcontentimage-overlay .container {
  position: relative;
  z-index: 1;
}
.intro-headingcontentimage-overlay .heading-wrapper h2 {
  color: #3EAC9C;
}
@media (min-width: 991px) {
  .intro-headingcontentimage-overlay .heading-wrapper h2 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .intro-headingcontentimage-overlay .heading-wrapper h2 {
    margin-bottom: 45px;
  }
}
.intro-headingcontentimage-overlay .heading-wrapper h2 span {
  display: block;
}
.intro-headingcontentimage-overlay .heading-wrapper h2 span:last-child {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .intro-headingcontentimage-overlay .heading-wrapper h2 span:last-child {
    margin-top: 30px;
  }
}
.intro-headingcontentimage-overlay .left {
  color: white;
  display: flex;
  align-items: center;
  position: relative;
}
.intro-headingcontentimage-overlay .left .inner {
  line-height: 120%;
  font-size: 46px;
  font-size: clamp(22px, 4vw, 46px);
}
@media (min-width: 991px) {
  .intro-headingcontentimage-overlay .left .inner {
    position: absolute;
    left: 0px;
    right: -100px;
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .intro-headingcontentimage-overlay .right {
    margin-bottom: 45px;
  }
}
.intro-headingcontentimage-overlay .right .caption-inner {
  padding-top: 10px;
}

.intro-headingbuttonimagecontent {
  background-color: #194048;
  position: relative;
}
.intro-headingbuttonimagecontent.light-green-bg {
  background-color: #3EAC9C;
}
.intro-headingbuttonimagecontent.light-green-bg .top h2 {
  color: #002b34;
}
.intro-headingbuttonimagecontent.light-green-bg .right .inner {
  color: white;
}
@media (min-width: 991px) {
  .intro-headingbuttonimagecontent.overlay-section {
    padding: 120px 0 0 0;
  }
  .intro-headingbuttonimagecontent.overlay-section.overlay-section-colour-White:after {
    background-color: white;
  }
  .intro-headingbuttonimagecontent.overlay-section.overlay-section-colour-Grey:after {
    background-color: #f6f6f6;
  }
  .intro-headingbuttonimagecontent.overlay-section.overlay-section-colour-Green:after {
    background-color: #194048;
  }
  .intro-headingbuttonimagecontent.overlay-section:after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 90px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .intro-headingbuttonimagecontent {
    padding-top: 60px;
    padding-bottom: 45px;
  }
}
.intro-headingbuttonimagecontent .overlay {
  width: 100%;
  max-width: 1200px;
  position: absolute;
}
@media (min-width: 991px) {
  .intro-headingbuttonimagecontent .overlay {
    top: -300px;
    right: -80px;
  }
}
@media (max-width: 991px) {
  .intro-headingbuttonimagecontent .overlay {
    bottom: 0px;
    right: -30px;
  }
}
.intro-headingbuttonimagecontent .container {
  position: relative;
  z-index: 1;
}
.intro-headingbuttonimagecontent .top {
  margin-bottom: 160px;
}
@media (max-width: 991px) {
  .intro-headingbuttonimagecontent .top {
    margin-bottom: 65px;
  }
}
.intro-headingbuttonimagecontent .top h2 {
  color: #3EAC9C;
  margin-bottom: 60px;
  line-height: 1.4;
}
.intro-headingbuttonimagecontent .left .inner {
  max-width: 480px;
}
.intro-headingbuttonimagecontent .right .inner {
  padding: 80px 130px;
  color: #fff;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .intro-headingbuttonimagecontent .right .inner {
    padding: 80px 80px;
  }
}
@media (max-width: 991px) {
  .intro-headingbuttonimagecontent .right .inner {
    padding: 45px 0 0 0;
  }
}
@media (min-width: 991px) {
  .intro-headingbuttonimagecontent .right .inner {
    font-size: 20px;
  }
}

.intro-contentlist {
  background-color: #194048;
  position: relative;
}
.intro-contentlist.light-green-bg {
  background-color: #3EAC9C;
}
.intro-contentlist.light-green-bg .right .list-item .inner {
  border-left: 2px solid #002b34;
}
.intro-contentlist.light-green-bg .right .list-item .inner .number {
  border: 2px solid #002b34;
}
.intro-contentlist.light-green-bg .right .list-item .inner .number span {
  color: #002b34;
}
.intro-contentlist.light-green-bg .right .list-item .inner h2 {
  color: #002b34;
}
.intro-contentlist .container {
  position: relative;
  z-index: 2;
}
.intro-contentlist .left {
  color: white;
}
@media (min-width: 991px) {
  .intro-contentlist .left .inner {
    max-width: 325px;
    font-size: 18px;
  }
}
.intro-contentlist .right .list-item .inner {
  height: 100%;
  border-left: 2px solid #3EAC9C;
  padding: 0 15px 15px 15px;
  color: white;
}
@media (min-width: 991px) {
  .intro-contentlist .right .list-item .inner {
    font-size: 18px;
    max-width: 395px;
  }
}
.intro-contentlist .right .list-item .inner .number {
  color: #3EAC9C;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #3EAC9C;
  border-radius: 100%;
  height: 115px;
  width: 115px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .intro-contentlist .right .list-item .inner .number {
    height: 60px;
    width: 60px;
  }
}
.intro-contentlist .right .list-item .inner .number span {
  font-size: 42px;
  font-size: clamp(22px, 6vw, 42px);
}
.intro-contentlist .right .list-item .inner h2 {
  color: #3EAC9C;
}
.intro-contentlist .overlay {
  position: absolute;
  z-index: 1;
  bottom: -25px;
  left: -45px;
  max-width: 670px;
  width: 100%;
}

.preheading-heading {
  position: relative;
}
.preheading-heading .overlay {
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: -70px;
  right: -55px;
  opacity: 0.2;
}
.preheading-heading .container {
  position: relative;
  z-index: 1;
}
.preheading-heading span {
  display: block;
  font-size: 26px;
  font-size: clamp(18px, 6vw, 26px);
  line-height: 100%;
  font-weight: 600;
}
.preheading-heading h2 {
  margin: 30px 0 0 0;
  color: #3EAC9C;
}

footer#footer {
  background-color: #f6f6f6;
  padding-top: 70px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  footer#footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer#footer .left .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 991px) {
  footer#footer .left .inner {
    max-width: 240px;
  }
}
@media (max-width: 991px) {
  footer#footer .left .inner .top-wrapper .subheading-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
footer#footer .left .inner .top-wrapper span {
  display: block;
}
footer#footer .left .inner .top-wrapper span.heading {
  font-size: 42px;
  font-size: clamp(24px, 6vw, 42px);
  line-height: 120%;
  color: #8c9fa4;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  footer#footer .left .inner .top-wrapper span.heading {
    margin-bottom: 30px;
  }
}
footer#footer .left .inner .top-wrapper span.subheading {
  font-size: 18px;
  font-size: clamp(16px, 4vw, 18px);
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  footer#footer .left .inner .top-wrapper span.subheading {
    margin-bottom: 20px;
  }
}
footer#footer .left .inner .top-wrapper a {
  font-size: 18px;
  font-size: clamp(16px, 4vw, 18px);
  display: block;
  margin-bottom: 40px;
  text-decoration: underline;
}
@media (max-width: 575px) {
  footer#footer .left .inner .top-wrapper a {
    margin-bottom: 20px;
  }
}
footer#footer .left .inner .top-wrapper a:hover {
  color: #3EAC9C;
}
@media (max-width: 991px) {
  footer#footer .left .inner .bottom-wrapper {
    display: none;
  }
}
footer#footer .right .inner h5 {
  text-transform: uppercase;
  font-size: 18px;
  font-size: clamp(16px, 4vw, 18px);
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: 2px;
}
footer#footer .right .inner .top {
  border-top: 2px solid #002b34;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (max-width: 575px) {
  footer#footer .right .inner .top {
    padding-bottom: 40px;
  }
}
footer#footer .right .inner .top .footer-partner .inner {
  position: relative;
  max-width: 65%;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  footer#footer .right .inner .top .footer-partner .inner {
    max-width: 75%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  footer#footer .right .inner .top .footer-partner .inner {
    max-width: 95%;
  }
}
@media (max-width: 991px) {
  footer#footer .right .inner .top .footer-partner .inner {
    max-width: 100%;
  }
}
footer#footer .right .inner .top .footer-partner .inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
footer#footer .right .inner .top .footer-partner .inner span {
  line-height: 110%;
}
@media (min-width: 576px) and (max-width: 767px) {
  footer#footer .right .inner .top .footer-partner .inner span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  footer#footer .right .inner .top .footer-partner .inner span {
    font-size: 9px;
  }
}
footer#footer .right .inner .top .footer-partner .inner img {
  margin-right: 8px;
}
footer#footer .right .inner .middle {
  border-top: 2px solid #002b34;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media (max-width: 575px) {
  footer#footer .right .inner .middle {
    padding-bottom: 40px;
  }
}
footer#footer .right .inner .middle .menu-col ul {
  padding: 0;
  margin: 0;
}
@media (min-width: 991px) {
  footer#footer .right .inner .middle .menu-col ul {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 991px) {
  footer#footer .right .inner .middle .menu-col ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
footer#footer .right .inner .middle .menu-col ul li {
  display: block;
  margin-bottom: 15px;
}
footer#footer .right .inner .middle .menu-col ul li a {
  color: #002b34;
  font-size: clamp(13px, 3vw, 16px);
}
footer#footer .right .inner .middle .menu-col ul li a:hover {
  text-decoration: underline;
}
footer#footer .right .inner .bottom {
  border-top: 2px solid #002b34;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer#footer .right .inner .bottom .copyright span {
  font-size: clamp(13px, 3vw, 16px);
}
footer#footer .right .inner .bottom .social {
  display: flex;
}
footer#footer .right .inner .bottom .social a {
  border: 1px solid #002b34;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  margin-left: 8px;
}
footer#footer .right .inner .bottom .social a:hover {
  background-color: #002b34;
  color: #f6f6f6;
}
footer#footer .right .inner .bottom .social a:hover i {
  color: #f6f6f6;
}
footer#footer .right .inner .mobile-logo img {
  max-width: 50%;
}

.pword-text {
  max-width: 500px;
}
.pword-text a {
  font-weight: 600;
  text-decoration: underline;
}

.post-password-form {
  max-width: 500px;
}
.post-password-form p:first-child {
  display: none;
}
.post-password-form label {
  display: block;
}
.post-password-form input[type=password] {
  padding: 8px;
  background-color: #f6f6f6;
  border: 1px solid #8c9fa4;
  width: 100%;
}
.post-password-form input[type=submit] {
  margin-top: 15px;
  border: 2px solid #3EAC9C;
  color: #fff;
  background-color: #3EAC9C;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 30px;
  border-radius: 25px;
}
.post-password-form input[type=submit]:hover {
  color: #8c9fa4;
  background-color: white;
}

.resource-pagination {
  border-top: 2px solid #002b34;
  padding-top: 30px;
}
.resource-pagination .facetwp-pager .facetwp-page.active, .resource-pagination .facetwp-pager .facetwp-page:hover {
  color: #3EAC9C;
}

.resources-intro a {
  font-weight: 600;
  text-decoration: underline;
}

.resource {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid #002b34;
  padding: 30px 0;
}
.resource .resource-content {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
}
.resource .resource-content h5 {
  font-weight: 600;
}
.resource .resource-content .resource-meta {
  display: flex;
  gap: 0 7.5px;
  margin: 0;
  padding: 0;
}
.resource .resource-content .resource-meta li {
  display: block;
}
.resource .resource-content .resource-meta li.resource-type {
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-right: 12.5px;
}
.resource .resource-content .resource-meta li.resource-type:after {
  position: absolute;
  right: 0;
  content: "|";
}
.resource .resource-content .button-one {
  margin-top: auto;
  align-self: flex-start;
  width: 100%;
  max-width: 220px;
  text-align: center;
}
.resource .resource-image {
  flex: 0 0 40%;
}

#downloadModal .modal-content {
  background-color: #d9dfe0;
  border-radius: 0;
  border: none;
  padding: 30px;
}
#downloadModal .modal-content .modal-header {
  border: none;
  padding: 0;
}
#downloadModal .modal-content h2 {
  color: #3EAC9C;
}
#downloadModal .modal-content .gform_confirmation_wrapper {
  margin-top: 0px !important;
}
#downloadModal .modal-content .gravity-theme input[type=checkbox] {
  top: 4px;
  position: relative;
}
#downloadModal .modal-content .gfield_label {
  text-transform: none !important;
  color: #2b2e34 !important;
  letter-spacing: 0;
}/*# sourceMappingURL=main.css.map */