/* Screen Width Patch */
/**
 * Font Definitions
 **/
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v22/XRXI3I6Li01BKofiOc5wtlZ2di8HDOUhRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v22/XRXI3I6Li01BKofiOc5wtlZ2di8HDLshRTM.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/nunito/v22/XRXI3I6Li01BKofiOc5wtlZ2di8HDGUmRTM.ttf) format('truetype');
}
/**
 * Color Definitions
 **/
/**
 * Color Definitions
 **/
/**
 * Spacing
 **/
/**
 * Responsiveness
 **/
.container-width {
  margin: 0 auto;
  max-width: none;
  width: 100%;
}
@media (min-width: 576px) {
  .container-width {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-width {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-width {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-width {
    max-width: 1140px;
  }
}
.half-container-width {
  margin: 0 auto;
  max-width: none;
  width: 100%;
}
@media (min-width: 576px) {
  .half-container-width {
    max-width: calc( ( 540px / 2 ) - 8px );
  }
}
@media (min-width: 768px) {
  .half-container-width {
    max-width: calc( ( 720px / 2 ) - 20px );
  }
}
@media (min-width: 992px) {
  .half-container-width {
    max-width: calc( ( 960px / 2 ) - 60px );
  }
}
@media (min-width: 1200px) {
  .half-container-width {
    max-width: calc( ( 1140px / 2 ) - 80px );
  }
}
.container-padding {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 576px) {
  .container-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-padding {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .container-padding {
    padding-left: 115px;
    padding-right: 115px;
  }
}
.list-padding {
  padding-left: 2.6rem;
  padding-right: 2.6rem;
}
@media (min-width: 576px) {
  .list-padding {
    padding-left: 4.1rem;
    padding-right: 4.1rem;
  }
}
@media (min-width: 768px) {
  .list-padding {
    padding-left: 6.1rem;
    padding-right: 6.1rem;
  }
}
@media (min-width: 992px) {
  .list-padding {
    padding-left: 13.6rem;
    padding-right: 13.6rem;
  }
}
.container_12 {
  margin: 0 auto;
  max-width: none;
  width: 100%;
}
@media (min-width: 576px) {
  .container_12 {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container_12 {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container_12 {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container_12 {
    max-width: 1140px;
  }
}
/***
 * Headings and Text Styles
 ***/
.h1 {
  color: #333333;
  font-family: 'Nunito', sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.h2 {
  margin: 4.5rem 0 3rem;
  color: #333333;
  font-family: 'Nunito', sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .h2 {
    margin-top: 3.5rem;
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .h2 {
    margin: 7rem 0 3rem;
    font-size: 3.7rem;
  }
}
.h2 + h3 {
  margin-top: 2.5rem;
}
.h3 {
  margin: 2.5rem 0 1rem;
  color: #e4b446;
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}
.h4 {
  color: #333333;
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}
.intro-text {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
}
/***
 * Buttons
 ***/
.button {
  display: inline-block;
  margin-top: 3rem;
  padding: 1rem 2rem;
  width: auto;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: #0c4c81;
  border: none;
  border-radius: 0;
  color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
}
.button:visited {
  color: white;
}
.button:hover,
.button:focus {
  background-color: #f15d5c;
  text-decoration: none;
}
.button.white {
  border-color: white;
  color: white;
}
.button.white:hover {
  border-color: #0c4c81;
}
.button.gold {
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
}
.button.gold:hover {
  background-color: #ab7f19;
  color: white;
}
.button.red {
  background-color: #f15d5c;
  border: none;
  color: white;
  font-weight: 600;
}
.button.red:hover {
  background-color: #0c4c81;
}
.button.cta {
  padding: 1rem 2rem;
  font-size: 1.8rem;
}
.button--small {
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
}
.button--read-more {
  padding-right: 2.5rem;
}
.button--read-more::after {
  right: 0.75rem;
  color: inherit;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}
.button--read-more-open::after {
  content: '\f106';
}
.wp-block-button__link {
  display: inline-block;
  margin-top: 3rem;
  padding: 1rem 2rem;
  width: auto;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: #e4b446;
  border: none;
  border-radius: 0;
  color: "#0C4C81";
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
}
.wp-block-button__link:visited {
  color: #0C4C81;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background-color: #ab7f19;;
  text-decoration: none;
	
}
.wp-block-button__link.white {
  border-color: white;
  color: white;
}
.wp-block-button__link.white:hover {
  border-color: #0c4c81;
}
.wp-block-button__link.gold {
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
}
.wp-block-button__link.gold:hover {
  background-color: #ab7f19;
  color: white;
}
.wp-block-button__link.red {
  background-color: #f15d5c;
  border: none;
  color: white;
  font-weight: 600;
}
.wp-block-button__link.red:hover {
  background-color: #0c4c81;
}
.wp-block-button__link.cta {
  padding: 1rem 2rem;
  font-size: 1.8rem;
}
/***
 * Images
 ***/
.in-circle {
  height: auto;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-color: rgba(12, 76, 129, 0.9);
  border-radius: 50%;
}
.in-circle img {
  bottom: 15%;
  left: 15%;
  right: 15%;
  top: 15%;
  height: 70%;
  width: 70%;
  position: absolute;
  object-fit: contain;
}
/***
 * Details Block
 ***/
.details-block__switch {
  color: #333333;
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  margin-top: 1rem;
  text-decoration: none;
}
.details-block__switch::before {
  display: inline-block;
  margin-right: 1rem;
  font-family: 'Font Awesome 5 Free';
  font-size: 1.8rem;
  line-height: 1;
}
.details-block__switch--below::before {
  content: '\f107';
}
.details-block__switch[open]::before {
  content: '\f106';
}
.details-block__switch:hover,
.details-block__switch[open] {
  color: #031524;
  text-decoration: none;
}
.details-block__switch:hover::before,
.details-block__switch[open]::before {
  color: #031524;
}
.details-block__pane {
  height: 0;
  overflow: hidden;
}
/***
 * Form Elements
 ***/
.form-control {
  padding: 0.5rem 1rem;
  width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #333333;
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.form-control::placeholder {
  opacity: 1;
  color: #0c4c81;
}
.form-control__small {
  background-color: #eeeeee;
  font-size: 1.4rem;
  line-height: 1.2;
}
.form-control__small::placeholder {
  opacity: 0.8;
  color: #7f7f7f;
}
.form-control__small[type="text"] {
  line-height: 1.4;
}
.form-control__hollow {
  background-color: transparent;
  border: 1px solid #cccccc;
}
.field-group {
  margin-bottom: 1rem;
}
.field-group label {
  font-weight: 600;
}
.field-group__multiple {
  display: flex;
  flex-direction: row;
}
.field-group__multiple--two .field-container {
  flex-basis: 48%;
  margin-left: 4%;
}
.field-group__multiple--two .field-container:first-child {
  margin-left: 0;
}
.field-container label {
  font-size: 1.4rem;
  font-weight: 400;
}
.field-container input {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #333333;
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 0.2rem;
  width: 100%;
}
.field-container input::placeholder {
  opacity: 1;
  color: #0c4c81;
}
/***
 * Videos
 ***/
.video-container {
  height: auto;
  width: 100%;
  margin-bottom: 4rem;
  padding-bottom: 56.25%;
  position: relative;
}
.video-container video {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.video-container figure {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 99;
  background-repeat: no-repeat;
  background-size: cover;
}
.video-container figure .inner {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  position: absolute;
  z-index: 101;
  transform: translate(-50%, -50%);
  text-align: center;
}
.video-container figure .inner .timer {
  color: #031524;
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 1.2;
}
.video-container figure::after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  content: '';
}
.video-details {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .video-details {
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .video-details-description {
    flex-basis: 68%;
  }
}
@media (min-width: 768px) {
  .video-details-meta {
    flex-basis: 28%;
  }
}
/***
 * Data Stubs
 ***/
.data-stubs {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 992px) {
  .data-stubs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }
  .data-stubs > * {
    box-sizing: border-box;
    margin-left: 1.66666667%;
    margin-right: 1.66666667%;
    width: 30%;
  }
}
.data-stub {
  display: block;
  margin-top: 25px;
  margin-bottom: 15px;
}
.data-stub::before {
}
.data-stub__inner {
  height: 100%;
  width: 100%;
  background-color: #0c4c81;
}
@media (min-width: 576px) {
  .data-stub__inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .data-stub__inner {
    display: block;
  }
}
.data-stub__feature {
  position: relative;
}
@media (min-width: 576px) {
  .data-stub__feature {
    flex-basis: 30%;
    margin-right: 2%;
  }
}
@media (min-width: 992px) {
  .data-stub__feature {
    flex-basis: auto;
    margin: 0;
  }
}
.data-stub__feature__image {
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
  padding-bottom: 66.667%;
  position: relative;
  background-color: #0c4c81;
}
@media (min-width: 576px) {
  .data-stub__feature__image {
    height: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .data-stub__feature__image {
    height: auto;
    padding-bottom: 66.667%;
  }
}
.data-stub__feature__image img {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  position: absolute;
  opacity: 1;
  transition: all 0.45s ease-out;
}
.data-stub__detail {
  padding: 2rem;
  text-align: left;
}
@media (min-width: 576px) {
  .data-stub__detail {
    flex-basis: 68%;
  }
}
@media (min-width: 992px) {
  .data-stub__detail {
    flex-basis: auto;
  }
}
.data-stub__detail h4 {
  margin: 0 0 1rem 0;
  padding: 0;
  transition: margin 0.45s ease;
  color: #e4b446 !important;
  line-height: 1.4;
}
.data-stub__detail p {
  color: white;
  font-size: 1.8rem;
}
.data-stub__detail__read-more {
  display: inline-block;
  margin-top: 3rem;
  padding: 1rem 2rem;
  width: auto;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: #0c4c81;
  border-radius: 0;
  color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
}
.data-stub__detail__read-more:visited {
  color: white;
}
.data-stub__detail__read-more:hover,
.data-stub__detail__read-more:focus {
  background-color: #f15d5c;
  text-decoration: none;
}
.data-stub__detail__read-more.white {
  border-color: white;
  color: white;
}
.data-stub__detail__read-more.white:hover {
  border-color: #0c4c81;
}
.data-stub__detail__read-more.gold {
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
}
.data-stub__detail__read-more.gold:hover {
  background-color: #ab7f19;
  color: white;
}
.data-stub__detail__read-more.red {
  background-color: #f15d5c;
  border: none;
  color: white;
  font-weight: 600;
}
.data-stub__detail__read-more.red:hover {
  background-color: #0c4c81;
}
.data-stub__detail__read-more.cta {
  padding: 1rem 2rem;
  font-size: 1.8rem;
}
.data-stub__detail__read-more:hover {
  background-color: #ab7f19;
  color: white;
}
.data-stub a:hover {
  text-decoration: none;
}
.data-stub a:hover .data-stub__feature__image img {
  opacity: 0.7;
  transition: all 0.45s ease-in;
}
.data-stub a:hover .data-stub__detail__read-more {
  background-color: #ab7f19;
  color: white;
}
/***
 * Data List
 ***/
ul.data-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-item {
  margin: 0 0 2rem;
  padding: 0;
}
.list-item__inner {
  padding: 3rem 1.5rem 4rem;
  position: relative;
  border-top: 1px solid #eeeeee;
}
.list-item__inner span.post-type-tag {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
  display: inline-block;
  padding: 0.5rem 2rem 0.5rem 1rem;
  position: absolute;
  transform: translateY(-100%);
  background-color: #eeeeee;
  border-radius: 0 500px 0 0;
  color: #7f7f7f;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: lowercase;
}
.list-item__inner h4 {
  color: #0c4c81;
}
.list-item__inner p {
  color: #505050;
}
.list-item__inner p.read-more {
  font-weight: 600;
  text-transform: uppercase;
}
.list-item a {
  display: block;
}
.list-item a:hover {
  text-decoration: none;
}
.list-item a:hover .list-item__inner {
  border-top-color: #0c4c81;
}
.list-item a:hover .list-item__inner span.post-type-tag {
  background-color: #0c4c81;
  color: white;
}
.list-item a:hover .list-item__inner h4,
.list-item a:hover .list-item__inner p {
  color: #0c4c81 !important;
}
/***
 * Icons
 ***/
.social-navigation ul.icon-nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
}
.social-navigation ul.icon-nav li {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  padding: 0;
}
.social-navigation ul.icon-nav li a {
  font-size: 0;
  line-height: 0;
}
.social-navigation ul.icon-nav li a::before {
  display: inline-block;
  height: 4rem;
  width: 4rem;
  transition: color 0.45s;
  background-color: #e4b446;
  border-radius: 50%;
  color: white;
  font-family: 'Font Awesome 5 Brands';
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 4rem;
  text-align: center;
}
.social-navigation ul.icon-nav li a:hover::before {
  background-color: #0c4c81;
}
.social-navigation ul.icon-nav li a.facebook::before {
  content: '\f39e';
}
.social-navigation ul.icon-nav li a.instagram::before {
  content: '\f16d';
}
.social-navigation ul.icon-nav li a.twitter::before {
  content: '\f099';
}
.social-navigation ul.icon-nav li.facebook a::before {
  content: '\f39e';
}
.social-navigation ul.icon-nav li.instagram a::before {
  content: '\f16d';
}
.social-navigation ul.icon-nav li.twitter a::before {
  content: '\f099';
}
/***
 * Icons
 ***/
.social-icon {
  font-size: 0;
  line-height: 0;
}
.social-icon::before {
  display: inline-block;
  height: 4rem;
  width: 4rem;
  transition: color 0.45s;
  background-color: #e4b446;
  border-radius: 50%;
  color: white;
  font-family: 'Font Awesome 5 Brands';
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 4rem;
  text-align: center;
}
.social-icon:hover::before {
  background-color: #0c4c81;
}
.social-icon.facebook::before {
  content: '\f39e';
}
.social-icon.instagram::before {
  content: '\f16d';
}
.social-icon.twitter::before {
  content: '\f099';
}
/***
 * Container
 ***/
@media (min-width: 576px) {
  .break-out-container {
    bottom: auto;
    left: 50%;
    right: 50%;
    top: auto;
    margin-left: -288px;
    margin-right: -288px;
    position: relative;
    width: 576px;
  }
}
@media (min-width: 768px) {
  .break-out-container {
    margin-left: -360px;
    margin-right: -360px;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .break-out-container {
    margin-left: -470px;
    margin-right: -470px;
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .break-out-container {
    margin-left: -570px;
    margin-right: -570px;
    width: 1140px;
  }
}
.break-out-full-container {
  bottom: auto;
  left: 50%;
  right: 50%;
  top: auto;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  width: 100vw;
}
.break-out-full-container-hack {
  margin-left: calc(-50vw + (20px / 2));
  margin-right: calc(-50vw + (20px / 2));
  width: calc(100vw - 20px);
}
@supports (color: var(--scroll-bar)) {
  .break-out-full-container-hack {
    margin-left: calc(-50vw + (var(--scroll-bar) / 2));
    margin-right: calc(-50vw + (var(--scroll-bar) / 2));
    width: calc(100vw - var(--scroll-bar));
  }
}
/* ***
 * Popup and Blackout
 * *** */
#popup {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  position: fixed;
  width: 96vw;
  z-index: 103;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: opacity 0.45s, transform 0.45s;
}
@media (min-width: 768px) {
  #popup {
    width: 86vw;
  }
}
@media (min-width: 992px) {
  #popup {
    width: 70vw;
  }
}
#popup.active {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, -50%);
}
#blackout {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 102;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s;
  background-color: rgba(0, 0, 0, 0.4);
}
#blackout.active {
  opacity: 1;
  pointer-events: all;
}
/***
 * Flex box grid mix-in
 ***/
:root {
  --scroll-bar: 8px;
}
html {
  font-size: 62.5%;
}
body {
  background-color: white;
  background-image: none;
  color: #111111;
  font-family: 'Nunito', sans-serif;
	/* font-size: 1.8rem;*/
  font-weight: 300;
}
body.nav-is-visible {
  overflow: hidden;
  padding-right: var(--scroll-bar);
}
/**
 * Masthead - branding and navigation
 **/
#masthead {
  bottom: auto;
  left: 0;
  right: 0;
  top: 0;
  padding-top: 1rem;
  position: fixed;
  z-index: 101;
  background-color: white;
}
#masthead > .container > .row {
  align-items: center;
}
@media (min-width: 992px) {
  #masthead > .container > .row {
    align-items: stretch;
  }
}
#masthead .site-branding {
  padding: 10px 0 5px 0;
}
@media (min-width: 992px) {
  #masthead .site-branding {
    padding: 15px 0 10px 25px;
  }
}
@media (min-width: 1200px) {
  #masthead .site-branding {
    padding: 15px 0 10px 55px;
  }
}
#masthead .masthead__nav {
  padding-right: 5rem;
}
@media (min-width: 992px) {
  #masthead .masthead__nav {
    padding-right: 15px;
  }
}
#masthead #nav-toggle {
  bottom: auto;
  left: auto;
  right: 1.5rem;
  top: 50%;
  display: block;
  height: auto;
  width: 24px;
  margin: 0;
  position: absolute;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  #masthead #nav-toggle {
    display: none;
  }
}
#masthead #nav-toggle span {
  right: 0;
}
#masthead #nav-toggle span,
#masthead #nav-toggle span::before,
#masthead #nav-toggle span::after {
  transition: background-color 0.35s;
  background-color: #0c4c81;
}
#masthead #nav-toggle:hover span,
#masthead #nav-toggle:hover span::before,
#masthead #nav-toggle:hover span::after {
  background-color: #e4b446;
}
#masthead .contact-navigation form.search-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: flex-end;
}
#masthead .contact-navigation form.search-form label {
  display: block;
  margin: 0;
  max-width: 200px;
  width: calc( 100% - 35px );
}
#masthead .contact-navigation form.search-form input {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  padding: 0.5rem 1.5rem;
  width: calc( 100% - 5px );
  border: 1px solid #0c4c81;
  border-radius: 5px;
  box-shadow: none;
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  line-height: 1;
}
#masthead .contact-navigation form.search-form button {
  box-sizing: border-box;
  display: block;
  height: auto;
  width: 35px;
  padding: 0;
  position: relative;
  transition: background-color 0.35s;
  background-color: #0c4c81;
  border: none;
  font-size: 0;
  line-height: 0;
	border-radius:3px;
}
#masthead .contact-navigation form.search-form button::before {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  color: white;
  content: '\f002';
  font-family: 'Font Awesome 5 Free';
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}
#masthead .contact-navigation form.search-form button:hover {
  background-color: #e4b446;
}
#masthead .contact-navigation ul.contact-nav {
  flex-basis: 0;
  flex-grow: 1;
  margin: 0 0 0 1rem;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 576px) {
  #masthead .contact-navigation ul.contact-nav {
    flex-grow: 0;
  }
}
#masthead .contact-navigation ul.contact-nav li {
  margin: 0;
  padding: 0;
}
#masthead .contact-navigation ul.contact-nav li a {
  display: inline-block;
  padding: 0.5rem 0;
  color: #f15d5c;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 991px) {
  #masthead .main-navigation ul.nav-menu {
    bottom: 0;
    left: -100%;
    right: auto;
    top: 82px;
    display: block;
    padding-top: 5rem;
    position: fixed;
    z-index: 101;
    opacity: 0;
    pointer-events: none;
    transition: left 0.45s, opacity 0.45s;
    background-color: #0c4c81;
    text-align: center;
  }
  #masthead .main-navigation ul.nav-menu.nav-menu-mobile {
    left: 0;
    opacity: 1;
    pointer-events: all;
  }
  #masthead .main-navigation ul.nav-menu > li {
    max-width: none;
    width: 100%;
    float: none;
    margin: 0 auto;
    background-color: transparent;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #masthead .main-navigation ul.nav-menu > li > a {
    display: block;
    padding: 1rem 1rem;
    color: white;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: left;
    text-transform: capitalize;
  }
  #masthead .main-navigation ul.nav-menu > li > a:hover {
    color: #e4b446;
    text-decoration: none;
  }
  #masthead .main-navigation ul.nav-menu > li.btn {
    border-top: none;
  }
  #masthead .main-navigation ul.nav-menu > li.btn a {
    display: inline-block;
    margin-top: 3rem;
    padding: 1rem 2rem;
    width: auto;
    transition: background-color 0.45s, border-color 0.45s, color 0.45s;
    background-color: #0c4c81;
    border: none;
    border-radius: 0;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    margin-top: 1rem;
    width: 100%;
  }
  #masthead .main-navigation ul.nav-menu > li.btn a:visited {
    color: white;
  }
  #masthead .main-navigation ul.nav-menu > li.btn a:hover,
  #masthead .main-navigation ul.nav-menu > li.btn a:focus {
    background-color: #f15d5c;
    text-decoration: none;
  }
  #masthead .main-navigation ul.nav-menu > li.btn a.white {
    border-color: white;
    color: white;
  }
  #masthead .main-navigation ul.nav-menu > li.btn a.white:hover {
    border-color: #0c4c81;
  }
  #masthead .main-navigation ul.nav-menu > li.btn a.gold {
    background-color: #e4b446;
    border: none;
    color: #0c4c81;
    font-weight: 600;
  }
  #masthead .main-navigation ul.nav-menu > li.btn a.gold:hover {
    background-color: #ab7f19;
    color: white;
  }
  #masthead .main-navigation ul.nav-menu > li.btn a.red {
    background-color: #f15d5c;
    border: none;
    color: white;
    font-weight: 600;
  }
  #masthead .main-navigation ul.nav-menu > li.btn a.red:hover {
    background-color: #0c4c81;
  }
  #masthead .main-navigation ul.nav-menu > li.btn a.cta {
    padding: 1rem 2rem;
    font-size: 1.8rem;
  }
  #masthead .main-navigation ul.nav-menu > li.btn.yellow a {
    background-color: #e4b446;
    border: none;
    color: #0c4c81;
    font-weight: 600;
  }
  #masthead .main-navigation ul.nav-menu > li.btn.yellow a:hover {
    background-color: #ab7f19;
    color: white;
  }
  #masthead .main-navigation ul.nav-menu > li.current-menu-item a,
  #masthead .main-navigation ul.nav-menu > li.current-menu-parent a {
    color: #e4b446;
  }
  #masthead .main-navigation ul.nav-menu > li > ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
  #masthead .main-navigation ul.nav-menu > li > ul.sub-menu li {
    flex-basis: 50%;
    padding: 0;
    background-color: transparent;
    border: 0;
  }
  #masthead .main-navigation ul.nav-menu > li > ul.sub-menu li a {
    padding: 0;
    background-color: transparent;
    color: white;
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
  }
  #masthead .main-navigation ul.nav-menu > li > ul.sub-menu li a:hover {
    color: #e4b446;
    text-decoration: none;
  }
  #masthead .main-navigation ul.nav-menu > li > ul.sub-menu li.current-menu-item a {
    color: #e4b446;
  }
  #masthead .main-navigation ul.nav-menu > li > ul.sub-menu li > ul.sub-menu {
    display: block;
    padding: 0 1rem;
    list-style-type: none;
  }
  #masthead .main-navigation ul.nav-menu > li .nav-toggle-subarrow {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 576px) {
  #masthead .main-navigation ul.nav-menu > li {
    max-width: 540px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #masthead .main-navigation ul.nav-menu > li {
    max-width: 720px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  #masthead .main-navigation ul.nav-menu > li {
    max-width: 960px;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  #masthead .main-navigation ul.nav-menu > li {
    max-width: 1140px;
  }
}
@media (min-width: 992px) {
  #masthead .main-navigation ul.nav-menu {
    display: flex;
    margin: 1.5rem 0 0 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
    justify-content: flex-end;
  }
  #masthead .main-navigation ul.nav-menu > li {
    display: inline-block;
    float: none;
  }
  #masthead .main-navigation ul.nav-menu > li > a {
    padding: 1rem;
    color: #0c4c81;
    font-family: 'Nunito', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    text-transform: capitalize;
  }
  #masthead .main-navigation ul.nav-menu > li > a:hover {
    color: #f15d5c;
    text-decoration: none;
  }
  #masthead .main-navigation ul.nav-menu > li.current-menu-item > a,
  #masthead .main-navigation ul.nav-menu > li.current-menu-parent > a {
    color: #f15d5c;
  }
  #masthead .main-navigation ul.nav-menu > li.btn {
    margin-left: 2.5rem;
    padding: 0;
  }
  #masthead .main-navigation ul.nav-menu > li.btn a {
    display: inline-block;
    padding: 1rem 2rem;
    color: white;
  }
  #masthead .main-navigation ul.nav-menu > li.btn a:hover {
    background-color: #0c4c81;
  }
  #masthead .main-navigation ul.nav-menu > li.btn.yellow a {
    background-color: #e4b446;
    border: none;
    color: #0c4c81;
    font-weight: 600;
	border-radius:3px;
  }
  #masthead .main-navigation ul.nav-menu > li.btn.yellow a:hover {
    background-color: #ab7f19;
    color: white;
  }
  #masthead .main-navigation ul.nav-menu > li > ul.sub-menu {
    border: none;
  }
  #masthead .main-navigation ul.nav-menu > li > ul.sub-menu > li {
    border: none;
  }
  #masthead .main-navigation ul.nav-menu > li > ul.sub-menu > li a {
    padding: 0.4rem 1rem;
    position: relative;
    background-color: #0c4c81;
    border: none;
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
  }
  #masthead .main-navigation ul.nav-menu > li > ul.sub-menu > li a:hover {
    background-color: #0e5a98;
    color: #e4b446;
    text-decoration: none;
  }
  #masthead .main-navigation ul.nav-menu > li > ul.sub-menu > li.current-menu-item > a::before {
    bottom: auto;
    left: 0;
    right: auto;
    top: 50%;
    display: block;
    position: absolute;
    transform: translateY(-50%);
    border-style: solid;
    border-color: transparent transparent transparent white;
    border-width: 0.5rem;
    content: '';
  }
  #masthead .main-navigation ul.nav-menu > li > ul.sub-menu > li.menu-item-has-children {
    position: relative;
  }
  #masthead .main-navigation ul.nav-menu > li > ul.sub-menu > li.menu-item-has-children::after {
    bottom: auto;
    left: auto;
    right: 1rem;
    top: 50%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%);
    transition: right 0.25s;
    color: white;
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
  }
  #masthead .main-navigation ul.nav-menu > li > ul.sub-menu > li.menu-item-has-children:hover::after {
    right: 0.5rem;
  }
}
#masthead .social-navigation {
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  #masthead .social-navigation {
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  #masthead .social-navigation {
    padding-right: 55px;
  }
}
#masthead .social-navigation ul.icon-nav {
  height: 100%;
  justify-content: flex-end;
}
#masthead .social-navigation ul.icon-nav li a::before {
  background-color: white;
  color: #e4b446;
}
#masthead .social-navigation ul.icon-nav li a:hover::before {
  background-color: #0c4c81;
  color: white;
}
body.admin-bar #masthead {
  top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar #masthead {
    top: 32px;
  }
}
@media (max-width: 600px) {
  body.admin-bar.below-top #masthead {
    top: 0;
  }
}
body.nav-is-visible #masthead {
  padding-right: var(--scroll-bar);
}
/**
 * Tagline
 **/
