/**
 * 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: "PPMonumentExtended-Black";
  src: url("../fonts/PPMonumentExtended-Black.woff") format("woff"), url("../fonts/PPMonumentExtended-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/**
 * Colours
 **/
/**
 * CSS
 **/
/**
 * LAYOUT
 **/
/**
 * Burger top position
 **/
/* burger lines spread */
/* swithdrawerside SEARCH 2x */
/**
 * FONT
 **/
/**
 * Breakpoints
 **/
h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-family: "PPMonumentExtended-Black", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h5, .h5 {
  font-weight: 500;
}

h4, .h4 {
  font-weight: 700;
}

tr, td, ul, li, p, span, figcaption {
  color: #333333;
  font-family: "nitti", sans-serif;
  font-weight: 400;
}

.font-alt {
  font-family: "nitti", sans-serif;
}

small {
  font-family: "nitti", sans-serif;
  font-weight: 400;
  line-height: 1.1;
}

.semi-bold {
  font-weight: 600;
}

.small {
  line-height: 1.1 !important;
}

.light-copy small {
  color: #fff !important;
  line-height: 1.2;
}

a {
  color: inherit;
  font-family: "nitti", sans-serif;
  text-decoration: none;
}
a:hover {
  transition: linear 200ms;
}

/**
 * Font sizes
 **/
h1,
h2,
h3,
h4 {
  margin: 0 0 15px 0;
}

h1 {
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1 {
    font-size: 50px;
  }
}

h2:not(.lead), .h2 {
  font-size: 26px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h2:not(.lead), .h2 {
    font-size: 45px;
  }
}

h2.lead {
  font-size: 26px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h2.lead {
    font-size: 45px;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 20px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 18px;
  line-height: 1.4;
}

p {
  font-size: 15px;
  line-height: 1.37;
  color: #333333;
}

ul {
  padding: 0;
  margin: 0 0 0 0px;
  list-style-position: inside;
}
ul li {
  background-repeat: no-repeat;
  background-position: 0px 3px;
  padding-left: 0px;
  padding-bottom: 15px;
}

hr {
  border: 0;
  margin: 30px 0;
  border-top: 1px solid #A5A5A5;
  height: 1px;
}
@media (min-width: 768px) {
  hr {
    margin: 45px 0;
  }
}

.white {
  color: #fff;
}

html, body {
  margin: 0;
  overflow-x: hidden;
}

body {
  background-color: #EDE9E1;
}

body.error404 {
  background-color: #EDE9E1;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1408px;
  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;
}

.px0 {
  padding-left: 0px !important;
  padding-right: 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: #EFF6FB;
}

.post-404 {
  margin: 90px 0 !important;
}

.post-404.center {
  text-align: center !important;
}

.no-v-padding .row {
  margin: 0 !important;
}

/*bootstrap-grid*/
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  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: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .container-fluid.max {
    padding-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .container-fluid.max {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@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: 1408px;
  }
}
.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: -5px;
  margin-left: -5px;
}

.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: 5px;
  padding-left: 5px;
}

.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), a[class*=" btn-"], a[class^=btn-] {
  font-size: 1rem;
  cursor: pointer;
  background: #333333;
  border: none;
  color: #fff;
  font-family: "nitti", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0px;
  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) span, a[class*=" btn-"] span, a[class^=btn-] span {
  color: #fff;
}
button:not(.owl-dot):not(.accordion):not(.pswp__button):hover, a[class*=" btn-"]:hover, a[class^=btn-]:hover {
  background: #dfea4c;
  color: #333333;
}
button:not(.owl-dot):not(.accordion):not(.pswp__button):hover span, a[class*=" btn-"]:hover span, a[class^=btn-]:hover span {
  color: #333333;
}
button:not(.owl-dot):not(.accordion):not(.pswp__button).btn-accent, a[class*=" btn-"].btn-accent, a[class^=btn-].btn-accent {
  background: #dfea4c;
  color: #333333;
  text-transform: uppercase;
}
button:not(.owl-dot):not(.accordion):not(.pswp__button).btn-accent:hover, a[class*=" btn-"].btn-accent:hover, a[class^=btn-].btn-accent:hover {
  background: #333333;
  color: #fff;
}
button:not(.owl-dot):not(.accordion):not(.pswp__button).sm-m-pd, a[class*=" btn-"].sm-m-pd, a[class^=btn-].sm-m-pd {
  margin-top: 1rem;
}

#enquire-cta {
  border: 2px solid #dfea4c;
  transition: linear 200ms;
  text-transform: uppercase;
}
#enquire-cta:hover {
  background: transparent;
  border: 2px solid #dfea4c;
  color: #dfea4c;
}
#enquire-cta:hover span {
  color: #dfea4c;
}

a.btn-line-blue, button.btn-line-blue {
  background: transparent;
  color: #1f3163;
  border: 2px solid #1f3163;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-line-blue:hover, button.btn-line-blue:hover {
  background: #1f3163 !important;
  border: 2px solid #1f3163;
  color: #fff !important;
}
a.btn-line-blue:hover span, button.btn-line-blue:hover span {
  color: #fff;
}

a.btn-line-lavander, button.btn-line-lavander {
  background: transparent;
  color: #9AA1D3;
  border: 2px solid #9AA1D3;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-line-lavander:hover, button.btn-line-lavander:hover {
  background: #9AA1D3 !important;
  border: 2px solid #9AA1D3;
  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: #1f3163 !important;
}
a.btn-line-white:hover span, button.btn-line-white:hover span {
  color: #1f3163;
}

a.btn-blue, button.btn-blue {
  background: #1f3163;
  color: #FFF;
  border: 2px solid #1f3163;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-blue:hover, button.btn-blue:hover {
  background: #178ACC !important;
  border: 2px solid #178ACC;
  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: "nitti", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0px;
  transition: all 100ms linear;
  width: -moz-max-content;
  width: max-content;
  background: #000;
  color: #fff;
  border: 2px solid #000;
  transition: linear 200ms;
}
a.btn-black:hover, button.btn-black:hover {
  background: #545454 !important;
  border: 2px solid #545454;
  color: #fff !important;
}
a.btn-black:hover span, button.btn-black:hover span {
  color: #fff;
}

a.btn-cream, button.btn-cream {
  font-size: 16px;
  cursor: pointer;
  font-family: "nitti", 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: #F3EFEA;
  color: #000;
  border: 2px solid #F3EFEA;
  border-radius: 0px;
  transition: linear 200ms;
}
a.btn-cream:hover, button.btn-cream:hover {
  background: #fff !important;
  border: 2px solid #fff;
  color: #000 !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: 16px;
  cursor: pointer;
  font-family: "nitti", 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: #E8E8E8;
  color: #000;
  border: 2px solid #E8E8E8;
  border-radius: 0px;
  transition: linear 200ms;
}
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: #000;
  transition: linear 200ms;
}
a.btn-grey:hover, button.btn-grey:hover {
  background: #000 !important;
  border: 2px solid #000;
  color: #fff !important;
}
a.btn-grey:hover .expand_circle_down_link, button.btn-grey:hover .expand_circle_down_link {
  fill: #fff;
}

a.btn-green, button.btn-green {
  display: inline-block;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  font-family: "nitti", 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: #333333;
  color: #fff;
  border: 2px solid #333333;
  border-radius: 0px;
  transition: linear 200ms;
}
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: #fff;
  transition: linear 200ms;
}
a.btn-green:hover, button.btn-green:hover {
  background: #000 !important;
  border: 2px solid #000;
  color: #fff !important;
}
a.btn-green:hover .expand_circle_down_link, button.btn-green:hover .expand_circle_down_link {
  fill: #fff;
}

a.btn-white, button.btn-white {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-family: "nitti", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
  transition: all 100ms linear;
  width: -moz-max-content;
  width: max-content;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0px;
  transition: linear 200ms;
  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: #000;
  transition: linear 200ms;
}
a.btn-white:hover, button.btn-white:hover {
  background: #fff !important;
  border: 2px solid #fff;
  color: #333333 !important;
}
a.btn-white:hover .expand_circle_down_link, button.btn-white:hover .expand_circle_down_link {
  fill: #333333;
}

a.btn-line-black, button.btn-line-black {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-family: "nitti", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
  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: #000;
  border: 2px solid #000;
  border-radius: 0px;
  transition: linear 200ms;
  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: #000;
  transition: linear 200ms;
}
a.btn-line-black:hover, button.btn-line-black:hover {
  background: #000 !important;
  border: 2px solid #000;
  color: #fff !important;
}
a.btn-line-black:hover .expand_circle_down_link, button.btn-line-black:hover .expand_circle_down_link {
  fill: #fff;
}

a.btn-dark, button.btn-dark {
  cursor: pointer;
  font-family: "nitti", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  transition: all 100ms linear;
  width: -moz-max-content;
  width: max-content;
  background: #000;
  color: #fff;
  border: 2px solid #000;
  border-radius: 0px;
  transition: linear 200ms;
}
a.btn-dark:hover, button.btn-dark:hover {
  background: #fff !important;
  border: 2px solid #fff;
  color: #000 !important;
}
a.btn-dark:hover span, button.btn-dark:hover span {
  color: #000;
}

a.btn-teal, button.btn-teal {
  background: #4fa193;
  color: #FFF;
  border: 2px solid #4fa193;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-teal:hover, button.btn-teal:hover {
  background: #8be2ec !important;
  border: 2px solid #8be2ec;
  color: #fff !important;
}
a.btn-teal:hover span, button.btn-teal:hover span {
  color: #fff;
}

a.btn-orange, button.btn-orange {
  background: #e78a2e;
  color: #FFF;
  border: 2px solid #e78a2e;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-orange:hover, button.btn-orange:hover {
  background: #01290d !important;
  border: 2px solid #01290d;
  color: #fff !important;
}
a.btn-orange:hover span, button.btn-orange:hover span {
  color: #fff;
}

a.btn-lavander, button.btn-lavander {
  background: #9AA1D3;
  color: #FFF;
  border: 2px solid #9AA1D3;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-lavander:hover, button.btn-lavander:hover {
  background: #ae93d1 !important;
  border: 2px solid #ae93d1;
  color: #fff !important;
}
a.btn-lavander:hover span, button.btn-lavander:hover span {
  color: #fff;
}

a.btn-arc-green, button.btn-arc-green {
  background: #01290d;
  color: #FFF;
  border: 2px solid #01290d;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-arc-green:hover, button.btn-arc-green:hover {
  background: #01290d !important;
  border: 2px solid #01290d;
  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: #01290d;
  border: 2px solid #01290d;
  transition: linear 200ms;
  text-transform: capitalize !important;
}
a.btn-line-arc-green:hover, button.btn-line-arc-green:hover {
  background: #01290d !important;
  border: 2px solid #01290d;
  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: #917B5E;
  color: #FFF;
  border: 2px solid #917B5E;
  transition: linear 200ms;
  text-transform: uppercase !important;
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
  cursor: pointer;
  font-family: "nitti", sans-serif;
  letter-spacing: 1px;
}
a.btn-gold:hover, button.btn-gold:hover {
  cursor: pointer;
  background: #1f3163 !important;
  border: 2px solid #1f3163;
  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: #917B5E;
  border: 2px solid #917B5E;
  transition: linear 200ms;
  text-transform: uppercase !important;
}
a.btn-line-gold:hover, button.btn-line-gold:hover {
  background: #917B5E !important;
  border: 2px solid #917B5E;
  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: "nitti", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0px;
  transition: all 100ms linear;
  width: -moz-max-content;
  width: max-content;
  background: #F3EFEA;
  color: #000;
  border: 2px solid #F3EFEA;
  transition: linear 200ms;
}
.light-copy a.btn-black:hover, .light-copy button.btn-black:hover {
  background: #fff !important;
  border: 2px solid #fff;
  color: #000 !important;
}
.light-copy a.btn-black:hover span, .light-copy button.btn-black:hover span {
  color: #fff;
}

#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: 500;
  transition: all 0.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 0.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: #000;
  font-size: 14px;
  font-weight: 700;
  padding: 0px 5px;
  text-align: left;
  background-color: transparent;
  line-height: 30px;
  text-decoration: none;
  font-family: "PPMonumentExtended-Black", 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: #000;
  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;
}

.colored-grad-out + .colored-grad-out {
  margin-left: 10px;
}

.colored-grad-out, form .colored-submit {
  background: rgb(128, 113, 175);
  background: linear-gradient(90deg, rgb(128, 113, 175) 0%, rgb(243, 165, 163) 62%, rgb(250, 198, 146) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8071AF", endColorstr="#F3A5A3", GradientType=1) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F3A5A3", endColorstr="#FAC692", GradientType=1) !important;
  border-radius: 2px;
  padding: 2px;
  display: inline-block;
}

form .colored-submit input[type=submit] {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  color: #333333;
  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;
   -ms-user-select: none;
       user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0px;
  background-color: #FFF;
  display: inline-block;
}
form .colored-submit input[type=submit]:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.colored-grad-out .cta {
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  color: #333333;
  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;
   -ms-user-select: none;
       user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0px;
  background-color: #FFF;
  display: inline-block;
}
.colored-grad-out .cta:hover {
  background-color: transparent;
  color: #fff;
}

.cta + .colored-grad-out {
  margin-left: 5px;
}

.colored-grad-out + .cta {
  margin-left: 5px;
}

.cta + .cta {
  margin-left: 5px;
}

.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;
   -ms-user-select: none;
       user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0px;
  display: inline-block;
  transition: all 0.3s ease;
}
.cta.outline {
  background-color: transparent;
  border: 2px solid var(--button-color);
  color: var(--button-color);
}
.cta.outline:hover {
  background-color: var(--button-color);
  color: var(--button-hover-copy-color);
}
.cta.fill {
  background-color: var(--button-color);
  border: 2px solid var(--button-color);
  color: var(--button-hover-copy-color);
}
.cta.fill:hover {
  opacity: 0.75;
}

