/* Screen Width Patch */
/**
 * Font Definitions
 **/
/**
 * Color Definitions
 **/
/**
 * Color Definitions
 **/
/**
 * Responsiveness
 **/
.container-width {
  margin: 0 auto;
  max-width: none;
  width: 100%;
}
@media (min-width: 600px) {
  .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: 600px) {
  .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: 15px;
  padding-right: 15px;
}
@media (min-width: 600px) {
  .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;
  }
}
.container_12 {
  margin: 0 auto;
  max-width: none;
  width: 100%;
}
@media (min-width: 600px) {
  .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: 'Fira Sans', sans-serif;
  font-size: 7rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
.h2 {
  margin: 4.5rem 0 3rem;
  padding-top: 3.5rem;
  position: relative;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-transform: none;
}
@media (min-width: 768px) {
  .h2 {
    margin-top: 3.5rem;
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
  }
}
@media (min-width: 992px) {
  .h2 {
    margin-top: 4rem;
    font-size: 3.7rem;
  }
}
.h2::before {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
  height: 1rem;
  width: 17rem;
  position: absolute;
  background-color: #45b3be;
  content: '';
}
.h2 + h3 {
  margin-top: 2.5rem;
}
.h3 {
  color: #505050;
  font-family: 'Fira Sans', sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.h3 + h4 {
  margin-top: 4rem;
}
.h4 {
  color: #333333;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
.intro-text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
/***
 * Buttons
 ***/
.button {
  display: inline-block;
  margin-top: 3rem;
  padding: 0.5rem 1rem;
  width: auto;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: transparent;
  border: 2px solid #45b3be;
  border-radius: 0;
  color: #45b3be;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
}
.button:visited {
  color: #45b3be;
}
.button:hover,
.button:focus {
  background-color: #45b3be;
  color: white;
  text-decoration: none;
}
.button.white {
  border-color: white;
  color: white;
}
.button--small {
  font-size: 1.2rem;
}
.button--read-more {
  padding-right: 2.5rem;
}
.button--read-more::after {
  right: 0.75rem;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  font-weight: 700;
}
.button--read-more-open::after {
  content: '\f106';
}
.wp-block-button__link {
  display: inline-block;
  margin-top: 3rem;
  padding: 0.5rem 1rem;
  width: auto;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: transparent;
  border: 2px solid #45b3be;
  border-radius: 0;
  color: #45b3be;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
}
.wp-block-button__link:visited {
  color: #45b3be;
}
.wp-block-button__link:hover,
.wp-block-button__link:focus {
  background-color: #45b3be;
  color: white;
  text-decoration: none;
}
.wp-block-button__link.white {
  border-color: white;
  color: white;
}
/***
 * Images
 ***/
.in-circle {
  height: auto;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  background-color: rgba(69, 179, 190, 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: 'Fira Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  display: block;
  margin-top: 1rem;
  text-decoration: none;
}
.details-block__switch::before {
  display: inline-block;
  margin-right: 1rem;
  font-family: 'FontAwesome';
  font-size: 1.6rem;
  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: #296d74;
  text-decoration: none;
}
.details-block__switch:hover::before,
.details-block__switch[open]::before {
  color: #296d74;
}
.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: 'Fira Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.form-control::placeholder {
  opacity: 1;
  color: #45b3be;
}
.form-control__small {
  background-color: #eeeeee;
  font-size: 1.2rem;
  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: 700;
}
.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.2rem;
  font-weight: 400;
}
.field-container input {
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #333333;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 0.2rem;
  width: 100%;
}
.field-container input::placeholder {
  opacity: 1;
  color: #45b3be;
}
/***
 * 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;
  heigth: 100%;
  width: 100%;
  position: absolute;
}
.video-container figure {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  heigth: 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: #296d74;
  font-family: 'Fira Sans', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  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: 600px) {
  .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%;
    margin-right: 1%;
    width: 48%;
  }
}
@media (min-width: 768px) {
  .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 {
  content: none;
}
.data-stub__feature {
  position: relative;
}
.data-stub__feature__image {
  display: block;
  padding-bottom: 66.667%;
  position: relative;
  width: 100%;
  background-color: #45b3be;
}
.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__feature p {
  bottom: 1rem;
  left: auto;
  right: 1rem;
  top: auto;
  margin: 0;
  position: absolute;
  z-index: 99;
  color: white;
  font-size: 1.1rem;
  font-weight: 700;
  text-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.data-stub__detail {
  padding-bottom: 2.5rem;
  text-align: left;
}
.data-stub__detail h4 {
  margin: 1.5rem 0 0;
  padding: 0;
  transition: margin 0.45s ease;
  color: #45b3be;
  line-height: 1.4;
}
.data-stub__detail__read-more a {
  color: black;
  font-weight: 700;
}
.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 h4 {
  margin-top: 1rem;
}
/***
 * 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: 24px;
  width: 24px;
  transition: color 0.45s;
  background-color: rgba(80, 80, 80, 0.3);
  border-radius: 50%;
  color: white;
  font-family: 'FontAwesome';
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.social-navigation ul.icon-nav li a:hover::before {
  background-color: #45b3be;
}
.social-navigation ul.icon-nav li a.facebook::before {
  content: '\f09a';
}
.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: '\f09a';
}
.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: 24px;
  width: 24px;
  transition: color 0.45s;
  background-color: rgba(80, 80, 80, 0.3);
  border-radius: 50%;
  color: white;
  font-family: 'FontAwesome';
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.social-icon:hover::before {
  background-color: #45b3be;
}
.social-icon.facebook::before {
  content: '\f09a';
}
.social-icon.instagram::before {
  content: '\f16d';
}
.social-icon.twitter::before {
  content: '\f099';
}
/***
 * Container
 ***/
@media (min-width: 600px) {
  .break-out-container {
    bottom: auto;
    left: 50%;
    right: 50%;
    top: auto;
    margin-left: -270px;
    margin-right: -270px;
    position: relative;
    width: 540px;
  }
}
@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
 * *** */
/***
 * Flex box grid mix-in
 ***/
:root {
  --scroll-bar: 8px;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #eeeeee;
  background-image: none;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}
/**
 * Masthead - branding and navigation
 **/
#masthead {
  bottom: auto;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 100;
  background-color: #45b3be;
  background-image: url('');
  border-top: 2rem solid #2c3688;
}
#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 #nav-toggle {
  bottom: auto;
  left: auto;
  right: 0;
  top: 50%;
  display: block;
  position: absolute;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  #masthead #nav-toggle {
    display: none;
  }
}
#masthead #nav-toggle span,
#masthead #nav-toggle span::before,
#masthead #nav-toggle span::after {
  background-color: white;
}
#masthead #nav-toggle:hover span,
#masthead #nav-toggle:hover span::before,
#masthead #nav-toggle:hover span::after {
  background-color: #2c3688;
}
#masthead .main-navigation {
  height: 100%;
}
@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;
    opacity: 0;
    pointer-events: none;
    transition: left 0.45s, opacity 0.45s;
    background-color: #93ced4;
    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: 2rem;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
  }
  #masthead .main-navigation ul.nav-menu > li > a:hover {
    color: #45b3be;
    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: #45b3be;
  }
  #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: #45b3be;
    text-decoration: none;
  }
  #masthead .main-navigation ul.nav-menu > li ul.sub-menu li.current-menu-item a {
    color: #45b3be;
  }
  #masthead .main-navigation ul.nav-menu > li .nav-toggle-subarrow {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 600px) {
  #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;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    align-items: center;
  }
  #masthead .main-navigation ul.nav-menu > li > a {
    padding: 1rem;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
  }
  #masthead .main-navigation ul.nav-menu > li > a:hover {
    color: #2c3688;
    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: #2c3688;
  }
  #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.2rem 1rem;
    position: relative;
    background-color: #505050;
    border: none;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
  }
  #masthead .main-navigation ul.nav-menu > li > ul.sub-menu > li a:hover {
    background-color: #7f7f7f;
    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 .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: #45b3be;
}
#masthead .social-navigation ul.icon-nav li a:hover::before {
  background-color: #2c3688;
  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;
  }
}
/**
 * Banner Area
 **/