.site-tagline {
  padding: 1.5rem 0;
  background-color: #0c4c81;
}
.site-tagline p {
  margin: 0 auto;
  max-width: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  color: white;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 576px) {
  .site-tagline p {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .site-tagline p {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .site-tagline p {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .site-tagline p {
    max-width: 1140px;
  }
}
.site-tagline p em {
  display: block;
  color: #97caf5;
}
/**
 * Banner Area
 **/

  



#banner-area .banner-slider {
  box-sizing: border-box;
  height: 500px;
  width: 100%;
  position: relative;
}
#banner-area .banner-slider .slick-list {
  height: 100%;
}
#banner-area .banner-slider .slick-list .slick-track {
  height: 100%;
}
#banner-area .banner-slider button.slick-arrow {
  bottom: auto;
  top: 50%;
  position: absolute;
  z-index: 100;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
}
#banner-area .banner-slider button.slick-arrow::before {
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Font Awesome 5 Free';
  font-size: 4rem;
}
#banner-area .banner-slider button.slick-arrow.slick-prev {
  left: 2%;
  right: auto;
}
#banner-area .banner-slider button.slick-arrow.slick-prev::before {
  content: '\f104';
}
#banner-area .banner-slider button.slick-arrow.slick-next {
  left: auto;
  right: 2%;
}
#banner-area .banner-slider button.slick-arrow.slick-next::before {
  content: '\f105';
}
#banner-area .banner-slider .slick-dots {
  bottom: 1.5rem;
  left: 0;
  right: 0;
  top: auto;
  display: flex;
  margin: 0;
  padding: 0;
  position: absolute;
  list-style-type: none;
  justify-content: center;
}
#banner-area .banner-slider .slick-dots li {
  margin: 0 0 0 0.7rem;
  padding: 0;
}
#banner-area .banner-slider .slick-dots li:first-child {
  margin-left: 0;
}
#banner-area .banner-slider .slick-dots li button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
}
#banner-area .banner-slider .slick-dots li button::before {
  display: block;
  height: 1rem;
  width: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  content: '';
}
#banner-area .banner-slider .slick-dots li button:hover::before {
  background-color: black;
}
.banner-slide {
  height: 100%;
}
.banner-slide__inner {
  height: 100%;
  width: 100%;
  position: relative;
}
.banner-slide video {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  object-fit: cover;
  object-position: center center;
}
.banner-slide__image {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-slide__content {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  height: auto;
  width: 90%;
  padding: 6rem;
  position: absolute;
  z-index: 11;
  transform: translate(-50%, -50%);
  background-color: rgba(12, 76, 129, 0.9);
	border-radius:3px;
}



@media (min-width: 768px) {
  .banner-slide__content {
    bottom: auto;
    left: auto;
    right: 40px;
    top: 50%;
    height: auto;
    width: 70%;
    transform: translateY(-50%);
	 padding: 5rem;

  }
	
	
	
	
}
@media (min-width: 992px) {
  .banner-slide__content {
    width: 38%;
    height:auto;

  }
	
	
}

@media (min-width: 1200px) {
  .banner-slide__content {
    width: 38%;
    height:auto;

  }
	
	
}






.banner-slide__content h2 {
      color: #E3B446;
    font-family: 'Nunito', sans-serif;
    font-size: 3.4rem;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 20px;
	
}
@media (min-width: 768px) {
  .banner-slide__content h2 {
    margin: 0 auto 1.5;
      max-width: 20px;
    width: 100%;
    margin-left: 0;
    text-align: center;
    font-size: 4rem;

  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .banner-slide__content h2 {
	  	  max-width: none;
	       font-size: 4rem;


     /*max-width: calc( ( 540px / 2 ) - 8px );*/
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .banner-slide__content h2 {
	      font-size: 4rem;

	   max-width: none;
    /* max-width: calc( ( 720px / 2 ) - 20px );*/
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .banner-slide__content h2 {
	      font-size: 4rem;

	  max-width: none;
   /* max-width: calc( ( 960px / 2 ) - 60px );*/
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .banner-slide__content h2 {
	  margin-bottom:10px;
	  padding-bottom:0.em;
		  line-height:1.1em;
	      font-size: 4rem;

      /* max-width: calc( ( 1140px / 2 ) - 80px );*/
  }
}
.banner-slide__content h4 {
  color: #e4b446;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-slide__content h4 {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .banner-slide__content h4 {
    max-width: calc( ( 540px / 2 ) - 8px );
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .banner-slide__content h4 {
    max-width: calc( ( 720px / 2 ) - 20px );
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .banner-slide__content h4 {
    max-width: calc( ( 960px / 2 ) - 60px );
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .banner-slide__content h4 {
    max-width: calc( ( 1140px / 2 ) - 80px );
  }
}
.banner-slide__content p {
  color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .banner-slide__content p {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .banner-slide__content p {
    max-width: calc( ( 540px / 2 ) - 8px );
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .banner-slide__content p {
	  	  max-width: none;

   /* max-width: calc( ( 720px / 2 ) - 20px ); */
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .banner-slide__content p {
   /* max-width: calc( ( 960px / 2 ) - 60px );*/
	  max-width: 500px;
	  margin:auto;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .banner-slide__content p {
  /*   max-width: calc( ( 1140px / 2 ) - 80px );*/
  }
}
.banner-slide__content p:first-child {
  color: #e4b446;
  font-size: 2.2rem;
}
.banner-slide__content .wp-block-buttons {
  text-align: center;
}
@media (min-width: 768px) {
  .banner-slide__content .wp-block-buttons {
    text-align: center;
  }
}

.banner-slide__content .wp-block-button {
 	margin:auto;
	width:90%;
}


.banner-slide__content .wp-block-button__link {
  background-color: #E3B446;
  border: none;
  color: #1F1F1F;
  font-weight: 1000;
  padding: 1rem 2rem;
  font-size: 1.8rem;
border-radius: 3px;
		width:100%;

}




.banner-slide__content .wp-block-button__link:hover {
  background-color: #FFF;
}
.banner-simple__inner {
  position: relative;
}
.banner-simple__image {
  height: 100%;
  width: 100%;
  margin: 0;
  min-height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .banner-simple__image {
    min-height: 400px;
  }
}
.banner-simple__content {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  height: auto;
  width: 80%;
  padding: 3rem;
  position: absolute;
  z-index: 11;
  transform: translate(-50%, -50%);
  background-color: rgba(12, 76, 129, 0.7);
}
@media (min-width: 768px) {
  .banner-simple__content {
    bottom: auto;
    left: 0;
    right: auto;
    top: 50%;
    height: auto;
    width: 70%;
    transform: translateY(-50%);
  }
}
@media (min-width: 992px) {
  .banner-simple__content {
    width: 50%;
  }
}
.banner-simple__content h2 {
  color: #f15d5c;
  font-family: 'Nunito', sans-serif;
  font-size: 4rem;
  font-weight: 600;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .banner-simple__content h2 {
    margin: 0 auto;
    max-width: none;
    width: 100%;
    margin: 0 0 0 auto;
    text-align: right;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .banner-simple__content h2 {
    max-width: calc( ( 540px / 2 ) - 8px );
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .banner-simple__content h2 {
    max-width: calc( ( 720px / 2 ) - 20px );
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .banner-simple__content h2 {
    max-width: calc( ( 960px / 2 ) - 60px );
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .banner-simple__content h2 {
    max-width: calc( ( 1140px / 2 ) - 80px );
  }
}
/**
 * Content
 **/
#content #content-inside {
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
}
#content #content-inside p#breadcrumbs {
  padding-top: 1rem;
  font-size: 1.4rem;
  text-align: left;
}
#content #content-inside p#breadcrumbs a {
  color: #7f7f7f;
}
#content #content-inside p#breadcrumbs a + span::before {
  display: inline-block;
  padding: 0 0.5rem;
  color: #7f7f7f;
  content: '\f0da';
  font-family: 'Font Awesome 5 Free';
}
#content #content-inside p#breadcrumbs a + span.breadcrumb_last {
  color: #e5cc81;
}
#primary {
  padding: 0;
}
#primary .entry-footer {
  margin: 0;
  padding: 0;
  border: none;
}
#primary .entry-footer .post-edit-link {
  display: inline-block;
  margin-top: 3rem;
  padding: 1rem 2rem;
  width: auto;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: #0c4c81;
  border: none;
  border-radius: 0;
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
  color: white;
}
#primary .entry-footer .post-edit-link:visited {
  color: white;
}
#primary .entry-footer .post-edit-link:hover,
#primary .entry-footer .post-edit-link:focus {
  background-color: #f15d5c;
  text-decoration: none;
}
#primary .entry-footer .post-edit-link.white {
  border-color: white;
  color: white;
}
#primary .entry-footer .post-edit-link.white:hover {
  border-color: #0c4c81;
}
#primary .entry-footer .post-edit-link.gold {
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
}
#primary .entry-footer .post-edit-link.gold:hover {
  background-color: #ab7f19;
  color: white;
}
#primary .entry-footer .post-edit-link.red {
  background-color: #f15d5c;
  border: none;
  color: white;
  font-weight: 600;
}
#primary .entry-footer .post-edit-link.red:hover {
  background-color: #0c4c81;
}
#primary .entry-footer .post-edit-link.cta {
  padding: 1rem 2rem;
  font-size: 1.8rem;
}
#primary #main .entry-content {
  margin-bottom: 0;
  margin-top: 0;
	padding-top:20px;
}
#primary #main .entry-content > h2,
#primary #main .entry-content > h3,
#primary #main .entry-content > h4,
#primary #main .entry-content > p {
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}
@media (min-width: 576px) {
  #primary #main .entry-content > h2,
  #primary #main .entry-content > h3,
  #primary #main .entry-content > h4,
  #primary #main .entry-content > p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #primary #main .entry-content > h2,
  #primary #main .entry-content > h3,
  #primary #main .entry-content > h4,
  #primary #main .entry-content > p {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  #primary #main .entry-content > h2,
  #primary #main .entry-content > h3,
  #primary #main .entry-content > h4,
  #primary #main .entry-content > p {
    padding-left: 115px;
    padding-right: 115px;
  }
}
#primary #main .entry-content .wpforms-container {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 576px) {
  #primary #main .entry-content .wpforms-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #primary #main .entry-content .wpforms-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  #primary #main .entry-content .wpforms-container {
    padding-left: 115px;
    padding-right: 115px;
  }
}
#primary #main .entry-content > ul,
#primary #main .entry-content > ol {
  padding-left: 2.6rem;
  padding-right: 2.6rem;
  text-align: left;
}
@media (min-width: 576px) {
  #primary #main .entry-content > ul,
  #primary #main .entry-content > ol {
    padding-left: 4.1rem;
    padding-right: 4.1rem;
  }
}
@media (min-width: 768px) {
  #primary #main .entry-content > ul,
  #primary #main .entry-content > ol {
    padding-left: 6.1rem;
    padding-right: 6.1rem;
  }
}
@media (min-width: 992px) {
  #primary #main .entry-content > ul,
  #primary #main .entry-content > ol {
    padding-left: 13.6rem;
    padding-right: 13.6rem;
  }
}
#primary #main .entry-content > h2 {
  color: #f15d5c;
}
#primary #main .entry-content > h2:first-child {
  margin-top: 7rem;
}
#primary #main .entry-content > h2:first-child + p {
  color: #e4b446;
  font-weight: 600;
}
#primary #main .entry-content > h3 + .wp-block-quote {
  margin-top: 7rem;
}
#primary #main .entry-content > p:first-child {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 3rem;
}
#primary #main .entry-content > p + .wp-block-quote,
#primary #main .entry-content > p + .wp-block-columns {
  margin-top: 7rem;
}
#primary #main .entry-content > .wp-block-buttons {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 576px) {
  #primary #main .entry-content > .wp-block-buttons {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #primary #main .entry-content > .wp-block-buttons {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  #primary #main .entry-content > .wp-block-buttons {
    padding-left: 115px;
    padding-right: 115px;
  }
}
#primary #main .entry-content > .wp-block-buttons:not(.is-content-justification-center) {
  justify-content: flex-start;
}
#primary #main .entry-content > .wp-block-buttons .wp-block-button__link {
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
}
#primary #main .entry-content > .wp-block-buttons .wp-block-button__link:hover {
  background-color: #ab7f19;
  color: white;
}
#primary #main .entry-content > .wp-block-buttons + .wp-block-quote,
#primary #main .entry-content > .wp-block-buttons + .wp-block-image {
  margin-top: 7rem;
}
#primary #main .entry-content > .wp-block-quote {
  bottom: auto;
  left: 50%;
  right: 50%;
  top: auto;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  width: 100vw;
  margin-bottom: 0;
  margin-top: 0;
  padding: 7rem 0;
  background-color: #0c4c81;
  border: none;
}
#primary #main .entry-content > .wp-block-quote > p,
#primary #main .entry-content > .wp-block-quote > cite {
  margin: 0 auto;
  max-width: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  color: white;
  font-style: normal;
  text-align: center;
}
@media (min-width: 576px) {
  #primary #main .entry-content > .wp-block-quote > p,
  #primary #main .entry-content > .wp-block-quote > cite {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #primary #main .entry-content > .wp-block-quote > p,
  #primary #main .entry-content > .wp-block-quote > cite {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #primary #main .entry-content > .wp-block-quote > p,
  #primary #main .entry-content > .wp-block-quote > cite {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #primary #main .entry-content > .wp-block-quote > p,
  #primary #main .entry-content > .wp-block-quote > cite {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  #primary #main .entry-content > .wp-block-quote > p,
  #primary #main .entry-content > .wp-block-quote > cite {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #primary #main .entry-content > .wp-block-quote > p,
  #primary #main .entry-content > .wp-block-quote > cite {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  #primary #main .entry-content > .wp-block-quote > p,
  #primary #main .entry-content > .wp-block-quote > cite {
    padding-left: 115px;
    padding-right: 115px;
  }
}
#primary #main .entry-content > .wp-block-quote > p {
  font-size: 2.2rem;
  font-weight: 600;
}
#primary #main .entry-content > .wp-block-quote + h3,
#primary #main .entry-content > .wp-block-quote + h4,
#primary #main .entry-content > .wp-block-quote + p {
  margin-top: 7rem;
}
#primary #main .entry-content > .wp-block-quote + .wp-block-group.full-width {
  margin-top: 0;
}
#primary #main .entry-content > .wp-block-media-text {
  margin: 0 auto;
  max-width: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 7rem;
}
@media (min-width: 576px) {
  #primary #main .entry-content > .wp-block-media-text {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #primary #main .entry-content > .wp-block-media-text {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #primary #main .entry-content > .wp-block-media-text {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #primary #main .entry-content > .wp-block-media-text {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  #primary #main .entry-content > .wp-block-media-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #primary #main .entry-content > .wp-block-media-text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  #primary #main .entry-content > .wp-block-media-text {
    padding-left: 115px;
    padding-right: 115px;
  }
}
#primary #main .entry-content > .wp-block-media-text + .wp-block-group,
#primary #main .entry-content > .wp-block-media-text + .wp-block-quote {
  margin-top: 7rem;
}
#primary #main .entry-content > h3:last-child,
#primary #main .entry-content > p:last-child,
#primary #main .entry-content > .wp-block-buttons {
  margin-bottom: 7rem;
}
#primary #main h2 {
  margin:20px 0 20px;
   padding:0;
  font-family: 'Nunito', sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
	text-align:center;
	color:#E3B446;
}
@media (min-width: 768px) {
  #primary #main h2 {
    margin-top: 3.5rem;
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  #primary #main h2 {
    margin: 0 auto 20px;
    font-size: 3.7rem;
	 padding:0;
  }
}
#primary #main h2 + h3 {
  margin-top: 2.5rem;
  margin-bottom:2.5rem;
}
#primary #main h2 + p {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
	text-align:center;
}


