@font-face {
  font-family: 'Blacker';
  src: url("../assets/fonts/BlackerDisplay-Bold.woff2") format("woff2"), url("../assets/fonts/BlackerDisplay-Bold.woff") format("woff"), url("../assets/fonts/BlackerDisplay-Bold.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/**BREAKPOINTS**/
* {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale; }

.bold {
  font-weight: 700; }

.italic {
  font-weight: italic; }

a, img, button {
  background: none;
  outline: none;
  border: 0px;
  text-decoration: none; }

button, .btn {
  -webkit-transition: all 0.125s ease-in-out;
  -moz-transition: all 0.125s ease-in-out;
  -ms-transition: all 0.125s ease-in-out;
  -o-transition: all 0.125s ease-in-out;
  transition: all 0.125s ease-in-out;
  cursor: pointer; }

img {
  max-width: 100%;
  display: block; }

ul, li {
  list-style-type: none; }

html, body {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden; }

html.noScroll, body.noScroll {
  overflow: hidden;
  position: fixed; }

html {
  -ms-content-zooming: none;
  height: 100%; }

@-ms-viewport {
  width: device-width; }

.fade {
  opacity: 1.0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity .125s ease-in-out;
  -moz-transition: opacity .125s ease-in-out;
  -webkit-transition: opacity .125s ease-in-out;
  -webkit-backface-visibility: hidden; }

.fade:hover, .fade:active {
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; }

.clear {
  content: "";
  display: table;
  clear: both; }
  .clear:after {
    content: "";
    display: table;
    clear: both; }

body {
  font-size: 19px;
  line-height: 1.5;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  color: #2f353e;
  letter-spacing: .015em; }
  @media only screen and (min-width: 1621px) {
    body {
      font-size: 21px; } }
  @media only screen and (max-width: 1199px) {
    body {
      font-size: 17px; } }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 16px; } }
.contain {
  position: relative;
  margin: 0px auto;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 120px);
  max-width: 1500px; }
  @media only screen and (max-width: 1199px) {
    .contain {
      padding: 0 50px;
      width: 100%; } }
  @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
    .contain {
      padding: 0 40px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    .contain {
      padding: 0 20px; } }
.contain-sm {
  width: calc(100% - 240px);
  max-width: 1380px; }
  @media only screen and (max-width: 1199px) {
    .contain-sm {
      width: 100%;
      padding: 0 50px; } }
  @media only screen and (max-width: 767px) {
    .contain-sm {
      padding: 0 20px; } }
  @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
    .contain-sm {
      padding: 0 40px; } }
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.visible-md {
  display: none !important; }

.visible-991 {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-mob {
  display: none !important; }

.visible-xs {
  display: none !important; }

@media only screen and (max-width: 1199px) {
  .hidden-md {
    display: none !important; }
  .visible-md {
    display: inline-block !important; } }

@media only screen and (max-width: 991px) and (orientation: portrait) {
  .hidden-sm {
    display: none !important; }
  .visible-sm {
    display: inline-block !important; } }

@media only screen and (max-width: 991px) {
  .hidden-991 {
    display: none !important; }
  .visible-991 {
    display: inline-block !important; } }

@media only screen and (max-width: 767px) {
  .hidden-mob {
    display: none !important; }
  .visible-mob {
    display: inline-block !important; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .hidden-xs {
    display: none !important; }
  .visible-xs {
    display: inline-block !important; } }

/****TYPOGRAPHY****/
.blacker {
  font-family: 'Blacker', serif; }

a {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  color: #fff; }

a:active {
  color: #fff; }

a:visited {
  color: #fff; }

a:hover {
  color: #fff; }

a:after {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.heading {
  font-family: "Blacker", serif;
  font-size: 21px;
  color: #bf963b;
  display: table; }
  @media only screen and (max-width: 1199px) {
    .heading {
      font-size: 19px; } }
h1, h2, h3, .h1, .h2, .h3 {
  font-weight: 500; }

h3.home, .h3-home {
  font-size: 42px;
  line-height: 1.24; }
  @media only screen and (max-width: 1199px) {
    h3.home, .h3-home {
      font-size: 36px; } }
  @media only screen and (max-width: 767px) {
    h3.home, .h3-home {
      font-size: 26px; } }
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  background: #2f353e; }
  #preloader #status {
    display: table;
    max-width: 65%; }
    #preloader #status img {
      display: block;
      width: 360px; }
    @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
      #preloader #status {
        max-width: 240px; } }
.col-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 3; }
  .col-wrap .col {
    width: 50%;
    box-sizing: border-box; }
  @media only screen and (max-width: 991px) {
    .col-wrap .col {
      width: 100%;
      padding: 0; } }
.col-ext .col {
  padding: 0 60px; }

@media screen and (max-width: 1620px) {
  .col-ext .col {
    width: calc(50% + 60px);
    box-sizing: border-box; }
  .col-ext .col-lt {
    margin-left: -60px; }
  .col-ext .col-rt {
    margin-right: -60px; } }

@media only screen and (max-width: 1199px) {
  .col-ext .col {
    padding: 0 50px;
    width: calc(50% + 50px); }
  .col-ext .col-lt {
    margin-left: -50px; }
  .col-ext .col-rt {
    margin-right: -50px; } }

@media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
  .col-ext .col {
    padding: 0 40px;
    width: calc(100% + 80px);
    margin-left: -40px !important;
    margin-right: -40px !important; } }

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .col-ext .col {
    padding: 0 20px;
    width: calc(100% + 40px);
    margin-left: -20px !important;
    margin-right: -20px !important; } }