#banner-area .banner-area__inner {
  margin: 0 auto;
  max-width: none;
  width: 100%;
  height: 500px;
}
@media (min-width: 600px) {
  #banner-area .banner-area__inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #banner-area .banner-area__inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #banner-area .banner-area__inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #banner-area .banner-area__inner {
    max-width: 1140px;
  }
}
#banner-area .banner-slider {
  box-sizing: border-box;
  height: 100%;
  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: 'FontAwesome';
  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%;
  position: relative;
  background-size: cover;
}
.banner-slide__inner::before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(51, 51, 51, 0.2);
  content: '';
}
.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__content {
  padding-left: 15px;
  padding-right: 15px;
  bottom: auto;
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  z-index: 11;
  transform: translateY(-50%);
}
@media (min-width: 600px) {
  .banner-slide__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .banner-slide__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .banner-slide__content {
    padding-left: 115px;
    padding-right: 115px;
  }
}
.banner-slide__content .wp-block-columns {
  height: 100%;
  width: 100%;
  margin: 0;
  align-items: center;
}
.banner-slide__content .wp-block-columns .wp-block-column:first-child {
  text-align: left;
}
.banner-slide__content .wp-block-columns .in-circle {
  margin: 0 auto 0 2rem;
  padding-bottom: 50%;
  width: 50%;
}
@media (min-width: 600px) {
  .banner-slide__content .wp-block-columns .in-circle {
    padding-bottom: 90%;
    width: 90%;
  }
}
@media (min-width: 768px) {
  .banner-slide__content .wp-block-columns .in-circle {
    padding-bottom: 65%;
    width: 65%;
  }
}
.banner-slide__content .wp-block-columns .in-circle img {
  bottom: 0%;
  left: 0%;
  right: 0%;
  top: 0%;
  height: 100%;
  width: 100%;
  border-radius: 0;
}
.banner-slide__content h2 {
  margin: 2rem 2rem 0 2rem;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  .banner-slide__content h2 {
    margin: 0 0 0.5rem 0;
    font-size: 3rem;
  }
}
@media (min-width: 768px) {
  .banner-slide__content h2 {
    font-size: 4.5rem;
  }
}
.banner-slide__content p {
  margin: 0 2rem;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (min-width: 600px) {
  .banner-slide__content p {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .banner-slide__content p {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  body.home .banner-slide__content .wp-block-columns h2 {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  body.home .banner-slide__content .wp-block-columns h2 {
    font-size: 3.5rem;
  }
}
body.home .banner-slide__content .wp-block-columns .in-circle img {
  bottom: 15%;
  left: 15%;
  right: 15%;
  top: 15%;
  height: 70%;
  width: 70%;
}
body.page-id-90 .banner-slide__content .wp-block-columns .in-circle img,
body.parent-pageid-90 .banner-slide__content .wp-block-columns .in-circle img,
body.page-id-166 .banner-slide__content .wp-block-columns .in-circle img {
  bottom: 15%;
  left: 20%;
  right: 20%;
  top: 25%;
  height: 60%;
  width: 60%;
  object-fit: contain;
  object-position: center center;
  border-radius: 0;
}
body.page-template-page-w-simple-banner #banner-area .banner-area__inner,
body.blog #banner-area .banner-area__inner,
body.single #banner-area .banner-area__inner {
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
  padding: 3rem;
  background-color: #93ced4;
}
@media (min-width: 600px) {
  body.page-template-page-w-simple-banner #banner-area .banner-area__inner,
  body.blog #banner-area .banner-area__inner,
  body.single #banner-area .banner-area__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  body.page-template-page-w-simple-banner #banner-area .banner-area__inner,
  body.blog #banner-area .banner-area__inner,
  body.single #banner-area .banner-area__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  body.page-template-page-w-simple-banner #banner-area .banner-area__inner,
  body.blog #banner-area .banner-area__inner,
  body.single #banner-area .banner-area__inner {
    padding-left: 115px;
    padding-right: 115px;
  }
}
body.page-template-page-w-simple-banner #banner-area .banner-area__inner h2,
body.blog #banner-area .banner-area__inner h2,
body.single #banner-area .banner-area__inner h2 {
  margin: 0;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
/**
 * Content
 **/
#content #content-inside {
  padding-left: 15px;
  padding-right: 15px;
  overflow: auto;
  background-color: white;
  background-image: url('http://staging.paulkellycreative.com.au/queenscliffharbour/wp-content/uploads/2020/09/background-wave-pattern.png');
  background-position: center top;
}
@media (min-width: 600px) {
  #content #content-inside {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #content #content-inside {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  #content #content-inside {
    padding-left: 115px;
    padding-right: 115px;
  }
}
#content #content-inside p#breadcrumbs {
  padding-top: 1rem;
  font-size: 1.2rem;
  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: 'FontAwesome';
}
#content #content-inside p#breadcrumbs a + span.breadcrumb_last {
  color: #93ced4;
}
#primary {
  padding-top: 2.5rem;
}
#primary .entry-content {
  margin-top: 0;
}
#primary .entry-footer {
  border: none;
}
#primary .entry-footer .post-edit-link {
  display: inline-block;
  margin-top: 3rem;
  padding: 0.5rem 1rem;
  width: auto;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: transparent;
  border: 2px solid #45b3be;
  border-radius: 0;
  color: #45b3be;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
}
#primary .entry-footer .post-edit-link:visited {
  color: #45b3be;
}
#primary .entry-footer .post-edit-link:hover,
#primary .entry-footer .post-edit-link:focus {
  background-color: #45b3be;
  color: white;
  text-decoration: none;
}
#primary .entry-footer .post-edit-link.white {
  border-color: white;
  color: white;
}
#primary #main h2 {
  margin: 4.5rem 0 3rem;
  padding-top: 3.5rem;
  position: relative;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-transform: none;
}
@media (min-width: 768px) {
  #primary #main h2 {
    margin-top: 3.5rem;
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
  }
}
@media (min-width: 992px) {
  #primary #main h2 {
    margin-top: 4rem;
    font-size: 3.7rem;
  }
}
#primary #main h2::before {
  bottom: auto;
  left: 0;
  right: auto;
  top: 0;
  height: 1rem;
  width: 17rem;
  position: absolute;
  background-color: #45b3be;
  content: '';
}
#primary #main h2 + h3 {
  margin-top: 2.5rem;
}
#primary #main h2:first-child + p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
#primary #main h3 {
  color: #505050;
  font-family: 'Fira Sans', sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  line-height: 1.1;
  text-transform: uppercase;
}
#primary #main h3 + h4 {
  margin-top: 4rem;
}
#primary #main h4 {
  color: #333333;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