form {
  margin: 2em 0 2.2em 0;
}
@media (min-width: 768px) {
  form {
    margin: 2em 0 17px 0;
  }
}
form input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]),
form select,
form textarea {
  background-color: transparent;
  color: #000;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  height: 3.125em;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  width: 100%;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #333333;
  color: #333333;
}
form select:hover {
  cursor: pointer;
}
form label {
  color: #333333;
  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: "nitti", sans-serif;
}
form:not(#mc-embedded-subscribe-form) label {
  font-family: "nitti", 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: #F3EFEA;
}
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: "PPMonumentExtended-Black", 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: #2F2C2B;
}
@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 #1f3163;
  margin-right: 2rem;
  padding: 0.75rem 2rem 0.75rem 1rem;
  margin-top: 0;
  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 #dfea4c;
}
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 #dfea4c;
}
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
*/
::-webkit-input-placeholder {
  color: #ADADAD;
  -webkit-transition: inherit;
  transition: inherit;
}

input:focus::-webkit-input-placeholder {
  opacity: 1;
}

input:focus + label {
  color: #dfea4c;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99;
}

.wpforms-field-radio ul li::marker {
  display: none;
}

.wpforms-field-radio ul li {
  display: block;
  position: relative;
}

.wpforms-field-radio ul li.wpforms-selected:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #333333;
  border-radius: 50%;
  top: 5px;
  left: 5px;
}

.wpforms-field-radio ul li:hover {
  cursor: pointer;
}

.wpforms-field-radio ul li input[type=radio] {
  margin: 0 9px 0 0;
  vertical-align: middle;
  padding: 8px;
  border-radius: 13px;
  position: relative;
}

/* 

WPforms
*/
div.wpforms-container .wpforms-form .choices__list--dropdown .choices__item {
  font-family: "nitti", sans-serif !important;
  color: #333333 !important;
  padding-left: 10px !important;
}

.wpforms-container .wpforms-form .choices .choices__inner {
  border-radius: 5px !important;
  min-height: 45px !important;
  padding-left: 10px !important;
}

.wpforms-field-sublabel {
  background-color: transparent !important;
}

.wpforms-container input:not([type=submit]),
.wpforms-container select,
.wpforms-container textarea {
  margin-bottom: 5px !important;
}

.wpforms-container .wpforms-field-label, .wp-core-ui div.wpforms-container .wpforms-field-label {
  font-size: 14px !important;
  margin-bottom: 10px !important;
  font-weight: 700 !important;
  display: inline-block !important;
  font-family: "nitti", sans-serif !important;
}