.arrow-btn {
  color: #bf963b;
  font-family: "Blacker", serif;
  height: 50px;
  line-height: 50px;
  border: 1px solid #bf963b;
  padding-left: 20px;
  font-size: 18px;
  display: table;
  min-width: 190px; }
  .arrow-btn span {
    display: inline-block;
    padding-right: 30px;
    vertical-align: top; }
  .arrow-btn i {
    font-size: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    float: right;
    display: inline-block;
    border-left: 1px solid #bf963b;
    text-align: center;
    vertical-align: top;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .arrow-btn:hover {
    color: #bf963b; }
    .arrow-btn:hover i {
      background: #bf963b;
      color: #fff; }
  @media only screen and (max-width: 1199px) {
    .arrow-btn {
      height: 44px;
      line-height: 44px;
      font-size: 17px; }
      .arrow-btn i {
        height: 44px;
        width: 44px;
        line-height: 44px; } }
  @media only screen and (max-width: 767px) {
    .arrow-btn {
      min-width: 160px; } }
  .arrow-btn:visited {
    color: #bf963b; }

.arrow-btn-rev {
  color: #fff; }
  .arrow-btn-rev:hover {
    color: #fff; }
  .arrow-btn-rev.dark {
    background: #bf963b; }
  .arrow-btn-rev:visited {
    color: #fff; }

.accordion .band-item {
  padding: 10px 0 15px; }

.accordion .top {
  border-bottom: 1px solid #bf963b;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .025em;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer; }
  .accordion .top span {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  @media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
    .accordion .top:hover {
      color: #2f353e; }
      .accordion .top:hover .more:before, .accordion .top:hover .more:after {
        background: #2f353e; } }
  .accordion .top.active {
    color: #2f353e;
    font-weight: 600; }
    .accordion .top.active .more {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
      .accordion .top.active .more:before, .accordion .top.active .more:after {
        background: #2f353e; }

.accordion .more {
  display: block;
  position: relative;
  width: 15px;
  height: 15px; }
  .accordion .more:before, .accordion .more:after {
    position: absolute;
    content: '';
    background: #2c4055;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  .accordion .more:before {
    width: 100%;
    height: 3px;
    left: 0;
    top: calc(50% - 1.5px); }
  .accordion .more:after {
    height: 100%;
    width: 3px;
    left: calc(50% - 1.5px);
    top: 0; }

.accordion .band-cont {
  display: none; }
  .accordion .band-cont p {
    padding: 30px 0; }

@media only screen and (max-width: 1199px) {
  .accordion {
    padding: 30px 0 0; }
    .accordion .top {
      font-size: 28px; } }

@media only screen and (max-width: 991px) {
  .accordion {
    padding-top: 15px; } }

@media only screen and (max-width: 767px) {
  .accordion {
    padding-top: 10px; }
    .accordion .band-item {
      padding: 8px 0; }
    .accordion .top {
      font-size: 20px; }
    .accordion .band-cont p {
      padding: 15px 0 5px; }
    .accordion .more {
      width: 12px;
      height: 12px; }
      .accordion .more:before {
        height: 2px;
        top: calc(50% - 1px); }
      .accordion .more:after {
        width: 2px;
        left: calc(50% - 1px); } }

header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  header .contain {
    height: 110px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
  header a.logo {
    width: 220px;
    display: block;
    opacity: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    header a.logo.white {
      opacity: 0;
      display: none;
      transition: opacity .25s ease; }
  header nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-end;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    font-size: 16px; }
    header nav ul {
      display: block;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      header nav ul li.top {
        display: inline-block;
        position: relative;
        font-weight: 600;
        margin-left: 40px; }
        header nav ul li.top > a {
          position: relative;
          opacity: 1;
          color: #2f353e;
          padding: 36px 0; }
        @media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
          header nav ul li.top:hover > a {
            color: #bf963b; } }
        header nav ul li.top:hover ul.drop {
          opacity: 1;
          visibility: visible; }
        header nav ul li.top a.active {
          color: #bf963b; }
    header nav ul.drop {
      position: absolute;
      top: 66px;
      left: -20px;
      background: #bf963b;
      padding: 12px 50px 12px 25px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
      header nav ul.drop li {
        display: block;
        padding: 3px 0;
        white-space: nowrap; }
        header nav ul.drop li a:hover {
          color: #2f353e; }
    @media only screen and (max-width: 1199px) {
      header nav {
        font-size: 15px; }
        header nav ul li.top {
          margin-left: 25px; } }
  header.open nav ul li.sub ul.drop li a:hover {
    color: #eff0e3; }

header.down {
  position: fixed;
  background: #eff0e3 !important; }
  header.down .contain {
    height: 70px; }
  header.down a.logo {
    width: 200px; }
  header.down nav ul li.top > a {
    padding: 23px 0; }
  header.down nav ul.drop {
    top: 53px; }

body:not(.home):not(.page-template-featured-assets):not(.single-asset) header {
  background: #fff; }
  body:not(.home):not(.page-template-featured-assets):not(.single-asset) header .logo {
    opacity: 1;
    display: block;
    transition: opacity .25s ease; }
    body:not(.home):not(.page-template-featured-assets):not(.single-asset) header .logo.white {
      opacity: 0;
      display: none;
      transition: opacity .25s ease; }

body.page-template-featured-assets header, body.single-asset header {
  background: transparent; }
  body.page-template-featured-assets header.down, body.single-asset header.down {
    position: fixed;
    background: #eff0e3; }
    body.page-template-featured-assets header.down .contain, body.single-asset header.down .contain {
      height: 70px; }
    body.page-template-featured-assets header.down a.logo, body.single-asset header.down a.logo {
      width: 200px;
      opacity: 1;
      display: block;
      transition: opacity .25s ease; }
      body.page-template-featured-assets header.down a.logo.white, body.single-asset header.down a.logo.white {
        opacity: 0;
        display: none;
        transition: opacity .25s ease; }
    body.page-template-featured-assets header.down nav ul li.top > a, body.single-asset header.down nav ul li.top > a {
      color: #2f353e; }
      @media only screen and (max-width: 991px) {
        body.page-template-featured-assets header.down nav ul li.top > a, body.single-asset header.down nav ul li.top > a {
          color: #fff; } }
    @media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
      body.page-template-featured-assets header.down nav ul li.top:hover > a, body.single-asset header.down nav ul li.top:hover > a {
        color: #bf963b; } }
    body.page-template-featured-assets header.down nav ul li.top a.active, body.single-asset header.down nav ul li.top a.active {
      color: #bf963b; }
  body.page-template-featured-assets header .logo, body.single-asset header .logo {
    opacity: 0;
    display: none;
    transition: opacity .25s ease; }
    body.page-template-featured-assets header .logo.white, body.single-asset header .logo.white {
      opacity: 1;
      display: block;
      transition: opacity .25s ease; }
  body.page-template-featured-assets header nav ul li.top > a, body.single-asset header nav ul li.top > a {
    color: #fff; }
  @media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
    body.page-template-featured-assets header nav ul li.top:hover > a, body.single-asset header nav ul li.top:hover > a {
      color: #bf963b; } }
  body.page-template-featured-assets header nav ul li.top a.active, body.single-asset header nav ul li.top a.active {
    color: #bf963b; }
  body.page-template-featured-assets header.down nav ul li.top > a, body.single-asset header.down nav ul li.top > a {
    color: #2f353e; }
    @media only screen and (max-width: 991px) {
      body.page-template-featured-assets header.down nav ul li.top > a, body.single-asset header.down nav ul li.top > a {
        color: #fff; } }
  @media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
    body.page-template-featured-assets header.down nav ul li.top:hover > a, body.single-asset header.down nav ul li.top:hover > a {
      color: #bf963b; } }
  body.page-template-featured-assets header.down nav ul li.top a.active, body.single-asset header.down nav ul li.top a.active {
    color: #bf963b; }

/**MOBILE NAV**/
@media only screen and (max-width: 991px) {
  header .contain {
    height: 100px; }
  header #navBtn {
    position: relative;
    z-index: 10002;
    text-indent: -9999px;
    height: 18px;
    width: 28px; }
    header #navBtn span {
      width: 100%;
      height: 2px;
      background: #bf963b;
      display: block;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    header #navBtn:before, header #navBtn:after {
      height: 2px;
      width: 100%;
      background: #bf963b;
      position: absolute;
      left: 0;
      content: '';
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    header #navBtn:before {
      top: 0; }
    header #navBtn:after {
      bottom: 0; }
    header #navBtn.active span {
      opacity: 0;
      visibility: hidden; }
    header #navBtn.active:before {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 8px; }
    header #navBtn.active:after {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      bottom: 8px; }
  header nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    box-sizing: border-box;
    z-index: 2;
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: #2f353e; }
    header nav > ul {
      width: 100%;
      height: 100vh;
      z-index: 2;
      position: relative;
      padding: 130px 50px 0; }
      header nav > ul li.top {
        text-align: left;
        display: block;
        padding: 0;
        font-size: 34px;
        display: block;
        margin-left: 0;
        width: 100%;
        font-weight: 400; }
        header nav > ul li.top > a {
          color: #fff;
          display: block;
          padding: 25px 0 5px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
          header nav > ul li.top > a:hover, header nav > ul li.top > a:focus, header nav > ul li.top > a.active {
            color: #bf963b; }
          header nav > ul li.top > a span {
            float: right;
            margin-top: 20px; }
          header nav > ul li.top > a img {
            display: block;
            width: 24px;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -ms-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out; }
    header nav ul.drop {
      position: relative;
      top: auto;
      left: auto;
      background: transparent;
      padding: 0;
      opacity: 0;
      visibility: hidden;
      max-height: 0;
      box-shadow: none;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      header nav ul.drop li {
        padding: 0;
        line-height: 1.1; }
        header nav ul.drop li a {
          color: #bf963b;
          font-size: 24px; }
    header nav li.top:hover ul.drop {
      opacity: 1;
      visibility: visible;
      max-height: 700px;
      padding: 10px 0 15px; }
    header nav li.top:hover a span img {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    header nav img.visible-sm {
      display: block !important;
      position: absolute;
      bottom: 80px;
      width: 180px;
      left: 50%;
      margin-left: -90px; }
  header.open:before {
    opacity: 1;
    visibility: visible; }
  header.open nav {
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  header.down .contain {
    height: 55px; }
  header.down a.logo {
    width: 165px; }
  header.down nav ul.drop {
    top: unset; }
  header.down nav ul li.top > a {
    padding: 25px 0 5px; } }

@media only screen and (max-width: 767px) {
  header a.logo {
    width: 165px; }
  header .contain {
    height: 80px; }
  header nav > ul {
    padding: 80px 40px 0; }
    header nav > ul li.top {
      font-size: 26px; }
      header nav > ul li.top > a {
        padding: 18px 0 5px; }
        header nav > ul li.top > a span {
          margin-top: 18px; }
        header nav > ul li.top > a img {
          width: 18px; }
  header nav ul.drop li {
    line-height: 1.25; }
    header nav ul.drop li a {
      font-size: 20px; }
  header nav li.top:hover ul.drop {
    padding: 10px 0 5px; }
  header nav img.visible-sm {
    display: none !important; }
  header.down nav ul.drop {
    top: unset; }
  header.down nav ul li.top > a {
    padding: 18px 0 5px; } }

@media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
  header nav > ul {
    padding-top: 40px; }
    header nav > ul li.top {
      font-size: 24px; }
      header nav > ul li.top > a {
        padding: 8px 0 2px; }
  header nav ul.drop li a {
    font-size: 18px; }
  header nav ul.what {
    display: flex;
    flex-wrap: wrap; }
    header nav ul.what li {
      width: 50%; }
  header nav li.top:hover ul.drop {
    padding: 5px 0 0; }
  header #navBtn {
    display: block !important; } }

footer {
  background: #eff0e3;
  font-size: 15px;
  padding: 80px 0 50px; }
  footer a:link, footer a:visited {
    color: #2f353e; }
  footer a:hover, footer a:active {
    color: #bf963b; }
  footer .col-wrap {
    align-items: flex-start; }
  footer .col-lt img {
    width: 250px;
    margin-left: 60px; }
  footer nav ul {
    display: block; }
    footer nav ul li {
      display: inline-block;
      margin-left: 30px; }
      footer nav ul li:first-child {
        margin-left: 0; }
  footer .contact {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    footer .contact ul.connect {
      width: 60%; }
    footer .contact ul.social {
      width: 40%; }
  footer .heading {
    font-size: 16px;
    margin-bottom: 12px; }
  footer .address {
    margin-top: 12px; }
  footer .copy {
    color: #bf963b;
    margin-top: 65px;
    font-weight: 600;
    font-size: 13px; }
  footer i {
    width: 25px; }
  @media only screen and (max-width: 1199px) {
    footer .col-wrap .col-lt {
      width: 40%; }
    footer .col-wrap .col-rt {
      width: 60%; }
    footer .col-lt img {
      width: 200px;
      margin-left: 0; } }
  @media only screen and (max-width: 991px) {
    footer .col-wrap .col-lt, footer .col-wrap .col-rt {
      width: 100%;
      text-align: center; }
    footer .col-lt img {
      margin: 0 auto; }
    footer nav ul {
      display: none; }
    footer .contact {
      margin-top: 20px; }
      footer .contact ul.connect, footer .contact ul.social {
        width: 100%; }
      footer .contact .heading {
        margin: 20px auto 6px; }
      footer .contact ul.social li:not(:first-of-type) {
        display: inline-block;
        margin: 0; }
        footer .contact ul.social li:not(:first-of-type) span {
          display: none; }
    footer .copy {
      margin-top: 40px; } }
  @media only screen and (max-width: 767px) {
    footer {
      font-size: 14px;
      padding: 40px 0; }
      footer .contact {
        margin-top: 10px; }
      footer .heading {
        font-size: 15px; }
      footer .copy {
        margin-top: 30px; } }
#home-top {
  position: relative;
  overflow: hidden; }
  #home-top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    background: #eff0e3;
    height: 100%; }
    @media only screen and (max-width: 991px) {
      #home-top:before {
        width: 75vw; } }
    @media only screen and (max-width: 767px) and (orientation: portrait) {
      #home-top:before {
        width: calc(100vw - 80px); } }
  #home-top .slider {
    position: relative;
    display: block;
    z-index: 1;
    height: calc(100vh - 110px);
    width: calc(100% - 120px);
    margin: 110px 60px 0; }
    #home-top .slider .cycle-slideshow {
      width: 100%;
      height: 100%;
      display: block; }
    #home-top .slider .slide {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      #home-top .slider .slide:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: rgba(191, 150, 59, 0.65);
        opacity: 0;
        visibility: hidden;
        z-index: 2; }
      #home-top .slider .slide .contain {
        height: 100%; }
      #home-top .slider .slide img {
        position: absolute;
        z-index: 1;
        object-fit: cover;
        min-height: 100%;
        min-width: 100%; }
      #home-top .slider .slide.animate:before {
        animation: fadeIn .5s normal forwards ease-in-out;
        animation-delay: 1.6s; }
    @media only screen and (max-width: 1199px) {
      #home-top .slider {
        width: calc(100% - 100px);
        margin-left: 50px; } }
    @media only screen and (max-width: 991px) {
      #home-top .slider {
        height: calc(100vh - 300px);
        margin-top: 100px; }
        #home-top .slider .slide:before {
          width: calc(75vw - 50px); } }
    @media only screen and (max-width: 767px) {
      #home-top .slider {
        margin-top: 80px;
        width: calc(100% - 80px);
        margin-left: 40px;
        height: calc(100vh - 80px); } }
    @media only screen and (max-width: 767px) and (orientation: portrait) {
      #home-top .slider {
        width: calc(100% - 40px);
        margin-left: 20px;
        height: calc(100vh - 240px); }
        #home-top .slider .slide:before {
          width: calc(100vw - 100px); } }
  #home-top .cont {
    position: absolute;
    top: 0;
    width: 50%;
    box-sizing: border-box;
    height: 100%;
    color: #fff;
    z-index: 3;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }
    #home-top .cont h1 {
      font-family: "Blacker", serif;
      font-size: 68px;
      line-height: 1.24;
      word-spacing: 100vw;
      margin-bottom: 75px;
      opacity: 0;
      visibility: hidden;
      -webkit-backface-visibility: visible;
      backface-visibility: visible; }
    #home-top .cont a {
      position: absolute;
      bottom: 100px;
      line-height: 2.25;
      opacity: 0;
      visibility: hidden;
      -webkit-backface-visibility: visible;
      backface-visibility: visible; }
      #home-top .cont a:after {
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        height: 1px;
        content: '';
        position: absolute; }
      @media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
        #home-top .cont a:hover:after {
          width: calc(100% + 20px); } }
    #home-top .cont.animate h1 {
      animation: fadeIn .5s normal forwards ease-in-out;
      animation-delay: 1.6s; }
    #home-top .cont.animate a {
      animation: fadeIn .25s normal forwards ease-in-out;
      animation-delay: 2.33s; }
    @media only screen and (min-width: 1621px) {
      #home-top .cont h1 {
        font-size: 80px; } }
    @media only screen and (max-width: 1199px) {
      #home-top .cont h1 {
        font-size: 60px; } }
    @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
      #home-top .cont h1 {
        font-size: 50px;
        margin-bottom: 0; }
      #home-top .cont a {
        display: none; } }
    @media only screen and (max-width: 767px) and (orientation: portrait) {
      #home-top .cont {
        width: 100%; }
        #home-top .cont h1 {
          font-size: 40px;
          margin-bottom: 20px; }
        #home-top .cont a {
          bottom: 40px; } }
#home-intro {
  padding-top: 200px;
  position: relative; }
  #home-intro:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    content: '';
    background: #eff0e3;
    height: 100%; }
  #home-intro:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: calc((100% - 200px) / 2);
    background: #fff;
    content: ''; }
  #home-intro .col-rt {
    padding-left: 80px; }
  #home-intro h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-top: 40px; }
  #home-intro a {
    margin-top: 50px; }
  @media only screen and (max-width: 1199px) {
    #home-intro .col-rt {
      padding-left: 50px; }
    #home-intro h2 {
      font-size: 28px;
      margin-top: 30px; }
    #home-intro a {
      margin-top: 40px; } }
  @media only screen and (min-width: 1621px) {
    #home-intro h2 {
      font-size: 36px; } }
  @media only screen and (max-width: 991px) {
    #home-intro {
      padding: 120px 50px 0; }
      #home-intro:before, #home-intro:after {
        width: 75vw; }
      #home-intro:after {
        height: calc(100vw - 200px); }
      #home-intro .col-lt {
        height: 60vw; }
        #home-intro .col-lt img {
          object-fit: cover;
          max-height: 100%;
          width: 100%; }
      #home-intro .col-rt {
        padding: 60px 0 0; }
      #home-intro h2 {
        margin-top: 20px; } }
  @media only screen and (max-width: 767px) {
    #home-intro {
      padding: 80px 0 0; }
      #home-intro:before {
        width: calc(100vw - 80px);
        height: calc(80px + (30vw)); }
      #home-intro:after {
        display: none; }
      #home-intro .col-lt {
        padding: 0 20px; }
      #home-intro .col-rt {
        padding: 60px 20px 0; }
      #home-intro h2 {
        font-size: 24px;
        margin-top: 15px; } }
  @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
    #home-intro {
      padding-top: 0; }
      #home-intro .col-rt {
        padding-left: 0px;
        padding-right: 0px; }
      #home-intro:before {
        display: none; }
      #home-intro .col-lt {
        display: none; } }
