@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?hxcqcw");
  src: url("../fonts/icomoon.eot?hxcqcw#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?hxcqcw") format("woff2"), url("../fonts/icomoon.ttf?hxcqcw") format("truetype"), url("../fonts/icomoon.woff?hxcqcw") format("woff"), url("../fonts/icomoon.svg?hxcqcw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*$neutral-warm: #f4f1eb;

$neutral-brown-light: #5e5a4b;
$neutral-black: #121212;
$full-gold: #ffc85d;
$full-blue: #50c9ed;
$full-red: #e36e48;
$full-green: #e4e191;
$light-gold-light: #ffe9be;
$light-blue-light: #b9e9f8;
$light-red-light: #f4c5b6;
$light-green-light: #e6e78e;
$neutral-warm: #f4f1eb;
--neutral-brown: #413c2d;
--neutral-brown-light: #5e5a4b;
--neutral-black: #121212;
--full-gold: #ffc85d;
--full-blue: #50c9ed;
--full-red: #e36e48;
--full-green: #e4e191;
--light-gold-light: #ffe9be;
--light-blue-light: #b9e9f8;
--light-red-light: #f4c5b6;
--light-green-light: #e6e78e;
--white: #fff;
--neutral-white: #fff;*/
/*
	Body & HTML setup

*/
#full-height {
  display: none;
}

body, html {
  height: 100%;
}

body {
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.nav-menu-open {
  position: fixed;
  overflow: hidden;
  left: 0px;
  right: 0px;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #5e5a4b;
}

::selection {
  color: white;
  background: #5e5a4b;
}

:focus {
  outline: 0px none transparent;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #CCC;
}

:-moz-placeholder { /* Firefox 18- */
  color: #CCC;
  opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #CCC;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #CCC;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0px;
  margin-bottom: 0px;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=submit], textarea, select {
  -webkit-appearance: none;
  border-radius: 0px;
}

#preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

a, input[type=submit] {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover, input[type=submit]:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

img {
  max-width: 100%;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
}
img:not([src]) {
  visibility: hidden;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  img.alignright, img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
  .alignright, .alignleft {
    float: none;
    margin: 0 auto 30px;
  }
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.animsition-loading {
  border: none;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none;
  -webkit-animation-timing-function: none;
  animation-timing-function: none;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-name: none;
  animation-name: none;
  width: 60px;
}

@media screen and (max-width: 767px) {
  .animatedParent .animated {
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1;
  }
}
#header > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
#header > div > div:first-child, #header > div > div:last-child {
  position: absolute;
  top: 0;
}
#header > div > div:first-child {
  left: 0;
}
#header > div > div:nth-child(2) {
  width: 100%;
  text-align: center;
}
#header > div > div:nth-child(2) ul {
  padding: 0;
  margin: 35px 0 0;
  list-style: none;
}
#header > div > div:nth-child(2) ul > li {
  position: relative;
  display: inline-block;
}
#header > div > div:nth-child(2) ul > li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header > div > div:nth-child(2) ul > li.menu-item-has-children > a {
  padding-bottom: 10px;
  padding-right: 20px;
}
#header > div > div:nth-child(2) ul > li.menu-item-has-children > a:hover:after {
  color: #413c2d;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header > div > div:nth-child(2) ul > li.menu-item-has-children > a:after {
  position: absolute;
  content: "\e908";
  font-family: "icomoon";
  top: -4px;
  right: 5px;
  color: rgba(18, 18, 18, 0.3);
  font-size: 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header > div > div:nth-child(2) ul > li.menu-item-has-children .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  background: #fff;
  display: block;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  padding: 15px;
  box-shadow: 0 4px 10px 0 rgba(18, 18, 18, 0.15);
}
#header > div > div:nth-child(2) ul > li.menu-item-has-children .sub-menu > li {
  display: block;
  text-align: left;
}
#header > div > div:nth-child(2) ul > li.menu-item-has-children .sub-menu > li:not(:last-of-type) {
  margin: 0 0 10px;
}
#header > div > div:nth-child(2) ul > li.menu-item-has-children .sub-menu > li > a {
  font-weight: 400;
  color: #5e5a4b;
  text-transform: none;
}
#header > div > div:nth-child(2) ul > li.menu-item-has-children .sub-menu > li > a:hover {
  color: #413c2d;
}
#header > div > div:nth-child(2) ul > li:not(:last-of-type) {
  margin-right: 30px;
}
#header > div > div:nth-child(2) ul > li > a {
  font-weight: 600;
  color: #413c2d;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
}
#header > div > div:last-child {
  right: 0;
}
#header > div > div:last-child a {
  display: inline-block;
  text-decoration: none;
  min-width: 120px;
  background: transparent;
  border: 2px solid rgba(65, 60, 45, 0.2);
  border-radius: 6px;
  padding: 8px 20px;
  color: #413c2d;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Maven Pro";
  font-weight: 600;
}
#header > div > div:last-child a:hover {
  background: #413c2d;
  border: 2px solid #413c2d;
  color: #f4f1eb;
}
#header > div > div:last-child a {
  text-align: center;
  margin-top: 25px;
}
#header #mobile-menu-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  text-decoration: none;
  color: #413c2d;
  width: 50px;
  height: 50px;
  font-size: 20px;
  display: none;
}
#header #mobile-menu-icon.active span.icon-menu {
  opacity: 0;
}
#header #mobile-menu-icon.active span.icon-close {
  opacity: 1;
}
#header #mobile-menu-icon span {
  position: absolute;
  top: 16px;
  left: 12px;
  margin: auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#header #mobile-menu-icon span.icon-menu {
  opacity: 1;
}
#header #mobile-menu-icon span.icon-menu:before {
  content: "\e909";
}
#header #mobile-menu-icon span.icon-close {
  left: 16px;
  opacity: 0;
}
#header #mobile-menu-icon span.icon-close:before {
  content: "\e90a";
}