#primary #main p {
    font-size: 2.2rem;
    font-weight: 200;
    line-height: 1.5;
}

#primary #main h3 {
  margin: 2.5rem 0 2rem;
  color: #0c4c81;
  font-family: 'Nunito', sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.1;
}
#primary #main h4 {
  color: #0C4C81;
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}
#primary #main .gray-stubs h4 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}


#primary #main p.intro {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.5;
}
#primary #main a:not(.button):not(.post-edit-link):not(.wp-block-button__link) {
}
#primary #main ul,
#primary #main ol {
  margin-bottom: 1rem;
}
#primary #main ul li,
#primary #main ol li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
#primary #main .wp-block-quote {
  background-color: transparent;
  border: none;
}
#primary #main .wp-block-media-text {
  margin-top: 5rem;
}
#primary #main .wp-block-media-text__content {
  text-align: left;
}
#primary #main .wp-block-media-text__content .wp-block-quote cite {
  margin-left: 0;
  margin-right: 0;
}
#primary #main .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  text-align: right;
}
#primary #main .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content .wp-block-buttons {
  justify-content: flex-end;
}
#primary #main ul.policy-list > li {
  font-weight: 600;
  text-align: left;
}
#primary #main ul.policy-list > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#primary #main ul.policy-list > li > ul li a {
  color:#ed1b42 !important;
	text-decoration:underline;
  font-weight: 400;
	font-size:18px;
}
#primary #main ul.policy-list > li > ul li a[href*=".pdf"]::before {
  display: inline-block;
  margin-right: 0.5rem;
  width: 1.5rem;
  content: '\f1c1';
  font-family: 'Font Awesome 5 Free';
  text-align: center;
}
#primary #main .c-accordion__item .c-accordion__title--button {
  display: inline-block;
  padding: 1rem 2rem;
  width: auto;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: #0c4c81;
  border: none;
  border-radius: 0;
  color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  padding-right: 2.5rem;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