.wpforms-container select {
  line-height: 1 !important;
  background-color: transparent !important;
  background-image: url("../img/expand-down-b.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 24px !important;
  background-position: right 15px center !important;
  padding: 0.75rem 2rem 0.75rem 1rem !important;
  width: 100% !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  margin-bottom: 5px !important;
}
@media (min-width: 992px) {
  .wpforms-container select {
    background-position: right 15px center !important;
  }
}
.wpforms-container select:focus {
  border-bottom: 1px solid #dfea4c !important;
}
.wpforms-container select:hover {
  cursor: pointer !important;
}

.choices.wpforms-field-row {
  margin-bottom: 5px !important;
}

div.wpforms-container .wpforms-form .choices__inner {
  border-radius: 5px;
  border: 2px solid #1f3163 !important;
}

div.wpforms-container .wpforms-form .choices__list--single .choices__item {
  font-family: "nitti", sans-serif !important;
  font-size: 1rem !important;
  color: #333333 !important;
}

.contact_form .wpforms-container input.wpforms-field-medium, .contact_form .wpforms-container select.wpforms-field-medium, .contact_form .wpforms-container .wpforms-field-row.wpforms-field-medium, .contact_form .wp-core-ui div.wpforms-container input.wpforms-field-medium, .contact_form .wp-core-ui div.wpforms-container select.wpforms-field-medium, .contact_form .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium, .foot-form-col .wpforms-container input.wpforms-field-medium, .foot-form-col .wpforms-container select.wpforms-field-medium, .foot-form-col .wpforms-container .wpforms-field-row.wpforms-field-medium, .foot-form-col .wp-core-ui div.wpforms-container input.wpforms-field-medium, .foot-form-col .wp-core-ui div.wpforms-container select.wpforms-field-medium, .foot-form-col .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

.wpforms-container .wpforms-field-description, .wpforms-container .wpforms-field-limit-text, .wp-core-ui div.wpforms-container .wpforms-field-description, .wp-core-ui div.wpforms-container .wpforms-field-limit-text {
  font-family: "nitti", sans-serif !important;
  font-size: 12px !important;
  color: #333 !important;
}

.wpforms-field {
  width: 100%;
}

.wpforms-error {
  font-family: "nitti", sans-serif;
  font-size: 14px;
}

.wpforms-container .wpforms-field {
  padding-top: 0 !important;
}

.wpforms-container .wpforms-field-sublabel, .wp-core-ui div.wpforms-container .wpforms-field-sublabel {
  font-weight: 500 !important;
  color: #333 !important;
}

.foot-form-col .wpforms-submit {
  background: #FFDE16 !important;
  color: #1f3163 !important;
  margin: 0 0 0 auto !important;
  display: block !important;
}
.foot-form-col .wpforms-submit:hover {
  background: #FFFFFF !important;
  color: #1f3163;
}

/*
** 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: #333333;
}

.mktoButton {
  margin-left: auto;
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-top: 19px;
  padding: 11px 40px;
}

.mktoForm * {
  font-family: "nitti", 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], 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: #F3EFEA;
  border: 1px solid #F3EFEA;
  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: #917B5E;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  background-color: #917B5E;
}

/*----------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: 25px;
}
@media (min-width: 992px) {
  .contact_form .wpcf7-form p:nth-child(2) {
    display: inline-block;
    width: 48%;
  }
  .contact_form .wpcf7-form p:nth-child(3) {
    display: inline-block;
    width: 48%;
    float: right;
  }
}

.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: 4px;
  color: #000;
  border: 1px solid #000;
}
.property-search-form .form-group:not(.sort-group) input[type=text] {
  border-radius: 4px;
  color: #000;
  border: 1px solid #000;
  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]:-ms-input-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: #000;
  color: #fff;
}
.property-search-form .btn-primary:hover {
  background-color: #545454 !important;
  color: #fff !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: 1408px;
    bottom: 28px;
    right: 0;
  }
}
.property-search-form .head-fil {
  display: inline-block;
}
.property-search-form .head-fil h2 {
  color: #F3EFEA;
  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: 4px;
  border: none;
  color: #000 !important;
  border: 1px solid #000;
  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: "PPMonumentExtended-Black", 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: #F3EFEA;
}

.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: #333333;
}

#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: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .modalDialog > div {
    padding: 40px 30px 20px 30px;
  }
}

.modalCopyDialog {
  position: fixed;
  top: 0;
  right: 50%;
  background: transparent;
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: none;
  height: 100vh;
  border: 1px solid #000;
}

.modalCopyDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modalCopyDialog > div {
  width: 420px;
  max-width: 50vw;
  position: relative;
  margin: 0 auto;
  padding: 60px 40px;
  border-radius: 0px;
  background: #EDE9E1;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: hidden;
  overflow-y: scroll;
}

.copywriting-examples .row .col-sm-6:nth-child(even) .modalCopyDialog {
  right: 0%;
}

.copywriting-examples .column--heading, .copywriting-examples .column--pre-heading {
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .modalCopyDialog > div {
    padding: 40px 30px;
    margin: 0;
    max-width: 100vw;
    width: 100%;
  }
  .modalCopyDialog {
    right: 0;
  }
}
.view-w-sample {
  margin-top: 20px;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.view-w-sample.external-link:after {
  content: url("../img/external.svg");
  width: 0.9rem;
  height: 0.9rem;
  display: inline-block;
  position: relative;
  margin-left: 10px;
  margin-right: 5px;
  top: 2px;
}

.close {
  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;
  text-decoration: none;
}

.modalDialog .close {
  background-image: url("../img/cross_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.close:hover {
  opacity: 1;
  cursor: pointer;
}

.wpcf7-response-output {
  font-family: "nitti", sans-serif;
  font-weight: 400;
}

body.search #main {
  width: 100%;
  padding: 0;
}
body.search #main .main {
  background-color: #EDE9E1;
}
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: 10px;
  padding-right: 10px;
}
#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: #000;
  font-size: 16px;
}
#menu-outer .sidebar .search-input:-ms-input-placeholder {
  color: #000;
  font-size: 16px;
}
#menu-outer .sidebar .search-input::placeholder {
  color: #000;
  font-size: 16px;
}
#menu-outer .sidebar form.search {
  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):not(.pswp__button), .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):not(.pswp__button)::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: #fff;
}
.sub-form-wrap button:not(.owl-dot):not(.accordion):not(.pswp__button):hover, .sub-form-wrap a[class*=" btn-"]:hover, .sub-form-wrap a[class^=btn-]:hover {
  background-color: #333333;
}
.sub-form-wrap input::-moz-placeholder {
  color: #000;
  font-size: 1rem;
}
.sub-form-wrap input:-ms-input-placeholder {
  color: #000;
  font-size: 1rem;
}
.sub-form-wrap input::placeholder {
  color: #000;
  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;
   -ms-user-select: none;
       user-select: none;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
  box-shadow: none;
  text-decoration: none;
  font-weight: 600;
  line-height: 1.5;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0px;
  display: inline-block;
  transition: all 0.3s ease;
  background-color: transparent;
  border: 2px solid #333333;
  color: #333333;
}
.wpcf7-submit:hover {
  background-color: #333333;
  color: #FFFFFF;
}

#footer form input,
#footer form select,
#footer form textarea {
  background-color: #fff;
  color: #000;
}
#footer form input::-moz-placeholder, #footer form select::-moz-placeholder, #footer form textarea::-moz-placeholder {
  color: #9DAFBD;
}
#footer form input:-ms-input-placeholder, #footer form select:-ms-input-placeholder, #footer form textarea:-ms-input-placeholder {
  color: #9DAFBD;
}
#footer form input::placeholder, #footer form select::placeholder, #footer form textarea::placeholder {
  color: #9DAFBD;
}

.wc-block-components-address-card address .wc-block-components-address-card__address-section, .wc-block-components-address-card__edit, .wc-block-components-express-payment-continue-rule, .wc-block-components-address-form__address_2-toggle, .is-large.wc-block-cart .wc-block-cart__totals-title, .wc-block-components-totals-coupon .wc-block-components-panel__button, .wc-block-components-express-payment-continue-rule--cart, .wc-block-checkout__sidebar .wc-block-components-product-name {
  font-family: "nitti", sans-serif !important;
  font-weight: 400 !important;
}

.message__messaging, .message__messaging .message__headline span, .message__messaging .message__sub-headline span, .message__messaging .message__disclaimer span {
  font-family: monospace, sans-serif !important;
  margin-top: 10px;
}

li[id^=express-payment-method-ppcp-] .paypal-buttons {
  max-width: 480px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
  background: transparent !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  font-weight: 400;
  font-size: 12px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  margin-right: 10px;
  margin-top: 10px;
}

.woocommerce-store-notice, p.demo_store {
  font-size: 11px;
  padding: 13px 0;
  background-color: #dfea4c;
  color: #333333;
}

.woocommerce-store-notice a, p.demo_store a {
  color: #333333;
}

.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: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-right: 10px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 992px) {
  header #mainnav {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    height: 40px;
  }
}
@media (min-width: 992px) {
  header #mainnav {
    padding-left: 10px;
    padding-right: 10px;
  }
}
header nav {
  position: relative;
  transition: opacity 0.35s ease-in;
}
header #logo .st0, header #logo .st1 {
  transition: fill 0.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 0.35s ease-out, background-color 0.35s ease-out;
  height: 40px;
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 992px) {
  header .menu-back {
    height: 40px;
  }
}
header.nav-down .menu-back {
  opacity: 1;
  background-color: #EDE9E1;
}
header.nav-down #logo #logo-main .st0 {
  fill: #EDE9E1;
}
header.nav-down.on-top .menu-back {
  opacity: 0;
}
header.nav-down.on-top #menu-outer > .table li a:not(.btn-green), header.nav-down.on-top #menu-outer .table li span {
  color: #fff;
}
header.nav-down.on-top #menu-outer > .table li .dropdown li a:not(.btn-green), header.nav-down.on-top #menu-outer .table li .dropdown li span {
  color: #000;
}
header.nav-down.on-top #logo .st0 {
  fill: #fff;
}
header.nav-down.on-top #logo .st1 {
  fill: #eaeaea;
}
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: #fff;
}
@media (max-width: 992px) {
  header.nav-down.on-top:after {
    transition: opacity 0.35s ease-out;
  }
}
@media (min-width: 993px) {
  header.nav-down.on-top.light-copy #logo .st0 {
    fill: #fff;
  }
  header.nav-down.on-top.light-copy #menu-outer .table li a:not(.btn-green), header.nav-down.on-top.light-copy #menu-outer .table li span {
    color: #fff;
  }
  header.nav-down.on-top.dark-copy #menu-outer .table li a:not(.btn-green), header.nav-down.on-top.dark-copy #menu-outer .table li span {
    color: #333333;
  }
}
header.nav-down.on-top.dark-copy #logo .st0 {
  fill: #333333;
}
header.nav-down.on-top.dark-copy #logo .st1 {
  fill: #bcb9b1;
}
header.nav-down.on-top.dark-copy #side-bar-switch #btn-lines, header.nav-down.on-top.dark-copy #side-bar-switch #btn-lines:after, header.nav-down.on-top.dark-copy #side-bar-switch #btn-lines:before {
  background-color: #333333;
}
header:not(.white-nav).nav-down.on-top .menu-back {
  opacity: 1;
}
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: #1f3163;
  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: 767px) {
  header #mainnav.opened #logo .st0 {
    fill: #333333;
  }
  header #mainnav.opened #logo .st1 {
    fill: #bcb9b1;
  }
}
header #mainnav.opened .blue-nav {
  display: none;
}
@media (min-width: 768px) {
  header #mainnav.opened .blue-nav {
    display: block;
  }
}
header #logo {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 99;
  color: #01290d;
  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: 10px;
  }
}
@media (min-width: 992px) {
  header #logo {
    left: 10px;
  }
}
header #logo a {
  display: block;
  text-decoration: none;
}
header #logo img, header #logo svg {
  vertical-align: middle;
  width: 228px;
}
@media (max-width: 992px) {
  header #logo img, header #logo svg {
    width: 228px;
  }
}
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: 10px;
  width: 20px;
  opacity: 1;
  visibility: visible;
  z-index: 99;
  display: none;
}
@media (min-width: 768px) {
  header #side-bar-switch {
    right: 10px;
  }
}
header #side-bar-switch:hover {
  cursor: pointer;
}
@media (max-width: 992px) {
  header #side-bar-switch {
    display: block;
    top: 15px;
    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 {
  float: right;
  height: 13px;
  width: 30px;
  margin-top: 0;
  margin-right: 0;
  position: relative;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: margin 0.3s;
  outline: none;
}
header #side-bar-switch #nav-sm #btn-lines {
  width: 30px;
  height: 2px;
  margin: 5px 0 0 0px;
  transition: all 0.3s;
  transform-origin: center center;
  transform-style: preserve-3D;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 0px;
}
header #side-bar-switch #nav-sm.open #btn-lines:after {
  top: -2px !important;
  background: #000;
  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: #000;
  transform: rotate(-45deg);
}
header #side-bar-switch #nav-cross-sm #btn-lines {
  width: 29px;
  height: 2px;
  margin: 14px 0;
  background: #000;
  transition: all 0.3s;
}
header #side-bar-switch #nav-cross-sm.open #btn-lines:after {
  top: -2px !important;
  background: #000 !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: #000 !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: 30px;
  height: 2px;
  position: relative;
  z-index: -1;
  transition: all 0.3s;
  right: 0px;
  border-radius: 0px;
}
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: #000;
  position: relative;
  z-index: -1;
  transition: all 0.3s;
  right: 0;
  border-radius: 1.5px;
}
header #side-bar-switch #nav-sm #btn-lines:before {
  top: -5px;
}
header #side-bar-switch #nav-sm #btn-lines:after {
  top: 3px;
}
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 0.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: #fff;
}
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: #1f3163;
}
header.white-nav #menu-outer .table li a {
  color: #97979C;
}
header.white-nav #menu-outer .table li a:hover {
  color: #fff;
}
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: #1f3163;
}
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: 993px) {
  header.white-nav ul.dropdown {
    background: #1f3163 !important;
    border-top: 1px solid #1f3163 !important;
  }
}
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: #000;
}
@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: #000;
  }
}
header #mainnav.opened #menu-outer .table li a:not(.btn-green) {
  color: #000;
}
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: #000;
}
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: #fff;
}

#menu-outer {
  height: 40px;
}
@media (max-width: 992px) {
  #menu-outer {
    height: 40px;
  }
}
#menu-outer .nav-list .mob-item {
  display: none;
}
@media (max-width: 992px) {
  #menu-outer .nav-list .mob-item {
    display: block;
  }
}
#menu-outer .nav-list li.contact-mob:last-child {
  display: none;
}
@media (max-width: 992px) {
  #menu-outer .nav-list li.contact-mob:last-child {
    display: block;
  }
}
@media (max-width: 992px) {
  #menu-outer {
    height: 0;
    width: 100%;
    z-index: 99;
  }
}
@media (max-width: 992px) {
  #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: #F3EFEA;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  padding: 12px 18px;
  border: 2px solid #F3EFEA;
  background-color: transparent;
  border-radius: 0px;
  transition: background-color 0.35s ease-in-out, border 0.35s ease-in-out;
}
#menu-outer .contact-c a:hover {
  border: 2px solid #F3EFEA;
  background-color: #F3EFEA;
  color: #01290d;
}
@media (max-width: 992px) {
  #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: #fff;
  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: 992px) {
  #menu-outer .table {
    display: inline-block;
    left: 0px;
    width: 100%;
    right: initial;
    float: none;
  }
}
#menu-outer .table .nav-list {
  display: inline-block;
}
@media (max-width: 992px) {
  #menu-outer .table .nav-list {
    width: 100%;
  }
  #menu-outer .table .nav-list .btn-green {
    margin-top: 20px;
    width: 100%;
  }
}
#menu-outer .table .nav-list .btn-green, #menu-outer .table .nav-list .btn-grey {
  padding: 9px 35px 9px 15px;
}
#menu-outer .table .nav-list .button-li {
  padding-top: 13px;
  padding-bottom: 13px;
}
#menu-outer .table .sidebar {
  display: none;
}
@media (max-width: 992px) {
  #menu-outer .table .sidebar {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #menu-outer .table {
    max-width: 290px;
  }
}
#menu-outer .table:after {
  transition: background-color 0.35s ease-out;
}
@media (max-width: 992px) {
  #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;
}
#menu-outer .table .has-sub-items .arrow-down .gt0 {
  fill: #000;
  transition: fill 0.35s ease-out;
}
@media (max-width: 992px) {
  #menu-outer .table .has-sub-items .arrow-down {
    padding: 10px 7px 0px 7px;
    position: absolute;
    top: 0px;
    transform: translate(0, 0%);
    width: 30px;
    display: block;
    right: 21px;
    transition: transform 0.35s ease-out;
    height: 36px;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center right;
  }
}
@media (max-width: 992px) {
  #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: #EDE9E1;
    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: 9px 0;
  margin: 0 10px;
  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: 1px;
  background-color: #333333;
  opacity: 0;
  bottom: 18px;
  transition: width 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 400;
  left: 0;
}
@media (max-width: 992px) {
  #menu-outer .table ul > li {
    padding: 0 10px;
    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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  position: absolute;
  left: -15px;
  top: 40px;
  padding: 15px 1000em 30px;
  margin: -1px -1000em 0 -1000em;
  z-index: 101;
  opacity: 0;
  background: #fff;
  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: 992px) {
  #menu-outer .table ul > li ul.dropdown {
    top: 40px;
    left: 0px;
    padding: 0px;
    width: auto;
  }
}
@media (min-width: 993px) {
  #menu-outer .table ul > li ul.dropdown {
    transform: translate(0, -4px);
  }
}
@media (max-width: 992px) {
  #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: 992px) {
  #menu-outer .table ul > li ul.dropdown > li {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  #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: 992px) {
  #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: 992px) {
  #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(.btn-green) {
  position: relative;
  width: auto;
  display: inline-block;
}
@media (max-width: 992px) {
  #menu-outer .table ul.nav-list > li > a:not(.btn-green) {
    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: 992px) {
  #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: #000;
  }
}
#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;
}
@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: #333333;
}
#menu-outer .table li:last-child {
  margin-right: 0;
}
#menu-outer .table li.has-sub-items:last-child {
  margin-right: 0px;
}
@media (max-width: 992px) {
  #menu-outer .table li {
    display: table;
    width: 100%;
    clear: both;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 20px;
    margin: 0;
  }
  #menu-outer .table li:last-child {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #menu-outer .table li {
    padding-left: 20px;
    padding-bottom: 0px;
  }
}
@media (max-width: 479px) {
  #menu-outer .table li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#menu-outer .table li > a:not(.btn-green), #menu-outer .table li span {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  font-size: 15px;
  position: relative;
  font-family: "nitti", sans-serif;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  transition: color 0.35s ease-out;
}
#menu-outer .table li > a:not(.btn-green):hover, #menu-outer .table li span:hover {
  color: #333333;
}
@media (max-width: 992px) {
  #menu-outer .table li > a:not(.btn-green), #menu-outer .table li span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 0px;
    font-family: "PPMonumentExtended-Black", sans-serif;
    opacity: 1;
  }
  #menu-outer .table li > a:not(.btn-green):hover, #menu-outer .table li span:hover {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  #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;
  width: 380px;
}
#menu-outer .table ul li ul li:last-child {
  padding-bottom: 0px;
}
#menu-outer .table ul li ul li > a:not(.btn-green):hover {
  color: #000;
}
@media (max-width: 992px) {
  #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: #000;
  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: #000;
}
#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: 992px) {
  li.brought-by {
    margin-top: 60px !important;
  }
  li.brought-by:hover {
    cursor: none;
  }
  li.brought-by span {
    font-size: 10px !important;
    color: #F3EFEA !important;
  }
  li.brought-by img {
    max-width: 154px;
  }
  .nav-list {
    margin-top: 60px;
  }
  .nav-list .copy-nav {
    color: #F3EFEA;
    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: 992px) {
  .nav-list .current::after {
    content: none;
  }
}

.nav-list .current a {
  color: #333333;
}

.nav-down .nav-list .current a {
  color: #333333;
}

/* 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: #333333;
}
.header_login_wrapper .header_login > div:first-child .header_login--text {
  color: #dfea4c;
}
.header_login_wrapper .header_login > div:nth-child(2) {
  background: #EDEDED;
}
.header_login_wrapper .header_login > div:nth-child(4) {
  background: #333333;
}
.header_login_wrapper .header_login > div:nth-child(4) .header_login--text {
  color: #dfea4c;
}
.header_login_wrapper .header_login > div:nth-child(5) {
  background: #EDEDED;
}
.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: #fff;
}
footer .container a:hover {
  color: #dfea4c;
}
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: 0.5rem;
    padding-top: 0.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: 0.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: #fff;
  font-size: 0.85rem;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  footer .container .footer-menu span {
    margin-top: 0;
  }
}

#footer {
  background-color: #EDE9E1;
  margin-top: 0px;
  padding: 0px;
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#footer input:not([type=submit]),
#footer select,
#footer textarea {
  border-radius: 4px;
  border: 1px solid #fff;
  color: #000;
}
#footer .wpcf7-submit {
  background-color: #EDE9E1;
  border: 2px solid #EDE9E1;
  color: #333333;
  display: block;
  margin: 0 auto;
}
#footer .wpcf7-submit:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #333333;
}
@media (min-width: 768px) {
  #footer .wpcf7-submit {
    margin: 0 0 0 auto;
  }
}
#footer label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 700;
  display: inline-block;
  text-align: left;
  width: 100%;
}
#footer form {
  margin: 2em 0 2em 0;
}
#footer form p {
  margin: 0;
}
#footer form p:last-of-type {
  text-align: left;
}
#footer form textarea {
  padding: 15px;
}
#footer form textarea:last-child {
  margin-top: 0;
  margin-bottom: 25px;
}
#footer .wpcf7-response-output {
  font-size: 14px;
}
#footer .wpcf7-not-valid-tip {
  bottom: -33px;
  font-size: 11px;
  margin-top: 0;
}
#footer .wpcf7-list-item-label {
  color: #FFF;
}
#footer input[type=text], #footer input[type=email], #footer input[type=tel], #footer textarea {
  width: 100%;
  margin-bottom: 25px;
}
#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: 1408px;
}
#footer .sub-footer {
  display: block;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 0px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  #footer .sub-footer {
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  #footer .sub-footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#footer .sub-footer .copy-copy {
  color: #000;
}
#footer .sub-footer h4 {
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: "nitti", sans-serif;
}
@media (min-width: 768px) {
  #footer .sub-footer h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #footer .sub-footer h4 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
  }
}
#footer .sub-footer .row {
  margin-bottom: 68px;
}
#footer .sub-footer .copyright {
  margin-right: 0;
}
#footer .sub-footer .copy-copy {
  opacity: 0.7;
  font-size: 13px;
  font-weight: 400;
}
#footer .sub-footer .bold-brand {
  font-weight: 400;
  margin-right: 0;
}
#footer .sub-footer .linkedin-a {
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 28px;
  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: #F3EFEA;
  font-family: "nitti", sans-serif;
  font-weight: 500;
}
#footer .sub-footer .legal-foot p {
  color: #F3EFEA;
  font-family: "nitti", 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 {
  width: 306px;
  max-width: 100%;
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #footer .sub-footer .foot-logo {
    margin-top: 0px;
    width: 345px;
  }
}
#footer .sub-footer .foot-logo img, #footer .sub-footer .foot-logo svg {
  height: auto;
  width: 306px;
  max-width: 100%;
}
@media (min-width: 768px) {
  #footer .sub-footer .foot-logo {
    margin-bottom: 47px;
  }
  #footer .sub-footer .foot-logo img, #footer .sub-footer .foot-logo svg {
    width: 345px;
  }
}
@media (min-width: 1200px) {
  #footer .sub-footer .foot-logo img, #footer .sub-footer .foot-logo svg {
    width: 345px;
  }
}
#footer .sub-footer .details {
  text-align: right;
  color: #F3EFEA;
  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: #F3EFEA;
}
#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 .sub-footer h1, #footer .sub-footer h2, #footer .sub-footer h3, #footer .sub-footer h4, #footer .sub-footer h5, #footer .sub-footer h6, #footer .sub-footer p, #footer .sub-footer span, #footer .sub-footer small {
  color: #000;
}
#footer .sub-footer .foot-form-col {
  text-align: center;
}
@media (min-width: 768px) {
  #footer .sub-footer .foot-form-col {
    text-align: left;
  }
  #footer .sub-footer .foot-form-col p {
    font-size: 20px;
  }
}
#footer #logo-bottom {
  margin-right: 0px;
  margin-bottom: 10px;
}
#footer .links {
  padding: 70px 0px 39px 0px;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-right: 10px;
}
@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: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  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: 16px;
  }
}
#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: #1f3163;
}
@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 !important;
  }
}

@media (max-width: 767px) {
  .hide-mob {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .show-desk {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .show-mob {
    display: block !important;
  }
}

.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: "nitti", 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: 16px;
  padding: 12px 39px;
  border: 2px solid #4fa193;
  background-color: #4fa193;
  border-radius: 27px;
  transition: background-color 0.35s ease-in-out, border 0.35s ease-in-out;
}
.foot-nav li.contact-li:hover {
  border: 2px solid #8be2ec;
  background-color: #8be2ec;
}
@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 0.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;
  padding: 0 0 0px 0;
  text-align: left;
}
ul.foot-nav-list li {
  padding-left: 0px;
  padding-bottom: 15px;
  font-size: 16px;
  font-family: "PPMonumentExtended-Black", sans-serif;
  color: #000;
}
@media (min-width: 768px) {
  ul.foot-nav-list li {
    padding-bottom: 15px;
    font-size: 17px;
  }
}
@media (min-width: 1200px) {
  ul.foot-nav-list li {
    padding-bottom: 15px;
    font-size: 17px;
  }
}
ul.foot-nav-list li a {
  color: #000;
  font-family: "PPMonumentExtended-Black", sans-serif;
  font-weight: 600;
}
@media (min-width: 768px) {
  ul.foot-nav-list li a {
    text-decoration: none;
  }
}
ul.foot-nav-list li a:hover {
  color: #333333;
  text-decoration: underline;
}
ul.foot-nav-list li a[href^="tel:"] {
  text-decoration: none;
}
ul.foot-nav-list li span {
  color: #000;
}

div.brought-by span {
  color: #F3EFEA !important;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
  font-family: "nitti", 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;
  }
}

.custom-table {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: left;
  vertical-align: top;
  color: #ffffff;
  border: 0;
  padding: 0;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .custom-table {
    margin-top: 80px;
    margin-bottom: 20px;
  }
}
.custom-table .custom-td {
  vertical-align: top;
  color: #ffffff;
  padding: 5px 0;
}
.custom-table .custom-td.max-width-80 {
  max-width: 80px;
  padding: 5px 20px 5px 0;
}
.custom-table .custom-td.max-width-100 {
  max-width: 100%;
  padding: 5px 20px 5px 0;
}

.nav-col-foot {
  padding-top: 0px;
  text-align: left;
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .nav-col-foot {
    padding-bottom: 0px;
  }
}
.nav-col-foot.soc-col {
  padding-bottom: 0px;
}
@media (min-width: 992px) {
  .nav-col-foot.soc-col {
    display: flex;
    align-items: flex-end;
    flex-flow: column;
    justify-content: space-between;
  }
}
.nav-col-foot span {
  color: #000;
}
.nav-col-foot p {
  font-size: 16px;
  margin-top: 0;
  line-height: 1.65;
}
@media (min-width: 768px) {
  .nav-col-foot p {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .nav-col-foot p {
    font-size: 20px;
  }
}

.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: #F3EFEA !important;
  font-family: "nitti", sans-serif;
  font-weight: 500;
  font-size: 15px;
}

.mob-copy {
  color: #000;
}
.mob-copy span, .mob-copy a {
  color: #000;
}

.copy-dupe {
  padding-bottom: 10px;
  align-self: end;
}
.copy-dupe .mob-copy {
  padding-top: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .copy-dupe .mob-copy {
    text-align: left;
  }
}

.under-half {
  display: block;
  clear: both;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .under-half {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.under-half .copy-copy {
  color: #000;
  font-size: 15px;
}

.foot-logo-text h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .foot-logo-text h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

.foot-logo-text {
  text-align: center;
}
@media (min-width: 768px) {
  .foot-logo-text {
    text-align: left;
  }
}

.follow-us-feet {
  align-items: flex-end;
  display: flex;
  justify-content: left;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .follow-us-feet {
    justify-content: right;
  }
}
.follow-us-feet span {
  display: inline-block;
  padding-right: 0px;
  vertical-align: sub;
}
.follow-us-feet img {
  display: inline-block;
  padding-left: 5px;
  vertical-align: sub;
}
.follow-us-feet img.youtube-icon {
  margin-left: 10px;
  width: 33px;
}
.follow-us-feet img.linkedin-icon {
  margin-left: 10px;
  width: 24px;
}
.follow-us-feet img.twitter-icon {
  margin-left: 10px;
  width: 24px;
}
.follow-us-feet img.facebook-icon {
  margin-left: 10px;
  width: 15px;
}
.follow-us-feet img.instagram-icon {
  margin-left: 10px;
  width: 25px;
}
.follow-us-feet a:first-child img {
  margin-left: -5px;
}

.foot-logo-wrapper .foot-logo {
  margin: 0 auto 30px auto;
}
@media (min-width: 768px) {
  .foot-logo-wrapper .foot-logo {
    margin: 0 0 47px 0;
  }
}

/* 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: #EDEDED;
  color: #333333;
}

.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: 10px;
    padding-left: 10px;
  }
}
.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: #EDEDED;
  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: #fff;
  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: #fff;
}
.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: #178ACC;
  }
}

@media (min-width: 992px) {
  #about-sub-nav.open-dsk span, #about-sub-nav.open-dsk a {
    color: #7EC280;
  }
}

/*
** preceding names below need to match page link label in slug format + "-sub-nav" 
*/
.invest-sub-nav {
  background: #178ACC;
}

.about-sub-nav {
  background: #7EC280;
}

/*
** 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: #fff;
  padding-bottom: 1rem;
}

@keyframes reveal {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            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: "nitti", sans-serif;
  margin-bottom: 0px;
  padding-bottom: 340px;
  padding-bottom: 32.5vh;
  opacity: 1;
  transition: opacity 0.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: #fff;
  z-index: 9999;
  transition: transform 1.32s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}

#cover.show {
  animation: fade-in 0.5s normal forwards 0.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: #1f3163 !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: 0.7s;
  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: "nitti", 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 #dfea4c;
  display: block;
  font-size: 0.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 #dfea4c;
  }
}
.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: 4px;
  border: 1px solid #333333 !important;
  color: #333333;
}
.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: 768px;
  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 form label {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  font-family: "nitti", 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: 0;
  margin-bottom: 25px;
}
.contact_form .wpcf7-response-output {
  font-size: 14px;
}

.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: "nitti", 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;
  }
}

@media (min-width: 768px) {
  .contact_form.c-halves form {
    margin-top: 0 !important;
  }
  .contact_form.c-halves .contact_form--container {
    max-width: 910px;
    margin: 0 0 0 auto;
  }
}
.contact_form.c-halves h1 {
  font-weight: 400;
}

.further-deets {
  color: #F3EFEA;
  padding-bottom: 60px;
}
.further-deets span, .further-deets p, .further-deets a {
  color: #F3EFEA;
}
.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: 3rem;
  }
}
.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 20px 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 20px 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: #333333;
}
.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: #fff !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.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: #333333;
}
.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: #fff !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;
  }
}

.head-ban img {
  margin-bottom: 30px;
}

.member--subheading + .colored-grad-out {
  margin-top: 0px;
}

.hero .video_container, .masthead .video_container {
  position: relative;
  padding-bottom: 170.1863354037%;
  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: 177.77777778vh;
  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: 36px;
  }
}

.pre-head-feat {
  font-size: 20px;
  line-height: 1.1em;
  color: #333333;
  font-family: "nitti", sans-serif;
  text-transform: initial;
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.pre-head-feat::after {
  content: " ";
  display: block;
  background: #EDE9E1;
  background-color: #EDE9E1;
  height: 2px;
  margin-top: 10px;
  width: 100%;
  max-width: 100vw;
}
@media (min-width: 768px) {
  .pre-head-feat {
    font-size: 28px;
  }
}

.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;
  right: 30px;
  bottom: 20px;
  z-index: 20;
  height: auto;
  padding: 0;
}

@media (min-width: 768px) {
  .hero-vimeo .play-wrap, .hero-youtube .play-wrap {
    right: 60px;
    bottom: 40px;
  }
}
.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: "nitti", 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 #EDE9E1;
  background: #EDE9E1;
}

.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: #333333;
}

@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 {
  background-image: url("../../assets/img/arrow-prev-slide-w.svg") !important;
  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 {
  background-image: url("../../assets/img/arrow-next-slide-w.svg") !important;
  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 .cta-wrap {
  display: flex;
  margin-top: 30px;
}
.masthead.scrollable .pre-head-feat {
  opacity: 0;
  transform: translate(0px, 0px);
}
.masthead.scrollable .pre-head-feat::after {
  width: 0%;
}
.masthead.scrollable .masthead-header {
  opacity: 0;
  transform: translate(0%, 0%);
}
.masthead.scrollable .box-side {
  opacity: 0;
  transform: translate(0%, 0%);
}
.masthead.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;
}
.masthead.scrollable.show .pre-head-feat::after {
  width: 100%;
  transition: width 0.99s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.99s;
}
.masthead.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;
}
.masthead.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;
}
.masthead.light-copy h1, .masthead.light-copy h2, .masthead.light-copy h3, .masthead.light-copy h4 {
  color: #fff !important;
}
.masthead.light-copy p {
  color: #fff !important;
}
.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 {
  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: #fff;
  font-weight: 400;
  margin-bottom: 15px;
}
.masthead h3.second-lead {
  color: #333333;
  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: #fff;
}
.masthead .pre-head-img {
  max-width: 232px;
  display: block;
  margin-bottom: 10px;
}
.masthead h1 {
  color: #fff;
  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: #fff;
}
.masthead h2 span, .masthead h3 span {
  font-family: "nitti", sans-serif !important;
}
.masthead .orange {
  color: #e78a2e !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.4;
}
@media (min-width: 768px) {
  .masthead .container .animated-header-container h2.lead, .masthead .container-fluid .animated-header-container h2.lead {
    line-height: 1.2;
  }
}
.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: #fff;
  font-family: "nitti", 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: rgb(0, 0, 0);
  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: 0.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: #fff;
  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: #333333;
}

.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: 10px;
  padding-right: 10px;
  max-width: 1408px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container-fluid.text-spread {
    padding-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-right: 10px;
  }
}
.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: 620px;
}

@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: 10px;
    padding-right: 10px;
    max-width: 1408px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid.text-left-top-mob > .row {
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    padding-top: 85px;
    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: 85px;
    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: 85px;
    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: 10px;
    padding-right: 10px;
    max-width: 1408px;
    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: 10px;
    padding-right: 10px;
    max-width: 1408px;
    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-center-mob .cta-wrap {
    justify-content: center;
  }
  .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;
  }
  .container-fluid.text-right-mob .cta-wrap {
    justify-content: flex-end;
  }
}
@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: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-right: 10px;
    max-width: 1408px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid.text-left-top > .row {
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    padding-top: 160px;
    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: 160px;
    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: 85px;
    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 .cta-wrap {
    justify-content: center;
  }
  .container-fluid.text-center-top > .row {
    align-items: flex-start;
    height: 100%;
    margin-top: 0;
    padding-top: 160px;
    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-center-top .cta-wrap {
    justify-content: center;
  }
  .container-fluid.text-left-bottom {
    padding-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-right: 10px;
    max-width: 1408px;
    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: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-right: 10px;
    max-width: 1408px;
    margin-right: auto;
    margin-left: auto;
  }
  .container-fluid.text-left > .row {
    align-items: center;
    height: 100%;
    margin-top: 0;
    padding-bottom: 0;
    left: 0;
    margin: 0;
    position: relative;
  }
  .container-fluid.text-left > .row > .col-sm-12 {
    padding: 0;
  }
  .container-fluid.text-right-bottom {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1408px;
    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-right-bottom .cta-wrap {
    justify-content: flex-end;
  }
  .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;
  }
  .container-fluid.text-center-bottom .cta-wrap {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .container-fluid.text-left-top {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-fluid.text-right-top {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-fluid.text-center-top {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-fluid.text-left-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-fluid.text-right-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-fluid.text-center-bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-fluid.text-center {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-fluid.text-left {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container-fluid.text-right {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.genhead {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #FFF;
  height: 319px;
}
.genhead h1 {
  color: #1f3163;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .genhead h1 {
    font-size: 50px !important;
  }
}
.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: #F3EFEA;
}
.main .masthead:first-child, .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 {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .main .masthead:first-child, .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 {
    margin-top: 40px;
  }
}
.main .hero-vimeo.section:first-child, .main .hero-youtube .section:first-child {
  padding-top: 0;
  padding-bottom: 0;
}

.main.fixed-head {
  margin-top: 40px;
  padding-top: 0px;
}
@media (max-width: 992px) {
  .main.fixed-head {
    margin-top: 40px;
    padding-top: 0px;
  }
}

.main:not(.fixed-head) > section:first-child:not(.masthead) {
  margin-top: 40px;
  padding-top: 0px;
}
@media (max-width: 992px) {
  .main:not(.fixed-head) > section:first-child:not(.masthead) {
    margin-top: 40px;
    padding-top: 0px;
  }
}

.page-template-page-generic .main.fixed-head {
  padding-top: 50px;
}
@media (max-width: 992px) {
  .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: "PPMonumentExtended-Black", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 18px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .post-intro-box .color-title p {
    margin-bottom: 8px;
  }
}
.post-intro-box .id-field {
  font-size: 14px;
  font-family: "PPMonumentExtended-Black", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@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: 20px;
}
@media (min-width: 768px) {
  .post-intro-box h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .post-intro-box h1 {
    font-size: 45px;
  }
}
.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: 20px;
}
@media (min-width: 768px) {
  .lead-p-block h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .lead-p-block h1 {
    font-size: 45px;
  }
}
.lead-p-block > *:last-child {
  margin-bottom: 30px;
}

.bread p {
  font-size: 14px;
  font-family: "PPMonumentExtended-Black", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.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: 12px;
  color: #F3EFEA;
}
@media (min-width: 768px) {
  .feat-tab ul {
    -moz-column-count: 3;
    column-count: 3;
  }
  .feat-tab ul li {
    font-size: 16px;
  }
}
.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: #F3EFEA;
}

.contact-tab {
  color: #F3EFEA;
  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: #F3EFEA;
}
.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: #F3EFEA;
}

.complexes-template-default .prop-features {
  position: relative;
}
.complexes-template-default .prop-features h2 {
  margin-bottom: 0;
  text-align: left;
  font-size: 25px;
  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: 35px;
    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: #2F2C2B;
}
.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: "PPMonumentExtended-Black", sans-serif;
  font-size: 14px;
  padding: 7px 15px;
  border: 1px solid #F3EFEA;
}
.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: 35px;
  }
}
.complexes-template-default .more-section {
  background-color: #2F2C2B;
  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: #F3EFEA;
}

.properties-template-default .prop-features {
  position: relative;
}
.properties-template-default .prop-features h2 {
  margin-bottom: 0;
  text-align: left;
  font-size: 25px;
  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: 35px;
    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: #2F2C2B;
}
.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: "PPMonumentExtended-Black", sans-serif;
  font-size: 14px;
  padding: 7px 15px;
  border: 1px solid #F3EFEA;
}
.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: 35px;
  }
}
.properties-template-default .more-section {
  background-color: #2F2C2B;
  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.9197707736%;
  display: block;
}

@media (min-width: 768px) {
  #map {
    padding-bottom: 47.1869328494%;
  }
}
.map-section {
  font-family: "PPMonumentExtended-Black", sans-serif;
  padding-top: 45px;
  background-color: #2F2C2B;
}
@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: 16px;
  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: #fff;
}

.page-template .masthead:not(.full-h-mob), .page-template-default .masthead:not(.full-h-mob) {
  max-height: 500px;
  height: 100vh;
}

@media (min-width: 768px) {
  .page-template .masthead, .page-template-default .masthead {
    max-height: 1004px;
  }
  .page-template .masthead:not(.full-h-mob), .page-template-default .masthead:not(.full-h-mob) {
    max-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: #F3EFEA;
}
.main a:not([class^=btn-]):not([class^=cta]):not(.close) {
  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: #178ACC;
}

section.partner-list {
  background: #333333;
}
section.partner-list .container-fluid:not(.max) {
  padding: 0;
}
section.partner-list .container .col-sm-12, section.partner-list .container-fluid .col-sm-12 {
  padding-top: var(--padding-top-mobile);
  padding-bottom: var(--padding-bottom-mobile);
}
@media (min-width: 768px) {
  section.partner-list .container .col-sm-12, section.partner-list .container-fluid .col-sm-12 {
    padding-top: var(--padding-top-desk);
    padding-bottom: var(--padding-bottom-desk);
  }
}
section.partner-list .container .list-container, section.partner-list .container-fluid .list-container {
  display: flex;
  overflow: hidden;
  animation-duration: var(--animation-duration);
}
section.partner-list .container .list-container .list-header, section.partner-list .container-fluid .list-container .list-header {
  display: block;
  color: #fff;
}
section.partner-list .container .list-container .list-items, section.partner-list .container-fluid .list-container .list-items {
  display: flex;
  flex: 0 0 auto;
  white-space: nowrap;
}
section.partner-list .container .list-container .strip, section.partner-list .container-fluid .list-container .strip {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-around;
}
section.partner-list .container .list-container .list-items img, section.partner-list .container-fluid .list-container .list-items img {
  display: inline-block;
  padding: 0 10px;
  width: auto;
  height: var(--img-height-mobile);
}
@media (min-width: 768px) {
  section.partner-list .container .list-container .list-items img, section.partner-list .container-fluid .list-container .list-items img {
    height: var(--img-height-desk);
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
section.partner-list .container .list-container .list-items, section.partner-list .container-fluid .list-container .list-items {
  animation: scroll;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: inherit;
}

.our-partners {
  position: relative;
  overflow: hidden;
  /*
  ** Owl Carousel Theme Overrideeeeee
  */
}
.our-partners.light-copy h2, .our-partners.light-copy h4, .our-partners.light-copy p, .our-partners.light-copy span {
  color: #fff;
}
.our-partners.dark-copy h2, .our-partners.dark-copy h4, .our-partners.dark-copy p, .our-partners.dark-copy span {
  color: #333333;
}
.our-partners.scrollable .head-ban {
  opacity: 0;
}
.our-partners.scrollable .carousel {
  opacity: 0;
  transform: translate(0, 80px);
}
.our-partners.scrollable.show .head-ban {
  opacity: 1;
  transition: opacity 1.3s ease-out;
  transition-delay: 0.66s;
}
.our-partners.scrollable.show .carousel {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.99s;
}
.our-partners .container {
  margin: 0;
  max-width: 400px;
}
@media (min-width: 768px) {
  .our-partners .container {
    margin: 0 auto;
    max-width: 1408px;
  }
}
.our-partners .container br {
  display: none;
}
@media (min-width: 768px) {
  .our-partners .container br {
    display: block;
  }
}
.our-partners .carousel {
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  .our-partners .carousel {
    margin-top: 0;
    margin-bottom: 0px;
  }
}
.our-partners .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 0);
}
.our-partners .owl-carousel {
  display: flex !important;
  flex-direction: column-reverse;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 30px;
}
.our-partners .owl-theme .owl-nav {
  margin-bottom: 0;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: -83px;
}
@media (min-width: 768px) {
  .our-partners .owl-theme .owl-nav {
    left: initial;
    bottom: initial;
    top: 50%;
    right: 2.9vw;
    margin-bottom: 0;
    margin-top: 0;
    transform: translate(0, -50%);
  }
  .our-partners .owl-theme .owl-nav button {
    display: block !important;
  }
  .our-partners .owl-theme .owl-nav button:first-child {
    margin-bottom: 15px;
  }
}
.our-partners .prev-slide {
  transform: rotate(180deg);
}
.our-partners .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.our-partners .owl-item .item {
  max-width: 100%;
}
@media (max-width: 767px) {
  .our-partners .owl-item .item {
    margin: 0 auto;
  }
}
.our-partners .owl-item .item .p-copy p:last-of-type {
  margin-bottom: 30px;
}
.our-partners .owl-carousel .owl-item .item {
  padding: 27px 10px 40px 10px;
}
@media (min-width: 768px) {
  .our-partners .owl-carousel .owl-item .item {
    padding: 40px 10px;
  }
}
.our-partners .owl-carousel .owl-item .item .btn-line-blue {
  padding: 12px 28px;
  border-color: #fff;
}
.our-partners .owl-carousel .owl-item .item .btn-line-blue:hover {
  border-color: #fff;
  color: #1f3163 !important;
  background-color: #fff !important;
}
.our-partners .owl-carousel .pre-head {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .our-partners .owl-carousel .pre-head {
    margin-bottom: 20px;
  }
}
.our-partners .owl-carousel img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
}
.our-partners .owl-stage {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 579px) {
  .our-partners .owl-stage {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.our-partners h2, .our-partners h4, .our-partners p, .our-partners span {
  color: #fff;
}
.our-partners .container, .our-partners .container-fluid {
  margin-top: 80px;
  margin-bottom: 60px;
}
.our-partners .container .label, .our-partners .container-fluid .label {
  display: block;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
}
.our-partners .container .members__wrapper, .our-partners .container-fluid .members__wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .our-partners .container .members__wrapper, .our-partners .container-fluid .members__wrapper {
    margin: 0 -20px;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .our-partners .container .members__wrapper, .our-partners .container-fluid .members__wrapper {
    max-width: 905px;
    margin: 0 auto;
    padding: 0 50px;
  }
}
@media (min-width: 1051px) and (max-width: 1210px) {
  .our-partners .container .members__wrapper, .our-partners .container-fluid .members__wrapper {
    padding: 0 66px;
  }
}
.our-partners .container .members__wrapper .member, .our-partners .container-fluid .members__wrapper .member {
  flex: 1 0 100%;
  padding-bottom: 3rem;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 480px) {
  .our-partners .container .members__wrapper .member, .our-partners .container-fluid .members__wrapper .member {
    flex: 1 0 48%;
    max-width: 49%;
    padding: 0 20px 40px 20px;
  }
  .our-partners .container .members__wrapper .member:nth-child(2n), .our-partners .container-fluid .members__wrapper .member:nth-child(2n) {
    padding: 0 20px 40px 20px;
  }
}
@media (min-width: 768px) {
  .our-partners .container .members__wrapper .member, .our-partners .container-fluid .members__wrapper .member {
    min-width: 261px;
  }
}
@media (min-width: 992px) {
  .our-partners .container .members__wrapper .member, .our-partners .container-fluid .members__wrapper .member {
    flex: 1 0 31%;
    max-width: 261px;
    padding: 0 20px 40px 20px;
  }
  .our-partners .container .members__wrapper .member:nth-child(2n), .our-partners .container-fluid .members__wrapper .member:nth-child(2n) {
    padding: 0 20px 40px 20px;
  }
  .our-partners .container .members__wrapper .member:nth-child(3n), .our-partners .container-fluid .members__wrapper .member:nth-child(3n) {
    padding: 0 20px 40px 20px;
  }
}
.our-partners .container .members__wrapper .member .member--heading, .our-partners .container-fluid .members__wrapper .member .member--heading {
  font-size: 25px;
  padding-top: 0rem;
  margin-bottom: 15px;
  margin-top: 20px;
  color: #4fa193;
  font-weight: 700;
}
.our-partners .container .members__wrapper .member .member--subheading, .our-partners .container-fluid .members__wrapper .member .member--subheading {
  font-size: 16px;
  display: block;
}
@media (max-width: 479px) {
  .our-partners .container .members__wrapper .member .member--subheading, .our-partners .container-fluid .members__wrapper .member .member--subheading {
    max-width: 200px;
    margin: 0 auto;
  }
}
.our-partners .container .second-lead-copy, .our-partners .container-fluid .second-lead-copy {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px;
}
.our-partners .container .second-lead-copy p, .our-partners .container-fluid .second-lead-copy p {
  margin-top: 0;
}
@media (min-width: 992px) {
  .our-partners .container .second-lead-copy, .our-partners .container-fluid .second-lead-copy {
    padding-left: 20px;
    max-width: 30vw;
  }
}
.our-partners .head-ban h2 {
  display: block;
  margin: 0 0 20px 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .our-partners .head-ban h2 {
    font-size: 3.33vw;
  }
}
@media (min-width: 992px) {
  .our-partners .head-ban h2 {
    font-size: 2.33vw;
  }
}
@media (min-width: 1920px) {
  .our-partners .head-ban h2 {
    font-size: 44px;
  }
}
.our-partners .head-ban .member-section-lead {
  display: block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
  padding-left: 0px;
}
.our-partners .head-ban, .our-partners .members__wrapper {
  position: relative;
  z-index: 1;
}

.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;
}
.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 {
  max-width: 668px;
  margin: 0 auto;
}
.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%;
  max-width: 480px;
}
.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: #fff;
}
.row-n-columns .col-sm-6 p:first-child {
  margin-top: 0;
}