#mobile-menu {
  display: block;
  position: fixed;
  left: 0;
  top: 93px;
  height: 100%;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 0.6s;
  z-index: 1;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 150px 0 340px;
}
#mobile-menu.is-visible {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
}
#mobile-menu ul {
  padding: 0;
  margin: 35px 30px 0;
  list-style: none;
}
#mobile-menu ul > li {
  position: relative;
}
#mobile-menu ul > li:not(:last-of-type) {
  margin-bottom: 20px;
}
#mobile-menu ul > li.menu-item-has-children.active > a:after {
  color: #413c2d;
}
#mobile-menu ul > li.menu-item-has-children > a {
  padding-bottom: 10px;
  padding-right: 20px;
  z-index: 1000;
}
#mobile-menu ul > li.menu-item-has-children > a:hover:after {
  color: #413c2d;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#mobile-menu ul > li.menu-item-has-children > a:after {
  position: absolute;
  content: "\e908";
  font-family: "icomoon";
  top: -4px;
  right: 5px;
  color: rgba(18, 18, 18, 0.3);
  font-size: 10px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#mobile-menu ul > li.menu-item-has-children .sub-menu {
  display: none;
  margin-top: 10px;
}
#mobile-menu ul > li.menu-item-has-children .sub-menu > li {
  display: block;
  text-align: left;
}
#mobile-menu ul > li.menu-item-has-children .sub-menu > li:not(:last-of-type) {
  margin: 0 0 10px;
}
#mobile-menu ul > li.menu-item-has-children .sub-menu > li > a {
  font-weight: 400;
  color: #5e5a4b;
  text-transform: none;
  position: relative;
  z-index: 1000;
}
#mobile-menu ul > li.menu-item-has-children .sub-menu > li > a:hover {
  color: #413c2d;
}
#mobile-menu ul > li:not(:last-of-type) {
  margin-right: 30px;
}
#mobile-menu ul > li > a {
  font-weight: 600;
  color: #413c2d;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
}
#mobile-menu #mobile-menu-button {
  text-align: center;
  margin-top: 30px;
  padding: 0 30px;
}
#mobile-menu #mobile-menu-button a {
  display: inline-block;
  text-decoration: none;
  min-width: 120px;
  background: transparent;
  border: 2px solid rgba(65, 60, 45, 0.2);
  border-radius: 6px;
  padding: 8px 20px;
  color: #413c2d;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Maven Pro";
  font-weight: 600;
}
#mobile-menu #mobile-menu-button a:hover {
  background: #413c2d;
  border: 2px solid #413c2d;
  color: #f4f1eb;
}
#mobile-menu #mobile-menu-button a {
  width: calc(100% - 40px);
  max-width: 800px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1300px) {
  #header {
    max-width: calc(100% - 40px);
  }
  #header #header-logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 1000px) {
  #header > div > div:nth-child(2), #header > div > div:nth-child(3) {
    display: none;
  }
  #header #mobile-menu-icon {
    display: block;
  }
}
@media screen and (max-width: 940px) {
  .menu-wrap {
    padding-top: 90px;
  }
}
@media screen and (max-width: 767px) {
  #header #header-logo {
    display: block;
  }
  #header #header-logo:not(.is-home) {
    width: 100px;
    height: 100px;
    padding: 10px;
    background: url("../images/nh-logo-mobile.gif");
    background-size: cover;
  }
}
#home-content {
  top: -287px;
  position: relative;
}
#home-content .home-wrap {
  padding: 0;
}
#home-content .container {
  padding: 0;
}
#home-content .container.large-container {
  max-width: 1080px;
}
#home-content h2 {
  font-size: 30px;
  font-weight: 400;
  font-family: "CenturyGothicStd-Bold";
  color: #413c2d;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
