/**
 * CSS Lock
 * @param  float     $min-size:  1            Lowest value for the lock
 * @param  float     $max-size:  1.4          Highest value for the lock
 * @param  integer   $min-width: 20           Smallest width for lock
 * @param  integer   $max-width: 100          Largest width for lock
 * @param  string    $property:  font-size    Property to apply the lock on
 * @param  string    $unit:      px           Unit of the property to apply
 */
/**
 * Fonts
 **/
@font-face {
  font-family: 'Web-TT-Halloa';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Web-TT-Halloa.woff2") format("woff2"), url("../fonts/Web-TT-Halloa.woff") format("woff");
}
@font-face {
  font-family: 'Le-Monde-Extra-Bold';
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/l1_lemosa-extbo-1_pro_ws_z01-b6cbee01.woff2") format("woff2");
}
@font-face {
  font-family: 'Le-Monde-Demi';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/l1_lemosa-extde-1_pro_ws_z01-b283f513.woff2") format("woff2");
}
/**
 * Colours
 **/
/**
 * CSS
 **/
/**
 * LAYOUT
 **/
/**
 * Burger top position
 **/
/* burger lines spread */
/* swithdrawerside SEARCH 2x */
/**
 * FONT
 **/
/**
 * Breakpoints
 **/
/**
 * DESIGN TOKENS (centralized)
 * These provide a single source of truth for quick brand flips.
 * Update values below and the theme updates consistently.
 */
/**
 * CSS Custom Properties mirror
 * Expose key tokens as CSS variables so PHP templates and inline styles can reference them.
 */
:root {
  /* Brand colors */
  --brand-color-01: #145A60;
  --brand-color-02: #FADC58;
  --brand-color-03: #34ADA3;
  --brand-color-04: #002F45;
  --brand-color-05: #239C92;
  --brand-color-06: #F4B22D;
  --primary: #145A60;
  --black: #1C1C1E;
  --white: #FFFFFF;
  --ink: #145A60;
  --ink-minus-1: #239C92;
  --ink-dark: #002F45;
  --teal: #34ADA3;
  --teal-dark: #239C92;
  --teal-plus-1: #239C92;
  --teal-minus-1: #62D0C7;
  --teal-minus-2: #A1E3DD;
  --midnight: #002F45;
  --noir: #1C1C1E;
  --gold: #F4B22D;
  --melon: #F4B22D;
  --yellow: #FADC58;
  --charcoal-900: #433E40;
  --charcoal-700: #585455;
  --charcoal-500: #979495;
  --charcoal-300: #C0BFBF;
  --charcoal-100: #EAEAEA;
  --error-red: #DA0000;
  --accent-green: #3A7D33;
  --dark-grey: #585455;
  --light-grey: #EAEAEA;
  --accent: #145A60;
  --bone: #F4F2ED;
  /* Spacing */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  /* Radius */
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  /* Shadows */
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06), 0 1px 1px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 12px 24px rgba(0, 0, 0, 0.18);
  /* Typography */
  --font-family-base: avenir-next-lt-pro, Avenir Next, AvenirNext, sans-serif;
  --font-family-head: avenir-next-lt-pro, Avenir Next, AvenirNext, sans-serif;
  --font-family-headings: Le-Monde-Extra-Bold, sans-serif;
  --font-family-head-h1: Le-Monde-Extra-Bold, sans-serif;
  --font-family-headings-demi: Le-Monde-Demi, sans-serif;
  --font-size-base: 18px;
  --font-size-sm: 14px;
  --font-size-lg: 22px;
  --font-size-body-mobile: 14px;
  --line-height-body-mobile: 18px;
  --letter-spacing-body-mobile: 0.01em;
  --font-size-body-desktop: 18px;
  --line-height-body-desktop: 23px;
  --letter-spacing-body-desktop: 0;
  --font-size-body-large-mobile: 16px;
  --line-height-body-large-mobile: 21px;
  --font-size-body-large-desktop: 22px;
  --line-height-body-large-desktop: 29px;
  --font-size-accent-mobile: 70px;
  --line-height-accent-mobile: 50px;
  --font-size-accent-desktop: 100px;
  --line-height-accent-desktop: 60px;
  --letter-spacing-h1: -0.01em;
  --letter-spacing-heading-default: 0;
  --h1-mobile: 44px;
  --h2-mobile: 38px;
  --h3-mobile: 28px;
  --h4-mobile: 24px;
  --h5-mobile: 21px;
  --h1-desktop: 77px;
  --h2-desktop: 60px;
  --h3-desktop: 50px;
  --h4-desktop: 36px;
  --h5-desktop: 30px;
  /* Responsive aliases (mobile defaults) */
  --h6: 18px;
  --h5: 21px;
  --h4: 24px;
  --h3: 28px;
  --h2: 38px;
  --h1: 44px;
  --body-size: 14px;
  --body-line-height: 18px;
  --body-letter-spacing: 0.01em;
  --body-large-size: 16px;
  --body-large-line-height: 21px;
  --accent-size: 70px;
  --accent-line-height: 50px;
  /* Layout */
  --content-width: 1360px;
  --desk-nav-height: 100px;
  --mob-nav-height: 50px;
  /* Buttons */
  --btn-radius: 32px;
  --btn-py: 10px;
  --btn-px: 25px;
  --btn-border: 2px;
  --btn-font-family: avenir-next-lt-pro, Avenir Next, AvenirNext, sans-serif;
  --btn-font-style: normal;
  --btn-font-size: 18px;
  --btn-font-weight: 600;
  --btn-line-height: 1;
  --btn-letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  :root {
    --h5: 30px;
    --h4: 36px;
    --h3: 50px;
    --h2: 60px;
    --h1: 77px;
    --body-size: 18px;
    --body-line-height: 23px;
    --body-letter-spacing: 0;
    --body-large-size: 22px;
    --body-large-line-height: 29px;
    --accent-size: 100px;
    --accent-line-height: 60px;
  }
}
h1, h2, h3, h4, h5, h6 {
  color: #145A60;
  font-family: "Le-Monde-Extra-Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-family: "Le-Monde-Extra-Bold", sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-weight: 700;
}

h5, .h5,
h6, .h6 {
  font-family: "Le-Monde-Demi", sans-serif;
  font-weight: 600;
}

tr, td, ul, li, span, figcaption {
  color: #145A60;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 400;
}

p {
  color: #145A60;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 700;
}

.font-alt {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
}

small {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

.semi-bold {
  font-weight: 600;
}

.small {
  line-height: 1.1 !important;
}

.light-copy small {
  color: #F4F2ED !important;
  line-height: 1.2;
}

a {
  color: inherit;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  text-decoration: none;
}
a:hover {
  transition: linear 200ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
}

h1 {
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  h1 {
    font-size: 77px;
    line-height: 84px;
    letter-spacing: -0.01em;
  }
}
h1 span.font-halloa {
  font-size: 71px;
  line-height: 38px;
}
@media (min-width: 768px) {
  h1 span.font-halloa {
    font-size: 129px;
    line-height: 66px;
  }
}

h2:not(.lead),
h2 {
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  h2:not(.lead),
  h2 {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0;
  }
}
h2:not(.lead) span.font-halloa,
h2 span.font-halloa {
  font-size: 64px;
  line-height: 25px;
}
@media (min-width: 768px) {
  h2:not(.lead) span.font-halloa,
  h2 span.font-halloa {
    font-size: 100px;
    line-height: 72px;
  }
}

h3 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  h3 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
  }
}

h4 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  h4 {
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0;
  }
}

h5 {
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  h5 {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0;
  }
}

h6 {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  h6 {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #145A60;
  font-family: "Le-Monde-Extra-Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
  font-family: "Le-Monde-Extra-Bold", sans-serif;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .h1, h2.h1, h3.h1, h4.h1, h5.h1, h6.h1 {
    font-size: 77px;
    line-height: 84px;
    letter-spacing: -0.01em;
  }
}

.h2, h1.h2, h3.h2, h4.h2, h5.h2, h6.h2 {
  font-size: 38px;
  line-height: 42px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .h2, h1.h2, h3.h2, h4.h2, h5.h2, h6.h2 {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0;
  }
}

.h3, h1.h3, h2.h3, h4.h3, h5.h3, h6.h3 {
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .h3, h1.h3, h2.h3, h4.h3, h5.h3, h6.h3 {
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 0;
  }
}

.h4, h1.h4, h2.h4, h3.h4, h5.h4, h6.h4 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .h4, h1.h4, h2.h4, h3.h4, h5.h4, h6.h4 {
    font-size: 36px;
    line-height: 43px;
    letter-spacing: 0;
  }
}

.h5, h1.h5, h2.h5, h3.h5, h4.h5, h6.h5 {
  font-family: "Le-Monde-Demi", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .h5, h1.h5, h2.h5, h3.h5, h4.h5, h6.h5 {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0;
  }
}

.h6, h1.h6, h2.h6, h3.h6, h4.h6, h5.h6 {
  font-family: "Le-Monde-Demi", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .h6, h1.h6, h2.h6, h3.h6, h4.h6, h5.h6 {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0;
  }
}

p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0;
  }
}

p.paragraph-large,
.paragraph-large {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  p.paragraph-large,
  .paragraph-large {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0;
  }
}

p.lead, .p-lead {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  leading-trim: none;
}
@media (min-width: 768px) {
  p.lead, .p-lead {
    font-size: 22px;
    line-height: 29px;
  }
}

.small-p {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  leading-trim: none;
}

.font-highlight-brand,
.font-highlight-brand strong,
.font-highlight-brand span {
  font-family: 'Web-TT-Halloa', sans-serif !important;
  font-weight: 400 !important;
  font-size: 70px;
  line-height: 50px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .font-highlight-brand,
  .font-highlight-brand strong,
  .font-highlight-brand span {
    font-size: 100px;
    line-height: 60px;
    letter-spacing: 0;
  }
}

.font-halloa {
  font-family: 'Web-TT-Halloa', sans-serif !important;
  font-weight: 400 !important;
}

.font-avenir {
  font-family: 'Avenir Next', sans-serif !important;
  font-weight: 400 !important;
}

.white {
  color: #FFFFFF !important;
}

.bone {
  color: #F4F2ED !important;
}

.ink {
  color: #145A60 !important;
}

.ink-dark {
  color: #002F45 !important;
}

.ink-minus-1 {
  color: #239C92 !important;
}

.teal {
  color: #34ADA3 !important;
}

.melon {
  color: #F4B22D !important;
}

.yellow {
  color: #FADC58 !important;
}

ul {
  padding: 0;
  margin: 0 0 0 15px;
  list-style-position: inside;
}
ul li {
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 15px;
  padding-bottom: 15px;
}

hr {
  border: 0;
  margin: 30px 0;
  border-top: 1px solid #C0BFBF;
  height: 1px;
}
@media (min-width: 768px) {
  hr {
    margin: 45px 0;
  }
}

html, body {
  margin: 0;
  overflow-x: hidden;
}

body {
  background-color: #FFFFFF;
}

body.error404 {
  background-color: #F4F2ED;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 2rem;
  box-sizing: border-box;
}

.padding {
  padding: 1rem;
}
@media (min-width: 768px) {
  .padding {
    padding: 3rem;
  }
}
@media (min-width: 992px) {
  .padding {
    padding: 5rem;
  }
}

img {
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.off .desktop_hero_img, .off .mobile_hero_img {
  opacity: 0;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.mx0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt30 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb130 {
  margin-bottom: 130px;
}

.my25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.px70 {
  padding: 0 70px;
}

.px25 {
  padding-left: 25px;
  padding-right: 25px;
}

.mx {
  margin-left: auto;
  margin-right: auto;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.p0 {
  padding: 0px !important;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px !important;
}

@media (max-width: 767px) {
  .hide-xs {
    display: none !important;
  }
}

.dblock {
  display: block;
}

.mcontain {
  max-width: 1454px;
  margin: 0 auto;
}

.h100 {
  height: 100%;
}

.extra-light-blue-bk {
  background-color: #A1E3DD;
}

.post-404 {
  margin: 90px 0 !important;
}

.post-404.center {
  text-align: center !important;
}

.no-v-padding .row {
  margin: 0 !important;
}

/*bootstrap-grid*/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.container-fluid.max {
  max-width: 1360px;
}
@media (min-width: 768px) {
  .container-fluid.max {
    padding-left: 20px;
    padding-left: 18px;
    padding-right: 20px;
    padding-right: 18px;
  }
}
@media (min-width: 992px) {
  .container-fluid.max {
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1212px;
  }

  /* adding class .full to container-fluid makes for a full bleed tile, with no max-width limit */
  .container-fluid.full {
    width: 100% !important;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1360px;
  }
}
.container-fluid:after, .container-fluid:before, .container:after, .container:before {
  display: table;
  content: " ";
}

.row:after, .row:before {
  display: block;
  content: " ";
}

.container-fluid:after, .container:after, .row:after {
  clear: both;
}

.row {
  margin-bottom: 60px;
}
.row.margin-top-row {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .row {
    margin-bottom: 90px;
  }
  .row.margin-top-row {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

.add-margin-top {
  margin-top: 60px;
}

.add-margin-bottom {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .add-margin-top {
    margin-top: 90px;
  }

  .add-margin-bottom {
    margin-bottom: 90px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -18px;
  margin-left: -18px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xxs-1, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.col-xxs-1, .col-xxs-10, .col-xxs-11, .col-xxs-12, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9 {
  float: left;
}

.col-sm-12, .col-sm-8, .col-sm-6, .col-sm-10, .col-sm-3, .col-sm-5, .col-sm-4, .col-sm-2, .col-sm-7, .col-sm-9, .col-sm-11 {
  width: 100%;
}

.col-xxs-12 {
  width: 100%;
}

.col-xxs-11 {
  width: 91.66666667%;
}

.col-xxs-10 {
  width: 83.33333333%;
}

.col-xxs-9 {
  width: 75%;
}

.col-xxs-8 {
  width: 66.66666667%;
}

.col-xxs-7 {
  width: 58.33333333%;
}

.col-xxs-6 {
  width: 50%;
}

.col-xxs-5 {
  width: 41.66666667%;
}

.col-xxs-4 {
  width: 33.33333333%;
}

.col-xxs-3 {
  width: 25%;
}

.col-xxs-2 {
  width: 16.66666667%;
}

.col-xxs-1 {
  width: 8.33333333%;
}

.col-xxs-pull-12 {
  right: 100%;
}

.col-xxs-pull-11 {
  right: 91.66666667%;
}

.col-xxs-pull-10 {
  right: 83.33333333%;
}

.col-xxs-pull-9 {
  right: 75%;
}

.col-xxs-pull-8 {
  right: 66.66666667%;
}

.col-xxs-pull-7 {
  right: 58.33333333%;
}

.col-xxs-pull-6 {
  right: 50%;
}

.col-xxs-pull-5 {
  right: 41.66666667%;
}

.col-xxs-pull-4 {
  right: 33.33333333%;
}

.col-xxs-pull-3 {
  right: 25%;
}

.col-xxs-pull-2 {
  right: 16.66666667%;
}

.col-xxs-pull-1 {
  right: 8.33333333%;
}

.col-xxs-pull-0 {
  right: auto;
}

.col-xxs-push-12 {
  left: 100%;
}

.col-xxs-push-11 {
  left: 91.66666667%;
}

.col-xxs-push-10 {
  left: 83.33333333%;
}

.col-xxs-push-9 {
  left: 75%;
}

.col-xxs-push-8 {
  left: 66.66666667%;
}

.col-xxs-push-7 {
  left: 58.33333333%;
}

.col-xxs-push-6 {
  left: 50%;
}

.col-xxs-push-5 {
  left: 41.66666667%;
}

.col-xxs-push-4 {
  left: 33.33333333%;
}

.col-xxs-push-3 {
  left: 25%;
}

.col-xxs-push-2 {
  left: 16.66666667%;
}

.col-xxs-push-1 {
  left: 8.33333333%;
}

.col-xxs-push-0 {
  left: auto;
}

.col-xxs-offset-12 {
  margin-left: 100%;
}

.col-xxs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xxs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xxs-offset-9 {
  margin-left: 75%;
}

.col-xxs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xxs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xxs-offset-6 {
  margin-left: 50%;
}

.col-xxs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xxs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xxs-offset-3 {
  margin-left: 25%;
}

.col-xxs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xxs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xxs-offset-0 {
  margin-left: 0;
}

@media (min-width: 480px) {
  .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
  }

  .col-xs-12 {
    width: 100%;
  }

  .col-xs-11 {
    width: 91.66666667%;
  }

  .col-xs-10 {
    width: 83.33333333%;
  }

  .col-xs-9 {
    width: 75%;
  }

  .col-xs-8 {
    width: 66.66666667%;
  }

  .col-xs-7 {
    width: 58.33333333%;
  }

  .col-xs-6 {
    width: 50%;
  }

  .col-xs-5 {
    width: 41.66666667%;
  }

  .col-xs-4 {
    width: 33.33333333%;
  }

  .col-xs-3 {
    width: 25%;
  }

  .col-xs-2 {
    width: 16.66666667%;
  }

  .col-xs-1 {
    width: 8.33333333%;
  }

  .col-xs-pull-12 {
    right: 100%;
  }

  .col-xs-pull-11 {
    right: 91.66666667%;
  }

  .col-xs-pull-10 {
    right: 83.33333333%;
  }

  .col-xs-pull-9 {
    right: 75%;
  }

  .col-xs-pull-8 {
    right: 66.66666667%;
  }

  .col-xs-pull-7 {
    right: 58.33333333%;
  }

  .col-xs-pull-6 {
    right: 50%;
  }

  .col-xs-pull-5 {
    right: 41.66666667%;
  }

  .col-xs-pull-4 {
    right: 33.33333333%;
  }

  .col-xs-pull-3 {
    right: 25%;
  }

  .col-xs-pull-2 {
    right: 16.66666667%;
  }

  .col-xs-pull-1 {
    right: 8.33333333%;
  }

  .col-xs-pull-0 {
    right: auto;
  }

  .col-xs-push-12 {
    left: 100%;
  }

  .col-xs-push-11 {
    left: 91.66666667%;
  }

  .col-xs-push-10 {
    left: 83.33333333%;
  }

  .col-xs-push-9 {
    left: 75%;
  }

  .col-xs-push-8 {
    left: 66.66666667%;
  }

  .col-xs-push-7 {
    left: 58.33333333%;
  }

  .col-xs-push-6 {
    left: 50%;
  }

  .col-xs-push-5 {
    left: 41.66666667%;
  }

  .col-xs-push-4 {
    left: 33.33333333%;
  }

  .col-xs-push-3 {
    left: 25%;
  }

  .col-xs-push-2 {
    left: 16.66666667%;
  }

  .col-xs-push-1 {
    left: 8.33333333%;
  }

  .col-xs-push-0 {
    left: auto;
  }

  .col-xs-offset-12 {
    margin-left: 100%;
  }

  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-xs-offset-9 {
    margin-left: 75%;
  }

  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-xs-offset-6 {
    margin-left: 50%;
  }

  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-xs-offset-3 {
    margin-left: 25%;
  }

  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-xs-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: xs) {
  .flush-xs {
    padding: 0;
  }
}
.wp-block-columns {
  display: flex;
  margin: 20px 0;
}

.wp-block-column {
  flex: 1;
  margin: 0 20px;
}

@media (max-width: 764px) {
  .wp-block-columns.has-3-columns {
    flex-flow: row wrap;
  }

  .has-3-columns .wp-block-column:first-child {
    flex-basis: 100%;
  }
}
@media (max-width: 478px) {
  .wp-block-columns.has-3-columns {
    display: block;
  }

  .wp-block-column {
    margin: 20px 0;
  }
}
button:not(.owl-dot):not(.accordion):not(.pswp__button):not(.owl-prev):not(.owl-next):not(.faqs-filter-pill), input[class*=' btn-'], input[class^='btn-'], a[class*=' btn-'], a[class^='btn-'] {
  font-size: 1rem;
  cursor: pointer;
  background: #002F45;
  border: none;
  color: #FFFFFF;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
  letter-spacing: -0.01em;
  leading-trim: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 32px;
  transition: all 100ms linear;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  text-decoration: none !important;
}
button:not(.owl-dot):not(.accordion):not(.pswp__button):not(.owl-prev):not(.owl-next):not(.faqs-filter-pill):hover, input[class*=' btn-']:hover, input[class^='btn-']:hover, a[class*=' btn-']:hover, a[class^='btn-']:hover {
  background: #EAEAEA;
  color: #145A60;
}
button:not(.owl-dot):not(.accordion):not(.pswp__button):not(.owl-prev):not(.owl-next):not(.faqs-filter-pill).btn-accent, input[class*=' btn-'].btn-accent, input[class^='btn-'].btn-accent, a[class*=' btn-'].btn-accent, a[class^='btn-'].btn-accent {
  background: #145A60;
  color: #145A60;
  text-transform: uppercase;
}
button:not(.owl-dot):not(.accordion):not(.pswp__button):not(.owl-prev):not(.owl-next):not(.faqs-filter-pill).btn-accent:hover, input[class*=' btn-'].btn-accent:hover, input[class^='btn-'].btn-accent:hover, a[class*=' btn-'].btn-accent:hover, a[class^='btn-'].btn-accent:hover {
  background: #145A60;
  color: #FFFFFF;
}
button:not(.owl-dot):not(.accordion):not(.pswp__button):not(.owl-prev):not(.owl-next):not(.faqs-filter-pill).sm-m-pd, input[class*=' btn-'].sm-m-pd, input[class^='btn-'].sm-m-pd, a[class*=' btn-'].sm-m-pd, a[class^='btn-'].sm-m-pd {
  margin-top: 1rem;
}

.pswp__counter {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
}

#enquire-cta {
  border: 2px solid #145A60;
  transition: linear 200ms;
  text-transform: uppercase;
}
#enquire-cta:hover {
  background: transparent;
  border: 2px solid #145A60;
  color: #145A60;
}
#enquire-cta:hover span {
  color: #145A60;
}

a.btn-line-blue, button.btn-line-blue {
  background: transparent;
  color: #002F45;
  border: 2px solid #002F45;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-line-blue:hover, button.btn-line-blue:hover {
  background: #002F45 !important;
  border: 2px solid #002F45;
  color: #fff !important;
}
a.btn-line-blue:hover span, button.btn-line-blue:hover span {
  color: #fff;
}

a.btn-line-green, button.btn-line-green {
  background: transparent;
  color: #145A60;
  border: 2px solid #145A60;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-line-green:hover, button.btn-line-green:hover {
  background: #FADC58 !important;
  border: 2px solid #145A60;
  color: #145A60 !important;
}
a.btn-line-green:hover span, button.btn-line-green:hover span {
  color: #145A60;
}

a.btn-line-lavander, button.btn-line-lavander {
  background: transparent;
  color: #C0BFBF;
  border: 2px solid #C0BFBF;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-line-lavander:hover, button.btn-line-lavander:hover {
  background: #C0BFBF !important;
  border: 2px solid #C0BFBF;
  color: #fff !important;
}
a.btn-line-lavander:hover span, button.btn-line-lavander:hover span {
  color: #fff;
}

a.btn-line-white, button.btn-line-white {
  background: transparent;
  color: #FFF;
  border: 2px solid #FFF;
  transition: linear 200ms;
  text-transform: initial !important;
  display: inline-block;
  text-decoration: none;
}
a.btn-line-white:hover, button.btn-line-white:hover {
  background: #fff !important;
  border: 2px solid #fff;
  color: #002F45 !important;
}
a.btn-line-white:hover span, button.btn-line-white:hover span {
  color: #002F45;
}

a.btn-blue, button.btn-blue {
  background: #002F45;
  color: #FFF;
  border: 2px solid #002F45;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-blue:hover, button.btn-blue:hover {
  background: #62D0C7 !important;
  border: 2px solid #62D0C7;
  color: #fff !important;
}
a.btn-blue:hover span, button.btn-blue:hover span {
  color: #fff;
}

a.btn-black, button.btn-black {
  cursor: pointer;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 32px;
  transition: all 100ms linear;
  width: -moz-max-content;
  width: max-content;
  background: #1C1C1E;
  color: #FFFFFF;
  border: 2px solid #1C1C1E;
  transition: linear 200ms;
  min-width: 140px;
}
a.btn-black:hover, button.btn-black:hover {
  background: #585455 !important;
  border: 2px solid #585455;
  color: #FFFFFF !important;
}
a.btn-black:hover span, button.btn-black:hover span {
  color: #FFFFFF;
}

a.btn-cream, button.btn-cream {
  font-size: 18px;
  cursor: pointer;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all 100ms linear;
  width: -moz-max-content;
  width: max-content;
  background: #F4F2ED;
  color: #1C1C1E;
  border: 2px solid #F4F2ED;
  border-radius: 32px;
  transition: linear 200ms;
  min-width: 140px;
}
a.btn-cream:hover, button.btn-cream:hover {
  background: #FFFFFF !important;
  border: 2px solid #FFFFFF;
  color: #1C1C1E !important;
}
a.btn-cream:hover span, button.btn-cream:hover span {
  color: #fff;
}

a.btn-grey, button.btn-grey {
  display: inline-block;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all 100ms linear;
  width: -moz-max-content;
  width: max-content;
  background: #C0BFBF;
  color: #1C1C1E;
  border: 2px solid #C0BFBF;
  border-radius: 32px;
  transition: linear 200ms;
  min-width: 140px;
}
a.btn-grey svg, button.btn-grey svg {
  position: absolute;
  right: 7px;
  top: 9px;
  width: 24px;
  height: 24px;
}
a.btn-grey .expand_circle_down_link, button.btn-grey .expand_circle_down_link {
  fill: #1C1C1E;
  transition: linear 200ms;
}
a.btn-grey:hover, button.btn-grey:hover {
  background: #1C1C1E !important;
  border: 2px solid #1C1C1E;
  color: #FFFFFF !important;
}
a.btn-grey:hover .expand_circle_down_link, button.btn-grey:hover .expand_circle_down_link {
  fill: #FFFFFF;
}

a.btn-green, button.btn-green {
  display: inline-block;
  position: relative;
  font-size: 18px;
  cursor: pointer;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all 100ms linear;
  width: -moz-max-content;
  width: max-content;
  background: #145A60;
  color: #FFFFFF;
  border: 2px solid #145A60;
  border-radius: 32px;
  transition: linear 200ms;
  min-width: 140px;
}
a.btn-green svg, button.btn-green svg {
  position: absolute;
  right: 7px;
  top: 9px;
  width: 24px;
  height: 24px;
}
a.btn-green .expand_circle_down_link, button.btn-green .expand_circle_down_link {
  fill: #FFFFFF;
  transition: linear 200ms;
}
a.btn-green:hover, button.btn-green:hover {
  background: #1C1C1E !important;
  border: 2px solid #1C1C1E;
  color: #FFFFFF !important;
}
a.btn-green:hover .expand_circle_down_link, button.btn-green:hover .expand_circle_down_link {
  fill: #FFFFFF;
}

a.nav-cta-btn, button.nav-cta-btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
  letter-spacing: -0.01em;
  leading-trim: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  width: -moz-max-content;
  width: max-content;
  min-width: 140px;
  text-decoration: none !important;
  background: #145A60;
  color: #FFFFFF;
  border: 2px solid #145A60;
  border-radius: 32px;
  transition: linear 200ms;
}
a.nav-cta-btn:hover, button.nav-cta-btn:hover {
  background: #1C1C1E;
  border: 2px solid #1C1C1E;
  border-color: #1C1C1E;
  color: #FFFFFF;
}

a.btn-white, button.btn-white {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
  letter-spacing: -0.01em;
  leading-trim: none;
  transition: all 100ms linear;
  width: -moz-max-content;
  width: max-content;
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 32px;
  transition: linear 200ms;
  min-width: 140px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}
a.btn-white svg, button.btn-white svg {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 24px;
  height: 24px;
}
a.btn-white .expand_circle_down_link, button.btn-white .expand_circle_down_link {
  fill: #1C1C1E;
  transition: linear 200ms;
}
a.btn-white:hover, button.btn-white:hover {
  background: #FFFFFF !important;
  border: 2px solid #FFFFFF;
  color: #145A60 !important;
}
a.btn-white:hover .expand_circle_down_link, button.btn-white:hover .expand_circle_down_link {
  fill: #145A60;
}

a.btn-line-black, button.btn-line-black {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
  letter-spacing: -0.01em;
  leading-trim: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all 100ms linear;
  width: -moz-max-content;
  width: max-content;
  background: transparent;
  color: #1C1C1E;
  border: 2px solid #1C1C1E;
  border-radius: 32px;
  transition: linear 200ms;
  min-width: 140px;
  margin-right: 20px;
  margin-bottom: 20px;
}
a.btn-line-black svg, button.btn-line-black svg {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 24px;
  height: 24px;
  transform: rotate(90deg);
}
a.btn-line-black .expand_circle_down_link, button.btn-line-black .expand_circle_down_link {
  fill: #1C1C1E;
  transition: linear 200ms;
}
a.btn-line-black:hover, button.btn-line-black:hover {
  background: #1C1C1E !important;
  border: 2px solid #1C1C1E;
  color: #FFFFFF !important;
}
a.btn-line-black:hover .expand_circle_down_link, button.btn-line-black:hover .expand_circle_down_link {
  fill: #FFFFFF;
}

a.btn-dark, button.btn-dark {
  cursor: pointer;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
  letter-spacing: -0.01em;
  leading-trim: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all 100ms linear;
  width: -moz-max-content;
  width: max-content;
  background: #1C1C1E;
  color: #FFFFFF;
  border: 2px solid #1C1C1E;
  border-radius: 32px;
  transition: linear 200ms;
}
a.btn-dark:hover, button.btn-dark:hover {
  background: #FFFFFF !important;
  border: 2px solid #FFFFFF;
  color: #1C1C1E !important;
}
a.btn-dark:hover span, button.btn-dark:hover span {
  color: #1C1C1E;
}

a.btn-teal, button.btn-teal {
  background: #34ADA3;
  color: #FFF;
  border: 2px solid #34ADA3;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-teal:hover, button.btn-teal:hover {
  background: #A1E3DD !important;
  border: 2px solid #A1E3DD;
  color: #fff !important;
}
a.btn-teal:hover span, button.btn-teal:hover span {
  color: #fff;
}

a.btn-orange, button.btn-orange {
  background: #F4B22D;
  color: #FFF;
  border: 2px solid #F4B22D;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-orange:hover, button.btn-orange:hover {
  background: #145A60 !important;
  border: 2px solid #145A60;
  color: #fff !important;
}
a.btn-orange:hover span, button.btn-orange:hover span {
  color: #fff;
}

a.btn-lavander, button.btn-lavander {
  background: #C0BFBF;
  color: #FFF;
  border: 2px solid #C0BFBF;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-lavander:hover, button.btn-lavander:hover {
  background: #EAEAEA !important;
  border: 2px solid #EAEAEA;
  color: #fff !important;
}
a.btn-lavander:hover span, button.btn-lavander:hover span {
  color: #fff;
}

a.btn-arc-green, button.btn-arc-green {
  background: #145A60;
  color: #FFF;
  border: 2px solid #145A60;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-arc-green:hover, button.btn-arc-green:hover {
  background: #145A60 !important;
  border: 2px solid #145A60;
  color: #fff !important;
}
a.btn-arc-green:hover span, button.btn-arc-green:hover span {
  color: #fff;
}

a.btn-line-arc-green, button.btn-line-arc-green {
  background: transparent;
  color: #145A60;
  border: 2px solid #145A60;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-line-arc-green:hover, button.btn-line-arc-green:hover {
  background: #145A60 !important;
  border: 2px solid #145A60;
  color: #fff !important;
}
a.btn-line-arc-green:hover span, button.btn-line-arc-green:hover span {
  color: #fff;
}

a.btn-gold, button.btn-gold {
  background: #F4B22D;
  color: #FFF;
  border: 2px solid #F4B22D;
  transition: linear 200ms;
  text-transform: uppercase !important;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
  letter-spacing: -0.01em;
  leading-trim: none;
  cursor: pointer;
}
a.btn-gold:hover, button.btn-gold:hover {
  cursor: pointer;
  background: #002F45 !important;
  border: 2px solid #002F45;
  color: #fff !important;
}
a.btn-gold:hover span, button.btn-gold:hover span {
  color: #fff;
}

a.btn-line-gold, button.btn-line-gold {
  background: transparent;
  color: #F4B22D;
  border: 2px solid #F4B22D;
  transition: linear 200ms;
  text-transform: uppercase !important;
}
a.btn-line-gold:hover, button.btn-line-gold:hover {
  background: #F4B22D !important;
  border: 2px solid #F4B22D;
  color: #fff !important;
}
a.btn-line-gold:hover span, button.btn-line-gold:hover span {
  color: #fff;
}

.light-copy a.btn-black, .light-copy button.btn-black {
  cursor: pointer;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 32px;
  transition: all 100ms linear;
  width: -moz-max-content;
  width: max-content;
  background: #F4F2ED;
  color: #1C1C1E;
  border: 2px solid #F4F2ED;
  transition: linear 200ms;
}
.light-copy a.btn-black:hover, .light-copy button.btn-black:hover {
  background: #F4F2ED !important;
  border: 2px solid #F4F2ED;
  color: #1C1C1E !important;
}
.light-copy a.btn-black:hover span, .light-copy button.btn-black:hover span {
  color: #F4F2ED;
}

#socialShare {
  width: 100%;
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 18px;
  text-align: right;
  margin-left: auto;
  margin-right: 0px;
}

#socialShare a,
#socialShare > .socialBox {
  position: relative;
  float: none;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  padding: 5px 0;
  background-color: transparent;
  width: 28px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  #socialShare a,
  #socialShare > .socialBox {
    padding: 5px;
    width: 40px;
  }
}

#socialShare > .socialBox {
  width: 88px;
  margin-left: 0px;
}
@media (min-width: 768px) {
  #socialShare > .socialBox {
    width: 110px;
  }
}

#socialShare a {
  background-color: rgba(0, 0, 0, 0.2);
}

#socialShare > * > span {
  background-color: transparent;
  background-image: url("../../assets/img/share.svg");
  background-size: 22px;
  background-position: 65px center;
  background-repeat: no-repeat;
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 0 28px 0 0px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  font-weight: 600;
  transition: all .35s ease-in-out;
}
@media (min-width: 768px) {
  #socialShare > * > span {
    background-size: 27px;
    font-size: 22px;
    padding: 0 110px 0 0px;
    background-position: 75px center;
  }
}

#socialShare > * > span:hover,
#socialShare > .open > span {
  transition: all .15s ease-in-out;
}

#socialGallery {
  right: 92px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 241px;
  text-align: right;
}
@media (min-width: 768px) {
  #socialGallery {
    right: 117px;
  }
}

#socialGallery a {
  visibility: hidden;
  opacity: 0;
  margin: 0px 6px;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  #socialGallery a {
    margin: 0px 2px;
  }
}

#socialGallery a > span {
  position: relative;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.socialToolBox {
  cursor: default;
}

.pointer {
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  #socialGallery {
    width: 241px;
  }
}
#shareSocial {
  width: 100%;
  max-width: 600px;
  margin-top: 0px;
  margin-bottom: 11px;
  text-align: left;
  margin-left: 0px;
  margin-right: auto;
}
#shareSocial a, #shareSocial span {
  letter-spacing: 1px;
}

#shareSocial a {
  position: relative;
  display: inline-block;
  color: #1C1C1E;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 5px;
  text-align: left;
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  text-transform: uppercase;
}
#shareSocial a:first-child {
  padding-left: 0;
}
#shareSocial a:hover {
  color: #AAAAAA;
}

.socialBox {
  display: inline-block;
}

#socialShareWrap {
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 41px;
  width: 245px;
  text-align: left;
}
@media (min-width: 768px) {
  #socialShareWrap {
    top: 51px;
  }
}

.socialBox > .wrap-share {
  background-color: transparent;
  background-image: url("../../assets/img/share.svg");
  background-size: 32px;
  background-position: 0px center;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 14px;
  padding: 0;
  height: 36px;
  width: 32px;
  line-height: 36px;
  border-radius: 0;
  text-transform: uppercase;
  vertical-align: middle;
  margin-right: 25px;
}
.socialBox > .wrap-share span {
  display: none;
  color: #1C1C1E;
  font-weight: 700;
}
@media (min-width: 768px) {
  .socialBox > .wrap-share {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 0px;
    width: auto;
    background-image: none;
    padding: 0 10px 0 0px;
    background-position: 0 center;
    background-size: contain;
  }
  .socialBox > .wrap-share span {
    display: block;
  }
}

#shareSocial > .socialBox {
  margin-left: 0px;
}

#shareSocial .socialBoxin {
  vertical-align: middle;
  display: inline-block;
}

#socialShareWrap .socialBox {
  background-color: #2F2C2B;
  padding: 10px 0;
  position: relative;
  text-align: left;
}

.section.post-content {
  position: relative;
  z-index: 2;
  overflow: visible;
}

#socialShareWrap .socialBox:before {
  content: "";
  position: absolute;
  top: -9px;
  right: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #2F2C2B transparent;
  transform: rotate(0deg);
}

#shareSocial .close {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 25px;
  background-image: url("../../assets/img/cross.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  z-index: 5;
}

#shareSocial > .socialBox #socialShareWrap {
  display: none;
}

#shareSocial > .socialBox.open #socialShareWrap {
  display: block;
}

.cta-wrap .column--buttons {
  margin-left: -5px;
  margin-right: -5px;
  display: block;
}

.cta {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all .2s ease-in-out;
  box-shadow: none;
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  line-height: 1;
  font-size: 14px;
  letter-spacing: -0.01em;
  leading-trim: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 32px;
  display: inline-block;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .cta {
    font-size: 18px;
  }
}
.cta.outline {
  background-color: var(--button-bg-color, transparent);
  border: 2px solid var(--button-border-color, var(--button-color));
  color: var(--button-copy-color, var(--button-color));
}
.cta.outline:hover {
  background-color: var(--button-hover-bg-color, var(--button-color));
  border-color: var(--button-hover-border-color, var(--button-hover-bg-color, var(--button-border-color, var(--button-color))));
  color: var(--button-hover-copy-color, var(--button-copy-color, #ffffff));
}
.cta.fill, .cta.custom, .cta.preset {
  background-color: var(--button-bg-color, var(--button-color));
  border: 2px solid var(--button-border-color, var(--button-color));
  color: var(--button-copy-color, var(--button-hover-copy-color, #ffffff));
}
.cta.fill:hover, .cta.custom:hover, .cta.preset:hover {
  background-color: var(--button-hover-bg-color, var(--button-bg-color, var(--button-color)));
  border-color: var(--button-hover-border-color, var(--button-hover-bg-color, var(--button-border-color, var(--button-color))));
  color: var(--button-hover-copy-color, var(--button-copy-color, #ffffff));
  opacity: 1;
}

form .colored-submit {
  background: #34ADA3 !important;
  background: linear-gradient(to right, #34ADA3 0%, #00b2ff 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34ADA3', endColorstr='#00b2ff',GradientType=1 ) !important;
  border-radius: 32px;
  padding: 2px;
  display: inline-block;
}

form .colored-submit input[type="submit"] {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  color: #145A60;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent !important;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all .2s ease-in-out;
  box-shadow: none;
  text-decoration: none;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
  letter-spacing: -0.01em;
  leading-trim: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 32px;
  background-color: #FFF;
  display: inline-block;
}
form .colored-submit input[type="submit"]:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.cta.colored {
  margin: 0;
  text-align: center;
  vertical-align: middle;
  color: #145A60;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all .2s ease-in-out;
  box-shadow: none;
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  line-height: 1;
  font-size: 18px;
  letter-spacing: -0.01em;
  leading-trim: none;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 32px;
  background-color: #FFF;
  display: inline-block;
}
.cta.colored:hover {
  background-color: transparent;
  color: #fff;
}

form input,
form select,
form textarea {
  background-color: transparent;
  color: #1C1C1E;
  font-size: 1rem;
  padding: 11px 15px;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #34ADA3 !important;
  color: #34ADA3;
}
form select:hover {
  cursor: pointer;
}
form label {
  color: #145A60;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
  display: inline-block;
}
form:not(#mc-embedded-subscribe-form) input,
form:not(#mc-embedded-subscribe-form) select,
form:not(#mc-embedded-subscribe-form) textarea {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
}
form:not(#mc-embedded-subscribe-form) label {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
}
form#mc-embedded-subscribe-form {
  margin: 2em 0 25px 0;
}
@media (min-width: 768px) {
  form#mc-embedded-subscribe-form {
    margin: 2em 0 25px 0;
  }
}
@media (max-width: 479px) {
  form#mc-embedded-subscribe-form {
    margin: 2em 0 10px 0;
  }
}
form#mc-embedded-subscribe-form label {
  color: #F4F2ED;
}
form#mc-embedded-subscribe-form input[type="text"],
form#mc-embedded-subscribe-form input[type="email"],
form#mc-embedded-subscribe-form select,
form#mc-embedded-subscribe-form textarea,
form#mc-embedded-subscribe-form label {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif !important;
}
form#mc-embedded-subscribe-form input[type="email"] {
  padding: 25px 0 30px 0;
  font-size: 20px;
}
@media (min-width: 768px) {
  form#mc-embedded-subscribe-form input[type="email"] {
    padding: 13px 0;
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  form#mc-embedded-subscribe-form input[type="email"] {
    padding: 25px 0 5px 0;
    font-size: 30px;
  }
}
form#mc-embedded-subscribe-form input[type="submit"] {
  margin-bottom: 25px;
  color: #433E40;
}
@media (max-width: 479px) {
  form#mc-embedded-subscribe-form input[type="submit"] {
    position: relative;
    margin-top: 35px;
    margin-bottom: 0px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  form#mc-embedded-subscribe-form input[type="email"] {
    padding-left: 0;
    padding: 20px 0 28px 0;
    margin-top: 12px;
  }
}
form label,
form input {
  transition: all 200ms linear;
  touch-action: manipulation;
}
form select {
  background-color: transparent;
  background-image: url("../img/expand-down-b.svg");
  background-repeat: no-repeat !important;
  background-size: 24px !important;
  background-position: right 15px center !important;
  border-bottom: 1px solid #002F45;
  margin-right: 2rem;
  padding: .75rem 2rem .75rem 1rem;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (min-width: 992px) {
  form select {
    background-position: right 15px center !important;
  }
}
form select:focus {
  border-bottom: 1px solid #145A60;
}
form select:hover {
  cursor: pointer;
}
form textarea {
  margin-top: 0rem;
  min-height: 100px;
  box-sizing: border-box;
  width: 100%;
}
form textarea:active {
  border-bottom: 1px solid #145A60;
}
form .field {
  display: flex;
  flex-flow: column-reverse;
}

.property-search-form select {
  background-image: url("../img/arrow-down-b.svg");
}

.property-search-form .sort-group select {
  background-image: url("../img/expand-down-b.svg");
}

/*
**  Floating Label
*/
input {
  cursor: text;
  border-bottom: 1px solid #ADADAD;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0;
  z-index: 1;
}
input:focus {
  outline: 0;
  border-bottom: 1px solid #ADADAD;
}

input:-moz-placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(1rem, 1.65rem) scale(0.8);
}

input:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transform-origin: left bottom;
  transform: translate(1rem, 1.65rem) scale(0.8);
}
@media (min-width: 992px) {
  input:-moz-placeholder-shown + label {
    transform: translate(1rem, 1.65rem) scale(0.8);
  }
  input:placeholder-shown + label {
    transform: translate(1rem, 1.65rem) scale(0.8);
  }
}

::-webkit-input-placeholder {
  color: #ADADAD;
  -webkit-transition: inherit;
  transition: inherit;
}

input:focus::-webkit-input-placeholder {
  opacity: 1;
}

input:focus + label {
  background-color: #145A60;
  color: #145A60;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99;
}

input:not(:-moz-placeholder-shown) + label {
  background-color: #145A60;
  color: #145A60;
  transform: translate(-5px, 0.5rem) scale(0.65);
  cursor: pointer;
  padding-left: .5rem;
  padding-right: .5rem;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99;
}

input:not(:placeholder-shown) + label {
  background-color: #145A60;
  color: #145A60;
  transform: translate(-5px, 0.5rem) scale(0.65);
  cursor: pointer;
  padding-left: .5rem;
  padding-right: .5rem;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99;
}

/*
** CF7 Form Spinner
*/
.wpcf7-spinner {
  display: none;
}

.contact-block {
  background-size: cover;
  background-repeat: none;
  background-position: center;
}

#contact-block {
  padding-top: 50px;
}
#contact-block .copy-col {
  margin-bottom: 40px;
}
#contact-block form input[type="text"], #contact-block input[type="email"], #contact-block input[type="select"] {
  width: 100%;
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  #contact-block form input[type="text"], #contact-block input[type="email"], #contact-block input[type="select"] {
    width: 46%;
  }
}

.wpcf7-response-output {
  color: #145A60;
}

.mktoButton {
  margin-left: auto;
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-top: 19px;
  padding: 11px 40px;
}

.mktoForm * {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif !important;
}

.inline-form {
  display: block;
  max-width: 910px;
  margin: 0 auto;
}
.inline-form .email {
  width: 100%;
  border: solid 1px #b6b6b6;
  background-color: #fafafa;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  padding: 5px 16px;
  display: inline-block;
}
.inline-form .btn-blue {
  display: inline-block;
  margin-left: 20px;
  font-size: 19px;
}

.label-wrap {
  width: 68%;
  display: inline-block;
}
@media (max-width: 767px) {
  .label-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}

.wpcf7-not-valid-tip {
  color: #da0000;
  margin-top: 12px;
  display: block;
  position: absolute;
  bottom: -33px;
  font-size: 11px;
}

input.wpcf7-not-valid {
  margin-bottom: 10px;
}

input[type="text"].dirty:valid, input[type="text"].dirty:-webkit-autofill:valid, input[type="email"].dirty:valid, input[type="email"].dirty:-webkit-autofill:valid, input[type="password"].dirty:valid, input[type="password"].dirty:-webkit-autofill:valid, textarea.dirty:valid, textarea.dirty:-webkit-autofill:valid {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #4caf50;
}
input[type="text"].dirty:invalid, input[type="text"].dirty.wpcf7-not-valid, input[type="email"].dirty:invalid, input[type="email"].dirty.wpcf7-not-valid, input[type="password"].dirty:invalid, input[type="password"].dirty.wpcf7-not-valid, textarea.dirty:invalid, textarea.dirty.wpcf7-not-valid {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #f44336;
}

.wpcf7 .screen-reader-response {
  margin-bottom: 0px;
  font-size: 17px;
  color: #fff;
  visibility: hidden;
  height: 0;
  display: none;
}
.wpcf7 .screen-reader-response ul {
  display: none;
}

form.wpcf7-form .wpcf7-response-output {
  margin: 1.2em 0em 1em !important;
  font-size: 14px;
  text-align: center;
}
form.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
}
form.wpcf7-form .wpcf7-form-control-wrap.focused > input,
form.wpcf7-form .wpcf7-form-control-wrap.valid > input,
form.wpcf7-form .wpcf7-form-control-wrap.focused > textarea,
form.wpcf7-form .wpcf7-form-control-wrap.valid > textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #4caf50;
}

.mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
  height: initial !important;
}

.mktoForm {
  margin-top: 0 !important;
}

.mktoForm, .mktoForm .mktoFieldWrap, .mktoFormCol {
  width: 100% !important;
}

.mktoGutter {
  display: none !important;
}

.mktoForm .mktoLabel {
  width: 100% !important;
  margin-bottom: 5px !important;
  font-weight: 300;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: "Lato", Arial, sans-serif;
  line-height: 1.28;
}

.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {
  width: 100% !important;
  color: #404040;
  font-family: "Lato", Arial, sans-serif;
  font-size: 16px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  padding: 8px 6px !important;
  margin-bottom: 15px;
}

.mktoForm select {
  border-top: none;
  border-left: none;
  border-right: none;
}

.mktoForm .mktoButtonRow {
  margin-top: 25px;
}
.mktoForm .mktoGutter, .mktoForm .mktoOffset {
  display: none;
}

/*------------Custom Checkbox-------------*/
input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

input[type=checkbox], input[type=checkbox] + span {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  cursor: pointer;
  transition: 0.25s ease all;
}

input[type=checkbox] + span {
  position: relative;
  font-size: 16px !important;
  margin-bottom: 10px !important;
  padding-left: 36px !important;
  padding-top: 10px !important;
  padding-bottom: 20px !important;
}

/* Edit the properties below to change the colors of the un-checked checkbox */
input[type=checkbox] + span:before {
  content: '';
  background: #F4F2ED;
  border: 1px solid #F4F2ED;
  border-radius: 0px;
  display: block;
  position: absolute;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 0px;
  margin-right: 10px;
  margin-top: 0px;
  background-position: center;
  text-align: center;
  transition: 0.25s ease all;
  left: 0;
}

input[type=checkbox] + span:hover::before {
  border-color: #FFFFFF;
  transition: 0.25s ease all;
}

/* Edit the properties below to change the colors of the checked checkbox */
input[type=checkbox]:checked + span::before {
  content: '';
  background-image: url("https://www.animalslikeus.com/wp-content/uploads/alu_checkmark.png") !important;
  color: rgba(0, 0, 0, 0.5);
  height: 20px;
  width: 20px;
  border-color: #F4B22D;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  background-color: #F4B22D;
}

/*----------End Custom Checkbox-------------*/
.wpcf7-checkbox {
  display: block;
}

.contact_form .wpcf7-list-item-label {
  color: #FFF;
}
.contact_form input[type=text], .contact_form input[type=email], .contact_form input[type=tel], .contact_form textarea {
  width: 100%;
  margin-bottom: 5px;
  margin-top: 5px;
}

.property-search-form {
  display: flex;
  flex-wrap: wrap;
}
.property-search-form .form-group:not(.sort-group) {
  margin: 10px 0px;
}
@media (min-width: 768px) {
  .property-search-form .form-group:not(.sort-group):first-child {
    margin-left: 0;
  }
}
.property-search-form .form-group:not(.sort-group):nth-child(7) {
  margin-right: 0;
}
.property-search-form .form-group:not(.sort-group) .form-control {
  margin-top: 0;
}
.property-search-form .form-group:not(.sort-group) .btn-primary {
  width: 100%;
  background-image: url("../img/expand_right_white.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: right 15px center !important;
}
.property-search-form .form-group:not(.sort-group) select {
  border-radius: 30px;
  color: #000;
  border: 1px solid #1C1C1E;
}
.property-search-form .form-group:not(.sort-group) input[type='text'] {
  border-radius: 30px;
  color: #000;
  border: 1px solid #1C1C1E;
  max-width: 100%;
  width: 100%;
  padding: 0.75rem 2rem 0.75rem 1rem;
}
.property-search-form .form-group:not(.sort-group) input[type='text']::-moz-placeholder {
  color: #333;
}
.property-search-form .form-group:not(.sort-group) input[type='text']::placeholder {
  color: #333;
}
.property-search-form .btn-primary {
  text-align: left;
  background-color: #1C1C1E;
  color: #FFFFFF;
}
.property-search-form .btn-primary:hover {
  background-color: #585455 !important;
  color: #FFFFFF !important;
}
.property-search-form .heading-fil {
  display: block;
  clear: both;
  background-size: 100%;
  overflow: visible;
  position: absolute;
  bottom: 4px;
  right: 20px;
  padding-top: 0px;
  padding-bottom: 40px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .property-search-form .heading-fil {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 30px;
    margin-right: 30px;
    max-width: 1360px;
    bottom: 28px;
    right: 0;
  }
}
.property-search-form .head-fil {
  display: inline-block;
}
.property-search-form .head-fil h2 {
  color: #F4F2ED;
  font-size: 30px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .property-search-form .head-fil h2 {
    font-size: 48px;
  }
}
.property-search-form .form-group.sort-group {
  float: right;
}
@media (min-width: 768px) {
  .property-search-form .form-group.sort-group {
    top: 0px;
    position: relative;
  }
}
.property-search-form .form-group.sort-group .form-control {
  border-radius: 30px;
  border: none;
  color: #1C1C1E !important;
  border: 1px solid #1C1C1E;
  margin-top: 0;
}
.property-search-form .form-group.sort-group .form-control option {
  color: #000;
}
.property-search-form label {
  display: none;
}
@media (max-width: 767px) {
  .property-search-form .form-group:not(.sort-group):first-child {
    width: 100%;
    display: block;
    flex: 100%;
  }
  .property-search-form .form-group:not(.sort-group):nth-child(2) {
    width: 100%;
    display: block;
    flex: 100%;
  }
  .property-search-form .form-group:not(.sort-group):nth-child(3) {
    max-width: 50%;
    flex: 50%;
  }
  .property-search-form .form-group:not(.sort-group):nth-child(5) {
    max-width: 50%;
    flex: 50%;
  }
}

.property-list-row {
  margin-right: -15px;
  margin-left: -15px;
}

.proper-contain .property-list-row {
  margin-top: 89px;
  margin-bottom: 45px;
}

.page-for-sale .proper-contain .property-list-row {
  margin-top: 202px;
}

.p-type {
  margin-top: 0;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-size: 25px;
  margin-bottom: 10px;
}

.price-box {
  display: inline-block;
  clear: both;
}
.price-box span {
  font-weight: 700;
  margin: 11px 0px;
  display: block;
}
@media (min-width: 1200px) {
  .price-box span {
    font-size: 1.05vw;
  }
}
@media (min-width: 1500px) {
  .price-box span {
    font-size: 16px;
  }
}

.a-price {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.view-box {
  width: 33%;
  display: inline-block;
  float: right;
}
@media (min-width: 480px) and (max-width: 709px) {
  .view-box {
    width: 100%;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 1048px) {
  .view-box {
    width: 100%;
    float: none;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .view-box .btn-primary {
    font-size: 1.1vw;
  }
}

.last-box {
  display: block;
  margin-top: auto;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px 15px 15px;
}
.last-box .btn-primary {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#mc-embedded-subscribe {
  background-color: #F4F2ED;
}

.dark-copy form:not(#mc-embedded-subscribe-form) input:not([type="submit"]), .dark-copy form:not(#mc-embedded-subscribe-form) select, .dark-copy form:not(#mc-embedded-subscribe-form) textarea {
  color: #145A60;
}

#mc_embed_signup input.mce_inline_error {
  border-color: #FF5252 !important;
}

.mce_inline_error:after {
  content: "Enter a valid email address";
  color: #FF5252 !important;
  position: absolute;
  left: 0;
  display: inline-block;
  width: 200px;
}

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  overflow: auto;
}
@media (max-width: 767px) {
  .modalDialog {
    height: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 479px) {
  .modalDialog {
    overflow: scroll;
    display: block;
    padding-top: 60px;
  }
}
.modalDialog input[type="text"], .modalDialog input[type="email"], .modalDialog input[type="tel"], .modalDialog input[type="url"] {
  width: 100%;
}
.modalDialog form {
  margin-top: 0px;
  margin-bottom: 0;
}
.modalDialog .row {
  margin-bottom: 0;
}
.modalDialog input[type="submit"] {
  text-align: center;
  margin: 30px auto 0 auto;
  display: block;
}
.modalDialog .mktoButtonRow {
  width: 100%;
}
.modalDialog .mktoForm button.mktoButton {
  margin: 0px auto 20px auto;
  display: block;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog > div {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin: 77px auto;
  padding: 40px 20px 20px 20px;
  border-radius: 20px;
  background: white;
}
@media (min-width: 768px) {
  .modalDialog > div {
    padding: 40px 30px 20px 30px;
  }
}

.close {
  background-image: url("../img/cross_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 30px;
  width: 24px;
  height: 24px;
  text-decoration: none;
  font-weight: 700;
  opacity: 1;
  display: block;
  z-index: 2;
}

.close:hover {
  opacity: 1;
  cursor: pointer;
}

.wpcf7-response-output {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 400;
}

body.search #main {
  width: 100%;
  padding: 0;
}
body.search #main .main {
  background-color: #C0BFBF;
}
body.search #main .pre-head {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.search #main .post--heading {
  margin-top: 0;
  padding-top: 0px;
  display: -webkit-box;
  height: 4.8rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.search #main .post--heading a {
  text-decoration: none;
}
@media (min-width: 768px) {
  body.search #main .post--heading {
    font-size: 24px;
  }
}
body.search #main .art-tile, body.search #main .prod-tile, body.search #main .page-tile {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  body.search #main .art-tile, body.search #main .prod-tile, body.search #main .page-tile {
    margin-bottom: 55px;
  }
}
body.search #main .art-tile .img-cover, body.search #main .prod-tile .img-cover, body.search #main .page-tile .img-cover {
  margin-bottom: 10px;
}

#menu-outer .sidebar {
  z-index: 1;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
#menu-outer .sidebar .search-input {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  padding-left: 0px;
  padding-right: 25px;
  font-size: 16px;
}
#menu-outer .sidebar .search-input::-moz-placeholder {
  color: #1C1C1E;
  font-size: 16px;
}
#menu-outer .sidebar .search-input::placeholder {
  color: #1C1C1E;
  font-size: 16px;
}
#menu-outer .sidebar form.search {
  display: none;
  position: relative;
  margin-top: 55px;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  #menu-outer .sidebar {
    padding-left: 30px;
    position: absolute;
    bottom: 0;
  }
  #menu-outer .sidebar form.search {
    margin-top: 0;
    margin-bottom: 55px;
  }
}
#menu-outer .sidebar .search-submit {
  position: absolute;
  right: 0;
  background-color: transparent;
  color: #000;
  padding-left: 25px;
  background-image: url("../img/search-icon.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: 400;
  font-size: 16px;
  overflow: hidden;
  padding-right: 0;
  width: 25px;
}
#menu-outer .sidebar .search input {
  width: 100%;
}

.sub-form-wrap form {
  margin: 15px 0 15px 0;
}
.sub-form-wrap .form-group, .sub-form-wrap button {
  display: inline-block;
}
.sub-form-wrap .form-group {
  width: 66%;
}
.sub-form-wrap .form-group input {
  width: 100%;
}
.sub-form-wrap label {
  display: none;
}
.sub-form-wrap button:not(.owl-dot):not(.accordion), .sub-form-wrap a[class*=' btn-'], .sub-form-wrap a[class^='btn-'] {
  padding: 8px 15px;
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  /* Adjust the padding as needed */
  color: transparent;
  /* Make the text transparent */
  width: 50px;
}
.sub-form-wrap button:not(.owl-dot):not(.accordion)::before, .sub-form-wrap a[class*=' btn-']::before, .sub-form-wrap a[class^='btn-']::before {
  content: '';
  /* Unicode character for a right arrow */
  background-image: url("../img/arrow-right-white.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  /* Adjust the positioning as needed */
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
}
.sub-form-wrap button:not(.owl-dot):not(.accordion):hover, .sub-form-wrap a[class*=' btn-']:hover, .sub-form-wrap a[class^='btn-']:hover {
  background-color: #145A60;
}
.sub-form-wrap input::-moz-placeholder {
  color: #1C1C1E;
  font-size: 1rem;
}
.sub-form-wrap input::placeholder {
  color: #1C1C1E;
  font-size: 1rem;
}

.grecaptcha-badge {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.wpcf7-submit {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  box-sizing: border-box;
  word-wrap: break-word;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all .2s ease-in-out;
  box-shadow: none;
  text-decoration: none;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  font-size: 18px;
  letter-spacing: -0.01em;
  leading-trim: none;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 32px !important;
  display: inline-block;
  width: 100%;
  background-color: #FADC58;
  border: 2px solid #FADC58 !important;
  color: #145A60;
}
.wpcf7-submit:hover {
  background-color: #34ADA3;
  border-color: #34ADA3 !important;
  color: #F4F2ED;
}

.hidden-fields-container {
  visibility: hidden;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}

.arrow-green {
  display: inline-block;
  background-image: url("../../assets/img/arrow-green.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18.5px;
  width: 25.5px;
  padding-right: 1rem;
  vertical-align: middle;
  transition: background 175ms linear;
}

/* header starrs here */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
  opacity: 0;
  transition: opacity 0.35s ease-out, top 0.35s ease-out, transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}
header #mainnav {
  position: relative;
  padding-left: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-right: 18px;
  max-width: 1360px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1045px) {
  header #mainnav {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    height: 50px;
  }
}
@media (min-width: 992px) {
  header #mainnav {
    padding-left: 40px;
    padding-right: 40px;
  }
}
header nav {
  position: relative;
  transition: opacity 0.35s ease-in;
}
header #logo .st0, header #logo .st1 {
  transition: fill .35s ease-out;
}
header.show-it {
  opacity: 1;
}
header.nav-up.on-top #mainnav {
  opacity: 0;
  pointer-events: none;
}
header.nav-up.on-top #mainnav.opened {
  opacity: 1 !important;
  pointer-events: all;
}
@media (min-width: 992px) {
  header.nav-up.on-top {
    top: -107px;
  }
}
header.nav-up.on-top .menu-back {
  opacity: 0;
}
header .menu-back {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: opacity .35s ease-out, background-color .35s ease-out;
  height: 100px;
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 1045px) {
  header .menu-back {
    height: 50px;
  }
}
header.nav-down .menu-back {
  opacity: 1;
  background-color: #F4F2ED;
}
header.nav-down #logo #logo-main .st0 {
  fill: #FFFFFF;
}
header.nav-down.on-top .menu-back {
  opacity: 0;
}
header.nav-down.on-top #menu-outer > .table li a:not(.nav-cta-btn), header.nav-down.on-top #menu-outer .table li span {
  color: #FFFFFF;
}
header.nav-down.on-top #menu-outer > .table li .dropdown li a:not(.nav-cta-btn), header.nav-down.on-top #menu-outer .table li .dropdown li span {
  color: #145A60;
}
header.nav-down.on-top #logo .st0 {
  fill: #FFFFFF;
}
header.nav-down.on-top #logo .st1 {
  fill: #F4F2ED;
}
header.nav-down.on-top #side-bar-switch #btn-lines, header.nav-down.on-top #side-bar-switch #btn-lines:after, header.nav-down.on-top #side-bar-switch #btn-lines:before {
  background-color: #F4F2ED;
}
@media (max-width: 1045px) {
  header.nav-down.on-top:after {
    transition: opacity .35s ease-out;
  }
}
header.on-top.header-preset-light-logo-white-nav #head-logo {
  --ink: #FFFFFF;
  --teal: #A1E3DD;
}
header.on-top.header-preset-white-logo-ink-nav #head-logo {
  --ink: #FFFFFF;
  --teal: #FFFFFF;
}
header.on-top.header-preset-white-logo-white-nav #head-logo {
  --ink: #FFFFFF;
  --teal: #FFFFFF;
}
header.on-top.header-preset-dark-logo-ink-nav #head-logo {
  --ink: #145A60;
  --teal: #34ADA3;
}
@media (min-width: 1046px) {
  header.nav-down.on-top.light-copy #logo .st0 {
    fill: #F4F2ED;
  }
  header.nav-down.on-top.light-copy #menu-outer .table li a:not(.nav-cta-btn), header.nav-down.on-top.light-copy #menu-outer .table li span {
    color: #F4F2ED;
  }
  header.nav-down.on-top.dark-copy #menu-outer .table li a:not(.nav-cta-btn), header.nav-down.on-top.dark-copy #menu-outer .table li span {
    color: #145A60;
  }
  header.on-top.header-preset-light-logo-white-nav #head-logo {
    --ink: #FFFFFF;
    --teal: #A1E3DD;
  }
  header.on-top.header-preset-light-logo-white-nav #menu-outer > .table > .nav-list > li > a:not(.nav-cta-btn),
  header.on-top.header-preset-light-logo-white-nav #menu-outer > .table > .nav-list > li > span {
    color: #FFFFFF;
  }
  header.on-top.header-preset-light-logo-white-nav #menu-outer > .table > .nav-list > li > a:not(.nav-cta-btn):hover,
  header.on-top.header-preset-light-logo-white-nav #menu-outer > .table > .nav-list > li > a:not(.nav-cta-btn):focus {
    color: #FFFFFF;
  }
  header.on-top.header-preset-light-logo-white-nav #menu-outer > .table > .nav-list > li.has-sub-items > .arrow-down .gt0 {
    fill: #FFFFFF;
  }
  header.on-top.header-preset-light-logo-white-nav #menu-outer > .table > .nav-list > li:after {
    background-color: #FFFFFF;
  }
  header.on-top.header-preset-light-logo-white-nav #menu-outer > .table > .nav-list > li.button-li > a.nav-cta-btn {
    background: #FADC58;
    border-color: #FADC58;
    color: #145A60;
  }
  header.on-top.header-preset-light-logo-white-nav #menu-outer > .table > .nav-list > li.button-li > a.nav-cta-btn:hover, header.on-top.header-preset-light-logo-white-nav #menu-outer > .table > .nav-list > li.button-li > a.nav-cta-btn:focus {
    background: #FFFFFF !important;
    border-color: #FFFFFF;
    color: #145A60 !important;
  }
  header.on-top.header-preset-white-logo-white-nav #head-logo {
    --ink: #FFFFFF;
    --teal: #FFFFFF;
  }
  header.on-top.header-preset-white-logo-white-nav #menu-outer > .table > .nav-list > li > a:not(.nav-cta-btn),
  header.on-top.header-preset-white-logo-white-nav #menu-outer > .table > .nav-list > li > span {
    color: #FFFFFF;
  }
  header.on-top.header-preset-white-logo-white-nav #menu-outer > .table > .nav-list > li > a:not(.nav-cta-btn):hover,
  header.on-top.header-preset-white-logo-white-nav #menu-outer > .table > .nav-list > li > a:not(.nav-cta-btn):focus {
    color: #FFFFFF;
  }
  header.on-top.header-preset-white-logo-white-nav #menu-outer > .table > .nav-list > li.has-sub-items > .arrow-down .gt0 {
    fill: #FFFFFF;
  }
  header.on-top.header-preset-white-logo-white-nav #menu-outer > .table > .nav-list > li:after {
    background-color: #FFFFFF;
  }
  header.on-top.header-preset-white-logo-white-nav #menu-outer > .table > .nav-list > li.button-li > a.nav-cta-btn {
    background: #FADC58;
    border-color: #FADC58;
    color: #145A60;
  }
  header.on-top.header-preset-white-logo-white-nav #menu-outer > .table > .nav-list > li.button-li > a.nav-cta-btn:hover, header.on-top.header-preset-white-logo-white-nav #menu-outer > .table > .nav-list > li.button-li > a.nav-cta-btn:focus {
    background: #FFFFFF !important;
    border-color: #FFFFFF;
    color: #145A60 !important;
  }
  header.on-top.header-preset-white-logo-ink-nav #head-logo {
    --ink: #FFFFFF;
    --teal: #FFFFFF;
  }
  header.on-top.header-preset-white-logo-ink-nav #menu-outer > .table > .nav-list > li > a:not(.nav-cta-btn),
  header.on-top.header-preset-white-logo-ink-nav #menu-outer > .table > .nav-list > li > span {
    color: #145A60;
  }
  header.on-top.header-preset-white-logo-ink-nav #menu-outer > .table > .nav-list > li.has-sub-items > .arrow-down .gt0 {
    fill: #145A60;
  }
  header.on-top.header-preset-white-logo-ink-nav #menu-outer > .table > .nav-list > li.button-li > a.nav-cta-btn {
    background: #145A60;
    border-color: #145A60;
    color: #FFFFFF;
  }
  header.on-top.header-preset-dark-logo-ink-nav #head-logo {
    --ink: #145A60;
    --teal: #34ADA3;
  }
  header.on-top.header-preset-dark-logo-ink-nav #menu-outer > .table > .nav-list > li > a:not(.nav-cta-btn),
  header.on-top.header-preset-dark-logo-ink-nav #menu-outer > .table > .nav-list > li > span {
    color: #145A60;
  }
  header.on-top.header-preset-dark-logo-ink-nav #menu-outer > .table > .nav-list > li.has-sub-items > .arrow-down .gt0 {
    fill: #145A60;
  }
  header.on-top.header-preset-dark-logo-ink-nav #menu-outer > .table > .nav-list > li.button-li > a.nav-cta-btn {
    background: #145A60;
    border-color: #145A60;
    color: #FFFFFF;
  }
}
header.nav-down.on-top.dark-copy:not(.header-preset-light-logo-white-nav):not(.header-preset-white-logo-white-nav) #logo .st0 {
  fill: #145A60;
}
header.nav-down.on-top.dark-copy:not(.header-preset-light-logo-white-nav):not(.header-preset-white-logo-white-nav) #logo .st1 {
  fill: #002F45;
}
header.nav-down.on-top.dark-copy:not(.header-preset-light-logo-white-nav):not(.header-preset-white-logo-white-nav) #side-bar-switch #btn-lines, header.nav-down.on-top.dark-copy:not(.header-preset-light-logo-white-nav):not(.header-preset-white-logo-white-nav) #side-bar-switch #btn-lines:after, header.nav-down.on-top.dark-copy:not(.header-preset-light-logo-white-nav):not(.header-preset-white-logo-white-nav) #side-bar-switch #btn-lines:before {
  background-color: #145A60;
}
header:not(.white-nav).nav-down.on-top .menu-back {
  opacity: 0;
}
header.lockdown {
  top: 0 !important;
}
header.lockdown .menu-back {
  opacity: 1 !important;
}
header.lockdown #mainnav {
  opacity: 1 !important;
  pointer-events: all !important;
}
header #logo, header #menu, header #dark-light-switch {
  display: inline-block;
}
header .blue-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002F45;
  background-size: cover;
  background-position: center;
  color: #fff;
  z-index: 99;
}
header .blue-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .blue-nav ul li {
  padding: 30px;
  margin: 0;
  font-size: 40px;
}
header .blue-nav ul a {
  text-decoration: none;
}
header .blue-nav ul li, header .blue-nav ul a {
  color: #fff;
}
header .blue-nav ul.list-01, header .blue-nav ul.list-02 {
  float: left;
  width: 50%;
  padding-left: 12%;
  top: 14%;
  position: relative;
}
header .blue-nav ul.list-02 li {
  font-size: 28px;
}
header #mainnav.opened #menu-outer .table:after {
  animation-timing-function: ease-in;
  animation-duration: 0.35s;
  animation-iteration-count: 1;
}
@media (max-width: 1045px) {
  header #mainnav.opened #head-logo {
    --ink: #FFFFFF;
    --teal: #A1E3DD;
  }
  header #mainnav.opened #logo .st0 {
    fill: #FFFFFF;
  }
  header #mainnav.opened #logo .st1 {
    fill: #A1E3DD;
  }
}
@media (max-width: 1045px) {
  header #mainnav.opened #side-bar-switch #nav-sm #btn-lines,
  header #mainnav.opened #side-bar-switch #nav-sm #btn-lines:after,
  header #mainnav.opened #side-bar-switch #nav-sm #btn-lines:before {
    background: #FFFFFF;
  }
  header #mainnav.opened #side-bar-switch #nav-sm.open #btn-lines:after,
  header #mainnav.opened #side-bar-switch #nav-sm.open #btn-lines:before {
    background: #FFFFFF !important;
  }
}
header #mainnav.opened .blue-nav {
  display: none;
}
@media (min-width: 768px) {
  header #mainnav.opened .blue-nav {
    display: block;
  }
}
header #logo {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
  color: #145A60;
  font-weight: 300;
  transition: opacity 0.35s ease-in;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-in;
  transition-property: opacity;
  transition-duration: 0.35s;
  transition-timing-function: ease-in;
}
@media (min-width: 768px) {
  header #logo {
    left: 20px;
  }
}
@media (min-width: 992px) {
  header #logo {
    left: 40px;
  }
}
header #logo a {
  display: block;
  text-decoration: none;
}
header #logo img, header #logo svg {
  vertical-align: middle;
  width: 238px;
}
@media (max-width: 1045px) {
  header #logo img, header #logo svg {
    width: 145px;
  }
}
header #logo #logo-top {
  width: 34px;
  height: 34px;
  vertical-align: top;
  display: inline-block;
}
header #side-bar-switch {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  width: 20px;
  opacity: 1;
  visibility: visible;
  z-index: 99;
  display: none;
}
@media (min-width: 768px) {
  header #side-bar-switch {
    right: 18px;
  }
}
header #side-bar-switch:hover {
  cursor: pointer;
}
@media (max-width: 1045px) {
  header #side-bar-switch {
    display: block;
    top: 16px;
    transform: translate(0, 0);
  }
}
header #side-bar-switch .navbar-corner {
  position: absolute;
  right: 0;
  z-index: 500;
  width: auto;
  display: block;
  opacity: 1;
}
header #side-bar-switch #nav-sm {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  float: right;
  height: 16px;
  width: 26px;
  margin-top: 0;
  margin-right: 0;
  position: relative;
  z-index: 1000;
  backface-visibility: hidden;
  transition: margin .3s;
  outline: none;
  display: flex;
}
header #side-bar-switch #nav-sm #btn-lines {
  width: 26px;
  height: 2px;
  margin: 8px 0 0 0px;
  transition: all .3s;
  transform-origin: center center;
  transform-style: preserve-3D;
  backface-visibility: hidden;
  border-radius: 1px;
}
header #side-bar-switch #nav-sm.open #btn-lines:after {
  top: -2px !important;
  background: #1C1C1E;
  transform: rotate(45deg);
}
header #side-bar-switch #nav-sm.open #btn-lines {
  background: none !important;
}
header #side-bar-switch #nav-sm.open #btn-lines:before {
  top: 0 !important;
  background: #1C1C1E;
  transform: rotate(-45deg);
}
header #side-bar-switch #nav-cross-sm #btn-lines {
  width: 29px;
  height: 2px;
  margin: 14px 0;
  background: #1C1C1E;
  transition: all .3s;
}
header #side-bar-switch #nav-cross-sm.open #btn-lines:after {
  top: -2px !important;
  background: #1C1C1E !important;
  transform: rotate(45deg);
}
header #side-bar-switch #nav-cross-sm.open #btn-lines {
  background: none !important;
}
header #side-bar-switch #nav-cross-sm.open #btn-lines:before {
  top: 0 !important;
  background: #1C1C1E !important;
  transform: rotate(-45deg);
}
header #side-bar-switch #btn-lines {
  position: relative;
  z-index: 4;
}
header #side-bar-switch #nav-sm #btn-lines:after, header #side-bar-switch #nav-sm #btn-lines:before {
  content: '';
  display: block;
  width: 26px;
  height: 2px;
  position: relative;
  z-index: -1;
  transition: all .3s;
  right: 0px;
  border-radius: 1px;
}
header #side-bar-switch #nav-cross-sm #btn-lines:after, header #side-bar-switch #nav-cross-sm #btn-lines:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: #1C1C1E;
  position: relative;
  z-index: -1;
  transition: all .3s;
  right: 0;
  border-radius: 1.5px;
}
header #side-bar-switch #nav-sm #btn-lines:before {
  top: -8px;
}
header #side-bar-switch #nav-sm #btn-lines:after {
  top: 6px;
}
header #side-bar-switch #nav-cross-sm #btn-lines:before {
  top: -8px;
}
header #side-bar-switch #nav-cross-sm #btn-lines:after {
  top: 5px;
}
header #side-bar-switch .navbar-cross-corner {
  opacity: 0;
  position: fixed;
  top: 17px;
  right: 14px;
  transition: opacity .5s;
}
header #side-bar-switch .showCross {
  opacity: 1 !important;
}
header #side-bar-switch #nav-cross-sm {
  height: 31px;
  width: 20px;
  margin-right: 0;
  position: relative;
  z-index: 1000;
}
header #side-bar-switch .burger {
  width: 40px;
  height: 24px;
  display: block;
  position: relative;
}
header #side-bar-switch .burger .menu-i {
  opacity: 1;
  display: block;
}
header #side-bar-switch .burger span {
  text-transform: uppercase;
  color: #ead9e3;
}
header #side-bar-switch .burger svg.close-cross {
  opacity: 0;
  position: absolute;
  top: 6px;
  text-align: center;
  width: 24px;
  left: 8px;
}
header #side-bar-switch .burger svg.close-cross .linestroke {
  fill: none;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
header #side-bar-switch .burger svg.close-cross, header #side-bar-switch .burger .menu-i {
  transition: opacity 0.35s ease-in;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-in;
  transition-property: opacity;
  transition-duration: 0.35s;
  transition-timing-function: ease-in;
}
header #side-bar-switch .burger .linestroke {
  transition: stroke 0.35s ease-in;
  -webkit-transition-property: stroke;
  -webkit-transition-duration: 0.35s;
  -webkit-transition-timing-function: ease-in;
  transition-property: stroke;
  transition-duration: 0.35s;
  transition-timing-function: ease-in;
}
header #side-bar-switch.open .burger .menu-i {
  opacity: 0;
}
header #side-bar-switch.open .burger svg.close-cross {
  opacity: 1;
}
header #side-bar-switch .menu-i .line-grad {
  display: block;
  background-image: linear-gradient(to right, rgba(234, 216, 226, 0.75), rgba(0, 0, 0, 0));
  height: 5px;
}
header #head-logo .st0 {
  fill: #0D254E;
  transition: fill 0.35s ease-out;
}
header #head-logo .st1 {
  fill: #5BC6DB;
}
header #menu-outer .table li a:hover {
  color: #FFFFFF;
}
header.white-nav .menu-back {
  background: #ffffff;
}
header.white-nav #head-logo .st0 {
  fill: #FFFFFF;
}
header.white-nav #head-logo .st1 {
  fill: #5BC6DB;
}
header.white-nav #side-bar-switch #nav-sm #btn-lines:after, header.white-nav #side-bar-switch #nav-sm #btn-lines:before {
  background: #002F45;
}
header.white-nav #menu-outer .table li a {
  color: #97979C;
}
header.white-nav #menu-outer .table li a:hover {
  color: #FFFFFF;
}
header.white-nav #logo svg #Path_534 {
  fill: #FFF;
}
header.white-nav #menu-outer .table .has-sub-items .arrow-down .gt0 {
  fill: #FFF;
}
header.white-nav #side-bar-switch #nav-sm #btn-lines:after, header.white-nav #side-bar-switch #nav-sm #btn-lines:before {
  background: #002F45;
}
header.white-nav #side-bar-switch #nav-sm #btn-lines:after, header.white-nav #side-bar-switch #nav-sm #btn-lines:before {
  background: #FFF;
}
@media (min-width: 1046px) {
  header.white-nav ul.dropdown {
    background: #002F45 !important;
    border-top: 1px solid #002F45 !important;
  }
}
@media (max-width: 1045px) {
  header #mainnav.opened #head-logo {
    --ink: #FFFFFF;
    --teal: #A1E3DD;
  }
  header #mainnav.opened #head-logo .st0 {
    fill: #FFFFFF;
  }
  header #mainnav.opened #head-logo .st1 {
    fill: #A1E3DD;
  }
}
header #mainnav.opened #logo #logo-top .st0 {
  fill: #000;
}
header #mainnav.opened #head-logo .st0 {
  fill: #FFF;
}
header #mainnav.opened #side-bar-switch #nav-sm #btn-lines:after, header #mainnav.opened #side-bar-switch #nav-sm #btn-lines:before {
  background: #1C1C1E;
}
@media (min-width: 768px) {
  header #mainnav.opened #side-bar-switch #nav-sm #btn-lines:after, header #mainnav.opened #side-bar-switch #nav-sm #btn-lines:before {
    background: #1C1C1E;
  }
}
header #mainnav.opened #menu-outer .table li a:not(.nav-cta-btn) {
  color: #FFFFFF;
}
header.nav-down #side-bar-switch #btn-lines, header.nav-down #side-bar-switch #btn-lines:after, header.nav-down #side-bar-switch #btn-lines:before {
  background: #1C1C1E;
}
header.nav-down.on-top #side-bar-switch #btn-lines, header.nav-down.on-top #side-bar-switch #btn-lines:after, header.nav-down.on-top #side-bar-switch #btn-lines:before {
  background: #FFFFFF;
}

#menu-outer {
  height: 100px;
}
@media (max-width: 1045px) {
  #menu-outer {
    height: 50px;
  }
}
#menu-outer .nav-list .mob-item {
  display: none;
}
@media (max-width: 1045px) {
  #menu-outer .nav-list .mob-item {
    display: block;
  }
}
#menu-outer .nav-list li.contact-mob:last-child {
  display: none;
}
@media (max-width: 1045px) {
  #menu-outer .nav-list li.contact-mob:last-child {
    display: block;
  }
}
@media (max-width: 1045px) {
  #menu-outer {
    height: 0;
    width: 100%;
    z-index: 99;
  }
}
@media (max-width: 1045px) {
  #menu-outer.show .table {
    margin-left: 0%;
  }
}
#menu-outer.show .table ul.dropdown {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  #menu-outer.show .table ul.dropdown {
    opacity: 0;
    visibility: hidden;
  }
}
#menu-outer .contact-c {
  position: relative;
  right: 0px;
  top: 25px;
  display: block;
  float: right;
}
#menu-outer .contact-c:hover:after {
  width: 100%;
  opacity: 1;
}
#menu-outer .contact-c a {
  position: relative;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-decoration: none;
  color: #F4F2ED;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  padding: 12px 18px;
  border: 2px solid #F4F2ED;
  background-color: transparent;
  border-radius: 0px;
  transition: background-color .35s ease-in-out, border .35s ease-in-out;
}
#menu-outer .contact-c a:hover {
  border: 2px solid #F4F2ED;
  background-color: #F4F2ED;
  color: #145A60;
}
@media (max-width: 1045px) {
  #menu-outer .contact-c {
    top: 22px;
    right: 20px;
  }
  #menu-outer .contact-c a {
    font-size: 12px;
    padding: 10px 18px;
  }
}
#menu-outer .wide-layout {
  position: absolute;
  visibility: hidden;
  left: 0;
  top: 82px;
  width: 100%;
  background-color: transparent;
  opacity: 0;
  transform: translate(0, 0);
  transition: max-height 0.8s ease-out,background-color 0.35s ease-out, opacity 0.5s ease-out;
}
#menu-outer .wide-layout.active {
  opacity: 1;
  background-color: #FFFFFF;
  visibility: visible;
  transform: translate(0, 4px);
  transition: max-height 0.5s ease-out, background-color 0.35s ease-out, transform 0.35s ease-out, opacity 0.5s ease-out;
}
#menu-outer .wide-layout .alt-drop {
  margin: 0 auto;
  padding: 60px 26px 142px;
  list-style: none;
  text-align: center;
}
#menu-outer .wide-layout .alt-drop li {
  vertical-align: top;
  display: inline-block;
  width: 20%;
  max-width: 277px;
  margin-right: 54px;
  text-align: left;
}
#menu-outer .wide-layout .alt-drop li:last-child {
  margin-right: 0;
}
#menu-outer .wide-layout .alt-drop li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 17px;
  width: 100%;
  padding-bottom: 9px;
  margin-bottom: 13px;
}
#menu-outer .wide-layout .alt-drop li a:hover {
  color: #000;
  text-decoration: none;
}
#menu-outer .wide-layout .alt-drop li span {
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #000;
}
#menu-outer .table {
  margin: 0 auto 0 auto;
  position: relative;
  transform: initial;
  top: 50%;
  transform: translate(0, -50%);
  width: initial;
  left: initial;
  right: 0px;
  float: right;
  text-align: right;
  transition: background-color 0.35s ease-out, margin-left 0.65s cubic-bezier(0.77, 0, 0.175, 1), margin-right 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 1045px) {
  #menu-outer .table {
    display: inline-block;
    left: 0px;
    width: 100%;
    right: initial;
    float: none;
  }
}
#menu-outer .table .nav-list {
  display: flex;
}
@media (max-width: 1045px) {
  #menu-outer .table .nav-list {
    display: inline-block;
    width: 100%;
  }
  #menu-outer .table .nav-list .nav-cta-btn {
    margin-top: 20px;
    background: #FADC58;
    border-color: #FADC58;
    color: #145A60;
  }
  #menu-outer .table .nav-list .nav-cta-btn:hover, #menu-outer .table .nav-list .nav-cta-btn:focus {
    background: #FFFFFF !important;
    border-color: #FFFFFF !important;
    color: #145A60 !important;
  }
}
#menu-outer .table .nav-list .btn-grey, #menu-outer .table .nav-list .nav-cta-btn {
  padding: 9px 35px 9px 15px;
}
#menu-outer .table .nav-list .button-li {
  padding-top: 13px;
  padding-bottom: 13px;
  margin-left: 12px;
  margin-right: 0;
}
@media (max-width: 1045px) {
  #menu-outer .table .nav-list .button-li {
    margin-left: 0;
  }
}
#menu-outer .table .nav-list .button-li:after {
  content: none !important;
  width: 0 !important;
  opacity: 0 !important;
}
#menu-outer .table .nav-list .button-li:hover:after, #menu-outer .table .nav-list .button-li:focus-within:after, #menu-outer .table .nav-list .button-li.active:after {
  content: none !important;
  width: 0 !important;
  opacity: 0 !important;
}
#menu-outer .table .nav-list .button-li a {
  min-width: auto;
  padding: 12px 35px;
}
#menu-outer .table .sidebar {
  display: none;
}
@media (max-width: 1045px) {
  #menu-outer .table .sidebar {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1045px) {
  #menu-outer .table {
    max-width: 290px;
  }
}
#menu-outer .table:after {
  transition: background-color 0.35s ease-out;
}
@media (max-width: 1045px) {
  #menu-outer .table {
    text-align: left;
    display: table;
    margin: 0 auto;
    top: 50%;
    position: relative;
    transform: translate(0%, -50%);
  }
}
#menu-outer .table .has-sub-items .arrow-down {
  position: absolute;
  top: 51%;
  width: 12px;
  transform: translate(0, -50%);
  right: 6px;
  display: none;
}
@media (max-width: 1045px) {
  #menu-outer .table .has-sub-items .arrow-down {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    display: block;
    right: 18px;
    height: 28px;
  }
  #menu-outer .table .has-sub-items .arrow-down::after {
    content: '';
    position: absolute;
    right: 4px;
    top: 8px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #62D0C7;
    border-bottom: 2px solid #62D0C7;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
  }
}
@media (max-width: 1045px) {
  #menu-outer .table .has-sub-items.open .arrow-down::after {
    transform: rotate(-135deg);
    top: 12px;
  }
}
@media (max-width: 1045px) {
  #menu-outer .table {
    height: 100vh;
    width: 100%;
    padding-top: 75px;
    margin-left: -100%;
    margin-left: calc(-100% - 17px);
    transform: translate(0, 0);
  }
  #menu-outer .table:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    background-color: #145A60;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 50vw;
  }
}
@media (max-width: 767px) {
  #menu-outer .table {
    margin-right: -100%;
  }
  #menu-outer .table:after {
    width: 100vw;
  }
}
#menu-outer .table ul > li {
  padding: 28px 0;
  margin: 0 12px;
  float: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
#menu-outer .table ul > li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 2px;
  background-color: #145A60;
  opacity: 0;
  bottom: 24px;
  transition: width 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 400;
  left: 0;
}
@media (max-width: 1045px) {
  #menu-outer .table ul > li {
    padding: 0 18px;
    margin: 0;
  }
  #menu-outer .table ul > li:after {
    content: none !important;
  }
}
#menu-outer .table ul > li:hover:after, #menu-outer .table ul > li.active:after {
  opacity: 1;
  width: 100%;
}
#menu-outer .table ul > li:hover ul.dropdown, #menu-outer .table ul > li.active ul.dropdown {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  transition: max-height 0.35s ease-out, background-color 0.35s ease-out, transform 0.35s ease-out, opacity 0.35s ease-out;
}
#menu-outer .table ul > li:hover ul.dropdown:after, #menu-outer .table ul > li.active ul.dropdown:after {
  display: block;
  opacity: 1;
}
#menu-outer .table ul > li ul.dropdown {
  backface-visibility: hidden;
  outline: 1px solid transparent;
  position: absolute;
  left: 0px;
  top: 76px;
  margin-top: 0px;
  padding: 16px 0;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 101;
  opacity: 0;
  background: #F4F2ED;
  border-bottom: none;
  display: block;
  text-align: left;
  width: 257px;
  transform: translate(0, 0);
  visibility: hidden;
  transition: max-height 0.8s ease-out, background-color 0.35s ease-out;
}
@media (max-width: 1045px) {
  #menu-outer .table ul > li ul.dropdown {
    top: 100px;
    left: 0px;
    padding: 0px;
    width: auto;
    box-shadow: none;
  }
}
@media (min-width: 1046px) {
  #menu-outer .table ul > li ul.dropdown {
    transform: translate(0, -4px);
  }
}
@media (max-width: 1045px) {
  #menu-outer .table ul > li ul.dropdown {
    background: transparent;
    overflow-y: hidden;
    max-height: 2px;
    transition: max-height 0.8s ease-out,background-color 0.35s ease-out, opacity 0.5s ease-out;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    border-bottom: none;
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}
#menu-outer .table ul > li ul.dropdown .feat-thumb {
  opacity: 0;
  position: fixed;
  margin-left: -246px;
  top: 54px;
  width: 210px;
  height: 180px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.35s ease-out;
}
@media (max-width: 1045px) {
  #menu-outer .table ul > li ul.dropdown > li {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1045px) {
  #menu-outer .table ul > li ul.dropdown > li:first-child {
    padding-top: 0px;
    margin-left: 0px;
  }
}
#menu-outer .table ul > li ul.dropdown li a {
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 1045px) {
  #menu-outer .table ul > li ul.dropdown li:last-child {
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  #menu-outer .table ul > li ul.dropdown li:last-child {
    padding-bottom: 7px !important;
  }
}
#menu-outer .table ul > li.has-sub-items.open ul.dropdown {
  max-height: 0px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1045px) {
  #menu-outer .table ul > li.has-sub-items.open ul.dropdown {
    max-height: 229px;
    opacity: 1;
    visibility: visible;
  }
}
#menu-outer .table ul > li.has-sub-items > a:after {
  height: 0px;
}
#menu-outer .table ul > li > a:not(.nav-cta-btn) {
  position: relative;
  width: auto;
  display: inline-block;
}
@media (max-width: 1045px) {
  #menu-outer .table ul.nav-list > li > a:not(.nav-cta-btn) {
    padding: 11px 0;
  }
  #menu-outer .table ul > li:last-child > a:after {
    background-color: transparent;
  }
}
#menu-outer .table ul > li.has-sub-items.open:before {
  transform: rotate(180deg);
}
@media (max-width: 1045px) {
  #menu-outer .table ul > li.has-sub-items.open > a:after, #menu-outer .table ul > li.has-sub-items.open > span:after {
    height: 2px;
    background-color: #1C1C1E;
  }
}
#menu-outer .table ul.dropdown > li > a:after, #menu-outer .table ul.dropdown > li > span:after {
  height: 0;
}
#menu-outer .table ul > li > ul > li:after {
  height: 0;
}
#menu-outer .table ul > li:hover:after {
  opacity: 1;
}
#menu-outer .table a {
  text-decoration: none;
}
#menu-outer .table nav {
  font-family: monospace;
}
#menu-outer .table ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
  z-index: 80;
  vertical-align: middle;
  align-items: center;
}
@media (max-width: 767px) {
  #menu-outer .table ul {
    margin-top: 25px;
  }
}
#menu-outer .table li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  float: left;
  position: relative;
  margin: 0;
  position: relative;
  text-decoration: none;
  padding: 0px 17px;
  color: #145A60;
}
#menu-outer .table li:last-child {
  margin-right: 0;
}
#menu-outer .table li.has-sub-items:last-child {
  margin-right: 0px;
}
@media (max-width: 1045px) {
  #menu-outer .table li {
    display: table;
    width: 100%;
    clear: both;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 18px;
    margin: 0;
  }
  #menu-outer .table li:last-child {
    padding-right: 18px;
  }
}
@media (max-width: 767px) {
  #menu-outer .table li {
    padding-left: 18px;
    padding-bottom: 0px;
  }
}
@media (max-width: 479px) {
  #menu-outer .table li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#menu-outer .table li > a:not(.nav-cta-btn), #menu-outer .table li span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  font-size: 17px;
  position: relative;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.01em;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  transition: color .35s ease-out;
}
#menu-outer .table li > a:not(.nav-cta-btn):hover, #menu-outer .table li span:hover {
  color: #145A60;
}
@media (max-width: 1045px) {
  #menu-outer .table li > a:not(.nav-cta-btn), #menu-outer .table li span {
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding: 5px 0px;
    font-family: "Le-Monde-Extra-Bold", sans-serif;
    opacity: 1;
  }
  #menu-outer .table li > a:not(.nav-cta-btn):hover, #menu-outer .table li span:hover {
    opacity: 1;
  }
}
@media (max-width: 1045px) {
  #menu-outer .table li > ul > li a, #menu-outer .table li > ul > li span {
    padding: 3px 0px;
  }
}
#menu-outer .table li:hover,
#menu-outer .table li:focus-within {
  cursor: pointer;
}
#menu-outer .table ul li ul {
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  margin-top: 115px;
  left: 0;
}
@media (max-width: 991px) {
  #menu-outer .table ul li ul {
    visibility: visible;
  }
}
#menu-outer .table ul li:hover > ul,
#menu-outer .table ul li:focus-within > ul,
#menu-outer .table ul li ul:hover,
#menu-outer .table ul li ul:focus {
  visibility: visible;
  opacity: 1;
}
#menu-outer .table ul li ul li {
  width: auto;
  height: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  margin-left: 0px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0px;
  float: none;
  clear: both;
  display: block;
  padding-bottom: 10px;
}
#menu-outer .table ul li ul li:last-child {
  padding-bottom: 0px;
}
#menu-outer .table ul li ul li > a:not(.nav-cta-btn):hover {
  color: #1C1C1E;
}
@media (max-width: 1045px) {
  #menu-outer .table ul li ul li {
    clear: both;
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 0px;
    padding-top: 0px;
    text-align: left;
  }
}
#menu-outer .table ul li ul li a {
  color: #1C1C1E;
  text-decoration: none;
}
#menu-outer .table ul li ul li a.active, #menu-outer .table ul li ul li a:hover, #menu-outer .table ul li ul li a:focus {
  color: #1C1C1E;
  text-decoration: underline;
}
#menu-outer .table .mob-messaging {
  position: fixed;
  bottom: 0;
  left: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #333132;
  z-index: 100;
  width: 100%;
  transition: background-color 0.35s ease-out;
}
#menu-outer .table .mob-messaging span {
  color: #fff;
  font-size: 16px;
}
@media (min-width: 992px) {
  #menu-outer .table .mob-messaging {
    display: none;
  }
}
#menu-outer .mob-banner {
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
  max-height: 300px;
  height: 100%;
  padding: 0;
}
#menu-outer .mob-banner .img-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
#menu-outer .mob-banner .img-panel.panel-img-1 {
  z-index: 1;
}
@media (min-width: 768px) {
  #menu-outer .mob-banner {
    display: none;
  }
}

@media (max-width: 1045px) {
  li.brought-by {
    margin-top: 60px !important;
  }
  li.brought-by:hover {
    cursor: none;
  }
  li.brought-by span {
    font-size: 10px !important;
    color: #F4F2ED !important;
  }
  li.brought-by img {
    max-width: 154px;
  }

  .nav-list {
    margin-top: 60px;
  }
  .nav-list .copy-nav {
    color: #F4F2ED;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .nav-list {
    width: 100%;
    text-align: left;
  }
}
.nav-list .current::after {
  width: 100% !important;
  opacity: 1 !important;
}
@media (max-width: 1045px) {
  .nav-list .current::after {
    content: none;
  }
}

.nav-list .current a {
  color: #145A60;
}

.nav-down .nav-list .current a {
  color: #145A60;
}

/* header ends here */
.header_login_wrapper {
  position: fixed;
  left: 0;
  top: 0;
  transform: translateY(-150%);
  transition: transform 1250ms ease;
  z-index: 99999;
}
@media (min-width: 768px) {
  .header_login_wrapper {
    transition: transform 550ms ease;
  }
}
.header_login_wrapper.active {
  transform: translateX(0);
}
.header_login_wrapper .header_login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}
@media (min-width: 768px) {
  .header_login_wrapper .header_login {
    flex-direction: row;
  }
}
.header_login_wrapper .header_login .col-3 {
  position: relative;
  height: 33.33%;
  width: 100%;
}
@media (min-width: 768px) {
  .header_login_wrapper .header_login .col-3 {
    height: 100%;
    width: 33.33%;
  }
}
.header_login_wrapper .header_login > div:first-child {
  background: #145A60;
}
.header_login_wrapper .header_login > div:first-child .header_login--text {
  color: #145A60;
}
.header_login_wrapper .header_login > div:nth-child(2) {
  background: #EAEAEA;
}
.header_login_wrapper .header_login > div:nth-child(4) {
  background: #145A60;
}
.header_login_wrapper .header_login > div:nth-child(4) .header_login--text {
  color: #145A60;
}
.header_login_wrapper .header_login > div:nth-child(5) {
  background: #EAEAEA;
}
.header_login_wrapper .header_login .header_login--text {
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media (min-width: 768px) {
  .header_login_wrapper .header_login .header_login--text {
    font-size: 2.3vw;
  }
}
.header_login_wrapper .header_login .header_login--text:hover {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .header_login_wrapper .header_login .header_login--text {
    font-size: 2rem;
    font-size: 2vw;
  }
}

footer .container {
  display: flex;
  flex-direction: column;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media (min-width: 768px) {
  footer .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
footer .container td,
footer .container p {
  color: #FFFFFF;
}
footer .container a:hover {
  color: #145A60;
}
footer .container .social-media table {
  padding-bottom: 3rem;
}
footer .container .social-media table td {
  display: block;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  footer .container .social-media table td {
    display: table-cell;
    padding-bottom: 0;
    padding-right: .5rem;
    padding-top: .5rem;
  }
}
footer .container .social-media table td:before {
  background-image: url("../../assets/img/arrow-right.svg");
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  padding-right: 1rem;
  height: 17.5px;
  width: 25px;
  transition: background-position 120ms linear;
}
footer .container .social-media table td:hover:before {
  background-position: 50% 100%;
}
footer .container .footer-menu td {
  display: block;
}
@media (min-width: 768px) {
  footer .container .footer-menu td {
    display: table-cell;
    height: 25px;
    padding-left: 1.5rem;
    padding-top: .5rem;
  }
}
footer .container .footer-menu td a {
  display: block;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  footer .container .footer-menu td a {
    padding-bottom: 0;
  }
}
footer .container .footer-menu span {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  footer .container .footer-menu span {
    margin-top: 0;
  }
}

#footer {
  background-color: #145A60;
  margin-top: 0px;
  padding: 0px;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#footer #sm-b-foot {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  width: 130px;
}
@media (max-width: 767px) {
  #footer #sm-b-foot {
    display: block;
  }
}
#footer #sm-b-foot .st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 14;
  stroke-miterlimit: 10;
}
@media (max-width: 767px) {
  #footer .has-sub-i > ul {
    height: 0;
    overflow: hidden;
  }
  #footer .has-sub-i.open > ul {
    height: auto;
  }
}
#footer .arrow-down:hover {
  cursor: pointer;
}
#footer .arrow-down .gt0 {
  fill: #000;
  transition: fill 0.35s ease-out;
}
@media (max-width: 767px) {
  #footer .arrow-down {
    padding: 0px 5px 0px 38px;
    position: absolute;
    top: 0;
    width: 62px;
    display: block;
    height: 52px;
    right: -4px;
    transition: transform 0.35s ease-out;
  }
}
#footer #foot-line {
  position: absolute;
  top: 0px;
  height: 100%;
  left: 22px;
  max-width: 100%;
  width: auto;
  opacity: 0.7;
  pointer-events: none;
}
@media (max-width: 767px) {
  #footer #foot-line {
    display: none;
  }
}
#footer .logo {
  width: 74px;
  display: block;
  margin: 0 auto 20px auto;
}
#footer .top-half {
  position: relative;
}
#footer .bottom-half {
  overflow: hidden;
  text-align: center;
}
#footer .bottom-half #green-t {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #footer .bottom-half #green-t {
    left: -66px;
    display: none;
  }
}
#footer #black-t {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  #footer #black-t {
    left: -66px;
  }
}
#footer .sub-footer, #footer .links {
  margin: 0 auto;
  max-width: 1360px;
}
#footer .sub-footer {
  display: block;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  #footer .sub-footer {
    padding-top: 80px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-left: 18px;
    padding-right: 20px;
    padding-right: 18px;
  }
}
@media (min-width: 992px) {
  #footer .sub-footer {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#footer .sub-footer .copy-copy {
  color: #F4F2ED;
}
#footer .sub-footer h4 {
  font-size: 21px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
}
@media (min-width: 768px) {
  #footer .sub-footer h4 {
    font-size: 30px;
    line-height: 37px;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #footer .sub-footer h4 {
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
    margin-bottom: 30px;
  }
}
#footer .sub-footer .row {
  margin-bottom: 68px;
}
@media (min-width: 768px) {
  #footer .sub-footer .row.mb0 {
    align-items: stretch;
  }
}
#footer .sub-footer .copyright {
  margin-right: 0;
}
#footer .sub-footer .copy-copy {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 400;
}
#footer .sub-footer .bold-brand {
  font-weight: 400;
  margin-right: 0;
}
#footer .sub-footer .linkedin-a {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 29px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
#footer .sub-footer .legal-foot {
  text-align: left;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 52px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  #footer .sub-footer .legal-foot {
    text-align: left;
    padding-top: 50px;
    margin-bottom: 10px;
  }
}
#footer .sub-footer .legal-foot a {
  color: #F4F2ED;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 500;
}
#footer .sub-footer .legal-foot p {
  color: #F4F2ED;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 500;
}
#footer .sub-footer .soc-foot {
  margin-top: 30px;
  text-align: right;
}
@media (max-width: 767px) {
  #footer .sub-footer .soc-foot {
    text-align: left;
    margin-bottom: 43px;
  }
}
#footer .sub-footer .subs-foot span {
  display: inline-block;
  margin-bottom: 25px;
}
#footer .sub-footer .foot-logo {
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #footer .sub-footer .foot-logo {
    margin-top: 0px;
  }
}
#footer .sub-footer .foot-logo img, #footer .sub-footer .foot-logo svg {
  height: auto;
  width: 100%;
  max-width: 204px;
}
@media (min-width: 768px) {
  #footer .sub-footer .foot-logo {
    margin-bottom: 30px;
    margin-left: auto;
  }
  #footer .sub-footer .foot-logo img, #footer .sub-footer .foot-logo svg {
    max-width: 305px;
  }
}
@media (min-width: 1200px) {
  #footer .sub-footer .foot-logo img, #footer .sub-footer .foot-logo svg {
    max-width: 305px;
  }
}
#footer .sub-footer .details {
  text-align: right;
  color: #F4F2ED;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #footer .sub-footer .details {
    text-align: left;
  }
}
#footer .sub-footer .details h4, #footer .sub-footer .details p, #footer .sub-footer .details span, #footer .sub-footer .details a {
  color: #F4F2ED;
}
#footer .sub-footer .details p {
  margin-top: 0;
  margin-bottom: 10px;
}
#footer .sub-footer .details h4, #footer .sub-footer .details p {
  line-height: 1.33;
}
#footer #logo-bottom {
  margin-right: 0px;
  margin-bottom: 10px;
}
#footer .links {
  padding: 70px 0px 39px 0px;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-left: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-right: 18px;
}
@media (max-width: 767px) {
  #footer .links {
    padding: 50px 0px 40px 0px;
  }
}
@media (min-width: 768px) {
  #footer .links > .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
#footer .links ul.top-drop {
  display: block;
  position: relative;
  list-style-type: none;
  margin: 0 0 0 auto;
  padding: 0;
  overflow: hidden;
  max-width: 808px;
}
@media (max-width: 767px) {
  #footer .links ul.top-drop {
    padding-top: 30px;
  }
}
#footer .links ul.top-drop > li {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 23px;
  letter-spacing: normal;
  float: left;
  width: 33%;
}
@media (max-width: 767px) {
  #footer .links ul.top-drop > li {
    width: 35%;
    display: inline-block;
  }
  #footer .links ul.top-drop > li:last-child {
    width: 30%;
  }
}
#footer .links ul.top-drop > li a {
  color: #000;
}
#footer .links ul.top-drop > li a.active, #footer .links ul.top-drop > li a:hover, #footer .links ul.top-drop > li a:focus {
  color: #000;
}
@media (max-width: 767px) {
  #footer .links ul.top-drop > li {
    float: left;
    padding: 8px 0;
  }
}
#footer .links ul.top-drop > li > ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #footer .links ul.top-drop > li > ul {
    margin: 0;
  }
}
#footer .links ul.top-drop > li > ul li {
  width: 100%;
  text-transform: initial;
  padding: 0 0 11px 0;
}
@media (min-width: 768px) {
  #footer .links ul.top-drop > li > ul li {
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  #footer .links ul.top-drop > li > ul li {
    padding: 8px 0 0 0;
  }
}
#footer .links ul.top-drop > li > ul li a {
  color: #0E3061;
  font-weight: 400;
}
#footer .links ul.top-drop > li > ul li a.active, #footer .links ul.top-drop > li > ul li a:hover, #footer .links ul.top-drop > li > ul li a:focus {
  color: #0E3061;
  text-decoration: underline;
}
@media (max-width: 767px) {
  #footer .links ul.top-drop {
    text-align: left;
    max-width: 100%;
    width: 100%;
    float: unset;
    padding-bottom: 50px;
  }
}
#footer .links ul.top-drop > li {
  padding-bottom: 0;
}
#footer .links ul.top-drop li {
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  #footer .links ul.top-drop li {
    position: relative;
    display: block;
    text-align: left;
  }
  #footer .links ul.top-drop li > ul > li {
    padding: 10px 0;
  }
}
@media (max-width: 479px) {
  #footer .links ul.top-drop li.register {
    text-align: right;
  }
}
#footer .links ul.top-drop li a {
  text-decoration: none;
  font-size: 14px;
}
@media (max-width: 767px) {
  #footer .links ul.top-drop li a {
    font-size: 14px;
  }
}
#footer.scrollable .bottom-half {
  opacity: 0;
}
#footer.scrollable.show .bottom-half {
  opacity: 1;
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1), transform 0.66s ease-out;
  transition-delay: 0.66s;
}

.bottom-brand {
  float: left;
  max-width: 380px;
  padding-right: 30px;
}
@media (max-width: 1172px) {
  .bottom-brand {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .bottom-brand {
    float: none;
    width: 100%;
  }
}
.bottom-brand p {
  color: #002F45;
}
@media (max-width: 767px) {
  .bottom-brand p {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .top-drop .register {
    text-align: right;
  }
}

.social-foot {
  list-style: none;
  margin: 0;
  display: inline-block;
  padding: 0;
}

.social-foot li {
  display: inline-block;
  padding: 0 5px 0 0;
  margin: 0;
}

#footer .links ul.top-drop > li > ul li.register a {
  font-weight: 400;
}

@media (min-width: 768px) {
  .hide-desk {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide-mob {
    display: none;
  }
}

@media (min-width: 768px) {
  .show-desk {
    display: block;
  }
}

@media (max-width: 767px) {
  .show-mob {
    display: block;
  }
}

.foot-nav {
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
  z-index: 2;
  display: inline-block;
  float: right;
}
@media (max-width: 1172px) {
  .foot-nav {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .foot-nav {
    float: left;
    max-width: 100%;
  }
}
.foot-nav li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  float: left;
  margin: 0;
  position: relative;
  text-decoration: none;
  padding: 19px 14px;
  vertical-align: middle;
}
@media (max-width: 1172px) {
  .foot-nav li {
    width: 50%;
    padding: 10px 14px 10px 14px;
    padding: 10px 0 10px 6vw;
  }
}
@media (max-width: 767px) {
  .foot-nav li {
    padding: 10px 14px 10px 0px;
  }
}
.foot-nav li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  position: relative;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-decoration: none;
  color: #0E3061;
  display: table-cell;
  vertical-align: middle;
}
.foot-nav li.contact-li {
  margin-left: 14px;
  margin-top: 6px;
  position: relative;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-decoration: none;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  padding: 12px 39px;
  border: 2px solid #34ADA3;
  background-color: #34ADA3;
  border-radius: 27px;
  transition: background-color .35s ease-in-out, border .35s ease-in-out;
}
.foot-nav li.contact-li:hover {
  border: 2px solid #A1E3DD;
  background-color: #A1E3DD;
}
@media (max-width: 1172px) {
  .foot-nav li.contact-li {
    transition: none;
    padding: 10px 14px;
    padding: 10px 0 10px 6vw;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    margin: 0;
  }
  .foot-nav li.contact-li:hover {
    border: 0;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .foot-nav li.contact-li {
    padding: 10px 14px 10px 0px;
  }
}

#logo-bottom {
  max-width: 325px;
}

.social-comp ul {
  margin: 0;
  list-style: none;
  display: inline-block;
}
.social-comp ul li {
  display: inline-block;
  padding-right: 20px;
  padding-left: 0px;
}
@media (min-width: 768px) {
  .social-comp ul li {
    padding-right: 38px;
  }
}
.social-comp ul li:last-child {
  padding-right: 0;
}
.social-comp.sub-ban {
  text-align: left;
}
@media (min-width: 768px) {
  .social-comp.sub-ban {
    text-align: right;
    padding: 0;
    margin: 0;
    position: absolute;
    top: initial;
    right: 0;
    transform: translate(0, 0);
    bottom: 16px;
  }
}
@media (max-width: 767px) {
  .social-comp.sub-ban {
    align-items: baseline;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 10px;
  }
}

.social-comp li a img {
  width: auto;
  height: 100%;
  height: 20px;
  opacity: 1;
  transition: opacity .15s ease-out;
}
@media (min-width: 768px) {
  .social-comp li a img {
    height: 30px;
  }
}

.social-comp li a:hover img {
  opacity: 0.6;
}

.post-foot .row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .post-foot .row {
    margin-bottom: 40px;
  }
}

.post-foot .row:after, .post-foot .row:before {
  display: none;
}

.where-bit, .terms-bit {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .where-bit, .terms-bit {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .terms-bit {
    margin-bottom: 0px;
  }
}

.terms-bit span {
  color: #959595;
}

.social-comp.hide-desk ul li {
  padding-bottom: 11px;
}

ul.foot-nav-list {
  list-style: none;
  margin: 0;
  text-align: left;
  padding: 0;
}
@media (min-width: 768px) {
  ul.foot-nav-list {
    padding: 0 0 20px 0;
  }
}
ul.foot-nav-list li {
  padding-left: 0px;
  padding-bottom: 15px;
  font-size: 21px;
  font-family: "Le-Monde-Extra-Bold", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
  vertical-align: bottom;
  color: #F4F2ED;
}
@media (min-width: 768px) {
  ul.foot-nav-list li {
    padding-bottom: 15px;
    font-size: 18px;
    font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
    font-weight: 600;
    line-height: 23px;
    vertical-align: baseline;
  }
}
@media (min-width: 1200px) {
  ul.foot-nav-list li {
    padding-bottom: 15px;
    font-size: 18px;
  }
}
ul.foot-nav-list li a {
  color: #F4F2ED;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  vertical-align: inherit;
}
@media (min-width: 768px) {
  ul.foot-nav-list li a {
    text-decoration: none;
  }
}
ul.foot-nav-list li a:hover {
  color: #FADC58;
  text-decoration: underline;
}
ul.foot-nav-list li a[href^="tel:"] {
  text-decoration: none;
}
ul.foot-nav-list li span {
  color: #F4F2ED;
}
ul.foot-nav-list li.footer-list-heading {
  padding-bottom: 10px;
}
ul.foot-nav-list li.footer-list-heading span {
  color: #FFFFFF;
  font-family: "Le-Monde-Extra-Bold", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  ul.foot-nav-list li.footer-list-heading span {
    color: #FADC58;
    font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
    font-weight: 600;
    font-size: inherit;
    line-height: 1;
    vertical-align: baseline;
  }
}
@media (max-width: 767px) {
  ul.foot-nav-list li.footer-list-heading.footer-accordion-heading {
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  ul.foot-nav-list li.footer-list-heading.footer-accordion-heading::after {
    content: '';
    display: inline-block;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #62D0C7;
    border-bottom: 2px solid #62D0C7;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.2s ease;
  }
}
@media (max-width: 767px) {
  ul.foot-nav-list li.footer-list-heading.footer-accordion-heading.is-open::after {
    transform: rotate(-135deg) translateY(1px);
  }
}
@media (max-width: 767px) {
  ul.foot-nav-list li.footer-list-heading.footer-accordion-heading:focus-visible {
    outline: 2px solid #62D0C7;
    outline-offset: 3px;
  }
}
ul.foot-nav-list li.foot-nav-accordion-item[hidden] {
  display: none;
}

div.brought-by span {
  color: #F4F2ED !important;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 500;
}
div.brought-by img {
  max-width: 294px;
}

.brought-by-col {
  text-align: left;
  padding-top: 52px;
}
@media (max-width: 767px) {
  .brought-by-col {
    padding-left: 0;
  }
}

.nav-col-foot {
  padding-top: 0px;
  text-align: left;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .nav-col-foot {
    padding-bottom: 0px;
  }
}
.nav-col-foot.soc-col {
  padding-bottom: 0px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .nav-col-foot.soc-col {
    align-self: stretch;
    height: auto;
  }
}
@media (min-width: 768px) {
  .nav-col-foot.soc-col ul.foot-nav-list {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .nav-col-foot.soc-col .follow-us-feet {
    margin-top: auto;
    padding-top: 24px;
    padding-bottom: 33px;
  }
}
.nav-col-foot span {
  color: #F4F2ED;
}
.nav-col-foot p {
  font-size: 14px;
  margin-top: 0;
  line-height: 21px;
}
@media (min-width: 768px) {
  .nav-col-foot p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .nav-col-foot p {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  ul.foot-nav-list + .follow-us-feet {
    margin-top: 10px !important;
    margin-bottom: 30px !important;
  }
}
.nav-col-foot:last-child {
  text-align: right;
}

.award-badges {
  max-width: 336px;
  margin: 0 auto 20px 0;
}
.award-badges img {
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .award-badges {
    margin: 0 0 20px auto;
  }
}

.copy-bottom {
  margin-top: 53px;
  margin-bottom: 35px;
  display: block;
}
.copy-bottom span {
  color: #F4F2ED !important;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

.mob-copy {
  color: #1C1C1E;
}
.mob-copy span, .mob-copy a {
  color: #1C1C1E;
}

.copy-dupe {
  padding-bottom: 25px;
  align-self: end;
}
.copy-dupe .mob-copy {
  padding-top: 0px;
  text-align: left;
}

.follow-us-feet {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 40px;
  align-items: center;
}
.follow-us-feet span {
  display: inline-block;
  padding-right: 0px;
  vertical-align: sub;
}
.follow-us-feet .social-link {
  display: inline-block;
  line-height: 0;
}
.follow-us-feet .social-link svg {
  display: inline-block;
  padding-left: 5px;
  vertical-align: sub;
}
.follow-us-feet .social-link svg,
.follow-us-feet .social-link svg path,
.follow-us-feet .social-link svg .cls-1,
.follow-us-feet .social-link svg .st0 {
  fill: #62D0C7 !important;
}
.follow-us-feet .social-link:hover svg,
.follow-us-feet .social-link:hover svg path,
.follow-us-feet .social-link:hover svg .cls-1,
.follow-us-feet .social-link:hover svg .st0 {
  fill: #FFFFFF !important;
}
.follow-us-feet .social-link-linkedin svg {
  margin-left: -5px;
  width: 24px;
}
.follow-us-feet .social-link-youtube svg {
  margin-left: 10px;
  width: 33px;
}
.follow-us-feet .social-link-facebook svg {
  margin-left: 10px;
  width: 15px;
}
.follow-us-feet .social-link-instagram svg {
  margin-left: 10px;
  width: 25px;
}

/* Navigation starts here */
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
  max-width: 100%;
}

.nav-container {
  display: block;
  position: relative;
  height: 60px;
}

.navigation-container .header-cta {
  display: none;
}
@media (min-width: 768px) {
  .navigation-container .header-cta {
    display: inline-block;
    margin-right: 1rem;
  }
}
.navigation-container .header-cta .enquire-cta.active {
  display: none;
}
.navigation-container .header-cta.login-cta.active {
  background: #EAEAEA;
  color: #145A60;
}

.navigation-container .checkbox {
  cursor: pointer;
  position: absolute;
  display: block;
  width: 82px;
  height: 74px;
  border: none;
  background-color: #FAD148;
  top: 0;
  right: 0px;
  z-index: 5;
  margin: 0;
  opacity: 1;
}
@media (min-width: 768px) {
  .navigation-container .checkbox {
    right: 0px;
    height: 111px;
    width: 122px;
  }
}

/*
** Hamburger
*/
.hamburger-lines {
  display: block;
  border-radius: 0;
  margin: 32px 27px;
  background-color: transparent;
  height: 10px;
  width: 29px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .hamburger-lines {
    right: 0px;
    height: 14px;
    width: 43px;
    margin: 49px 37px;
  }
}
.hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  background: #123564;
}
.hamburger-lines .line1 {
  transform-origin: 4%;
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}
.hamburger-lines .line2 {
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}
.hamburger-lines .line3 {
  transform-origin: 22%;
  transition: transform 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}

.navbar {
  background: #113366;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 196px;
  height: 100vh;
  width: 100vw;
  padding-left: 20px;
  overflow: auto;
  max-width: 482px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .navbar {
    padding-left: 18px;
    padding-left: 18px;
  }
}
.navbar .nav-container a {
  text-decoration: none;
  padding: 0 1.5rem;
}
.navbar .nav-container a:hover {
  font-weight: bolder;
}
.navbar .nav-container li {
  list-style: none;
}
.navbar .menu-items {
  background: transparent;
  width: 88.5%;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  text-align: left;
  margin-left: 0;
}
.navbar .menu-items .menu-items--list {
  color: #EAEAEA;
  display: block;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 5px;
  overflow: hidden;
  padding-bottom: 1rem;
  padding-left: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .navbar .menu-items .menu-items--list {
    font-size: 16px;
    margin-bottom: 1.6rem;
  }
}
.navbar .menu-items .menu-items--list.active .menu-items--link {
  transition-delay: 550ms;
  transform: translateY(0);
}
.navbar .menu-items .menu-items--list span {
  color: #FFFFFF;
  margin-right: 1.5rem;
  vertical-align: baseline;
}
.navbar .menu-items .menu-items--list .menu-items--link {
  color: #fff;
  font-size: 1.9rem;
  transform: translateY(75px);
  transition: transform 550ms ease;
}
@media (min-width: 768px) {
  .navbar .menu-items .menu-items--list .menu-items--link {
    font-size: 40px;
  }
}
.navbar .menu-items .menu-items--list .menu-items--link:hover {
  color: #FFFFFF;
}
.navbar .menu-items .menu-items--list .dropdown {
  max-height: 0;
  padding-left: 30px;
  transition: max-height 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.navbar .menu-items .menu-items--list .dropdown li {
  padding: 1rem 1rem 0rem 1rem;
  font-weight: 300;
  list-style-type: none;
}
.navbar .menu-items .menu-items--list .dropdown li:first-child {
  padding-top: 1rem;
}
.navbar .menu-items .menu-items--list .dropdown li a {
  color: #FFF;
}
.navbar .menu-items .menu-items--list .dropdown li a:hover {
  color: #fff;
}
.navbar .menu-items .menu-items--list.has-sub-i {
  position: relative;
}
.navbar .menu-items .menu-items--list.has-sub-i .expand {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  width: 22px;
  height: 38px;
  background-image: url(../img/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .navbar .menu-items .menu-items--list.has-sub-i .expand {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar .menu-items .menu-items--list.has-sub-i .expand {
    top: 9px;
  }
}
.navbar .menu-items .menu-items--list.has-sub-i .expand:hover {
  cursor: pointer;
}
.navbar .menu-items .menu-items--list.has-sub-i.open .expand {
  background-image: url(../img/minus.svg);
}
.navbar .menu-items .menu-items--list.has-sub-i.open .dropdown {
  max-height: 500px;
}
@media (min-width: 992px) {
  .navbar .menu-items .menu-items--list.has-sub-i.open .dropdown {
    max-height: 0px;
  }
}
.navbar .menu-items .menu-items--list.has-sub-i .expand-dsk {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 22px;
  height: 38px;
  background-image: url(../img/plus.svg);
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .navbar .menu-items .menu-items--list.has-sub-i .expand-dsk {
    display: block;
  }
}
@media (min-width: 768px) {
  .navbar .menu-items .menu-items--list.has-sub-i .expand-dsk {
    top: 9px;
  }
}
.navbar .menu-items .menu-items--list.has-sub-i .expand-dsk:hover {
  cursor: pointer;
}
.navbar .menu-items .menu-items--list.has-sub-i.open-dsk .expand-dsk {
  background-image: url(../img/minus.svg);
}

.dropdown-dsk {
  display: none;
  height: 100vh;
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 0;
  right: 0%;
  margin: 0;
  transition: right 0.75s cubic-bezier(0.77, 0, 0.175, 1);
  padding-top: 196px;
  padding-left: 4vw;
  list-style: none;
}
@media (min-width: 992px) {
  .dropdown-dsk {
    display: block;
  }
}
.dropdown-dsk.open-dsk {
  right: -100%;
}
.dropdown-dsk li {
  padding-bottom: 0;
}
.dropdown-dsk li a {
  font-size: 40px;
  margin-bottom: 1.6rem;
  display: block;
  color: #fff;
  font-weight: 300;
  padding-bottom: 1rem;
}

@media (min-width: 992px) {
  #invest-sub-nav.open-dsk span, #invest-sub-nav.open-dsk a {
    color: #62D0C7;
  }
}

@media (min-width: 992px) {
  #about-sub-nav.open-dsk span, #about-sub-nav.open-dsk a {
    color: #A1E3DD;
  }
}

/*
** preceding names below need to match page link label in slug format + "-sub-nav" 
*/
.invest-sub-nav {
  background: #62D0C7;
}

.about-sub-nav {
  background: #A1E3DD;
}

/*
** Menu Item Animation 
*/
.menu-items li:nth-child(2).active .menu-items--link {
  transition-delay: 750ms;
}

.menu-items li:nth-child(3).active .menu-items--link {
  transition-delay: 850ms;
}

.menu-items li:nth-child(4).active .menu-items--link {
  transition-delay: 1000ms;
}

.navigation-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(22deg);
}

.navigation-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.navigation-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-24deg);
}

.cta-mb {
  display: block;
}
@media (min-width: 768px) {
  .cta-mb {
    display: none;
  }
}
.cta-mb button {
  display: block;
}

/*
** Sub Menu
*/
.sub-menu {
  list-style-type: none;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 500ms ease;
}
.sub-menu.active {
  max-height: 150px;
}
.sub-menu li {
  color: #FFFFFF;
  padding-bottom: 1rem;
}

@keyframes reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.pre-head-bar {
  width: 100%;
  text-align: center;
  background-color: #113366;
  padding: 17px 30px;
}
.pre-head-bar p {
  color: #fff;
  margin: 0;
}

#fp-nav {
  display: none;
  height: 100%;
  height: calc(100% - 111px);
  background: #113366;
  right: 0 !important;
  bottom: 0;
  width: 82px;
  top: initial;
  transform: translate(0px, 0px);
  padding-bottom: 53px;
}
@media (min-width: 768px) {
  #fp-nav {
    display: flex !important;
    width: 122px;
    flex-direction: column;
    justify-content: flex-end;
  }
}

#fp-nav ul li {
  margin: 0 auto;
  padding: 11.5px 13px;
}

#fp-nav ul li a span {
  background: transparent !important;
  border: 1px solid #fff;
  height: 5px;
  width: 5px;
}

#fp-nav ul {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span {
  height: 5px;
  width: 5px;
  margin: -2px 0 0 -2px;
  background: #fff !important;
}

.slideNumber {
  position: relative;
  text-align: center;
  color: #fff;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  margin-bottom: 0px;
  padding-bottom: 340px;
  padding-bottom: 32.5vh;
  opacity: 1;
  transition: opacity .35s ease;
}
.slideNumber .c-wrap {
  width: 10px;
  height: 19px;
  margin: 0 auto 14px auto;
}
.slideNumber .count {
  margin-bottom: 0px;
}
.slideNumber .line-cont {
  position: absolute;
  height: calc(100% - 45px);
  width: 100%;
}
.slideNumber .line-bottom {
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0;
  animation: underline-animated-in 0.8s forwards cubic-bezier(0.77, 0, 0.175, 1);
}
.slideNumber .line-top {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  animation: underline-animated-out 0.8s forwards cubic-bezier(0.77, 0, 0.175, 1);
}
.slideNumber .line-top:after {
  content: "";
  width: 1px;
  background-color: #ffffff;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.slideNumber .line-bottom:after {
  content: "";
  width: 1px;
  background-color: #fff;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-height: 525px) {
  .slideNumber {
    opacity: 0;
  }
}
.line-top.nextline {
  animation: underline-animated-in 0.8s forwards cubic-bezier(0.77, 0, 0.175, 1) !important;
}

.line-bottom.nextline {
  animation: underline-animated-out 0.8s forwards cubic-bezier(0.77, 0, 0.175, 1) !important;
}

@keyframes underline-animated-in {
  0% {
    height: 0%;
    bottom: 0;
    opacity: 0.1;
  }
  100% {
    height: 100%;
    bottom: 0;
    opacity: 1;
  }
}
@keyframes underline-animated-out {
  0% {
    height: 100%;
    top: 0;
    opacity: 1;
  }
  100% {
    height: 0%;
    top: 0;
    opacity: 0.1;
  }
}
#cover {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
  z-index: 9999;
  transition: transform 1.32s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}

#cover.show {
  animation: fade-in .5s normal forwards .5s ease-in;
}

@keyframes fade-in {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.c-wrap {
  position: relative;
}

.c-wrap .next, .c-wrap .count {
  position: absolute;
}

.c-wrap .next {
  transform: translateY(-12px);
  left: 0;
}

.header_image {
  transition: opacity 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}

.nav-up {
  transform: translate(0, -100%);
  top: -92px;
}
.nav-up #menu-outer, .nav-up #side-bar-switch {
  pointer-events: none;
}
.nav-up #logo {
  opacity: 0;
  pointer-events: none;
}

.nav-down #menu-outer, .nav-down #side-bar-switch {
  pointer-events: all;
}
.nav-down #logo {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 767px) {
  .nav-down .hlink, .nav-down hgroup, .nav-up .hlink, .nav-up hgroup {
    pointer-events: none;
  }
  .nav-down .header_image, .nav-up .header_image {
    opacity: 0;
    pointer-events: none;
  }

  .nav-down.on-top .hlink, .nav-down.on-top hgroup {
    pointer-events: all;
  }
  .nav-down.on-top .header_image {
    opacity: 1;
    pointer-events: all;
  }
}
.header_image .logo-letters {
  fill: #FFFFFF !important;
}

.header_image .logo-letters {
  fill: #FFFFFF !important;
}

.post-template-default.single-post .header_image .logo-letters, body.category .header_image .logo-letters, .page-vacancy-enquiry-form .header_image .logo-letters, .search-no-results .header_image .logo-letters, .error404 .header_image .logo-letters, .page-thank-you .header_image .logo-letters {
  fill: #002F45 !important;
}

body.category h1 {
  font-size: 40px;
  margin: 0;
}
@media (min-width: 1200px) {
  body.category h1 {
    font-size: 50px;
  }
}

.cat-header {
  margin-top: 120px;
}
@media (min-width: 768px) {
  .cat-header {
    margin-top: 160px;
  }
}

.scroll-explore {
  position: fixed;
  text-transform: uppercase;
  width: 150px;
  font-size: 16px;
  right: 122px;
  bottom: 60px;
  display: block;
  animation-delay: 2s;
  animation-direction: normal;
  animation-duration: .70s;
  animation-fill-mode: backwards;
  animation-iteration-count: 1;
  animation-name: fadein;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1), transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
  transform: translate(0px, 10px);
}
.scroll-explore.show {
  opacity: 1;
  transform: translate(0px, 0px);
}
.scroll-explore span {
  font-size: 12px;
  color: #fff !important;
  font-familiy: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .scroll-explore {
    display: none;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
    transform: translate(0px, 10px);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
/* Navigation ends here */
.db-column {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .db-column {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.db-column .label {
  border-bottom: 2px solid #145A60;
  display: block;
  font-size: .8rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
}
.db-column .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
@media (min-width: 768px) {
  .db-column .row {
    flex-direction: row;
  }
}
.db-column .row .col-6 {
  padding-right: 1rem;
}
.db-column .row .col-6:last-child {
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .db-column .row .col-6:last-child {
    padding-top: 0;
  }
}
.db-column .row .col-6 .btn-accent {
  margin-top: 1.5rem;
}

.border-columns .container {
  max-width: 1000px;
}
.border-columns .container .row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
@media (min-width: 768px) {
  .border-columns .container .row {
    flex-direction: row;
    padding: 2rem;
  }
}
.border-columns .container .row .col-6 {
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .border-columns .container .row .col-6 {
    padding: 3rem;
    width: 50%;
  }
  .border-columns .container .row .col-6:first-child {
    border-right: 2px solid #145A60;
  }
}
.border-columns .container .row .col-6 .link:hover .arrow-green {
  background-position: center center;
}

.contact_form {
  padding-top: 30px;
  padding-bottom: 30px;
}
.contact_form.scrollable {
  opacity: 0;
}
.contact_form.scrollable.show {
  opacity: 1;
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1), transform 0.66s ease-out;
  transition-delay: 0.66s;
}
@media (min-width: 768px) {
  .contact_form {
    padding-top: 57px;
    padding-bottom: 53px;
  }
}
.contact_form input:not([type="submit"]),
.contact_form select,
.contact_form textarea {
  border-radius: 30px;
  border: 1px solid #34ADA3 !important;
  color: #34ADA3;
}
.contact_form .wpcf7-not-valid-tip {
  bottom: -33px;
  font-size: 11px;
  margin-top: 0;
}
.contact_form .container {
  margin: 0 auto;
  max-width: 700px;
}
.contact_form .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .contact_form .row {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.contact_form .row .col-6 {
  width: 100%;
}
@media (min-width: 768px) {
  .contact_form .row .col-6 {
    width: 50%;
  }
}
.contact_form .row .col-6.ex-margin {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .contact_form .row .col-6 input {
    width: 90%;
  }
}
.contact_form .row .col-12 {
  width: 100%;
}
.contact_form .contact_form--container {
  max-width: 640px;
  margin: 0 auto;
}
.contact_form .contact_form--container > p:last-of-type {
  margin-bottom: 15px;
}
.contact_form .contact_form--container form.wpcf7-form .wpcf7-response-output {
  text-align: left;
}
.contact_form input[type="submit"] {
  border-radius: 0px;
}
.contact_form form label {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  padding: 0;
  width: 100%;
}
.contact_form form p {
  margin: 0;
}
.contact_form form p:last-of-type {
  text-align: left;
}
.contact_form form textarea {
  padding: 15px;
}
.contact_form form textarea:last-child {
  margin-top: 5px;
  margin-bottom: 5px;
}
.contact_form .wpcf7-response-output {
  font-size: 14px;
}
.contact_form.align-center {
  text-align: center;
}
.contact_form.align-center form {
  text-align: left;
}
.contact_form.align-left {
  text-align: left;
}
.contact_form.align-left form {
  text-align: left;
}
.contact_form.align-right {
  text-align: right;
}
.contact_form.align-right form {
  text-align: left;
}

.contact-block h3 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .contact-block h3 {
    font-size: 40px;
  }
}
.contact-block form {
  margin-top: 0px;
  padding-top: 30px;
}

.contact-row .prof-img {
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #808c84;
}
.contact-row .deets {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contact-row .deets {
    text-align: center;
  }
  .contact-row .deets .copy-wrapper {
    text-align: left;
  }
}
@media (max-width: 506px) {
  .contact-row .deets .copy-wrapper {
    text-align: center;
  }
}
.contact-row .img-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.contact-row .img-wrapper img {
  max-width: 180px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .contact-row .img-wrapper img {
    max-width: 240px;
  }
}
.contact-row .copy-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.wpcf7-response-output {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
}

.bayley-logo {
  width: 140px;
  display: block;
  margin-bottom: 30px;
  margin-top: 60px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .bayley-logo {
    margin: 0 auto;
  }
}

.contact_form.c-halves {
  position: relative;
}
.contact_form.c-halves .contact-form-halves__copy-col {
  position: relative;
}
.contact_form.c-halves .contact-form-halves__copy-content {
  position: relative;
  z-index: 2;
}
.contact_form.c-halves .contact-form-halves__heading {
  max-width: var(--contact-halves-heading-max-width-mobile, none);
}
.contact_form.c-halves .contact-form-halves__lead {
  max-width: var(--contact-halves-lead-max-width-mobile, none);
}
.contact_form.c-halves .contact-form-halves__media {
  pointer-events: none;
  transform: translate(-50%, -50%);
  width: var(--contact-halves-layer-width-mobile, 100%);
  max-width: var(--contact-halves-layer-size-mobile, var(--contact-halves-layer-size-desk, 70%));
  max-height: var(--contact-halves-layer-max-height-mobile, var(--contact-halves-layer-max-height-desk, none));
  left: var(--contact-halves-layer-pos-x-mobile, var(--contact-halves-layer-pos-x-desk, 50%));
  top: var(--contact-halves-layer-pos-y-mobile, var(--contact-halves-layer-pos-y-desk, 80%));
  z-index: 0;
}
.contact_form.c-halves .contact-form-halves__media svg,
.contact_form.c-halves .contact-form-halves__media .contact-form-halves__media-lottie {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: inherit;
}
.contact_form.c-halves .contact-form-halves__media--outside {
  position: absolute;
}
.contact_form.c-halves .contact-form-halves__media--inside {
  position: absolute;
}
.contact_form.c-halves.contact-form-halves-media-hide-mobile .contact-form-halves__media {
  display: none;
}
.contact_form.c-halves .contact_form--container {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .contact_form.c-halves .contact-form-halves__heading {
    max-width: var(--contact-halves-heading-max-width-desk, var(--contact-halves-heading-max-width-mobile, none));
  }
  .contact_form.c-halves .contact-form-halves__lead {
    max-width: var(--contact-halves-lead-max-width-desk, var(--contact-halves-lead-max-width-mobile, none));
  }
  .contact_form.c-halves .contact-form-halves__media {
    width: var(--contact-halves-layer-width-desk, 100%);
    max-width: var(--contact-halves-layer-size-desk, var(--contact-halves-layer-size-mobile, 70%));
    max-height: var(--contact-halves-layer-max-height-desk, var(--contact-halves-layer-max-height-mobile, none));
    left: var(--contact-halves-layer-pos-x-desk, var(--contact-halves-layer-pos-x-mobile, 50%));
    top: var(--contact-halves-layer-pos-y-desk, var(--contact-halves-layer-pos-y-mobile, 80%));
  }
  .contact_form.c-halves.contact-form-halves-media-hide-mobile .contact-form-halves__media {
    display: block;
  }
  .contact_form.c-halves form {
    margin-top: 0 !important;
  }
  .contact_form.c-halves .contact_form--container {
    max-width: 910px;
    margin: 0 0 0 auto;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px 32px;
  }
}
.contact_form.c-halves h1 {
  font-weight: 400;
}

.further-deets {
  color: #F4F2ED;
  padding-bottom: 60px;
}
.further-deets span, .further-deets p, .further-deets a {
  color: #F4F2ED;
}
.further-deets .wrap-image {
  min-height: auto;
}
.further-deets .wrap-image img {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .further-deets .wrap-image {
    min-height: 100px;
  }
  .further-deets .wrap-image img {
    margin-bottom: 0px;
  }
}
.further-deets .col-xs-6.col-sm-4, .further-deets .row > .col-sm-12 {
  padding-bottom: 30px;
}

.member-grid {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .member-grid {
    padding-bottom: 0;
  }
}
.member-grid .container, .member-grid .container-fluid {
  margin-bottom: 30px;
}
.member-grid .container .label, .member-grid .container-fluid .label {
  display: block;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
}
.member-grid .container .members__wrapper, .member-grid .container-fluid .members__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (min-width: 768px) {
  .member-grid .container .members__wrapper, .member-grid .container-fluid .members__wrapper {
    margin: 0 -10px;
  }
}
@media (min-width: 1189px) {
  .member-grid .container .members__wrapper, .member-grid .container-fluid .members__wrapper {
    margin: 0 -10px;
  }
}
.member-grid .container .members__wrapper .member, .member-grid .container-fluid .members__wrapper .member {
  flex: 1 0 100%;
  padding-bottom: 3rem;
  max-width: 100%;
  text-align: left;
}
@media (min-width: 480px) {
  .member-grid .container .members__wrapper .member, .member-grid .container-fluid .members__wrapper .member {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 10px 40px 10px;
  }
  .member-grid .container .members__wrapper .member:nth-child(2n), .member-grid .container-fluid .members__wrapper .member:nth-child(2n) {
    padding: 0 10px 40px 10px;
  }
}
@media (min-width: 768px) {
  .member-grid .container .members__wrapper .member, .member-grid .container-fluid .members__wrapper .member {
    flex: 1 0 33%;
    max-width: 33%;
    padding: 0 10px 40px 10px;
  }
  .member-grid .container .members__wrapper .member:nth-child(2n), .member-grid .container-fluid .members__wrapper .member:nth-child(2n) {
    padding: 0 10px 40px 10px;
  }
  .member-grid .container .members__wrapper .member:nth-child(3n), .member-grid .container-fluid .members__wrapper .member:nth-child(3n) {
    padding: 0 10px 40px 10px;
  }
}
@media (min-width: 1200px) {
  .member-grid .container .members__wrapper .member, .member-grid .container-fluid .members__wrapper .member {
    flex: 1 0 25%;
    max-width: 25%;
    padding: 0 10px 40px 10px;
  }
  .member-grid .container .members__wrapper .member:nth-child(2n), .member-grid .container-fluid .members__wrapper .member:nth-child(2n) {
    padding: 0 10px 40px 10px;
  }
  .member-grid .container .members__wrapper .member:nth-child(3n), .member-grid .container-fluid .members__wrapper .member:nth-child(3n) {
    padding: 0 10px 40px 10px;
  }
}
.member-grid .container .members__wrapper .member a, .member-grid .container-fluid .members__wrapper .member a {
  text-decoration: none;
}
.member-grid .container .members__wrapper .member .member--image, .member-grid .container-fluid .members__wrapper .member .member--image {
  border-radius: 0%;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 120%;
  position: relative;
}
@media (max-width: 767px) {
  .member-grid .container .members__wrapper .member .member--image, .member-grid .container-fluid .members__wrapper .member .member--image {
    margin: 0 auto;
  }
}
.member-grid .container .members__wrapper .member .member--image img, .member-grid .container-fluid .members__wrapper .member .member--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 25%;
     object-position: 50% 25%;
  transition: all 0.35s ease-in-out;
}
.member-grid .container .members__wrapper .member .member--image.no-circle, .member-grid .container-fluid .members__wrapper .member .member--image.no-circle {
  border-radius: 0;
}
.member-grid .container .members__wrapper .member .member--heading, .member-grid .container-fluid .members__wrapper .member .member--heading {
  padding-top: 0rem;
  margin-bottom: 5px;
  margin-top: 20px;
  color: #145A60;
}
.member-grid .container .members__wrapper .member .member--subheading, .member-grid .container-fluid .members__wrapper .member .member--subheading {
  display: block;
}
.member-grid .container .members__wrapper .member:hover .member--image img, .member-grid .container-fluid .members__wrapper .member:hover .member--image img {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.member-grid .head-ban {
  display: flex;
  justify-content: space-between;
}
.member-grid .head-ban h2 {
  margin-top: 0;
  position: relative;
  width: auto;
  display: inline-block;
}
.member-grid .head-ban .member-section-lead {
  width: 350px;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .member-grid .head-ban .member-section-lead {
    width: 438px;
    font-size: 21px;
    margin-bottom: 50px;
  }
}
.member-grid .head-ban, .member-grid .members__wrapper {
  position: relative;
  z-index: 1;
}
.member-grid .wave-wrap {
  z-index: 0;
}
.member-grid .wave-wrap img {
  left: -11vw;
  width: 111vw;
  bottom: 15%;
}
.member-grid.active .wave-wrap .mask {
  width: 100vw;
  opacity: 0.6;
}
.member-grid.light-copy h2, .member-grid.light-copy h4, .member-grid.light-copy p, .member-grid.light-copy span {
  color: #F4F2ED !important;
}
.member-grid .btn-line-white {
  display: inline-block;
  margin-top: 25px;
}
.member-grid.invest-team h2, .member-grid.invest-team h4, .member-grid.invest-team p, .member-grid.invest-team span {
  text-align: left;
}
.member-grid.invest-team .head-ban {
  display: block;
  text-align: left;
}
.member-grid.invest-team .members__wrapper {
  justify-content: flex-start;
}
@media (min-width: 560px) {
  .member-grid.invest-team .member--image {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .member-grid.invest-team .member--image {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .member-grid.invest-team .members__wrapper {
    justify-content: flex-start;
  }
}
.member-grid.scrollable .head-ban,
.member-grid.scrollable .members__wrapper .member {
  opacity: 0;
  transform: translate(0, 24px);
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1), transform 0.66s ease-out;
}
.member-grid.scrollable.show .head-ban {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: .44s;
}
.member-grid.scrollable.show .members__wrapper .member {
  opacity: 1;
  transform: translate(0, 0);
}
.member-grid.scrollable.show .members__wrapper .member:nth-child(1) {
  transition-delay: .66s;
}
.member-grid.scrollable.show .members__wrapper .member:nth-child(2) {
  transition-delay: .78s;
}
.member-grid.scrollable.show .members__wrapper .member:nth-child(3) {
  transition-delay: .90s;
}
.member-grid.scrollable.show .members__wrapper .member:nth-child(4) {
  transition-delay: 1.02s;
}
.member-grid.scrollable.show .members__wrapper .member:nth-child(5) {
  transition-delay: 1.14s;
}
.member-grid.scrollable.show .members__wrapper .member:nth-child(6) {
  transition-delay: 1.26s;
}
.member-grid.scrollable.show .members__wrapper .member:nth-child(7) {
  transition-delay: 1.38s;
}
.member-grid.scrollable.show .members__wrapper .member:nth-child(8) {
  transition-delay: 1.5s;
}

.member-grid.invest-team .member--bio {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.member-grid.invest-team .member--bio.expanded {
  max-height: 600px;
  /* Adjust this value based on the expected content height */
}

.head-ban img {
  margin-bottom: 30px;
}

.member-grid-vert {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .member-grid-vert {
    padding-bottom: 3rem;
  }
}
.member-grid-vert .container, .member-grid-vert .container-fluid {
  margin-bottom: 30px;
}
.member-grid-vert .container .label, .member-grid-vert .container-fluid .label {
  display: block;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
}
.member-grid-vert .container .members__wrapper, .member-grid-vert .container-fluid .members__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  max-width: 860px;
}
@media (min-width: 768px) {
  .member-grid-vert .container .members__wrapper, .member-grid-vert .container-fluid .members__wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 1189px) {
  .member-grid-vert .container .members__wrapper, .member-grid-vert .container-fluid .members__wrapper {
    margin: 0 auto;
  }
}
.member-grid-vert .container .members__wrapper .member--content, .member-grid-vert .container-fluid .members__wrapper .member--content {
  text-align: left;
}
@media (max-width: 767px) {
  .member-grid-vert .container .members__wrapper .member--content, .member-grid-vert .container-fluid .members__wrapper .member--content {
    padding: 10px 0 0 0;
  }
}
.member-grid-vert .container .members__wrapper .bio-copy, .member-grid-vert .container-fluid .members__wrapper .bio-copy {
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-bottom: 20px;
}
.member-grid-vert .container .members__wrapper .bio-copy.expanded, .member-grid-vert .container-fluid .members__wrapper .bio-copy.expanded {
  -webkit-line-clamp: initial;
}
.member-grid-vert .container .members__wrapper .member, .member-grid-vert .container-fluid .members__wrapper .member {
  flex: 1 0 100%;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  max-width: 100%;
  text-align: left;
}
.member-grid-vert .container .members__wrapper .member a, .member-grid-vert .container-fluid .members__wrapper .member a {
  text-decoration: none;
}
.member-grid-vert .container .members__wrapper .member .member--image, .member-grid-vert .container-fluid .members__wrapper .member .member--image {
  border-radius: 0%;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .member-grid-vert .container .members__wrapper .member .member--image, .member-grid-vert .container-fluid .members__wrapper .member .member--image {
    margin: 0 auto;
  }
}
.member-grid-vert .container .members__wrapper .member .member--image img, .member-grid-vert .container-fluid .members__wrapper .member .member--image img {
  position: absolute;
  width: 100%;
  left: 0;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  filter: none;
  transition: all 0.35s ease-in-out;
}
.member-grid-vert .container .members__wrapper .member .member--image.no-circle, .member-grid-vert .container-fluid .members__wrapper .member .member--image.no-circle {
  border-radius: 0;
}
@media (max-width: 767px) {
  .member-grid-vert .container .members__wrapper .member .member--image-wrap, .member-grid-vert .container-fluid .members__wrapper .member .member--image-wrap {
    padding: 0;
  }
}
.member-grid-vert .container .members__wrapper .member .member--heading, .member-grid-vert .container-fluid .members__wrapper .member .member--heading {
  font-size: 19px;
  padding-top: 0rem;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #145A60;
}
.member-grid-vert .container .members__wrapper .member .read-more, .member-grid-vert .container-fluid .members__wrapper .member .read-more {
  font-family: "Josefin Sans", sans-serif;
  text-decoration: underline;
}
.member-grid-vert .container .members__wrapper .member .read-more:hover, .member-grid-vert .container-fluid .members__wrapper .member .read-more:hover {
  cursor: pointer;
}
.member-grid-vert .container .members__wrapper .member .member--subheading, .member-grid-vert .container-fluid .members__wrapper .member .member--subheading {
  font-size: 12px;
  display: block;
}
.member-grid-vert .container .members__wrapper .member:hover .member--image img, .member-grid-vert .container-fluid .members__wrapper .member:hover .member--image img {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.member-grid-vert .head-ban {
  display: flex;
  justify-content: space-between;
}
.member-grid-vert .head-ban h2 {
  margin-top: 0;
  position: relative;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  font-size: 30px;
}
.member-grid-vert .head-ban .member-section-lead {
  width: 350px;
  display: inline-block;
  vertical-align: bottom;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .member-grid-vert .head-ban .member-section-lead {
    width: 438px;
    font-size: 21px;
    margin-bottom: 50px;
  }
}
.member-grid-vert .head-ban, .member-grid-vert .members__wrapper {
  position: relative;
  z-index: 1;
}
.member-grid-vert .wave-wrap {
  z-index: 0;
}
.member-grid-vert .wave-wrap img {
  left: -11vw;
  width: 111vw;
  bottom: 15%;
}
.member-grid-vert.active .wave-wrap .mask {
  width: 100vw;
  opacity: 0.6;
}
.member-grid-vert.light-copy h2, .member-grid-vert.light-copy h4, .member-grid-vert.light-copy p, .member-grid-vert.light-copy span {
  color: #F4F2ED !important;
}
.member-grid-vert .btn-line-white {
  display: inline-block;
  margin-top: 25px;
}
.member-grid-vert.invest-team h2, .member-grid-vert.invest-team h4, .member-grid-vert.invest-team p, .member-grid-vert.invest-team span {
  text-align: left;
}
.member-grid-vert.invest-team .head-ban {
  display: block;
  text-align: left;
}
.member-grid-vert.invest-team .members__wrapper {
  justify-content: space-evenly;
}
.member-grid-vert.invest-team h2 {
  margin-bottom: 70px;
}
@media (min-width: 560px) {
  .member-grid-vert.invest-team .member--image {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .member-grid-vert.invest-team .member--image {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .member-grid-vert.invest-team .members__wrapper {
    justify-content: flex-start;
  }
}
.member-grid-vert.scrollable .head-ban,
.member-grid-vert.scrollable .members__wrapper .member {
  opacity: 0;
  transform: translate(0, 24px);
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1), transform 0.66s ease-out;
}
.member-grid-vert.scrollable.show .head-ban {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: .44s;
}
.member-grid-vert.scrollable.show .members__wrapper .member {
  opacity: 1;
  transform: translate(0, 0);
}
.member-grid-vert.scrollable.show .members__wrapper .member:nth-child(1) {
  transition-delay: .66s;
}
.member-grid-vert.scrollable.show .members__wrapper .member:nth-child(2) {
  transition-delay: .78s;
}
.member-grid-vert.scrollable.show .members__wrapper .member:nth-child(3) {
  transition-delay: .90s;
}
.member-grid-vert.scrollable.show .members__wrapper .member:nth-child(4) {
  transition-delay: 1.02s;
}
.member-grid-vert.scrollable.show .members__wrapper .member:nth-child(5) {
  transition-delay: 1.14s;
}
.member-grid-vert.scrollable.show .members__wrapper .member:nth-child(6) {
  transition-delay: 1.26s;
}
.member-grid-vert.scrollable.show .members__wrapper .member:nth-child(7) {
  transition-delay: 1.38s;
}
.member-grid-vert.scrollable.show .members__wrapper .member:nth-child(8) {
  transition-delay: 1.5s;
}

.head-ban img {
  margin-bottom: 30px;
}

.hero .video_container, .masthead .video_container {
  position: relative;
  padding-bottom: 170.1863354037267%;
  height: 0;
}
@media (min-width: 768px) {
  .hero .video_container, .masthead .video_container {
    padding-bottom: 56.25%;
    /* 16:9 */
  }
}
.hero .video_container .desktop_video, .masthead .video_container .desktop_video {
  display: none;
}
@media (min-width: 768px) {
  .hero .video_container .desktop_video, .masthead .video_container .desktop_video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
.hero .video_container .mobile_video, .masthead .video_container .mobile_video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .hero .video_container .mobile_video, .masthead .video_container .mobile_video {
    display: none;
  }
}

.masthead .desktop_hero_img {
  display: none !important;
}
@media (min-width: 768px) {
  .masthead .desktop_hero_img {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
  }
}
.masthead .mobile_hero_img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 768px) {
  .masthead .mobile_hero_img {
    display: none !important;
  }
}

.masthead .video_container {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
  padding-bottom: initial;
  pointer-events: none;
}
.masthead .video_container .desktop_video {
  height: 100%;
  width: 243.777778vh;
  min-width: 100%;
  min-height: 56.25vw;
  position: absolute;
  left: 50%;
  /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%);
  /* % of current element */
}
.masthead .video_container .mobile_video {
  min-height: 100vh;
  min-height: 100%;
  min-width: 60vh;
  position: absolute;
  left: 50%;
  /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%);
  /* % of current element */
}
@media (max-width: 767px) {
  .masthead .masthead-header {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: -0.01em;
  }
}
@media (min-width: 768px) {
  .masthead .masthead-header {
    font-size: 77px;
    line-height: 84px;
  }
}

.pre-head-feat {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  color: #145A60;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  text-transform: initial;
  display: block;
  margin-bottom: 15px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.pre-head-feat::after {
  content: " ";
  display: block;
  background: #FADC58;
  height: 3px;
  margin-top: 0px;
  width: 100%;
  max-width: 100vw;
}
@media (min-width: 768px) {
  .pre-head-feat {
    font-size: 22px;
    line-height: 29px;
  }
}

.hero-vimeo.section, .hero-youtube.section {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .hero-vimeo.section, .hero-youtube.section {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.hero-vimeo .play-wrap, .hero-youtube .play-wrap {
  position: absolute;
  z-index: 20;
  height: auto;
  padding: 0;
  cursor: pointer;
  --play-wrap-x: 30px;
  --play-wrap-y: 20px;
}

@media (min-width: 768px) {
  .hero-vimeo .play-wrap, .hero-youtube .play-wrap {
    --play-wrap-x: 60px;
    --play-wrap-y: 40px;
  }
}
.hero-vimeo .play-wrap:not([class*="play-wrap--"]),
.hero-vimeo .play-wrap--bottom-right,
.hero-youtube .play-wrap:not([class*="play-wrap--"]),
.hero-youtube .play-wrap--bottom-right {
  right: var(--play-wrap-x);
  bottom: var(--play-wrap-y);
}

.hero-vimeo .play-wrap--center-middle,
.hero-youtube .play-wrap--center-middle {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.hero-vimeo .play-wrap--middle-left,
.hero-youtube .play-wrap--middle-left {
  left: var(--play-wrap-x);
  top: 50%;
  transform: translateY(-50%);
}

.hero-vimeo .play-wrap--middle-right,
.hero-youtube .play-wrap--middle-right {
  right: var(--play-wrap-x);
  top: 50%;
  transform: translateY(-50%);
}

.hero-vimeo .play-wrap--top-left,
.hero-youtube .play-wrap--top-left {
  left: var(--play-wrap-x);
  top: var(--play-wrap-y);
}

.hero-vimeo .play-wrap--top-center,
.hero-youtube .play-wrap--top-center {
  left: 50%;
  top: var(--play-wrap-y);
  transform: translateX(-50%);
}

.hero-vimeo .play-wrap--top-right,
.hero-youtube .play-wrap--top-right {
  right: var(--play-wrap-x);
  top: var(--play-wrap-y);
}

.hero-vimeo .play-wrap--bottom-left,
.hero-youtube .play-wrap--bottom-left {
  left: var(--play-wrap-x);
  bottom: var(--play-wrap-y);
}

.hero-vimeo .play-wrap--bottom-center,
.hero-youtube .play-wrap--bottom-center {
  left: 50%;
  bottom: var(--play-wrap-y);
  transform: translateX(-50%);
}

.hero-vimeo .bg-vid:before, .hero-youtube .bg-vid:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  z-index: 1;
}

.hero-vimeo .play-icon .st0, .hero-youtube .play-icon .st0 {
  fill: #FFFFFF;
  transition: fill 0.35s ease-out;
  -webkit-transition: fill 0.35s ease-out;
}

.hero-vimeo .overlayed-copy, .hero-youtube .overlayed-copy {
  position: absolute;
  bottom: 20px;
  left: 30px;
  max-width: 600px;
  width: 50%;
  z-index: 20;
}

.overlayed-copy__content p, .overlayed-copy__content span {
  color: white;
}
.overlayed-copy__content h1, .overlayed-copy__content h2, .overlayed-copy__content h3, .overlayed-copy__content h4, .overlayed-copy__content h5, .overlayed-copy__content h6 {
  color: white;
}

@media (min-width: 768px) {
  .hero-vimeo .overlayed-copy, .hero-youtube .overlayed-copy {
    left: 60px;
    bottom: 40px;
  }
}
.m-visible {
  width: 100%;
}

.autoplay-video__cta {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  color: white;
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 20px 0;
  font-size: 20px;
}

.autoplay-video__icon {
  margin: 0 auto;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 100%;
  border: 3px solid #fff;
  transition: 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}

.play-wrap:hover .autoplay-video__icon {
  border: 3px solid #FADC58;
  background: #FADC58;
}

.play-wrap svg {
  transform: scale(1);
  transform-origin: center;
}

.play-wrap:hover svg {
  transform: scale(1.1);
  transform-origin: center;
}
@media (min-width: 768px) {
  .play-wrap:hover svg {
    transform: scale(1.3);
  }
}

.play-wrap:hover .play-icon .st0 {
  fill: #145A60;
}

@media (min-width: 768px) {
  .autoplay-video__icon {
    width: 7.6rem;
    height: 7.6rem;
    border-width: 3px;
  }
}
.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.flex {
  display: flex;
}

.bg-vid {
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 0;
  position: relative;
  top: 0;
  left: 0;
  transition: opacity 1s ease-out;
  transition-delay: 0.5s;
  background-size: center center;
}

.hero-vimeo.show .bg-vid, .hero-youtube .bg-vid {
  opacity: 1;
}

.bg-vid iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: inherit;
}

.bg-vid .inner-reveal {
  opacity: 0;
  transition: opacity 2s ease-out;
  transition-delay: 1s;
}

.bg-vid.video-ready .inner-reveal {
  opacity: 1;
}

.owl-hero {
  height: 100%;
  width: 100%;
}
.owl-hero .owl-stage-outer {
  height: 100%;
  width: 100%;
}
.owl-hero .owl-stage {
  height: 100%;
}
.owl-hero .owl-item {
  height: 100%;
}
.owl-hero .owl-item .item {
  display: block;
  height: 100%;
  width: 100%;
}
.owl-hero .owl-dots {
  position: absolute;
  z-index: 999;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  .owl-hero .owl-dots {
    display: none;
  }
}
@media (max-width: 480px) {
  .owl-hero .owl-dots {
    bottom: 15px;
  }
}
.owl-hero .owl-nav {
  margin-bottom: 0;
  text-align: left;
  position: absolute;
  width: 100%;
  bottom: initial;
  top: 50%;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 1494px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .owl-hero .owl-nav {
    display: none;
  }
}
.owl-hero .owl-nav button {
  display: block !important;
}
.owl-hero .owl-nav button:first-child {
  margin-bottom: 15px;
}
.owl-hero .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.owl-hero .owl-prev, .owl-hero .owl-next {
  width: 50px;
  height: 50px;
  background-size: contain !important;
  margin: 0 !important;
  padding: 0 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
.owl-hero .owl-prev {
  float: left;
  left: 20px;
  position: relative;
  pointer-events: all;
}
.owl-hero .owl-prev span {
  display: none;
}
@media (min-width: 768px) {
  .owl-hero .owl-prev {
    left: 30px;
  }
}
.owl-hero .owl-next {
  float: right;
  right: 20px;
  position: relative;
  pointer-events: all;
}
.owl-hero .owl-next span {
  display: none;
}
@media (min-width: 768px) {
  .owl-hero .owl-next {
    right: 30px;
  }
}
.owl-hero .btn-line-white, .owl-hero .btn-grey, .owl-hero .btn-green {
  width: 100%;
  position: relative;
}
.owl-hero .container-fluid > .row {
  padding-bottom: 77px;
}
@media (min-width: 1200px) {
  .owl-hero .head-boxing {
    display: inline-block;
    width: 57%;
  }
  .owl-hero .head-boxing + p {
    display: inline-block;
    margin-bottom: 0 !important;
  }
  .owl-hero .btn-line-white, .owl-hero .btn-grey, .owl-hero .btn-green {
    display: inline-block;
  }
}
.owl-hero .head-boxing + .box-side {
  margin-top: 20px;
}
.owl-hero .dark-overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.masthead {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.masthead.has-inline-layer-svg {
  overflow: visible;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .masthead.has-inline-layer-svg h1 {
    font-size: 6.3vw;
    line-height: 1.1;
  }
  .masthead.has-inline-layer-svg h1 span.font-halloa {
    font-size: 10.5vw;
    line-height: 0.5;
  }
}
.masthead.masthead-has-rate-form {
  overflow: visible;
}
.masthead.masthead-has-rate-form:before {
  content: "";
  width: 100%;
  height: 112px;
  bottom: 0;
  left: 0;
  position: absolute;
  background: #fff;
  z-index: 1;
  display: block;
}
.masthead .cta-wrap {
  display: flex;
  margin-top: 30px;
}
.masthead .cta-wrap.masthead-cta-wrap-hide-mobile {
  display: none;
}
@media (min-width: 768px) {
  .masthead .cta-wrap.masthead-cta-wrap-hide-mobile {
    display: flex;
  }
}
@media (min-width: 768px) {
  .masthead .cta-wrap.masthead-cta-wrap-hide-desktop {
    display: none;
  }
}
.masthead .cta-wrap.masthead-cta-wrap-hide-mobile.masthead-cta-wrap-hide-desktop {
  display: none;
}
@media (min-width: 768px) {
  .masthead .cta-wrap.masthead-cta-wrap-hide-mobile.masthead-cta-wrap-hide-desktop {
    display: none;
  }
}
.masthead.masthead-animated .pre-head-feat,
.masthead.masthead-animated .masthead-header,
.masthead.masthead-animated .box-side {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
.masthead.masthead-animated .pre-head-feat::after {
  width: 0;
}
.masthead.masthead-animated .pre-head-feat {
  animation: mastheadFadeIn 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s forwards;
}
.masthead.masthead-animated .pre-head-feat::after {
  animation: mastheadLine 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s forwards;
}
.masthead.masthead-animated .masthead-header {
  animation: mastheadFadeIn 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.1s forwards;
}
.masthead.masthead-animated .box-side {
  animation: mastheadFadeIn 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.2s forwards;
}
@keyframes mastheadFadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes mastheadLine {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.masthead.light-copy h1, .masthead.light-copy h2, .masthead.light-copy h3, .masthead.light-copy h4 {
  color: #F4F2ED;
}
.masthead.light-copy p {
  color: #F4F2ED;
}
.masthead.dark-copy p,
.masthead.dark-copy p.lead {
  color: #145A60;
}
.masthead.dark-copy .masthead-rate-banner__title {
  color: #145A60;
}
.masthead .dark-overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
}
.masthead p {
  max-width: 440px;
  margin-bottom: 15px;
}
.masthead h3, .masthead h4, .masthead h5, .masthead h6 {
  max-width: 620px;
}
.masthead p:last-of-type {
  margin-bottom: 20px;
}
.masthead a.btn-cream {
  display: block;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .masthead {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  .masthead.full-h-mob {
    height: 100vh;
    max-height: 100%;
  }
}
.masthead h2.lead {
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 15px;
}
.masthead p.lead {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  leading-trim: none;
  line-height: 130%;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .masthead p.lead {
    font-size: 22px;
    letter-spacing: 0;
  }
}
.masthead h3.second-lead {
  color: #145A60;
  font-weight: 400;
  font-size: 15px;
  max-width: 385px;
}
@media (min-width: 768px) {
  .masthead h3.second-lead {
    max-width: 42vw;
  }
}
@media (min-width: 992px) {
  .masthead h3.second-lead {
    max-width: 37vw;
  }
}
@media (min-width: 1200px) {
  .masthead h3.second-lead {
    max-width: 31vw;
  }
}
@media (min-width: 1410px) {
  .masthead h3.second-lead {
    max-width: 28vw;
  }
}
@media (min-width: 1920px) {
  .masthead h3.second-lead {
    max-width: 26vw;
  }
}
.masthead p, .masthead ul li {
  color: #FFFFFF;
}
.masthead .pre-head-img {
  max-width: 232px;
  display: block;
  margin-bottom: 10px;
}
.masthead h1 {
  color: #FFFFFF;
  margin: 0 0 10px 0px;
}
@media (min-width: 768px) {
  .masthead h1 {
    margin: 0 0px 26px 0px;
  }
}
.masthead .text-spread h1 {
  margin-bottom: 0;
}
.masthead h2, .masthead h3, .masthead h4, .masthead span {
  color: #FFFFFF;
}
.masthead h2 span, .masthead h3 span {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif !important;
}
.masthead .orange {
  color: #F4B22D !important;
}
.masthead a.btn-grey, .masthead button.btn-grey, .masthead .btn-green {
  width: auto;
}
.masthead .container, .masthead .container-fluid {
  height: 100%;
  z-index: 3;
  position: relative;
}
.masthead .container .animated-header-container, .masthead .container-fluid .animated-header-container {
  width: 90%;
  position: absolute;
  bottom: 64px;
  bottom: 7.5vh;
  z-index: 3;
}
@media (min-width: 768px) {
  .masthead .container .animated-header-container, .masthead .container-fluid .animated-header-container {
    bottom: 50%;
    transform: translate(0, 50%);
  }
}
.masthead .container .animated-header-container h2.lead, .masthead .container-fluid .animated-header-container h2.lead {
  line-height: 1.1;
}
@media (min-width: 768px) {
  .masthead .container .animated-header-container h2.lead, .masthead .container-fluid .animated-header-container h2.lead {
    line-height: 1.1;
  }
}
.masthead #wrapper_bottom, .masthead #wrapper_bottom_mob {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-size: cover;
  background-position: center;
  transition: opacity 3.5s;
}
.masthead #wrapper_top, .masthead #wrapper_top_mob {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  transition: opacity 3.5s;
}
.masthead .head-boxing {
  display: inline-block;
  max-width: 480px;
}
@media (min-width: 768px) {
  .masthead .head-boxing {
    max-width: 680px;
  }
}
@media (min-width: 1200px) {
  .masthead .head-boxing {
    max-width: 756px;
  }
  .masthead .head-boxing + p {
    display: inline-block;
    margin-bottom: 0 !important;
  }
  .masthead .btn-line-white, .masthead .btn-grey, .masthead .btn-green {
    display: inline-block;
  }
}

.wave-wrap {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  overflow: hidden;
  height: 100%;
  bottom: 160px;
  bottom: 22%;
  pointer-events: none;
  left: 0;
}
@media (min-width: 768px) {
  .wave-wrap {
    bottom: 0;
  }
}
.wave-wrap img {
  position: absolute;
  left: -22vw;
  bottom: 0;
  width: 386vw;
}
@media (min-width: 768px) {
  .wave-wrap img {
    left: -27vw;
    width: 127vw;
    bottom: 15%;
  }
}
.wave-wrap .mask {
  width: 0vw;
  opacity: 0;
  position: relative;
  left: 0;
  height: 100%;
  bottom: 0;
  overflow: hidden;
  transition: width 2.31s cubic-bezier(0.77, 0, 0.175, 1), opacity 1.65s cubic-bezier(0.77, 0, 0.175, 1);
}
.wave-wrap img.wave-image-og-2 {
  left: 0 !important;
  bottom: 20px !important;
  width: 100vw !important;
}
.wave-wrap img.wave-image-og {
  left: 0 !important;
  bottom: 0px !important;
  width: 100vw !important;
}

.masthead.active .wave-wrap .mask {
  width: 100vw;
  opacity: 1;
}

.blue-wave:before {
  content: "";
  background-image: url("../img/blue-grad.png");
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

#wrapper_top {
  display: none;
}
@media (min-width: 768px) {
  #wrapper_top {
    display: block;
  }
}

#wrapper_top_mob {
  display: block;
}
@media (min-width: 768px) {
  #wrapper_top_mob {
    display: none;
  }
}

.scroll-down:before {
  content: "";
  background-image: url("../img/icon-down.svg");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.scroll-down {
  display: block;
  padding-left: 35px;
  position: absolute;
  color: #FFFFFF;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}

div[id^=video-trigger]:hover {
  cursor: pointer;
}

.fluidvid-wrap {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-top: 56.1905%;
}

.fluidvid-item-iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fluidvid-item-iframe iframe {
  width: 100%;
  height: 100%;
}

#videoModal, #pdfModal {
  z-index: 999 !important;
}

@media screen and (max-height: 840px) {
  .modal-content-cm {
    margin: -17.5% auto 0 auto !important;
  }

  .fluidvid-wrap {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding-top: 44.1905%;
  }
}
.modal-cm {
  z-index: 999 !important;
  visibility: hidden;
  position: fixed;
  z-index: 999;
  left: 0;
  top: -999px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content-cm {
  background-color: transparent;
  position: relative;
  top: 50%;
  margin: -22.5% auto 0 auto;
  padding: 0;
  border: none;
  width: 80%;
}

.aspect-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.close-modal-cm {
  position: absolute;
  right: 0;
  top: -40px;
  width: 40px;
  background-color: transparent;
  box-sizing: border-box;
  height: 40px;
  z-index: 9113;
  cursor: pointer;
}

.close-modal-cm span {
  position: absolute;
  right: 5px;
  top: 3px;
  width: 28px;
  height: 28px;
  opacity: .7;
}

.close-modal-cm span:hover {
  opacity: 1;
}

.close-modal-cm span:before, .close-modal-cm span:after {
  position: absolute;
  left: 13px;
  content: ' ';
  height: 28px;
  width: 2px;
  background-color: #fff;
}

.close-modal-cm span:before {
  transform: rotate(45deg);
}

.close-modal-cm span:after {
  transform: rotate(-45deg);
}

.overlay-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.vid-modal-trigger {
  width: 100%;
  padding-bottom: 56%;
  border: 4px solid #FFF;
  border-radius: 2px;
  margin: 20px 0;
  position: relative;
}
.vid-modal-trigger:before {
  content: "";
  background-color: #000;
  opacity: 0.26;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.vid-modal-trigger .vid-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}
.vid-modal-trigger .play-btn {
  position: absolute;
  width: 130px;
  height: 130px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: opacity 0.35s ease-out;
  -webkit-transition: opacity 0.35s ease-out;
  z-index: 1;
}
.vid-modal-trigger .play-btn g {
  fill: #FFFFFF;
  transition: opacity 0.35s ease-out, fill 0.35s ease-out;
  -webkit-transition: opacity 0.35s ease-out, fill 0.35s ease-out;
}
.vid-modal-trigger:hover .play-btn {
  opacity: 1;
}
.vid-modal-trigger:hover .play-btn g {
  fill: #145A60;
}

.masthead .row {
  margin-top: 0px;
  margin-bottom: 0px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

@media (min-width: 768px) {
  .masthead .row {
    align-items: center;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .p-img img {
    width: 280px;
    margin-top: 20px;
  }
}
.make-full-width {
  padding: 0;
}

.play-wrap {
  position: relative;
  padding-top: 30px;
  display: block;
  width: 135px;
  height: 60px;
  margin: 0;
}
@media (min-width: 992px) {
  .play-wrap {
    position: relative;
    padding-top: 30px;
    display: block;
    width: 135px;
    height: 60px;
    margin: 0;
  }
}
.play-wrap span {
  margin-right: 10px;
  font-size: 20px;
}
.play-wrap > span, .play-wrap > div {
  float: left;
  vertical-align: middle;
}
.play-wrap svg {
  position: absolute;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  -webkit-transition: opacity 0.35s ease-out, transform 0.35s ease-out;
}
.play-wrap svg.on-hover {
  opacity: 0;
}
.play-wrap svg.off-hover {
  opacity: 1;
}
.play-wrap:hover svg.on-hover {
  opacity: 1;
}
.play-wrap:hover svg.off-hover {
  opacity: 0;
}

@media (min-width: 768px) {
  .masthead-header {
    position: relative;
  }
}
.parallax-c {
  height: 100vh;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  #pre-head-image {
    width: 127px;
  }
}
h1.masthead-header span:not(.play-copy) {
  font-weight: 700 !important;
}

h1.masthead-header:last-child {
  margin-bottom: 0;
}

.container-fluid.text-spread {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-fluid.text-spread {
    padding-left: 18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-right: 18px;
  }
}
.container-fluid.text-spread > .row {
  align-items: flex-end;
  height: 100%;
  margin-top: 0;
  padding-bottom: 45px;
  left: 0;
  margin: 0;
  position: relative;
}
@media (min-width: 1200px) {
  .container-fluid.text-spread > .row {
    padding-bottom: 102px;
  }
}
.container-fluid.text-spread > .row > .col-sm-12 {
  padding: 0;
}
@media (min-width: 768px) {
  .container-fluid.text-spread > .row > .col-sm-12 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.box-side {
  max-width: var(--masthead-box-side-max-width, 822px);
}

.masthead.masthead-limit-lead-copy p.lead {
  max-width: var(--masthead-lead-copy-max-width-mobile, var(--masthead-lead-copy-max-width-desk, 440px));
}
@media (min-width: 768px) {
  .masthead.masthead-limit-lead-copy p.lead {
    max-width: var(--masthead-lead-copy-max-width-desk, 440px);
  }
}

.masthead.has-inline-layer-svg .dark-overlay {
  z-index: 1;
}
.masthead.has-inline-layer-svg .masthead__bg-svg {
  position: absolute;
  left: var(--masthead-layer-pos-x-mobile, var(--masthead-layer-pos-x-desk, 99%));
  top: var(--masthead-layer-pos-y-mobile, var(--masthead-layer-pos-y-desk, 99%));
  width: var(--masthead-layer-width-mobile, 100%);
  max-width: var(--masthead-layer-max-width-mobile, var(--masthead-layer-size-mobile, var(--masthead-layer-size-desk, 45%)));
  max-height: var(--masthead-layer-max-height-mobile, var(--masthead-layer-max-height-desk, none));
  transform: translate(-100%, -100%);
  z-index: 2;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
.masthead.has-inline-layer-svg .masthead__bg-svg.js-lottie-layer {
  visibility: visible;
  opacity: 0.95;
}
.masthead.has-inline-layer-svg .masthead__bg-svg.is-drawsvg-ready {
  visibility: visible;
  opacity: 0.95;
}
@media (min-width: 768px) {
  .masthead.has-inline-layer-svg .masthead__bg-svg {
    width: var(--masthead-layer-width-desk, 100%);
    left: var(--masthead-layer-pos-x-desk, 99%);
    top: var(--masthead-layer-pos-y-desk, 99%);
    max-width: var(--masthead-layer-max-width-desk, var(--masthead-layer-size-desk, 45%));
    max-height: var(--masthead-layer-max-height-desk, none);
  }
}
.masthead.has-inline-layer-svg .masthead__bg-svg .masthead__layer-svg-asset {
  display: block;
  width: 100%;
  height: auto;
  max-height: inherit;
}
.masthead.has-inline-layer-svg .masthead__bg-svg .masthead__layer-lottie {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: inherit;
}

.masthead.has-inline-layer-svg.masthead-inline-layer-in-container .container-fluid > .masthead__bg-svg {
  z-index: 1;
}
.masthead.has-inline-layer-svg.masthead-inline-layer-in-container .container-fluid > .row {
  position: relative;
  z-index: 2;
}

.masthead {
  --masthead-rate-banner-bg: #EAEAEA;
}

.masthead.masthead-has-rate-form .masthead-rate-banner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__inner {
  max-width: 1360px;
  margin: 0 auto;
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__form-col {
  max-width: 522px;
  width: 100%;
  margin-top: -120px;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__anchor-target {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  scroll-margin-top: 10px;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__title {
  color: #FFFFFF;
  font-family: "Le-Monde-Extra-Bold", sans-serif;
  font-style: normal;
  font-weight: 800;
  margin: 0 0 12px;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0;
}
.masthead.masthead-has-rate-form.dark-copy .masthead-rate-banner__title {
  color: #145A60;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__copy {
  color: #FFFFFF;
  margin: 0 0 10px;
  max-width: none;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__form-shell {
  background: #FADC58;
  border-radius: 8px;
  padding: 0px;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__form-embed {
  width: 100%;
  position: relative;
  margin: -10px;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__form-embed > div {
  position: absolute;
  width: 100%;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__placeholder-form {
  margin: 0;
  padding: 24px 24px;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__placeholder-label {
  display: block;
  color: #145A60;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__placeholder-row {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 474px;
  height: 58px;
  border-radius: 30px;
  padding: 10px 18px;
  background: #EAEAEA;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__placeholder-row input {
  flex: 1 1 auto;
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #239C92;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  min-height: 0;
  height: auto;
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__placeholder-row input::-moz-placeholder {
  color: #239C92;
  opacity: 1;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__placeholder-row input::placeholder {
  color: #239C92;
  opacity: 1;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__search-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: #239C92;
  flex: 0 0 22px;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__search-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__placeholder-link {
  display: inline-block;
  margin-top: 20px;
  color: #145A60;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  text-decoration: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  text-decoration-offset: 0;
  text-decoration-thickness: auto;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
@media (max-width: 767px) {
  .masthead.masthead-has-rate-form .masthead-rate-banner__placeholder-row input {
    font-size: 16px;
  }
  .masthead.masthead-has-rate-form .masthead-rate-banner__search-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }
  .masthead.masthead-has-rate-form .masthead-rate-banner__placeholder-link {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .masthead.masthead-has-rate-form.full-h-mob {
    height: auto;
    min-height: calc(100vh + 120px);
    max-height: none;
    overflow: visible;
  }
  .masthead.masthead-has-rate-form.full-h-mob > .container-fluid {
    height: calc(100vh + 120px);
    min-height: calc(100vh + 120px);
  }
  .masthead.masthead-has-rate-form.full-h-mob .masthead-rate-banner {
    position: relative;
    bottom: auto;
    margin-top: 0px;
  }
  .masthead.masthead-has-rate-form.full-h-mob .container-fluid.text-left-bottom > .row,
  .masthead.masthead-has-rate-form.full-h-mob .container-fluid.text-right-bottom > .row,
  .masthead.masthead-has-rate-form.full-h-mob .container-fluid.text-center-bottom > .row,
  .masthead.masthead-has-rate-form.full-h-mob .container-fluid.text-left-bottom-mob > .row,
  .masthead.masthead-has-rate-form.full-h-mob .container-fluid.text-right-bottom-mob > .row,
  .masthead.masthead-has-rate-form.full-h-mob .container-fluid.text-center-bottom-mob > .row,
  .masthead.masthead-has-rate-form.full-h-mob .container-fluid.text-spread > .row {
    padding-bottom: 60px;
  }
}
.masthead.masthead-has-rate-form .masthead-rate-banner__support-col {
  color: #145A60;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  text-align: left;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: 0;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__support-col span,
.masthead.masthead-has-rate-form .masthead-rate-banner__support-col a {
  color: #145A60;
  font: inherit;
}
.masthead.masthead-has-rate-form .masthead-rate-banner__support-col a {
  text-decoration: underline;
  margin-left: 4px;
}
@media (min-width: 768px) {
  .masthead.masthead-has-rate-form .masthead-rate-banner__inner {
    padding-left: 18px;
    padding-right: 18px;
    padding-left: 18px;
    padding-right: 18px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
  }
  .masthead.masthead-has-rate-form .masthead-rate-banner__form-col {
    margin-top: -175px;
  }
  .masthead.masthead-has-rate-form .masthead-rate-banner__placeholder-label {
    font-size: 22px;
  }
  .masthead.masthead-has-rate-form .masthead-rate-banner__support-col {
    text-align: right;
    margin-left: auto;
    padding-bottom: 6px;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .masthead.masthead-has-rate-form .masthead-rate-banner__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.masthead.masthead-has-rate-form .container-fluid.text-left-bottom > .row,
.masthead.masthead-has-rate-form .container-fluid.text-right-bottom > .row,
.masthead.masthead-has-rate-form .container-fluid.text-center-bottom > .row,
.masthead.masthead-has-rate-form .container-fluid.text-left-bottom-mob > .row,
.masthead.masthead-has-rate-form .container-fluid.text-right-bottom-mob > .row,
.masthead.masthead-has-rate-form .container-fluid.text-center-bottom-mob > .row,
.masthead.masthead-has-rate-form .container-fluid.text-spread > .row {
  padding-bottom: 170px;
}
@media (max-width: 767px) {
  .masthead.masthead-has-rate-form .container-fluid.text-left-bottom > .row,
  .masthead.masthead-has-rate-form .container-fluid.text-right-bottom > .row,
  .masthead.masthead-has-rate-form .container-fluid.text-center-bottom > .row,
  .masthead.masthead-has-rate-form .container-fluid.text-left-bottom-mob > .row,
  .masthead.masthead-has-rate-form .container-fluid.text-right-bottom-mob > .row,
  .masthead.masthead-has-rate-form .container-fluid.text-center-bottom-mob > .row,
  .masthead.masthead-has-rate-form .container-fluid.text-spread > .row {
    padding-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .container-fluid.text-left-bottom-mob, .container-fluid.text-left-top-mob, .container-fluid.text-right-top-mob, .container-fluid.text-right-bottom-mob, .container-fluid.text-center-bottom-mob {
    position: relative;
  }

  .container-fluid.text-left-top-mob {
    padding-left: 18px;
    padding-right: 18px;
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid.text-left-top-mob > .row {
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    padding-top: 50px;
    left: 0;
    margin: 0;
    position: relative;
  }
  .container-fluid.text-left-top-mob > .row > .col-sm-12 {
    padding: 0;
  }
  .container-fluid.text-left-top-mob p, .container-fluid.text-left-top-mob h2, .container-fluid.text-left-top-mob .lead, .container-fluid.text-left-top-mob h3, .container-fluid.text-left-top-mob h4, .container-fluid.text-left-top-mob h5, .container-fluid.text-left-top-mob h6 {
    margin-left: initial;
    margin-right: auto;
  }

  .container-fluid.text-right-top-mob > .row {
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    padding-top: 95px;
    left: 0;
    margin: 0;
    position: relative;
    text-align: right;
  }
  .container-fluid.text-right-top-mob > .row > .col-sm-12 {
    padding: 0;
  }
  .container-fluid.text-right-top-mob h1, .container-fluid.text-right-top-mob p, .container-fluid.text-right-top-mob h2, .container-fluid.text-right-top-mob .lead, .container-fluid.text-right-top-mob h3, .container-fluid.text-right-top-mob h4, .container-fluid.text-right-top-mob h5, .container-fluid.text-right-top-mob h6, .container-fluid.text-right-top-mob span {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }
  .container-fluid.text-right-top-mob h1, .container-fluid.text-right-top-mob h2, .container-fluid.text-right-top-mob h3, .container-fluid.text-right-top-mob h4, .container-fluid.text-right-top-mob h5, .container-fluid.text-right-top-mob h6 {
    max-width: 700px;
  }
  .container-fluid.text-right-top-mob .box-side {
    text-align: right;
    margin: 0 0 0 auto;
  }
  .container-fluid.text-right-top-mob .box-side a {
    text-align: left;
  }

  .container-fluid.text-center-top-mob > .row {
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    padding-top: 95px;
    left: 0;
    margin: 0;
    position: relative;
    text-align: center;
  }
  .container-fluid.text-center-top-mob > .row > .col-sm-12 {
    padding: 0;
  }
  .container-fluid.text-center-top-mob h1, .container-fluid.text-center-top-mob p, .container-fluid.text-center-top-mob h2, .container-fluid.text-center-top-mob .lead, .container-fluid.text-center-top-mob h3, .container-fluid.text-center-top-mob h4, .container-fluid.text-center-top-mob h5, .container-fluid.text-center-top-mob h6, .container-fluid.text-center-top-mob span {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .container-fluid.text-center-top-mob h1, .container-fluid.text-center-top-mob h2, .container-fluid.text-center-top-mob h3, .container-fluid.text-center-top-mob h4, .container-fluid.text-center-top-mob h5, .container-fluid.text-center-top-mob h6 {
    max-width: 700px;
  }
  .container-fluid.text-center-top-mob .box-side {
    text-align: center;
    margin: 0 auto;
  }
  .container-fluid.text-center-top-mob .box-side a {
    text-align: left;
  }

  .container-fluid.text-left-bottom-mob {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid.text-left-bottom-mob > .row {
    align-items: flex-end;
    height: 100%;
    margin-top: 0;
    padding-bottom: 60px;
    left: 0;
    margin: 0;
    position: relative;
  }
  .container-fluid.text-left-bottom-mob > .row > .col-sm-12 {
    padding: 0;
  }
  .container-fluid.text-left-bottom-mob .play-wrap {
    margin: 0 auto 0 0;
  }

  .container-fluid.text-right-bottom-mob {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid.text-right-bottom-mob > .row {
    align-items: flex-end;
    height: 100%;
    margin-top: 0;
    padding-bottom: 60px;
    right: 0;
    margin: 0;
    position: relative;
    text-align: right;
  }
  .container-fluid.text-right-bottom-mob > .row > .col-sm-12 {
    padding: 0;
  }
  .container-fluid.text-right-bottom-mob h1, .container-fluid.text-right-bottom-mob p, .container-fluid.text-right-bottom-mob h2, .container-fluid.text-right-bottom-mob .lead, .container-fluid.text-right-bottom-mob h3, .container-fluid.text-right-bottom-mob h4, .container-fluid.text-right-bottom-mob h5, .container-fluid.text-right-bottom-mob h6, .container-fluid.text-right-bottom-mob span {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }
  .container-fluid.text-right-bottom-mob h1, .container-fluid.text-right-bottom-mob h2, .container-fluid.text-right-bottom-mob h3, .container-fluid.text-right-bottom-mob h4, .container-fluid.text-right-bottom-mob h5, .container-fluid.text-right-bottom-mob h6 {
    max-width: 700px;
  }
  .container-fluid.text-right-bottom-mob .box-side {
    text-align: right;
    margin: 0 0 0 auto;
  }
  .container-fluid.text-right-bottom-mob .box-side a {
    text-align: left;
  }
  .container-fluid.text-right-bottom-mob .play-wrap {
    margin: 0 0 0 auto;
  }

  .container-fluid.text-center-bottom-mob > .row {
    align-items: flex-end;
    height: 100%;
    margin-top: 0;
    padding-bottom: 60px;
    left: 0;
    margin: 0;
    position: relative;
    text-align: center;
  }
  .container-fluid.text-center-bottom-mob > .row > .col-sm-12 {
    padding: 0;
  }
  .container-fluid.text-center-bottom-mob h1, .container-fluid.text-center-bottom-mob p, .container-fluid.text-center-bottom-mob h2, .container-fluid.text-center-bottom-mob .lead, .container-fluid.text-center-bottom-mob h3, .container-fluid.text-center-bottom-mob h4, .container-fluid.text-center-bottom-mob h5, .container-fluid.text-center-bottom-mob h6, .container-fluid.text-center-bottom-mob span {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .container-fluid.text-center-bottom-mob h1, .container-fluid.text-center-bottom-mob h2, .container-fluid.text-center-bottom-mob h3, .container-fluid.text-center-bottom-mob h4, .container-fluid.text-center-bottom-mob h5, .container-fluid.text-center-bottom-mob h6 {
    max-width: 700px;
  }
  .container-fluid.text-center-bottom-mob .box-side {
    text-align: center;
    margin: 0 auto;
  }
  .container-fluid.text-center-bottom-mob .box-side a {
    text-align: left;
  }

  .container-fluid.text-center-mob .animated-header-container {
    bottom: 50%;
    top: initial;
    transform: translate(-50%, 50%);
    text-align: center;
  }
  .container-fluid.text-center-mob h1, .container-fluid.text-center-mob p, .container-fluid.text-center-mob h2, .container-fluid.text-center-mob .lead, .container-fluid.text-center-mob h3, .container-fluid.text-center-mob h4, .container-fluid.text-center-mob h5, .container-fluid.text-center-mob h6, .container-fluid.text-center-mob span {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .container-fluid.text-center-mob h1, .container-fluid.text-center-mob h2, .container-fluid.text-center-mob h3, .container-fluid.text-center-mob h4, .container-fluid.text-center-mob h5, .container-fluid.text-center-mob h6 {
    max-width: 700px;
  }
  .container-fluid.text-center-mob .box-side {
    text-align: center;
    margin: 0 auto;
  }
  .container-fluid.text-center-mob .box-side a {
    text-align: left;
  }

  .container-fluid.text-left-mob p, .container-fluid.text-left-mob h2, .container-fluid.text-left-mob .lead, .container-fluid.text-left-mob h3, .container-fluid.text-left-mob h4, .container-fluid.text-left-mob h5, .container-fluid.text-left-mob h6 {
    margin-left: initial;
    margin-right: auto;
  }

  .container-fluid.text-right-mob .animated-header-container {
    bottom: 50%;
    top: initial;
    transform: translate(-50%, 50%);
    text-align: right;
  }
  .container-fluid.text-right-mob p, .container-fluid.text-right-mob h2, .container-fluid.text-right-mob .lead, .container-fluid.text-right-mob h3, .container-fluid.text-right-mob h4, .container-fluid.text-right-mob h5, .container-fluid.text-right-mob h6 {
    margin-left: auto;
    margin-right: initial;
  }
}
@media (min-width: 768px) {
  .container-fluid.text-left-bottom, .container-fluid.text-left-top, .container-fluid.text-right-top, .container-fluid.text-right-bottom, .container-fluid.text-center-bottom {
    position: relative;
  }

  .container-fluid.text-left-top {
    padding-left: 20px;
    padding-left: 18px;
    padding-right: 20px;
    padding-right: 18px;
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid.text-left-top > .row {
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    padding-top: 100px;
    left: 0;
    margin: 0;
    position: relative;
  }
  .container-fluid.text-left-top > .row > .col-sm-12 {
    padding: 0;
  }
  .container-fluid.text-left-top p, .container-fluid.text-left-top h2, .container-fluid.text-left-top .lead, .container-fluid.text-left-top h3, .container-fluid.text-left-top h4, .container-fluid.text-left-top h5, .container-fluid.text-left-top h6 {
    margin-left: initial;
    margin-right: auto;
  }

  .container-fluid.text-right-top > .row {
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    padding-top: 170px;
    left: 0;
    margin: 0;
    position: relative;
    text-align: right;
  }
  .container-fluid.text-right-top > .row > .col-sm-12 {
    padding: 0;
  }
  .container-fluid.text-right-top h1, .container-fluid.text-right-top p, .container-fluid.text-right-top h2, .container-fluid.text-right-top .lead, .container-fluid.text-right-top h3, .container-fluid.text-right-top h4, .container-fluid.text-right-top h5, .container-fluid.text-right-top h6, .container-fluid.text-right-top span {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }
  .container-fluid.text-right-top h1, .container-fluid.text-right-top h2, .container-fluid.text-right-top h3, .container-fluid.text-right-top h4, .container-fluid.text-right-top h5, .container-fluid.text-right-top h6 {
    max-width: 700px;
  }
  .container-fluid.text-right-top .box-side {
    text-align: right;
    margin: 0 0 0 auto;
  }
  .container-fluid.text-right-top .box-side a {
    text-align: left;
  }

  .container-fluid.text-center > .row {
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding-top: 145px;
    left: 0;
    margin: 0;
    position: relative;
    text-align: center;
  }
  .container-fluid.text-center > .row > .col-sm-12 {
    padding: 0;
  }
  .container-fluid.text-center h1, .container-fluid.text-center p, .container-fluid.text-center h2, .container-fluid.text-center .lead, .container-fluid.text-center h3, .container-fluid.text-center h4, .container-fluid.text-center h5, .container-fluid.text-center h6, .container-fluid.text-center span {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .container-fluid.text-center h1, .container-fluid.text-center h2, .container-fluid.text-center h3, .container-fluid.text-center h4, .container-fluid.text-center h5, .container-fluid.text-center h6 {
    max-width: 700px;
  }
  .container-fluid.text-center .box-side {
    margin: 0 auto;
    text-align: center;
  }
  .container-fluid.text-center .box-side a {
    text-align: left;
  }

  .container-fluid.text-center-top > .row {
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    padding-top: 220px;
    left: 0;
    margin: 0;
    position: relative;
    text-align: center;
  }
  .container-fluid.text-center-top > .row > .col-sm-12 {
    padding: 0;
  }
  .container-fluid.text-center-top h1, .container-fluid.text-center-top p, .container-fluid.text-center-top h2, .container-fluid.text-center-top .lead, .container-fluid.text-center-top h3, .container-fluid.text-center-top h4, .container-fluid.text-center-top h5, .container-fluid.text-center-top h6, .container-fluid.text-center-top span {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .container-fluid.text-center-top h1, .container-fluid.text-center-top h2, .container-fluid.text-center-top h3, .container-fluid.text-center-top h4, .container-fluid.text-center-top h5, .container-fluid.text-center-top h6 {
    max-width: 700px;
  }
  .container-fluid.text-center-top .box-side {
    margin: 0 auto;
    text-align: center;
  }
  .container-fluid.text-center-top .box-side a {
    text-align: left;
  }

  .container-fluid.text-left-bottom {
    padding-left: 18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-right: 18px;
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid.text-left-bottom > .row {
    align-items: flex-end;
    height: 100%;
    margin-top: 0;
    padding-bottom: 60px;
    left: 0;
    margin: 0;
    position: relative;
  }
  .container-fluid.text-left-bottom > .row > .col-sm-12 {
    padding: 0;
  }
  .container-fluid.text-left-bottom .play-wrap {
    margin: 0 auto 0 0;
  }

  .container-fluid.text-left {
    padding-left: 18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-right: 18px;
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid.text-left > .row {
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding-bottom: 0px;
    left: 0;
    margin: 0;
    position: relative;
  }
  .container-fluid.text-left > .row > .col-sm-12 {
    padding: var(--masthead-inner-padding-desktop, 0);
  }

  .masthead-has-rate-form .container-fluid.text-left > .row {
    padding-bottom: 215px;
  }

  .container-fluid.text-right-bottom {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1360px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid.text-right-bottom > .row {
    align-items: flex-end;
    height: 100%;
    margin-top: 0;
    padding-bottom: 60px;
    right: 0;
    margin: 0;
    position: relative;
    text-align: right;
  }
  .container-fluid.text-right-bottom > .row > .col-sm-12 {
    padding: 0;
  }
  .container-fluid.text-right-bottom h1, .container-fluid.text-right-bottom p, .container-fluid.text-right-bottom h2, .container-fluid.text-right-bottom .lead, .container-fluid.text-right-bottom h3, .container-fluid.text-right-bottom h4, .container-fluid.text-right-bottom h5, .container-fluid.text-right-bottom h6, .container-fluid.text-right-bottom span {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }
  .container-fluid.text-right-bottom h1, .container-fluid.text-right-bottom h2, .container-fluid.text-right-bottom h3, .container-fluid.text-right-bottom h4, .container-fluid.text-right-bottom h5, .container-fluid.text-right-bottom h6 {
    max-width: 700px;
  }
  .container-fluid.text-right-bottom .box-side {
    text-align: right;
    margin: 0;
  }
  .container-fluid.text-right-bottom .box-side a {
    text-align: left;
  }
  .container-fluid.text-right-bottom .play-wrap {
    margin: 0 0 0 auto;
  }

  .container-fluid.text-center-bottom > .row {
    align-items: flex-end;
    height: 100%;
    margin-top: 0;
    padding-bottom: 60px;
    left: 0;
    margin: 0;
    position: relative;
    text-align: center;
  }
  .container-fluid.text-center-bottom > .row > .col-sm-12 {
    padding: 0;
  }
  .container-fluid.text-center-bottom h1, .container-fluid.text-center-bottom p, .container-fluid.text-center-bottom h2, .container-fluid.text-center-bottom .lead, .container-fluid.text-center-bottom h3, .container-fluid.text-center-bottom h4, .container-fluid.text-center-bottom h5, .container-fluid.text-center-bottom h6, .container-fluid.text-center-bottom span {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .container-fluid.text-center-bottom h1, .container-fluid.text-center-bottom h2, .container-fluid.text-center-bottom h3, .container-fluid.text-center-bottom h4, .container-fluid.text-center-bottom h5, .container-fluid.text-center-bottom h6 {
    max-width: 700px;
  }
  .container-fluid.text-center-bottom .box-side {
    text-align: center;
    margin: 0 auto;
  }
  .container-fluid.text-center-bottom .box-side a {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .container-fluid.text-left-top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-fluid.text-right-top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-fluid.text-center-top {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-fluid.text-left-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-fluid.text-right-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-fluid.text-center-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-fluid.text-center {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-fluid.text-left {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-fluid.text-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.genhead {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #FFF;
  height: 319px;
}
.genhead h1 {
  color: #002F45;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .genhead h1 {
    font-size: 50px !important;
    line-height: 60px;
  }
}
.genhead .container {
  padding-top: 190px;
}

.container {
  position: relative;
}
.container.cap {
  max-width: 880px;
}

.gen-main h1 {
  margin-top: 0;
}

.gen-main > section:first-child:not(.masthead) {
  margin-top: 200px;
}

.main.light-copy h1, .main.light-copy h2, .main.light-copy h3, .main.light-copy h4, .main.light-copy h5, .main.light-copy span, .main.light-copy p, .main.light-copy label, .main.light-copy input {
  color: #F4F2ED;
}
.main .diagonal-copy-image:first-child, .main .contact_form:first-child, .main .hero-vimeo.section:first-child, .main .hero-youtube.section:first-child, .main .section.highlights:first-child, .main .row-n-columns.section:first-child {
  padding-top: 150px;
}
@media (max-width: 1045px) {
  .main .diagonal-copy-image:first-child, .main .contact_form:first-child, .main .hero-vimeo.section:first-child, .main .hero-youtube.section:first-child, .main .section.highlights:first-child, .main .row-n-columns.section:first-child {
    padding-top: 75px;
  }
}
.main .hero-vimeo.section:first-child, .main .hero-youtube .section:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.main.fixed-head {
  margin-top: 100px;
  padding-top: 0px;
}
@media (max-width: 1045px) {
  .main.fixed-head {
    margin-top: 50px;
    padding-top: 0px;
  }
}

.main:not(.fixed-head) > section:first-child:not(.masthead) {
  margin-top: 100px;
  padding-top: 0px;
}
@media (max-width: 1045px) {
  .main:not(.fixed-head) > section:first-child:not(.masthead) {
    margin-top: 50px;
    padding-top: 0px;
  }
}

.page-template-page-generic .main.fixed-head {
  padding-top: 50px;
}
@media (max-width: 1045px) {
  .page-template-page-generic .main.fixed-head {
    padding-top: 30px;
  }
}

.info-box, .download-box {
  display: block;
}

.info-box {
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .info-box {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .info-box, .download-box {
    max-width: 590px;
    margin-left: auto;
  }
}
.post-intro-box {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .post-intro-box {
    padding-top: 50px;
    padding-bottom: 115px;
  }
}
.post-intro-box .color-title p {
  font-size: 14px;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 18px;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .post-intro-box .color-title p {
    margin-bottom: 8px;
  }
}
.post-intro-box .id-field {
  font-size: 14px;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .post-intro-box .id-field {
    margin-top: 0px;
    margin-bottom: 37px;
  }
}
.post-intro-box .pre-head-box {
  width: 100%;
}
.post-intro-box .owl-stage-outer {
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
}
.post-intro-box .owl-theme .owl-dots .owl-dot span {
  width: 24px;
  height: 24px;
  background: #EAEAEA;
}
.post-intro-box .owl-theme .owl-dots .owl-dot.active span, .post-intro-box .owl-theme .owl-dots .owl-dot:hover span {
  background: #AAAAAA;
}
.post-intro-box .owl-dots {
  position: absolute;
  bottom: 14px;
  left: 15px;
  transform: translate(0, 0);
}
@media (min-width: 1200px) {
  .post-intro-box .owl-dots {
    bottom: 32px;
  }
}
.post-intro-box h1 {
  font-size: 21px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .post-intro-box h1 {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (min-width: 1200px) {
  .post-intro-box h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.post-intro-box .btn-white {
  width: 271px;
}
.post-intro-box .spread-v-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-intro-box .owl-wrap {
  padding-bottom: 30px;
}
.post-intro-box .form-cta-wrap {
  margin-bottom: 28px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .post-intro-box .head-box, .post-intro-box .desc-box, .post-intro-box .soc-box, .post-intro-box .form-cta-wrap, .post-intro-box .pre-head-box {
    max-width: 590px;
    margin-left: auto;
  }
  .post-intro-box .owl-wrap {
    padding-bottom: 20px;
  }
}
@media (max-width: 479px) {
  .post-intro-box .btn-white {
    width: 100%;
  }
}
.post-intro-box .product-colors {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .post-intro-box .product-colors {
    margin-bottom: 10px;
  }
}
.post-intro-box .product-colors .color-tile {
  width: 62px;
  height: 62px;
  display: inline-block;
  overflow: hidden;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 13px 10px 0;
}
.post-intro-box .product-colors .color-tile:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .post-intro-box .product-colors .color-tile {
    margin: 0 20px 10px 0;
    width: 72px;
    height: 72px;
  }
}

.lead-p-block h1 {
  font-size: 21px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .lead-p-block h1 {
    font-size: 36px;
    line-height: 43px;
  }
}
@media (min-width: 1200px) {
  .lead-p-block h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.lead-p-block > *:last-child {
  margin-bottom: 30px;
}

.bread p {
  font-size: 14px;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.01em;
}
.bread a {
  text-decoration: none !important;
}
.bread a:hover {
  color: #AAAAAA;
}

.feat-tab {
  padding-top: 20px;
  text-align: left;
}
.feat-tab ul {
  margin-top: 0px;
  -moz-column-count: 2;
  column-count: 2;
}
.feat-tab ul li {
  font-size: 14px;
  color: #F4F2ED;
}
@media (min-width: 768px) {
  .feat-tab ul {
    -moz-column-count: 3;
    column-count: 3;
  }
  .feat-tab ul li {
    font-size: 18px;
  }
}
.feat-tab h1, .feat-tab h2, .feat-tab h3, .feat-tab h4, .feat-tab h5, .feat-tab p, .feat-tab span, .feat-tab a {
  color: #F4F2ED;
}

.contact-tab {
  color: #F4F2ED;
  text-align: left;
  padding-top: 30px;
}
.contact-tab p, .contact-tab h1, .contact-tab h2, .contact-tab h3, .contact-tab h4, .contact-tab h5, .contact-tab span, .contact-tab a:not(.btn-cream) {
  color: #F4F2ED;
}
.contact-tab .profile-block {
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 479px) {
  .contact-tab .profile-block {
    flex-flow: wrap;
  }
}
@media (min-width: 1080px) {
  .contact-tab .profile-block {
    float: left;
    width: 50%;
    padding-right: 20px;
  }
}
.contact-tab .profile-block .agent-name {
  text-transform: uppercase;
}
.contact-tab .profile-block .profile-img, .contact-tab .profile-block .agent-details {
  display: inline-block;
}
.contact-tab .profile-block .profile-img {
  margin-bottom: 0;
  margin-right: 35px;
}
.contact-tab .profile-block .agent-details p {
  margin-top: 0;
  font-weight: 600;
}
.contact-tab .profile-block .agent-details p:first-of-type {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .contact-tab .profile-block .agent-details {
    padding-top: 20px;
  }
}

.tab-content img.profile-img {
  width: 146px;
}
@media (min-width: 1200px) {
  .tab-content img.profile-img {
    width: 200px;
  }
}
@media (min-width: 1325px) {
  .tab-content img.profile-img {
    width: 245px;
  }
}

.complexes-template-default {
  background-color: #F4F2ED;
}

.complexes-template-default .prop-features {
  position: relative;
}
.complexes-template-default .prop-features h2 {
  margin-bottom: 0;
  text-align: left;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .complexes-template-default .prop-features h2 {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    text-align: right;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 0px;
  }
}
.complexes-template-default .prop-features > .row {
  margin-bottom: 30px;
}
.complexes-template-default .prop-features:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #433E40;
}
.complexes-template-default .feat-image {
  margin-bottom: 30px;
  display: block;
}
.complexes-template-default .intro-info h2 {
  margin-bottom: 30px;
}
.complexes-template-default .tab-nav {
  display: inline-block;
  text-align: center;
  padding: 0px;
  border-radius: 10px;
  border: 0px;
  margin: 20px auto;
  width: 100%;
}
@media (min-width: 768px) {
  .complexes-template-default .tab-nav {
    width: auto;
    border: 1px solid #dedede;
  }
}
.complexes-template-default .tab-nav .tab-btn {
  margin: 5px 0;
  cursor: pointer;
  width: 48%;
  float: left;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-size: 14px;
  padding: 7px 15px;
  border: 1px solid #F4F2ED;
}
.complexes-template-default .tab-nav .tab-btn:nth-child(even) {
  float: right;
}
.complexes-template-default .tab-nav .tab-btn.active {
  background: #e8e8e8;
  color: #333;
}
@media (min-width: 768px) {
  .complexes-template-default .tab-nav .tab-btn {
    padding: 7px 25px;
    width: auto;
    margin: 5px;
    width: auto;
    float: none !important;
    font-size: 18px;
    border: none;
  }
}
.complexes-template-default .tab-content {
  display: none;
}
.complexes-template-default .tab-content.current {
  display: block;
}
.complexes-template-default .d-plans {
  display: inline-block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .complexes-template-default .intro-info h2 {
    font-size: 36px;
    line-height: 43px;
  }
}
.complexes-template-default .more-section {
  background-color: #433E40;
  padding-top: 10px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .complexes-template-default .more-section {
    padding-top: 55px;
    padding-bottom: 0px;
  }
}
.complexes-template-default .more-block {
  text-align: center;
}

.properties-template-default {
  background-color: #F4F2ED;
}

.properties-template-default .prop-features {
  position: relative;
}
.properties-template-default .prop-features h2 {
  margin-bottom: 0;
  text-align: left;
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .properties-template-default .prop-features h2 {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    text-align: right;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 0px;
  }
}
.properties-template-default .prop-features > .row {
  margin-bottom: 30px;
}
.properties-template-default .prop-features:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #433E40;
}
.properties-template-default .feat-image {
  margin-bottom: 30px;
  display: block;
}
.properties-template-default .intro-info h2 {
  margin-bottom: 30px;
}
.properties-template-default .tab-nav {
  display: inline-block;
  text-align: center;
  padding: 0px;
  border-radius: 10px;
  border: 0px;
  margin: 20px auto;
  width: 100%;
}
@media (min-width: 768px) {
  .properties-template-default .tab-nav {
    width: auto;
    border: 1px solid #dedede;
  }
}
.properties-template-default .tab-nav .tab-btn {
  margin: 5px 0;
  cursor: pointer;
  width: 48%;
  float: left;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-size: 14px;
  padding: 7px 15px;
  border: 1px solid #F4F2ED;
}
.properties-template-default .tab-nav .tab-btn.active {
  background: #e8e8e8;
  color: #333;
}
.properties-template-default .tab-nav .tab-btn:nth-child(even) {
  float: right;
}
@media (min-width: 768px) {
  .properties-template-default .tab-nav .tab-btn {
    padding: 7px 25px;
    width: auto;
    margin: 5px;
    width: auto;
    float: none !important;
    font-size: 18px;
    border: none;
  }
}
.properties-template-default .tab-content {
  display: none;
}
.properties-template-default .tab-content.current {
  display: block;
}
.properties-template-default .d-plans {
  display: inline-block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .properties-template-default .intro-info h2 {
    font-size: 36px;
    line-height: 43px;
  }
}
.properties-template-default .more-section {
  background-color: #433E40;
  padding-top: 10px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .properties-template-default .more-section {
    padding-top: 55px;
    padding-bottom: 75px;
  }
}
.properties-template-default .more-block {
  text-align: center;
}

#map {
  width: 100%;
  /*max-width: 750px;*/
  /*height: 500px;*/
  height: 1px;
  overflow: visible;
  padding-bottom: 171.91977077363896%;
  display: block;
}

@media (min-width: 768px) {
  #map {
    padding-bottom: 47.18693284936479%;
  }
}
.map-section {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  padding-top: 45px;
  background-color: #433E40;
}
@media (min-width: 768px) {
  .map-section {
    padding-top: 120px;
  }
}
.map-section h2 {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .map-section h2 {
    display: block;
    margin-bottom: 0;
  }
}
.map-section .meet {
  position: relative;
  float: right;
  font-size: 14px;
  line-height: 18px;
  top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .map-section .meet {
    display: block;
    float: none;
    left: 0;
    text-align: left;
    top: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.map-section.light-copy h2, .map-section.light-copy p, .map-section.light-copy .meet {
  color: #F4F2ED;
}

.page-template .masthead:not(.full-h-mob), .page-template-default .masthead:not(.full-h-mob) {
  max-height: 500px;
  height: 100vh;
  min-height: 500px;
}

@media (min-width: 768px) {
  .page-template .masthead, .page-template-default .masthead {
    max-height: 800px;
    min-height: 800px;
  }

  .page-template .masthead.masthead-has-rate-form, .page-template-default .masthead.masthead-has-rate-form {
    max-height: 914px;
    min-height: 914px;
  }

  .page-template .masthead:not(.full-h-mob), .page-template-default .masthead:not(.full-h-mob) {
    max-height: 600px;
    min-height: 600px;
  }
}
@media screen and (max-height: 480px) {
  .page-template .masthead, .page-template-default .masthead {
    max-height: 800px;
    min-height: 800px;
  }

  .page-template .masthead.masthead-has-rate-form, .page-template-default .masthead.masthead-has-rate-form {
    max-height: 914px;
    min-height: 914px;
  }

  .page-template .masthead:not(.full-h-mob), .page-template-default .masthead:not(.full-h-mob) {
    max-height: 600px;
    min-height: 600px;
  }
}
.sec-head {
  padding: 0 15px;
  justify-content: space-between;
  display: flex;
  align-items: baseline;
}
.sec-head h2 {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 30px;
}
.sec-head .btn-line-white {
  float: right;
  vertical-align: bottom;
  position: relative;
  top: calc(100% - 60px);
}
@media (max-width: 480px) {
  .sec-head .btn-line-white {
    top: initial;
    float: none;
    display: inline-block;
    margin-bottom: 20px;
  }
}
.sec-head > a {
  display: inline-block;
  position: relative;
  bottom: 0;
}

.light-copy .sec-head h2 {
  color: #F4F2ED;
}

.main a:not([class^="btn-"]):not([class^="cta"]) {
  text-decoration: underline;
}

.BambooHR-ATS-board li {
  padding: 0;
}

.BambooHR-ATS-board ul ul {
  padding: 2px 20px 12px 0px !important;
}

li.BambooHR-ATS-Jobs-Item a {
  color: #62D0C7;
}

section.partner-list {
  background: #145A60;
  --partner-logo-gap-mobile: 2.25rem;
  --partner-logo-gap-desk: 3rem;
}
section.partner-list.scrollable {
  opacity: 0;
}
section.partner-list.scrollable.show {
  opacity: 1;
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.66s;
}
section.partner-list .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
section.partner-list .row {
  margin-left: 0;
  margin-right: 0;
}
section.partner-list .partner-list__track {
  max-width: 1360px;
  margin: 0 auto;
  overflow: hidden;
}
section.partner-list .partner-list__track .partner-list__intro {
  max-width: var(--partner-copy-max-width, 860px);
  margin: 0 auto 24px;
}
@media (min-width: 768px) {
  section.partner-list .partner-list__track .partner-list__intro {
    margin-bottom: 32px;
  }
}
section.partner-list .partner-list__track .partner-list__intro .partner-list__heading {
  margin: 0 0 10px;
  color: #145A60;
}
section.partner-list .partner-list__track .partner-list__intro .partner-list__lead {
  color: #145A60;
}
section.partner-list .partner-list__track .partner-list__intro .partner-list__lead p:last-child {
  margin-bottom: 0;
}
section.partner-list .partner-list__track .partner-list__intro.partner-list__intro--a-left {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
section.partner-list .partner-list__track .partner-list__intro.partner-list__intro--a-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
section.partner-list .partner-list__track .partner-list__intro.partner-list__intro--a-right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
section.partner-list.partner-list--full-width .partner-list__track {
  max-width: none;
}
section.partner-list .list-container {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding-top: var(--padding-top-mobile, 15px);
  padding-bottom: var(--padding-bottom-mobile, 15px);
  gap: var(--partner-logo-gap-mobile);
  animation: partner-list-scroll var(--animation-duration, 100s) linear infinite;
  will-change: transform;
}
@media (min-width: 768px) {
  section.partner-list .list-container {
    padding-top: var(--padding-top-desk, 30px);
    padding-bottom: var(--padding-bottom-desk, 30px);
    gap: var(--partner-logo-gap-desk);
  }
}
section.partner-list .list-container .list-items {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: var(--partner-logo-gap-mobile);
}
@media (min-width: 768px) {
  section.partner-list .list-container .list-items {
    gap: var(--partner-logo-gap-desk);
  }
}
section.partner-list .list-container .list-items .strip {
  display: flex;
  align-items: center;
  gap: var(--partner-logo-gap-mobile);
}
@media (min-width: 768px) {
  section.partner-list .list-container .list-items .strip {
    gap: var(--partner-logo-gap-desk);
  }
}
section.partner-list .list-container .list-items .item {
  width: auto;
  max-width: none;
  height: var(--img-height-mobile, 60px);
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  section.partner-list .list-container .list-items .item {
    height: var(--img-height-desk, 60px);
  }
}
section.partner-list.partner-list--pause-on-hover .partner-list__track:hover .list-container {
  animation-play-state: paused;
}

@keyframes partner-list-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (max-width: 767px) {
  .row-n-columns p.lead {
    font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    leading-trim: none;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.row-n-columns.row-n-columns--margin-override .container-fluid.max > .row {
  margin-top: var(--row-margin-mobile-top, 0) !important;
  margin-bottom: var(--row-margin-mobile-bottom, 0) !important;
}
@media (min-width: 768px) {
  .row-n-columns.row-n-columns--margin-override .container-fluid.max > .row {
    margin-top: var(--row-margin-desktop-top, 0) !important;
    margin-bottom: var(--row-margin-desktop-bottom, 0) !important;
  }
}
.row-n-columns.row-n-columns--limit-lead p.lead {
  max-width: var(--row-lead-max-width);
  margin-left: var(--row-lead-margin-left, auto);
  margin-right: var(--row-lead-margin-right, auto);
  text-align: var(--row-lead-text-align, center) !important;
}
.row-n-columns.row-n-columns--limit-lead.row-n-columns--lead-align-left p.lead {
  text-align: left !important;
}
.row-n-columns.row-n-columns--limit-lead.row-n-columns--lead-align-center p.lead {
  text-align: center !important;
}
.row-n-columns.row-n-columns--limit-lead.row-n-columns--lead-align-right p.lead {
  text-align: right !important;
}
.row-n-columns.has-inline-layer-svg {
  position: relative;
}
.row-n-columns.has-inline-layer-svg .container-fluid.max {
  position: relative;
  z-index: 2;
}
.row-n-columns.has-inline-layer-svg .row-n-columns__bg-svg {
  position: absolute;
  left: var(--row-layer-pos-x-mobile, var(--row-layer-pos-x-desk, 99%));
  top: var(--row-layer-pos-y-mobile, var(--row-layer-pos-y-desk, 99%));
  width: var(--row-layer-width-mobile, var(--row-layer-width-desk, 100%));
  max-width: var(--row-layer-size-mobile, var(--row-layer-size-desk, 45%));
  max-height: var(--row-layer-max-height-mobile, var(--row-layer-max-height-desk, none));
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0.95;
}
.row-n-columns.has-inline-layer-svg .row-n-columns__bg-svg .row-n-columns__layer-svg-asset,
.row-n-columns.has-inline-layer-svg .row-n-columns__bg-svg .row-n-columns__layer-lottie {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: inherit;
}
@media (min-width: 768px) {
  .row-n-columns.has-inline-layer-svg .row-n-columns__bg-svg {
    left: var(--row-layer-pos-x-desk, var(--row-layer-pos-x-mobile, 99%));
    top: var(--row-layer-pos-y-desk, var(--row-layer-pos-y-mobile, 99%));
    width: var(--row-layer-width-desk, var(--row-layer-width-mobile, 100%));
    max-width: var(--row-layer-size-desk, var(--row-layer-size-mobile, 45%));
    max-height: var(--row-layer-max-height-desk, var(--row-layer-max-height-mobile, none));
  }
}
.row-n-columns.has-inline-layer-svg.row-n-columns-layer-in-container .container-fluid.max {
  position: relative;
}
.row-n-columns.row-n-columns--two-columns .row-n-columns__two-col-row {
  display: flex;
  flex-wrap: wrap;
}
.row-n-columns.row-n-columns--two-columns .row-n-columns__two-col-row::before, .row-n-columns.row-n-columns--two-columns .row-n-columns__two-col-row::after {
  content: none;
  display: none;
}
.row-n-columns.row-n-columns--two-columns .row-n-columns__two-col {
  width: var(--row-two-col-first-width-mobile, 100%);
  padding-left: 20px;
  padding-right: 20px;
}
.row-n-columns.row-n-columns--two-columns .row-n-columns__two-col--second {
  width: var(--row-two-col-second-width-mobile, 100%);
}
@media (min-width: 768px) {
  .row-n-columns.row-n-columns--two-columns .row-n-columns__two-col {
    width: var(--row-two-col-first-width-desktop, 50%);
  }
  .row-n-columns.row-n-columns--two-columns .row-n-columns__two-col--second {
    width: var(--row-two-col-second-width-desktop, 50%);
  }
}
@media (max-width: 767px) {
  .row-n-columns.row-n-columns--two-columns .row-n-columns__two-col--first {
    padding-bottom: var(--row-two-col-first-padding-bottom-mobile, 0);
  }
}
@media (min-width: 768px) {
  .row-n-columns.row-n-columns--justify-space-between .row-n-columns__two-col-row {
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .row-n-columns.row-n-columns--justify-space-around .row-n-columns__two-col-row {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .row-n-columns.row-n-columns--justify-space-evenly .row-n-columns__two-col-row {
    justify-content: space-evenly;
  }
}
.row-n-columns .row-n-columns__inline-list {
  border-top: 2px solid var(--row-inline-list-line-color, #34ADA3);
  border-bottom: 2px solid var(--row-inline-list-line-color, #34ADA3);
  margin-top: 18px;
  margin-bottom: 18px;
}
.row-n-columns .row-n-columns__inline-list-item {
  display: flex;
  align-items: var(--row-inline-list-item-align, center);
  gap: 53px;
  padding-top: var(--row-inline-list-item-padding-top, 14px);
  padding-bottom: var(--row-inline-list-item-padding-bottom, 14px);
  border-top: 2px solid var(--row-inline-list-line-color, #34ADA3);
}
.row-n-columns .row-n-columns__inline-list-item:first-child {
  border-top: 0;
}
.row-n-columns .row-n-columns__inline-list-item-media {
  flex: 0 0 auto;
}
.row-n-columns .row-n-columns__inline-list-item-media img {
  display: block;
  width: auto;
  max-width: var(--row-inline-list-media-size, 72px);
  height: auto;
}
.row-n-columns .row-n-columns__inline-list-item-media .row-n-columns__inline-list-item-lottie {
  display: block;
  width: var(--row-inline-list-media-size, 72px);
  max-width: var(--row-inline-list-media-size, 72px);
  height: var(--row-inline-list-media-size, 72px);
}
.row-n-columns .row-n-columns__inline-list-item-copy {
  flex: 1 1 auto;
}
.row-n-columns .row-n-columns__inline-list-item-copy p {
  margin-top: 0;
}
.row-n-columns .row-n-columns__inline-list-item-copy p:last-child {
  margin-bottom: 0;
}
.row-n-columns .container {
  padding: 3rem 2rem;
}
@media (min-width: 768px) {
  .row-n-columns .container {
    padding: 2rem;
  }
}
.row-n-columns .container .row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .row-n-columns .container .row {
    flex-direction: row;
  }
}
.row-n-columns .container .row .col {
  padding: 0;
}
@media (min-width: 768px) {
  .row-n-columns .container .row .col {
    padding: 3rem 3rem 3rem 0;
  }
}
.row-n-columns .container .row .col-3 {
  flex: 1 0 40%;
}
.row-n-columns .container .row .col-9 {
  flex: 1 0 60;
}
.row-n-columns .container .row .col-12 {
  flex: 1 0 60;
}
.row-n-columns .scrollable {
  opacity: 0;
}
.row-n-columns .scrollable.show {
  opacity: 1;
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.66s;
}
.row-n-columns .cta-wrap {
  display: flex;
  margin-top: 30px;
  padding-bottom: 30px;
}
.row-n-columns .a-center .wrap-pad {
  text-align: center;
}
.row-n-columns .a-center .cta-wrap {
  text-align: center;
  justify-content: center;
}
.row-n-columns .a-left .wrap-pad {
  text-align: left;
}
.row-n-columns .a-left .cta-wrap {
  justify-content: flex-start;
}
.row-n-columns .a-right .wrap-pad {
  text-align: right;
}
.row-n-columns .a-right .cta-wrap {
  text-align: center;
  justify-content: flex-end;
}
.row-n-columns .cap.a-left .wrap-pad {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.row-n-columns .cap.a-right .wrap-pad {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.row-n-columns .cap.a-center .wrap-pad {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.row-n-columns .cap .wrap-pad {
  max-width: var(--row-single-column-max-width, 668px);
  width: 100%;
}
.row-n-columns h3:last-child {
  margin-bottom: 0;
}
.row-n-columns table.aligncenter {
  margin: 0 auto;
  border-collapse: collapse;
  border: none;
}
.row-n-columns table {
  width: 100%;
}
.row-n-columns table td, .row-n-columns table th {
  padding: 10px 20px;
  border-collapse: collapse;
  font-size: 13px;
}
.row-n-columns table th {
  border-bottom: 1px solid #c5c5c5;
}
.row-n-columns table tr td {
  text-align: center;
}
.row-n-columns table tr th:first-child {
  text-align: left;
}
.row-n-columns table tr td:first-child {
  text-align: left;
}
.row-n-columns table tr:last-child td {
  border-top: 1px solid #c5c5c5;
}
.row-n-columns.light-copy h1, .row-n-columns.light-copy h2, .row-n-columns.light-copy h3, .row-n-columns.light-copy h4, .row-n-columns.light-copy h5, .row-n-columns.light-copy h6, .row-n-columns.light-copy span, .row-n-columns.light-copy a:not(.cta), .row-n-columns.light-copy p {
  color: #F4F2ED;
}
.row-n-columns .col-sm-6 p:first-child {
  margin-top: 0;
}
.row-n-columns.top-corner-sun {
  margin-top: 50px;
}
.row-n-columns.top-corner-sun .container-fluid {
  padding-right: 150px;
}
@media (min-width: 768px) {
  .row-n-columns.top-corner-sun .container-fluid {
    padding-right: 240px;
  }
}
.row-n-columns.top-corner-sun:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 169px;
  height: 171px;
  background-image: url("../img/brand-sun-symbol-orange.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
  transform: translate(10%, -45px);
}
@media (min-width: 768px) {
  .row-n-columns.top-corner-sun:before {
    width: 250px;
    height: 256px;
    transform: translate(200px, -45px);
  }
}
@media (min-width: 1320px) {
  .row-n-columns.top-corner-sun:before {
    width: 322px;
    height: 326px;
    transform: translate(320px, -45px);
  }
}
.row-n-columns.top-corner-sun-yellow {
  margin-top: 50px;
}
.row-n-columns.top-corner-sun-yellow .container-fluid {
  padding-right: 150px;
}
@media (min-width: 768px) {
  .row-n-columns.top-corner-sun-yellow .container-fluid {
    padding-right: 240px;
  }
}
.row-n-columns.top-corner-sun-yellow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 169px;
  height: 171px;
  background-image: url("../img/brand-sun-symbol.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
  transform: translate(10%, -45px);
}
@media (min-width: 768px) {
  .row-n-columns.top-corner-sun-yellow:before {
    width: 250px;
    height: 256px;
    transform: translate(200px, -45px);
  }
}
@media (min-width: 1320px) {
  .row-n-columns.top-corner-sun-yellow:before {
    width: 322px;
    height: 326px;
    transform: translate(320px, -45px);
  }
}

.va-start .row {
  align-items: start;
}

.va-end .row {
  align-items: end;
}

.va-center .row {
  align-items: center;
}

.top-line {
  height: 1px;
  background-color: #000;
  width: 100%;
  margin: 0 20px 30px 20px;
}
@media (min-width: 768px) {
  .top-line {
    margin: 0 30px 30px 30px;
  }
}

.bott-line {
  height: 1px;
  background-color: #000;
  width: 100%;
  margin: 30px 20px 0 20px;
}
@media (min-width: 768px) {
  .bott-line {
    margin: 30px 30px 0 30px;
  }
}

.light-copy .top-line {
  background-color: #F4F2ED;
}
.light-copy .bott-line {
  background-color: #F4F2ED;
}

@media (min-width: 768px) {
  .row-n-columns.push-right-desk .wrap-pad {
    margin-left: auto !important;
    margin-right: 0 !important;
  }
}

section.text-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 75% 0%;
  background-size: cover;
  padding: 84px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  section.text-cta {
    background-position: top;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  section.text-cta {
    min-height: auto;
    position: relative;
    padding-bottom: 59.56%;
    height: 0;
  }
}
section.text-cta.text-right {
  text-align: left;
}
@media (max-width: 767px) {
  section.text-cta.text-right h2, section.text-cta.text-right h3, section.text-cta.text-right h4, section.text-cta.text-right p {
    margin-left: initial;
    margin-right: auto;
  }
}
section.text-cta.text-cta--temp-fixed-height {
  height: 775px;
}
@media (min-width: 480px) {
  section.text-cta.text-cta--temp-fixed-height {
    height: 900px;
  }
}
@media (min-width: 768px) {
  section.text-cta.text-cta--temp-fixed-height {
    height: 30vw;
  }
}
section.text-cta.show .wave-wrap .mask {
  width: 100vw;
  opacity: 0.6;
}
section.text-cta div.heading, section.text-cta p, section.text-cta .cta-wrap {
  z-index: 3;
  position: relative;
}
section.text-cta .container-fluid h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
section.text-cta .container-fluid p:last-of-type {
  margin-bottom: 35px;
  max-width: 633px;
}
@media (max-width: 767px) {
  section.text-cta .container-fluid {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
section.text-cta.light-copy h2.row-title, section.text-cta.light-copy h3, section.text-cta.light-copy h2 {
  color: #F4F2ED;
}
section.text-cta.light-copy p {
  color: #F4F2ED;
}
section.text-cta.light-copy .btn-line-blue {
  background: transparent;
  color: #F4F2ED;
  border: 1px solid #F4F2ED;
}
section.text-cta.light-copy .btn-line-blue:hover {
  background: #F4F2ED !important;
  border: 1px solid #F4F2ED;
  color: #002F45 !important;
}
section.text-cta.light-copy .btn-line-blue:hover span {
  color: #002F45;
}
section.text-cta.light-copy .btn-blue {
  background: #F4F2ED;
  color: #002F45;
  border: 1px solid #F4F2ED;
}
section.text-cta.light-copy .btn-blue:hover {
  background: #000 !important;
  border: 1px solid #000;
  color: #F4F2ED !important;
}
section.text-cta.light-copy .btn-blue:hover span {
  color: #F4F2ED;
}
section.text-cta .wave-image-white {
  left: 0;
  width: 100vw;
  bottom: 6%;
}
section.text-cta.scrollable .heading {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.66s;
}
section.text-cta.scrollable.show .heading {
  opacity: 1;
}
section.text-cta .heading h2 {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  color: #F4B22D;
  font-size: 34px;
}
@media (min-width: 768px) {
  section.text-cta .heading h2 {
    font-size: 50px;
  }
}

.industrial section.text-cta.dark-copy h2, .industrial section.text-cta.dark-copy h3, .industrial section.text-cta.dark-copy h4 {
  color: #145A60;
}
.industrial section.text-cta.dark-copy p {
  color: #145A60;
}
.industrial section.text-cta.dark-copy .btn-line-blue {
  background: transparent;
  color: #145A60;
  border: 1px solid #145A60;
}
.industrial section.text-cta.dark-copy .btn-line-blue:hover {
  background: #145A60 !important;
  border: 1px solid #145A60;
  color: #fff !important;
}
.industrial section.text-cta.dark-copy .btn-line-blue:hover span {
  color: #fff;
}
.industrial section.text-cta.dark-copy .btn-blue {
  background: #145A60;
  color: #fff;
  border: 1px solid #145A60;
}
.industrial section.text-cta.dark-copy .btn-blue:hover {
  background: #fff !important;
  border: 1px solid #fff;
  color: #145A60 !important;
}
.industrial section.text-cta.dark-copy .btn-blue:hover span {
  color: #145A60;
}
.industrial section.text-cta.light-copy h2, .industrial section.text-cta.light-copy h3, .industrial section.text-cta.light-copy h4 {
  color: #D7902C;
}

.home section.text-cta .btn-line-blue {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
.home section.text-cta .btn-line-blue:hover {
  background: #61CBF0 !important;
  border: 1px solid #61CBF0;
  color: #fff !important;
}
.home section.text-cta .btn-line-blue:hover span {
  color: #fff;
}
.home section.text-cta .btn-blue {
  background: #61CBF0;
  color: #fff;
  border: 1px solid #61CBF0;
}
.home section.text-cta .btn-blue:hover {
  background: #fff !important;
  border: 1px solid #fff;
  color: #000 !important;
}
.home section.text-cta .btn-blue:hover span {
  color: #000;
}

section.text-quote-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
section.text-quote-banner .quote-box {
  padding-left: 30px;
  top: 0;
  border: none;
  max-width: 100%;
  margin: 0;
  position: relative;
  height: 100%;
}
section.text-quote-banner .quote-box h2 {
  position: relative;
}
section.text-quote-banner .quote-box h2:last-child {
  margin-bottom: 0;
}
section.text-quote-banner .quote-box h2:after {
  content: "";
  width: 79px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
}
section.text-quote-banner .quote-box h3 {
  font-size: 22px;
}
@media (min-width: 768px) and (max-width: 1100px) {
  section.text-quote-banner .quote-box h3 {
    font-size: 21px;
  }
}
section.text-quote-banner .quote-box h3:last-child {
  margin-bottom: 0;
}
section.text-quote-banner .quote-box h4:last-child, section.text-quote-banner .quote-box h5:last-child, section.text-quote-banner .quote-box h6:last-child {
  margin-bottom: 0;
}
section.text-quote-banner.dark-copy .quote-box h2 {
  color: #145A60;
}
section.text-quote-banner.dark-copy .quote-box h3 {
  color: #145A60;
}
section.text-quote-banner.dark-copy .quote-box h4 {
  color: #145A60;
}
section.text-quote-banner.dark-copy .quote-box h5 {
  color: #145A60;
}
section.text-quote-banner.dark-copy .quote-box p {
  color: #145A60;
}
section.text-quote-banner.dark-copy .quote-box span {
  color: #145A60;
}
section.text-quote-banner.dark-copy .quote-box a:not([class^="btn-"]):not([class^="cta"]) {
  color: #145A60;
}
section.text-quote-banner.light-copy .quote-box {
  border-left: 2px solid #FADC58;
}
section.text-quote-banner.light-copy .quote-box h2 {
  color: #F4F2ED;
}
section.text-quote-banner.light-copy .quote-box h3 {
  color: #F4F2ED;
}
section.text-quote-banner.light-copy .quote-box h4 {
  color: #F4F2ED;
}
section.text-quote-banner.light-copy .quote-box h5 {
  color: #F4F2ED;
}
section.text-quote-banner.light-copy .quote-box p {
  color: #F4F2ED;
}
section.text-quote-banner.light-copy .quote-box span {
  color: #F4F2ED;
}
section.text-quote-banner.light-copy .quote-box a:not([class^="btn-"]):not([class^="cta"]) {
  color: #F4F2ED;
}
@media (max-width: 767px) {
  section.text-quote-banner .img-col {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  section.text-quote-banner {
    background-position: center top;
    background-size: cover;
  }
}
section.text-quote-banner .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding-bottom: 0;
  padding-top: 0;
}
section.text-quote-banner .container-fluid h2 {
  font-weight: 300;
  margin: 0;
  max-width: 775px;
  padding-bottom: 2.5rem;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 768px) {
  section.text-quote-banner .container-fluid h2 {
    font-size: 36px;
    line-height: 43px;
  }
}
section.text-quote-banner .container-fluid h3 {
  font-weight: 300;
  margin: 0 0 0.5rem 0;
}
section.text-quote-banner .container-fluid h3:last-child {
  margin: 0 0 1rem 0;
}
section.text-quote-banner .container-fluid button {
  margin-top: 1.5rem;
}
section.text-quote-banner .img-desk {
  z-index: 0;
}
section.text-quote-banner .img-mob {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
@media (min-width: 768px) {
  section.text-quote-banner .img-mob {
    display: none;
  }
}
section.text-quote-banner .va-start .row {
  align-items: start;
}
section.text-quote-banner .va-end .row {
  align-items: end;
}
section.text-quote-banner .va-center .row {
  align-items: center;
}
section.text-quote-banner .a-center .wrap-pad {
  text-align: center;
}
section.text-quote-banner .a-center .cta-wrap {
  text-align: center;
  justify-content: center;
}
section.text-quote-banner .a-left .wrap-pad {
  text-align: left;
}
section.text-quote-banner .a-left .cta-wrap {
  justify-content: flex-start;
}
section.text-quote-banner .a-right .wrap-pad {
  text-align: right;
}
section.text-quote-banner .a-right .cta-wrap {
  text-align: center;
  justify-content: flex-end;
}

section.text_carousel {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 60px;
  padding-top: 60px;
  /*
  ** Owl Carousel Theme Override
  */
}
section.text_carousel.scrollable .carousel {
  opacity: 0;
}
section.text_carousel.scrollable.show .carousel {
  opacity: 1;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.99s;
}
@media (min-width: 768px) {
  section.text_carousel {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  section.text_carousel .copy-col {
    margin-bottom: 30px;
  }
}
section.text_carousel .a-center .wrap-pad {
  text-align: center;
}
section.text_carousel .a-center .btn-wrap {
  justify-content: center;
}
section.text_carousel .a-left .wrap-pad {
  text-align: left;
}
section.text_carousel .a-left .btn-wrap {
  justify-content: flex-start;
}
section.text_carousel .a-right .wrap-pad {
  text-align: right;
}
section.text_carousel .a-right .btn-wrap {
  justify-content: flex-end;
}
section.text_carousel.carousel_copy_block {
  padding-top: 60px;
}
@media (min-width: 768px) {
  section.text_carousel.carousel_copy_block {
    padding-top: 100px;
  }
  section.text_carousel.carousel_copy_block .copy-col {
    padding-left: 6%;
  }
}
section.text_carousel.carousel_copy_block .p-copy p:first-child {
  margin-top: 0;
}
section.text_carousel .container {
  margin: 0;
  max-width: 400px;
}
@media (min-width: 768px) {
  section.text_carousel .container {
    margin: 0 auto;
    max-width: 1360px;
  }
}
section.text_carousel .container br {
  display: none;
}
@media (min-width: 768px) {
  section.text_carousel .container br {
    display: block;
  }
}
section.text_carousel .carousel {
  position: relative;
}
@media (min-width: 768px) {
  section.text_carousel .carousel {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0px;
  }
}
section.text_carousel .animated-header {
  max-width: 700px;
}
section.text_carousel h3 {
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.1;
  font-size: 18px;
}
@media (min-width: 768px) {
  section.text_carousel h3 {
    margin-bottom: 10px;
    font-size: 33px;
  }
}
section.text_carousel .owl-carousel {
  display: flex !important;
  flex-direction: column-reverse;
  border-top: 0;
  padding-top: 0;
}
section.text_carousel .owl-theme .owl-nav {
  margin-bottom: 0;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  top: initial;
}
@media (min-width: 768px) {
  section.text_carousel .owl-theme .owl-nav {
    left: initial;
    bottom: 0;
    top: initial;
    right: 2.9vw;
    margin-bottom: 0;
    margin-top: 0;
    transform: translate(0, -50%);
  }
  section.text_carousel .owl-theme .owl-nav button {
    display: block !important;
  }
  section.text_carousel .owl-theme .owl-nav button:first-child {
    margin-bottom: 15px;
  }
}
section.text_carousel .prev-slide,
section.text_carousel .next-slide {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70px;
  width: 50px;
}
@media (min-width: 768px) {
  section.text_carousel .prev-slide,
  section.text_carousel .next-slide {
    height: 70px;
    width: 70px;
  }
}
section.text_carousel .prev-slide {
  transform: rotate(180deg);
}
section.text_carousel .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
section.text_carousel .p-copy + .btn-white {
  margin-top: 15px;
}
@media (min-width: 768px) {
  section.text_carousel .p-copy + .btn-white {
    margin-top: 30px;
  }
}
section.text_carousel .pre-head {
  margin-top: 0;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  section.text_carousel .pre-head {
    margin-bottom: 13px;
  }
}
section.text_carousel .pre-head-img img {
  padding-bottom: 25px;
  width: auto;
  min-height: 93px;
  max-height: 180px;
  max-width: 374px;
}
section.text_carousel .dark-line {
  height: 2px;
  width: 100%;
  background-color: #000;
  margin-bottom: 30px;
}
section.text_carousel .owl-img-square .owl-stage-outer {
  overflow: hidden;
  border-radius: 8px;
}
section.text_carousel .wrap-img {
  height: 0;
  padding-bottom: 75%;
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  section.text_carousel .wrap-img {
    margin-bottom: 0px;
  }
}
section.text_carousel .wrap-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
section.text_carousel .owl-stage > .active ~ .active .item {
  background-color: #fff;
}
section.text_carousel .owl-stage > .active ~ .active .item p, section.text_carousel .owl-stage > .active ~ .active .item h3, section.text_carousel .owl-stage > .active ~ .active .item span, section.text_carousel .owl-stage > .active ~ .active .item .btn-line-blue {
  color: #002F45;
}
section.text_carousel .owl-stage > .active ~ .active .item .btn-line-blue {
  border-color: #002F45;
}
section.text_carousel .owl-stage > .active ~ .active .item .btn-line-blue:hover {
  border-color: #62D0C7;
  color: #FFFFFF !important;
  background-color: #62D0C7 !important;
}
section.text_carousel .owl-item:not(.active) .item {
  background-color: #fff;
}
section.text_carousel .btn-white {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 32px;
}
@media (min-width: 992px) {
  section.text_carousel .wrap-pad {
    margin-right: 40px;
  }
}
section.text_carousel .owl-dots .owl-dot span, section.text_carousel .custom-dots-container .owl-dot span {
  width: 10px;
  height: 10px;
  background: #EAEAEA;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
section.text_carousel .owl-dot {
  display: inline-block;
  zoom: 1;
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
section.text_carousel .owl-dot:hover {
  cursor: pointer;
}
section.text_carousel .owl-dot.active span, section.text_carousel .owl-dot:hover span {
  background: #AAAAAA;
}
section.text_carousel .custom-dots-container, section.text_carousel .owl-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 1200px) {
  section.text_carousel .custom-dots-container, section.text_carousel .owl-dots {
    bottom: 32px;
  }
}
section.text_carousel.carousel_copy_block .owl-dots {
  bottom: 35px;
}
@media (min-width: 1200px) {
  section.text_carousel.carousel_copy_block .owl-dots {
    bottom: 32px;
  }
}
section.text_carousel .dots-wraps {
  width: 100%;
  max-width: 1474px;
  margin: 0 auto;
  height: 38px;
  position: absolute;
  z-index: 2;
  bottom: -57px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 768px) {
  section.text_carousel .dots-wraps {
    bottom: -79px;
  }
}
section.text_carousel .owl-nav {
  width: 100%;
  max-width: 1314px;
  margin: 0 auto;
  left: 0 !important;
  right: 0 !important;
}
section.text_carousel .owl-nav span {
  font-size: 50px;
}
section.text_carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  margin: 0 18px;
}
section.text_carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
  margin: 0 18px;
}
section.text_carousel .custom-dots-container {
  width: 100%;
  left: 50%;
  text-align: center;
  padding-left: 0px;
  position: relative;
  top: 0;
}
section.text_carousel.light-copy h1, section.text_carousel.light-copy h2, section.text_carousel.light-copy h3, section.text_carousel.light-copy h4, section.text_carousel.light-copy h5, section.text_carousel.light-copy h6, section.text_carousel.light-copy p, section.text_carousel.light-copy span, section.text_carousel.light-copy a:not([class^="btn-"]):not([class^="cta"]), section.text_carousel.light-copy li {
  color: #F4F2ED;
}
section.text_carousel.light-copy .dark-line {
  background-color: #F4F2ED;
}
section.text_carousel.light-copy .nav-arrow {
  color: #F4F2ED;
}
section.text_carousel.light-copy .owl-dot.active span, section.text_carousel.light-copy .owl-dot:hover span {
  background: #F4F2ED;
}

.nav-arrow.prev-arrow, .nav-arrow.next-arrow {
  font-size: 70px;
  line-height: 1;
}

.nav-arrow.prev-arrow {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 70px;
  width: 50px;
}
@media (min-width: 768px) {
  .nav-arrow.prev-arrow {
    height: 70px;
    width: 70px;
  }
}

.nav-arrow.next-arrow {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 70px;
  width: 50px;
}
@media (min-width: 768px) {
  .nav-arrow.next-arrow {
    height: 70px;
    width: 70px;
  }
}

.location_carousel {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  /*
  ** Owl Carousel Theme Override
  */
}
.location_carousel .slide-copy p.lead, .location_carousel .slide-copy p {
  max-width: 600px;
}
.location_carousel .caption {
  width: 100%;
  position: absolute;
  bottom: 30px;
  display: block;
  pointer-events: none;
}
.location_carousel .caption p {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  text-align: left;
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
  padding: 0 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .location_carousel .caption {
    bottom: 30px;
  }
  .location_carousel .caption p {
    padding: 0 30px;
  }
}
.location_carousel > .container-fluid:not(.max) {
  padding: 0;
}
.location_carousel > .container-fluid:not(.max) .owl-nav {
  max-width: 1494px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.location_carousel > .container-fluid:not(.max) .caption p {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .location_carousel > .container-fluid:not(.max) .caption {
    bottom: 60px;
  }
}
.location_carousel .carousel {
  margin-left: 20px;
  margin-top: 40px;
  margin-bottom: 105px;
}
@media (min-width: 768px) {
  .location_carousel .carousel {
    margin-left: 10%;
    margin-left: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0px;
  }
}
.location_carousel .animated-header {
  max-width: 700px;
}
.location_carousel h3 {
  margin-top: 0;
  line-height: 1.1;
  font-size: 16px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .location_carousel h3 {
    font-size: 30px;
  }
}
.location_carousel.active .wave-wrap .mask {
  width: 100vw;
  opacity: 0.6;
}
.location_carousel .wave-wrap {
  z-index: 0;
}
.location_carousel .wave-wrap .wave-image-white {
  left: 0;
  width: 100vw;
  bottom: 6%;
}
.location_carousel .owl-carousel {
  display: flex !important;
  flex-direction: column;
  border-top: 0;
  padding-top: 0;
}
.location_carousel .owl-stage-outer {
  overflow: visible;
}
.location_carousel .owl-theme .owl-nav {
  margin-bottom: 0;
  text-align: left;
  position: absolute;
  width: 100%;
  left: initial;
  bottom: initial;
  top: 50%;
  margin-bottom: 0;
  margin-top: 0;
  transform: translate(0, -50%);
  pointer-events: none;
}
.location_carousel .owl-theme .owl-nav button {
  display: block !important;
  pointer-events: all;
}
.location_carousel .owl-theme .owl-nav button:first-child {
  margin-bottom: 15px;
}
.location_carousel .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.location_carousel .owl-item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.location_carousel .owl-item .item .p-copy p:last-of-type {
  margin-bottom: 30px;
}
.location_carousel .owl-item.active {
  opacity: 1;
}
.location_carousel .item {
  background-color: transparent;
  padding: 0;
}
.location_carousel .item .p-copy {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.location_carousel .item .img-cont {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  display: block;
  margin-bottom: 25px;
}
.location_carousel .item .img-cont img {
  margin-bottom: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.location_carousel .owl-theme .owl-dots, .location_carousel .owl-theme .custom-dots-container {
  margin-top: 40px;
}
.location_carousel .owl-theme .owl-dot span {
  margin: 5px 20px;
}
.location_carousel .slide-counter {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(0, -50%);
  font-size: 16px;
  color: #fff;
  z-index: 10;
  font-weight: 600;
}
.location_carousel .slide-counter .current-slide, .location_carousel .slide-counter .total-slides {
  color: #fff;
  font-weight: 600;
}
@media (min-width: 768px) {
  .location_carousel .slide-counter {
    bottom: 20px;
  }
}
.location_carousel .owl-prev, .location_carousel .owl-next {
  width: 50px;
  height: 34px;
  background-size: contain !important;
  margin: 0 !important;
  padding: 0 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
@media (min-width: 768px) {
  .location_carousel .owl-prev, .location_carousel .owl-next {
    height: 70px;
  }
}
.location_carousel .owl-prev {
  float: left;
  left: 20px;
  position: relative;
  pointer-events: all;
}
.location_carousel .owl-prev span {
  display: none;
}
@media (min-width: 768px) {
  .location_carousel .owl-prev {
    left: 30px;
  }
}
.location_carousel .owl-next {
  float: right;
  right: 20px;
  position: relative;
  pointer-events: all;
}
.location_carousel .owl-next span {
  display: none;
}
@media (min-width: 768px) {
  .location_carousel .owl-next {
    right: 30px;
  }
}
.location_carousel .owl-wrap {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 0 !important;
}
.location_carousel .owl-wrap > .owl-carousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.location_carousel .owl-wrap .owl-stage-outer {
  height: 100%;
  position: relative;
}
.location_carousel .owl-wrap .owl-stage, .location_carousel .owl-wrap .owl-item {
  height: 100%;
}
.location_carousel .owl-wrap .item {
  height: 100%;
  position: relative;
}
.location_carousel .owl-wrap .item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
.location_carousel .owl-wrap .item img.port {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767px) {
  .slider-only .container-fluid {
    padding: 0;
  }
  .slider-only .container-fluid .location_carousel {
    width: 100%;
  }
  .slider-only .container-fluid .location_carousel > .row {
    margin: 0;
    width: 100%;
  }
  .slider-only .container-fluid .location_carousel .col-sm-12 {
    padding: 0;
  }
}
.page-sections .location_carousel .container-fluid, .page-templeton .location_carousel .container-fluid {
  padding-top: 0;
}
.page-sections .location_carousel:before, .page-templeton .location_carousel:before {
  content: "";
  width: 100%;
  height: 30%;
  background-color: #e5dfd6;
  position: absolute;
  left: 0;
  top: 0;
}

.location_carousel.back-offset-cream .container-fluid {
  padding-top: 0;
}
.location_carousel.back-offset-cream:before {
  content: "";
  width: 100%;
  height: 30%;
  background-color: #e5dfd6;
  position: absolute;
  left: 0;
  top: 0;
}

.padding-top-not {
  padding-top: 0 !important;
}

.padding-bottom-not {
  padding-bottom: 0 !important;
}

.owl-body-slider .item {
  position: relative;
}

.owl-body-slider .owl-dot span {
  margin: 5px 10px !important;
}

.owl-body-slider .owl-prev {
  left: 0px;
}
.owl-body-slider .owl-next {
  right: 0px;
}
.owl-body-slider .nav-arrow {
  font-size: 36px;
}
@media (max-width: 767px) {
  .owl-body-slider .item {
    aspect-ratio: 3 / 4;
    overflow: hidden;
  }
  .owl-body-slider .item > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .owl-body-slider .owl-nav {
    top: initial !important;
    bottom: -20px !important;
  }
}
@media (min-width: 768px) {
  .owl-body-slider .nav-arrow {
    font-size: 70px;
  }
  .owl-body-slider .owl-prev {
    left: -50px;
  }
  .owl-body-slider .owl-next {
    right: -50px;
  }
}
.owl-body-slider .nav-arrow.prev-arrow, .owl-body-slider .nav-arrow.next-arrow {
  width: 50px;
  height: 34px;
  color: #333;
}
@media (min-width: 768px) {
  .owl-body-slider .nav-arrow.prev-arrow, .owl-body-slider .nav-arrow.next-arrow {
    width: 50px;
    height: 70px;
  }
}
.owl-body-slider .nav-arrow.prev-arrow:hover, .owl-body-slider .nav-arrow.next-arrow:hover {
  color: #000;
}

.owl-body-slider .owl-dots {
  margin-top: 20px !important;
  margin-bottom: 0px;
}

.owl-body-slider .owl-nav {
  margin-top: -25px !important;
}

.item-overlay {
  padding: 30px;
}
.item-overlay h1, .item-overlay h2, .item-overlay h3, .item-overlay h4, .item-overlay h5, .item-overlay h6, .item-overlay p, .item-overlay span, .item-overlay a:not([class^="btn-"]):not([class^="cta"]), .item-overlay li {
  color: var(--text-color);
}
.item-overlay.text-left {
  text-align: left;
}
.item-overlay.text-right {
  text-align: right;
}
.item-overlay.text-center {
  text-align: center;
}
.item-overlay.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}
.item-overlay.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.item-overlay.bottom-center {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.item-overlay.top-left {
  position: absolute;
  top: 0;
  left: 0;
}
.item-overlay.top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.item-overlay.top-center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.item-overlay.middle-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.item-overlay.middle-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.item-overlay.middle-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

section.text_image {
  position: relative;
}
section.text_image .container {
  display: flex;
  flex-direction: row;
  padding-bottom: 15rem;
  padding-top: 5rem;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  section.text_image .container {
    padding-bottom: 5rem;
  }
}
section.text_image .container .text-container {
  max-width: 500px;
}
section.text_image .container .text-container button {
  margin-top: 1.5rem;
}
section.text_image .container .text-container br {
  display: none;
}
@media (min-width: 768px) {
  section.text_image .container .text-container br {
    display: block;
  }
}
section.text_image .image-container {
  background-image: url("../../assets/img/text-image.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  width: 350px;
  position: absolute;
  right: -20px;
  top: 425px;
}
@media (min-width: 480px) {
  section.text_image .image-container {
    top: 375px;
  }
}
@media (min-width: 768px) {
  section.text_image .image-container {
    height: 425px;
    width: 450px;
    right: -50px;
    top: 175px;
  }
}
@media (min-width: 1200px) {
  section.text_image .image-container {
    height: 700px;
    width: 750px;
    right: -50px;
    top: -25px;
  }
}

section.text-grid-image {
  background: #145A60;
  height: 100%;
  position: relative;
}
section.text-grid-image .container {
  padding-bottom: 15rem;
  padding-top: 5rem;
}
@media (min-width: 768px) {
  section.text-grid-image .container {
    padding-bottom: 5rem;
  }
}
section.text-grid-image .container .label {
  border-bottom: 2px solid #145A60;
  display: block;
  color: #FFFFFF;
  font-size: .8rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  width: 40vw;
}
section.text-grid-image .container .text-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  section.text-grid-image .container .text-container {
    flex-direction: row;
    max-width: 40vw;
  }
}
section.text-grid-image .container .text-container * {
  color: #FFFFFF;
}
section.text-grid-image .container .text-container button {
  margin-top: 1.5rem;
}
section.text-grid-image .container .text-container .text-box {
  flex: 1 0 47.5%;
  padding-right: 1rem;
  padding-bottom: 1rem;
  max-width: 100%;
}
section.text-grid-image .container .text-container .text-box:nth-child(2n) {
  padding-right: 0;
}
section.text-grid-image .image-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 300px;
  width: 350px;
  position: absolute;
  right: -20px;
  top: 925px;
  overflow-x: hidden;
}
@media (min-width: 480px) {
  section.text-grid-image .image-container {
    bottom: -80px;
    top: initial;
  }
}
@media (min-width: 768px) {
  section.text-grid-image .image-container {
    height: 500px;
    width: 500px;
    right: -50px;
    top: 175px;
    bottom: initial;
  }
}
@media (min-width: 992px) {
  section.text-grid-image .image-container {
    top: 350px;
  }
}
@media (min-width: 1200px) {
  section.text-grid-image .image-container {
    height: 600px;
    width: 650px;
    right: -50px;
    top: 150px;
  }
}

.image-grid .grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 1rem;
}
@media (min-width: 480px) {
  .image-grid .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .image-grid .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .image-grid .grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .image-grid .grid {
    grid-template-columns: repeat(var(--column-number), 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}

section.text-grid {
  height: 100%;
  position: relative;
}
section.text-grid .container, section.text-grid .container-fluid {
  padding-bottom: 0;
  padding-top: 50px;
}
@media (min-width: 768px) {
  section.text-grid .container, section.text-grid .container-fluid {
    padding-top: 72px;
  }
}
section.text-grid .container .label, section.text-grid .container-fluid .label {
  display: block;
  color: #FFFFFF;
  font-size: .8rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
}
section.text-grid .container .text-container, section.text-grid .container-fluid .text-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  section.text-grid .container .text-container, section.text-grid .container-fluid .text-container {
    flex-direction: row;
    max-width: 100vw;
  }
}
section.text-grid .container .text-container *, section.text-grid .container-fluid .text-container * {
  color: #FFFFFF;
}
section.text-grid .container .text-container button, section.text-grid .container-fluid .text-container button {
  margin-top: 1.5rem;
}
section.text-grid .container .text-container .text-box, section.text-grid .container-fluid .text-container .text-box {
  flex: 1 0 33.33%;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 37px;
  padding-bottom: 37px;
  margin-bottom: 72px;
  max-width: 100%;
  position: relative;
}
section.text-grid .container .text-container .text-box:before, section.text-grid .container-fluid .text-container .text-box:before {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #F4F2ED;
  top: 0;
  left: 20px;
}
section.text-grid .container .text-container .text-box:after, section.text-grid .container-fluid .text-container .text-box:after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #F4F2ED;
  bottom: 0;
  left: 20px;
}
@media (min-width: 992px) {
  section.text-grid .container .text-container .text-box, section.text-grid .container-fluid .text-container .text-box {
    max-width: 33.33%;
  }
}
section.text-grid .container .text-container .text-box p:last-of-type, section.text-grid .container-fluid .text-container .text-box p:last-of-type {
  margin-bottom: 20px;
}
section.text-grid .container .text-container .text-box .btn-black, section.text-grid .container-fluid .text-container .text-box .btn-black {
  display: inline-block;
}
@media (max-width: 767px) {
  section.text-grid .container .text-container .text-box, section.text-grid .container-fluid .text-container .text-box {
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
    flex: 1;
    width: 100%;
  }
  section.text-grid .container .text-container .text-box:after, section.text-grid .container-fluid .text-container .text-box:after {
    width: calc(100% - 40px);
    left: 20px;
  }
  section.text-grid .container .text-container .text-box:before, section.text-grid .container-fluid .text-container .text-box:before {
    width: calc(100% - 40px);
    left: 20px;
  }
  section.text-grid .container .text-container .text-box h2, section.text-grid .container-fluid .text-container .text-box h2 {
    font-size: 30px;
  }
}
section.text-grid.dark-copy .container-fluid .text-container h1, section.text-grid.dark-copy .container-fluid .text-container h2, section.text-grid.dark-copy .container-fluid .text-container h3, section.text-grid.dark-copy .container-fluid .text-container h4, section.text-grid.dark-copy .container-fluid .text-container h5, section.text-grid.dark-copy .container-fluid .text-container h6, section.text-grid.dark-copy .container-fluid .text-container p, section.text-grid.dark-copy .container-fluid .text-container a:not(.btn-black), section.text-grid.dark-copy .container-fluid .text-container span {
  color: #145A60;
}
section.text-grid.dark-copy .container-fluid .text-container .text-box:before {
  background-color: #145A60;
}
section.text-grid.dark-copy .container-fluid .text-container .text-box:after {
  background-color: #145A60;
}
section.text-grid.light-copy .container-fluid .text-container .btn-black {
  color: #1C1C1E;
}

.pagination {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-size: 0;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.pagination span, .pagination a {
  color: #AAAAAA;
}
.pagination span:hover, .pagination a:hover {
  color: #FFFFFF;
}
.pagination .container {
  padding: 0 3rem 3rem;
  text-align: center;
}
.pagination .page-numbers {
  width: 31px;
  height: 31px;
  border-radius: 0;
  overflow: hidden;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 700;
  font-size: 17px;
  margin: 0 5px;
  background-color: transparent;
  vertical-align: middle;
  text-decoration: none !important;
}
.pagination .next.page-numbers, .pagination .prev.page-numbers {
  color: transparent !important;
  width: 31px;
  height: 31px;
  padding: 14px 13px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 50% 55%;
  margin-bottom: 0;
}
.pagination .current {
  color: #FFFFFF;
  font-weight: 700;
  position: relative;
}
.pagination .current:hover {
  color: #1C1C1E !important;
}
.pagination .current:after {
  content: "";
  background-color: #FFFFFF;
  width: 15px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.pagination .next {
  background-image: url("../img/arrow-right-white.svg");
}
.pagination .prev {
  background-image: url("../img/arrow-left-white.svg");
}

.news-section .pagination {
  display: block;
  width: 100%;
  text-align: center;
}

.news-section {
  padding-top: 30px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .news-section {
    padding-top: 89px;
  }
}
@media (min-width: 768px) {
  .news-section .members__wrapper article:first-child:not(.full-height-image) {
    flex: 1 0 100% !important;
    max-width: 100% !important;
  }
  .news-section .members__wrapper article:first-child:not(.full-height-image) .card-wrapper {
    position: relative;
  }
  .news-section .members__wrapper article:first-child:not(.full-height-image) .card-wrapper > a {
    width: 60%;
    display: block;
  }
  .news-section .members__wrapper article:first-child:not(.full-height-image) .post-box {
    background: #145A60 !important;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    color: #F4F2ED;
    padding: 40px;
    width: 40%;
  }
  .news-section .members__wrapper article:first-child:not(.full-height-image) .date, .news-section .members__wrapper article:first-child:not(.full-height-image) .post--heading, .news-section .members__wrapper article:first-child:not(.full-height-image) .post--heading a, .news-section .members__wrapper article:first-child:not(.full-height-image) p, .news-section .members__wrapper article:first-child:not(.full-height-image) .cta-bottom a {
    color: #F4F2ED;
  }
}
.news-section .members__wrapper {
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .news-section .members__wrapper {
    margin: 0 -15px;
  }
}
.news-section .container .section-heading, .news-section .container-fluid .section-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .news-section .container .section-heading, .news-section .container-fluid .section-heading {
    padding-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .news-section .container .section-heading, .news-section .container-fluid .section-heading {
    display: block;
  }
}
.news-section .container .label, .news-section .container-fluid .label {
  margin-top: auto;
  display: inline-block;
  text-transform: uppercase;
}
.news-section .container .members__wrapper, .news-section .container-fluid .members__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 480px) {
  .news-section .container .members__wrapper, .news-section .container-fluid .members__wrapper {
    flex-direction: row;
  }
}
.news-section .container .members__wrapper article, .news-section .container-fluid .members__wrapper article {
  flex: 1 0 100%;
  padding: 0 15px 30px 15px;
  max-width: 100%;
}
@media (min-width: 480px) {
  .news-section .container .members__wrapper article, .news-section .container-fluid .members__wrapper article {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 15px 30px 15px;
  }
  .news-section .container .members__wrapper article:nth-child(2n), .news-section .container-fluid .members__wrapper article:nth-child(2n) {
    padding: 0 15px 30px 15px;
  }
}
@media (min-width: 992px) {
  .news-section .container .members__wrapper article, .news-section .container-fluid .members__wrapper article {
    flex: 1 0 31%;
    max-width: 33.33%;
    padding: 0 15px 55px 15px;
  }
  .news-section .container .members__wrapper article:nth-child(2n), .news-section .container-fluid .members__wrapper article:nth-child(2n) {
    padding: 0 15px 55px 15px;
  }
  .news-section .container .members__wrapper article:nth-child(3n), .news-section .container-fluid .members__wrapper article:nth-child(3n) {
    padding: 0 15px 55px 15px;
  }
}
.news-section .container .members__wrapper article p, .news-section .container-fluid .members__wrapper article p {
  margin-bottom: 20px;
  display: -webkit-box;
  height: 4.2rem;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 479px) {
  .news-section .container .members__wrapper article p, .news-section .container-fluid .members__wrapper article p {
    height: auto;
  }
}
.news-section .container .members__wrapper article .post--heading, .news-section .container-fluid .members__wrapper article .post--heading {
  margin-top: 0;
  font-size: 21px;
  line-height: 26px;
  padding-top: 10px;
  display: -webkit-box;
  max-height: 4.8rem;
  overflow: hidden;
  max-width: 480px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-section .container .members__wrapper article .post--heading a, .news-section .container-fluid .members__wrapper article .post--heading a {
  font-family: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .news-section .container .members__wrapper article .post--heading, .news-section .container-fluid .members__wrapper article .post--heading {
    font-size: 24px;
    line-height: 28px;
    max-height: 112px;
  }
}
@media (min-width: 992px) {
  .news-section .container .members__wrapper article .post--heading, .news-section .container-fluid .members__wrapper article .post--heading {
    font-size: 28px;
    line-height: 33px;
    max-height: 126px;
  }
}
@media (max-width: 767px) {
  .news-section .container .members__wrapper article .post--heading, .news-section .container-fluid .members__wrapper article .post--heading {
    -webkit-line-clamp: 3;
    max-height: 5.7rem;
  }
}
@media (max-width: 479px) {
  .news-section .container .members__wrapper article .post--heading, .news-section .container-fluid .members__wrapper article .post--heading {
    display: block;
    -webkit-line-clamp: revert;
    max-height: auto;
  }
}
.news-section .container .members__wrapper article .member--subheading, .news-section .container-fluid .members__wrapper article .member--subheading {
  color: #145A60;
}
.news-section .container .members__wrapper article .btn-line-blue, .news-section .container-fluid .members__wrapper article .btn-line-blue {
  padding: 12px 28px;
}
@media (min-width: 768px) {
  .news-section .members__wrapper article:first-child:not(.full-height-image) .post--heading {
    font-size: 28px;
    line-height: 33px;
    max-height: 196px;
    -webkit-line-clamp: 5;
  }
}
@media (min-width: 992px) {
  .news-section .members__wrapper article:first-child:not(.full-height-image) .post--heading {
    font-size: 38px !important;
    line-height: 42px;
    max-height: 250px;
    -webkit-line-clamp: 5;
  }
}
@media (min-width: 1200px) {
  .news-section .members__wrapper article:first-child:not(.full-height-image) .post--heading {
    font-size: 50px !important;
    line-height: 60px;
    max-height: 320px;
    -webkit-line-clamp: 5;
  }
}
.news-section .cat-icon {
  width: 50px;
}
@media (min-width: 768px) {
  .news-section .cat-icon {
    width: 70px;
  }
}
.news-section.alternate-tile-width .members__wrapper article {
  flex: unset;
  max-width: initial;
}
.news-section.alternate-tile-width .img-cover {
  padding-bottom: 590px;
}
@media (min-width: 768px) and (max-width: 1360px) {
  .news-section.alternate-tile-width .img-cover {
    padding-bottom: 40vw;
  }
}
@media (max-width: 767px) {
  .news-section.alternate-tile-width .img-cover {
    padding-bottom: 306px;
  }
}
.news-section.dark-copy h1, .news-section.dark-copy h2, .news-section.dark-copy h3, .news-section.dark-copy h4, .news-section.dark-copy h5, .news-section.dark-copy h6, .news-section.dark-copy p, .news-section.dark-copy li, .news-section.dark-copy ul, .news-section.dark-copy a:not([class*='btn-']):not([class*='cta']), .news-section.dark-copy span {
  color: #145A60;
}
.news-section.dark-copy .post-filter select {
  color: #145A60;
  border: 1px solid #145A60;
  background-image: url(../img/expand-down-b.svg) !important;
}
.news-section.dark-copy .pagination .prev {
  background-image: url(../img/arrow-left-black.svg) !important;
}
.news-section.dark-copy .pagination .next {
  background-image: url(../img/arrow-right-black.svg) !important;
}
.news-section.dark-copy .current:after {
  background-color: #145A60;
}
.news-section.light-copy h1, .news-section.light-copy h2, .news-section.light-copy h3, .news-section.light-copy h4, .news-section.light-copy h5, .news-section.light-copy h6, .news-section.light-copy p, .news-section.light-copy li, .news-section.light-copy ul, .news-section.light-copy a:not([class*='btn-']):not([class*='cta']), .news-section.light-copy span {
  color: #F4F2ED;
}
.news-section.light-copy .post-filter select {
  color: #F4F2ED;
  border: 1px solid #F4F2ED;
  background-image: url(../img/expand-down-w.svg) !important;
}
.news-section.light-copy .pagination .prev {
  background-image: url(../img/arrow-left-white.svg) !important;
}
.news-section.light-copy .pagination .next {
  background-image: url(../img/arrow-right-white.svg) !important;
}

.news-section-banner {
  padding-top: 30px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .news-section-banner {
    padding-top: 89px;
  }
}
.news-section-banner.scrollable .section-heading .head-boxing,
.news-section-banner.scrollable .section-heading .lead-copy-box,
.news-section-banner.scrollable .members__wrapper article,
.news-section-banner.scrollable .row > .col-sm-12 > .cta-wrap {
  opacity: 0;
  transform: translate(0, 24px);
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1), transform 0.66s ease-out;
}
.news-section-banner.scrollable.show .section-heading .head-boxing {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: .44s;
}
.news-section-banner.scrollable.show .section-heading .lead-copy-box {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: .58s;
}
.news-section-banner.scrollable.show .members__wrapper article {
  opacity: 1;
  transform: translate(0, 0);
}
.news-section-banner.scrollable.show .members__wrapper article:nth-child(1) {
  transition-delay: .66s;
}
.news-section-banner.scrollable.show .members__wrapper article:nth-child(2) {
  transition-delay: .78s;
}
.news-section-banner.scrollable.show .members__wrapper article:nth-child(3) {
  transition-delay: .90s;
}
.news-section-banner.scrollable.show .members__wrapper article:nth-child(4) {
  transition-delay: 1.02s;
}
.news-section-banner.scrollable.show .members__wrapper article:nth-child(5) {
  transition-delay: 1.14s;
}
.news-section-banner.scrollable.show .members__wrapper article:nth-child(6) {
  transition-delay: 1.26s;
}
.news-section-banner.scrollable.show .members__wrapper article:nth-child(7) {
  transition-delay: 1.38s;
}
.news-section-banner.scrollable.show .members__wrapper article:nth-child(8) {
  transition-delay: 1.5s;
}
.news-section-banner.scrollable.show .members__wrapper article:nth-child(9) {
  transition-delay: 1.62s;
}
.news-section-banner.scrollable.show .members__wrapper article:nth-child(10) {
  transition-delay: 1.74s;
}
.news-section-banner.scrollable.show .row > .col-sm-12 > .cta-wrap {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 1.04s;
}
.news-section-banner .members__wrapper {
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .news-section-banner .members__wrapper {
    margin: 0 -15px;
  }
}
.news-section-banner .container .section-heading, .news-section-banner .container-fluid .section-heading {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .news-section-banner .container .section-heading, .news-section-banner .container-fluid .section-heading {
    padding-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .news-section-banner .container .section-heading, .news-section-banner .container-fluid .section-heading {
    display: block;
  }
}
.news-section-banner .container .label, .news-section-banner .container-fluid .label {
  margin-top: auto;
  display: inline-block;
  text-transform: uppercase;
}
.news-section-banner .container .members__wrapper, .news-section-banner .container-fluid .members__wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 480px) {
  .news-section-banner .container .members__wrapper, .news-section-banner .container-fluid .members__wrapper {
    flex-direction: row;
  }
}
.news-section-banner .container .members__wrapper article, .news-section-banner .container-fluid .members__wrapper article {
  flex: 1 0 100%;
  padding: 0 15px 30px 15px;
  max-width: 100%;
}
@media (min-width: 480px) {
  .news-section-banner .container .members__wrapper article, .news-section-banner .container-fluid .members__wrapper article {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0 15px 30px 15px;
  }
  .news-section-banner .container .members__wrapper article:nth-child(2n), .news-section-banner .container-fluid .members__wrapper article:nth-child(2n) {
    padding: 0 15px 30px 15px;
  }
}
@media (min-width: 992px) {
  .news-section-banner .container .members__wrapper article, .news-section-banner .container-fluid .members__wrapper article {
    flex: 1 0 31%;
    max-width: 33.33%;
    padding: 0 15px 55px 15px;
  }
  .news-section-banner .container .members__wrapper article:nth-child(2n), .news-section-banner .container-fluid .members__wrapper article:nth-child(2n) {
    padding: 0 15px 55px 15px;
  }
  .news-section-banner .container .members__wrapper article:nth-child(3n), .news-section-banner .container-fluid .members__wrapper article:nth-child(3n) {
    padding: 0 15px 55px 15px;
  }
}
.news-section-banner .container .members__wrapper article p, .news-section-banner .container-fluid .members__wrapper article p {
  margin-bottom: 20px;
  display: -webkit-box;
  height: 4.2rem;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 479px) {
  .news-section-banner .container .members__wrapper article p, .news-section-banner .container-fluid .members__wrapper article p {
    height: auto;
  }
}
.news-section-banner .container .members__wrapper article .post--heading, .news-section-banner .container-fluid .members__wrapper article .post--heading {
  margin-top: 0;
  font-size: 1.25rem;
  padding-top: 10px;
  display: -webkit-box;
  max-height: 4.8rem;
  overflow: hidden;
  max-width: 480px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-section-banner .container .members__wrapper article .post--heading a, .news-section-banner .container-fluid .members__wrapper article .post--heading a {
  font-family: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .news-section-banner .container .members__wrapper article .post--heading, .news-section-banner .container-fluid .members__wrapper article .post--heading {
    font-size: 24px;
    max-height: 112px;
  }
}
@media (min-width: 992px) {
  .news-section-banner .container .members__wrapper article .post--heading, .news-section-banner .container-fluid .members__wrapper article .post--heading {
    font-size: 28px;
    max-height: 126px;
  }
}
@media (max-width: 767px) {
  .news-section-banner .container .members__wrapper article .post--heading, .news-section-banner .container-fluid .members__wrapper article .post--heading {
    -webkit-line-clamp: 3;
    max-height: 5.7rem;
  }
}
@media (max-width: 479px) {
  .news-section-banner .container .members__wrapper article .post--heading, .news-section-banner .container-fluid .members__wrapper article .post--heading {
    display: block;
    -webkit-line-clamp: revert;
    max-height: auto;
  }
}
.news-section-banner .container .members__wrapper article .member--subheading, .news-section-banner .container-fluid .members__wrapper article .member--subheading {
  color: #145A60;
}
.news-section-banner .container .members__wrapper article .btn-line-blue, .news-section-banner .container-fluid .members__wrapper article .btn-line-blue {
  padding: 12px 28px;
}
.news-section-banner .cat-icon {
  width: 50px;
}
@media (min-width: 768px) {
  .news-section-banner .cat-icon {
    width: 70px;
  }
}
.news-section-banner.alternate-tile-width .members__wrapper article {
  flex: unset;
  max-width: initial;
}
.news-section-banner.alternate-tile-width .img-cover {
  padding-bottom: 590px;
}
@media (min-width: 768px) and (max-width: 1360px) {
  .news-section-banner.alternate-tile-width .img-cover {
    padding-bottom: 40vw;
  }
}
@media (max-width: 767px) {
  .news-section-banner.alternate-tile-width .img-cover {
    padding-bottom: 306px;
  }
}
.news-section-banner.dark-copy h1, .news-section-banner.dark-copy h2, .news-section-banner.dark-copy h3, .news-section-banner.dark-copy h4, .news-section-banner.dark-copy h5, .news-section-banner.dark-copy h6, .news-section-banner.dark-copy p, .news-section-banner.dark-copy li, .news-section-banner.dark-copy ul, .news-section-banner.dark-copy a:not([class*='btn-']):not([class*='cta']), .news-section-banner.dark-copy span {
  color: #145A60;
}
.news-section-banner.dark-copy .post-filter select {
  color: #145A60;
  border: 1px solid #145A60;
  background-image: url(../img/expand-down-b.svg) !important;
}
.news-section-banner.dark-copy .pagination .prev {
  background-image: url(../img/arrow-left-black.svg) !important;
}
.news-section-banner.dark-copy .pagination .next {
  background-image: url(../img/arrow-right-black.svg) !important;
}
.news-section-banner.dark-copy .current:after {
  background-color: #145A60;
}
.news-section-banner.light-copy h1, .news-section-banner.light-copy h2, .news-section-banner.light-copy h3, .news-section-banner.light-copy h4, .news-section-banner.light-copy h5, .news-section-banner.light-copy h6, .news-section-banner.light-copy p, .news-section-banner.light-copy li, .news-section-banner.light-copy ul, .news-section-banner.light-copy a:not([class*='btn-']):not([class*='cta']), .news-section-banner.light-copy span {
  color: #F4F2ED;
}
.news-section-banner.light-copy .post-filter select {
  color: #F4F2ED;
  border: 1px solid #F4F2ED;
  background-image: url(../img/expand-down-w.svg) !important;
}
.news-section-banner.light-copy .pagination .prev {
  background-image: url(../img/arrow-left-white.svg) !important;
}
.news-section-banner.light-copy .pagination .next {
  background-image: url(../img/arrow-right-white.svg) !important;
}

@media (max-width: 767px) {
  #orderby {
    margin-bottom: 15px;
  }
}

.post-box {
  background-color: #EAEAEA;
  padding: 15px 0;
}
.post-box .cta-bottom a {
  text-decoration: none;
}
.post-box.dark-copy h1, .post-box.dark-copy h2, .post-box.dark-copy h3, .post-box.dark-copy h4, .post-box.dark-copy h5, .post-box.dark-copy h6, .post-box.dark-copy p, .post-box.dark-copy li, .post-box.dark-copy ul, .post-box.dark-copy a:not([class*='btn-']):not([class*='cta']), .post-box.dark-copy span {
  color: #145A60;
}
.post-box.light-copy h1, .post-box.light-copy h2, .post-box.light-copy h3, .post-box.light-copy h4, .post-box.light-copy h5, .post-box.light-copy h6, .post-box.light-copy p, .post-box.light-copy li, .post-box.light-copy ul, .post-box.light-copy a:not([class*='btn-']):not([class*='cta']), .post-box.light-copy span {
  color: #F4F2ED;
}

.date, .author {
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  line-height: 1.5;
}

hr.green {
  margin-top: 0;
  border: 1px solid #B0FF00;
  margin-bottom: 30px;
}

.post-page .bodycontain .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .post-page .bodycontain .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.post-page .masthead {
  max-height: 420px;
}
@media (min-width: 768px) {
  .post-page .masthead {
    max-height: 770px;
  }
  .post-page .masthead .desktop_hero_img {
    -o-object-position: top;
       object-position: top;
  }
}
.post-page ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px;
}
.post-page ul li {
  list-style: none;
  background-image: url("../../assets/img/check-bullet-black.svg");
  background-repeat: no-repeat;
  background-position: 0 9px;
  background-size: 5px;
  padding-left: 20px;
  padding-bottom: 10px;
  line-height: 1.5;
}
.post-page ul li.fa-bed {
  list-style: none;
  background-image: url("../../assets/img/bed_FILL0_wght500_GRAD0_opsz48.svg");
  background-position: 0px 3px;
  background-size: revert;
}
.post-page ul li.fa-bath {
  list-style: none;
  background-image: url("../../assets/img/bathtub_FILL0_wght500_GRAD0_opsz48.svg");
  background-position: 0px 3px;
  background-size: revert;
}
.post-page ul li.fa-home {
  list-style: none;
  background-image: url("../../assets/img/chair_FILL0_wght500_GRAD0_opsz48.svg");
  background-position: 0px 3px;
  background-size: revert;
}
.post-page ul li.fa-car {
  list-style: none;
  background-image: url("../../assets/img/garage_FILL0_wght500_GRAD0_opsz48.svg");
  background-position: 0px 3px;
  background-size: revert;
}
.post-page ul li.fa-crop {
  list-style: none;
  background-image: url("../../assets/img/crop_free_FILL0_wght500_GRAD0_opsz48.svg");
  background-position: 0px 3px;
  background-size: revert;
}
.post-page ul.features {
  display: inline-block;
  margin: 20px 0 10px 0;
}
@media (min-width: 768px) {
  .post-page ul.features {
    margin: 30px 0;
  }
}
.post-page ul.features li {
  background-position: right center;
  display: inline-block;
  padding-right: 28px;
  padding-left: 0px;
  padding-bottom: 0px;
  margin-right: 8px;
  font-size: 18px;
  font-weight: 600;
}

.more-section ul li {
  background-image: url("../../assets/img/check-bullet-white-ball.svg");
}

.search-results {
  width: 100%;
}
.search-results .none-found {
  color: #1C1C1E;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.search-results ul.features {
  list-style: none;
  padding: 5px 0;
  display: inline-block;
  margin: 10px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
}
.search-results ul.features li {
  list-style: none;
  background-repeat: no-repeat;
  background-size: 5px;
  line-height: 1.5;
  background-position: right center;
  display: inline-block;
  padding-left: 0px;
  padding-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  vertical-align: middle;
  background-size: 2.5vw;
  padding-right: 3vw;
  margin-right: 0.5vw;
}
@media (max-width: 479px) {
  .search-results ul.features li {
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
    background-size: 4.5vw;
    padding-right: 5.5vw;
    margin-right: 1.6vw;
  }
}
@media (min-width: 768px) {
  .search-results ul.features li {
    font-size: 14px;
    background-size: 1.8vw;
    padding-right: 2vw;
    margin-right: 0.4vw;
  }
}
@media (min-width: 1200px) {
  .search-results ul.features li {
    font-size: 14px;
    background-size: 1.2vw;
    padding-right: 1.6vw;
    margin-right: 0.5vw;
  }
}
@media (min-width: 1810px) {
  .search-results ul.features li {
    background-size: revert;
    font-size: 16px;
    padding-right: 28px;
    margin-right: 8px;
  }
}
.search-results ul.features li.fa-bed {
  background-image: url("../../assets/img/bed_FILL0_wght500_GRAD0_opsz48.svg");
}
.search-results ul.features li.fa-bath {
  background-image: url("../../assets/img/bathtub_FILL0_wght500_GRAD0_opsz48.svg");
}
.search-results ul.features li.fa-home {
  background-image: url("../../assets/img/chair_FILL0_wght500_GRAD0_opsz48.svg");
}
.search-results ul.features li.fa-car {
  background-image: url("../../assets/img/garage_FILL0_wght500_GRAD0_opsz48.svg");
}
.search-results ul.features li.fa-crop {
  background-image: url("../../assets/img/crop_free_FILL0_wght500_GRAD0_opsz48.svg");
}

.nav-single {
  background-color: #80858A;
  display: block;
  position: relative;
  width: 100%;
  clear: both;
}
.nav-single .nav-previous {
  background-color: #80858A;
  width: 50%;
  text-align: left;
  display: inline-block;
}
.nav-single .nav-previous a .meta-nav {
  width: 18px;
  height: 30px;
  margin: 0 25px 0 0;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/chev-left.svg");
}
.nav-single .nav-previous a {
  color: #fff;
  font-size: 24px;
  padding: 30px 20px 30px 0;
}
.nav-single .nav-previous a:hover {
  color: #145A60;
}
.nav-single .nav-next {
  background-color: #80858A;
  width: 50%;
  text-align: right;
  display: inline-block;
}
.nav-single .nav-next a .meta-nav {
  width: 18px;
  height: 30px;
  margin: 0 0 0 25px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/chev-right.svg");
}
.nav-single .nav-next a {
  color: #fff;
  font-size: 24px;
  padding: 30px 0 30px 20px;
}
.nav-single .nav-next a:hover {
  color: #145A60;
}
.nav-single a, .nav-single .meta-nav {
  display: inline-block;
  vertical-align: middle;
}

.post-pagination {
  background-color: #80858A;
  display: block;
  width: 100%;
  position: relative;
}

.post-info {
  display: block;
  margin-bottom: 15px;
}

.post-filter {
  display: inline-block;
}
.post-filter select option {
  color: #145A60;
}
.post-filter select {
  color: #FFFFFF;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-size: 1rem;
  background: transparent;
  background-image: url("../img/expand-down-w.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 24px !important;
  background-position: right 15px center !important;
  border: 1px solid #FFFFFF;
  border-radius: 0px;
  margin-left: 0;
  margin-right: 0px;
  padding: .75rem 3rem .75rem 1rem;
  margin-top: 0rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (min-width: 992px) {
  .post-filter select {
    background-position: right 14px center !important;
  }
}
.post-filter select:focus {
  border: 1px solid #FFFFFF;
}
.post-filter select:hover {
  cursor: pointer;
}
.post-filter #cat {
  display: none;
}

blockquote {
  border-left: 2px solid #145A60;
  margin: 40px 0;
  padding: 0 0 0 40px;
}

.wp-block-quote p:first-child {
  font-weight: 500;
}

h1.post-head {
  font-weight: 400;
  color: #62D0C7;
  font-size: 25px;
  margin-top: 0;
}
@media (min-width: 768px) {
  h1.post-head {
    font-size: 38px;
  }
}

.wp-block-image {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image {
  margin-top: 30px;
}

article p:first-child {
  margin-top: 0;
}

.post-content > article > .container-fluid {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .post-content > article > .container-fluid {
    padding-top: 30px;
  }
}

.post-content .img-cont {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 41.10671936758894%;
  width: 100%;
  display: block;
  margin-bottom: 0px;
}
.post-content .img-cont img {
  margin-bottom: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.post-content .date {
  font-size: 16px;
  color: #145A60;
  text-transform: initial;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
  border-bottom: solid 1px #145A60;
  padding-bottom: 15px;
}

.single-products .post-content, .single-materials .post-content {
  background-color: #EAEAEA;
}

#masonry-sec {
  background-color: #F4F2ED;
  padding-top: 60px;
}
@media (min-width: 768px) {
  #masonry-sec {
    padding-top: 90px;
  }
}
#masonry-sec > .container-fluid > .row {
  margin-right: -40px;
  margin-left: -40px;
}
#masonry-sec .stream > div {
  padding-left: 10px;
  padding-right: 10px;
}
#masonry-sec .stream > div img {
  margin-bottom: 20px;
}
#masonry-sec .copy-b {
  display: block;
  margin-bottom: 60px;
}
#masonry-sec .copy-b h1, #masonry-sec .copy-b h2, #masonry-sec .copy-b h3, #masonry-sec .copy-b h4, #masonry-sec .copy-b h5 {
  color: #145A60;
}

.news-section .card-wrapper, .articles-feed .card-wrapper, .news-section-banner .card-wrapper {
  border-radius: 0px;
  overflow: hidden;
}
.news-section .date, .articles-feed .date, .news-section-banner .date {
  display: block;
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  text-transform: initial;
}
.news-section .card-wrapper.side-padding .post-box, .articles-feed .card-wrapper.side-padding .post-box, .news-section-banner .card-wrapper.side-padding .post-box {
  padding-left: 15px;
  padding-right: 15px;
}
.news-section .card-wrapper.full-height-image, .articles-feed .card-wrapper.full-height-image, .news-section-banner .card-wrapper.full-height-image {
  position: relative;
  height: 100%;
}
.news-section .card-wrapper.full-height-image .post-box, .articles-feed .card-wrapper.full-height-image .post-box, .news-section-banner .card-wrapper.full-height-image .post-box {
  position: absolute;
  z-index: 2;
  bottom: 0;
  background: transparent;
}
.news-section .card-wrapper.full-height-image .post-box h1, .news-section .card-wrapper.full-height-image .post-box h2, .news-section .card-wrapper.full-height-image .post-box h3, .news-section .card-wrapper.full-height-image .post-box h4, .news-section .card-wrapper.full-height-image .post-box h5, .news-section .card-wrapper.full-height-image .post-box h6, .news-section .card-wrapper.full-height-image .post-box p, .news-section .card-wrapper.full-height-image .post-box li, .news-section .card-wrapper.full-height-image .post-box ul, .news-section .card-wrapper.full-height-image .post-box a:not([class*='btn-']):not([class*='cta']), .news-section .card-wrapper.full-height-image .post-box span, .articles-feed .card-wrapper.full-height-image .post-box h1, .articles-feed .card-wrapper.full-height-image .post-box h2, .articles-feed .card-wrapper.full-height-image .post-box h3, .articles-feed .card-wrapper.full-height-image .post-box h4, .articles-feed .card-wrapper.full-height-image .post-box h5, .articles-feed .card-wrapper.full-height-image .post-box h6, .articles-feed .card-wrapper.full-height-image .post-box p, .articles-feed .card-wrapper.full-height-image .post-box li, .articles-feed .card-wrapper.full-height-image .post-box ul, .articles-feed .card-wrapper.full-height-image .post-box a:not([class*='btn-']):not([class*='cta']), .articles-feed .card-wrapper.full-height-image .post-box span, .news-section-banner .card-wrapper.full-height-image .post-box h1, .news-section-banner .card-wrapper.full-height-image .post-box h2, .news-section-banner .card-wrapper.full-height-image .post-box h3, .news-section-banner .card-wrapper.full-height-image .post-box h4, .news-section-banner .card-wrapper.full-height-image .post-box h5, .news-section-banner .card-wrapper.full-height-image .post-box h6, .news-section-banner .card-wrapper.full-height-image .post-box p, .news-section-banner .card-wrapper.full-height-image .post-box li, .news-section-banner .card-wrapper.full-height-image .post-box ul, .news-section-banner .card-wrapper.full-height-image .post-box a:not([class*='btn-']):not([class*='cta']), .news-section-banner .card-wrapper.full-height-image .post-box span {
  color: #fff;
}
.news-section .card-wrapper.full-height-image .dark-overlay, .articles-feed .card-wrapper.full-height-image .dark-overlay, .news-section-banner .card-wrapper.full-height-image .dark-overlay {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.news-section .card-wrapper.full-height-image .img-cover:before, .articles-feed .card-wrapper.full-height-image .img-cover:before, .news-section-banner .card-wrapper.full-height-image .img-cover:before {
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 60%, rgba(0, 0, 0, 0.65) 60%);
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
}
.news-section .card-wrapper.full-height-image .img-cover img, .articles-feed .card-wrapper.full-height-image .img-cover img, .news-section-banner .card-wrapper.full-height-image .img-cover img {
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.news-section .card-wrapper.full-height-image:hover .img-cover:before, .articles-feed .card-wrapper.full-height-image:hover .img-cover:before, .news-section-banner .card-wrapper.full-height-image:hover .img-cover:before {
  opacity: 0.3;
}
.news-section .card-wrapper.full-height-image:hover img, .articles-feed .card-wrapper.full-height-image:hover img, .news-section-banner .card-wrapper.full-height-image:hover img {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
.news-section:not(.alternate-tile-width) .card-wrapper.full-height-image .img-cover, .articles-feed:not(.alternate-tile-width) .card-wrapper.full-height-image .img-cover, .news-section-banner:not(.alternate-tile-width) .card-wrapper.full-height-image .img-cover {
  padding-bottom: 120%;
  position: relative;
}
.news-section h3, .news-section h3.post--heading, .articles-feed h3, .articles-feed h3.post--heading, .news-section-banner h3, .news-section-banner h3.post--heading {
  margin-top: 0;
  font-size: 21px;
  line-height: 26px;
  padding-top: 10px;
  display: -webkit-box;
  max-height: 4.8rem;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-section h3 a, .news-section h3.post--heading a, .articles-feed h3 a, .articles-feed h3.post--heading a, .news-section-banner h3 a, .news-section-banner h3.post--heading a {
  font-family: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .news-section h3, .news-section h3.post--heading, .articles-feed h3, .articles-feed h3.post--heading, .news-section-banner h3, .news-section-banner h3.post--heading {
    font-size: 24px;
    line-height: 28px;
    max-height: 112px;
  }
}
@media (max-width: 767px) {
  .news-section h3, .news-section h3.post--heading, .articles-feed h3, .articles-feed h3.post--heading, .news-section-banner h3, .news-section-banner h3.post--heading {
    -webkit-line-clamp: 3;
    max-height: 5.7rem;
  }
}
@media (max-width: 479px) {
  .news-section h3, .news-section h3.post--heading, .articles-feed h3, .articles-feed h3.post--heading, .news-section-banner h3, .news-section-banner h3.post--heading {
    display: block;
    -webkit-line-clamp: revert;
    max-height: auto;
  }
}
.news-section .btn-line-lavander, .articles-feed .btn-line-lavander, .news-section-banner .btn-line-lavander {
  padding: 12px 28px;
  display: inline-block;
  margin-bottom: 10px;
}
.news-section .members__wrapper p:last-of-type, .articles-feed .members__wrapper p:last-of-type, .news-section-banner .members__wrapper p:last-of-type {
  margin-bottom: 30px;
  display: -webkit-box;
  height: 4.2rem;
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.articles-feed {
  background-color: #145A60;
}
.articles-feed .row:not(.stream) h2 {
  color: #FFFFFF;
}
.articles-feed .row-head {
  margin-top: 48px;
}
.articles-feed .row-head h2 {
  margin: 0 0 30px 0;
}
@media (min-width: 768px) {
  .articles-feed .row-head {
    margin-top: 89px;
  }
}
.articles-feed .row.stream {
  margin-right: -15px;
  margin-left: -15px;
}
.articles-feed .row.stream > div {
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.img-cover {
  height: 0;
  padding-bottom: 68.26722338204593%;
  width: 100%;
  margin-bottom: 0px;
  overflow: hidden;
  position: relative;
  display: block;
}
.img-cover img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  top: 0;
  left: 0;
  position: absolute;
}

body.single-post .post-content h1.row-title {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  body.single-post .post-content h1.row-title {
    font-size: 50px;
    line-height: 60px;
    width: 66%;
  }
}

.property-item {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: initial;
  height: 100%;
  border-radius: 20px;
}
.property-item .property-excerpt {
  overflow: hidden;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.property-item .property-excerpt p {
  margin-top: 0;
}
@media (min-width: 1200px) and (max-width: 2043px) {
  .property-item .property-excerpt p {
    font-size: 18px;
  }
}
.property-item .property-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.property-item .tile-line {
  width: 100%;
  height: 1px;
  background-color: #1C1C1E;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  margin-bottom: 10px;
}
.property-item .property-thumbnail {
  width: 100%;
  height: 0;
  display: block;
  position: relative;
  padding-bottom: 95%;
}
.property-item .property-thumbnail img {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.property-item.is-new .property-thumbnail:before {
  content: "NEW";
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 17px 7px;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  background-color: #1C1C1E;
  color: #FFFFFF;
  z-index: 5;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.property-item .property-title a {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  margin-bottom: 0px;
  text-decoration: none;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  text-decoration: none;
  font-weight: 700;
}
.property-item .property-content {
  padding: 15px 20px 25px 20px;
}
.property-item .property-content h3 {
  margin-bottom: 0;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .property-item .property-content {
    min-height: auto;
  }
}
.property-item .p-type {
  font-size: 21px;
  line-height: 26px;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 479px) {
  .property-item .p-type {
    font-size: 21px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .property-item .p-type {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .property-item .p-type {
    font-size: 30px;
    line-height: 37px;
  }
}
@media (min-width: 2050px) {
  .property-item .p-type {
    font-size: 30px;
  }
}
.property-item .a-type {
  font-size: 21px;
  line-height: 26px;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  margin-bottom: 0px;
  display: block;
}
@media (max-width: 479px) {
  .property-item .a-type {
    font-size: 21px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .property-item .a-type {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .property-item .a-type {
    font-size: 30px;
    line-height: 37px;
  }
}
@media (min-width: 2050px) {
  .property-item .a-type {
    font-size: 30px;
  }
}

.collection-fil {
  display: block !important;
  width: 100%;
  margin-top: 0 !important;
}

@media (min-width: 768px) {
  .keyword-fil {
    margin-right: 10px !important;
  }
}

.collection-filter {
  font-size: 14px;
  font-weight: 400;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
}
.collection-filter ul li {
  color: #1C1C1E;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none !important;
}
.collection-filter a {
  color: #AAAAAA;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none !important;
}
.collection-filter a:hover {
  color: #1C1C1E;
}
.collection-filter ul {
  display: inline-block;
  margin: 0;
}
.collection-filter ul li {
  display: inline-block;
  padding-left: 0px;
  padding-right: 20px;
}
.collection-filter ul li.active a {
  color: #1C1C1E;
  position: relative;
}
.collection-filter ul li.active a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  left: 0;
  bottom: -8px;
}

.proper-contain {
  background-color: #EAEAEA;
  min-height: 760px;
}

.search-results {
  display: flex;
  flex-wrap: wrap;
}
.search-results > div:not(.pagination) {
  padding-left: 15px;
  padding-right: 15px;
}

.p-tiles {
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-tiles {
    margin-bottom: 55px;
  }
}

.pagination-info {
  color: #1C1C1E;
  display: block;
}
@media (max-width: 767px) {
  .pagination-info {
    width: 100%;
  }
}

.cta-bottom {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  position: relative;
}
.cta-bottom a {
  right: 0;
}
@media (max-width: 639px) {
  .cta-bottom a {
    position: relative;
    bottom: initial;
    right: initial;
  }
}
.cta-bottom .date {
  vertical-align: bottom;
  display: inline-block;
  position: relative;
  bottom: 0;
  margin-top: 24px;
}
@media (min-width: 480px) and (max-width: 639px) {
  .cta-bottom .date {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 9px;
  }
}
@media (max-width: 329px) {
  .cta-bottom .date {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 9px;
  }
}
.cta-bottom .btn-black {
  float: right;
}
@media (min-width: 480px) and (max-width: 639px) {
  .cta-bottom .btn-black {
    width: 100%;
  }
}
@media (max-width: 329px) {
  .cta-bottom .btn-black {
    width: 100%;
  }
}
.cta-bottom.no-date .date {
  display: none;
}
.cta-bottom.no-date > a {
  position: relative;
}

@media (min-width: 768px) and (max-width: 1026px) {
  .articles-feed .cta-bottom .date {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 9px;
  }
}
@media (min-width: 768px) and (max-width: 1026px) {
  .articles-feed .cta-bottom .btn-black {
    width: 100%;
  }
}

.head-box {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .head-box {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .head-box .address {
    font-size: 22px;
  }
}

.soc-box {
  display: block;
  width: 100%;
}
.soc-box #socialShare {
  margin-bottom: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .soc-box #socialShare {
    margin-top: 10px;
  }
}

.team-member-post {
  margin-top: 200px;
}
.team-member-post h1 {
  color: #145A60;
}

.main > .section.post-content:first-child {
  padding-top: 50px;
}
@media (max-width: 1045px) {
  .main > .section.post-content:first-child {
    padding-top: 25px;
  }
}

.main > .section.single-post-head:first-child > .container-fluid {
  padding-top: 50px;
}
@media (max-width: 1045px) {
  .main > .section.single-post-head:first-child > .container-fluid {
    padding-top: 25px;
  }
}

.main > .section.news-section:first-child > .container-fluid {
  padding-top: 50px;
}
@media (max-width: 1045px) {
  .main > .section.news-section:first-child > .container-fluid {
    padding-top: 25px;
  }
}

.next-col {
  text-align: right;
  margin-left: auto;
}

.prev-title a, .next-title a {
  color: #145A60;
}

.prev-title:before {
  content: "";
  background-image: url(../img/colored-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 0;
}

.next-title:before {
  content: "";
  background-image: url(../img/colored-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(180deg);
}

.prev-title {
  padding-top: 30px;
}

.next-title {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .prev-title {
    padding-top: 0;
    padding-left: 50px;
  }

  .next-title {
    padding-top: 0;
    padding-right: 50px;
  }
}
.db-col-image-copy-rows, .db-col-copy-image-rows, .bio-db-img-copy-rows {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
}
.db-col-image-copy-rows .wave-wrap, .db-col-copy-image-rows .wave-wrap, .bio-db-img-copy-rows .wave-wrap {
  z-index: 2;
}
.db-col-image-copy-rows .wrap-img, .db-col-copy-image-rows .wrap-img, .bio-db-img-copy-rows .wrap-img {
  width: 100%;
}
.db-col-image-copy-rows.show .wave-wrap .mask, .db-col-copy-image-rows.show .wave-wrap .mask, .bio-db-img-copy-rows.show .wave-wrap .mask {
  width: 100vw;
  opacity: 1;
}
.db-col-image-copy-rows .pre-head-image, .db-col-copy-image-rows .pre-head-image, .bio-db-img-copy-rows .pre-head-image {
  max-width: 260px;
  margin-bottom: 30px;
}
.db-col-image-copy-rows .copy-col.scrollable, .db-col-copy-image-rows .copy-col.scrollable, .bio-db-img-copy-rows .copy-col.scrollable {
  opacity: 0;
}
.db-col-image-copy-rows .copy-col.scrollable.show, .db-col-copy-image-rows .copy-col.scrollable.show, .bio-db-img-copy-rows .copy-col.scrollable.show {
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 1.33s;
}
.db-col-image-copy-rows .copy-col hr, .db-col-copy-image-rows .copy-col hr, .bio-db-img-copy-rows .copy-col hr {
  margin: 10px 0 20px 0;
}
.db-col-image-copy-rows .img-col, .db-col-copy-image-rows .img-col, .bio-db-img-copy-rows .img-col {
  margin: 0 auto;
  position: relative;
}
.db-col-image-copy-rows .img-col.scrollable .wrap-img, .db-col-copy-image-rows .img-col.scrollable .wrap-img, .bio-db-img-copy-rows .img-col.scrollable .wrap-img {
  opacity: 0;
  transform: translate(0px, 0px);
}
.db-col-image-copy-rows .img-col.scrollable #mc_embed_signup, .db-col-copy-image-rows .img-col.scrollable #mc_embed_signup, .bio-db-img-copy-rows .img-col.scrollable #mc_embed_signup {
  opacity: 0;
  transform: translate(0%, 0%);
}
.db-col-image-copy-rows .img-col.scrollable.show .wrap-img, .db-col-copy-image-rows .img-col.scrollable.show .wrap-img, .bio-db-img-copy-rows .img-col.scrollable.show .wrap-img {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1), transform 0.66s ease-out;
  transition-delay: 0.66s;
}
.db-col-image-copy-rows .img-col.scrollable.show #mc_embed_signup, .db-col-copy-image-rows .img-col.scrollable.show #mc_embed_signup, .bio-db-img-copy-rows .img-col.scrollable.show #mc_embed_signup {
  opacity: 1;
  transform: translate(0%, -50%);
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1), transform 0.66s ease-out;
  transition-delay: 0.66s;
}
.db-col-image-copy-rows .img-col #mc_embed_signup, .db-col-copy-image-rows .img-col #mc_embed_signup, .bio-db-img-copy-rows .img-col #mc_embed_signup {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 2;
}
.db-col-image-copy-rows .img-col #mc_embed_signup h2 span, .db-col-copy-image-rows .img-col #mc_embed_signup h2 span, .bio-db-img-copy-rows .img-col #mc_embed_signup h2 span {
  color: #fff;
}
.db-col-image-copy-rows .img-col #mc_embed_signup form, .db-col-copy-image-rows .img-col #mc_embed_signup form, .bio-db-img-copy-rows .img-col #mc_embed_signup form {
  position: relative;
}
.db-col-image-copy-rows .img-col #mc_embed_signup form input[type="email"], .db-col-copy-image-rows .img-col #mc_embed_signup form input[type="email"], .bio-db-img-copy-rows .img-col #mc_embed_signup form input[type="email"] {
  color: #FFF;
}
.db-col-image-copy-rows .img-col #mc_embed_signup .asterisk, .db-col-copy-image-rows .img-col #mc_embed_signup .asterisk, .bio-db-img-copy-rows .img-col #mc_embed_signup .asterisk {
  color: #ADADAD;
}
.db-col-image-copy-rows.dark-copy .img-col #mc_embed_signup h2 span, .db-col-copy-image-rows.dark-copy .img-col #mc_embed_signup h2 span, .bio-db-img-copy-rows.dark-copy .img-col #mc_embed_signup h2 span {
  color: #145A60;
}
@media (max-width: 767px) {
  .db-col-image-copy-rows, .db-col-copy-image-rows, .bio-db-img-copy-rows {
    height: auto !important;
  }
}
.db-col-image-copy-rows .container, .db-col-copy-image-rows .container, .bio-db-img-copy-rows .container {
  padding: 0;
}
.db-col-image-copy-rows .row, .db-col-copy-image-rows .row, .bio-db-img-copy-rows .row {
  padding: 0;
  display: block;
  z-index: 3;
  position: relative;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .db-col-image-copy-rows .row, .db-col-copy-image-rows .row, .bio-db-img-copy-rows .row {
    margin-top: 90px;
  }
}
@media (min-width: 768px) {
  .db-col-image-copy-rows .row, .db-col-copy-image-rows .row, .bio-db-img-copy-rows .row {
    display: flex;
  }
}
.db-col-image-copy-rows .row .img-col img, .db-col-copy-image-rows .row .img-col img, .bio-db-img-copy-rows .row .img-col img {
  display: block;
  box-sizing: border-box;
  border-radius: 0px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .db-col-image-copy-rows .row .img-col, .db-col-copy-image-rows .row .img-col, .bio-db-img-copy-rows .row .img-col {
    display: table;
  }
}
.db-col-image-copy-rows .row .img-col .wrap-img, .db-col-copy-image-rows .row .img-col .wrap-img, .bio-db-img-copy-rows .row .img-col .wrap-img {
  padding-right: 0px;
  padding-left: 0px;
  display: block;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .db-col-image-copy-rows .row .img-col .wrap-img, .db-col-copy-image-rows .row .img-col .wrap-img, .bio-db-img-copy-rows .row .img-col .wrap-img {
    padding-right: 0;
    padding-left: 0px;
    vertical-align: middle;
    display: table-cell;
  }
}
.db-col-image-copy-rows .row .copy-col, .db-col-copy-image-rows .row .copy-col, .bio-db-img-copy-rows .row .copy-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.db-col-image-copy-rows .row .a-center .wrap-pad, .db-col-copy-image-rows .row .a-center .wrap-pad, .bio-db-img-copy-rows .row .a-center .wrap-pad {
  text-align: center;
}
.db-col-image-copy-rows .row .a-center .btn-wrap, .db-col-copy-image-rows .row .a-center .btn-wrap, .bio-db-img-copy-rows .row .a-center .btn-wrap {
  justify-content: center;
}
.db-col-image-copy-rows .row .a-left .wrap-pad, .db-col-copy-image-rows .row .a-left .wrap-pad, .bio-db-img-copy-rows .row .a-left .wrap-pad {
  text-align: left;
}
.db-col-image-copy-rows .row .a-left .btn-wrap, .db-col-copy-image-rows .row .a-left .btn-wrap, .bio-db-img-copy-rows .row .a-left .btn-wrap {
  justify-content: flex-start;
}
.db-col-image-copy-rows .row .a-right .wrap-pad, .db-col-copy-image-rows .row .a-right .wrap-pad, .bio-db-img-copy-rows .row .a-right .wrap-pad {
  text-align: right;
}
.db-col-image-copy-rows .row .a-right .btn-wrap, .db-col-copy-image-rows .row .a-right .btn-wrap, .bio-db-img-copy-rows .row .a-right .btn-wrap {
  justify-content: flex-end;
}
.db-col-image-copy-rows .row .wrap-pad, .db-col-copy-image-rows .row .wrap-pad, .bio-db-img-copy-rows .row .wrap-pad {
  position: relative;
  width: 100%;
  padding: 30px 20px 30px 20px;
}
@media (min-width: 768px) {
  .db-col-image-copy-rows .row .wrap-pad, .db-col-copy-image-rows .row .wrap-pad, .bio-db-img-copy-rows .row .wrap-pad {
    padding: 30px 30px 30px 30px;
  }
}
@media (min-width: 1200px) {
  .db-col-image-copy-rows .row .wrap-pad, .db-col-copy-image-rows .row .wrap-pad, .bio-db-img-copy-rows .row .wrap-pad {
    padding: 30px 40px 30px 40px;
  }
}
.db-col-image-copy-rows .row .wrap-pad p:last-child, .db-col-copy-image-rows .row .wrap-pad p:last-child, .bio-db-img-copy-rows .row .wrap-pad p:last-child {
  margin-bottom: 0px;
}
.db-col-image-copy-rows .row .wrap-pad p:first-child, .db-col-copy-image-rows .row .wrap-pad p:first-child, .bio-db-img-copy-rows .row .wrap-pad p:first-child {
  margin-top: 0px;
}
@media (min-width: 768px) {
  .db-col-image-copy-rows .row .img-col img, .db-col-copy-image-rows .row .img-col img, .bio-db-img-copy-rows .row .img-col img {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.db-col-image-copy-rows .row .col-6, .db-col-copy-image-rows .row .col-6, .bio-db-img-copy-rows .row .col-6 {
  flex: 1;
}
.db-col-image-copy-rows .container-fluid:not(.max), .db-col-copy-image-rows .container-fluid:not(.max), .bio-db-img-copy-rows .container-fluid:not(.max) {
  padding: 0 !important;
}
.db-col-image-copy-rows .container-fluid:not(.max) .wrap-pad, .db-col-copy-image-rows .container-fluid:not(.max) .wrap-pad, .bio-db-img-copy-rows .container-fluid:not(.max) .wrap-pad {
  padding: 0px 80px 0px 80px;
}
.db-col-image-copy-rows .container-fluid:not(.max) .img-col:last-child, .db-col-copy-image-rows .container-fluid:not(.max) .img-col:last-child, .bio-db-img-copy-rows .container-fluid:not(.max) .img-col:last-child {
  margin-left: 0;
}
.db-col-image-copy-rows .container-fluid:not(.max) .wrap-img, .db-col-copy-image-rows .container-fluid:not(.max) .wrap-img, .bio-db-img-copy-rows .container-fluid:not(.max) .wrap-img {
  padding-right: 0px;
}
@media (max-width: 959px) {
  .db-col-image-copy-rows .container-fluid:not(.max) .wrap-pad, .db-col-copy-image-rows .container-fluid:not(.max) .wrap-pad, .bio-db-img-copy-rows .container-fluid:not(.max) .wrap-pad {
    padding: 20px 50px;
  }
}
.db-col-image-copy-rows .row:nth-child(odd) .col-6.img-col, .db-col-copy-image-rows .row:nth-child(odd) .col-6.img-col, .bio-db-img-copy-rows .row:nth-child(odd) .col-6.img-col {
  order: 1;
}
.db-col-image-copy-rows .row:nth-child(odd) .col-6.copy-col, .db-col-copy-image-rows .row:nth-child(odd) .col-6.copy-col, .bio-db-img-copy-rows .row:nth-child(odd) .col-6.copy-col {
  order: 2;
}
@media (min-width: 768px) {
  .db-col-image-copy-rows .row:nth-child(odd) .col-6.img-col, .db-col-copy-image-rows .row:nth-child(odd) .col-6.img-col, .bio-db-img-copy-rows .row:nth-child(odd) .col-6.img-col {
    order: 1;
  }
  .db-col-image-copy-rows .row:nth-child(odd) .col-6.copy-col, .db-col-copy-image-rows .row:nth-child(odd) .col-6.copy-col, .bio-db-img-copy-rows .row:nth-child(odd) .col-6.copy-col {
    order: 2;
  }
}
@media (min-width: 768px) {
  .db-col-image-copy-rows .row:nth-child(even) .img-col .wrap-img, .db-col-copy-image-rows .row:nth-child(even) .img-col .wrap-img, .bio-db-img-copy-rows .row:nth-child(even) .img-col .wrap-img {
    padding-left: 0;
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .db-col-image-copy-rows .row:nth-child(even) .row-title:after, .db-col-copy-image-rows .row:nth-child(even) .row-title:after, .bio-db-img-copy-rows .row:nth-child(even) .row-title:after {
    left: initial;
    right: 0;
  }
}
@media (min-width: 768px) {
  .db-col-image-copy-rows .row:nth-child(even) .wrap-pad, .db-col-copy-image-rows .row:nth-child(even) .wrap-pad, .bio-db-img-copy-rows .row:nth-child(even) .wrap-pad {
    padding: 0 60px 0 0px;
  }
}
@media (min-width: 768px) {
  .db-col-image-copy-rows .row:nth-child(even) .wrap-pad, .db-col-copy-image-rows .row:nth-child(even) .wrap-pad, .bio-db-img-copy-rows .row:nth-child(even) .wrap-pad {
    padding: 0px 80px 0px 0px;
  }
}
@media (min-width: 768px) {
  .db-col-image-copy-rows .row:nth-child(even).flip_desk .wrap-pad, .db-col-copy-image-rows .row:nth-child(even).flip_desk .wrap-pad, .bio-db-img-copy-rows .row:nth-child(even).flip_desk .wrap-pad {
    padding: 0 0px 0 60px;
  }
}
@media (min-width: 768px) {
  .db-col-image-copy-rows .row:nth-child(even).flip_desk .wrap-pad, .db-col-copy-image-rows .row:nth-child(even).flip_desk .wrap-pad, .bio-db-img-copy-rows .row:nth-child(even).flip_desk .wrap-pad {
    padding: 0px 0px 0px 60px;
  }
}
@media (min-width: 768px) {
  .db-col-image-copy-rows > .row:last-child .img-col, .db-col-copy-image-rows > .row:last-child .img-col, .bio-db-img-copy-rows > .row:last-child .img-col {
    display: table;
  }
  .db-col-image-copy-rows > .row:last-child .wrap-img, .db-col-copy-image-rows > .row:last-child .wrap-img, .bio-db-img-copy-rows > .row:last-child .wrap-img {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
  }
}
.db-col-image-copy-rows .row-title, .db-col-copy-image-rows .row-title, .bio-db-img-copy-rows .row-title {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 0;
  font-weight: 700;
}
.db-col-image-copy-rows h2, .db-col-copy-image-rows h2, .bio-db-img-copy-rows h2 {
  margin-bottom: 15px;
}
.db-col-image-copy-rows h2:last-child, .db-col-copy-image-rows h2:last-child, .bio-db-img-copy-rows h2:last-child {
  margin-top: 0;
  margin-bottom: 0;
}
.db-col-image-copy-rows h2 span, .db-col-image-copy-rows h3 span, .db-col-copy-image-rows h2 span, .db-col-copy-image-rows h3 span, .bio-db-img-copy-rows h2 span, .bio-db-img-copy-rows h3 span {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif !important;
}
.db-col-image-copy-rows .orange, .db-col-copy-image-rows .orange, .bio-db-img-copy-rows .orange {
  color: #F4B22D !important;
}
.db-col-image-copy-rows .pre-head, .db-col-copy-image-rows .pre-head, .bio-db-img-copy-rows .pre-head {
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
}
.db-col-image-copy-rows .btn-wrap, .db-col-copy-image-rows .btn-wrap, .bio-db-img-copy-rows .btn-wrap {
  margin-top: 30px;
  display: flex;
}
.db-col-image-copy-rows .btn-wrap a.btn-white, .db-col-image-copy-rows .btn-wrap button.btn-white, .db-col-copy-image-rows .btn-wrap a.btn-white, .db-col-copy-image-rows .btn-wrap button.btn-white, .bio-db-img-copy-rows .btn-wrap a.btn-white, .bio-db-img-copy-rows .btn-wrap button.btn-white {
  margin: 0 10px;
}
.db-col-image-copy-rows .btn-wrap a.btn-white:first-child, .db-col-image-copy-rows .btn-wrap button.btn-white:first-child, .db-col-copy-image-rows .btn-wrap a.btn-white:first-child, .db-col-copy-image-rows .btn-wrap button.btn-white:first-child, .bio-db-img-copy-rows .btn-wrap a.btn-white:first-child, .bio-db-img-copy-rows .btn-wrap button.btn-white:first-child {
  margin-left: 0px;
}
.db-col-image-copy-rows .btn-wrap a.btn-white:last-child, .db-col-image-copy-rows .btn-wrap button.btn-white:last-child, .db-col-copy-image-rows .btn-wrap a.btn-white:last-child, .db-col-copy-image-rows .btn-wrap button.btn-white:last-child, .bio-db-img-copy-rows .btn-wrap a.btn-white:last-child, .bio-db-img-copy-rows .btn-wrap button.btn-white:last-child {
  margin-right: 0px;
}
.db-col-image-copy-rows.dark-copy h2, .db-col-copy-image-rows.dark-copy h2, .bio-db-img-copy-rows.dark-copy h2 {
  color: #145A60;
}
.db-col-image-copy-rows.dark-copy h3, .db-col-copy-image-rows.dark-copy h3, .bio-db-img-copy-rows.dark-copy h3 {
  color: #145A60;
}
.db-col-image-copy-rows.light-copy h2.row-title, .db-col-image-copy-rows.light-copy h1, .db-col-image-copy-rows.light-copy h2, .db-col-image-copy-rows.light-copy h3, .db-col-image-copy-rows.light-copy h4, .db-col-image-copy-rows.light-copy h5, .db-col-image-copy-rows.light-copy h6, .db-col-copy-image-rows.light-copy h2.row-title, .db-col-copy-image-rows.light-copy h1, .db-col-copy-image-rows.light-copy h2, .db-col-copy-image-rows.light-copy h3, .db-col-copy-image-rows.light-copy h4, .db-col-copy-image-rows.light-copy h5, .db-col-copy-image-rows.light-copy h6, .bio-db-img-copy-rows.light-copy h2.row-title, .bio-db-img-copy-rows.light-copy h1, .bio-db-img-copy-rows.light-copy h2, .bio-db-img-copy-rows.light-copy h3, .bio-db-img-copy-rows.light-copy h4, .bio-db-img-copy-rows.light-copy h5, .bio-db-img-copy-rows.light-copy h6 {
  color: #F4F2ED;
}
.db-col-image-copy-rows.light-copy p, .db-col-copy-image-rows.light-copy p, .bio-db-img-copy-rows.light-copy p {
  color: #F4F2ED;
}
.db-col-image-copy-rows.light-copy .btn-line-blue, .db-col-copy-image-rows.light-copy .btn-line-blue, .bio-db-img-copy-rows.light-copy .btn-line-blue {
  background: transparent;
  color: #F4F2ED;
  border: 1px solid #F4F2ED;
}
.db-col-image-copy-rows.light-copy .btn-line-blue:hover, .db-col-copy-image-rows.light-copy .btn-line-blue:hover, .bio-db-img-copy-rows.light-copy .btn-line-blue:hover {
  background: #F4F2ED !important;
  border: 1px solid #F4F2ED;
  color: #002F45 !important;
}
.db-col-image-copy-rows.light-copy .btn-line-blue:hover span, .db-col-copy-image-rows.light-copy .btn-line-blue:hover span, .bio-db-img-copy-rows.light-copy .btn-line-blue:hover span {
  color: #002F45;
}
.db-col-image-copy-rows.light-copy .btn-blue, .db-col-copy-image-rows.light-copy .btn-blue, .bio-db-img-copy-rows.light-copy .btn-blue {
  background: #F4F2ED;
  color: #002F45;
  border: 1px solid #F4F2ED;
}
.db-col-image-copy-rows.light-copy .btn-blue:hover, .db-col-copy-image-rows.light-copy .btn-blue:hover, .bio-db-img-copy-rows.light-copy .btn-blue:hover {
  background: transparent !important;
  border: 1px solid #F4F2ED;
  color: #F4F2ED !important;
}
.db-col-image-copy-rows.light-copy .btn-blue:hover span, .db-col-copy-image-rows.light-copy .btn-blue:hover span, .bio-db-img-copy-rows.light-copy .btn-blue:hover span {
  color: #F4F2ED;
}
.db-col-image-copy-rows.light-copy .btn-line-arc-green, .db-col-copy-image-rows.light-copy .btn-line-arc-green, .bio-db-img-copy-rows.light-copy .btn-line-arc-green {
  border: 2px solid #F4F2ED;
  background: transparent;
  color: #F4F2ED;
}
.db-col-image-copy-rows.light-copy .btn-line-arc-green:hover, .db-col-copy-image-rows.light-copy .btn-line-arc-green:hover, .bio-db-img-copy-rows.light-copy .btn-line-arc-green:hover {
  background: #F4F2ED !important;
  color: #145A60 !important;
}
.db-col-image-copy-rows.light-copy ul li, .db-col-copy-image-rows.light-copy ul li, .bio-db-img-copy-rows.light-copy ul li {
  color: #F4F2ED;
}
.db-col-image-copy-rows button, .db-col-copy-image-rows button, .bio-db-img-copy-rows button {
  margin-bottom: 20px;
}
.db-col-image-copy-rows .btn-line-blue, .db-col-copy-image-rows .btn-line-blue, .bio-db-img-copy-rows .btn-line-blue {
  margin-right: 2vw;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .db-col-image-copy-rows .btn-line-blue, .db-col-copy-image-rows .btn-line-blue, .bio-db-img-copy-rows .btn-line-blue {
    margin-right: 20px;
  }
}
.db-col-image-copy-rows .btn-lavander, .db-col-copy-image-rows .btn-lavander, .bio-db-img-copy-rows .btn-lavander {
  margin-right: 2vw;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .db-col-image-copy-rows .btn-lavander, .db-col-copy-image-rows .btn-lavander, .bio-db-img-copy-rows .btn-lavander {
    margin-right: 20px;
  }
}
.db-col-image-copy-rows.light-copy .quote-box, .db-col-copy-image-rows.light-copy .quote-box, .bio-db-img-copy-rows.light-copy .quote-box {
  border-left: 2px solid #FADC58;
}
.db-col-image-copy-rows.light-copy .quotee, .db-col-copy-image-rows.light-copy .quotee, .bio-db-img-copy-rows.light-copy .quotee {
  color: #F4F2ED;
}
.db-col-image-copy-rows.light-copy .quotee-postion, .db-col-copy-image-rows.light-copy .quotee-postion, .bio-db-img-copy-rows.light-copy .quotee-postion {
  color: #F4F2ED;
}

@media (min-width: 768px) {
  .db-col-copy-image-rows .row .img-col .wrap-img {
    padding-right: 0px;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .db-col-copy-image-rows .row.flip_desk .wrap-pad {
    padding: 0 0px 0px 60px;
  }
}
@media (min-width: 1200px) {
  .db-col-copy-image-rows .row.flip_desk .wrap-pad {
    padding: 0px 0px 0px 60px;
  }
}
.db-col-copy-image-rows .row:nth-child(odd) .col-6.img-col {
  order: 2;
}
.db-col-copy-image-rows .row:nth-child(odd) .col-6.copy-col {
  order: 1;
}
@media (min-width: 768px) {
  .db-col-copy-image-rows .row:nth-child(odd) .col-6.img-col {
    order: 2;
  }
  .db-col-copy-image-rows .row:nth-child(odd) .col-6.copy-col {
    order: 1;
  }
}
.db-col-copy-image-rows .row:nth-child(even) .col-6.img-col {
  order: 2;
}
.db-col-copy-image-rows .row:nth-child(even) .col-6.copy-col {
  order: 1;
}
@media (min-width: 768px) {
  .db-col-copy-image-rows .row:nth-child(even) .col-6.img-col {
    order: 1;
  }
  .db-col-copy-image-rows .row:nth-child(even) .col-6.copy-col {
    order: 2;
  }
}
@media (min-width: 768px) {
  .db-col-copy-image-rows .row:nth-child(even) .img-col .wrap-img {
    padding-left: 0px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .db-col-copy-image-rows .row:nth-child(even) .row-title:after {
    left: 0;
    right: initial;
  }
}
@media (min-width: 768px) {
  .db-col-copy-image-rows .row:nth-child(even) .wrap-pad {
    padding: 0 0px 0 60px;
  }
}
@media (min-width: 1200px) {
  .db-col-copy-image-rows .row:nth-child(even) .wrap-pad {
    padding: 0px 0px 0px 80px;
  }
}
.db-col-copy-image-rows .img-col.scrollable .wrap-img {
  transform: translate(0px, 80px);
}
.db-col-copy-image-rows .container-fluid:not(.max) .wrap-pad {
  padding: 30px 50px 30px 50px;
}
@media (min-width: 768px) {
  .db-col-copy-image-rows .container-fluid:not(.max) .wrap-pad {
    padding: 30px 80px 30px 80px;
    margin-left: auto;
    max-width: 1006px;
  }
}
.db-col-copy-image-rows .container-fluid:not(.max) .img-col:last-child {
  margin-right: 0;
  margin-left: auto;
}
.db-col-copy-image-rows .container-fluid:not(.max) .wrap-img {
  padding-left: 0px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .db-col-copy-image-rows .container-fluid:not(.max) .wrap-pad {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .db-col-copy-image-rows .flip_desk .copy-col {
    order: 2 !important;
  }
  .db-col-copy-image-rows .flip_desk .img-col {
    order: 1 !important;
  }
}
.db-col-copy-image-rows #mc_embed_signup {
  padding: 30px 50px 30px 50px;
  margin-left: auto;
  max-width: 1006px;
}
@media (min-width: 768px) {
  .db-col-copy-image-rows #mc_embed_signup {
    padding: 30px 80px 30px 80px;
  }
}

@media (min-width: 768px) {
  .db-col-image-copy-rows .wrap-pad, .bio-db-img-copy-rows .wrap-pad {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .db-col-image-copy-rows .flip_desk .copy-col, .bio-db-img-copy-rows .flip_desk .copy-col {
    order: 1 !important;
  }
  .db-col-image-copy-rows .flip_desk .img-col, .bio-db-img-copy-rows .flip_desk .img-col {
    order: 2 !important;
  }
  .db-col-image-copy-rows .flip_desk .wrap-pad, .bio-db-img-copy-rows .flip_desk .wrap-pad {
    margin-left: auto;
    margin-right: initial;
    max-width: 1006px;
    padding: 0px 80px 0px 0px;
  }
}
.db-col-image-copy-rows #mc_embed_signup, .bio-db-img-copy-rows #mc_embed_signup {
  padding: 30px 50px 30px 50px;
  left: initial !important;
  right: 0;
  max-width: 1006px;
}
@media (min-width: 768px) {
  .db-col-image-copy-rows #mc_embed_signup, .bio-db-img-copy-rows #mc_embed_signup {
    padding: 30px 80px 30px 80px;
  }
}

.bio-db-img-copy-rows .col-6 {
  padding: 0 20px;
}
@media (min-width: 992px) {
  .bio-db-img-copy-rows .col-6 {
    padding: 0 30px;
  }
}
.bio-db-img-copy-rows .row {
  margin-top: 60px;
  margin-right: -20px;
  margin-left: -20px;
  display: block;
}
@media (min-width: 768px) {
  .bio-db-img-copy-rows .row {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .bio-db-img-copy-rows .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}
.bio-db-img-copy-rows .row .col-6 .wrap-img img {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .bio-db-img-copy-rows .row {
    display: flex;
  }
  .bio-db-img-copy-rows .row .col-6 .wrap-img {
    margin-bottom: 0;
  }
}
.bio-db-img-copy-rows .wrap-pad {
  padding: 0 !important;
}
.bio-db-img-copy-rows .wrap-img {
  vertical-align: top !important;
}
.bio-db-img-copy-rows .profile-img {
  max-width: 234px;
}
@media (min-width: 1500px) {
  .bio-db-img-copy-rows .profile-img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.bio-db-img-copy-rows .g-copy {
  margin-top: 0;
}
.bio-db-img-copy-rows h4 a {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  text-decoration: none !important;
}
.bio-db-img-copy-rows.dark-copy a.btn-cream, .bio-db-img-copy-rows.dark-copy button.btn-cream {
  background-color: #2E2C2B;
  color: #fff;
}

h2.agent-name {
  margin-bottom: 15px;
}

.section-count {
  margin-bottom: 20px;
}
.section-count .counter {
  text-align: center;
}
.section-count .counter h2 {
  margin-bottom: 0px;
  font-size: 38px;
  line-height: 42px;
}
@media (min-width: 768px) {
  .section-count .counter h2 {
    font-size: 60px;
    line-height: 72px;
  }
}
.section-count .counter h5 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .section-count {
    margin-bottom: 0px;
  }
}

.quote-box {
  margin-top: 30px;
  padding-left: 30px;
  border-left: 2px solid #145A60;
}
@media (min-width: 992px) {
  .quote-box {
    margin-top: 50px;
  }
}

.quotee {
  display: block;
  font-weight: 400;
}

.db-col-image-copy-rows.check-bl-bullet ul, .db-col-copy-image-rows.check-bl-bullet ul, .bio-db-img-copy-rows.check-bl-bullet ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px;
}
.db-col-image-copy-rows.check-bl-bullet ul li, .db-col-copy-image-rows.check-bl-bullet ul li, .bio-db-img-copy-rows.check-bl-bullet ul li {
  list-style: none;
  background-image: url("../../assets/img/check-bullet-blue.svg");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 30px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.db-col-image-copy-rows.check-dark-bullet ul, .db-col-copy-image-rows.check-dark-bullet ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px;
}
.db-col-image-copy-rows.check-dark-bullet ul li, .db-col-copy-image-rows.check-dark-bullet ul li {
  list-style: none;
  background-image: url("../../assets/img/bullet-black.svg");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 30px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.db-col-image-copy-rows.expand-og-bullet ul, .db-col-copy-image-rows.expand-og-bullet ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.db-col-image-copy-rows.expand-og-bullet ul li, .db-col-copy-image-rows.expand-og-bullet ul li {
  list-style: none;
  background-image: url("../../assets/img/expand-bullet-org.svg");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 30px;
  padding-bottom: 5px;
}
.db-col-image-copy-rows.expand-og-bullet ul:last-of-type, .db-col-copy-image-rows.expand-og-bullet ul:last-of-type {
  margin-bottom: 50px;
}

.copy-col table {
  width: 100%;
  color: #fff;
  border-collapse: collapse;
}
.copy-col table tr {
  border-bottom: 1px solid #fff;
  display: table-row;
}
.copy-col table td {
  text-align: right;
  color: #fff;
  padding: 15px 0;
}
.copy-col table tr td:first-child {
  text-align: left;
  color: #D7902C;
  padding: 15px 0;
}
.copy-col table:not(:last-child) {
  margin-bottom: 50px;
}
.copy-col .ul {
  margin-bottom: 20px;
}
.copy-col a:not([class^="btn"]):not([class^="cta"]) {
  text-decoration: underline;
}
.copy-col a.btn {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
.copy-col a.btn button {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .copy-col {
    position: relative;
  }
}

.va-top {
  align-items: baseline !important;
}

.va-middle {
  align-items: center !important;
}

.va-bottom {
  align-items: end !important;
}

.cta-wrap .a-wrap:first-child {
  margin-right: 30px;
}
.cta-wrap .a-wrap:last-child {
  margin-right: 0px;
}

.text-center {
  text-align: center;
}
.text-center h1, .text-center h2, .text-center h3, .text-center h4, .text-center p {
  margin-left: auto;
  margin-right: auto;
}

.text-right {
  text-align: right;
}
.text-right h1, .text-right h2, .text-right h3, .text-right h4, .text-right p {
  margin-left: auto;
}

.text-left {
  text-align: left;
}

.big-headings-no-mb h2 {
  font-size: 44px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .big-headings-no-mb h2 {
    font-size: 100px;
  }
}
.big-headings-no-mb h4 {
  margin-bottom: 10px;
  font-size: 21px;
}
@media (min-width: 768px) {
  .big-headings-no-mb h4 {
    font-size: 24px;
  }
}
.big-headings-no-mb p {
  margin-top: 0;
}

.lavander {
  color: #C0BFBF;
}

.no-v-padding.db-col-image-copy-rows .img-col, .no-v-padding.db-col-copy-image-rows .img-col {
  width: 100%;
}
@media (min-width: 992px) {
  .no-v-padding.db-col-image-copy-rows .row .img-col img, .no-v-padding.db-col-copy-image-rows .row .img-col img {
    height: 100%;
    position: absolute;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    top: 0;
  }
}

.heart-fund .wrap-img img {
  max-width: 586px;
}

@media (max-width: 767px) {
  .tight-mob .img-col {
    max-height: 250px;
  }
  .tight-mob #mc_embed_signup {
    top: initial !important;
    transform: translate(0, 0) !important;
    bottom: 0;
  }
  .tight-mob .copy-col {
    padding-bottom: 0;
    height: auto;
  }
  .tight-mob .copy-col .wrap-pad {
    top: 0;
    transform: translate(0, 0);
    bottom: initial;
    position: relative;
    padding-top: 0 !important;
    padding-bottom: 95px !important;
  }
}

@media (min-width: 768px) {
  .full-width-col-image {
    position: absolute;
    height: 100%;
  }
}

.bk-overlay {
  height: 100%;
  width: calc(100% - 40px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin: 0 20px 0 20px;
  opacity: 0.86;
}

.db-col-image-copy-rows > .container-fluid > .row, .db-col-copy-image-rows > .container > .row {
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .no-space-between {
    padding: 0 20px;
  }
}
.no-space-between .img-col, .no-space-between .copy-col {
  padding: 0;
}
.no-space-between .wrap-img {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.no-space-between .wrap-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.no-space-between .bk-overlay {
  width: 100% !important;
  margin: 0 !important;
}
.no-space-between .container-fluid {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .no-space-between .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.accordion {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  background-color: transparent;
  color: #145A60;
  cursor: pointer;
  padding: 20px 40px 20px 0;
  width: 100%;
  text-align: left;
  border: none;
  border-radius: 0;
  outline: none;
  position: relative;
  transition: 0.4s;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
}
@media (min-width: 768px) {
  .accordion {
    font-size: 22px;
    line-height: 29px;
  }
}
.accordion:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(0deg);
  transform-origin: center center;
  transition: transform .25s ease-out;
  z-index: 5;
}

.plusminus .accordion:after {
  background-image: url("../img/plus.svg");
}
.plusminus .accordion.active:after {
  background-image: url("../img/minus.svg");
}

.arrow .accordion:after {
  background-image: url("../img/Arrow-Circle.svg");
}
.arrow .accordion.active:after {
  background-image: url("../img/Arrow-Circle.svg");
  transform: translate(0, -50%) rotate(180deg);
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: transparent;
  color: #FFF;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 2px solid #34ADA3;
}
.panel p {
  color: #FFF;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}
.panel p:last-child {
  margin-bottom: 25px;
}
.panel h1, .panel h2, .panel h3, .panel h4, .panel h5 {
  color: #F4F2ED;
}
.panel ul li {
  color: #fff;
}
.panel ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px;
}
.panel ul li {
  list-style: none;
  background-image: url("../../assets/img/check-bullet-blue.svg");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 30px;
  padding-bottom: 10px;
  line-height: 1.5;
}
.panel h2 span, .panel h3 span {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif !important;
}
.panel .orange {
  color: #F4B22D !important;
}

.faqs-sub-section-title h3 {
  font-family: "Le-Monde-Extra-Bold", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-top: 0px;
  text-transform: initial;
}
@media (min-width: 768px) {
  .faqs-sub-section-title h3 {
    font-size: 36px;
    line-height: 1.2;
  }
}

.faqs-heading-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.faqs-heading-wrap.has-heading-background {
  max-width: 467px;
  width: 100%;
}
.faqs-heading-wrap.has-inline-heading-image {
  width: 260px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .faqs-heading-wrap.has-inline-heading-image {
    width: 467px;
    max-width: 100%;
    height: auto;
  }
}
.faqs-heading-wrap h2 {
  position: relative;
  z-index: 1;
}
.faqs-heading-wrap.has-heading-background:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  width: 100%;
  height: 100%;
  background-image: var(--faqs-heading-bg-image);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}

.faqs-heading-intro-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .faqs-heading-intro-row {
    margin-bottom: 80px;
  }
}
@media (min-width: 1085px) {
  .faqs-heading-intro-row {
    flex-direction: row;
  }
}
.faqs-heading-intro-row .faqs-heading-wrap h2 {
  margin-bottom: 0;
}
.faqs-heading-intro-row .intro-side-bar-copy {
  margin: 0;
  width: 100%;
  max-width: var(--faqs-intro-max-width, 100%);
}
@media (min-width: 768px) {
  .faqs-heading-intro-row .intro-side-bar-copy {
    width: auto;
  }
}
@media (min-width: 1085px) {
  .faqs-heading-intro-row .intro-side-bar-copy {
    margin-left: auto;
  }
}

.faqs-cta-wrap {
  margin-bottom: 30px;
}

.faqs-filter-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 35px 0 35px;
}
.faqs-filter-row__label {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  width: 100%;
  display: block;
}
.faqs-filter-row__pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

section.faqs .faqs-filter-row span.faqs-filter-row__label {
  color: #34ADA3;
}

.faqs-filter-pill {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 999px;
  background-color: #FFFFFF;
  color: #145A60;
  padding: 7px 20px;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.faqs-filter-pill:hover {
  background-color: #A1E3DD;
  color: #145A60;
}
.faqs-filter-pill.is-active {
  background-color: #A1E3DD;
  color: #145A60;
}

section.faqs.scrollable {
  opacity: 0;
}
section.faqs.scrollable.show {
  opacity: 1;
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1), transform 0.66s ease-out;
  transition-delay: 0.66s;
}
section.faqs .faqs-heading-intro-row h2 {
  margin-bottom: 0;
}
section.faqs > .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  section.faqs > .container {
    padding-top: 155px;
    padding-bottom: 155px;
  }
}
section.faqs .intro-side-bar-copy p {
  margin-top: 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  section.faqs .intro-side-bar-copy p {
    font-size: 22px;
  }
}

.faqs-sub-section-title + .faqs-sub-section-rows .faq-row .faq-rap.col-sm-6:not(:last-child) .accordion {
  border-top: 1px solid #145A60;
}
@media (min-width: 768px) {
  .faqs-sub-section-title + .faqs-sub-section-rows .faq-row .faq-rap.col-sm-6 .accordion {
    border-top: 1px solid #145A60;
  }
}

section.faqs.light-copy h4, section.faqs.light-copy h5, section.faqs.light-copy h6, section.faqs.light-copy button, section.faqs.light-copy p, section.faqs.light-copy a:not(.cta), section.faqs.light-copy li, section.faqs.light-copy span {
  color: #F4F2ED;
}
section.faqs.light-copy .faqs-heading-wrap:not(.has-heading-background) h2 {
  color: #F4F2ED;
}
section.faqs.light-copy .plusminus .accordion:after {
  background-image: url("../img/plus-w.svg") !important;
}
section.faqs.light-copy .plusminus .accordion.active:after {
  background-image: url("../img/minus-w.svg") !important;
}
section.faqs.light-copy .panel {
  border-bottom: 2px solid var(--teal-minus-1);
}

section.faqs.dark-copy h2, section.faqs.dark-copy h4, section.faqs.dark-copy a, section.faqs.dark-copy li, section.faqs.dark-copy span {
  color: #145A60;
}
section.faqs.dark-copy button, section.faqs.dark-copy p {
  color: #145A60;
}

.faqs-sub-section {
  margin-bottom: 40px;
}

.faqs-two-col-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .faqs-two-col-wrap {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
}

.faqs-two-col__left,
.faqs-two-col__right {
  width: 100%;
}
@media (min-width: 768px) {
  .faqs-two-col__left,
  .faqs-two-col__right {
    flex: 0 0 calc(50% - 1px);
    width: calc(50% - 1px);
  }
}

.faqs-two-col__left {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 768px) {
  .faqs-two-col__left {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .faqs-two-col__left {
    padding-right: 80px;
  }
}
.faqs-two-col__left .faqs-heading-wrap {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .faqs-two-col__left .faqs-heading-wrap {
    margin-bottom: 32px;
  }
}
.faqs-two-col__left h2 {
  overflow: hidden;
  visibility: hidden;
}
@media (min-width: 768px) {
  .faqs-two-col__left h2 {
    height: 72px;
  }
}

@media (min-width: 768px) {
  .faqs-two-col__right {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .faqs-two-col__right {
    padding-left: 80px;
  }
}
.faqs-two-col__right h2 {
  overflow: hidden;
  visibility: hidden;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .faqs-two-col__right h2 {
    height: 72px;
    margin-bottom: 32px;
  }
}
.faqs-two-col__right .faqs-heading-wrap {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .faqs-two-col__right .faqs-heading-wrap {
    margin-bottom: 32px;
  }
}

.faqs-two-col__lead-copy {
  flex: 1;
  margin-bottom: 30px;
}
.faqs-two-col__lead-copy p {
  margin-top: 0;
  font-size: 16px;
}
@media (min-width: 768px) {
  .faqs-two-col__lead-copy p {
    font-size: 22px;
  }
}

.faqs-two-col__divider {
  flex-shrink: 0;
  background-color: var(--faqs-divider-color, #62D0C7);
  height: 2px;
  width: 100%;
}
@media (min-width: 768px) {
  .faqs-two-col__divider {
    height: auto;
    width: 2px;
    align-self: stretch;
  }
}

.hr-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .hr-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.BambooHR-ATS-board h2 {
  color: #002F45 !important;
}

/* Vacancies Styles */
.page-template-template-vacancies .vacancies-banner {
  background-size: cover;
  background-position: center right;
  height: 211px;
  width: 100%;
}

.vacancies-banner .inner {
  max-width: 1425px;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  padding: 0 45px;
}

@media (min-width: 576px) {
  .vacancies-banner .inner {
    padding: 0 90px;
  }
}
.vacancy-page-title {
  padding: 0;
}

.vacancy-filters {
  margin: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 960px) {
  .vacancy-page-title {
    padding: 80px 0 80px 0;
  }
}
@media (min-width: 768px) {
  .vacancy-filters {
    padding-top: 53px;
    padding-bottom: 53px;
  }
}
.page-template-template-vacancies .vacancies-banner h1 {
  color: #ffffff;
  font-size: 38px;
  line-height: 42px;
  font-weight: bold;
  padding-top: 80px;
  padding-bottom: 88px;
}

.vacancies .vacancy-container {
  margin-bottom: 32px;
  clear: both;
}

.vacancies .vacancy {
  background-color: #EBECEC;
  border-top: 1px solid #b5b9c7;
  clear: both;
}

.vacancies .vacancy-container.parent .vacancy {
  border-bottom: 0 solid #b5b9c7;
}

.vacancies .vacancy.no-features {
  border-bottom: 0 solid #b5b9c7;
}

.vacancies .vrow {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}

.vacancies .vrow > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

@media (max-width: 959px) {
  .col-vacancy-image, .col-vacancy-details, .col-vacancy-meta, .col-vacancy-contact {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 960px) {
  .vacancies .vrow {
    flex-wrap: nowrap;
  }

  .col-vacancy-contact {
    flex: 0 0 auto;
    width: 177px !important;
  }
}
.vacancy-image {
  position: relative;
  height: auto;
}

.vacancy-type {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #103067;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 14px 20px;
  border-bottom-right-radius: 10px;
}

.vacancy-image img {
  width: 100%;
  height: auto;
}

@media (min-width: 576px) {
  .vacancy-image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.vacancy-description {
  font-size: 14px;
  line-height: 21px;
  color: #656565;
  font-weight: normal;
}

.vacancy-description p {
  padding: 0 !important;
  margin-bottom: 15px;
}

.vacancy-description p:last-child {
  margin-bottom: 30px;
}

.vacancy-meta {
  padding: 0 20px 0 20px;
  margin: 20px 0 0;
  border-right: 0;
  height: auto;
}

@media (min-width: 768px) {
  .vacancy-meta {
    margin: 20px 0;
    border-right: 1px solid #b5b9c7;
    height: 163px;
  }
}
.address-title {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #103067;
  font-weight: bold;
  margin-bottom: 15px;
}

.address-text {
  font-size: 14px;
  line-height: 21px;
  color: #656565;
  font-weight: normal;
  margin-bottom: 15px;
  min-height: auto;
}

@media (min-width: 992px) {
  .address-text {
    min-height: 44px;
  }
}
.col-vacancy-details .vacancy-info {
  margin-top: 0px;
}

.vacancy-info ul {
  margin-left: 0 !important;
  padding-left: 3px;
}

.vacancy-info ul li {
  background-repeat: no-repeat;
  background-position: left;
  color: #178ACC;
  text-decoration: none;
  padding-left: 0px;
  list-style-type: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-size: 21px;
  line-height: 26px;
}
@media (min-width: 960px) and (max-width: 1568px) {
  .vacancy-info ul li {
    font-size: 30px;
    line-height: 37px;
  }
}

.vacancy-info.download ul li a {
  color: #178ACC;
  text-decoration: underline;
}
.vacancy-info.download ul li a:hover {
  color: #178ACC;
}

.vacancy-info ul li:last-child {
  margin-bottom: 0;
}

.vacancy-info ul li a, .vacancy-info ul li a:hover {
  color: #000E3E;
}

.vacancy-contact {
  padding: 20px;
  text-align: center;
  height: 163px;
}

.contact-avatar {
  margin-bottom: 0;
}

.contact-avatar img {
  width: 82px !important;
  height: 82px !important;
  border-radius: 82px;
}

.contact-name {
  font-size: 14px;
  line-height: 18px;
  color: #103067;
  font-weight: normal;
  margin-bottom: 5px;
}

.contact-tel {
  font-size: 14px;
  line-height: 18px;
  color: #103067;
  font-weight: normal;
  margin-bottom: 8px;
}

.vacancy-features {
  background-color: #000E3E;
  padding: 20px 20px;
}

.features-title {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .features-title {
    float: left;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.features-title br {
  display: none;
}

@media (min-width: 768px) {
  .features-title br {
    display: block;
  }
}
.features-icons {
  float: left;
  height: 18px;
}

.features-icons ul {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.features-icons ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
  width: 18px;
  height: auto;
}

.features-icons ul li img {
  width: 18px !important;
  height: auto !important;
}

@media (min-width: 768px) {
  .features-icons {
    height: 32px !important;
  }

  .features-icons ul li {
    margin-right: 20px;
    width: auto !important;
  }

  .features-icons ul li img {
    width: auto !important;
    height: 32px !important;
  }
}
.vacancies select {
  background: transparent;
  border: 1px solid #002F45;
  border-radius: 25px;
  color: #002F45;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-size: 1rem;
  padding: .65rem 1rem;
}

.vacancies select {
  background: transparent;
  background-image: url("../img/arrow-down.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  background-position: right 14px center !important;
  border: 1px solid #002F45;
  border-radius: 25px;
  margin-left: 0;
  margin-right: 8px;
  padding: .75rem 2rem .75rem 1rem;
  margin-top: 0rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media (min-width: 992px) {
  .vacancies select {
    background-position: right 14px center !important;
  }
}
.vacancies select:focus {
  border: 1px solid #145A60;
}

.vacancies .available-to-lease-title {
  background-color: #000E3E;
  border-bottom: 1px solid #b5b9c7;
  padding: 12px 20px 12px 20px;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
  display: none;
}

.vacancies .child-vacancies {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.vacancies .table {
  margin: 0;
  border-collapse: collapse;
  width: 100%;
}

.vacancies .table th, .vacancies .table td {
  padding: 15px 20px;
  border: 0;
  text-align: left;
}

.vacancies .table tbody tr:nth-of-type(even) {
  background-color: #F2F8FC;
}

.vacancies .table th {
  background-color: #136;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 15px;
  border: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.vacancies .table td {
  font-size: 14px;
  line-height: 18px;
  color: #113366;
}

.vacancies .table th:first-child, .vacancies .table td:first-child {
  border-left: 0;
}

.vacancies .table th:last-child, .vacancies .table td:last-child {
  border-right: 0;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media (max-width: 576px) {
  /* Force table to not be like tables anymore */
  .vacancies .table table, .vacancies .table thead, .vacancies .table tbody, .vacancies .table th, .vacancies .table td, .vacancies .table tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  .vacancies .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .vacancies .table td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 0;
    position: relative;
    padding-left: 50%;
  }

  .vacancies .table td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 14px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  /*
  Label the data
  */
  .vacancies .table td:nth-of-type(1):before {
    content: "TYPE:";
    font-weight: bold;
    color: #103067;
  }

  .vacancies .table td:nth-of-type(2):before {
    content: "LOCATION/LEVEL:";
    font-weight: bold;
    color: #103067;
  }

  .vacancies .table td:nth-of-type(3):before {
    content: "SIZE:";
    font-weight: bold;
    color: #103067;
  }
}
.vacancy-container.parent {
  margin-bottom: 60px;
}
@media (min-width: 960px) {
  .vacancy-container.parent {
    margin-bottom: 120px;
  }
}

.vacancies .vacancy {
  border: none !important;
  background-color: transparent !important;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .vacancies .vacancy {
    margin-bottom: 70px;
  }
}
.vacancies .vacancy .vrow {
  align-items: center;
}

.col-vacancy-image {
  flex: auto;
  width: 50%;
}

.vacancy-pre-title .pre-head {
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}

.vacancy-title h2 {
  color: #178ACC;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .vacancy-title h2 {
    font-size: 36px;
    line-height: 43px;
  }
}

.vacancy-image {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
@media (max-width: 959px) {
  .vacancy-image {
    margin-bottom: 30px;
  }
}
.vacancy-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 960px) {
  .col-vacancy-details, .col-vacancy-image {
    width: 50% !important;
    flex: auto;
  }
}
.vacancy-details {
  border: none !important;
}
@media (min-width: 1200px) {
  .vacancy-details {
    padding: 0px 0px 0px 146px;
    padding: 0px 0px 0px 7.6vw;
  }
}
@media (min-width: 960px) {
  .vacancy-details {
    padding: 0 0px 0 60px;
    padding: 0 0px 0 5.5vw;
  }
}

.col-vacancy-contact {
  display: none;
}

.child-vacancies table thead tr th:first-child {
  border-radius: 23px 0px 0px 23px;
}
.child-vacancies table thead tr th:last-child {
  border-radius: 0px 23px 23px 0px;
}

.vacancy-features {
  display: none;
}

.contact-cta {
  margin-top: 30px;
}

.highlights {
  overflow: hidden;
}
.highlights.active .wave-wrap .mask {
  width: 100vw;
  opacity: 0.75;
  z-index: 0;
}
.highlights .container-fluid {
  padding-top: 0px;
  padding-bottom: 55px;
  text-align: left;
}
@media (min-width: 480px) and (max-width: 768px) {
  .highlights .container-fluid {
    text-align: center;
  }
}
.highlights .container-fluid > .row {
  position: relative;
  z-index: 4;
}
.highlights.light-copy h2 {
  color: #002F45;
}
.highlights h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}
.highlights h2 span {
  font-weight: 600 !important;
}
.highlights .reason {
  padding: 20px;
  background: #FFF;
  background-size: cover;
  background-color: #F2F2F2;
  min-height: auto;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  height: 560px;
}
.highlights .reason .color-box {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  min-height: 220px;
  z-index: 2;
  padding: 25px 25px 10px 25px;
  text-align: left;
}
@media (min-width: 768px) {
  .highlights .reason {
    height: 0;
    width: 100%;
    padding-bottom: 146.7%;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .highlights .reason {
    height: 0;
    width: 100%;
    padding-bottom: 146.7%;
    padding-top: 0;
    min-height: auto;
  }
}
@media (min-width: 1200px) {
  .highlights .reason {
    height: 0;
    width: 100%;
    padding-bottom: 146.7%;
    padding-top: 0;
  }
}
.highlights .reason p {
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .highlights .reason p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .highlights .reason p {
    font-size: 16px;
  }
}
@media (min-width: 1310px) {
  .highlights .reason p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .highlights .reason {
    text-align: center;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
  }
}
.highlights .reason img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
.highlights .reason a {
  text-decoration: none;
}
.highlights .btn-grey {
  position: absolute;
  bottom: 27px;
  left: 50%;
  width: calc(100% - 50px);
  text-align: left;
  transform: translate(-50%, 0);
}
.highlights .btn-line-separator {
  height: 1px;
  width: 100%;
  background-color: #1C1C1E;
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .highlights .content-copy {
    text-align: center;
  }
}
.highlights .tile-row {
  max-width: 1474px;
  justify-content: center;
}
@media (min-width: 992px) {
  .highlights .tile-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.highlights .tile-row > div {
  padding-left: 15px;
  padding-right: 15px;
}

section.supply-chain {
  padding-top: 40px;
  background-repeat: no-repeat;
  background-position: 75% 0%;
  background-size: cover;
  height: 700px;
  min-height: 500px;
  overflow: hidden;
  /*
  ** Owl Carousel Theme Overrideeeeee
  */
}
section.supply-chain:before {
  content: "";
  width: 100%;
  height: 77%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0D254E;
  z-index: -1;
}
@media (min-width: 480px) {
  section.supply-chain {
    height: 900px;
  }
}
@media (min-width: 768px) {
  section.supply-chain {
    background-position: top;
    background-size: cover;
    height: 30vw;
    min-height: 500px;
  }
}
section.supply-chain.text-cta--temp-fixed-height {
  height: 775px;
}
@media (min-width: 480px) {
  section.supply-chain.text-cta--temp-fixed-height {
    height: 900px;
  }
}
@media (min-width: 768px) {
  section.supply-chain.text-cta--temp-fixed-height {
    height: 30vw;
  }
}
section.supply-chain.show .wave-wrap .mask {
  width: 100vw;
  opacity: 0.6;
}
section.supply-chain.scrollable .carousel, section.supply-chain.scrollable .heading {
  opacity: 0;
  transform: translate(0, 80px);
}
section.supply-chain.scrollable.show .heading {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.33s;
}
section.supply-chain.scrollable.show .carousel {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.99s;
}
section.supply-chain div.heading {
  z-index: 3;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
section.supply-chain div.heading h2 {
  color: #fff;
}
section.supply-chain .container-fluid h2 {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: center;
  position: relative;
  width: auto;
  display: inline-block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  section.supply-chain .container-fluid h2 {
    font-size: 30px;
  }
}
section.supply-chain .container-fluid h2:after {
  content: "";
  height: 3px;
  width: 100%;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 210px;
  position: absolute;
  background-color: #145A60;
}
@media (min-width: 465px) {
  section.supply-chain .container-fluid h2:after {
    max-width: 100%;
    bottom: -20px;
    left: 0;
    transform: translate(0, 0);
  }
}
section.supply-chain .container-fluid p:last-of-type {
  margin-bottom: 35px;
  max-width: 633px;
}
section.supply-chain.light-copy h2.row-title, section.supply-chain.light-copy h3, section.supply-chain.light-copy h2 {
  color: #F4F2ED;
}
section.supply-chain.light-copy p {
  color: #F4F2ED;
}
section.supply-chain.light-copy .btn-line-blue {
  background: transparent;
  color: #F4F2ED;
  border: 1px solid #F4F2ED;
}
section.supply-chain.light-copy .btn-line-blue:hover {
  background: #F4F2ED !important;
  border: 1px solid #F4F2ED;
  color: #002F45 !important;
}
section.supply-chain.light-copy .btn-line-blue:hover span {
  color: #002F45;
}
section.supply-chain.light-copy .btn-blue {
  background: #F4F2ED;
  color: #002F45;
  border: 1px solid #F4F2ED;
}
section.supply-chain.light-copy .btn-blue:hover {
  background: #000 !important;
  border: 1px solid #000;
  color: #F4F2ED !important;
}
section.supply-chain.light-copy .btn-blue:hover span {
  color: #F4F2ED;
}
section.supply-chain .wave-image-white {
  left: 0;
  width: 100vw;
  bottom: 6%;
}
section.supply-chain #intro-blocks {
  padding-top: 20px;
}
section.supply-chain #intro-blocks .reason {
  border-bottom: 4px solid #002F45;
  padding: 25px 25px 20px 25px;
  background: #E4E4E4;
  background-size: cover;
  min-height: auto;
  text-align: left;
  border-radius: 6px 6px 0px 0px;
  max-width: 353px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section.supply-chain #intro-blocks .reason {
    text-align: center;
    max-width: 375px;
    margin: 0 auto;
    min-height: 351px;
  }
}
@media (min-width: 768px) {
  section.supply-chain #intro-blocks .reason {
    min-height: 351px;
  }
}
section.supply-chain #intro-blocks .reason p {
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #1C1C1E;
}
section.supply-chain #intro-blocks .reason img {
  margin-bottom: 20px;
  height: 60px;
}
@media (max-width: 767px) {
  section.supply-chain #intro-blocks .reason img {
    margin: 0 auto 20px auto;
  }
}
section.supply-chain #intro-blocks .reason h4 {
  font-weight: 500;
  margin-bottom: 15px;
  color: #1C1C1E;
  font-size: 22px;
}
section.supply-chain #intro-blocks .reason span {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
section.supply-chain .desktop_hero_img {
  display: none;
}
@media (min-width: 768px) {
  section.supply-chain .desktop_hero_img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    z-index: 0;
    max-width: 1160px;
    margin: 0 auto;
  }
}
section.supply-chain .mobile_hero_img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 0;
}
@media (min-width: 768px) {
  section.supply-chain .mobile_hero_img {
    display: none !important;
  }
}
section.supply-chain .carousel {
  max-width: 1160px;
  margin: 0 auto;
}
section.supply-chain .owl-item {
  transition: opacity .35s ease-out;
}
section.supply-chain .owl-item .item {
  padding: 0 10px;
}
section.supply-chain .owl-item.active {
  opacity: 1;
}
section.supply-chain .owl-carousel img {
  max-height: 60px;
  width: auto;
  max-width: 100%;
}
section.supply-chain .owl-dots {
  margin-top: 30px !important;
}
section.supply-chain .owl-item:not(.active) {
  opacity: 0;
}

section.subscribe-banner {
  padding: 30px 0;
  background-color: #FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
section.subscribe-banner.scrollable #mc_embed_signup_scroll, section.subscribe-banner.scrollable .social-comp {
  opacity: 0;
  transform: translate(0, 80px);
}
section.subscribe-banner.scrollable.show #mc_embed_signup_scroll {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity .66s ease-out, transform .66s ease-out;
  transition-delay: 0.33s;
}
section.subscribe-banner.scrollable.show .social-comp {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity .66s ease-out, transform .66s ease-out;
  transition-delay: 0.99s;
}
section.subscribe-banner .heading {
  float: left;
}
section.subscribe-banner .heading h2 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 500;
  margin: 25px 20px 0px 0;
  font-family: "Le-Monde-Extra-Bold", sans-serif;
}
@media (min-width: 768px) {
  section.subscribe-banner .heading h2 {
    font-size: 38px;
    line-height: 42px;
    margin: 20px 20px 0px 0;
  }
}
section.subscribe-banner .heading, section.subscribe-banner .cta-wrap {
  display: inline-block;
}
section.subscribe-banner .cta-wrap {
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 919px) {
  section.subscribe-banner .cta-wrap {
    float: right;
  }
}
section.subscribe-banner a.btn-dark, section.subscribe-banner button.btn-dark {
  font-weight: 500;
}
@media (min-width: 960px) {
  section.subscribe-banner a.btn-dark, section.subscribe-banner button.btn-dark {
    border-radius: 30px;
    font-size: 22px;
    line-height: 29px;
  }
}

#mc_embed_signup h2 {
  font-weight: 400 !important;
}

.mc-field-group label {
  left: -15px;
  line-height: 33px;
  padding-top: 0;
  font-size: 28px;
  font-family: "Le-Monde-Extra-Bold", sans-serif;
}
@media (min-width: 768px) {
  .mc-field-group label {
    line-height: 72px;
    font-size: 60px;
  }
}

.mc-field-group label,
.mc-field-group label[data-for-placeholder-hidden^="false-"] {
  pointer-events: none;
  position: absolute;
  opacity: 1;
  transform: translate(15px, 21px);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .mc-field-group label,
  .mc-field-group label[data-for-placeholder-hidden^="false-"] {
    transform: translate(15px, 26px);
  }
}

.mc-field-group label[data-for-placeholder-hidden^="true-"] {
  opacity: 1;
  transform: translate(0, 0px);
  font-size: 14px;
  background: transparent;
  width: auto !important;
  padding: 0px 3px;
  line-height: 6px !important;
  margin-left: 12px;
}
@media (min-width: 768px) {
  .mc-field-group label[data-for-placeholder-hidden^="true-"] {
    font-size: 18px;
  }
}

.mc-field-group label:after {
  top: 0;
  left: 0;
  content: "";
  background: transparent;
  width: 100%;
  display: block;
  height: 13px;
  position: absolute;
  z-index: -1;
  border-radius: 3px;
}

.mc-field-group input {
  width: 100%;
}

#mc-embedded-subscribe {
  position: absolute;
  bottom: 0;
  right: 0;
}
#mc-embedded-subscribe:hover {
  cursor: pointer;
}

#mce-error-response {
  display: block;
  margin: 0 !important;
  padding: 10px 10px 5px 0px !important;
  background-color: transparent !important;
  font-weight: 400 !important;
  z-index: 1 !important;
  color: red !important;
  font-family: 'Josefin Sans', sans-serif;
  position: absolute;
  font-size: 14px;
}

#mce-success-response {
  display: block;
  margin: 0 !important;
  padding: 10px 10px 5px 0px !important;
  background-color: transparent !important;
  font-weight: 400 !important;
  z-index: 1 !important;
  color: #80FFDD !important;
  font-family: 'Josefin Sans', sans-serif;
  position: absolute;
  font-size: 14px;
}

#mc_embed_signup {
  position: relative;
}
#mc_embed_signup form inputt[type=text], #mc_embed_signup form select, #mc_embed_signup form textarea {
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  #mc_embed_signup form inputt[type=text], #mc_embed_signup form select, #mc_embed_signup form textarea {
    font-size: 60px;
    line-height: 72px;
  }
}

@media (min-width: 768px) {
  #mc_embed_signup_scroll h2 {
    font-size: 21px;
    line-height: 26px;
  }
}

div.mce_inline_error {
  margin: 0 !important;
  padding: 10px 10px 5px 0px !important;
  background-color: transparent !important;
  font-weight: 400 !important;
  z-index: 1 !important;
  color: transparent !important;
  font-family: 'Josefin Sans', sans-serif;
  position: absolute;
  font-size: 14px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

input::-moz-placeholder {
  color: transparent;
}

input::placeholder {
  color: transparent;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

textarea::placeholder {
  color: transparent;
}

h3.at {
  font-size: 14px;
}
@media (min-width: 768px) {
  h3.at {
    font-size: 60px;
    line-height: 72px;
  }
}

.sub-block {
  background-color: #433E40;
}

#mc_embed_signup input.mce_inline_error {
  border-color: #ADADAD !important;
}

.diagonal-copy-image, .diagonal-image-copy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
}
.diagonal-copy-image .wave-wrap, .diagonal-image-copy .wave-wrap {
  z-index: 2;
}
.diagonal-copy-image.show .wave-wrap .mask, .diagonal-image-copy.show .wave-wrap .mask {
  width: 100vw;
  opacity: 1;
}
.diagonal-copy-image .clipboard, .diagonal-image-copy .clipboard {
  background-color: transparent;
  background-size: cover;
  background-position: center center;
  width: 100vw;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0 100%);
  z-index: 66;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .diagonal-copy-image .clipboard, .diagonal-image-copy .clipboard {
    clip-path: polygon(142px 0, 100% 0%, 100% 100%, 0 100%);
    width: 50vw;
    height: 100%;
    position: absolute;
  }
}
.diagonal-copy-image .triangle, .diagonal-image-copy .triangle {
  clip-path: polygon(100% 0, 0 0, 60% 100%);
  position: absolute;
  width: 130px;
  height: 160px;
  left: 5%;
  top: 0;
  z-index: 53;
}
.diagonal-copy-image .copy-col, .diagonal-image-copy .copy-col {
  padding: 0;
}
.diagonal-copy-image .copy-col.scrollable .wrap-pad, .diagonal-image-copy .copy-col.scrollable .wrap-pad {
  opacity: 0;
}
.diagonal-copy-image .copy-col.scrollable.show .wrap-pad, .diagonal-image-copy .copy-col.scrollable.show .wrap-pad {
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.66s;
}
.diagonal-copy-image .copy-col .wrap-pad, .diagonal-image-copy .copy-col .wrap-pad {
  padding: 60px 0 40px 0 !important;
}
.diagonal-copy-image .img-col, .diagonal-image-copy .img-col {
  margin: 0 auto;
}
.diagonal-copy-image .img-col.scrollable .wrap-img, .diagonal-image-copy .img-col.scrollable .wrap-img {
  opacity: 0;
  transform: translate(0, 80px);
}
.diagonal-copy-image .img-col.scrollable.show .wrap-img, .diagonal-image-copy .img-col.scrollable.show .wrap-img {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1), transform 0.66s ease-out;
  transition-delay: 0.99s;
}
@media (max-width: 959px) {
  .diagonal-copy-image, .diagonal-image-copy {
    overflow-y: initial;
  }
}
@media (max-width: 767px) {
  .diagonal-copy-image, .diagonal-image-copy {
    height: auto !important;
    overflow-y: initial;
  }
}
.diagonal-copy-image .container, .diagonal-image-copy .container {
  padding: 0;
}
.diagonal-copy-image .row, .diagonal-image-copy .row {
  padding: 0;
  display: flex;
  z-index: 3;
  position: relative;
  margin: 0;
}
@media (min-width: 992px) {
  .diagonal-copy-image .row, .diagonal-image-copy .row {
    display: flex;
  }
}
.diagonal-copy-image .row .img-col img, .diagonal-image-copy .row .img-col img {
  display: block;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .diagonal-copy-image .row .img-col, .diagonal-image-copy .row .img-col {
    display: table;
  }
}
.diagonal-copy-image .row .img-col .wrap-img, .diagonal-image-copy .row .img-col .wrap-img {
  padding-right: 0px;
  padding-left: 0px;
  display: block;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .diagonal-copy-image .row .img-col .wrap-img, .diagonal-image-copy .row .img-col .wrap-img {
    padding-right: 0;
    padding-left: 0px;
    vertical-align: middle;
    display: table-cell;
  }
}
.diagonal-copy-image .row .copy-col, .diagonal-image-copy .row .copy-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.diagonal-copy-image .row .wrap-pad, .diagonal-image-copy .row .wrap-pad {
  width: 100%;
  padding: 0px 0px 30px 0px;
}
@media (min-width: 992px) {
  .diagonal-copy-image .row .wrap-pad, .diagonal-image-copy .row .wrap-pad {
    padding: 0 0px 0 60px;
    padding: 0 0px 0 5.5vw;
  }
}
@media (min-width: 1200px) {
  .diagonal-copy-image .row .wrap-pad, .diagonal-image-copy .row .wrap-pad {
    padding: 0px 0px 0px 146px;
    padding: 0px 0px 0px 7.6vw;
  }
}
.diagonal-copy-image .row .wrap-pad p:last-of-type, .diagonal-image-copy .row .wrap-pad p:last-of-type {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .diagonal-copy-image .row .img-col img, .diagonal-image-copy .row .img-col img {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}
.diagonal-copy-image .row .col-6, .diagonal-image-copy .row .col-6 {
  flex: 1;
}
.diagonal-copy-image .row:nth-child(odd) .col-6.img-col, .diagonal-image-copy .row:nth-child(odd) .col-6.img-col {
  order: 1;
}
.diagonal-copy-image .row:nth-child(odd) .col-6.copy-col, .diagonal-image-copy .row:nth-child(odd) .col-6.copy-col {
  order: 2;
}
@media (min-width: 992px) {
  .diagonal-copy-image .row:nth-child(odd) .col-6.img-col, .diagonal-image-copy .row:nth-child(odd) .col-6.img-col {
    order: 1;
  }
  .diagonal-copy-image .row:nth-child(odd) .col-6.copy-col, .diagonal-image-copy .row:nth-child(odd) .col-6.copy-col {
    order: 2;
  }
}
@media (min-width: 768px) {
  .diagonal-copy-image .row:nth-child(even) .img-col .wrap-img, .diagonal-image-copy .row:nth-child(even) .img-col .wrap-img {
    padding-left: 0;
    padding-right: 0px;
  }
}
@media (min-width: 992px) {
  .diagonal-copy-image .row:nth-child(even) .row-title:after, .diagonal-image-copy .row:nth-child(even) .row-title:after {
    left: initial;
    right: 0;
  }
}
@media (min-width: 992px) {
  .diagonal-copy-image .row:nth-child(even) .wrap-pad, .diagonal-image-copy .row:nth-child(even) .wrap-pad {
    padding: 0 60px 0 0px;
    padding: 0 5.5vw 0 0px;
  }
}
@media (min-width: 1200px) {
  .diagonal-copy-image .row:nth-child(even) .wrap-pad, .diagonal-image-copy .row:nth-child(even) .wrap-pad {
    padding: 0px 146px 0px 0px;
    padding: 0px 7.6vw 0px 0px;
  }
}
@media (min-width: 992px) {
  .diagonal-copy-image > .row:last-child .img-col, .diagonal-image-copy > .row:last-child .img-col {
    display: table;
  }
  .diagonal-copy-image > .row:last-child .wrap-img, .diagonal-image-copy > .row:last-child .wrap-img {
    display: table-cell;
    height: 100%;
    vertical-align: bottom;
  }
}
@media (max-width: 959px) {
  .diagonal-copy-image > .row:last-child .img-col .wrap-img img, .diagonal-image-copy > .row:last-child .img-col .wrap-img img {
    border-radius: 0 0 9%;
    overflow: hidden;
  }
}
.diagonal-copy-image .row-title, .diagonal-image-copy .row-title {
  position: relative;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.diagonal-copy-image h2, .diagonal-image-copy h2 {
  font-weight: 400;
}
.diagonal-copy-image h2:not(.row-title), .diagonal-image-copy h2:not(.row-title) {
  margin-top: 0;
  margin-bottom: 0;
}
.diagonal-copy-image .pre-head, .diagonal-image-copy .pre-head {
  margin-top: 0;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
}
.diagonal-copy-image.dark-copy h2, .diagonal-image-copy.dark-copy h2 {
  color: #145A60;
}
.diagonal-copy-image.light-copy h2.row-title, .diagonal-image-copy.light-copy h2.row-title {
  color: #F4F2ED;
}
.diagonal-copy-image.light-copy p, .diagonal-image-copy.light-copy p {
  color: #F4F2ED;
}
.diagonal-copy-image.light-copy .btn-line-blue, .diagonal-image-copy.light-copy .btn-line-blue {
  background: transparent;
  color: #F4F2ED;
  border: 1px solid #F4F2ED;
}
.diagonal-copy-image.light-copy .btn-line-blue:hover, .diagonal-image-copy.light-copy .btn-line-blue:hover {
  background: #F4F2ED !important;
  border: 1px solid #F4F2ED;
  color: #002F45 !important;
}
.diagonal-copy-image.light-copy .btn-line-blue:hover span, .diagonal-image-copy.light-copy .btn-line-blue:hover span {
  color: #002F45;
}
.diagonal-copy-image.light-copy .btn-blue, .diagonal-image-copy.light-copy .btn-blue {
  background: #F4F2ED;
  color: #002F45;
  border: 1px solid #F4F2ED;
}
.diagonal-copy-image.light-copy .btn-blue:hover, .diagonal-image-copy.light-copy .btn-blue:hover {
  background: transparent !important;
  border: 1px solid #F4F2ED;
  color: #F4F2ED !important;
}
.diagonal-copy-image.light-copy .btn-blue:hover span, .diagonal-image-copy.light-copy .btn-blue:hover span {
  color: #F4F2ED;
}
.diagonal-copy-image button, .diagonal-image-copy button {
  margin-bottom: 20px;
}
.diagonal-copy-image .btn-line-blue, .diagonal-image-copy .btn-line-blue {
  margin-right: 2vw;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .diagonal-copy-image .btn-line-blue, .diagonal-image-copy .btn-line-blue {
    margin-right: 20px;
  }
}
.diagonal-copy-image .btn-lavander, .diagonal-image-copy .btn-lavander {
  margin-right: 2vw;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .diagonal-copy-image .btn-lavander, .diagonal-image-copy .btn-lavander {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .diagonal-copy-image .row .img-col .wrap-img {
    padding-right: 0px;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .diagonal-copy-image .row .wrap-pad {
    padding: 0 60px 0 0px;
    padding: 0 5.5vw 0 0px;
  }
}
@media (min-width: 1200px) {
  .diagonal-copy-image .row .wrap-pad {
    padding: 0px 146px 0px 0px;
    padding: 0px 7.6vw 0px 0px;
  }
}
.diagonal-copy-image .row:nth-child(odd) .col-6.img-col {
  order: 2;
}
.diagonal-copy-image .row:nth-child(odd) .col-6.copy-col {
  order: 1;
}
@media (min-width: 992px) {
  .diagonal-copy-image .row:nth-child(odd) .col-6.img-col {
    order: 2;
  }
  .diagonal-copy-image .row:nth-child(odd) .col-6.copy-col {
    order: 1;
  }
}
.diagonal-copy-image .row:nth-child(even) .col-6.img-col {
  order: 2;
}
.diagonal-copy-image .row:nth-child(even) .col-6.copy-col {
  order: 1;
}
@media (min-width: 992px) {
  .diagonal-copy-image .row:nth-child(even) .col-6.img-col {
    order: 1;
  }
  .diagonal-copy-image .row:nth-child(even) .col-6.copy-col {
    order: 2;
  }
}
@media (min-width: 992px) {
  .diagonal-copy-image .row:nth-child(even) .img-col .wrap-img {
    padding-left: 0px;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .diagonal-copy-image .row:nth-child(even) .row-title:after {
    left: 0;
    right: initial;
  }
}
@media (min-width: 992px) {
  .diagonal-copy-image .row:nth-child(even) .wrap-pad {
    padding: 0 0px 0 60px;
    padding: 0 0px 0 5.5vw;
  }
}
@media (min-width: 1200px) {
  .diagonal-copy-image .row:nth-child(even) .wrap-pad {
    padding: 0px 0px 0px 146px;
    padding: 0px 0px 0px 7.6vw;
  }
}
.diagonal-copy-image .img-col.scrollable .wrap-img {
  transform: translate(80px, 0px);
}

.diagonal-image-copy.check-bl-bullet ul, .diagonal-copy-image.check-bl-bullet ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px;
}
.diagonal-image-copy.check-bl-bullet ul li, .diagonal-copy-image.check-bl-bullet ul li {
  list-style: none;
  background-image: url("../../assets/img/check-bullet-blue.svg");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 30px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.diagonal-image-copy.expand-og-bullet ul, .diagonal-copy-image.expand-og-bullet ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.diagonal-image-copy.expand-og-bullet ul li, .diagonal-copy-image.expand-og-bullet ul li {
  list-style: none;
  background-image: url("../../assets/img/expand-bullet-org.svg");
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 30px;
  padding-bottom: 5px;
}
.diagonal-image-copy.expand-og-bullet ul:last-of-type, .diagonal-copy-image.expand-og-bullet ul:last-of-type {
  margin-bottom: 50px;
}

.two-column-images img {
  display: block;
  width: 100%;
  margin-bottom: 0px;
}
.two-column-images .col-sm-6 + .col-sm-6 .content-wrap {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .two-column-images .col-sm-6 + .col-sm-6 .content-wrap {
    margin-top: 0px;
  }
}
.two-column-images .col-sm-6.scrollable {
  opacity: 0;
  transform: translate(0, 80px);
}
.two-column-images .col-sm-6.scrollable.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 0.35s, transform 0.35s ease-out;
  transition-delay: 0.35s;
}

.one-column-image .container-fluid {
  position: relative;
}
.one-column-image .prod-box {
  position: absolute;
  width: 250px;
  height: 360px;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  left: 60px;
  top: 50%;
  transform: translate(0, -50%);
  pointer-events: none;
  opacity: 0;
  padding: 15px 20px 25px 20px;
}
@media (min-width: 992px) {
  .one-column-image .prod-box {
    width: 320px;
    height: 420px;
    left: 80px;
  }
}
.one-column-image .prod-box h5 {
  margin: 10px 0 10px 0;
}
.one-column-image .prod-box .tile-line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  margin-bottom: 10px;
}
.one-column-image .prod-box .img-box {
  max-height: 257px;
  overflow: hidden;
  position: relative;
  padding-bottom: 87%;
}
.one-column-image .prod-box .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
}
.one-column-image .prod-box a {
  text-decoration: none;
}
.one-column-image .prod-box p {
  margin-top: 11px;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.one-column-image .prod-box-w {
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
  left: -13px;
  padding: 25px;
  padding-left: 60px;
  top: -15px;
}
@media (min-width: 992px) {
  .one-column-image .prod-box-w {
    padding: 38px;
    top: -22px;
  }
}
.one-column-image .bull-prod {
  position: absolute;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background-color: #FFFFFF;
  z-index: 2;
  transition: opacity 0.35s ease-out;
}
.one-column-image .bull-prod:after {
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #C0BFBF;
  opacity: 0.6;
  z-index: -1;
}
.one-column-image .bull-prod:hover {
  background-color: #C0BFBF !important;
  cursor: pointer;
}
.one-column-image .bull-prod:hover .prod-box {
  pointer-events: all;
  opacity: 1;
}
.one-column-image .bull-prod:hover ~ .bull-prod {
  opacity: 0;
  pointer-events: none;
}
.one-column-image .bull-prod.hide {
  opacity: 0;
  pointer-events: none;
}
.one-column-image .bull-prod.expand-left .prod-box-w {
  left: auto;
  right: -13px;
  padding-left: 0;
  padding-right: 80px;
}
.one-column-image .bull-prod.expand-left .prod-box {
  right: 60px;
  left: initial;
}
@media (min-width: 992px) {
  .one-column-image .bull-prod.expand-left .prod-box {
    right: 80px;
  }
}
@media (min-width: 992px) {
  .one-column-image .bull-prod {
    width: 30px;
    height: 30px;
  }
  .one-column-image .bull-prod:after {
    width: 53px;
    height: 53px;
  }
}
.one-column-image .bullet-p-01 {
  z-index: 15;
}
.one-column-image .bullet-p-02 {
  z-index: 14;
}
.one-column-image .bullet-p-03 {
  z-index: 13;
}
.one-column-image .bullet-p-04 {
  z-index: 12;
}
.one-column-image .bullet-p-05 {
  z-index: 11;
}
.one-column-image .bullet-p-06 {
  z-index: 10;
}
.one-column-image .bullet-p-07 {
  z-index: 9;
}
.one-column-image .bullet-p-08 {
  z-index: 8;
}
.one-column-image .bullet-p-09 {
  z-index: 7;
}
.one-column-image .bullet-p-10 {
  z-index: 6;
}
.one-column-image .bullet-p-11 {
  z-index: 5;
}
.one-column-image .bullet-p-12 {
  z-index: 4;
}
.one-column-image .bullet-p-13 {
  z-index: 3;
}
.one-column-image .bullet-p-14 {
  z-index: 2;
}
.one-column-image .bullet-p-15 {
  z-index: 1;
  /* Lowest stacking order */
}
.one-column-image .desktop_hero_img {
  display: none;
}
@media (min-width: 768px) {
  .one-column-image .desktop_hero_img {
    display: block;
  }
}
.one-column-image .mobile_hero_img {
  display: block;
}
@media (min-width: 768px) {
  .one-column-image .mobile_hero_img {
    display: none;
  }
}
.one-column-image img {
  display: block;
  width: 100%;
}
.one-column-image.scrollable {
  opacity: 0;
  transform: translate(0, 80px);
}
.one-column-image.scrollable.show {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 0.35s, transform 0.35s ease-out;
  transition-delay: 0.35s;
}
.one-column-image .container-fluid:not(.max) {
  padding-right: 20px;
  padding-left: 20px;
}
.one-column-image .container-fluid:not(.max) .col-sm-12 {
  padding: 0;
}

.one-column-image .caption, .two-column-images .caption {
  width: 100%;
  position: relative;
  display: block;
  pointer-events: none;
}
.one-column-image .caption p, .two-column-images .caption p {
  color: #145A60;
  position: relative;
  text-transform: initial;
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
  padding: 10px 0px;
  font-weight: 400;
}
.one-column-image .caption.a-right, .two-column-images .caption.a-right {
  text-align: right;
}
.one-column-image .caption.a-left, .two-column-images .caption.a-left {
  text-align: left;
}

.caption.a-center {
  text-align: center;
}

.timeline {
  color: #fff;
  background-color: #0a604a;
  padding-top: 60px;
}
@media (min-width: 992px) {
  .timeline {
    padding-top: 90px;
  }
}
.timeline h1, .timeline h2, .timeline h3, .timeline h4 {
  color: #fff;
  line-height: 1;
}
.timeline h2 {
  font-size: 30px;
}
.timeline p {
  color: #fff;
}
.timeline .timeline-contain {
  margin: 30px auto;
  padding: 0 30px;
  position: relative;
  transition: all .25s ease-in;
  width: 100%;
}
.timeline .time-bullet {
  background-color: #0a604a;
  border-radius: 50%;
  height: 27px;
  overflow: hidden;
  top: 0;
  width: 27px;
  border: 5px solid #fff;
  transition: background-color .2s ease-in-out;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.timeline .timeline-item {
  padding-bottom: 50px;
  position: relative;
}
.timeline .timeline-item.scrollable .timeline__image, .timeline .timeline-item.scrollable h2, .timeline .timeline-item.scrollable .description-time, .timeline .timeline-item.scrollable .timeline-content:before {
  opacity: 0;
  transform: translate(0, 0px);
}
.timeline .timeline-item.scrollable .time-bullet {
  opacity: 0;
}
.timeline .timeline-item.scrollable:before {
  opacity: 0;
  transform: translate(0, 0px);
}
.timeline .timeline-item.scrollable.show:before {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.33s;
}
.timeline .timeline-item.scrollable.show .time-bullet {
  opacity: 1;
  transition: opacity 1s ease-out;
}
.timeline .timeline-item.scrollable.show h2 {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.33s;
}
.timeline .timeline-item.scrollable.show .description-time {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.99s;
}
.timeline .timeline-item.scrollable.show .timeline-content:before {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.33s;
}
.timeline .timeline-item.scrollable.show h2 {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.99s;
}
.timeline .timeline-item.scrollable.show .description-time {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 1.33s;
}
.timeline .timeline-item.opened .timeline__image {
  opacity: 1;
  transform: translate(0, 0px);
}
.timeline .timeline-item:before {
  background: #fff;
  content: "";
  height: 100%;
  top: 0;
  width: 3px;
  opacity: .75;
  left: 12px;
  position: absolute;
}
.timeline .timeline-content {
  padding: 3px 40px 20px 40px;
  transition: all .25s ease-in;
  width: 100%;
  position: relative;
  text-align: left;
  z-index: 1;
  color: #6c9f92;
  background-color: transparent;
}
.timeline .timeline-item:after, .timeline .timeline-item:before {
  clear: both;
  content: "";
  display: block;
}
.timeline .timeline-contain > .timeline-item:last-child:before {
  display: none;
}
.timeline .timeline-contain > .timeline-item:last-child {
  padding-bottom: 0;
}
.timeline .timeline-content img {
  display: none;
}
@media (min-width: 1024px) {
  .timeline .timeline-content:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 36.5%;
    border: 1px dashed #6c9f92;
    top: 12px;
    right: -36.2%;
  }
  .timeline .timeline-content img {
    display: block;
  }
  .timeline .timeline-content {
    text-align: right;
    width: 35%;
  }
  .timeline .time-bullet {
    cursor: pointer;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .timeline .timeline-item:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .timeline .timeline-content:not(.timeline-content--right) .description-time {
    margin-left: auto;
    margin-right: 0;
  }
}
.timeline .timeline-content--right {
  float: right;
  text-align: left;
}
.timeline .timeline-content--right .timeline__image {
  right: auto;
  left: -37%;
}
.timeline .timeline-content--right:before {
  right: auto;
  left: -36.2%;
}
.timeline .timeline__image {
  display: block;
  width: 230px;
  height: 230px;
  border: 12px solid #fff;
  border-radius: 100%;
  right: -37%;
  z-index: 1;
  opacity: 1;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
  position: absolute;
  transition: opacity .4s ease-in-out;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  top: -50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.timeline .description-time {
  max-width: 420px;
}
@media (min-width: 640px) {
  .timeline .timeline__image {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1024px) {
  .timeline .timeline__image {
    width: 190px;
    height: 190px;
  }
}

.our-values {
  position: relative;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.our-values h2, .our-values h4, .our-values p, .our-values span {
  color: #145A60;
}
@media (min-width: 768px) {
  .our-values {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
.our-values.scrollable > .container-fluid {
  opacity: 0;
}
.our-values.scrollable.show > .container-fluid {
  opacity: 1;
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.66s;
}
.our-values.multiply-equal .members__wrapper {
  position: relative !important;
}
.our-values.multiply-equal .members__wrapper::before {
  content: "";
  background-image: url("../img/multiply.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -30px);
}
@media (min-width: 680px) {
  .our-values.multiply-equal .members__wrapper::before {
    top: 50%;
    left: 33%;
    transform: translate(-30px, -50%);
  }
}
.our-values.multiply-equal .members__wrapper::after {
  content: "";
  background-image: url("../img/equal-to.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 28px;
  width: 49px;
  position: absolute;
  top: 66%;
  left: 50%;
  transform: translate(-50%, 8px);
}
@media (min-width: 680px) {
  .our-values.multiply-equal .members__wrapper::after {
    top: 50%;
    left: 66%;
    transform: translate(-5px, -50%);
  }
}
.our-values .a-center .members__wrapper {
  text-align: center;
}
.our-values .a-center .members__wrapper .member .member--image {
  display: flex;
  justify-content: center;
}
.our-values .a-left .members__wrapper {
  text-align: left;
}
.our-values .a-left .members__wrapper .member .member--image {
  display: flex;
  justify-content: flex-start;
}
.our-values .a-right .members__wrapper {
  text-align: right;
}
.our-values .a-right .members__wrapper .member .member--image {
  display: flex;
  justify-content: flex-end;
}
.our-values .container .label, .our-values .container-fluid .label {
  display: block;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
}
.our-values .container .members__wrapper, .our-values .container-fluid .members__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: var(--our-values-tile-gap, 0px);
  margin: 0;
  justify-content: space-evenly;
}
@media (min-width: 768px) and (max-width: 1050px) {
  .our-values .container .members__wrapper, .our-values .container-fluid .members__wrapper {
    max-width: 905px;
    margin: 0 auto;
    padding: 0px;
  }
}
@media (min-width: 1051px) and (max-width: 1210px) {
  .our-values .container .members__wrapper, .our-values .container-fluid .members__wrapper {
    padding: 0 66px;
    padding: 0;
  }
}
.our-values .container .members__wrapper .member, .our-values .container-fluid .members__wrapper .member {
  flex: 1 0 100%;
  padding: var(--our-values-tile-inner-padding, 0 0 3rem 0);
  max-width: 100%;
  background-color: var(--our-values-tile-background-color, transparent);
  border-radius: 6px;
  display: grid;
  position: relative;
}
.our-values .container .members__wrapper .member .member-link, .our-values .container-fluid .members__wrapper .member .member-link {
  text-decoration: none;
  color: inherit;
  z-index: 1;
  cursor: pointer;
}
.our-values .container .members__wrapper .member .member--image,
.our-values .container .members__wrapper .member .member--heading,
.our-values .container .members__wrapper .member .member--subheading, .our-values .container-fluid .members__wrapper .member .member--image,
.our-values .container-fluid .members__wrapper .member .member--heading,
.our-values .container-fluid .members__wrapper .member .member--subheading {
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .our-values .container .members__wrapper .member, .our-values .container-fluid .members__wrapper .member {
    padding: var(--our-values-tile-inner-padding, 0 20px 40px 20px);
  }
  .our-values .container .members__wrapper .member:nth-child(2n), .our-values .container-fluid .members__wrapper .member:nth-child(2n) {
    padding: var(--our-values-tile-inner-padding, 0 20px 40px 20px);
  }
}
@media (min-width: 768px) {
  .our-values .container .members__wrapper .member, .our-values .container-fluid .members__wrapper .member {
    flex: 1 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 992px) {
  .our-values .container .members__wrapper .member, .our-values .container-fluid .members__wrapper .member {
    flex: 1 0 33%;
    padding: var(--our-values-tile-inner-padding, 0 20px 40px 20px);
  }
  .our-values .container .members__wrapper .member:nth-child(2n), .our-values .container-fluid .members__wrapper .member:nth-child(2n) {
    padding: var(--our-values-tile-inner-padding, 0 20px 40px 20px);
  }
  .our-values .container .members__wrapper .member:nth-child(3n), .our-values .container-fluid .members__wrapper .member:nth-child(3n) {
    padding: var(--our-values-tile-inner-padding, 0 20px 40px 20px);
  }
}
.our-values .container .members__wrapper .member .member--image, .our-values .container-fluid .members__wrapper .member .member--image {
  position: relative;
  display: flex;
}
.our-values .container .members__wrapper .member .member--image dotlottie-player, .our-values .container-fluid .members__wrapper .member .member--image dotlottie-player {
  display: block;
  width: 100%;
  max-width: 113px;
  margin: 0;
}
.our-values .container .members__wrapper .member .member--image img, .our-values .container-fluid .members__wrapper .member .member--image img {
  position: relative;
  width: 100%;
  left: 0;
  overflow: hidden;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 113px;
}
.our-values .container .members__wrapper .member .member--heading, .our-values .container-fluid .members__wrapper .member .member--heading {
  padding-top: 0rem;
  margin-bottom: 15px;
  margin-top: var(--our-values-member-heading-margin-top, 20px);
  color: var(--member-heading-color, #145A60);
  font-weight: 700;
}
.our-values .container .members__wrapper .member .member--heading.heading-size-p, .our-values .container-fluid .members__wrapper .member .member--heading.heading-size-p {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .our-values .container .members__wrapper .member .member--heading.heading-size-p, .our-values .container-fluid .members__wrapper .member .member--heading.heading-size-p {
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.01em;
  }
}
.our-values .container .members__wrapper .member .member--heading span, .our-values .container-fluid .members__wrapper .member .member--heading span {
  display: inline;
}
.our-values .container .members__wrapper .member .member--subheading, .our-values .container-fluid .members__wrapper .member .member--subheading {
  font-size: 16px;
  display: block;
  color: var(--member-subheading-color, #333);
}
@media (max-width: 479px) {
  .our-values .container .members__wrapper .member .member--subheading, .our-values .container-fluid .members__wrapper .member .member--subheading {
    max-width: 200px;
    margin: 0 auto;
  }
}
.our-values .container .members__wrapper.onethird .member, .our-values .container-fluid .members__wrapper.onethird .member {
  padding: var(--our-values-tile-inner-padding, 0 20px 40px 20px);
}
@media (min-width: 680px) {
  .our-values .container .members__wrapper.onethird .member, .our-values .container-fluid .members__wrapper.onethird .member {
    flex: 1 0 33%;
    max-width: calc(33.333% - (var(--our-values-tile-gap, 0px) * 0.67));
  }
}
.our-values .container .members__wrapper.onethird .member:nth-child(2n), .our-values .container-fluid .members__wrapper.onethird .member:nth-child(2n) {
  padding: var(--our-values-tile-inner-padding, 0 20px 40px 20px);
}
.our-values .container .members__wrapper.onefourth .member, .our-values .container-fluid .members__wrapper.onefourth .member {
  padding: var(--our-values-tile-inner-padding, 0 20px 40px 20px);
}
@media (min-width: 680px) {
  .our-values .container .members__wrapper.onefourth .member, .our-values .container-fluid .members__wrapper.onefourth .member {
    flex: 1 0 25%;
    max-width: calc(25% - (var(--our-values-tile-gap, 0px) * 0.75));
  }
}
.our-values .container .members__wrapper.onefourth .member:nth-child(2n), .our-values .container-fluid .members__wrapper.onefourth .member:nth-child(2n) {
  padding: var(--our-values-tile-inner-padding, 0 20px 40px 20px);
}
@media (max-width: 767px) {
  .our-values .container .members__wrapper.mobile-columns-2, .our-values .container-fluid .members__wrapper.mobile-columns-2 {
    justify-content: flex-start;
  }
  .our-values .container .members__wrapper.mobile-columns-2 .member, .our-values .container-fluid .members__wrapper.mobile-columns-2 .member {
    flex: 0 0 calc((100% - var(--our-values-tile-gap, 0px)) / 2);
    max-width: calc((100% - var(--our-values-tile-gap, 0px)) / 2);
  }
}
.our-values .container .members__wrapper.member-content-align-left .member, .our-values .container-fluid .members__wrapper.member-content-align-left .member {
  justify-items: start;
  text-align: left;
}
.our-values .container .members__wrapper.member-content-align-left .member .member--image, .our-values .container-fluid .members__wrapper.member-content-align-left .member .member--image {
  justify-content: flex-start;
}
.our-values .container .members__wrapper.member-content-align-center .member, .our-values .container-fluid .members__wrapper.member-content-align-center .member {
  justify-items: center;
  text-align: center;
}
.our-values .container .members__wrapper.member-content-align-center .member .member--image, .our-values .container-fluid .members__wrapper.member-content-align-center .member .member--image {
  justify-content: center;
  align-self: end;
}
.our-values .container .members__wrapper.member-content-align-right .member, .our-values .container-fluid .members__wrapper.member-content-align-right .member {
  justify-items: end;
  text-align: right;
}
.our-values .container .members__wrapper.member-content-align-right .member .member--image, .our-values .container-fluid .members__wrapper.member-content-align-right .member .member--image {
  justify-content: flex-end;
}
.our-values .container .second-lead-copy, .our-values .container-fluid .second-lead-copy {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}
.our-values .container .second-lead-copy p, .our-values .container-fluid .second-lead-copy p {
  margin-top: 0;
}
@media (min-width: 992px) {
  .our-values .container .second-lead-copy, .our-values .container-fluid .second-lead-copy {
    padding-left: 20px;
    max-width: 30vw;
  }
}
.our-values .head-ban {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .our-values .head-ban {
    display: flex;
    justify-content: space-between;
  }
}
.our-values .head-ban h2 {
  display: inline-block;
  margin: 0 0 20px 0;
  font-weight: 400;
  color: var(--our-values-heading-color, #145A60);
}
.our-values .head-ban .member-section-lead {
  width: 350px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 30px;
  color: var(--our-values-lead-color, #145A60);
  padding-left: 0px;
  font-size: 22px;
}
@media (min-width: 570px) {
  .our-values .head-ban .member-section-lead {
    width: 56vw;
    padding-left: 0px;
    font-size: 24px;
  }
}
@media (min-width: 670px) {
  .our-values .head-ban .member-section-lead {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .our-values .head-ban .member-section-lead {
    width: 438px;
    width: 29vw;
    font-size: 36px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1500px) {
  .our-values .head-ban .member-section-lead {
    font-size: 36px;
  }
}
.our-values .head-ban.our-values-copy-align-a-center {
  text-align: center;
}
@media (min-width: 992px) {
  .our-values .head-ban.our-values-copy-align-a-center {
    display: block;
  }
}
.our-values .head-ban.our-values-copy-align-a-center .member-section-lead {
  margin-left: auto;
  margin-right: auto;
}
.our-values .head-ban.our-values-copy-align-a-right {
  text-align: right;
}
@media (min-width: 992px) {
  .our-values .head-ban.our-values-copy-align-a-right {
    display: block;
  }
}
.our-values .head-ban.our-values-copy-align-a-right .member-section-lead {
  margin-left: auto;
  margin-right: 0;
}
.our-values .head-ban.our-values-copy-align-a-right .second-lead-copy {
  margin-left: auto;
}
.our-values .our-values-cta-wrap {
  display: flex;
  margin-top: 10px;
  padding-bottom: 30px;
}
.our-values .our-values-cta-wrap .column--buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.our-values .our-values-cta-wrap.our-values-cta-align-a-left {
  justify-content: flex-start;
  text-align: left;
}
.our-values .our-values-cta-wrap.our-values-cta-align-a-center {
  justify-content: center;
  text-align: center;
}
.our-values .our-values-cta-wrap.our-values-cta-align-a-right {
  justify-content: flex-end;
  text-align: right;
}
.our-values .head-ban, .our-values .members__wrapper {
  position: relative;
  z-index: 1;
}
.our-values .btn-line-white {
  display: inline-block;
  margin-top: 25px;
}
.our-values.invest-team h2, .our-values.invest-team h4, .our-values.invest-team p, .our-values.invest-team span {
  text-align: center;
}
.our-values.invest-team .head-ban {
  display: block;
  text-align: center;
}
.our-values.invest-team .members__wrapper {
  justify-content: space-evenly;
}
.our-values.invest-team h2 {
  margin-bottom: 40px;
}
.our-values.invest-team .member--image {
  width: 208px !important;
  margin: 0 auto;
  padding-bottom: 208px !important;
}

.our-values.our-values-member-heading-lines .container .members__wrapper .member .member--heading,
.our-values.our-values-member-heading-lines .container-fluid .members__wrapper .member .member--heading {
  position: relative;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 25px;
}
.our-values.our-values-member-heading-lines .container .members__wrapper .member .member--heading::before, .our-values.our-values-member-heading-lines .container .members__wrapper .member .member--heading::after,
.our-values.our-values-member-heading-lines .container-fluid .members__wrapper .member .member--heading::before,
.our-values.our-values-member-heading-lines .container-fluid .members__wrapper .member .member--heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border-top: 2px solid var(--our-values-heading-lines-color, currentColor);
}
.our-values.our-values-member-heading-lines .container .members__wrapper .member .member--heading::before,
.our-values.our-values-member-heading-lines .container-fluid .members__wrapper .member .member--heading::before {
  top: 0;
}
.our-values.our-values-member-heading-lines .container .members__wrapper .member .member--heading::after,
.our-values.our-values-member-heading-lines .container-fluid .members__wrapper .member .member--heading::after {
  bottom: 0;
}

.row-memb {
  justify-content: space-evenly;
  display: flex;
  width: 100%;
}

.our-values.two-col-layout .container .members__wrapper .member, .our-values.two-col-layout .container-fluid .members__wrapper .member {
  max-width: 50%;
}

.copy-columns .column--image {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.copy-columns .column--image img {
  display: block;
}
.copy-columns .column--image-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 12px 16px;
  background-color: #34ADA3;
  z-index: 2;
}
.copy-columns .column--image-overlay-label {
  color: #F4F2ED;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
.copy-columns .column--image-overlay--ink-copy .column--image-overlay-label {
  color: #145A60;
}
.copy-columns .column--pre-heading:not(:last-child) {
  margin-bottom: 10px;
}
.copy-columns .column--heading:not(:last-child) {
  margin-bottom: 15px;
}
.copy-columns .column--lead-copy p {
  margin-top: 0;
}
.copy-columns .column--lead-copy p:last-child {
  margin-bottom: 0;
}
.copy-columns .column--lead-copy {
  display: block;
}
.copy-columns .column--heading + .cta-wrap {
  margin-top: 30px;
}
.copy-columns .column--lead-copy + .cta-wrap {
  margin-top: 30px;
}
.copy-columns .column--pre-heading + .cta-wrap {
  margin-top: 30px;
}
.copy-columns .column-inner {
  padding-bottom: 30px;
}
.copy-columns.light-copy h1, .copy-columns.light-copy h2, .copy-columns.light-copy h3, .copy-columns.light-copy h4, .copy-columns.light-copy h5, .copy-columns.light-copy h6, .copy-columns.light-copy p {
  color: #F4F2ED !important;
}
.copy-columns.scrollable .row > [class*="col-sm-"] {
  opacity: 0;
  transform: translate(0, 24px);
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1), transform 0.66s ease-out;
}
.copy-columns.scrollable.show .row > [class*="col-sm-"] {
  opacity: 1;
  transform: translate(0, 0);
}
.copy-columns.scrollable.show .row > [class*="col-sm-"]:nth-child(1) {
  transition-delay: .66s;
}
.copy-columns.scrollable.show .row > [class*="col-sm-"]:nth-child(2) {
  transition-delay: .78s;
}
.copy-columns.scrollable.show .row > [class*="col-sm-"]:nth-child(3) {
  transition-delay: .90s;
}
.copy-columns.scrollable.show .row > [class*="col-sm-"]:nth-child(4) {
  transition-delay: 1.02s;
}
.copy-columns.scrollable.show .row > [class*="col-sm-"]:nth-child(5) {
  transition-delay: 1.14s;
}
.copy-columns.scrollable.show .row > [class*="col-sm-"]:nth-child(6) {
  transition-delay: 1.26s;
}
.copy-columns.scrollable.show .row > [class*="col-sm-"]:nth-child(7) {
  transition-delay: 1.38s;
}
.copy-columns.scrollable.show .row > [class*="col-sm-"]:nth-child(8) {
  transition-delay: 1.5s;
}
.copy-columns .a-center {
  text-align: center;
}
.copy-columns .a-center .wrap-pad {
  text-align: center;
}
.copy-columns .a-center .cta-wrap {
  text-align: center;
  justify-content: center;
}
.copy-columns .a-left {
  text-align: left;
}
.copy-columns .a-left .wrap-pad {
  text-align: left;
}
.copy-columns .a-left .cta-wrap {
  justify-content: flex-start;
}
.copy-columns .a-right {
  text-align: right;
}
.copy-columns .a-right .wrap-pad {
  text-align: right;
}
.copy-columns .a-right .cta-wrap {
  text-align: center;
  justify-content: flex-end;
}

.color-box {
  width: 50px;
  height: 50px;
  border: none;
  background-color: var(--box-color);
}
.color-box.inline-box {
  display: inline-block;
}

.post-loop-slider {
  background-color: #F4F2ED;
}
.post-loop-slider.scrollable {
  opacity: 0;
}
.post-loop-slider.scrollable.show {
  opacity: 1;
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.66s;
}
.post-loop-slider .post-loop-slider__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 26px;
}
@media (min-width: 768px) {
  .post-loop-slider .post-loop-slider__header {
    margin-bottom: 34px;
  }
}
.post-loop-slider .post-loop-slider__cta {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.post-loop-slider .post-loop-slider__cta-desktop {
  display: none;
}
@media (min-width: 992px) {
  .post-loop-slider .post-loop-slider__cta-desktop {
    display: inline-flex;
  }
}
.post-loop-slider .post-loop-slider__cta-mobile {
  display: inline-flex;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .post-loop-slider .post-loop-slider__cta-mobile {
    display: none;
  }
}
.post-loop-slider .post-loop-slider__carousel-wrap {
  position: relative;
}
.post-loop-slider .owl-post-loop-slider .item {
  height: 100%;
}
.post-loop-slider .post-loop-slider__card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.post-loop-slider .post-loop-slider__image-link {
  display: block;
  margin-bottom: 14px;
  border-radius: 12px;
  overflow: hidden;
  background: #d9d9d9;
  position: relative;
}
.post-loop-slider .post-loop-slider__image-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15px;
  background: var(--teal);
  opacity: 0;
  transition: opacity 200ms ease;
}
.post-loop-slider .post-loop-slider__image-link:hover:before {
  opacity: 1;
}
@media (min-width: 768px) {
  .post-loop-slider .post-loop-slider__image-link {
    border-radius: 0;
  }
}
.post-loop-slider .post-loop-slider__image {
  width: 100%;
  height: clamp(260px, 32vw, 390px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
@media (min-width: 768px) {
  .post-loop-slider .post-loop-slider__image {
    height: clamp(210px, 22vw, 300px);
  }
}
.post-loop-slider .post-loop-slider__meta {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.post-loop-slider .post-loop-slider__category {
  margin: 0;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 600;
  color: #34ADA3;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .post-loop-slider .post-loop-slider__category {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
  }
}
.post-loop-slider .post-loop-slider__post-title {
  margin: 0;
  color: #145A60;
  margin-bottom: 10px;
}
.post-loop-slider .post-loop-slider__post-title a {
  font-family: inherit;
  color: inherit;
  text-decoration: none !important;
  border-bottom: 0 !important;
  background-image: none !important;
}
.post-loop-slider .post-loop-slider__date {
  margin: 0;
  color: #34ADA3;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  .post-loop-slider .post-loop-slider__date {
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0;
  }
}
.post-loop-slider .owl-theme .owl-nav {
  margin: 0;
}
.post-loop-slider .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 25%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
}
.post-loop-slider .owl-theme .owl-nav .owl-prev {
  left: -44px;
}
@media (min-width: 992px) {
  .post-loop-slider .owl-theme .owl-nav .owl-prev {
    left: -35px;
  }
}
.post-loop-slider .owl-theme .owl-nav .owl-next {
  right: -44px;
}
@media (min-width: 992px) {
  .post-loop-slider .owl-theme .owl-nav .owl-next {
    right: -35px;
  }
}
.post-loop-slider .owl-theme .owl-nav .nav-arrow {
  width: 22px;
  height: 22px;
  border-right: 2px solid #34ADA3;
  border-bottom: 2px solid #34ADA3;
  display: inline-block;
}
.post-loop-slider .owl-theme .owl-nav .prev-arrow {
  transform: rotate(135deg);
}
.post-loop-slider .owl-theme .owl-nav .next-arrow {
  transform: rotate(-45deg);
}
.post-loop-slider .owl-theme .owl-dots {
  display: none !important;
}
.post-loop-slider .owl-theme .owl-dots .owl-dot {
  margin: 0;
}
.post-loop-slider .owl-theme .owl-dots .owl-dot span {
  margin: 0;
  width: 18px;
  height: 2px;
  border-radius: 0;
  background: rgba(52, 173, 163, 0.4);
  transition: background-color 200ms ease;
}
.post-loop-slider .owl-theme .owl-dots .owl-dot.active span,
.post-loop-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #34ADA3;
}
@media (max-width: 1199px) {
  .post-loop-slider .owl-theme .owl-nav {
    display: none;
  }
}
@media (max-width: 991px) {
  .post-loop-slider .post-loop-slider__carousel-wrap,
  .post-loop-slider .owl-post-loop-slider .owl-stage-outer {
    overflow: visible;
  }
  .post-loop-slider .owl-post-loop-slider .owl-stage {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .post-loop-slider .post-loop-slider__carousel-wrap,
  .post-loop-slider .owl-post-loop-slider .owl-stage-outer {
    overflow: hidden;
  }
  .post-loop-slider .owl-post-loop-slider .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 991px) {
  .post-loop-slider .owl-post-loop-slider .owl-item {
    opacity: 0.6;
    transition: opacity 200ms ease;
  }
  .post-loop-slider .owl-post-loop-slider .owl-item.active {
    opacity: 1;
  }
}

section.solar-map .scrollable {
  opacity: 0;
}
section.solar-map .scrollable.show {
  opacity: 1;
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.66s;
}
section.solar-map .solar-box {
  max-width: 380px;
  background-color: #ffffff;
  border: none;
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  section.solar-map .solar-box {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
section.solar-map .solar-box.active {
  display: block;
}
section.solar-map .solar-box:not(.active) {
  display: none;
}
section.solar-map .solar-box .img-thumb-wrap {
  position: relative;
  overflow: hidden;
  height: 0px;
  padding-bottom: 56.25%;
  display: block;
}
section.solar-map .solar-box .solar-farm-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
section.solar-map .solar-box .color-bar {
  background-color: var(--farm-color);
  height: 10px;
  width: 100%;
}
section.solar-map .solar-box .inner-box {
  padding: 20px;
  background-color: #F4F2ED;
}
section.solar-map .solar-box h3 {
  color: var(--ink);
}
section.solar-map .solar-box h2 {
  color: var(--ink);
}

#solar-map {
  position: relative;
  overflow: visible;
  /* Hover effect implies scaling, how to keep origin so when scaling it does not move from original position */
}
#solar-map #reference text {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-size: 12px;
  line-height: 1;
}
#solar-map #reference .st0 {
  fill: #34ADA3;
}
#solar-map #reference .st9 {
  fill: #FFFFFF;
}
#solar-map #reference .st8 {
  fill: #F4B22D;
}
#solar-map #reference .st13 {
  fill: #FADC58;
}
#solar-map .location {
  position: relative;
  z-index: 2;
}
#solar-map .location .circleoutline {
  position: relative;
  width: 66px;
  height: 16px;
  overflow: visible;
  vertical-align: middle;
  display: inline-block;
  opacity: 0;
  transition: transform 0.3s ease;
  transform-origin: 50% 50%;
  transform-box: fill-box;
  /* Specifies the reference box for the transformation */
}
#solar-map .location .locationcopy {
  display: inline-block;
  vertical-align: middle;
}
#solar-map .location .locationcopy text {
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
  font-size: 14px;
  line-height: 1;
}
#solar-map .location:hover {
  cursor: pointer;
}
#solar-map .location:hover .circleoutline {
  transform: scale(1.5) !important;
}
#solar-map .location.active .circleoutline {
  transform: scale(1.5) !important;
  filter: drop-shadow(1px 1px 2px var(--farm-color));
}
#solar-map .location.active .locationcopy text {
  font-weight: bold;
}
#solar-map .location .line {
  fill: none;
  stroke: #000000;
  stroke-width: 0.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 0, 100;
}
#solar-map .location .label {
  opacity: 0;
}
#solar-map .location.reveal .circleoutline {
  animation: scaleCircle 1s ease-in-out forwards;
}
#solar-map .location.reveal .line {
  -webkit-animation: expandLine 1s ease-in-out forwards;
  -webkit-animation-delay: 0.5s;
  -moz-animation: expandLine 1s ease-in-out forwards;
  -moz-animation-delay: 0.5s;
  -o-animation: expandLine 1s ease-in-out forwards;
  -o-animation-delay: 0.5s;
  animation: expandLine 1s ease-in-out forwards;
  animation-delay: 0.5s;
}
#solar-map .location.reveal .label {
  -webkit-animation: fadeInText 1s ease-in-out forwards;
  -webkit-animation-delay: 1s;
  -moz-animation: fadeInText 1s ease-in-out forwards;
  -moz-animation-delay: 1s;
  -o-animation: fadeInText 1s ease-in-out forwards;
  -o-animation-delay: 1s;
  animation: fadeInText 1s ease-in-out forwards;
  animation-delay: 1s;
}
#solar-map .location .dot-copy {
  color: #000000;
  font-family: "avenir-next-lt-pro", "Avenir Next", "AvenirNext", sans-serif;
}
#solar-map #state-wrapper {
  position: relative;
  z-index: 1;
}
#solar-map .cls-6 {
  fill: #231f20;
}
#solar-map .cls-4 {
  fill: none;
  stroke: #000;
}
#solar-map .cls-7 {
  opacity: 0;
}
#solar-map .cls-8 {
  fill: #e7e4da;
}
#solar-map .cls-9 {
  display: none;
}
#solar-map .cls-10 {
  fill: #34ADA3;
}
#solar-map .state .cls-8 {
  transition: fill 0.3s ease;
  -webkit-transition: fill 0.3s ease;
  -moz-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
}

section.solar-map-hero {
  background: #FFF;
}
section.solar-map-hero.scrollable .pre-head-feat {
  opacity: 0;
  transform: translate(0px, 0px);
}
section.solar-map-hero.scrollable .pre-head-feat::after {
  width: 0%;
}
section.solar-map-hero.scrollable .masthead-header {
  opacity: 0;
  transform: translate(0%, 0%);
}
section.solar-map-hero.scrollable .box-side {
  opacity: 0;
  transform: translate(0%, 0%);
}
section.solar-map-hero.scrollable .solar-box.active {
  opacity: 0;
  transform: translate(0px, 40px);
}
section.solar-map-hero.scrollable.show .pre-head-feat {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1), transform 0.66s ease-out;
  transition-delay: 0.66s;
}
section.solar-map-hero.scrollable.show .pre-head-feat::after {
  width: 100%;
  transition: width 0.99s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.99s;
}
section.solar-map-hero.scrollable.show .masthead-header {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1), transform 0.66s ease-out;
  transition-delay: 1.65s;
}
section.solar-map-hero.scrollable.show .solar-box.active {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1), transform 0.66s ease-out;
  transition-delay: 2s;
}
section.solar-map-hero.scrollable.show .box-side {
  opacity: 1;
  transform: translate(0%, 0%);
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1), transform 0.66s ease-out;
  transition-delay: 2s;
}
section.solar-map-hero .head-boxing {
  margin-bottom: 40px;
}
section.solar-map-hero .head-boxing .pre-head-feat, section.solar-map-hero .head-boxing h1 {
  color: #145A60;
}
section.solar-map-hero .head-boxing.hide-desk {
  margin-top: 40px;
}
@media (min-width: 768px) {
  section.solar-map-hero .copy-col .wrap-pad {
    margin: 40px 0;
  }
}
section.solar-map-hero #solar-map {
  margin-top: 0px;
}
@media (min-width: 768px) {
  section.solar-map-hero #solar-map {
    margin-top: 60px;
  }
}
section.solar-map-hero #solar-map .cls-8 {
  fill: #e7e4da;
}
section.solar-map-hero .solar-box {
  margin-top: 40px;
}
@media (min-width: 768px) {
  section.solar-map-hero .solar-box {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .solar-map-body .wrap-pad {
    padding: 0 60px 0 0px;
  }
}
@media (min-width: 768px) {
  .solar-map-body .wrap-pad {
    padding: 0px 80px 0px 0px;
  }
}
.solar-map-body #solar-map {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .solar-map-body #solar-map {
    margin-top: 0px;
  }
}
.solar-map-body .circle-outline {
  fill: #ffffff;
}

@keyframes scaleCircle {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes expandLine {
  0% {
    stroke-dasharray: 0, 100;
  }
  100% {
    stroke-dasharray: 100, 0;
  }
}
@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*# sourceMappingURL=main.css.map */