#primary #main .entry-content > p:first-child {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 4rem;
}
#primary #main p.intro {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
#primary #main a:not(.button):not(.post-edit-link):not(.wp-block-button__link) {
  color: #45b3be;
}
#primary #main .c-accordion__item .c-accordion__title--button {
  display: inline-block;
  padding: 0.5rem 1rem;
  width: auto;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: transparent;
  border: 2px solid #45b3be;
  border-radius: 0;
  color: #45b3be;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
  padding-right: 2.5rem;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
#primary #main .c-accordion__item .c-accordion__title--button:visited {
  color: #45b3be;
}
#primary #main .c-accordion__item .c-accordion__title--button:hover,
#primary #main .c-accordion__item .c-accordion__title--button:focus {
  background-color: #45b3be;
  color: white;
  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::after {
  right: 0.75rem;
  color: inherit;
  content: '\f107';
  font-family: 'FontAwesome';
  font-weight: 700;
}
#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: 0.5rem 1rem;
  width: auto;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: transparent;
  border: 2px solid #45b3be;
  border-radius: 0;
  color: #45b3be;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
}
#primary #main div.wpforms-container-full .wpforms-form button[type=submit]:visited {
  color: #45b3be;
}
#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: #45b3be;
  color: white;
  text-decoration: none;
}
#primary #main div.wpforms-container-full .wpforms-form button[type=submit].white {
  border-color: white;
  color: white;
}
#primary #main .wp-block-group.teal {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  max-width: none;
  width: 100%;
  bottom: auto;
  left: 50%;
  right: 50%;
  top: auto;
  box-sizing: content-box;
  margin: 2.5rem calc( ( 50% + 15px ) * -1 );
  padding-bottom: 7rem;
  padding-top: 8rem;
  position: relative;
  background-color: #45b3be;
}
@media (min-width: 600px) {
  #primary #main .wp-block-group.teal {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  #primary #main .wp-block-group.teal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  #primary #main .wp-block-group.teal {
    padding-left: 115px;
    padding-right: 115px;
  }
}
@media (min-width: 600px) {
  #primary #main .wp-block-group.teal {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #primary #main .wp-block-group.teal {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #primary #main .wp-block-group.teal {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #primary #main .wp-block-group.teal {
    max-width: 1140px;
  }
}
@media (min-width: 600px) {
  #primary #main .wp-block-group.teal {
    margin: 3rem -270px;
  }
}
@media (min-width: 768px) {
  #primary #main .wp-block-group.teal {
    margin: 3.5rem -360px;
  }
}
@media (min-width: 992px) {
  #primary #main .wp-block-group.teal {
    margin: 4rem -480px;
  }
}
@media (min-width: 1200px) {
  #primary #main .wp-block-group.teal {
    margin: 5rem -570px;
  }
}
#primary #main .wp-block-group.teal h2 {
  margin-top: 0 !important;
  color: white;
}
#primary #main .wp-block-group.teal h2::before {
  background-color: white;
}
#primary #main .wp-block-quote {
  margin: 8rem 0;
  padding: 0;
  background-color: transparent;
  border: none;
}
#primary #main .wp-block-quote p {
  color: #45b3be;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.15rem;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}