#home-content h3 {
  font-size: 26px;
  font-weight: 400;
  font-family: "CenturyGothicStd";
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: 400;
  color: #413c2d;
  padding: 0;
  text-transform: none;
}
#home-content p {
  line-height: 1.5;
  margin-bottom: 25px;
  font-family: "CenturyGothicStd";
}
#home-content p.small {
  font-size: 16px;
}
#home-content p.large {
  font-size: 20px;
  line-height: 1.3;
}
#home-content a.button.brown-border {
  display: inline-block;
  text-decoration: none;
  min-width: 120px;
  background: transparent;
  border: 2px solid rgba(65, 60, 45, 0.2);
  border-radius: 6px;
  padding: 8px 20px;
  color: #413c2d;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Maven Pro";
  font-weight: 600;
}
#home-content a.button.brown-border:hover {
  background: #413c2d;
  border: 2px solid #413c2d;
  color: #f4f1eb;
}
#home-content a.button.arrow {
  display: inline-block;
  text-decoration: none;
  color: #413c2d;
  font-family: "Maven Pro";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
#home-content a.button.arrow:hover .icon-arrow {
  right: -3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-content a.button.arrow .icon-arrow {
  font-size: 12px;
  top: -1px;
  margin-left: 3px;
  position: relative;
  right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-content a.button.arrow .icon-arrow:before {
  content: "\e900";
}
#home-content a.button.white {
  display: inline-block;
  text-decoration: none;
  min-width: 120px;
  background: #fff;
  border-radius: 6px;
  padding: 8px 20px;
  color: #413c2d;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Maven Pro";
  font-weight: 600;
}
#home-content a.button.white:hover {
  background: rgba(255, 255, 255, 0.7);
  color: #413c2d;
}

#header {
  max-width: 1300px;
}

#header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: #fff;
  z-index: 10000;
}
#header-wrap.home {
  float: none;
  height: 100px;
  position: relative;
  z-index: 10000;
}

.title-wrap {
  margin-top: 0;
  padding-top: 100px;
}

.mosaic {
  margin-top: 0;
}

.home-wrap {
  float: none;
  position: relative;
  margin: 0;
  padding-top: 100px;
}
.home-wrap .home-slider {
  float: none;
  height: 720px;
  padding-top: 287px;
}
.home-wrap .home-slider:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(18, 18, 18, 0) 64%, #121212 91%);
  z-index: 1000;
  display: inline-block;
  opacity: 0.8;
}
.home-wrap .home-slider ul.home-slider-desktop > li {
  float: none;
  height: 720px;
}

#hospitality-cta-unique {
  margin: 0 !important;
}

#hero-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  padding: 0 0 40px;
}
#hero-container > div {
  max-width: 1300px;
}
#hero-container > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#hero-container > div > div > div:first-child {
  width: 70%;
}
#hero-container > div > div > div:first-child h1, #hero-container > div > div > div:first-child h2, #hero-container > div > div > div:first-child h3, #hero-container > div > div > div:first-child p {
  color: #fff;
  margin-bottom: 10px;
}
#hero-container > div > div > div:first-child p {
  margin-bottom: 0;
}
#hero-container > div > div > div:last-child {
  width: 30%;
  text-align: right;
}