.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: #FFF;
}
.light-copy .bott-line {
  background-color: #FFF;
}

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: #fff;
}
section.text-cta.light-copy p {
  color: #fff;
}
section.text-cta.light-copy .btn-line-blue {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
section.text-cta.light-copy .btn-line-blue:hover {
  background: #fff !important;
  border: 1px solid #fff;
  color: #1f3163 !important;
}
section.text-cta.light-copy .btn-line-blue:hover span {
  color: #1f3163;
}
section.text-cta.light-copy .btn-blue {
  background: #fff;
  color: #1f3163;
  border: 1px solid #fff;
}
section.text-cta.light-copy .btn-blue:hover {
  background: #000 !important;
  border: 1px solid #000;
  color: #fff !important;
}
section.text-cta.light-copy .btn-blue:hover span {
  color: #fff;
}
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: "nitti", sans-serif;
  color: #917B5E;
  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: #000;
}
.industrial section.text-cta.dark-copy p {
  color: #000;
}
.industrial section.text-cta.dark-copy .btn-line-blue {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.industrial section.text-cta.dark-copy .btn-line-blue:hover {
  background: #000 !important;
  border: 1px solid #000;
  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: #000;
  color: #fff;
  border: 1px solid #000;
}
.industrial section.text-cta.dark-copy .btn-blue:hover {
  background: #fff !important;
  border: 1px solid #fff;
  color: #000 !important;
}
.industrial section.text-cta.dark-copy .btn-blue:hover span {
  color: #000;
}
.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 {
  top: 0;
  border: none;
  padding-left: 0;
  max-width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  section.text-quote-banner .quote-box {
    margin-top: 20px;
  }
}
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: 2vw;
  }
}
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: #333333;
}
section.text-quote-banner.dark-copy .quote-box h3 {
  color: #333333;
}
section.text-quote-banner.dark-copy .quote-box h4 {
  color: #333333;
}
section.text-quote-banner.dark-copy .quote-box h5 {
  color: #333333;
}
section.text-quote-banner.dark-copy .quote-box p {
  color: #333333;
}
section.text-quote-banner.dark-copy .quote-box span {
  color: #333333;
}
section.text-quote-banner.dark-copy .quote-box a {
  color: #333333;
}
section.text-quote-banner.light-copy .quote-box h2 {
  color: #fff;
}
section.text-quote-banner.light-copy .quote-box h3 {
  color: #fff;
}
section.text-quote-banner.light-copy .quote-box h4 {
  color: #fff;
}
section.text-quote-banner.light-copy .quote-box h5 {
  color: #fff;
}
section.text-quote-banner.light-copy .quote-box p {
  color: #fff;
}
section.text-quote-banner.light-copy .quote-box span {
  color: #fff;
}
section.text-quote-banner.light-copy .quote-box a {
  color: #fff;
}
@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: 25px;
}
@media (min-width: 768px) {
  section.text-quote-banner .container-fluid h2 {
    font-size: 40px;
    font-size: 2.35vw;
  }
}
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 {
  margin-bottom: 80px;
}
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-quote-banner .owl-prev, section.text-quote-banner .owl-next {
  background-size: contain !important;
  margin: 0 !important;
  padding: 0 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
section.text-quote-banner .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
}
section.text-quote-banner .owl-nav .owl-next {
  padding-left: 10px !important;
}
@media (min-width: 768px) {
  section.text-quote-banner .owl-nav .owl-next {
    padding-left: 20px !important;
  }
}
section.text-quote-banner .img-center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
section.text-quote-banner .img-left img {
  display: block;
  margin-right: auto;
}
section.text-quote-banner .img-right img {
  display: block;
  margin-left: auto;
}