#home-services {
  margin-top: 180px;
  color: #fff; }
  #home-services .col-lt {
    background: #2f353e;
    padding-top: 80px;
    padding-bottom: 80px; }
    #home-services .col-lt h3 {
      padding: 150px 30px 0 0; }
    #home-services .col-lt p:not(.heading) {
      padding-right: 15%;
      margin-top: 40px; }
    #home-services .col-lt .serv-list {
      margin-top: 120px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      #home-services .col-lt .serv-list li {
        width: 50%;
        margin-top: 15px;
        font-weight: 600; }
        #home-services .col-lt .serv-list li span {
          display: inline-block;
          color: #bf963b;
          min-width: 35px;
          font-weight: 500; }
        #home-services .col-lt .serv-list li i {
          font-size: 15px;
          padding-left: 10px;
          -webkit-transition: transform 0.15s ease-in-out;
          -moz-transition: transform 0.15s ease-in-out;
          -ms-transition: transform 0.15s ease-in-out;
          -o-transition: transform 0.15s ease-in-out;
          transition: transform 0.15s ease-in-out; }
        @media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
          #home-services .col-lt .serv-list li a:hover {
            color: #bf963b; }
            #home-services .col-lt .serv-list li a:hover i {
              -moz-transform: translateX(5px);
              -o-transform: translateX(5px);
              -ms-transform: translateX(5px);
              -webkit-transform: translateX(5px);
              transform: translateX(5px); } }
  #home-services .col-rt {
    position: relative;
    background: #eff0e3;
    align-self: stretch; }
    #home-services .col-rt:before {
      width: 100%;
      height: 50%;
      top: 0;
      left: 0;
      background: #fff;
      position: absolute;
      content: ''; }
    #home-services .col-rt .img-wrap {
      height: calc(100% - 160px);
      width: calc(100% - 120px);
      box-sizing: border-box;
      position: relative;
      background-position: center center;
      background-size: cover;
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  @media only screen and (max-width: 1199px) {
    #home-services {
      margin-top: 150px; }
      #home-services .col-lt h3 {
        padding: 80px 0 0; }
      #home-services .col-lt p:not(.heading) {
        margin-top: 35px; }
      #home-services .col-lt .serv-list {
        margin-top: 60px; }
      #home-services .col-rt .img-wrap {
        width: 100%; } }
  @media only screen and (max-width: 991px) {
    #home-services {
      margin-top: 120px; }
      #home-services .col-lt {
        order: 2;
        width: calc(100% + 100px);
        margin: 0 -50px; }
        #home-services .col-lt h3 {
          padding: 25px 30% 0 0; }
        #home-services .col-lt p:not(.heading) {
          padding-right: 0; }
        #home-services .col-lt .serv-list {
          margin-top: 50px; } }
  @media only screen and (max-width: 767px) {
    #home-services {
      margin-top: 60px; }
      #home-services .col-lt {
        padding-top: 60px;
        padding-bottom: 60px; }
        #home-services .col-lt h3 {
          padding: 10px 0 0; }
        #home-services .col-lt p:not(.heading) {
          margin-top: 25px; }
        #home-services .col-lt .serv-list {
          margin-top: 25px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #home-services .col-lt {
      padding-bottom: 48px; }
      #home-services .col-lt .serv-list li {
        width: 100%;
        border-bottom: 1px solid #bf963b;
        margin: 0; }
        #home-services .col-lt .serv-list li:last-of-type {
          border-bottom: 0; }
        #home-services .col-lt .serv-list li a {
          display: block;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: justify;
          justify-content: space-between;
          justify-content: flex-start;
          padding: 12px 0; }
        #home-services .col-lt .serv-list li i {
          margin-left: auto; }
    #home-services .col-rt {
      display: block !important;
      order: 1;
      padding: 0; }
      #home-services .col-rt:before {
        display: none; }
      #home-services .col-rt .img-wrap {
        width: 100%;
        height: 100vw; } }
#home-spacer .col-rt {
  background: #eff0e3;
  height: 200px; }
  @media only screen and (max-width: 1199px) {
    #home-spacer .col-rt {
      height: 150px; } }
  @media only screen and (max-width: 991px) {
    #home-spacer .col-rt {
      display: none; } }
#home-assets {
  padding-top: 110px; }
  #home-assets .info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-end; }
  #home-assets h3 {
    margin-top: 30px; }
  #home-assets .arrow-btn {
    margin-bottom: 6px; }
  @media only screen and (max-width: 1199px) {
    #home-assets {
      padding-top: 80px; } }
  @media only screen and (max-width: 991px) {
    #home-assets h3 {
      margin-top: 25px; }
    #home-assets .arrow-btn {
      margin: 40px 0 0; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #home-assets {
      padding-top: 0; }
      #home-assets .info {
        padding-top: 60px;
        padding-bottom: 60px;
        background: #eff0e3;
        border-right: 40px solid #fff; }
      #home-assets h3 {
        margin-top: 15px;
        padding-right: 40px; } }
  #home-assets .slider {
    margin-top: 100px; }
    #home-assets .slider .cycle-slideshow {
      position: relative; }
    #home-assets .slider .slide {
      width: 100%; }
    #home-assets .slider .cover {
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    #home-assets .slider .top {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 50%;
      z-index: 2;
      padding-top: 100px; }
      #home-assets .slider .top:before {
        position: absolute;
        opacity: .35;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: black;
        background: -moz-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
      #home-assets .slider .top .heading {
        color: #fff; }
      #home-assets .slider .top a {
        margin-top: 35px;
        width: 60%; }
      @media only screen and (max-width: 991px) {
        #home-assets .slider .top a br {
          display: none; } }
    #home-assets .slider .learn-more {
      position: absolute;
      bottom: 0;
      height: 33.333%;
      padding-bottom: 60px;
      left: 0;
      width: 100%;
      z-index: 2;
      box-sizing: border-box;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      align-items: flex-end; }
      #home-assets .slider .learn-more:before {
        position: absolute;
        opacity: .35;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: black;
        background: -moz-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
      #home-assets .slider .learn-more span:not(.contain) {
        position: relative;
        line-height: 2.25;
        display: inline-block; }
        #home-assets .slider .learn-more span:not(.contain):after {
          bottom: 0;
          left: 0;
          width: 100%;
          background: #fff;
          height: 1px;
          content: '';
          position: absolute;
          -webkit-transition: all 0.15s ease-in-out;
          -moz-transition: all 0.15s ease-in-out;
          -ms-transition: all 0.15s ease-in-out;
          -o-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out; }
      @media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
        #home-assets .slider .learn-more:hover span:not(.contain):after {
          width: calc(100% + 20px); } }
    @media only screen and (max-width: 1199px) {
      #home-assets .slider .learn-more {
        padding-bottom: 50px; } }
    @media only screen and (max-width: 991px) {
      #home-assets .slider {
        margin-top: 80px; }
        #home-assets .slider .cover {
          width: 130%;
          max-width: 130%;
          margin-left: -15%; }
        #home-assets .slider .top {
          padding-top: 60px; }
          #home-assets .slider .top a {
            margin-top: 25px;
            width: 85%; } }
    @media only screen and (max-width: 767px) {
      #home-assets .slider {
        margin-top: 40px; } }
    @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
      #home-assets .slider .cover {
        width: 100%;
        max-width: 100%;
        margin-left: 0; }
      #home-assets .slider .learn-more {
        padding-bottom: 40px; }
      #home-assets .slider .top a {
        margin-top: 10px; } }
    @media only screen and (max-width: 767px) and (orientation: portrait) {
      #home-assets .slider .learn-more {
        height: 70px;
        background: rgba(0, 0, 0, 0.5);
        font-size: 22px;
        padding-bottom: 0;
        align-items: center; }
        #home-assets .slider .learn-more:before {
          display: none; }
        #home-assets .slider .learn-more .mobile-title {
          width: 100%; }
          #home-assets .slider .learn-more .mobile-title:after {
            display: none; }
          #home-assets .slider .learn-more .mobile-title i {
            float: right;
            margin-top: 11px; } }
  #home-assets .cycle-pager {
    position: absolute;
    z-index: 101;
    right: 0;
    width: 100%;
    bottom: 60px;
    height: 10px; }
    #home-assets .cycle-pager .contain {
      position: relative;
      z-index: 101;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      justify-content: flex-end;
      height: 10px;
      flex-wrap: nowrap; }
    #home-assets .cycle-pager span {
      text-indent: -9999px;
      width: 10px;
      height: 10px;
      border-radius: 10px;
      margin-left: 10px;
      background: #fff;
      display: inline-block;
      opacity: .65; }
    #home-assets .cycle-pager .cycle-pager-active {
      opacity: 1; }
    @media only screen and (max-width: 1199px) {
      #home-assets .cycle-pager {
        bottom: 50px; } }
    @media only screen and (max-width: 767px) {
      #home-assets .cycle-pager {
        bottom: 40px; } }
  #home-assets .cycle-nav {
    position: absolute;
    width: 100%;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 101; }
    #home-assets .cycle-nav .contain {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      justify-content: flex-end; }
    #home-assets .cycle-nav img {
      width: 50px;
      cursor: pointer; }

#home-contact {
  margin: 120px auto; }
  #home-contact .col-lt {
    align-self: stretch; }
    #home-contact .col-lt .img-wrap {
      height: calc(100% - 160px);
      width: calc(100% - 120px);
      box-sizing: border-box;
      position: relative;
      background-position: center center;
      background-size: cover;
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #home-contact .col-rt {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #2c4055;
    color: #fff; }
    #home-contact .col-rt h3 {
      padding-top: 90px; }
    #home-contact .col-rt p:not(.heading) {
      padding-right: 20%;
      margin-top: 40px; }
    #home-contact .col-rt a {
      margin-top: 100px; }
  @media only screen and (max-width: 1199px) {
    #home-contact .col-lt .img-wrap {
      width: 100%; }
    #home-contact .col-rt h3 {
      padding-top: 80px; }
    #home-contact .col-rt p:not(.heading) {
      padding-right: 10%;
      margin-top: 35px; }
    #home-contact .col-rt a {
      margin-top: 50px; } }
  @media only screen and (max-width: 991px) {
    #home-contact .col-rt h3 {
      padding-top: 25px; }
      #home-contact .col-rt h3 br {
        display: none; }
    #home-contact .col-rt p:not(.heading) {
      padding-right: 0;
      margin-top: 35px; }
    #home-contact .col-rt a {
      margin-top: 40px; } }
  @media only screen and (max-width: 767px) {
    #home-contact {
      margin: 10px auto 20px; }
      #home-contact .col-rt {
        order: 1;
        padding-top: 60px;
        padding-bottom: 60px; }
        #home-contact .col-rt h3 {
          padding-top: 10px; }
        #home-contact .col-rt p:not(.heading) {
          margin-top: 25px; }
        #home-contact .col-rt a {
          margin-top: 30px; }
      #home-contact .col-lt {
        order: 2;
        padding: 0 20px;
        position: relative; }
        #home-contact .col-lt .img-wrap {
          width: 100%;
          height: 70vw; }
        #home-contact .col-lt:before {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 50%;
          background: #2c4055;
          content: ''; } }