#home-introduction-container {
  background: #413c2d;
  padding: 0 0 150px;
}
#home-introduction-container > div > div {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  top: 75px;
  position: relative;
}
#home-introduction-container > div > div h2, #home-introduction-container > div > div h3, #home-introduction-container > div > div p {
  color: #f4f1eb;
}
#home-introduction-container > div > div p {
  font-size: 20px;
}
#home-introduction-container > div > div #home-introduction-divider {
  width: 100%;
  max-width: 320px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 40px auto;
}
#home-introduction-container > div > div #home-introduction-divider > div {
  width: 25%;
  height: 3px;
}
#home-introduction-container > div > div #home-introduction-divider > div:nth-child(1) {
  background: #ffc85d;
}
#home-introduction-container > div > div #home-introduction-divider > div:nth-child(2) {
  background: #50c9ed;
}
#home-introduction-container > div > div #home-introduction-divider > div:nth-child(3) {
  background: #e36e48;
}
#home-introduction-container > div > div #home-introduction-divider > div:nth-child(4) {
  background: #e4e191;
}

#home-work-container {
  padding: 80px 0;
  background: #ffe9be;
  overflow: hidden;
}
#home-work-container #home-work-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  margin-bottom: 30px;
}
#home-work-container #home-work-header > div:first-child {
  width: 70%;
}
#home-work-container #home-work-header > div:first-child h2 {
  margin-bottom: 0;
}
#home-work-container #home-work-header > div:last-child {
  width: 30%;
  text-align: right;
}
#home-work-container #home-work-header > div:last-child a {
  display: inline-block;
  text-decoration: none;
  color: #413c2d;
  font-family: "Maven Pro";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
#home-work-container #home-work-header > div:last-child a:hover .icon-arrow {
  right: -3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-work-container #home-work-header > div:last-child a .icon-arrow {
  font-size: 12px;
  top: -1px;
  margin-left: 3px;
  position: relative;
  right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-work-container #home-work-header > div:last-child a .icon-arrow:before {
  content: "\e900";
}
#home-work-container #home-work-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#home-work-container #home-work-slider {
  overflow: visible;
  clip-path: inset(-100vw -100vw -100vw 0vw);
}
#home-work-container #home-work-navigation {
  margin-top: 50px;
  text-align: center;
}
#home-work-container #home-work-navigation a {
  border-radius: 50%;
  border: 1px solid #413c2d;
  width: 50px;
  height: 50px;
  display: inline-block;
  color: #413c2d;
  text-decoration: none;
}
#home-work-container #home-work-navigation a:hover {
  background: #413c2d;
  color: #f4f1eb;
}
#home-work-container #home-work-navigation a:not(:last-of-type) {
  margin-right: 10px;
}
#home-work-container #home-work-navigation a:first-child .icon-arrow:before {
  content: "\e905";
}
#home-work-container #home-work-navigation a:last-child .icon-arrow:before {
  content: "\e904";
}
#home-work-container #home-work-navigation a span {
  line-height: 50px;
}
#home-work-container .swiper-slide {
  display: flex;
  height: auto !important;
}
#home-work-container .featured-work {
  display: flex;
  flex-direction: column;
}
#home-work-container .featured-work:hover .image-wrapper img {
  transform: scale(1.15);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#home-work-container .featured-work:hover .content hr {
  border-top: 4px solid #e4e191;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-work-container .featured-work:hover .content hr.blue-color {
  border-top: 4px solid #50c9ed;
}
#home-work-container .featured-work:hover .content hr.brown-color {
  border-top: 4px solid #413c2d;
}
#home-work-container .featured-work:hover .content hr.gold-color {
  border-top: 4px solid #ffc85d;
}
#home-work-container .featured-work:hover .content hr.red-color {
  border-top: 4px solid #e36e48;
}
#home-work-container .featured-work .image-wrapper {
  width: 100%;
  overflow: hidden;
  height: 240px;
}
#home-work-container .featured-work .image-wrapper img {
  aspect-ratio: 420/240;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#home-work-container .featured-work .content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 240px);
  padding: 35px 25px;
  background: #fff;
}
#home-work-container .featured-work .content p.small {
  color: #5e5a4b;
  margin-bottom: 10px;
  font-weight: 600;
}
#home-work-container .featured-work .content p.large {
  margin-bottom: 15px;
}
#home-work-container .featured-work .content .button {
  margin-top: auto;
}
#home-work-container .featured-work .content hr {
  border-top: 4px solid #e6e78e;
  background: transparent;
  margin-bottom: 0;
  margin-top: 25px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-work-container .featured-work .content hr.blue-color {
  border-top: 4px solid #b9e9f8;
}
#home-work-container .featured-work .content hr.brown-color {
  border-top: 4px solid #5e5a4b;
}
#home-work-container .featured-work .content hr.gold-color {
  border-top: 4px solid #ffe9be;
}
#home-work-container .featured-work .content hr.red-color {
  border-top: 4px solid #f4c5b6;
}