.card-slider {
  overflow-x: hidden;
  overflow-y: hidden;
  padding-bottom: 72px;
  /*
  ** Owl Carousel Theme Override
  */
}
.card-slider.scrollable .carousel {
  opacity: 0;
}
.card-slider.scrollable.show .carousel {
  opacity: 1;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition-delay: 0.99s;
}
@media (min-width: 768px) {
  .card-slider {
    padding-bottom: 92px;
  }
}
.card-slider .a-center .wrap-pad {
  text-align: center;
}
.card-slider .a-center .btn-wrap {
  justify-content: center;
}
.card-slider .a-left .wrap-pad {
  text-align: left;
}
.card-slider .a-left .btn-wrap {
  justify-content: flex-start;
}
.card-slider .a-right .wrap-pad {
  text-align: right;
}
.card-slider .a-right .btn-wrap {
  justify-content: flex-end;
}
.card-slider .card-col.add-padding .copy-wrap {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.card-slider .card-col.add-padding .copy-wrap:last-child {
  padding-bottom: 20px;
}
.card-slider.carousel_copy_block {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .card-slider.carousel_copy_block {
    padding-top: 100px;
  }
}
.card-slider .container {
  margin: 0;
  max-width: 400px;
}
@media (min-width: 768px) {
  .card-slider .container {
    margin: 0 auto;
    max-width: 1408px;
  }
}
.card-slider .container br {
  display: none;
}
@media (min-width: 768px) {
  .card-slider .container br {
    display: block;
  }
}
.card-slider .carousel {
  position: relative;
}
@media (min-width: 768px) {
  .card-slider .carousel {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0px;
  }
}
.card-slider .animated-header {
  max-width: 700px;
}
.card-slider h3 {
  margin-bottom: 20px;
  margin-top: 15px;
  line-height: 1.2;
  font-size: 18px;
}
@media (min-width: 768px) {
  .card-slider h3 {
    margin-bottom: 10px;
    font-size: 26px;
  }
}
.card-slider .owl-carousel {
  display: flex !important;
  flex-direction: column-reverse;
  border-top: 0;
  padding-top: 0;
}
.card-slider .owl-theme .owl-nav {
  margin-bottom: 0;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
  top: initial;
}
@media (min-width: 768px) {
  .card-slider .owl-theme .owl-nav {
    left: initial;
    bottom: 0;
    top: initial;
    right: 2.9vw;
    margin-bottom: 0;
    margin-top: 0;
    transform: translate(0, -50%);
  }
  .card-slider .owl-theme .owl-nav button {
    display: block !important;
  }
  .card-slider .owl-theme .owl-nav button:first-child {
    margin-bottom: 15px;
  }
}
.card-slider .prev-slide,
.card-slider .next-slide {
  display: block;
  background-image: url("../../assets/img/arrow-right-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
}
@media (min-width: 768px) {
  .card-slider .prev-slide,
  .card-slider .next-slide {
    background-image: url("../../assets/img/arrow-right.svg");
    height: 70px;
    width: 70px;
  }
}
.card-slider .prev-slide {
  transform: rotate(180deg);
}
.card-slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
.card-slider .p-copy + .btn-white {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .card-slider .p-copy + .btn-white {
    margin-top: 30px;
  }
}
.card-slider .pre-head {
  margin-top: 0;
  margin-bottom: 13px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .card-slider .pre-head {
    margin-bottom: 13px;
  }
}
.card-slider .pre-head-img img {
  padding-bottom: 25px;
  width: auto;
  min-height: 93px;
  max-height: 180px;
  max-width: 374px;
}
.card-slider .dark-line {
  height: 2px;
  width: 100%;
  background-color: #000;
  margin-bottom: 30px;
}
.card-slider .owl-img-square .owl-stage-outer {
  overflow: hidden;
  border-radius: 0px;
}
.card-slider .wrap-img {
  height: 0;
  width: 100%;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
.card-slider .wrap-img.square {
  padding-bottom: 100%;
}
.card-slider .wrap-img.landscape {
  padding-bottom: 56.25%;
}
.card-slider .wrap-img:not(.remove-padding) img {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .card-slider .wrap-img {
    margin-bottom: 0px;
  }
}
.card-slider .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;
}
.card-slider .wrap-img.img-center img {
  margin: 0 auto;
}
.card-slider .wrap-img.img-left img {
  margin-right: auto;
}
.card-slider .wrap-img.img-right img {
  margin-left: auto;
}
.card-slider > .wrap-img:first-child:not(.remove-padding) img {
  padding-top: 20px;
}
.card-slider .owl-stage > .active ~ .active .item {
  background-color: #fff;
}
.card-slider .owl-stage > .active ~ .active .item p, .card-slider .owl-stage > .active ~ .active .item h3, .card-slider .owl-stage > .active ~ .active .item span, .card-slider .owl-stage > .active ~ .active .item .btn-line-blue {
  color: #1f3163;
}
.card-slider .owl-stage > .active ~ .active .item .btn-line-blue {
  border-color: #1f3163;
}
.card-slider .owl-stage > .active ~ .active .item .btn-line-blue:hover {
  border-color: #178ACC;
  color: #fff !important;
  background-color: #178ACC !important;
}
.card-slider .owl-item:not(.active) .item {
  background-color: #fff;
}
.card-slider .btn-white {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0px;
}
.card-slider .owl-dots .owl-dot span, .card-slider .custom-dots-container .owl-dot span {
  width: 10px;
  height: 10px;
  background: #EAEAEA;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.card-slider .owl-dot {
  display: inline-block;
  zoom: 1;
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.card-slider .owl-dot:hover {
  cursor: pointer;
}
.card-slider .owl-dot.active span, .card-slider .owl-dot:hover span {
  background: #AAAAAA;
}
.card-slider .custom-dots-container, .card-slider .owl-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (min-width: 1200px) {
  .card-slider .custom-dots-container, .card-slider .owl-dots {
    bottom: 32px;
  }
}
.card-slider.carousel_copy_block .owl-dots {
  bottom: 35px;
}
@media (min-width: 1200px) {
  .card-slider.carousel_copy_block .owl-dots {
    bottom: 32px;
  }
}
.card-slider .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) {
  .card-slider .dots-wraps {
    bottom: -79px;
  }
}
.card-slider .owl-nav {
  width: 100%;
  max-width: 1362px;
  margin: 0 auto;
  left: 0 !important;
  right: 0 !important;
}
.card-slider .owl-nav span {
  font-size: 50px;
}
.card-slider .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  margin: 20px 0 0;
}
.card-slider .owl-nav .owl-next {
  position: absolute;
  left: 60px;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .card-slider .owl-nav .owl-next {
    left: 90px;
  }
}
.card-slider .custom-dots-container {
  width: 100%;
  left: 50%;
  text-align: center;
  padding-left: 0px;
  position: relative;
  top: 0;
}
.card-slider.light-copy h1, .card-slider.light-copy h2, .card-slider.light-copy h3, .card-slider.light-copy h4, .card-slider.light-copy h5, .card-slider.light-copy h6, .card-slider.light-copy p, .card-slider.light-copy span, .card-slider.light-copy a:not([class^=btn-]):not([class^=cta]), .card-slider.light-copy li {
  color: #fff;
}
.card-slider.light-copy .dark-line {
  background-color: #fff;
}
.card-slider.light-copy .nav-arrow {
  color: #fff;
}

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;
  }
}
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 .container {
  margin: 0;
  max-width: 400px;
}
@media (min-width: 768px) {
  section.text_carousel .container {
    margin: 0 auto;
    max-width: 1408px;
  }
}
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.4;
  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-image: url("../../assets/img/arrow-right-line.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
}
@media (min-width: 768px) {
  section.text_carousel .prev-slide,
  section.text_carousel .next-slide {
    background-image: url("../../assets/img/arrow-right.svg");
    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: 0px;
}
section.text_carousel .wrap-img {
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  position: relative;
  border-radius: 0px;
  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: #1f3163;
}
section.text_carousel .owl-stage > .active ~ .active .item .btn-line-blue {
  border-color: #1f3163;
}
section.text_carousel .owl-stage > .active ~ .active .item .btn-line-blue:hover {
  border-color: #178ACC;
  color: #fff !important;
  background-color: #178ACC !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: 0px;
}
@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 0.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: 1362px;
  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: #fff;
}
section.text_carousel.light-copy .dark-line {
  background-color: #fff;
}
section.text_carousel.light-copy .nav-arrow {
  color: #fff;
}