@media (min-width: 768px) {
  #primary #main .wp-block-quote p {
    margin-top: 3.5rem;
    font-size: 3.2rem;
    letter-spacing: 0.2rem;
  }
}
@media (min-width: 992px) {
  #primary #main .wp-block-quote p {
    margin-top: 4rem;
    font-size: 3.7rem;
  }
}
#primary #main .wp-block-quote cite {
  color: #45b3be;
  text-align: center;
}
#content-inside.left-sidebar #primary {
  border: 0;
}
@media (min-width: 940px) {
  #content-inside.left-sidebar .third-tier-page-thumbnail {
    float: left;
    margin-right: -1px;
    padding: 14.5rem 0 0 0;
    width: 25.2252252252%;
  }
}
#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: 0.5rem 1rem;
  width: auto;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: transparent;
  border: 2px solid #45b3be;
  border-radius: 0;
  color: #45b3be;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#content-inside.left-sidebar #secondary .wp-block-button .wp-block-button__link:visited {
  color: #45b3be;
}
#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: #45b3be;
  color: white;
  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: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;
  }
}
#content-inside.left-sidebar .site-sidebar {
  float: none;
  padding: 8.5rem 0 4rem 0;
  width: 100%;
  border: 0;
}
@media (min-width: 940px) {
  #content-inside.left-sidebar .site-sidebar {
    float: left;
    margin-left: -1px;
    padding-bottom: 0;
    width: 25.2252252252%;
  }
}
#content-inside.left-sidebar .site-sidebar ul {
  margin: 1rem 0 0 0;
  padding: 0;
  list-style-type: none;
}
#content-inside.left-sidebar .site-sidebar ul li {
  margin: 0 0 1rem 0;
}
#content-inside.left-sidebar .site-sidebar ul li a {
  display: inline-block;
  margin-top: 3rem;
  padding: 0.5rem 1rem;
  width: auto;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: transparent;
  border: 2px solid #45b3be;
  border-radius: 0;
  color: #45b3be;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}