#home-testimonials-container {
  padding: 80px 0;
}
#home-testimonials-container img {
  width: 100%;
}
#home-testimonials-container #home-testimonials {
  padding: 60px 0;
}
#home-testimonials-container #home-testimonials .swiper-slide > div {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
#home-testimonials-container #home-testimonials .swiper-slide > div p {
  margin-bottom: 0;
}
#home-testimonials-container #home-testimonials-navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 50px;
}
#home-testimonials-container #home-testimonials-navigation > div:first-child a, #home-testimonials-container #home-testimonials-navigation > div:last-child a {
  color: #413c2d;
  text-decoration: none;
  opacity: 1;
  font-size: 16px;
}
#home-testimonials-container #home-testimonials-navigation > div:first-child a:hover, #home-testimonials-container #home-testimonials-navigation > div:last-child a:hover {
  opacity: 0.7;
}
#home-testimonials-container #home-testimonials-navigation > div:nth-child(2) {
  padding: 0 20px;
}
#home-testimonials-container #home-testimonials-navigation > div:nth-child(2) span {
  border: 1px solid #413c2d;
  width: 12px;
  height: 12px;
  background: transparent;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-testimonials-container #home-testimonials-navigation > div:nth-child(2) span:not(:last-of-type) {
  margin-right: 7px;
}
#home-testimonials-container #home-testimonials-navigation > div:nth-child(2) span:hover, #home-testimonials-container #home-testimonials-navigation > div:nth-child(2) span.swiper-pagination-bullet-active {
  background: #413c2d;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-testimonials-container #home-testimonials-navigation > div:first-child a .icon-arrow:before {
  content: "\e907";
}
#home-testimonials-container #home-testimonials-navigation > div:last-child a .icon-arrow:before {
  content: "\e906";
}

#home-news-container {
  background: #e6e78e;
  padding: 80px 0;
}
#home-news-container #home-news-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  margin-bottom: 30px;
}
#home-news-container #home-news-header > div:first-child {
  width: 70%;
}
#home-news-container #home-news-header > div:first-child h2 {
  margin-bottom: 0;
}
#home-news-container #home-news-header > div:last-child {
  width: 30%;
  text-align: right;
}
#home-news-container #home-news-header > div:last-child a {
  display: inline-block;
  text-decoration: none;
  color: #413c2d;
  font-family: "Maven Pro";
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
#home-news-container #home-news-header > div:last-child a:hover .icon-arrow {
  right: -3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-news-container #home-news-header > div:last-child a .icon-arrow {
  font-size: 12px;
  top: -1px;
  margin-left: 3px;
  position: relative;
  right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-news-container #home-news-header > div:last-child a .icon-arrow:before {
  content: "\e900";
}
#home-news-container #home-news {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#home-news-container #home-news > div {
  display: flex;
  flex-direction: column;
}
#home-news-container #home-news > div:hover .image-wrapper img {
  transform: scale(1.15);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#home-news-container #home-news > div:hover .content hr {
  border-top: 4px solid #e4e191;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#home-news-container #home-news > div .image-wrapper {
  width: 100%;
  overflow: hidden;
  height: 240px;
}
#home-news-container #home-news > div .image-wrapper img {
  aspect-ratio: 420/240;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: scale(1);
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
#home-news-container #home-news > div .content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 240px);
  padding: 35px 25px;
  background: #fff;
}
#home-news-container #home-news > div .content p.small {
  color: #5e5a4b;
  margin-bottom: 10px;
}
#home-news-container #home-news > div .content p.large {
  margin-bottom: 15px;
}
#home-news-container #home-news > div .content .button {
  margin-top: auto;
}
#home-news-container #home-news > div .content hr {
  border-top: 4px solid #e6e78e;
  background: transparent;
  margin-bottom: 0;
  margin-top: 25px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