#leadership-top {
  position: relative;
  overflow: hidden;
  margin-top: 110px; }
  #leadership-top .hero {
    width: 100%;
    height: auto;
    /*&:before {
         content: '';
         position: absolute;
         bottom:0;
         left: 0;
         width: 60%;
         background: $gold;
         opacity:.5;
         height: 115px;
         @include bp-991 {
            width: 100%;
            height:60px;
         }
         @include bp-mob-vert {
            width: 100%;
            height:40px;
         }
      }*/ }
    #leadership-top .hero img {
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 991px) {
    #leadership-top {
      margin-top: 100px; } }
  @media only screen and (max-width: 767px) {
    #leadership-top {
      margin-top: 80px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #leadership-top {
      margin-top: 80px; }
      #leadership-top .hero img {
        max-width: unset;
        width: 130%;
        height: auto;
        margin-left: -15%; } }
.leadership #about-intro {
  background: #eff0e3;
  margin-bottom: -200px; }
  .leadership #about-intro .col-wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding-bottom: 350px; }
  @media only screen and (max-width: 991px) {
    .leadership #about-intro {
      margin-bottom: -14%; }
      .leadership #about-intro .col-wrap {
        padding-bottom: 24.5%; } }
  @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
    .leadership #about-intro {
      margin-bottom: -14%; }
      .leadership #about-intro .col-wrap {
        display: flex;
        flex-direction: row;
        padding-bottom: 24.5%; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    .leadership #about-intro {
      margin-bottom: -14%; }
      .leadership #about-intro .col-wrap {
        padding-bottom: 24.5%; }
      .leadership #about-intro .col-lt {
        padding: 60px 20px; }
        .leadership #about-intro .col-lt .contact_wrap {
          padding: 0;
          float: none;
          width: 100%;
          max-width: 100%; }
      .leadership #about-intro .col-rt {
        display: block !important;
        order: 1;
        padding: 60px 20px; } }
  @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
    .leadership #about-intro .col-lt {
      padding: 30px 20px;
      width: 41%;
      order: 1; }
      .leadership #about-intro .col-lt .contact_wrap {
        padding: 0;
        width: 100%;
        min-width: unset;
        box-sizing: border-box; }
    .leadership #about-intro .col-rt {
      padding: 50px 40px 60px;
      margin: -40px 0 0;
      width: 59%;
      order: 2; }
      .leadership #about-intro .col-rt .visible-sm {
        display: block !important; }
    .leadership #about-intro .col-wrap {
      display: flex;
      flex-direction: row; } }
#team-grid {
  display: grid;
  width: calc(100% - 100px);
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 60px 100px;
  grid-template-columns: calc(50% - 20px) calc(50% - 20px);
  grid-template-rows: auto;
  column-gap: 40px; }
  #team-grid.thirds {
    grid-template-columns: calc(33.33% - 25.333px) calc(33.33% - 25.333px) calc(33.33% - 25.333px);
    column-gap: 38px; }
    #team-grid.thirds .team .moreBio2 {
      display: none; }
    #team-grid.thirds .team .moreBio {
      position: absolute;
      right: 20px;
      display: block;
      font-size: 42px;
      color: #bf963b;
      font-family: "neue-haas-grotesk-display", sans-serif;
      top: 50%;
      height: 22px;
      line-height: 22px;
      transform: translateY(-11px); }
  #team-grid .team {
    margin-bottom: 65px; }
    #team-grid .team .moreBio {
      display: none; }
    #team-grid .team .moreBio2 {
      position: absolute;
      right: 20px;
      display: inline-block;
      font-size: 18px;
      color: #bf963b;
      font-family: "Blacker", serif;
      top: 50%;
      height: 50px;
      line-height: 50px;
      transform: translateY(-50%);
      vertical-align: middle; }
      #team-grid .team .moreBio2 i {
        height: 100%;
        border-left: 2px solid #bf963b;
        margin-left: 18px;
        padding-left: 15px;
        display: inline-block;
        line-height: 50px; }
    #team-grid .team img {
      width: 100%;
      height: auto;
      display: block;
      position: relative; }
    #team-grid .team .bio {
      display: block;
      position: relative;
      margin-top: 15px;
      cursor: pointer; }
      #team-grid .team .bio h3 {
        font-size: 21px;
        line-height: 1.2;
        font-weight: bold;
        font-family: "Blacker", serif;
        margin-bottom: 5px; }
      #team-grid .team .bio h4 {
        font-size: 17px;
        font-weight: 500;
        font-family: "neue-haas-grotesk-display", sans-serif; }
    #team-grid .team .bioOverlay {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #2f353e;
      z-index: 999999;
      display: none; }
      #team-grid .team .bioOverlay .close {
        position: fixed;
        top: 30px;
        right: 30px;
        appearance: none;
        color: #bf963b;
        transform: rotate(45deg);
        font-size: 50px;
        font-family: "Blacker", serif;
        font-weight: 300; }
      #team-grid .team .bioOverlay .bioContain {
        max-width: 1500px;
        margin: 0 auto;
        padding: 0 120px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
        color: #fff;
        overflow: auto;
        box-sizing: border-box; }
        #team-grid .team .bioOverlay .bioContain p.heading {
          color: #fff;
          font-size: 28px;
          font-weight: bold; }
        #team-grid .team .bioOverlay .bioContain span.title {
          color: #bf963b;
          font-size: 19px;
          letter-spacing: .015em;
          font-family: "neue-haas-grotesk-display", sans-serif;
          margin-bottom: 50px;
          display: inline-block; }
        #team-grid .team .bioOverlay .bioContain p:not(.heading) {
          color: #fff;
          margin-bottom: 30px;
          font-size: 17px;
          line-height: 1.65;
          letter-spacing: .025em; }
      @media only screen and (max-width: 1199px) {
        #team-grid .team .bioOverlay .bioContain {
          width: 100%;
          padding: 80px;
          top: 0;
          transform: none;
          overflow: auto;
          height: 100%; }
          #team-grid .team .bioOverlay .bioContain span.title {
            margin-bottom: 30px; }
          #team-grid .team .bioOverlay .bioContain p:not(.heading) {
            color: #fff;
            margin-bottom: 25px;
            font-size: 16px;
            line-height: 1.65;
            letter-spacing: .025em; } }
      @media only screen and (max-width: 991px) {
        #team-grid .team .bioOverlay .bioContain {
          width: 100%;
          padding: 80px;
          top: 0;
          transform: none;
          overflow: auto;
          height: 100%; }
          #team-grid .team .bioOverlay .bioContain span.title {
            margin-bottom: 30px; }
          #team-grid .team .bioOverlay .bioContain p:not(.heading) {
            color: #fff;
            margin-bottom: 25px;
            font-size: 16px;
            line-height: 1.65;
            letter-spacing: .025em; } }
      @media only screen and (max-width: 767px) {
        #team-grid .team .bioOverlay .bioContain {
          width: 100%;
          padding: 40px;
          top: 0;
          transform: none;
          overflow: auto;
          height: 100%; }
          #team-grid .team .bioOverlay .bioContain span.title {
            margin-bottom: 25px; }
          #team-grid .team .bioOverlay .bioContain p:not(.heading) {
            color: #fff;
            margin-bottom: 30px;
            font-size: 15px;
            line-height: 1.65;
            letter-spacing: .025em; } }
      @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
        #team-grid .team .bioOverlay .bioContain {
          width: 100%;
          padding: 40px;
          top: 0;
          transform: none;
          overflow: auto;
          height: 100%; } }
  @media only screen and (max-width: 1199px) {
    #team-grid .team {
      margin-bottom: 50px; }
      #team-grid .team .bio h3 {
        font-size: 19px; }
      #team-grid .team .bio h4 {
        font-size: 16px; } }
  @media only screen and (max-width: 991px) {
    #team-grid {
      grid-template-columns: calc(50% - 20px) calc(50% - 20px);
      grid-template-rows: auto;
      padding: 0 50px 80px; }
      #team-grid .team .moreBio {
        display: inline-block;
        position: absolute;
        right: 15px;
        color: #bf963b;
        top: -10px;
        line-height: 1;
        transform: translateY(0);
        font-size: 40px;
        font-weight: 300; }
      #team-grid .team .moreBio2 {
        display: none; }
      #team-grid.thirds {
        grid-template-columns: calc(50% - 20px) calc(50% - 20px);
        grid-template-rows: auto; } }
  @media only screen and (max-width: 767px) {
    #team-grid {
      width: calc(100% - 80px);
      grid-template-columns: calc(50% - 15px) calc(50% - 15px);
      column-gap: 30px;
      padding: 0 0 40px; }
      #team-grid.thirds {
        grid-template-columns: calc(100%);
        grid-template-rows: auto; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #team-grid {
      grid-template-columns: calc(100%);
      grid-template-rows: auto;
      width: 100%; }
      #team-grid .team {
        padding: 0 20px;
        margin-bottom: 15px; } }
#about-top {
  position: relative;
  overflow: hidden;
  margin-top: 110px; }
  #about-top .hero {
    width: 100%;
    height: auto; }
    #about-top .hero img {
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 991px) {
    #about-top {
      margin-top: 100px; } }
  @media only screen and (max-width: 767px) {
    #about-top {
      margin-top: 80px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #about-top .hero {
      width: 100%;
      height: auto; }
      #about-top .hero img {
        max-width: unset;
        width: 130%;
        height: auto;
        margin-left: -28%; } }
#about-intro {
  background: #eff0e3;
  margin-bottom: 0; }
  #about-intro .col-wrap {
    max-width: 1500px;
    margin: 0 auto;
    padding-bottom: 150px; }
  #about-intro .col-lt {
    width: 28%;
    padding: 104px 0 100px 0; }
  #about-intro .col-rt {
    margin-top: -169px;
    padding: 80px;
    position: relative;
    background: #2f353e;
    align-self: stretch;
    flex: 1;
    width: 72%; }
    @media screen and (min-width: 1500px) {
      #about-intro .col-rt {
        padding-right: calc(50vw - 750px);
        margin-right: calc(-50vw + 750px); } }
    #about-intro .col-rt h1 {
      font-size: 30px;
      font-weight: 500;
      line-height: 1.4;
      font-family: "neue-haas-grotesk-display", sans-serif;
      color: #fff;
      max-width: 750px;
      margin-top: 25px; }
  @media only screen and (min-width: 1621px) {
    #about-intro .col-rt h1 {
      font-size: 36px;
      max-width: 875px; } }
  @media only screen and (max-width: 1199px) {
    #about-intro .col-wrap {
      padding-bottom: 100px; }
    #about-intro .col-rt {
      margin-top: -140px;
      padding: 80px 50px; }
      #about-intro .col-rt h1 {
        font-size: 26px; } }
  @media only screen and (max-width: 991px) {
    #about-intro .col-wrap {
      padding-bottom: 80px; }
    #about-intro .col-lt {
      order: 2;
      width: 100%;
      display: none; }
    #about-intro .col-rt {
      margin-top: -1px;
      order: 1;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    #about-intro .col-wrap {
      padding-bottom: 45px; }
    #about-intro .col-lt {
      padding-top: 60px;
      padding-bottom: 60px; }
      #about-intro .col-lt p:not(.heading) {
        margin-top: 25px; }
    #about-intro .col-rt h1 {
      margin-top: 15px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #about-intro .col-lt {
      padding: 60px 20px; }
      #about-intro .col-lt .contact_wrap {
        padding: 0;
        float: none;
        width: 100%;
        max-width: 100%; }
    #about-intro .col-rt {
      display: block !important;
      order: 1;
      padding: 60px 20px; }
      #about-intro .col-rt h1 {
        font-size: 24px; }
      #about-intro .col-rt form {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box; } }
  @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
    #about-intro .col-lt {
      padding: 30px 25px;
      width: 41%;
      order: 1; }
      #about-intro .col-lt .contact_wrap {
        padding: 0;
        width: 100%;
        min-width: unset;
        box-sizing: border-box; }
      #about-intro .col-lt .address .street {
        padding-bottom: 0;
        margin-left: 38px;
        width: 100%; }
        #about-intro .col-lt .address .street br {
          display: block; }
    #about-intro .col-rt {
      padding: 55px 40px 60px;
      margin: -40px 0 0;
      width: 59%;
      order: 2; }
      #about-intro .col-rt .visible-sm {
        display: block !important; }
    #about-intro .col-wrap {
      display: flex;
      flex-direction: row; } }