.nav-arrow.prev-arrow, .nav-arrow.next-arrow {
  font-size: 70px;
  line-height: 1;
}

.nav-arrow.prev-arrow {
  background-image: url("../img/arrow-prev-slide-w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
}
@media (min-width: 768px) {
  .nav-arrow.prev-arrow {
    background-image: url("../img/arrow-prev-slide-w.svg");
    height: 70px;
    width: 70px;
  }
}

.nav-arrow.next-arrow {
  background-image: url("../img/arrow-next-slide-w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 50px;
  width: 50px;
}
@media (min-width: 768px) {
  .nav-arrow.next-arrow {
    background-image: url("../img/arrow-next-slide-w.svg");
    height: 70px;
    width: 70px;
  }
}

.location_carousel {
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  /*
  ** Owl Carousel Theme Override
  */
}
.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: 1408px;
  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.4;
  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%);
}
.location_carousel .owl-theme .owl-nav button {
  display: block !important;
}
.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 0.75s cubic-bezier(0.77, 0, 0.175, 1);
}
.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, .location_carousel .item h3 {
  color: #1f3163;
  padding-left: 25px;
  padding-right: 25px;
}
.location_carousel .item .p-copy {
  font-family: "nitti", 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 !important;
}
.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: 50px;
  background-size: contain !important;
  margin: 0 !important;
  padding: 0 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}