#primary #main .c-accordion__item .c-accordion__title--button:visited {
  color: white;
}
#primary #main .c-accordion__item .c-accordion__title--button:hover,
#primary #main .c-accordion__item .c-accordion__title--button:focus {
  background-color: #f15d5c;
  text-decoration: none;
}
#primary #main .c-accordion__item .c-accordion__title--button.white {
  border-color: white;
  color: white;
}
#primary #main .c-accordion__item .c-accordion__title--button.white:hover {
  border-color: #0c4c81;
}
#primary #main .c-accordion__item .c-accordion__title--button.gold {
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
}
#primary #main .c-accordion__item .c-accordion__title--button.gold:hover {
  background-color: #ab7f19;
  color: white;
}
#primary #main .c-accordion__item .c-accordion__title--button.red {
  background-color: #f15d5c;
  border: none;
  color: white;
  font-weight: 600;
}
#primary #main .c-accordion__item .c-accordion__title--button.red:hover {
  background-color: #0c4c81;
}
#primary #main .c-accordion__item .c-accordion__title--button.cta {
  padding: 1rem 2rem;
  font-size: 1.8rem;
}
#primary #main .c-accordion__item .c-accordion__title--button::after {
  right: 0.75rem;
  color: inherit;
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
}
#primary #main .c-accordion__item.is-open .c-accordion__title--button::after {
  content: '\f106';
}
#primary #main div.wpforms-container-full .wpforms-form button[type=submit] {
  display: inline-block;
  margin-top: 3rem;
  padding: 1rem 2rem;
  width: auto;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: #0c4c81;
  border: none;
  border-radius: 2px;
  color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
}
#primary #main div.wpforms-container-full .wpforms-form button[type=submit]:visited {
  color: white;
}
#primary #main div.wpforms-container-full .wpforms-form button[type=submit]:hover,
#primary #main div.wpforms-container-full .wpforms-form button[type=submit]:focus {
  background-color: #f15d5c;
  text-decoration: none;
}
#primary #main div.wpforms-container-full .wpforms-form button[type=submit].white {
  border-color: white;
  color: white;
}
#primary #main div.wpforms-container-full .wpforms-form button[type=submit].white:hover {
  border-color: #0c4c81;
}
#primary #main div.wpforms-container-full .wpforms-form button[type=submit].gold {
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
}
#primary #main div.wpforms-container-full .wpforms-form button[type=submit].gold:hover {
  background-color: #ab7f19;
  color: white;
}
#primary #main div.wpforms-container-full .wpforms-form button[type=submit].red {
  background-color: #f15d5c;
  border: none;
  color: white;
  font-weight: 600;
}
#primary #main div.wpforms-container-full .wpforms-form button[type=submit].red:hover {
  background-color: #0c4c81;
}
#primary #main div.wpforms-container-full .wpforms-form button[type=submit].cta {
  padding: 1rem 2rem;
  font-size: 1.8rem;
}
#primary #main .wp-block-columns.wp-block-columns--feature-links {
  flex-wrap: wrap;
  margin: 7rem auto;
  align-items: flex-start;
}
@media (min-width: 992px) {
  #primary #main .wp-block-columns.wp-block-columns--feature-links {
    flex-wrap: nowrap;
    align-items: stretch;
  }
}
@media (max-height: 991px) {
  #primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-column {
    flex-basis: 100% !important;
    margin: 0 0 2rem 0;
  }
  #primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-column:first-child {
    min-height: 30rem;
  }
  #primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-column:first-child figure {
    height: 100%;
    background-color: black;
  }
  #primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-column:first-child figure img {
    position: relative;
  }
  #primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-column:first-child figure a {
    display: block;
    height: 100%;
    width: 100%;
  }
  #primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-column:first-child figure a:hover img {
    opacity: 0.8;
  }
}
@media (min-width: 992px) {
  #primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-column {
    flex-basis: 0 !important;
    flex-grow: 1;
    margin: 0 0 0 3rem;
  }
  #primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-column:first-child {
    margin-left: 0;
  }
}
#primary #main .wp-block-columns.wp-block-columns--feature-links figure {
  height: auto;
  width: 100%;
  margin: 0;
  min-height: 100%;
  position: relative;
}
#primary #main .wp-block-columns.wp-block-columns--feature-links figure::before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.7);
}
#primary #main .wp-block-columns.wp-block-columns--feature-links figure img {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  object-fit: cover;
}
#primary #main .wp-block-columns.wp-block-columns--feature-links figure figcaption {
  margin: 2.5rem 0 1rem;
  color: #e4b446;
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  position: absolute;
  z-index: 11;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
#primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-group--feature-link {
  height: 100%;
  width: 100%;
  padding: 4rem;
  position: relative;
}
#primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-group--feature-link figure {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 1;
}
#primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-group--feature-link figure img {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
}
#primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-group--feature-link > .wp-block-group__inner-container {
  height: 100%;
}
#primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-group--feature-link .wp-block-group {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.7);
}
#primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-group--feature-link .wp-block-group .wp-block-group__inner-container {
  padding: 4rem;
  position: relative;
  text-align: center;
}
#primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-group--feature-link .wp-block-group h3,
#primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-group--feature-link .wp-block-group p {
  color: white;
}
#primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-group--feature-link .wp-block-group h4 {
  color: #e4b446;
  font-weight: 600;
}
#primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-group--feature-link .wp-block-group .wp-block-buttons {
  margin-bottom: 1.5rem;
  justify-content: center;
}
#primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-group--feature-link .wp-block-group .wp-block-button__link {
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
  margin-top: 0;
}
#primary #main .wp-block-columns.wp-block-columns--feature-links .wp-block-group--feature-link .wp-block-group .wp-block-button__link:hover {
  background-color: #ab7f19;
  color: white;
}
#primary #main .wp-block-columns.core-values {
  margin: 4rem 0;
}
#primary #main .wp-block-columns.core-values .wp-block-column {
  text-align: center;
}
#primary #main .wp-block-columns.core-values .wp-block-column figure.wp-block-image {
  height: auto;
  width: 100%;
  margin: 0 0 1rem 0;
  padding-bottom: 75%;
  position: relative;
}
#primary #main .wp-block-columns.core-values .wp-block-column figure.wp-block-image img {
  bottom: 5%;
  left: 50%;
  right: auto;
  top: 5%;
  height: 90% !important;
  width: 50% !important;
  position: absolute;
  object-fit: contain;
  object-position: center;
  transform: translateX(-50%);
}
#primary #main .wp-block-columns.core-values .wp-block-column:nth-child( 2 ) figure.wp-block-image img {
  width: 55% !important;
}
#primary #main .wp-block-columns.core-values .wp-block-column:nth-child( 3 ) figure.wp-block-image img {
  width: 45% !important;
}
#primary #main .wp-block-columns.core-values .wp-block-column:nth-child( 4 ) figure.wp-block-image img {
  width: 65% !important;
}
#primary #main .wp-block-group .wp-block-group__inner-container > h2:first-child {
  margin-top: 0;
}




#primary #main .wp-block-group.full-width {
  bottom: auto;
  left: 50%;
  right: 50%;
  top: auto;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  width: 100vw;
  transform: none;
}

@media (min-width: 576px) {
  #primary #main .wp-block-group.full-width {
   padding-top: 0;
 padding-bottom: 0;

  }
}

@media (min-width: 768px) {
  #primary #main .wp-block-group.full-width {
   padding-top: 7rem;
 padding-bottom: 7rem;

  }
}
@media (min-width: 992px) {
  #primary #main .wp-block-group.full-width {
 padding-top: 7rem;  
	  padding-bottom: 7rem;
	  margin-top:0;
}
}
@media (min-width: 1200px) {
  #primary #main .wp-block-group.full-width  {
 padding-top: 7rem; 
	  padding-bottom: 7rem;
}
}









#primary #main .wp-block-group.full-width > .wp-block-group__inner-container {
  margin: 0 auto;
  max-width: none;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 576px) {
  #primary #main .wp-block-group.full-width > .wp-block-group__inner-container {
    max-width: 540px;
	    
  }
	
	
	
}
@media (min-width: 768px) {
  #primary #main .wp-block-group.full-width > .wp-block-group__inner-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #primary #main .wp-block-group.full-width > .wp-block-group__inner-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #primary #main .wp-block-group.full-width > .wp-block-group__inner-container {
    max-width: 1090px;
  }
}
@media (min-width: 576px) {
  #primary #main .wp-block-group.full-width > .wp-block-group__inner-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #primary #main .wp-block-group.full-width > .wp-block-group__inner-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  #primary #main .wp-block-group.full-width > .wp-block-group__inner-container {
    padding-left: 115px;
    padding-right: 115px;
	padding-top: 0;  
  }
}
#primary #main .wp-block-group.block-row {
  margin: 3rem 0 7rem;
}
#primary #main .wp-block-group.block-row > .wp-block-group__inner-container {
  display: block;
}
@media (min-width: 768px) {
  #primary #main .wp-block-group.block-row > .wp-block-group__inner-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: space-between;
  }
}
#primary #main .wp-block-group.block-row__item {
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: #0c4c81;
  border-radius: 4px;

}
@media (min-width: 992px) {
  #primary #main .wp-block-group.block-row__item {
    flex-basis: 30%;
    margin-bottom: 0;
    padding: 3rem;
  }
}
#primary #main .wp-block-group.block-row__item h3 {
  margin-top: 0;
  color: #e4b446;
  text-align: center;
}
#primary #main .wp-block-group.block-row__item p {
  color: white;
  text-align: center;
}
#primary #main .wp-block-group.block-row__item .wp-block-buttons {
  justify-content: center;
}
#primary #main .wp-block-group.block-row__item .wp-block-buttons .wp-block-button__link {
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
}
#primary #main .wp-block-group.block-row__item .wp-block-buttons .wp-block-button__link:hover {
  background-color: #ab7f19;
  color: white;
}
#primary #main .wp-block-group.block-grid {
  margin: 3rem 0 7rem;
}
#primary #main .wp-block-group.block-grid > .wp-block-group__inner-container {
  display: block;
}
@media (min-width: 768px) {
  #primary #main .wp-block-group.block-grid > .wp-block-group__inner-container {
    column-gap: 4rem;
    row-gap: 4rem;
    display: grid;
    grid-row: auto auto;
    grid-template-columns: 1fr 1fr;
  }
}
#primary #main .wp-block-group.block-grid__item {
  margin-bottom: 3rem;
  padding: 2rem;
  background-color: #0c4c81;
  text-align: center;
}
@media (min-width: 768px) {
  #primary #main .wp-block-group.block-grid__item {
    margin: 0;
    padding: 3rem;
  }
}
#primary #main .wp-block-group.block-grid__item h3 {
  color: #e4b446;
}
#primary #main .wp-block-group.block-grid__item p {
  color: white;
}
#primary #main .wp-block-group.block-grid__item .wp-block-buttons {
  justify-content: center;
}
#primary #main .wp-block-group.block-grid__item .wp-block-buttons .wp-block-button__link {
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
}
#primary #main .wp-block-group.block-grid__item .wp-block-buttons .wp-block-button__link:hover {
  background-color: #ab7f19;
  color: white;
}
#primary #main .wp-block-group.block-grid__item .wp-block-image {
  margin: -2rem -2rem 2rem -2rem;
}
@media (min-width: 768px) {
  #primary #main .wp-block-group.block-grid__item .wp-block-image {
    margin: -3rem -3rem 2rem -3rem;
  }
}
#primary #main .wp-block-group.our-promise {
  position: relative;
  background-image: url('http://staging.paulkellycreative.com.au/carmel/wp-content/uploads/2020/12/Zumalai-school-outside_Ourpromise_to_you.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#primary #main .wp-block-group.our-promise::before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
}
#primary #main .wp-block-group.our-promise .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
  color: white;
}
#primary #main .wp-block-group.our-promise .wp-block-group__inner-container h2 {
  color: white;
}


/*Stats Box*/



#primary #main .wp-block-group.stats {
		min-height:100%;
      background:linear-gradient(0deg, rgba(104, 128, 149, 0.77), rgba(104, 128, 149, 0.77)), url(https://www.carmelimpact.org.au/wp-content/uploads/2023/12/school.jpg);
      background-size:cover;

}



#primary #main .wp-block-group.stats .wp-block-group__inner-container {
  max-width: 800px;
  padding: 6rem;
  background-color: rgba(12, 76, 129, 0.7);
  text-align: center;
  margin-top:0;
}
#primary #main .wp-block-group.stats .wp-block-group__inner-container h2 {
  color: #E3B446;
}
#primary #main .wp-block-group.stats .wp-block-group__inner-container p {
  color: white;
}
#primary #main .wp-block-group.stats .wp-block-group__inner-container ul.wp-block-list--stats {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  list-style-type: none;
}
@media (min-width: 576px) {
  #primary #main .wp-block-group.stats .wp-block-group__inner-container ul.wp-block-list--stats {
    flex-direction: row;
  }
}
#primary #main .wp-block-group.stats .wp-block-group__inner-container ul.wp-block-list--stats li {
  display: inline-grid;
  flex-basis: auto;
  flex-direction: row;
  margin: 1.8rem 1rem 1.5rem 1rem;
  align-items: center;
  color: white;
  font-weight: 600;
  justify-content: flex-start;
  line-height: 1;
}

@media (min-width: 576px) {
  #primary #main .wp-block-group.stats .wp-block-group__inner-container ul.wp-block-list--stats li {
    flex-basis: 30%;
    flex-direction: column;
    margin: 0 0 0 5%;
  }
  #primary #main .wp-block-group.stats .wp-block-group__inner-container ul.wp-block-list--stats li:first-child {
    margin-left: 0;
  }
}



#primary #main .wp-block-group.stats .wp-block-group__inner-container ul.wp-block-list--stats li strong {
  flex-basis: 30%;
  margin: 0 1rem 0 0;
  font-size: 7.5rem;
  color:#E3B446;
	font-weight:1000;
}


@media (min-width: 576px) {
  #primary #main .wp-block-group.stats .wp-block-group__inner-container ul.wp-block-list--stats li strong {
    flex-basis: auto;
    margin: 0 0 0.5rem 0;
  }
	#primary #main .wp-block-group.stats .wp-block-group__inner-container {
  max-width: 900px;
  padding: 6rem;
  background-color: rgba(12, 76, 129, 0.7);
  text-align: center;
}
#primary #main .wp-block-group.stats .wp-block-group__inner-container h2 {
  color: #E3B446;
}
#primary #main .wp-block-group.stats .wp-block-group__inner-container p {
  color: white;
}
#primary #main .wp-block-group.stats .wp-block-group__inner-container ul.wp-block-list--stats {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  list-style-type: none;
}
@media (min-width: 576px) {
  #primary #main .wp-block-group.stats .wp-block-group__inner-container ul.wp-block-list--stats {
    flex-direction: row;
  }
}
	
	
	