#mission {
  background: #eff0e3;
  padding-bottom: 80px; }
  #mission .col-wrap {
    -ms-flex-align: start;
    align-items: flex-start; }
    #mission .col-wrap .col-lt {
      width: calc(28% - 25px); }
      @media screen and (min-width: 1500px) {
        #mission .col-wrap .col-lt {
          width: 28%; } }
      #mission .col-wrap .col-lt p.heading {
        margin-top: 9px; }
    #mission .col-wrap .col-rt {
      width: 72%;
      padding: 0 80px;
      flex: 1; }
      #mission .col-wrap .col-rt p {
        letter-spacing: .015em;
        line-height: 1.47;
        font-weight: 500;
        font-family: "neue-haas-grotesk-display", sans-serif;
        margin-bottom: 20px;
        max-width: 755px; }
        #mission .col-wrap .col-rt p:first-child {
          font-size: 30px;
          line-height: 1.4;
          letter-spacing: .025em; }
  @media only screen and (min-width: 1621px) {
    #mission .col-wrap .col-rt p:first-child {
      font-size: 36px;
      max-width: 875px; } }
  @media only screen and (max-width: 1199px) {
    #mission .col-wrap .col-lt {
      width: calc(28% - 50px); }
    #mission .col-wrap .col-rt {
      width: calc(72% + 25px); }
      #mission .col-wrap .col-rt p:first-child {
        font-size: 28px; } }
  @media only screen and (max-width: 991px) {
    #mission .col-wrap {
      padding: 0;
      flex-direction: column; }
      #mission .col-wrap .col-lt, #mission .col-wrap .col-rt {
        width: 100%;
        padding: 0 50px; }
      #mission .col-wrap .col-rt p:first-child {
        margin-top: 25px; } }
  @media only screen and (max-width: 767px) {
    #mission {
      padding-bottom: 40px; }
      #mission .col-wrap .col-lt p:not(.heading) {
        margin-top: 25px; }
      #mission .col-wrap .col-rt p:first-child {
        margin-top: 10px;
        font-size: 16px; }
      #mission .col-wrap .col-rt p {
        margin-bottom: 15px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #mission .col-wrap .col-lt {
      padding: 0 20px; }
      #mission .col-wrap .col-lt .contact_wrap {
        padding: 0;
        float: none;
        width: 100%;
        max-width: 100%; }
    #mission .col-wrap .col-rt {
      display: block !important;
      order: 1;
      padding: 0 20px; }
      #mission .col-wrap .col-rt form {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box; } }
  @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
    #mission .col-wrap {
      display: flex;
      flex-direction: row; }
      #mission .col-wrap .col-lt {
        width: 100%;
        padding: 0 40px;
        order: 1; }
        #mission .col-wrap .col-lt .contact_wrap {
          padding: 0;
          width: 100%;
          min-width: unset;
          box-sizing: border-box; }
        #mission .col-wrap .col-lt .address .street {
          padding-bottom: 0;
          margin-left: 38px;
          width: 100%; }
          #mission .col-wrap .col-lt .address .street br {
            display: block; }
      #mission .col-wrap .col-rt {
        padding: 10px 40px 0;
        margin: 0;
        width: 100%;
        order: 2; }
        #mission .col-wrap .col-rt .visible-sm {
          display: block !important; } }
#strategy {
  padding-top: 150px;
  padding-bottom: 180px; }
  #strategy h2 {
    margin-top: 40px;
    margin-bottom: 100px; }
  #strategy .accordion {
    margin-top: 60px; }
  #strategy .col-wrap {
    -ms-flex-align: start;
    align-items: flex-start; }
    #strategy .col-wrap .col-lt figure img {
      width: 100%;
      margin-left: -120px;
      max-height: 500px;
      object-fit: cover; }
  @media only screen and (max-width: 1199px) {
    #strategy .accordion {
      margin-top: 30px; } }
  @media only screen and (max-width: 991px) {
    #strategy {
      padding-top: 80px;
      padding-bottom: 80px; }
      #strategy h2 {
        margin-bottom: 80px;
        margin-top: 25px; }
      #strategy .col-wrap .col-lt figure {
        margin-bottom: 40px; }
        #strategy .col-wrap .col-lt figure img {
          max-width: unset;
          width: calc(100% + 200px);
          margin-left: -100px; } }
  @media only screen and (max-width: 767px) {
    #strategy {
      padding-top: 60px;
      padding-bottom: 60px; }
      #strategy .accordion {
        margin-top: 40px; }
      #strategy h2 {
        margin-bottom: 40px;
        margin-top: 10px; }
      #strategy .col-wrap .col-lt figure {
        margin-bottom: 0px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #strategy {
      padding: 50px 0; }
      #strategy .col-wrap .col-lt figure img {
        width: calc(100% + 40px);
        margin-left: -20px; } }
  @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
    #strategy {
      padding: 30px 0; }
      #strategy .col-wrap .col-lt figure img {
        width: calc(100% + 80px);
        margin-left: -40px; } }
#careers {
  background: url("../img/careers-bg.jpg") no-repeat center center/cover;
  padding: 120px 0 100px; }
  #careers h2 {
    color: #fff;
    font-size: 42px;
    line-height: 1.24;
    letter-spacing: .025em;
    margin-top: 30px;
    margin-bottom: 25px; }
  #careers p:not(.heading) {
    color: #fff;
    font-size: 19px;
    line-height: 1.68;
    letter-spacing: .025em;
    margin-bottom: 65px;
    max-width: 450px; }
  @media only screen and (max-width: 1199px) {
    #careers {
      padding: 80px 0; }
      #careers h2 {
        font-size: 36px; }
      #careers p:not(.heading) {
        font-size: 19px; } }
  @media only screen and (max-width: 991px) {
    #careers {
      padding: 80px 0; }
      #careers h2 {
        margin-top: 25px; }
      #careers p:not(.heading) {
        margin-bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    #careers h2 {
      margin-top: 10px;
      font-size: 26px; }
    #careers p:not(.heading) {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #careers {
      padding: 60px 0px; } }
  @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
    #careers {
      padding: 40px 0px; } }
#what-top {
  position: relative;
  overflow: hidden;
  margin-top: 200px; }
  #what-top.col-wrap {
    max-width: 1500px;
    margin: 210px auto 0;
    -ms-flex-align: start;
    align-items: flex-start; }
  #what-top .col-lt {
    width: 40.5%; }
    #what-top .col-lt p.heading {
      margin-bottom: 25px; }
    #what-top .col-lt h1 {
      font-size: 40px;
      font-weight: 500;
      line-height: 1.4;
      letter-spacing: .025em;
      font-family: "neue-haas-grotesk-display", sans-serif;
      color: #2f353e;
      max-width: 755px; }
  #what-top .col-rt {
    position: relative;
    align-self: stretch;
    flex: 1;
    width: 59.5%;
    /*p{
         color:$gold;
         margin-top:40px;
         margin-bottom:45px;
         max-width:560px;
         font-size:19px;
         letter-spacing:.025em;
         line-height: 1.68;
      }*/ }
    #what-top .col-rt p:not(.heading) {
      font-size: 30px;
      line-height: 1.4;
      letter-spacing: .025em;
      font-weight: 500;
      color: #2f353e;
      margin-top: 65px;
      margin-bottom: 100px;
      max-width: 670px; }
  @media only screen and (min-width: 1621px) {
    #what-top .col-rt p:not(.heading) {
      max-width: 800px; } }
  @media only screen and (max-width: 1199px) {
    #what-top {
      margin-top: 100px; }
      #what-top .col-lt p.heading {
        margin-bottom: 5px; }
      #what-top .col-lt h1 {
        font-size: 36px; }
      #what-top .col-rt p:not(.heading) {
        font-size: 26px;
        margin-top: 30px; } }
  @media only screen and (max-width: 991px) {
    #what-top {
      margin-top: 100px; }
      #what-top.col-wrap {
        flex-direction: column; }
        #what-top.col-wrap .col-lt, #what-top.col-wrap .col-rt {
          width: 100%; }
          #what-top.col-wrap .col-lt h1, #what-top.col-wrap .col-rt h1 {
            font-size: 34px; } }
  @media only screen and (max-width: 767px) {
    #what-top {
      margin-top: 80px; }
      #what-top.col-wrap {
        margin-top: 140px; }
        #what-top.col-wrap .col-lt p.heading {
          margin-bottom: 10px; }
        #what-top.col-wrap .col-lt h1 {
          padding: 0;
          font-size: 26px; }
        #what-top.col-wrap .col-rt p:not(.heading) {
          font-size: 16px;
          margin-top: 30px;
          margin-bottom: 60px; } }
  @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
    #what-top {
      margin-top: 100px; }
      #what-top.col-wrap {
        margin-top: 100px; } }
#what-intro {
  background: #eff0e3;
  margin-bottom: 0;
  position: relative; }
  #what-intro:before {
    content: '';
    background: #bf963b;
    height: 20px;
    width: 58%;
    right: 0;
    position: absolute;
    top: -10px; }
  #what-intro img {
    display: block;
    width: 100%; }
  #what-intro .contain {
    padding-top: 140px;
    padding-bottom: 160px; }
    #what-intro .contain p {
      font-size: 21px;
      font-weight: 500;
      line-height: 1.71;
      letter-spacing: .025em;
      color: #2f353e;
      max-width: 900px;
      margin: 0 auto;
      padding: 0; }
  @media only screen and (max-width: 1199px) {
    #what-intro .col-rt {
      margin-top: 0; }
    #what-intro .contain {
      padding-top: 80px;
      padding-bottom: 80px; }
      #what-intro .contain p {
        font-size: 19px; } }
  @media only screen and (max-width: 991px) and (orientation: portrait) {
    #what-intro img {
      max-width: unset;
      width: 130%;
      margin-left: -15%; } }
  @media only screen and (max-width: 991px) {
    #what-intro .col-lt {
      order: 1;
      width: 100%; }
    #what-intro .col-rt {
      order: 2;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    #what-intro .col-lt {
      padding-top: 50px;
      padding-bottom: 50px; }
      #what-intro .col-lt p:not(.heading) {
        margin-top: 25px; }
    #what-intro .contain {
      padding-top: 50px;
      padding-bottom: 50px; }
      #what-intro .contain p {
        line-height: unset;
        font-size: 16px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #what-intro .col-lt {
      padding: 60px 25px; }
    #what-intro .col-rt {
      display: block !important;
      order: 1;
      padding: 60px 25px; } }
  @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
    #what-intro .col-lt {
      padding: 30px 25px;
      width: 41%;
      order: 1; }
      #what-intro .col-lt .contact_wrap {
        padding: 0;
        width: 100%;
        min-width: unset;
        box-sizing: border-box; }
      #what-intro .col-lt .address .street {
        padding-bottom: 0;
        margin-left: 38px;
        width: 100%; }
        #what-intro .col-lt .address .street br {
          display: block; }
    #what-intro .col-rt {
      padding: 62px 40px 60px;
      margin: -90px 0 0;
      width: 59%;
      order: 2; }
      #what-intro .col-rt .visible-sm {
        display: block !important; }
    #what-intro .col-wrap {
      display: flex;
      flex-direction: row; } }
/*#what-services{
   .col-wrap{
      justify-content:center;
      align-items:center;
      .col{
         height:100%;
            flex:1;
            &.col-lt{
               width:calc(50% + 120px);
               margin-left:-60px;
            }
            &.col-rt{
               width:50%;
            }
         &.dark{
            background:$green;
            height:100%;
            flex:1;
            ul{
               li{
                  color:#fff;
               }
            }
         }
         figure{
            padding:120px;
            box-sizing:border-box;
            img{
               width:100%;
               height:auto;
            }
         }

      }
   }*/