.location_carousel .owl-prev {
  background-image: url("../../assets/img/arrow-prev-slide-w.svg") !important;
  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 {
  background-image: url("../../assets/img/arrow-next-slide-w.svg") !important;
  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;
}

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: #333333;
  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 #dfea4c;
  display: block;
  color: #fff;
  font-size: 0.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: #fff;
}
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;
  }
}

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: #fff;
  font-size: 0.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: #fff;
}
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: #F3EFEA;
  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: #F3EFEA;
  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: #000;
}
section.text-grid.dark-copy .container-fluid .text-container .text-box:before {
  background-color: #000;
}
section.text-grid.dark-copy .container-fluid .text-container .text-box:after {
  background-color: #000;
}
section.text-grid.light-copy .container-fluid .text-container .btn-black {
  color: #000;
}

.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: #fff;
}
.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: #fff;
  font-weight: 700;
  position: relative;
}
.pagination .current:hover {
  color: #000 !important;
}
.pagination .current:after {
  content: "";
  background-color: #fff;
  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;
  }
}
.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: 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 .container .members__wrapper article .post--heading a, .news-section .container-fluid .members__wrapper article .post--heading a {
  font-family: "PPMonumentExtended-Black", sans-serif;
  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;
    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;
    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: #dfea4c;
}
.news-section .container .members__wrapper article .btn-line-blue, .news-section .container-fluid .members__wrapper article .btn-line-blue {
  padding: 12px 28px;
}
.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: 1408px) {
  .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-]), .news-section.dark-copy span {
  color: #333333;
}
.news-section.dark-copy .post-filter select {
  color: #333333;
  border: 1px solid #333333;
  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: #333333;
}
.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-]), .news-section.light-copy span {
  color: #fff;
}
.news-section.light-copy .post-filter select {
  color: #fff;
  border: 1px solid #fff;
  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;
}

@media (max-width: 767px) {
  #orderby {
    margin-bottom: 15px;
  }
}

.post-box {
  background-color: #EDEDED;
  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-]), .post-box.dark-copy span {
  color: #333333;
}
.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-]), .post-box.light-copy span {
  color: #fff;
}

.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: #000;
  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-size: 2.3vw;
  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: 3.8vw;
    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: 1.3vw;
    background-size: 1.8vw;
    padding-right: 2vw;
    margin-right: 0.4vw;
  }
}
@media (min-width: 1200px) {
  .search-results ul.features li {
    font-size: 0.9vw;
    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: #dfea4c;
}
.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: #dfea4c;
}
.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: #333333;
}
.post-filter select {
  color: #fff;
  font-family: "nitti", 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 #fff;
  border-radius: 0px;
  margin-left: 0;
  margin-right: 0px;
  padding: 0.75rem 3rem 0.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 #fff;
}
.post-filter select:hover {
  cursor: pointer;
}
.post-filter #cat {
  display: none;
}

blockquote {
  border-left: 2px solid #000;
  margin: 40px 0;
  padding: 0 0 0 40px;
}

.wp-block-quote p:first-child {
  font-weight: 500;
}

h1.post-head {
  font-weight: 400;
  color: #178ACC;
  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 {
  background-color: #EDE9E1;
}
.post-content .img-cont {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 41.1067193676%;
  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: 15px;
  color: #333333;
  text-transform: initial;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  border-bottom: solid 1px #333333;
  padding-bottom: 10px;
}

.single-products .post-content, .single-materials .post-content {
  background-color: #EDEDED;
}

#masonry-sec > .container-fluid > .row {
  margin-right: -15px;
  margin-left: -15px;
}
#masonry-sec .stream > div {
  padding-left: 5px;
  padding-right: 5px;
}
#masonry-sec .stream > div img {
  margin-bottom: 10px;
}
#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: #01290d;
}

.news-section .card-wrapper, .articles-feed .card-wrapper {
  border-radius: 0px;
  overflow: hidden;
}
.news-section .date, .articles-feed .date {
  display: block;
  width: 100%;
  border-bottom: 1px solid;
  padding-bottom: 15px;
  text-transform: initial;
}
.news-section .card-wrapper.full-height-image, .articles-feed .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 {
  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-]), .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-]), .articles-feed .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 {
  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 {
  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 {
  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 {
  opacity: 0.3;
}
.news-section .card-wrapper.full-height-image:hover img, .articles-feed .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 {
  padding-bottom: 120%;
  position: relative;
}
.news-section h3, .news-section h3.post--heading, .articles-feed h3, .articles-feed h3.post--heading {
  margin-top: 0;
  font-size: 1.25rem;
  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 {
  font-family: "PPMonumentExtended-Black", sans-serif;
  text-decoration: none;
}
@media (min-width: 768px) {
  .news-section h3, .news-section h3.post--heading, .articles-feed h3, .articles-feed h3.post--heading {
    font-size: 24px;
    max-height: 112px;
  }
}
@media (max-width: 767px) {
  .news-section h3, .news-section h3.post--heading, .articles-feed h3, .articles-feed 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 {
    display: block;
    -webkit-line-clamp: revert;
    max-height: auto;
  }
}
.news-section .btn-line-lavander, .articles-feed .btn-line-lavander {
  padding: 12px 28px;
  display: inline-block;
  margin-bottom: 10px;
}
.news-section p:last-of-type, .articles-feed 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: #333333;
}
.articles-feed .row:not(.stream) h2 {
  color: #fff;
}
.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.267223382%;
  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: 45px;
  }
}

.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: 16px;
  }
}
.property-item .property-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.property-item .tile-line {
  width: 100%;
  height: 1px;
  background-color: #000;
  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: #000;
  color: #fff;
  z-index: 5;
  font-family: "nitti", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.property-item .property-title a {
  font-family: "PPMonumentExtended-Black", 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: 25px;
  font-size: 1.2vw;
  font-family: "PPMonumentExtended-Black", sans-serif;
  margin-bottom: 5px;
  display: block;
}
@media (max-width: 479px) {
  .property-item .p-type {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .property-item .p-type {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .property-item .p-type {
    font-size: 2.1vw;
  }
}
@media (min-width: 2050px) {
  .property-item .p-type {
    font-size: 25px;
  }
}
.property-item .a-type {
  font-size: 25px;
  font-size: 1.2vw;
  font-family: "PPMonumentExtended-Black", sans-serif;
  margin-bottom: 0px;
  display: block;
}
@media (max-width: 479px) {
  .property-item .a-type {
    font-size: 20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .property-item .a-type {
    font-size: 3.2vw;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .property-item .a-type {
    font-size: 2.1vw;
  }
}
@media (min-width: 2050px) {
  .property-item .a-type {
    font-size: 25px;
  }
}

.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: 16px;
  font-weight: 400;
  font-family: "nitti", sans-serif;
}
.collection-filter ul li {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none !important;
}
.collection-filter a {
  color: #AAAAAA;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none !important;
}
.collection-filter a:hover {
  color: #000;
}
.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: #000;
  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: #000;
  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: 80px;
}
.team-member-post h1 {
  color: #333333;
}

.main > .section.post-content:first-child {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .main > .section.post-content:first-child {
    padding-top: 40px;
  }
}

.main > .section.single-post-head:first-child > .container-fluid {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .main > .section.single-post-head:first-child > .container-fluid {
    padding-top: 40px;
  }
}

.main > .section.news-section:first-child > .container-fluid {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .main > .section.news-section:first-child > .container-fluid {
    padding-top: 40px;
  }
}

.next-col {
  text-align: right;
}

.prev-title a, .next-title a {
  color: #333333;
  text-decoration: none !important;
  font-weight: 700;
}

.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: 25px;
  }
  .next-title {
    padding-top: 0;
    padding-right: 25px;
  }
}
.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: 0.66s;
}
.db-col-image-copy-rows .copy-col h2, .db-col-copy-image-rows .copy-col h2, .bio-db-img-copy-rows .copy-col h2 {
  font-family: "PPMonumentExtended-Black", sans-serif;
}
.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.99s;
}
.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.99s;
}
.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: #222;
}
@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: "nitti", sans-serif !important;
}
.db-col-image-copy-rows .orange, .db-col-copy-image-rows .orange, .bio-db-img-copy-rows .orange {
  color: #e78a2e !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: #333333;
}
.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: #333333;
}
.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: #fff;
}
.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: #fff;
}
.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: #fff;
  border: 1px solid #fff;
}
.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: #fff !important;
  border: 1px solid #fff;
  color: #1f3163 !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: #1f3163;
}
.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: #fff;
  color: #1f3163;
  border: 1px solid #fff;
}
.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 #fff;
  color: #fff !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: #fff;
}
.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 #fff;
  background: transparent;
  color: #fff;
}
.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: #fff !important;
  color: #01290d !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: #fff;
}
.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;
  }
}

@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 .wrap-pad {
    padding: 0 60px 0 0px;
  }
}
@media (min-width: 1200px) {
  .db-col-copy-image-rows .row .wrap-pad {
    padding: 0px 80px 0px 0px;
  }
}
@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;
  }
}
@media (max-width: 767px) {
  .db-col-copy-image-rows .row .copy-col {
    margin-bottom: 30px;
  }
}
.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: "PPMonumentExtended-Black", 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: 10.6vw;
  font-size: 60px;
}
@media (min-width: 768px) {
  .section-count .counter h2 {
    font-size: 2.6vw;
  }
}
@media (min-width: 1980px) {
  .section-count .counter h2 {
    font-size: 58px;
  }
}
.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 #333333;
}
@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: 45px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1;
}
@media (min-width: 768px) {
  .big-headings-no-mb h2 {
    font-size: 100px;
    font-size: 5.2vw;
  }
}
.big-headings-no-mb h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .big-headings-no-mb h4 {
    font-size: 25px;
    font-size: 1.3vw;
  }
}
.big-headings-no-mb p {
  margin-top: 0;
}

.lavander {
  color: #9AA1D3;
}

.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;
}

.accordion {
  font-family: "PPMonumentExtended-Black", sans-serif;
  background-color: transparent;
  color: #333333;
  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: 600;
  font-size: 1.1rem;
}
.accordion:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: transform 0.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-down-g.svg");
}
.arrow .accordion.active:after {
  background-image: url("../img/arrow-up-g.svg");
}