#primary #main .wp-block-group.stats .wp-block-group__inner-container ul.wp-block-list--stats li {
  display: inline-grid;
  flex-basis: auto;
  flex-direction: row;
  margin: 1.8rem 1rem 1.5rem 1rem;
  align-items: center;
  color: white;
  font-weight: 600;
  justify-content: flex-start;
  line-height: 1;
}
@media (min-width: 576px) {
  #primary #main .wp-block-group.stats .wp-block-group__inner-container ul.wp-block-list--stats li {
    flex-basis: 30%;
    flex-direction: column;
    margin: 0 0 0 5%;
  }
  #primary #main .wp-block-group.stats .wp-block-group__inner-container ul.wp-block-list--stats li:first-child {
    margin-left: 0;
  }
}
	
	
#primary #main .wp-block-group.stats .wp-block-group__inner-container ul.wp-block-list--stats li strong {
  flex-basis: 30%;
  margin: 0 1rem 0 0;
  font-size: 7.5rem;
  color:#E3B446;
	font-weight:1000;
}
@media (min-width: 576px) {
  #primary #main .wp-block-group.stats .wp-block-group__inner-container ul.wp-block-list--stats li strong {
    flex-basis: auto;
    margin: 0 0 0.5rem 0;
  }	
	
	}






#primary #main .wp-block-group.donation-methods {
  text-align: center;
}
#primary #main .wp-block-group.donation-methods h2 {
  color: #f15d5c;
}
#primary #main .wp-block-group.donation-methods .wp-block-buttons {
  justify-content: center;
}
#primary #main .wp-block-group.donation-methods .wp-block-columns {
  margin-top: 4rem;
}
#primary #main .wp-block-group.donation-methods .wp-block-columns .wp-block-column:not(:first-child) {
  position: relative;
}
#primary #main .wp-block-group.donation-methods .wp-block-columns .wp-block-column:not(:first-child)::before {
  bottom: 10%;
  left: -1.6rem;
  right: auto;
  top: 10%;
  display: block;
  height: 80%;
  width: 1px;
  position: absolute;
  background-color: #eeeeee;
  content: '';
}
#primary #main .wp-block-group.red {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0 0 0;
  background-color: #FFF;
  color: #000;
  text-align: left;
}
#primary #main .wp-block-group.red h2 {
  color: #E3B446;
}
#primary #main .wp-block-group.red h3 {
  color: white;
}
#primary #main .wp-block-group.red a:not(.button):not(.post-edit-link):not(.wp-block-button__link) {
  color: #111111;
}
#primary #main .wp-block-group.red > .wp-block-group__inner-container > h3 {
  color: white;
}
#primary #main .wp-block-group.red table {
  margin-top: 3rem;
  background-color: white;
  border: 1px solid #e4b446;
  border-collapse: collapse;
}
#primary #main .wp-block-group.red table thead td,
#primary #main .wp-block-group.red table thead th {
  background-color: #e4b446;
  border: 1px solid #e4b446;
  color: white;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: capitalize;
}
#primary #main .wp-block-group.red table tbody td {
  border: 1px solid #e4b446;
  color: black;
}
#primary #main .wp-block-group.red > .wp-block-group__inner-container > .wp-block-buttons:not(.is-content-justification-center) {
  justify-content: left;
}
#primary #main .wp-block-group.red .wp-block-button__link {
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
  padding: 1rem 4rem;
  font-size: 3rem;
	border-radius:3px;
}
#primary #main .wp-block-group.red .wp-block-button__link:hover {
  background-color: #ab7f19;
  color: white;
}
#primary #main .wp-block-group.red .wp-block-pullquote {
  margin: 0 0 1rem;
  padding: 0;
  border: 0;
}
#primary #main .wp-block-group.red .wp-block-pullquote blockquote {
  margin: 0;
  padding: 1.5rem 15%;
  background-color: transparent;
  border: none;
}
#primary #main .wp-block-group.red .wp-block-pullquote blockquote p {
  font-size: 1.8rem;
}
#primary #main .wp-block-group.red .wp-block-pullquote blockquote cite {
  font-size: 1.4rem;
  text-transform: none;
}
#primary #main .wp-block-group.red .wp-block-buttons + .wp-block-image {
  margin-top: 7rem;
}
#primary #main .wp-block-group.red:last-child {
  margin-bottom: 0;
}
#primary #main .wp-block-group + h3 {
  margin-top: 7rem;
}
#primary #main .wp-block-group + .wp-block-quote {
  margin-top: -7rem;
}
#primary #main .wp-block-image.in-content-banner {
  margin-bottom: 3rem;
  width: 100%;
}
#primary #main .wp-block-image.in-content-banner img {
  height: auto !important;
  width: 100% !important;
}
	
#primary #main .page-stubs {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 3rem;
  margin-left: 0;
  margin-right: 0;
}

#primary #main .gray-stubs{
	background-color:#EDEDED;
    padding:3.5rem 0 0 0;
}



	
@media (min-width: 576px) {
  #primary #main .page-stubs {
    margin-left: -5px;
    margin-right: -5px;
	  
  }
}
@media (min-width: 768px) {
  #primary #main .page-stubs {
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 992px) {
  #primary #main .page-stubs {
    flex-direction: row;
    margin-left: -100px;
    margin-right: -100px;
  }
}
#primary #main .page-stubs .wp-block-column {
  margin: 0 0 2.5rem 0;
  background-color: transparent;
  text-align: center;
}
	
@media (min-width: 576px) {
  #primary #main .page-stubs .wp-block-column {
    display: inline-grid;
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  #primary #main .page-stubs .wp-block-column {
    display:inline-grid;
    margin: 0 0 0 -8em;
  }
  #primary #main .page-stubs .wp-block-column:first-child {
    margin-left: 0;
  }
}
@media (min-width: 576px) {
  #primary #main .page-stubs .wp-block-column .wp-block-group {
    flex-basis: 66.667%;
  }
}
#primary #main .page-stubs .wp-block-column .wp-block-group .wp-block-group__inner-container {
  padding: 2rem;
}
#primary #main .page-stubs .wp-block-column figure.wp-block-image {
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
  padding-bottom: 66.667%;
  position: relative;
  background-color:transparent;
}
@media (min-width: 576px) {
  #primary #main .page-stubs .wp-block-column figure.wp-block-image {
    flex-basis: 33.333%;
    padding-bottom: 33.333%;
  }
}
	
	
@media (min-width: 992px) {
  #primary #main .page-stubs .wp-block-column figure.wp-block-image {
    height: auto;
    padding-bottom: 66.667%;
  }
}
#primary #main .page-stubs .wp-block-column figure.wp-block-image img {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: scale-down;
  position: absolute;
}
#primary #main .page-stubs .wp-block-column h4 {
  margin: 2rem 0 1rem 0;
  transition: margin 0.45s ease;
  color: #e4b446;
  line-height: 1.2;
}
#primary #main .page-stubs .wp-block-column p {
  color: #000;
  font-size: 1.8rem;
}
#primary #main .page-stubs .wp-block-column .wp-block-buttons {
  justify-content: center;
}
#primary #main .page-stubs .wp-block-column .wp-block-button__link {
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
 border-radius:4px;
}
	
	
	
	
#primary #main .data-list.search-results {
  margin-top: 4rem;
}
#primary #main .internal-link-list {
  display: flex;
  flex-wrap: wrap;
  margin: 2.5rem 0 0 0;
  padding: 0;
  list-style-type: none;
  justify-content: center;
}
#primary #main .internal-link-list li {
  flex-basis: 35%;
  margin: 0 0 2% 5%;
}
#primary #main .internal-link-list li:nth-child( 2n + 1 ) {
  margin-left: 0;
}
#primary #main .internal-link-list li > a {
  display: block;
  padding: 0.8rem 1.5rem;
  background-color: #f58c8b;
  color: white !important;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}
#primary #main .internal-link-list li > a:hover {
  background-color: #f37473;
}
#primary #main .data-stubs li {
  display: block;
  margin-top: 25px;
  margin-bottom: 15px;
}
#primary #main .data-stubs li::before {
  content: none;
}
#primary #main .data-stubs li__inner {
  height: 100%;
  width: 100%;
  background-color: #0c4c81;
}
@media (min-width: 576px) {
  #primary #main .data-stubs li__inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  #primary #main .data-stubs li__inner {
    display: block;
  }
}
#primary #main .data-stubs li__feature {
  position: relative;
}
@media (min-width: 576px) {
  #primary #main .data-stubs li__feature {
    flex-basis: 30%;
    margin-right: 2%;
  }
}
@media (min-width: 992px) {
  #primary #main .data-stubs li__feature {
    flex-basis: auto;
    margin: 0;
  }
}
#primary #main .data-stubs li__feature__image {
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
  padding-bottom: 66.667%;
  position: relative;
  background-color: #0c4c81;
}
@media (min-width: 576px) {
  #primary #main .data-stubs li__feature__image {
    height: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  #primary #main .data-stubs li__feature__image {
    height: auto;
    padding-bottom: 66.667%;
  }
}
#primary #main .data-stubs li__feature__image img {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  position: absolute;
  opacity: 1;
  transition: all 0.45s ease-out;
}
#primary #main .data-stubs li__detail {
  padding: 2rem;
  text-align: left;
}
@media (min-width: 576px) {
  #primary #main .data-stubs li__detail {
    flex-basis: 68%;
  }
}
@media (min-width: 992px) {
  #primary #main .data-stubs li__detail {
    flex-basis: auto;
  }
}
#primary #main .data-stubs li__detail h4 {
  margin: 0 0 1rem 0;
  padding: 0;
  transition: margin 0.45s ease;
  color: #e4b446 !important;
  line-height: 1.4;
}
#primary #main .data-stubs li__detail p {
  color: white;
  font-size: 1.8rem;
}
#primary #main .data-stubs li__detail__read-more {
  display: inline-block;
  margin-top: 3rem;
  padding: 1rem 2rem;
  width: auto;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: #0c4c81;
  border-radius: 0;
  color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
  padding: 0.8rem 1rem;
  font-size: 1.4rem;
}
#primary #main .data-stubs li__detail__read-more:visited {
  color: white;
}
#primary #main .data-stubs li__detail__read-more:hover,
#primary #main .data-stubs li__detail__read-more:focus {
  background-color: #f15d5c;
  text-decoration: none;
}
#primary #main .data-stubs li__detail__read-more.white {
  border-color: white;
  color: white;
}
#primary #main .data-stubs li__detail__read-more.white:hover {
  border-color: #0c4c81;
}
#primary #main .data-stubs li__detail__read-more.gold {
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
}
#primary #main .data-stubs li__detail__read-more.gold:hover {
  background-color: #ab7f19;
  color: white;
}
#primary #main .data-stubs li__detail__read-more.red {
  background-color: #f15d5c;
  border: none;
  color: white;
  font-weight: 600;
}
#primary #main .data-stubs li__detail__read-more.red:hover {
  background-color: #0c4c81;
}
#primary #main .data-stubs li__detail__read-more.cta {
  padding: 1rem 2rem;
  font-size: 1.8rem;
}
#primary #main .data-stubs li__detail__read-more:hover {
  background-color: #ab7f19;
  color: white;
}
#primary #main .data-stubs li a:hover {
  text-decoration: none;
}
#primary #main .data-stubs li a:hover .data-stub__feature__image img {
  opacity: 0.7;
  transition: all 0.45s ease-in;
}
#primary #main .data-stubs li a:hover .data-stub__detail__read-more {
  background-color: #ab7f19;
  color: white;
}
body.home #primary {
  padding-top: 0;
}
body.home #primary #main .entry-content > h2,
body.home #primary #main .entry-content > p,
body.home #primary #main .entry-content > .wp-block-buttons {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  text-align: center;
}
body.home #primary #main .entry-content > p {
  font-size: 2.2rem;
  font-weight: 400;
}
body.home #primary #main .entry-content > .wp-block-buttons .wp-block-button__link {
  padding: 1rem 2rem;
  font-size: 1.8rem;
}
body.home #primary #main .entry-content .wp-block-group.full-width.red:first-child {
  margin-top: 0;
}
body.has-scrollbar #primary #main .wp-block-group.full-width,
body.has-scrollbar #primary #main .entry-content > .wp-block-quote {
  margin-left: calc(-50vw + (20px / 2));
  margin-right: calc(-50vw + (20px / 2));
  width: calc(100vw - 20px);
}
@supports (color: var(--scroll-bar)) {
  body.has-scrollbar #primary #main .wp-block-group.full-width,
  body.has-scrollbar #primary #main .entry-content > .wp-block-quote {
    margin-left: calc(-50vw + (var(--scroll-bar) / 2));
    margin-right: calc(-50vw + (var(--scroll-bar) / 2));
    width: calc(100vw - var(--scroll-bar));
  }
}
body.page-id-112 #primary #main .entry-content > h2:first-child {
  text-align: left;
}
body.page-id-112 #primary #main .entry-content > h2:first-child + p {
  text-align: left;
}
body.page-id-14 #primary #main .data-stubs.pages .data-stub__detail {
  text-align: center;
}
body.page-id-14 #primary #main .data-stubs.pages .data-stub__detail h4,
body.page-id-14 #primary #main .data-stubs.pages .data-stub__detail p {
  text-align: inherit;
}
#content-inside.left-sidebar #primary {
  border: 0;
}
#content-inside.left-sidebar #secondary {
  padding: 8.5rem 0 0 0;
  border: 0;
}
#content-inside.left-sidebar #secondary .wp-block-button .wp-block-button__link {
  display: inline-block;
  margin-top: 3rem;
  padding: 1rem 2rem;
  width: auto;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: #0c4c81;
  border: none;
  border-radius: 0;
  color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}