/*
#what-services{
   margin: 0 auto;
   .col-rt {
      align-self: center;
      padding:0;
      figure{

         box-sizing: border-box;
         position: relative;
         padding:90px 120px;
      }
   }
   .col-lt {
      padding-top: 100px;
      padding-bottom: 100px;
      background: $blue;
      color: #fff;
      align-self: stretch;
      display:flex;
      flex-direction:column;
      align-items: flex-start;
      justify-content:center;
      padding-left:120px;
      padding-right:120px;
      ul{
         margin-top:50px;
         padding-left:17px;
         li{
            font-size:24px;
            margin-bottom:15px;
            line-height:1.75;
            letter-spacing:.025em;
            font-weight: 500;
            padding-left:13px;
            position:relative;
            &:before{
               content:'';
               height:2px;
               width:6px;
               top:21px;
               left:-13px;
               position:absolute;
               background:#fff;
               display:block;
            }
         }
      }
   }
   @include bp-tab {

      width:100%;
      .contain{
         padding:0;
         width:100%;
      }
      .col-rt {
         width: 100%;

      figure {
         width: 100%;
      }
   }
      .col-lt {

         h3 {
            padding-top: 80px;
         }
         p:not(.heading) {
            padding-right: 10%;
            margin-top: 35px;
         }
         a {
            margin-top: 50px;
         }
      }
   }
   @include bp-991 {
      margin:0;
      .col-rt {
         width: 100%;

         figure {
            width: 100%;
         }
      }
      .col-lt {
         width:100%;
         margin:0;
         ul{
            margin-top:25px;
            li{
               margin-bottom:7px;
            }
         }
         h3 {
            padding-top: 25px;
            br {
               display: none;
            }
         }
         p:not(.heading) {
            padding-right: 0;
            margin-top: 35px;
         }
         a {
            margin-top: 40px;
         }
      }
   }
   @include bp-mob {
      //margin: 10px auto 20px;
      .col-lt {
         order: 1;
         padding: 60px 50px;
         margin:0!important;
         h3 {
            padding-top: 10px;
         }
         p:not(.heading) {
            margin-top: 25px;
         }
         a {
            margin-top: 30px;
         }
      }
   }
}*/
#what-services {
  color: #fff; }
  #what-services .col-lt {
    background: #2f353e;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 690px;
    align-self: center;
    justify-self: center;
    place-content: center;
    display: flex;
    flex-direction: column;
    padding-left: 120px;
    padding-right: 120px; }
    #what-services .col-lt h3 {
      padding: 150px 30px 0 0; }
    #what-services .col-lt p:not(.heading) {
      padding-right: 15%;
      margin-top: 40px; }
    #what-services .col-lt ul {
      margin-top: 25px;
      padding-left: 17px; }
      #what-services .col-lt ul li {
        font-size: 24px;
        margin-bottom: 7px;
        line-height: 1.75;
        letter-spacing: .025em;
        font-weight: 500;
        padding-left: 13px;
        position: relative; }
        #what-services .col-lt ul li:before {
          content: '';
          height: 2px;
          width: 6px;
          top: 21px;
          left: -13px;
          position: absolute;
          background: #fff;
          display: block; }
  #what-services .col-rt {
    position: relative;
    align-self: stretch; }
    #what-services .col-rt .img-wrap {
      height: calc(100% - 160px);
      width: calc(100% - 120px);
      box-sizing: border-box;
      position: relative;
      background-position: center center;
      background-size: cover;
      position: relative;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  @media only screen and (min-width: 1621px) {
    #what-services {
      margin: 120px auto; } }
  @media only screen and (max-width: 1199px) {
    #what-services .col-lt {
      padding-left: 50px;
      padding-right: 50px; }
      #what-services .col-lt h3 {
        padding: 80px 0 0; }
      #what-services .col-lt p:not(.heading) {
        margin-top: 35px; }
      #what-services .col-lt .serv-list {
        margin-top: 60px; }
      #what-services .col-lt ul li {
        font-size: 21px; }
    #what-services .col-rt .img-wrap {
      width: 100%; } }
  @media only screen and (max-width: 991px) {
    #what-services .col-lt {
      order: 2;
      width: calc(100% + 100px);
      margin: 0 -50px;
      min-height: unset; }
      #what-services .col-lt h3 {
        padding: 25px 30% 0 0; }
      #what-services .col-lt p:not(.heading) {
        padding-right: 0; }
      #what-services .col-lt .serv-list {
        margin-top: 50px; } }
  @media only screen and (max-width: 767px) {
    #what-services .col-lt {
      padding: 40px; }
      #what-services .col-lt h3 {
        padding: 10px 0 0; }
      #what-services .col-lt p:not(.heading) {
        margin-top: 25px; }
      #what-services .col-lt .serv-list {
        margin-top: 10px; }
        #what-services .col-lt .serv-list li {
          width: 100%;
          margin: 0; }
          #what-services .col-lt .serv-list li:before {
            top: 14px; }
          #what-services .col-lt .serv-list li:last-of-type {
            border-bottom: 0; }
          #what-services .col-lt .serv-list li a {
            display: block;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-pack: justify;
            justify-content: space-between;
            justify-content: flex-start;
            padding: 12px 0; }
          #what-services .col-lt .serv-list li i {
            margin-left: auto; }
      #what-services .col-lt ul li {
        font-size: 16px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #what-services .col-lt {
      padding: 40px 20px; }
    #what-services .col-rt {
      display: block !important;
      order: 1;
      padding: 0; }
      #what-services .col-rt:before {
        display: none; }
      #what-services .col-rt .img-wrap {
        width: 100%;
        height: 100vw; } }
#what-link {
  width: 100%;
  padding: 50px 0;
  background: #bf963b;
  margin: 0 auto; }
  #what-link .contain {
    padding: 0 120px;
    width: calc(100% - 240px);
    box-sizing: content-box; }
    #what-link .contain a {
      width: 100%;
      display: block;
      font-size: 21px;
      font-family: "Blacker", serif;
      font-weight: bold;
      letter-spacing: 0;
      vertical-align: baseline; }
      #what-link .contain a span {
        font-size: 30px;
        font-weight: 500;
        font-family: "neue-haas-grotesk-display", sans-serif;
        letter-spacing: .025em;
        padding-left: 20px;
        vertical-align: baseline; }
      #what-link .contain a i {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 50px;
        height: auto;
        display: inline-block;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
    #what-link .contain:hover i {
      transform: translate(15px, -50%); }
  @media only screen and (max-width: 1199px) {
    #what-link .contain {
      padding: 0 60px;
      width: 100%;
      box-sizing: border-box; } }
  @media only screen and (max-width: 991px) {
    #what-link {
      padding: 30px 0; }
      #what-link .contain {
        padding: 0 50px; } }
  @media only screen and (max-width: 767px) {
    #what-link {
      padding: 25px 0; }
      #what-link .contain {
        padding: 0 40px; }
        #what-link .contain a {
          font-size: 19px; }
          #what-link .contain a span {
            font-size: 21px;
            padding-left: 10px; }
          #what-link .contain a i {
            width: 40px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #what-link .contain {
      padding: 0 20px; } }
.assets #assets-top {
  margin-top: 0; }

.assets *:link {
  outline: none !important; }