/* 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:not(.woocommerce-Tabs-panel) {
  padding: 0;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-bottom: 1px solid #333333;
}
.panel:not(.woocommerce-Tabs-panel) p {
  color: #FFF;
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}
.panel:not(.woocommerce-Tabs-panel) p:last-child {
  margin-bottom: 42px;
}
.panel:not(.woocommerce-Tabs-panel) h1, .panel:not(.woocommerce-Tabs-panel) h2, .panel:not(.woocommerce-Tabs-panel) h3, .panel:not(.woocommerce-Tabs-panel) h4, .panel:not(.woocommerce-Tabs-panel) h5 {
  color: #F3EFEA;
}
.panel:not(.woocommerce-Tabs-panel) ul li {
  color: #fff;
}
.panel:not(.woocommerce-Tabs-panel) ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px;
}
.panel:not(.woocommerce-Tabs-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:not(.woocommerce-Tabs-panel) h2 span, .panel:not(.woocommerce-Tabs-panel) h3 span {
  font-family: "nitti", sans-serif !important;
}
.panel:not(.woocommerce-Tabs-panel) .orange {
  color: #e78a2e !important;
}

.faqs-sub-section-title h3 {
  margin-bottom: 20px;
  margin-top: 0px;
  text-transform: initial;
  font-weight: 600;
}

section.faqs {
  padding: 40px 0;
}
section.faqs h2 {
  margin-bottom: 30px;
}
section.faqs > .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  section.faqs > .container {
    padding-top: 155px;
    padding-bottom: 155px;
  }
}

.faqs-sub-section-title + .faqs-sub-section-rows .faq-row .faq-rap.col-sm-6:not(:last-child) .accordion {
  border-top: 1px solid #333333;
}
.faqs-sub-section-title + .faqs-sub-section-rows .faq-row .faq-rap.col-sm-12:first-child .accordion {
  border-top: 1px solid #333333;
}
@media (min-width: 768px) {
  .faqs-sub-section-title + .faqs-sub-section-rows .faq-row .faq-rap.col-sm-6 .accordion {
    border-top: 1px solid #333333;
  }
}

section.faqs.light-copy h2, section.faqs.light-copy h4, section.faqs.light-copy button, section.faqs.light-copy p, section.faqs.light-copy a, section.faqs.light-copy li, section.faqs.light-copy span {
  color: #F3EFEA;
}
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 .arrow .accordion:after {
  background-image: url("../img/arrow-down-w.svg") !important;
}
section.faqs.light-copy .arrow .accordion.active:after {
  background-image: url("../img/arrow-up-w.svg") !important;
}
section.faqs.light-copy .panel:not(.woocommerce-Tabs-panel) {
  border-bottom: 1px solid #F3EFEA;
}
section.faqs.light-copy .faqs-sub-section-rows .faq-row:first-child .faq-rap:first-child .accordion {
  border-top: 1px solid #F3EFEA;
}
@media (min-width: 768px) {
  section.faqs.light-copy .faqs-sub-section-rows .faq-row:first-child .accordion {
    border-top: 1px solid #F3EFEA;
  }
}

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: #333333;
}
section.faqs.dark-copy button, section.faqs.dark-copy p {
  color: #333;
}

.faqs-sub-section {
  margin-bottom: 40px;
}

.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: #1f3163 !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: 35px;
  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: 16px;
  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: 22px;
  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: 16px;
  text-transform: uppercase;
  color: #103067;
  font-weight: bold;
  margin-bottom: 15px;
}

.address-text {
  font-size: 14px;
  line-height: 22px;
  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: 25px;
  line-height: 1.4;
}
@media (min-width: 960px) and (max-width: 1568px) {
  .vacancy-info ul li {
    font-size: 1.6vw;
  }
}

.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: 16px;
  color: #103067;
  font-weight: normal;
  margin-bottom: 5px;
}

.contact-tel {
  font-size: 14px;
  line-height: 16px;
  color: #103067;
  font-weight: normal;
  margin-bottom: 8px;
}

.vacancy-features {
  background-color: #000E3E;
  padding: 20px 20px;
}

.features-title {
  font-size: 14px;
  line-height: 16px;
  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 #1f3163;
  border-radius: 25px;
  color: #1f3163;
  font-family: "nitti", sans-serif;
  font-size: 1rem;
  padding: 0.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 #1f3163;
  border-radius: 25px;
  margin-left: 0;
  margin-right: 8px;
  padding: 0.75rem 2rem 0.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 #dfea4c;
}

.vacancies .available-to-lease-title {
  background-color: #000E3E;
  border-bottom: 1px solid #b5b9c7;
  padding: 12px 20px 12px 20px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  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: 1rem;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 15px;
  border: 0;
  text-transform: uppercase;
  font-weight: 500;
}

.vacancies .table td {
  font-size: 1rem;
  line-height: 1.3;
  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: 1rem;
}

.vacancy-title h2 {
  color: #178ACC;
  font-weight: 400;
  margin: 0 0 15px;
}

.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: #1f3163;
}
.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: 1.6vw;
  }
}
@media (min-width: 992px) {
  .highlights .reason p {
    font-size: 1.25vw;
  }
}
@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: #000;
  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: #333333;
}
@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: #fff;
}
section.supply-chain.light-copy p {
  color: #fff;
}
section.supply-chain.light-copy .btn-line-blue {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
section.supply-chain.light-copy .btn-line-blue:hover {
  background: #fff !important;
  border: 1px solid #fff;
  color: #1f3163 !important;
}
section.supply-chain.light-copy .btn-line-blue:hover span {
  color: #1f3163;
}
section.supply-chain.light-copy .btn-blue {
  background: #fff;
  color: #1f3163;
  border: 1px solid #fff;
}
section.supply-chain.light-copy .btn-blue:hover {
  background: #000 !important;
  border: 1px solid #000;
  color: #fff !important;
}
section.supply-chain.light-copy .btn-blue:hover span {
  color: #fff;
}
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 #1f3163;
  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: #000;
}
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: #000;
  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 0.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: #fff;
  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 0.66s ease-out, transform 0.66s ease-out;
  transition-delay: 0.33s;
}
section.subscribe-banner.scrollable.show .social-comp {
  opacity: 1;
  transform: translate(0, 0px);
  transition: opacity 0.66s ease-out, transform 0.66s ease-out;
  transition-delay: 0.99s;
}
section.subscribe-banner .heading {
  float: left;
}
section.subscribe-banner .heading h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 25px 20px 0px 0;
}
@media (min-width: 768px) {
  section.subscribe-banner .heading h2 {
    font-size: 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: 21px;
  }
}

#mc_embed_signup h2 {
  font-weight: 400 !important;
}

.mc-field-group label {
  left: -15px;
  line-height: 1.8rem;
  padding-top: 0;
  font-size: 28px;
}
@media (min-width: 768px) {
  .mc-field-group label {
    line-height: 1.8rem;
    line-height: 2.3rem;
    font-size: 56px;
  }
}

.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: 13px;
  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: 20px;
  }
}

.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: 12px;
}

#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: 12px;
}

#mc_embed_signup {
  position: relative;
}
#mc_embed_signup form inputt[type=text], #mc_embed_signup form select, #mc_embed_signup form textarea {
  font-size: 18px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  #mc_embed_signup form inputt[type=text], #mc_embed_signup form select, #mc_embed_signup form textarea {
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  #mc_embed_signup_scroll h2 {
    font-size: 21px;
  }
}

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: 12px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

input::-moz-placeholder {
  color: transparent;
}

input:-ms-input-placeholder {
  color: transparent;
}

input::placeholder {
  color: transparent;
}

textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

textarea::placeholder {
  color: transparent;
}

h3.at {
  font-size: 13px;
}
@media (min-width: 768px) {
  h3.at {
    font-size: 60px;
  }
}

.sub-block {
  background-color: #2F2C2B;
}

#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;
  -webkit-clip-path: polygon(18% 0, 100% 0%, 100% 100%, 0 100%);
          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 {
    -webkit-clip-path: polygon(142px 0, 100% 0%, 100% 100%, 0 100%);
            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 {
  -webkit-clip-path: polygon(100% 0, 0 0, 60% 100%);
          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: #000;
}
.diagonal-copy-image.light-copy h2.row-title, .diagonal-image-copy.light-copy h2.row-title {
  color: #fff;
}
.diagonal-copy-image.light-copy p, .diagonal-image-copy.light-copy p {
  color: #fff;
}
.diagonal-copy-image.light-copy .btn-line-blue, .diagonal-image-copy.light-copy .btn-line-blue {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.diagonal-copy-image.light-copy .btn-line-blue:hover, .diagonal-image-copy.light-copy .btn-line-blue:hover {
  background: #fff !important;
  border: 1px solid #fff;
  color: #1f3163 !important;
}
.diagonal-copy-image.light-copy .btn-line-blue:hover span, .diagonal-image-copy.light-copy .btn-line-blue:hover span {
  color: #1f3163;
}
.diagonal-copy-image.light-copy .btn-blue, .diagonal-image-copy.light-copy .btn-blue {
  background: #fff;
  color: #1f3163;
  border: 1px solid #fff;
}
.diagonal-copy-image.light-copy .btn-blue:hover, .diagonal-image-copy.light-copy .btn-blue:hover {
  background: transparent !important;
  border: 1px solid #fff;
  color: #fff !important;
}
.diagonal-copy-image.light-copy .btn-blue:hover span, .diagonal-image-copy.light-copy .btn-blue:hover span {
  color: #fff;
}
.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: #fff;
  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: #E8E8E8;
  opacity: 0.6;
  z-index: -1;
}
.one-column-image .bull-prod:hover {
  background-color: #9AA1D3 !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: #333333;
  position: relative;
  text-transform: initial;
  margin: 0 auto;
  max-width: 1408px;
  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 0.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 0.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: 0.75;
  left: 12px;
  position: absolute;
}
.timeline .timeline-content {
  padding: 3px 40px 20px 40px;
  transition: all 0.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 0.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: 1rem;
  padding-bottom: 0;
  background-color: #FFF;
}
.our-values h2, .our-values h4, .our-values p, .our-values span {
  color: #333333;
}
@media (min-width: 768px) {
  .our-values {
    padding-top: 1rem;
    padding-bottom: 0rem;
  }
}
.our-values.scrollable {
  opacity: 0;
}
.our-values.scrollable.show {
  opacity: 1;
  transition: opacity 0.66s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: 0.66s;
}
.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;
  margin: 0;
  justify-content: space-evenly;
}
@media (min-width: 768px) {
  .our-values .container .members__wrapper, .our-values .container-fluid .members__wrapper {
    margin: 0 -20px;
  }
}
@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-bottom: 3rem;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 480px) {
  .our-values .container .members__wrapper .member, .our-values .container-fluid .members__wrapper .member {
    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: 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: 0 20px 40px 20px;
  }
  .our-values .container .members__wrapper .member:nth-child(2n), .our-values .container-fluid .members__wrapper .member:nth-child(2n) {
    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: 0 20px 40px 20px;
  }
}
.our-values .container .members__wrapper .member .member--image, .our-values .container-fluid .members__wrapper .member .member--image {
  position: relative;
}
.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;
}
.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: 20px;
  color: #333333;
  font-weight: 700;
}
.our-values .container .members__wrapper .member .member--subheading, .our-values .container-fluid .members__wrapper .member .member--subheading {
  font-size: 16px;
  display: block;
  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: 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: 33%;
  }
}
.our-values .container .members__wrapper.onethird .member:nth-child(2n), .our-values .container-fluid .members__wrapper.onethird .member:nth-child(2n) {
  padding: 0 20px 40px 20px;
}
.our-values .container .members__wrapper.onefourth .member, .our-values .container-fluid .members__wrapper.onefourth .member {
  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: 25%;
  }
}
.our-values .container .members__wrapper.onefourth .member:nth-child(2n), .our-values .container-fluid .members__wrapper.onefourth .member:nth-child(2n) {
  padding: 0 20px 40px 20px;
}
.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;
  border-bottom: 1px solid #FFF;
}
@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;
}
.our-values .head-ban .member-section-lead {
  width: 350px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 30px;
  color: #333333;
  padding-left: 0px;
  font-size: 22px;
}
@media (min-width: 570px) {
  .our-values .head-ban .member-section-lead {
    width: 56vw;
    padding-left: 0px;
    font-size: 4.5vw;
  }
}
@media (min-width: 670px) {
  .our-values .head-ban .member-section-lead {
    font-size: 31px;
  }
}
@media (min-width: 992px) {
  .our-values .head-ban .member-section-lead {
    width: 438px;
    width: 29vw;
    font-size: 40px;
    font-size: 2.3vw;
    margin-bottom: 50px;
  }
}
@media (min-width: 1500px) {
  .our-values .head-ban .member-section-lead {
    font-size: 36px;
  }
}
.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 .a-center .members__wrapper {
  text-align: center;
  justify-content: center;
}
.our-values .a-left .members__wrapper {
  justify-content: flex-start;
}
.our-values .a-right .members__wrapper {
  justify-content: flex-end;
}

.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: 0px;
}
.copy-columns .column--image img {
  display: block;
}
.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--heading {
  font-family: "nitti", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding-top: 15px;
  margin-bottom: 0 !important;
}
.copy-columns .column--pre-heading {
  font-family: "nitti", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.copy-columns .column-inner {
  padding-bottom: 10px;
}
.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: #fff !important;
}
.copy-columns.scrollable {
  opacity: 0;
}
.copy-columns.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;
}
.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;
}
@media (min-width: 768px) {
  .copy-columns .j-left {
    justify-content: flex-start;
  }
  .copy-columns .j-center {
    justify-content: center;
  }
  .copy-columns .j-right {
    justify-content: flex-end;
  }
  .copy-columns .j-space-between {
    justify-content: space-between;
  }
  .copy-columns .j-space-around {
    justify-content: space-around;
  }
  .copy-columns .j-space-evenly {
    justify-content: space-evenly;
  }
}
@media (max-width: 767px) {
  .copy-columns .j-left-mob {
    justify-content: flex-start;
  }
  .copy-columns .j-center-mob {
    justify-content: center;
  }
  .copy-columns .j-right-mob {
    justify-content: flex-end;
  }
}

.single-photography h1, .single-photography h2 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.single-photography h1.lead-head {
  color: #000;
}

.single-websites h1, .single-websites h2 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0px;
}
.single-websites h1.lead-head {
  color: #000;
}

.image-columns .column--link {
  text-decoration: none !important;
}
.image-columns .column--link .column--image {
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.image-columns .column--link .column--image::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  background: #333333;
  transition: all 0.3s ease;
}
.image-columns .column--link .column--image img {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease-in-out;
}
.image-columns .column--link .column--image:hover img {
  transform: translate(5px, -5px);
}

.copywriting-examples .column--link {
  text-decoration: none !important;
}
.copywriting-examples .column--link .column--image {
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.copywriting-examples .column--link .column--image::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: inherit;
  background: #333333;
  transition: all 0.3s ease;
}
.copywriting-examples .column--link .column--image img {
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease-in-out;
}
.copywriting-examples .column--link .column--image:hover img {
  transform: translate(5px, -5px);
}

@media (min-width: 768px) {
  .offset-2-columns .row > div[class*=col-]:first-child {
    margin-top: 5vw;
  }
}
.color-box {
  width: 50px;
  height: 50px;
  border: none;
  background-color: var(--box-color);
}
.color-box.inline-box {
  display: inline-block;
}

/*# sourceMappingURL=main.css.map */