#content-inside.left-sidebar #secondary .wp-block-button .wp-block-button__link:visited {
  color: white;
}
#content-inside.left-sidebar #secondary .wp-block-button .wp-block-button__link:hover,
#content-inside.left-sidebar #secondary .wp-block-button .wp-block-button__link:focus {
  background-color: #f15d5c;
  text-decoration: none;
}
#content-inside.left-sidebar #secondary .wp-block-button .wp-block-button__link.white {
  border-color: white;
  color: white;
}
#content-inside.left-sidebar #secondary .wp-block-button .wp-block-button__link.white:hover {
  border-color: #0c4c81;
}
#content-inside.left-sidebar #secondary .wp-block-button .wp-block-button__link.gold {
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
}
#content-inside.left-sidebar #secondary .wp-block-button .wp-block-button__link.gold:hover {
  background-color: #ab7f19;
  color: white;
}
#content-inside.left-sidebar #secondary .wp-block-button .wp-block-button__link.red {
  background-color: #f15d5c;
  border: none;
  color: white;
  font-weight: 600;
}
#content-inside.left-sidebar #secondary .wp-block-button .wp-block-button__link.red:hover {
  background-color: #0c4c81;
}
#content-inside.left-sidebar #secondary .wp-block-button .wp-block-button__link.cta {
  padding: 1rem 2rem;
  font-size: 1.8rem;
}
#content-inside.left-sidebar #secondary .wp-block-button:first-child .wp-block-button__link {
  margin-top: 0;
}
#content-inside.left-sidebar #secondary > *:first-child {
  margin-top: 4.9rem;
}
@media (min-width: 768px) {
  #content-inside.left-sidebar #secondary > *:first-child {
    margin-top: 5.3rem;
  }
}
@media (min-width: 992px) {
  #content-inside.left-sidebar #secondary > *:first-child {
    margin-top: 5.4rem;
  }
}
/**
 * Special Elements
 **/
.what-to-do-slider {
  margin-right: -1rem;
  position: relative;
}
.what-to-do-slider .slick-track {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
.what-to-do-slider .slick-arrow {
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: auto;
  padding: 0 1rem;
  position: absolute;
  z-index: 100;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  justify-content: center;
}
.what-to-do-slider .slick-arrow::before {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Font Awesome 5 Free';
  font-size: 4rem;
  line-height: 1;
}
.what-to-do-slider .slick-arrow.slick-prev {
  left: 0;
  right: auto;
}
.what-to-do-slider .slick-arrow.slick-prev::before {
  content: '\f104';
}
.what-to-do-slider .slick-arrow.slick-next {
  left: auto;
  right: 1rem;
}
.what-to-do-slider .slick-arrow.slick-next::before {
  content: '\f105';
}
.what-to-do-slider .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.what-to-do-slider .slick-arrow:hover::before {
  color: white;
}
.what-to-do-slide {
  margin-right: 1rem;
}
.what-to-do-slide__inner {
  padding-bottom: 58%;
  position: relative;
  background-color: #333333;
}
.what-to-do-slide__photo {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 20;
  opacity: 0.6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.what-to-do-slide__icon {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  position: absolute;
  width: 33.333%;
  z-index: 21;
  transform: translate(-50%, -50%);
}
.what-to-do-slide__icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.what-to-do-slide > a:hover .what-to-do-slide__inner {
  background-color: #e4b446;
}
.what-to-do-slide > a:hover .what-to-do-slide__photo {
  background-blend-mode: luminosity;
  background-color: #e4b446;
}
.feature-pages-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .feature-pages-container {
    bottom: auto;
    left: 50%;
    right: 50%;
    top: auto;
    margin-left: -288px;
    margin-right: -288px;
    position: relative;
    width: 576px;
  }
	
	
	
	
	
	
	
}
@media (min-width: 768px) {
  .feature-pages-container {
    margin-left: -360px;
    margin-right: -360px;
    width: 720px;
  }
}
@media (min-width: 992px) {
  .feature-pages-container {
    margin-left: -470px;
    margin-right: -470px;
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .feature-pages-container {
    margin-left: -570px;
    margin-right: -570px;
    width: 1140px;
  }
}
.feature-pages-container .feature-page {
  flex-basis: calc( ( 100% - 3rem ) / 4);
  margin-left: 1rem;
}
.feature-pages-container .feature-page:first-child {
  margin-left: 0;
}
.feature-pages-container .feature-page a {
  display: block;
  width: 100%;
}
.feature-pages-container .feature-page a figure {
  margin: 0;
  padding-bottom: 77%;
  position: relative;
  width: 100%;
  background-color: #333333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature-pages-container .feature-page a figure::before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.feature-pages-container .feature-page a figure img {
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  height: 60%;
  width: 75%;
  position: absolute;
  z-index: 11;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.feature-pages-container .feature-page a:hover figure {
  background-blend-mode: luminosity;
  background-color: #e4b446;
}
.feature-pages-container .feature-page a:hover figure::before {
  background-color: rgba(228, 180, 70, 0.4);
}
#primary #main .timeline {
  height: auto;
  width: 100%;
  margin-top: 3rem;
  position: static;
}
@media (max-width: 991px) {
  #primary #main .timeline {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  #primary #main .timeline {
    position: relative;
  }
}
#primary #main .timeline__trunk {
  display: none;
}
@media (min-width: 992px) {
  #primary #main .timeline__trunk {
    bottom: 0;
    left: 50%;
    right: auto;
    top: 0;
    display: block;
    height: 100%;
    width: 40px;
    position: absolute;
    z-index: 10;
    transform: translateX(-50%);
    background-color: #0c4c81;
  }
}
#primary #main .timeline__trunk__decade {
  bottom: auto;
  left: 0;
  right: 0;
  padding-top: 0.2rem;
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.1rem;
  text-align: center;
}
#primary #main .timeline__event {
  margin-bottom: 2rem;
  border-top: 2px solid #0c4c81;
}
@media (min-width: 992px) {
  #primary #main .timeline__event {
    bottom: auto;
    box-sizing: border-box;
    margin-bottom: 0;
    position: absolute;
    width: 50%;
  }
  #primary #main .timeline__event.offset {
    width: calc( 50% - 60px );
  }
  #primary #main .timeline__event:nth-of-type( 2n ) {
    left: 0;
    right: auto;
    padding-right: 8rem;
    text-align: left;
  }
  #primary #main .timeline__event:nth-of-type( 2n ).offset {
    padding-right: 2rem;
  }
  #primary #main .timeline__event:nth-of-type( 2n + 1 ) {
    left: auto;
    right: 0;
    padding-left: 8rem;
    text-align: right;
  }
  #primary #main .timeline__event:nth-of-type( 2n + 1 ).offset {
    padding-left: 2rem;
  }
  #primary #main .timeline__event:nth-of-type( 2n + 1 ) .wp-block-image img {
    margin-left: auto;
    margin-right: 0;
  }
}
#primary #main .timeline__event h3 {
  display: inline-block;
  margin: 0 0 1.5rem;
  padding: 0.5rem 2rem;
  background-color: #0c4c81;
  color: white;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: inherit;
}
#primary #main .timeline__event p {
  color: #0c4c81;
  font-size: 1.4rem;
  text-align: inherit;
}
#primary #main .timeline__event__connection {
  display: none;
}
@media (min-width: 992px) {
  #primary #main .timeline__event__connection {
    bottom: auto;
    display: block;
    height: 2px;
    width: 60px;
    position: absolute;
    background-color: #0c4c81;
  }
}
#primary #main .timeline__event__connector {
  display: none;
}
@media (min-width: 992px) {
  #primary #main .timeline__event__connector {
    bottom: auto;
    display: block;
    width: 2px;
    position: absolute;
    background-color: #0c4c81;
  }
}
#primary #main #sb_instagram .sb_instagram_header .sbi_header_text {
  padding-top: 0;
}
#primary #main #sb_instagram .sb_instagram_header .sbi_header_text h3 {
  margin-left: 33px !important;
  padding-top: 0 !important;
  font-size: 1.8rem;
  line-height: 26px;
  text-transform: none;
}
#primary #main #sb_instagram .sb_instagram_header .sbi_header_img {
  height: 26px;
  width: 26px;
  border-radius: 50%;
}
#primary #main #sb_instagram .sb_instagram_header .sbi_header_img .sbi_header_hashtag_icon .sbi_new_logo {
  height: 16px;
  width: 16px;
  margin: 0;
  transform: translate(-50%, -50%);
  font-size: 16px;
}
#primary #main .child-pages-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 4rem;
  margin-top: 8rem;
  align-items: stretch;
}
#primary #main .child-pages-container .child-page {
  flex-basis: 100%;
  margin: 0 0 6% 0;
}
@media (min-width: 768px) {
  #primary #main .child-pages-container .child-page {
    flex-basis: 47%;
    margin: 0 0 6% 6%;
  }
}
#primary #main .child-pages-container .child-page:nth-child( 2n + 1 ) {
  margin-left: 0;
}
#primary #main .child-pages-container .child-page a {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #e5cc81;
}
#primary #main .child-pages-container .child-page a .child-page__photo {
  margin: 0;
  padding-bottom: 50%;
  position: relative;
  width: 100%;
  background-color: #333333;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#primary #main .child-pages-container .child-page a .child-page__details {
  padding: 3rem;
  background-color: #e5cc81;
}
#primary #main .child-pages-container .child-page a .child-page__details h4 {
  color: white;
}
#primary #main .child-pages-container .child-page a .child-page__details p {
  color: white;
  text-decoration: none;
}
#primary #main .child-pages-container .child-page a:hover {
  text-decoration: none;
}
#primary #main .child-pages-container .child-page a:hover .child-page__photo {
  opacity: 0.6;
  background-blend-mode: luminosity;
  background-color: #e4b446;
}
#primary #main .child-pages-container .child-page a:hover .child-page__details h4,
#primary #main .child-pages-container .child-page a:hover .child-page__details p {
  color: #333333;
}
@media (min-width: 992px) {
  body.page-template-page-vendors #primary #main .child-pages-container .child-page {
    flex-basis: 30%;
    margin: 0 0 5% 5%;
  }
}
body.page-template-page-vendors #primary #main .child-pages-container .child-page:nth-child( 3n + 1 ) {
  margin-left: 0;
}
body.page-template-page-vendors #primary #main .child-pages-container .child-page a .child-page__photo {
  padding-bottom: 100%;
}
/**
 * Subscribe
 **/