#assets-top, .assets-top {
  position: relative;
  overflow: hidden; }
  #assets-top .hero, .assets-top .hero {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }
    #assets-top .hero img, .assets-top .hero img {
      width: 100%;
      height: auto; }
  #assets-top .col-wrap, .assets-top .col-wrap {
    position: relative;
    z-index: 5;
    margin-top: 265px;
    margin-bottom: 0px;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (max-width: 1199px) {
      #assets-top .col-wrap, .assets-top .col-wrap {
        margin-bottom: 0; } }
    #assets-top .col-wrap h2, .assets-top .col-wrap h2 {
      color: #fff;
      line-height: 1.4;
      margin-bottom: 0; }
    #assets-top .col-wrap h1, .assets-top .col-wrap h1 {
      font-size: 30px;
      line-height: 1.4;
      letter-spacing: .025em;
      font-weight: 500;
      color: #fff;
      margin-bottom: 100px;
      max-width: 670px; }
      @media only screen and (min-width: 1621px) {
        #assets-top .col-wrap h1, .assets-top .col-wrap h1 {
          max-width: 800px; } }
      @media only screen and (max-width: 1199px) {
        #assets-top .col-wrap h1, .assets-top .col-wrap h1 {
          font-size: 26px; } }
    #assets-top .col-wrap .col-lt, .assets-top .col-wrap .col-lt {
      width: 40.5%; }
      #assets-top .col-wrap .col-lt h2, .assets-top .col-wrap .col-lt h2 {
        font-size: 40px; }
        @media only screen and (max-width: 1199px) {
          #assets-top .col-wrap .col-lt h2, .assets-top .col-wrap .col-lt h2 {
            font-size: 36px; } }
    #assets-top .col-wrap .col-rt, .assets-top .col-wrap .col-rt {
      width: 59.5%; }
      #assets-top .col-wrap .col-rt a, .assets-top .col-wrap .col-rt a {
        color: #bf963b;
        font-family: "Blacker", serif;
        height: 50px;
        line-height: 50px;
        border: 1px solid #bf963b;
        padding-left: 20px;
        font-size: 18px;
        display: table;
        min-width: 190px; }
        #assets-top .col-wrap .col-rt a span, .assets-top .col-wrap .col-rt a span {
          display: inline-block;
          padding-right: 30px;
          vertical-align: top; }
        #assets-top .col-wrap .col-rt a i, .assets-top .col-wrap .col-rt a i {
          font-size: 15px;
          width: 50px;
          height: 50px;
          line-height: 50px;
          float: right;
          display: inline-block;
          border-left: 1px solid #bf963b;
          text-align: center;
          vertical-align: top;
          -webkit-transition: all 0.15s ease-in-out;
          -moz-transition: all 0.15s ease-in-out;
          -ms-transition: all 0.15s ease-in-out;
          -o-transition: all 0.15s ease-in-out;
          transition: all 0.15s ease-in-out; }
        #assets-top .col-wrap .col-rt a:hover, .assets-top .col-wrap .col-rt a:hover {
          color: #bf963b; }
          #assets-top .col-wrap .col-rt a:hover i, .assets-top .col-wrap .col-rt a:hover i {
            background: #bf963b;
            color: #fff; }
        @media only screen and (max-width: 1199px) {
          #assets-top .col-wrap .col-rt a, .assets-top .col-wrap .col-rt a {
            height: 44px;
            line-height: 44px;
            font-size: 17px; }
            #assets-top .col-wrap .col-rt a i, .assets-top .col-wrap .col-rt a i {
              height: 44px;
              width: 44px;
              line-height: 44px; } }
        @media only screen and (max-width: 767px) {
          #assets-top .col-wrap .col-rt a, .assets-top .col-wrap .col-rt a {
            min-width: 160px; } }
        #assets-top .col-wrap .col-rt a:visited, .assets-top .col-wrap .col-rt a:visited {
          color: #bf963b; }
  #assets-top.single, .assets-top.single {
    position: relative;
    height: 100%;
    width: 100%; }
    #assets-top.single .hero, .assets-top.single .hero {
      width: 100%;
      height: calc(100vh - 50px);
      position: relative;
      z-index: 3; }
      #assets-top.single .hero img, .assets-top.single .hero img {
        width: 100%;
        height: 100%;
        min-height: unset;
        object-fit: cover;
        object-position: center center; }
      #assets-top.single .hero:before, .assets-top.single .hero:before {
        position: absolute;
        opacity: .5;
        top: 0;
        left: 0;
        width: 100%;
        height: 40%;
        content: '';
        background: black;
        background: -moz-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
    #assets-top.single .col-wrap, .assets-top.single .col-wrap {
      justify-content: center;
      align-items: center;
      margin: 0 auto; }
      @media only screen and (min-width: 1621px) {
        #assets-top.single .col-wrap, .assets-top.single .col-wrap {
          max-width: 1620px; }
          #assets-top.single .col-wrap .col-lt, .assets-top.single .col-wrap .col-lt {
            position: relative; }
            #assets-top.single .col-wrap .col-lt:before, .assets-top.single .col-wrap .col-lt:before {
              position: absolute;
              height: 100%;
              left: -1000px;
              width: 1000px;
              background: #2f353e;
              content: '';
              top: 0; }
          #assets-top.single .col-wrap .col-rt, .assets-top.single .col-wrap .col-rt {
            position: relative; }
            #assets-top.single .col-wrap .col-rt:before, .assets-top.single .col-wrap .col-rt:before {
              position: absolute;
              height: 100%;
              right: -1000px;
              width: 1000px;
              background: #2c4055;
              content: '';
              top: 0; } }
      #assets-top.single .col-wrap .col-lt, .assets-top.single .col-wrap .col-lt {
        width: 72%;
        background: #2f353e;
        margin-top: -85px;
        padding-top: 54px;
        padding-bottom: 80px;
        padding-left: 60px; }
        #assets-top.single .col-wrap .col-lt h1, .assets-top.single .col-wrap .col-lt h1 {
          color: #fff;
          font-size: 40px;
          font-weight: 500;
          font-family: "neue-haas-grotesk-display", sans-serif;
          line-height: 1.3;
          letter-spacing: .025em;
          margin-bottom: 40px; }
        #assets-top.single .col-wrap .col-lt .col-wrap, .assets-top.single .col-wrap .col-lt .col-wrap {
          justify-content: flex-start;
          align-items: flex-start; }
          #assets-top.single .col-wrap .col-lt .col-wrap div, .assets-top.single .col-wrap .col-lt .col-wrap div {
            margin: 0 120px 0 0; }
            #assets-top.single .col-wrap .col-lt .col-wrap div:last-child, .assets-top.single .col-wrap .col-lt .col-wrap div:last-child {
              margin: 0; }
          #assets-top.single .col-wrap .col-lt .col-wrap p, .assets-top.single .col-wrap .col-lt .col-wrap p {
            color: #fff;
            font-size: 19px;
            font-weight: 500; }
            #assets-top.single .col-wrap .col-lt .col-wrap p.heading, .assets-top.single .col-wrap .col-lt .col-wrap p.heading {
              color: #bf963b;
              margin-bottom: 0px; }
      #assets-top.single .col-wrap .col-rt, .assets-top.single .col-wrap .col-rt {
        width: 28%;
        background: #2c4055;
        flex: 1;
        align-self: stretch;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        justify-self: center;
        align-items: center; }
        #assets-top.single .col-wrap .col-rt a, .assets-top.single .col-wrap .col-rt a {
          display: inline-block;
          margin: 0 auto;
          color: #fff; }
          #assets-top.single .col-wrap .col-rt a i, .assets-top.single .col-wrap .col-rt a i {
            color: #fff; }
    @media only screen and (max-width: 1199px) {
      #assets-top.single .col-wrap .col-rt, .assets-top.single .col-wrap .col-rt {
        width: 40%; }
      #assets-top.single .col-wrap .col-lt, .assets-top.single .col-wrap .col-lt {
        padding-left: 50px;
        width: 60%; }
        #assets-top.single .col-wrap .col-lt .col-wrap, .assets-top.single .col-wrap .col-lt .col-wrap {
          flex-direction: column; }
          #assets-top.single .col-wrap .col-lt .col-wrap .location, .assets-top.single .col-wrap .col-lt .col-wrap .location {
            margin-top: 15px;
            display: flex; }
            #assets-top.single .col-wrap .col-lt .col-wrap .location p, .assets-top.single .col-wrap .col-lt .col-wrap .location p {
              line-height: 19px;
              font-size: 18px; }
              #assets-top.single .col-wrap .col-lt .col-wrap .location p.heading, .assets-top.single .col-wrap .col-lt .col-wrap .location p.heading {
                line-height: 22px; }
            #assets-top.single .col-wrap .col-lt .col-wrap .location:first-child, .assets-top.single .col-wrap .col-lt .col-wrap .location:first-child {
              margin-top: 0; }
            #assets-top.single .col-wrap .col-lt .col-wrap .location:last-child, .assets-top.single .col-wrap .col-lt .col-wrap .location:last-child {
              margin-top: 15px; }
            #assets-top.single .col-wrap .col-lt .col-wrap .location p.heading, .assets-top.single .col-wrap .col-lt .col-wrap .location p.heading {
              margin-right: 15px; } }
    @media only screen and (max-width: 991px) {
      #assets-top.single .col-wrap, .assets-top.single .col-wrap {
        width: 100%; }
        #assets-top.single .col-wrap .visible-sm, #assets-top.single .col-wrap.visible-sm, .assets-top.single .col-wrap .visible-sm, .assets-top.single .col-wrap.visible-sm {
          display: inline-block !important; }
        #assets-top.single .col-wrap .hidden-sm, #assets-top.single .col-wrap.hidden-sm, .assets-top.single .col-wrap .hidden-sm, .assets-top.single .col-wrap.hidden-sm {
          display: none !important; }
        #assets-top.single .col-wrap .col-rt, #assets-top.single .col-wrap .col-lt, .assets-top.single .col-wrap .col-rt, .assets-top.single .col-wrap .col-lt {
          width: 100%; } }
    @media only screen and (max-width: 991px) and (orientation: portrait) {
      #assets-top.single .hero, .assets-top.single .hero {
        height: calc(60vh); } }
    @media only screen and (max-width: 991px) {
      #assets-top.single .col-wrap, .assets-top.single .col-wrap {
        flex-direction: column; }
        #assets-top.single .col-wrap .col-lt, .assets-top.single .col-wrap .col-lt {
          width: 100%;
          margin-top: 0;
          padding: 60px; }
          #assets-top.single .col-wrap .col-lt h1, .assets-top.single .col-wrap .col-lt h1 {
            font-size: 36px;
            margin-top: 0; }
        #assets-top.single .col-wrap .col-rt, .assets-top.single .col-wrap .col-rt {
          width: 100%;
          padding: 60px 0; } }
    @media only screen and (max-width: 767px) {
      #assets-top.single .hero, .assets-top.single .hero {
        height: calc(60vh); }
      #assets-top.single .col-wrap .col-wrap .location, .assets-top.single .col-wrap .col-wrap .location {
        margin-top: 15px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column; }
      #assets-top.single .col-wrap .col-rt, .assets-top.single .col-wrap .col-rt {
        padding: 40px 0; }
      #assets-top.single .col-wrap .col-lt, .assets-top.single .col-wrap .col-lt {
        width: 100%;
        margin-top: 0;
        padding: 10px 20px 50px; }
        #assets-top.single .col-wrap .col-lt .col-wrap .location p, .assets-top.single .col-wrap .col-lt .col-wrap .location p {
          font-size: 16px; }
        #assets-top.single .col-wrap .col-lt h1, .assets-top.single .col-wrap .col-lt h1 {
          margin: 25px 0 15px;
          font-size: 28px; } }
    @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
      #assets-top.single .hero, .assets-top.single .hero {
        height: 100vh; }
      #assets-top.single .col-wrap .col-lt, .assets-top.single .col-wrap .col-lt {
        padding: 10px 40px 50px; }
        #assets-top.single .col-wrap .col-lt .col-wrap, .assets-top.single .col-wrap .col-lt .col-wrap {
          flex-direction: row; }
          #assets-top.single .col-wrap .col-lt .col-wrap .location, .assets-top.single .col-wrap .col-lt .col-wrap .location {
            margin-top: 10px !important; } }
  @media only screen and (max-width: 991px) {
    #assets-top .hero img, .assets-top .hero img {
      min-height: 484px; }
    #assets-top .col-wrap, .assets-top .col-wrap {
      margin: 240px 0 0;
      flex-direction: column; }
      #assets-top .col-wrap .col-lt, #assets-top .col-wrap .col-rt, .assets-top .col-wrap .col-lt, .assets-top .col-wrap .col-rt {
        width: 100%; }
      #assets-top .col-wrap .col-lt h2, .assets-top .col-wrap .col-lt h2 {
        padding: 0;
        font-size: 34px; }
      #assets-top .col-wrap h1, .assets-top .col-wrap h1 {
        font-size: 28px;
        margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    #assets-top .col-wrap, .assets-top .col-wrap {
      margin-top: 140px; }
      #assets-top .col-wrap .col-lt h2, .assets-top .col-wrap .col-lt h2 {
        padding: 0;
        font-size: 26px; }
      #assets-top .col-wrap h1, .assets-top .col-wrap h1 {
        font-size: 16px;
        margin-top: 30px;
        margin-bottom: 50px; } }
#image-gallery {
  padding-top: 80px;
  padding-bottom: 120px; }
  #image-gallery p.heading {
    margin-bottom: 25px; }
  #image-gallery .image-grid {
    display: grid;
    grid-template-columns: calc(33.33% - 20px) calc(33.33% - 20px) calc(33.33% - 20px);
    grid-template-rows: auto;
    column-gap: 30px; }
    #image-gallery .image-grid img {
      display: inline-block;
      margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #image-gallery {
      padding: 50px 0 30px; }
      #image-gallery .image-grid {
        display: grid;
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        column-gap: 20px; }
        #image-gallery .image-grid img {
          margin-bottom: 20px; } }
#asset-filters {
  background: #eff0e3;
  padding: 90px 0 50px; }
  #asset-filters span {
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    color: #bf963b; }
    #asset-filters span i {
      float: right;
      font-style: normal; }
    #asset-filters span:before {
      top: auto;
      bottom: 0; }
    #asset-filters span.active i {
      -moz-transform: rotate(45deg) translateY(-2px);
      -o-transform: rotate(45deg) translateY(-2px);
      -ms-transform: rotate(45deg) translateY(-2px);
      -webkit-transform: rotate(45deg) translateY(-2px);
      transform: rotate(45deg) translateY(-2px); }
  #asset-filters .controls {
    display: inline-block;
    float: right;
    margin-right: 00px; }
  #asset-filters ul li {
    display: inline-block;
    font-size: 17px;
    color: #2c4055;
    font-weight: 500;
    margin: 0 15px;
    cursor: pointer;
    transition: font-weight .25s ease; }
    #asset-filters ul li.filtered {
      font-weight: 700;
      transition: font-weight .25s ease; }
  #asset-filters .controls li {
    transition: font-weight .25s ease; }
    #asset-filters .controls li.filtered {
      font-weight: 700;
      transition: font-weight .25s ease; }
  @media only screen and (max-width: 1199px) {
    #asset-filters .controls {
      margin-right: 0px; }
      #asset-filters .controls li {
        font-size: 16px; } }
  @media only screen and (max-width: 991px) {
    #asset-filters .controls {
      padding-top: 0px;
      float: left; }
      #asset-filters .controls ul {
        float: left;
        max-height: 0;
        visibility: hidden;
        opacity: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.15s ease-in-out;
        -moz-transition: max-height 0.15s ease-in-out;
        -ms-transition: max-height 0.15s ease-in-out;
        -o-transition: max-height 0.15s ease-in-out;
        transition: max-height 0.15s ease-in-out; }
      #asset-filters .controls.controls-open {
        padding-top: 15px;
        float: none; }
      #asset-filters .controls.controls-open ul {
        max-height: 800px;
        visibility: visible;
        opacity: 1;
        -webkit-transition: max-height 0.15s ease-in-out;
        -moz-transition: max-height 0.15s ease-in-out;
        -ms-transition: max-height 0.15s ease-in-out;
        -o-transition: max-height 0.15s ease-in-out;
        transition: max-height 0.15s ease-in-out; } }
  @media only screen and (max-width: 767px) {
    #asset-filters .controls li {
      font-size: 16px; } }
  @media only screen and (max-width: 1199px) {
    #asset-filters .contain-sm {
      padding: 0 80px; } }
  @media only screen and (max-width: 991px) {
    #asset-filters {
      padding: 25px 0; }
      #asset-filters span {
        width: 100%; }
        #asset-filters span i {
          font-size: 24px;
          line-height: 1; }
      #asset-filters ul li {
        display: inline-block;
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    #asset-filters .contain-sm {
      padding: 0 20px; } }