#content-inside.left-sidebar .site-sidebar ul li a:visited {
  color: #45b3be;
}
#content-inside.left-sidebar .site-sidebar ul li a:hover,
#content-inside.left-sidebar .site-sidebar ul li a:focus {
  background-color: #45b3be;
  color: white;
  text-decoration: none;
}
#content-inside.left-sidebar .site-sidebar ul li a.white {
  border-color: white;
  color: white;
}
#content-inside.left-sidebar .site-sidebar ul li:last-child {
  margin-bottom: 0;
}
body.home #primary {
  padding-top: 0;
}
body.home #primary #main .entry-content {
  margin-top: 0;
}
body.home #primary #main .entry-content h2 {
  margin-top: 8rem;
}
body.page-template-page-terms #banner-area {
  display: none;
}
body.page-template-page-terms #content #primary #main .entry-content h3,
.site-modal__content--terms h3 {
  color: #333333;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-top: 3rem;
  color: #45b3be;
}
body.page-template-page-terms #content #primary #main .entry-content > ul,
.site-modal__content--terms > ul,
body.page-template-page-terms #content #primary #main .entry-content > ol,
.site-modal__content--terms > ol {
  margin-left: 4rem;
}
body.page-template-page-terms #content #primary #main .entry-content > ul > li,
.site-modal__content--terms > ul > li,
body.page-template-page-terms #content #primary #main .entry-content > ol > li,
.site-modal__content--terms > ol > li {
  padding-left: 2rem;
}
body.page-template-page-terms #content #primary #main .entry-content > ol,
.site-modal__content--terms > ol {
  list-style-type: lower-alpha;
}
body.page-template-page-terms #content #primary #main .entry-content > p.terms-list--top,
.site-modal__content--terms > p.terms-list--top {
  margin-bottom: 0;
  color: #45b3be;
  font-weight: 700;
}
body.page-template-page-terms #content #primary #main .entry-content > p.terms-list--top::after,
.site-modal__content--terms > p.terms-list--top::after {
  content: '.';
}
body.page-template-page-terms #content #primary #main .entry-content > p.terms-list--top + *,
.site-modal__content--terms > p.terms-list--top + * {
  margin-left: 4rem;
  margin-top: calc(-2.4rem);
}
body.page-template-page-terms #content #primary #main .entry-content > p.terms-list--top + * > li:first-child,
.site-modal__content--terms > p.terms-list--top + * > li:first-child {
  margin-top: 0;
}
body.page-template-page-terms #content #primary #main .entry-content > p.terms-list--top + h3,
.site-modal__content--terms > p.terms-list--top + h3 {
  line-height: calc(2.4rem);
}
/**
 * Special Elements
 **/