#home-call-to-action-container {
  padding: 60px 0;
  text-align: center;
}
#home-call-to-action-container h2 {
  margin-bottom: 30px;
}

@media screen and (max-width: 1340px) {
  #header {
    padding: 0 0 0 20px;
    max-width: calc(100% - 40px);
  }
  #header > div > div:last-child {
    right: 0px;
  }
  #hero-container {
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 1300px) {
  #home-introduction-container {
    padding: 0 20px 150px;
  }
  #home-work-container {
    padding: 80px 20px;
  }
  #home-testimonials-container {
    padding: 80px 20px;
  }
  #home-news-container {
    padding: 80px 20px;
  }
  #home-call-to-action-container {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 940px) {
  .home-wrap .home-slider {
    padding-top: 0;
  }
}
@media screen and (min-width: 851px) {
  #home-work-container #home-work-grid > div {
    width: 32%;
  }
  #home-work-container #home-work-grid > div:nth-of-type(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
  #home-news-container #home-news > div {
    width: 32%;
  }
  #home-news-container #home-news > div:nth-of-type(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 940px) {
  #home-content {
    top: -200px;
  }
}
@media screen and (max-width: 850px) {
  #home-work-container #home-work-grid > div {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  #home-work-container #home-work-grid > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #home-news-container #home-news > div {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  #home-news-container #home-news > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #home-content h2 {
    font-size: 26px;
  }
  #home-content h3 {
    font-size: 22px;
  }
  #home-content p {
    font-size: 16px;
  }
  #home-content p.large {
    font-size: 20px;
  }
  #home-content p.small {
    font-size: 14px;
  }
  #home-content a.button.white, #home-content a.button.brown-border {
    width: calc(100% - 40px);
    max-width: 500px;
  }
  .home-wrap .home-slider {
    display: block;
  }
  #hero-container > div > div > div:first-child, #hero-container > div > div > div:last-child {
    width: 100%;
  }
  #hero-container > div > div > div:last-child {
    text-align: center;
    padding: 20px 0 0;
  }
  #hero-container > div > div > div:last-child .button {
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 0 auto;
    display: block;
  }
  #home-introduction-container {
    padding: 50px 20px 150px;
  }
  #home-work-container {
    padding: 60px 20px;
  }
  #home-work-container #home-work-header > div:first-child, #home-work-container #home-work-header > div:last-child {
    width: 100%;
    text-align: left;
  }
  #home-work-container #home-work-header > div:last-child {
    padding: 20px 0 0;
  }
  #home-testimonials-container {
    padding: 60px 20px;
  }
  #home-news-container {
    padding: 60px 20px;
  }
  #home-news-container #home-news-header > div:first-child, #home-news-container #home-news-header > div:last-child {
    width: 100%;
    text-align: left;
  }
  #home-news-container #home-news-header > div:last-child {
    padding: 20px 0 0;
  }
  #home-call-to-action-container {
    padding: 40px 20px;
  }
}
#footer-bottom {
  padding: 0;
}
#footer-bottom.home {
  margin-top: -287px;
}
#footer-bottom .container {
  padding: 0;
}
#footer-bottom #footer-container {
  background: #413c2d;
}
#footer-bottom #footer-container #top-footer-container {
  padding: 80px 0 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#footer-bottom #footer-container #top-footer-container > div:first-child {
  width: 40%;
}
#footer-bottom #footer-container #top-footer-container > div:first-child p {
  color: #f4f1eb;
  font-size: 24px;
  font-family: "Jost";
  line-height: 1.4;
  letter-spacing: 1.2px;
}
#footer-bottom #footer-container #top-footer-container > div:last-child {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#footer-bottom #footer-container #top-footer-container > div:last-child > div {
  width: 50%;
}
#footer-bottom #footer-container #top-footer-container > div:last-child > div hr {
  border: none;
  border-top: 4px solid #ffc85d;
  width: 100%;
  max-width: 310px;
  background: transparent;
  margin-top: 10px;
  margin-bottom: 10px;
}
#footer-bottom #footer-container #top-footer-container > div:last-child > div p {
  color: #f4f1eb;
  text-transform: none;
  letter-spacing: 0;
  font-family: "CenturyGothicStd";
}
#footer-bottom #footer-container #bottom-footer-container {
  padding: 35px 0;
  border-top: 1px solid rgba(244, 241, 235, 0.3);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#footer-bottom #footer-container #bottom-footer-container > div:first-child {
  width: 40%;
}
#footer-bottom #footer-container #bottom-footer-container > div:first-child p {
  font-family: "CenturyGothicStd";
  color: #f4f1eb;
  text-transform: none;
  letter-spacing: 0;
}
#footer-bottom #footer-container #bottom-footer-container > div:last-child {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#footer-bottom #footer-container #bottom-footer-container > div:last-child > div {
  width: 50%;
}
#footer-bottom #footer-container #bottom-footer-container > div:last-child > div:last-child a {
  color: #f4f1eb;
  text-decoration: none;
  opacity: 1;
  font-size: 22px;
  vertical-align: middle;
  display: inline-block;
}
#footer-bottom #footer-container #bottom-footer-container > div:last-child > div:last-child a:hover {
  opacity: 0.7;
}
#footer-bottom #footer-container #bottom-footer-container > div:last-child > div:last-child a:not(:last-of-type) {
  margin-right: 10px;
}
#footer-bottom #footer-container #bottom-footer-container > div:last-child > div:last-child a span.icon-facebook:before {
  content: "\e903";
}
#footer-bottom #footer-container #bottom-footer-container > div:last-child > div:last-child a span.icon-instagram:before {
  content: "\e902";
}
#footer-bottom #footer-container #bottom-footer-container > div:last-child > div:last-child a span.icon-linkedin:before {
  content: "\e901";
}
#footer-bottom #footer-container #bottom-footer-container > div:last-child > div ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-bottom #footer-container #bottom-footer-container > div:last-child > div ul > li > a {
  color: #f4f1eb;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: none;
  opacity: 1;
}
#footer-bottom #footer-container #bottom-footer-container > div:last-child > div ul > li > a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1300px) {
  #footer-bottom #footer-container #top-footer-container {
    padding: 80px 20px 35px;
  }
  #footer-bottom #footer-container #top-footer-container > div:first-child {
    width: 30%;
  }
  #footer-bottom #footer-container #top-footer-container > div:last-child {
    width: 70%;
  }
  #footer-bottom #footer-container #bottom-footer-container {
    max-width: calc(100% - 40px);
    margin: 0 auto;
  }
  #footer-bottom #footer-container #bottom-footer-container > div:first-child {
    width: 30%;
  }
  #footer-bottom #footer-container #bottom-footer-container > div:last-child {
    width: 70%;
  }
}
@media screen and (max-width: 1000px) {
  #footer-bottom #footer-container #top-footer-container > div:first-child {
    width: 100%;
  }
  #footer-bottom #footer-container #top-footer-container > div:last-child {
    width: 100%;
    padding: 30px 0 0;
  }
  #footer-bottom #footer-container #bottom-footer-container > div:first-child {
    width: 100%;
  }
  #footer-bottom #footer-container #bottom-footer-container > div:last-child {
    width: 100%;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #footer-bottom #footer-container #top-footer-container {
    padding: 50px 20px 35px;
  }
  #footer-bottom #footer-container #top-footer-container > div:last-child > div {
    width: 100%;
  }
  #footer-bottom #footer-container #top-footer-container > div:last-child > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #footer-bottom #footer-container #bottom-footer-container > div:last-child > div {
    width: 100%;
  }
  #footer-bottom #footer-container #bottom-footer-container > div:last-child > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

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