#asset-grid {
  padding-top: 50px;
  padding-bottom: 20px;
  box-sizing: border-box; }
  @media only screen and (min-width: 1621px) {
    #asset-grid {
      padding-bottom: 120px; } }
  #asset-grid .asset {
    width: calc(50% - 15px);
    height: auto;
    display: inline-block;
    position: relative;
    margin-bottom: 25px;
    cursor: pointer; }
    #asset-grid .asset figure a {
      display: block; }
    #asset-grid .asset figure img {
      float: left; }
    #asset-grid .asset .overlay {
      position: absolute;
      opacity: 0;
      background: rgba(44, 64, 85, 0.86);
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      transition: opacity .5s ease;
      pointer-events: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: justify;
      justify-content: space-between;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      #asset-grid .asset .overlay hr {
        width: 30px;
        height: 2px;
        background: #bf963b;
        border: none;
        display: block;
        margin: 15px auto; }
      #asset-grid .asset .overlay h3 {
        font-family: "Blacker", serif;
        font-weight: bold;
        font-size: 36px;
        letter-spacing: 0;
        color: #fff;
        text-align: center; }
      #asset-grid .asset .overlay h4 {
        font-family: "neue-haas-grotesk-display", sans-serif;
        font-weight: 500;
        font-size: 24px;
        letter-spacing: .025em;
        color: #fff; }
      #asset-grid .asset .overlay span {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        background: #bf963b;
        font-family: "Blacker", serif;
        font-weight: 400;
        color: #fff;
        display: inline-block;
        padding: 0 30px;
        line-height: 44px;
        font-size: 18px; }
    #asset-grid .asset:hover .overlay {
      opacity: 1;
      transition: opacity .5s ease; }
  @media only screen and (max-width: 1199px) {
    #asset-grid .asset {
      width: calc(50% - 65px); } }
  @media only screen and (max-width: 1199px) and (pointer: coarse), only screen and (max-width: 1199px) and (max-width: 1199px) {
    #asset-grid .asset figure img {
      float: none; }
    #asset-grid .asset .overlay {
      opacity: 1;
      position: unset;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
      height: auto;
      display: block;
      background: #2c4055; }
      #asset-grid .asset .overlay h3 {
        font-size: 21px;
        text-align: left;
        padding: 15px 15px 0; }
      #asset-grid .asset .overlay hr {
        display: none; }
      #asset-grid .asset .overlay h4 {
        font-size: 16px;
        padding: 0 15px 15px; }
      #asset-grid .asset .overlay span {
        transform: none;
        left: 0;
        top: 0;
        bottom: unset; } }
  @media only screen and (max-width: 991px) {
    #asset-grid {
      padding: 50px 50px 20px; }
      #asset-grid .asset {
        margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    #asset-grid {
      padding: 40px 40px 20px; }
      #asset-grid .asset {
        width: calc(50% - 55px);
        margin-bottom: 30px; }
        #asset-grid .asset figure img {
          float: none; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #asset-grid {
      padding: 20px 20px 0; }
      #asset-grid .asset {
        width: calc(100% - 40px);
        margin-bottom: 20px; } }
.assets #lightbox {
  position: fixed !important;
  top: 100px !important;
  left: 0px; }

.assets .lightbox .lb-image {
  max-height: calc(100vh - 175px);
  object-fit: cover; }

#contact-top {
  position: relative;
  overflow: hidden;
  margin-top: 110px; }
  #contact-top .hero {
    width: 100%;
    height: auto;
    /*
      &:before {
         content: '';
         position: absolute;
         bottom:0;
         left: 0;
         width: 60%;
         background: $gold;
         opacity:.5;
         height: 115px;
         @include bp-991 {
            width: 100%;
            height:60px;
         }
         @include bp-mob-vert {
            width: 100%;
            height:40px;
         }
      }*/ }
    #contact-top .hero img {
      width: 100%;
      height: auto; }
  @media only screen and (max-width: 991px) {
    #contact-top {
      margin-top: 100px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #contact-top {
      margin-top: 80px; }
      #contact-top .hero img {
        max-width: unset;
        width: 130%;
        height: auto;
        margin-left: -15%; } }
  @media all and (pointer: coarse) and (max-width: 899px) and (orientation: landscape) {
    #contact-top {
      margin-top: 80px; } }
#contact-info {
  margin-top: 0;
  color: #2f353e;
  max-width: 1360px;
  width: calc(100% - 90px);
  margin-left: auto;
  margin-right: auto; }
  #contact-info .col-wrap {
    align-items: flex-start;
    max-width: 1500px;
    margin: 0 auto; }
  #contact-info i {
    color: #bf963b;
    font-size: 15px; }
  #contact-info .col-lt {
    padding-top: 104px;
    width: 50%;
    padding: 104px 80px 100px 0; }
    #contact-info .col-lt .col-wrap {
      width: 100%;
      box-sizing: border-box; }
      #contact-info .col-lt .col-wrap .col-lt {
        width: 70%;
        padding: 0; }
      #contact-info .col-lt .col-wrap .col-rt {
        width: 30%;
        padding: 0; }
    #contact-info .col-lt h1 {
      margin-bottom: 45px; }
      #contact-info .col-lt h1 + p {
        margin-bottom: 70px; }
    #contact-info .col-lt a {
      color: #2f353e; }
      #contact-info .col-lt a:hover {
        color: #bf963b; }
    #contact-info .col-lt p.heading {
      margin-bottom: 25px; }
    #contact-info .col-lt .address span {
      padding-bottom: 10px;
      display: inline-block; }
    #contact-info .col-lt .address .street {
      padding-bottom: 0; }
      #contact-info .col-lt .address .street br {
        display: none; }
    #contact-info .col-lt .address i {
      margin-right: 25px; }
    #contact-info .col-lt .address svg {
      max-width: 50px;
      height: auto;
      margin-right: 25px;
      vertical-align: middle;
      display: inline; }
    #contact-info .col-lt .address .postal-address {
      margin-left: 38px;
      padding-bottom: 40px; }
    #contact-info .col-lt .social i {
      font-size: 16px;
      margin-right: 24px;
      width: 14px; }
    #contact-info .col-lt .social li {
      margin-bottom: 10px; }
  #contact-info .col-rt {
    padding: 86px 0px 95px;
    position: relative;
    align-self: stretch;
    flex: 1;
    width: 50%;
    /*
      h1{

         color:#fff;

      }
      p{
         color:$gold;
         margin-top:40px;
         margin-bottom:45px;
         max-width:560px;
         font-size:19px;
         letter-spacing:.025em;
         line-height: 1.68;
      }
      form{
         max-width:560px;
         fieldset{
            appearance:none;
            border:none;
            outline:none;
            input, textarea{
               display: block;
                background: transparent;
                border: none;
                outline: none;
                border-bottom: 2px solid $gold;
                width: 100%;
                color: #fff;
                padding-bottom: 15px;
                margin-bottom: 35px;
                font-size: 22px;
                font-weight: 500;
                font-family: $stack;
                border-radius: 0;
               &::placeholder{
                  color:#fff;
                  opacity: 1;
               }
               &:-ms-input-placeholder { 
                 color: #fff;
               }

               &::-ms-input-placeholder { 
                 color: #fff;
               }
               &:placeholder-shown{
                  color:#fff;
                  opacity: 1;
               }
               &.wpcf7-not-valid{
                 border-bottom-color:#dc3232;
               }

            }
            .wpcf7-not-valid-tip{
              display:none;
            }

            textarea{
               height:125px;
               margin-bottom:40px;
               appearance:none;
               -webkit-appearance:none;
               resize:none;
               border-radius: 0;
            }
         }
         button.submit{
            background:$gold;
            color:#fff;
            border-color:$gold;
            transition:all .15s ease;
            i{
               color:#fff;
               border-color:$green;
               height:50px;
               transition:all .15s ease;
               margin-top:-1px;
            }
            &:hover{
               background:transparent;
               border-color:$gold;
               transition:all .15s ease;
               i{
                  border-color:$gold;
                  background:transparent;
                  height:48px;
                  margin-top:0;
               }
            }
         }
      }*/ }
    @media screen and (min-width: 1500px) {
      #contact-info .col-rt {
        padding-right: calc(50vw - 750px);
        margin-right: calc(-50vw + 750px); } }
  @media only screen and (max-width: 1199px) {
    #contact-info .col-lt {
      width: 60%; }
      #contact-info .col-lt h1 {
        margin-bottom: 30px; }
        #contact-info .col-lt h1 + p {
          margin-bottom: 45px; }
      #contact-info .col-lt .contact_wrap {
        width: 100%;
        max-width: 100%; }
        #contact-info .col-lt .contact_wrap .col {
          width: 100%; }
          #contact-info .col-lt .contact_wrap .col br {
            display: block; }
          #contact-info .col-lt .contact_wrap .col:first-child {
            width: 100%; }
    #contact-info .col-rt {
      width: 40%; } }
  @media screen and (max-width: 1100px) {
    #contact-info > .col-rt {
      width: 40%; } }
  @media only screen and (max-width: 991px) {
    #contact-info .col-wrap {
      flex-direction: column; }
      #contact-info .col-wrap .col-wrap {
        flex-direction: row; }
    #contact-info .col-lt {
      order: 1;
      width: 100%;
      padding: 70px 0 20px;
      max-width: 600px; }
      #contact-info .col-lt .contact_wrap {
        width: 100%;
        max-width: 100%;
        float: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start; }
        #contact-info .col-lt .contact_wrap .col {
          width: 40%; }
          #contact-info .col-lt .contact_wrap .col:first-child {
            width: 60%; }
    #contact-info .col-rt {
      margin-top: 0;
      order: 2;
      width: 100%;
      padding: 0 0 45px; }
      #contact-info .col-rt h1 br {
        display: none; }
      #contact-info .col-rt form {
        max-width: 100%; }
        #contact-info .col-rt form input, #contact-info .col-rt form textarea {
          font-size: 19px; } }
  @media only screen and (max-width: 767px) {
    #contact-info .col-lt {
      padding-top: 60px;
      padding-bottom: 60px; }
      #contact-info .col-lt p:not(.heading) {
        margin-top: 25px; }
    #contact-info .col-rt form {
      /*fieldset{*/
      /*}*/ }
      #contact-info .col-rt form input, #contact-info .col-rt form textarea {
        font-size: 16px;
        margin-bottom: 20px;
        border-width: 1px;
        padding-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    #contact-info .col-lt {
      padding: 40px 0px; }
      #contact-info .col-lt .contact_wrap {
        padding: 0 40px; }
        #contact-info .col-lt .contact_wrap .address .postal-address {
          padding-bottom: 0px; }
        #contact-info .col-lt .contact_wrap p.heading {
          margin-bottom: 10px; }
    #contact-info .col-rt p {
      font-size: 17px;
      margin-top: 15px; } }
  @media only screen and (max-width: 767px) and (orientation: portrait) {
    #contact-info {
      width: 100%; }
      #contact-info .col-lt {
        padding: 40px 20px 0; }
        #contact-info .col-lt p.heading {
          margin-bottom: 15px; }
        #contact-info .col-lt .col-wrap {
          padding: 0;
          float: none;
          width: 100%;
          max-width: 100%;
          flex-direction: column; }
          #contact-info .col-lt .col-wrap .address .postal-address {
            padding-bottom: 10px; }
          #contact-info .col-lt .col-wrap .col {
            width: 100% !important; }
      #contact-info .col-rt {
        display: block !important;
        order: 1;
        padding: 40px 0 0; }
        #contact-info .col-rt form {
          width: 100%;
          max-width: 100%;
          box-sizing: border-box; } }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  margin: 0;
  color: #fff;
  border-color: #bf963b; }

.wpcf7 form.sent .wpcf7-response-output {
  margin: 0;
  color: #fff;
  border-color: #bf963b; }

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