.what-to-do-slider {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (min-width: 600px) {
  .what-to-do-slider {
    flex-direction: row;
    align-items: center;
  }
}
.what-to-do-slide {
  flex-basis: auto;
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .what-to-do-slide {
    flex-basis: 31%;
    margin-bottom: 0;
    margin-left: 3.5%;
  }
  .what-to-do-slide:first-child {
    margin-left: 0;
  }
}
.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;
  height: 60%;
  width: 40%;
  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: #45b3be;
}
.what-to-do-slide > a:hover .what-to-do-slide__photo {
  background-blend-mode: luminosity;
  background-color: #45b3be;
}
.feature-pages-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-top: 1rem;
}
@media (min-width: 600px) {
  .feature-pages-container {
    bottom: auto;
    left: 50%;
    right: 50%;
    top: auto;
    margin-left: -270px;
    margin-right: -270px;
    position: relative;
    width: 540px;
  }
}
@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;
  }
}
@media (min-width: 768px) {
  .feature-pages-container {
    flex-wrap: nowrap;
  }
}
.feature-pages-container .feature-page {
  flex-basis: calc( ( 100% - 1rem ) / 2);
  margin: 0 0 1rem 1rem;
}
@media (max-width: 767px) {
  .feature-pages-container .feature-page:nth-child( 2n+1 ) {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .feature-pages-container .feature-page {
    flex-basis: calc( ( 100% - 3rem ) / 4);
    margin: 0 0 0 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: #45b3be;
}
.feature-pages-container .feature-page a:hover figure::before {
  background-color: rgba(69, 179, 190, 0.4);
}
#primary #main #sb_instagram .sb_instagram_header {
  text-align: center;
}
#primary #main #sb_instagram .sb_instagram_header a {
  display: inline-block;
  float: none;
}
#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.6rem;
  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: #93ced4;
}
#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 2rem;
  background-color: #93ced4;
}
#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: #45b3be;
}
#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: 600px) {
  #subscribe-area {
    padding: 0;
  }
}
#subscribe-area div.close-subscribe {
  max-width: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding-top: 1.5rem;
  pointer-events: none;
  position: relative;
  background-color: #45b3be;
}
@media (min-width: 600px) {
  #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: 600px) {
  #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: 'FontAwesome';
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
#subscribe-area div.close-subscribe #close-subscribe:hover {
  text-decoration: none;
}
#subscribe-area div.close-subscribe #close-subscribe:hover::before {
  color: #93ced4;
}
#subscribe-area h3.widget-title {
  max-width: none;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding: 1.5rem 0 2rem;
  background-color: #45b3be;
  color: white;
  font-family: 'Montserrat', 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: 600px) {
  #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: 600px) {
  #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: 15px;
  padding-right: 15px;
  background-color: #45b3be;
}
@media (min-width: 600px) {
  #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: 600px) {
  #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 p {
  color: white;
  text-align: center;
}
#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: 0.5rem 1rem;
  transition: background-color 0.45s, border-color 0.45s, color 0.45s;
  background-color: transparent;
  border: 2px solid #45b3be;
  border-radius: 0;
  color: #45b3be;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 0.5rem 1.5rem;
  width: auto;
  background-color: #2c3688;
  color: white;
  font-size: 1.6rem;
}
#subscribe-area .textwidget form input[type="submit"]:visited {
  color: #45b3be;
}
#subscribe-area .textwidget form input[type="submit"]:hover,
#subscribe-area .textwidget form input[type="submit"]:focus {
  background-color: #45b3be;
  color: white;
  text-decoration: none;
}
#subscribe-area .textwidget form input[type="submit"].white {
  border-color: white;
  color: white;
}
@media (min-width: 768px) {
  #subscribe-area .textwidget form input[type="submit"] {
    padding: 0.5rem 1rem;
    width: auto;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 992px) {
  #subscribe-area .textwidget form input[type="submit"] {
    font-size: 1.6rem;
  }
}
#subscribe-area .textwidget form .field-group {
  display: flex;
  flex-direction: row;
}
#subscribe-area .textwidget form .field-group label {
  display: none;
}
#subscribe-area .textwidget form .field-group .field-container {
  flex-basis: 92%;
  margin-right: 1rem;
}
#subscribe-area .textwidget form .field-group .field-container input {
  margin-bottom: 0;
  background-color: #45b3be;
  border: 2px solid white;
}
#subscribe-area .textwidget form .field-group .field-container input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#subscribe-area .textwidget form .field-group .field-container.field-container--action {
  flex-basis: auto;
}
#subscribe-area .textwidget form .field-group .field-container.field-container--action input[type="submit"] {
  padding: 0.6rem 1rem;
  background-color: white;
  border: none;
  color: #45b3be;
  font-weight: 700;
}
#subscribe-area.active {
  max-height: 700px;
}
@media (min-width: 768px) {
  #subscribe-area.active {
    max-height: 400px;
  }
}
/**
 * Footer
 **/