#subscribe-area {
  box-sizing: border-box;
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  transition: max-height 0.45s;
  background-color: #eeeeee;
}
@media (min-width: 576px) {
  #subscribe-area {
    padding: 0;
  }
}
#subscribe-area div.close-subscribe {
  max-width: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 auto;
  padding-top: 1.5rem;
  pointer-events: none;
  position: relative;
  background-color: #e4b446;
}
@media (min-width: 576px) {
  #subscribe-area div.close-subscribe {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #subscribe-area div.close-subscribe {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #subscribe-area div.close-subscribe {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #subscribe-area div.close-subscribe {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  #subscribe-area div.close-subscribe {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #subscribe-area div.close-subscribe {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  #subscribe-area div.close-subscribe {
    padding-left: 115px;
    padding-right: 115px;
  }
}
#subscribe-area div.close-subscribe #close-subscribe {
  display: block;
  height: auto;
  width: 100%;
  pointer-events: all;
  position: relative;
  font-size: 0;
  line-height: 0;
  text-align: right;
}
#subscribe-area div.close-subscribe #close-subscribe::before {
  display: inline-block;
  color: #fff;
  content: '\f00d';
  font-family: 'Font Awesome 5 Free';
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
}
#subscribe-area div.close-subscribe #close-subscribe:hover {
  text-decoration: none;
}
#subscribe-area div.close-subscribe #close-subscribe:hover::before {
  color: #e5cc81;
}
#subscribe-area h3.widget-title {
  max-width: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
  background-color: #e4b446;
  color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}
@media (min-width: 576px) {
  #subscribe-area h3.widget-title {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #subscribe-area h3.widget-title {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #subscribe-area h3.widget-title {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #subscribe-area h3.widget-title {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  #subscribe-area h3.widget-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #subscribe-area h3.widget-title {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  #subscribe-area h3.widget-title {
    padding-left: 115px;
    padding-right: 115px;
  }
}
#subscribe-area .textwidget {
  margin: 0 auto;
  max-width: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #e4b446;
}
@media (min-width: 576px) {
  #subscribe-area .textwidget {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #subscribe-area .textwidget {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #subscribe-area .textwidget {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #subscribe-area .textwidget {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  #subscribe-area .textwidget {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #subscribe-area .textwidget {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  #subscribe-area .textwidget {
    padding-left: 115px;
    padding-right: 115px;
  }
}
#subscribe-area .textwidget form {
  padding-top: 1.5rem;
  padding-bottom: 4rem;
}
#subscribe-area .textwidget form input[type="submit"] {
  display: inline-block;
  margin-top: 3rem;
  padding: 1rem 2rem;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  border: none;
  border-radius: 0;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  padding: 0.5rem 1.5rem;
  width: auto;
  background-color: #0c4c81;
  color: white;
  font-size: 1.8rem;
}
#subscribe-area .textwidget form input[type="submit"]:visited {
  color: white;
}
#subscribe-area .textwidget form input[type="submit"]:hover,
#subscribe-area .textwidget form input[type="submit"]:focus {
  background-color: #f15d5c;
  text-decoration: none;
}
#subscribe-area .textwidget form input[type="submit"].white {
  border-color: white;
  color: white;
}
#subscribe-area .textwidget form input[type="submit"].white:hover {
  border-color: #0c4c81;
}
#subscribe-area .textwidget form input[type="submit"].gold {
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
}
#subscribe-area .textwidget form input[type="submit"].gold:hover {
  background-color: #ab7f19;
  color: white;
}
#subscribe-area .textwidget form input[type="submit"].red {
  background-color: #f15d5c;
  border: none;
  color: white;
  font-weight: 600;
}
#subscribe-area .textwidget form input[type="submit"].red:hover {
  background-color: #0c4c81;
}
#subscribe-area .textwidget form input[type="submit"].cta {
  padding: 1rem 2rem;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  #subscribe-area .textwidget form input[type="submit"] {
    padding: 0.5rem 1rem;
    width: auto;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 992px) {
  #subscribe-area .textwidget form input[type="submit"] {
    font-size: 1.8rem;
  }
}
#subscribe-area.active {
  max-height: 700px;
}
@media (min-width: 768px) {
  #subscribe-area.active {
    max-height: 400px;
  }
}
/**
 * Footer
 **/
footer.site-footer {
  background-color: white;
  border-top: 1px solid #eeeeee;
}
footer.site-footer > .container {
  padding-bottom: 6rem;
  padding-top: 6rem;
}
footer.site-footer .main-navigation ul.nav-menu {
  display: flex;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer.site-footer .main-navigation ul.nav-menu li {
  margin: 0 0 0.5rem 0;
  padding: 0;
}
footer.site-footer .main-navigation ul.nav-menu li:first-child {
  margin-left: 0;
}
footer.site-footer .main-navigation ul.nav-menu li:first-child a {
  padding-left: 0;
}
footer.site-footer .main-navigation ul.nav-menu li a {
  padding: 0;
  color: #0c4c81;
  font-size: 1.8rem;
  font-weight: 600;
}
footer.site-footer .main-navigation ul.nav-menu li a:hover {
  color: #e4b446;
}
footer.site-footer .widget_text h3.widget-title {
  margin: 2.5rem 0 1rem;
  color: #e4b446;
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 4rem 0 0rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  footer.site-footer .widget_text h3.widget-title {
    margin-top: 0;
    text-align: left;
  }
}
footer.site-footer .widget_text h3.widget-title + div.textwidget > p:first-child {
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
}
footer.site-footer .widget_text div form {
  margin-bottom: 1.5rem;
}
footer.site-footer .widget_text div form div.row div[class*="col-"] {
  padding: 0;
}
footer.site-footer .widget_text div form input[type="email"] {
  width: 100%;
  border: 1px solid #e4b446;
  border-radius: 0;
}
footer.site-footer .widget_text div form input[type="submit"] {
  display: inline-block;
  margin-top: 3rem;
  padding: 1rem 2rem;
  width: auto;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: #0c4c81;
  color: white;
  font-family: 'Nunito', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  text-transform: capitalize;
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
  margin: 0;
  padding: 1.4rem;
  width: 100%;
  border-radius: 0;
  line-height: 2.2rem;
}
footer.site-footer .widget_text div form input[type="submit"]:visited {
  color: white;
}
footer.site-footer .widget_text div form input[type="submit"]:hover,
footer.site-footer .widget_text div form input[type="submit"]:focus {
  background-color: #f15d5c;
  text-decoration: none;
}
footer.site-footer .widget_text div form input[type="submit"].white {
  border-color: white;
  color: white;
}
footer.site-footer .widget_text div form input[type="submit"].white:hover {
  border-color: #0c4c81;
}
footer.site-footer .widget_text div form input[type="submit"].gold {
  background-color: #e4b446;
  border: none;
  color: #0c4c81;
  font-weight: 600;
}
footer.site-footer .widget_text div form input[type="submit"].gold:hover {
  background-color: #ab7f19;
  color: white;
}
footer.site-footer .widget_text div form input[type="submit"].red {
  background-color: #f15d5c;
  border: none;
  color: white;
  font-weight: 600;
}
footer.site-footer .widget_text div form input[type="submit"].red:hover {
  background-color: #0c4c81;
}
footer.site-footer .widget_text div form input[type="submit"].cta {
  padding: 1rem 2rem;
  font-size: 1.8rem;
}
footer.site-footer .widget_text div form input[type="submit"]:hover {
  background-color: #ab7f19;
  color: white;
}
footer.site-footer .widget_text p {
  color: #0c4c81;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  text-transform: none;
}
@media (min-width: 992px) {
  footer.site-footer .widget_text p {
    text-align: left;
  }
}
footer.site-footer .widget_text p:first-child {
  margin-top: 4.5rem;
}
footer.site-footer .widget_text p a {
  color: #0c4c81;
  font-size: 1.4rem;
}
footer.site-footer .widget_text p a:hover {
  color: #e4b446;
}
footer.site-footer .social-navigation .icon-nav {
  justify-content: center;
}
@media (min-width: 992px) {
  footer.site-footer .social-navigation .icon-nav {
    justify-content: flex-start;
  }
}
footer.site-footer .accreditations .textwidget p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (min-width: 768px) {
  footer.site-footer .accreditations .textwidget p {
    justify-content: flex-end;
  }
}
footer.site-footer .accreditations .textwidget p img {
  height: auto !important;
  width: auto !important;
  margin-left: 3rem;
  max-height: 80px;
}
footer.site-footer .accreditations .textwidget p a:first-child img {
  margin-left: 0;
}
/**
 * Sub-footer
 **/
.sub-footer {
  bottom: auto;
  left: 50%;
  right: 50%;
  top: auto;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  padding-bottom: 100%;
  position: relative;
  background-attachment: fixed;
  background-image: url('http://staging.paulkellycreative.com.au/carmel/wp-content/uploads/2020/12/Boarding-House-student-group-2018-Footer.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  will-change: transform;
}
@media (min-width: 576px) {
  .sub-footer {
    padding-bottom: 85%;
  }
}
@media (min-width: 768px) {
  .sub-footer {
    padding-bottom: 75%;
  }
}
.sub-footer::before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
.sub-footer aside.widget_text {
  margin: 0 auto;
  max-width: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
  z-index: 11;
}
@media (min-width: 576px) {
  .sub-footer aside.widget_text {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .sub-footer aside.widget_text {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .sub-footer aside.widget_text {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .sub-footer aside.widget_text {
    max-width: 1140px;
  }
}
@media (min-width: 576px) {
  .sub-footer aside.widget_text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .sub-footer aside.widget_text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .sub-footer aside.widget_text {
    padding-left: 115px;
    padding-right: 115px;
  }
}
@media (min-width: 576px) {
  .sub-footer aside.widget_text {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 768px) {
  .sub-footer aside.widget_text {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
@media (min-width: 992px) {
  .sub-footer aside.widget_text {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.sub-footer aside.widget_text h3.widget-title {
  margin: 4.5rem 0 3rem;
  color: #333333;
  font-family: 'Nunito', sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  color: white;
  text-align: center;
}
@media (min-width: 768px) {
  .sub-footer aside.widget_text h3.widget-title {
    margin-top: 3.5rem;
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .sub-footer aside.widget_text h3.widget-title {
    margin: 7rem 0 3rem;
    font-size: 3.7rem;
  }
}
.sub-footer aside.widget_text h3.widget-title + h3 {
  margin-top: 2.5rem;
}
.sub-footer aside.widget_text p {
  color: white;
  font-weight: 600;
  text-align: center;
}
body.has-scrollbar .sub-footer {
  margin-left: calc(-50vw + (20px / 2));
  margin-right: calc(-50vw + (20px / 2));
  width: calc(100vw - 20px);
}
@supports (color: var(--scroll-bar)) {
  body.has-scrollbar .sub-footer {
    margin-left: calc(-50vw + (var(--scroll-bar) / 2));
    margin-right: calc(-50vw + (var(--scroll-bar) / 2));
    width: calc(100vw - var(--scroll-bar));
  }
}
/**
 * Back to Top
 **/
#backToTop {
  bottom: 2rem;
  left: auto;
  right: 2rem;
  top: auto;
  height: 2.4rem;
  width: 2.4rem;
  position: fixed;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0;
  line-height: 0;
  text-align: center;
}
#backToTop::before {
  color: inherit;
  content: '\f106';
  font-family: 'Font Awesome 5 Free';
  font-size: 1.8rem;
  line-height: 2rem;
}
#backToTop:hover {
  background-color: #f15d5c;
  border-color: #f15d5c;
  color: white;
}
#backToTop.visible {
  opacity: 1;
  pointer-events: all;
}
/**
 * Page Fade
 **/
#pageFadeOut {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
  height: 100vh;
  width: 100vw;
  opacity: 1;
  position: fixed;
  z-index: 9999;
  background-color: white;
  transition: opacity 1s ease-in;
}
#pageFadeOut.out {
  opacity: 0;
  pointer-events: none;
}
	



.mobile__banner--wrapper {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(12, 76, 129, 0.9);
	padding: 5rem;
	}
	
.mobile__banner--wrapper h2{
		color: #E3B446  !important;
	    font-family: 'Nunito', sans-serif;
		text-transform: capitalize;
	    margin-bottom: 10px;
		padding-top: 0;
    	padding-bottom: 0;
		margin-top: 0 !important;
	    line-height: 1.1em;
	    font-size: 3.4rem !important;
	    font-weight: 600;
		text-align:center; !important;
	}
	
.mobile__banner--wrapper h2:first-child +p {
		color: white;
	    font-family: 'Nunito', sans-serif;
    	font-size: 1.8rem;
	    font-weight: 400;
    	text-align: center;
	color:white !important;
	}
	
	cite { font-size:22px !important}	
	
	
	
	
	
	