footer.site-footer {
  background-color: #eeeeee;
}
footer.site-footer > .container {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 2rem;
  padding-top: 4rem;
  background-color: white;
  border-top: 0.3rem solid #2c3688;
}
@media (min-width: 600px) {
  footer.site-footer > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  footer.site-footer > .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  footer.site-footer > .container {
    padding-left: 115px;
    padding-right: 115px;
  }
}
footer.site-footer > .container > .row {
  margin-left: -5px;
  margin-right: -5px;
  align-items: flex-end;
}
@media (min-width: 600px) {
  footer.site-footer > .container > .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
footer.site-footer .widget_media_image {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 992px) {
  footer.site-footer .widget_media_image {
    margin: 0;
    text-align: left;
  }
}
footer.site-footer .widget_media_image img {
  max-width: 103px !important;
}
footer.site-footer .main-navigation ul.nav-menu {
  display: flex;
  flex-direction: column;
  float: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 600px) {
  footer.site-footer .main-navigation ul.nav-menu {
    flex-direction: row;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  footer.site-footer .main-navigation ul.nav-menu {
    justify-content: flex-start;
  }
}
footer.site-footer .main-navigation ul.nav-menu li {
  margin: 0 0 0.5rem 0;
  padding: 0;
}
@media (min-width: 600px) {
  footer.site-footer .main-navigation ul.nav-menu li {
    margin: 0;
  }
}
footer.site-footer .main-navigation ul.nav-menu li a {
  cursor: pointer;
  padding: 0 0.7rem;
  color: #7f7f7f;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 600px) {
  footer.site-footer .main-navigation ul.nav-menu li a {
    text-align: left;
  }
}
@media (min-width: 768px) {
  footer.site-footer .main-navigation ul.nav-menu li a {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  footer.site-footer .main-navigation ul.nav-menu li a {
    padding: 0 1.5rem;
  }
}
footer.site-footer .main-navigation ul.nav-menu li:first-child a {
  padding-left: 0;
}
footer.site-footer .widget_text p {
  margin-top: 1.5rem;
  color: #93ced4;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  footer.site-footer .widget_text p {
    text-align: left;
  }
}
footer.site-footer .widget_text p a {
  color: inherit;
}
footer.site-footer .widget_text p a:hover {
  color: #45b3be;
}
footer.site-footer .social-navigation {
  padding-bottom: 4rem;
}
footer.site-footer .social-navigation .icon-nav {
  justify-content: center;
}
@media (min-width: 992px) {
  footer.site-footer .social-navigation .icon-nav {
    justify-content: flex-end;
  }
}
/**
 * Page Fade Out
 **/
#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;
}
/**
 * Popup
 **/
.site-modal {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.45s;
}
.site-modal.is-visible {
  z-index: 101;
  opacity: 1;
  pointer-events: all;
}
.site-modal__close {
  padding-bottom: 1rem;
  text-align: right;
}
.site-modal__close button {
  background-color: transparent;
  border: none;
  font-size: 0;
  line-height: 0;
}
.site-modal__close button::before {
  color: white;
  content: '\f00d';
  font-family: 'FontAwesome';
  font-size: 2rem;
  line-height: 1;
}
.site-modal__close button:hover {
  text-decoration: none;
}
.site-modal__close button:hover::before {
  color: #45b3be;
}
.site-modal__inner {
  margin: 0 auto;
  max-width: none;
  width: 100%;
  bottom: auto;
  left: 50%;
  right: auto;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: transform 0.6s ease-out;
  z-index: 102;
}
@media (min-width: 600px) {
  .site-modal__inner {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .site-modal__inner {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .site-modal__inner {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .site-modal__inner {
    max-width: 1140px;
  }
}
.site-modal.is-visible .site-modal__inner {
  transform: translate(-50%, -50%);
}
.site-modal__content {
  padding-left: 15px;
  padding-right: 15px;
  max-height: 80vh;
  overflow: auto;
  padding-bottom: 4rem;
  padding-top: 4rem;
  background-color: white;
}
@media (min-width: 600px) {
  .site-modal__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .site-modal__content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) {
  .site-modal__content {
    padding-left: 115px;
    padding-right: 115px;
  }
}
.site-modal__screen {
  height: 100%;
  width: 100%;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.8);
}
