@charset "UTF-8";
/* CSS Document */
.container-fluid div[class^="col"] {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.container-fluid div[class^="row"] {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
html,
body {
  overflow-x: hidden;
}
.main_wrap,
.navbar {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 0;
}
.main {
  overflow-x: hidden;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 0;
}
#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background: #343434;
  z-index: 999999;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 0;
}
.showload {
  opacity: 1;
}
.fade-in-out {
  animation: fadeIn 5s;
}
@keyframes fadeInOut {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    animation-timing-function: ease-in;
    transform: rotate(0deg);
  }
  100% {
    animation-timing-function: ease-out;
    transform: rotate(359deg);
  }
}
.slash_spin {
  animation: spin 2s linear infinite;
}
body {
  margin: 0;
  padding: 0;
  font-family: "ibm-plex-sans", sans-serif;
  font-style: normal;
  color: #343434;
  background: #EBF4F2;
  font-size: 22px;
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-kerning: normal;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: freight-display-pro, serif;
  font-weight: 300;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.footer {
  background: #343434;
  color: #B0D2CD;
  padding: 80px 0vw 80px 0vw;
}
.footer .footer_row {
  display: flex;
  justify-content: space-between;
}
.footer .logo_footer {
  margin-bottom: 40px;
}
.footer .logo_dres {
  margin-bottom: 40px;
  width: 135px;
  display: block;
}
.footer .footer_logos {
  display: block;
  text-align: center;
}
.footer .footer_logos img {
  margin: auto;
  display: block;
}
.footer .social {
  margin: 20px 0px;
}
.footer .social a {
  display: inline-block;
  margin-right: 20px;
}
.footer h4 {
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 40px;
}
.footer a {
  color: #B0D2CD;
  text-decoration: none;
}
.footer a:hover,
.footer a:focus {
  text-decoration: none;
  color: #B0D2CD;
  opacity: 0.7;
}
.footer .social {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 160px;
}
.footer .social a {
  display: inline-block;
}
.footer .social a:hover {
  opacity: 0.6;
}
.footer .footer_bottom {
  margin-top: 15vh;
}
.footer .footer_nav {
  text-transform: uppercase;
  font-size: 13px;
}
.footer .footer_nav a:hover {
  opacity: 0.7;
}
.footer .menu {
  list-style: none;
  padding: 0px;
}
.footer ul {
  padding: 0px;
  list-style: none;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"] {
  padding: 32px 30px;
  border-radius: 30px;
  text-align: center;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  border-radius: 30px;
}
.cli-style-v2 .cli-bar-message {
  text-align: center;
}
.cli-style-v2 .cli-bar-message .cookie_heading {
  text-transform: uppercase;
  font-size: 18px;
}
.has-scroll-smooth {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navbar {
  padding: 35px 2.5vw 35px 2.5vw;
  align-items: flex-start;
  justify-content: space-between;
  background: transparent;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.navbar.fill {
  background: #EBF4F2;
}
.navbar-brand-new {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0px;
  position: relative;
}
.navbar-brand-new .logo {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  left: 0px;
  top: 20px;
  margin-left: 0px;
  padding: 0px;
  width: 220px;
  height: auto;
}
.navbar-brand-new .logo path {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.navbar-brand-new .logo.hide {
  opacity: 0;
}
.navbar-brand-new .logo_icon {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 0;
}
.navbar-brand-new .logo_icon.show {
  opacity: 1;
}
body#merepark .navbar-brand-new .logo_icon {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 1;
}
.home .navbar-brand-new {
  opacity: 0;
}
.right_top {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.right_top .top_nav_wrap {
  display: flex;
  align-items: center;
}
.right_top .top_nav_wrap .social_icon {
  line-height: 1em;
}
.right_top .top_nav_wrap > ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.right_top .top_nav_wrap > ul li {
  padding: 0px 17px;
}
.right_top .top_nav_wrap > ul li a {
  text-decoration: none;
  color: #B0D2CD;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.right_top .top_nav_wrap > ul li a:hover {
  border-bottom: 1px solid #B0D2CD;
}
.right_top .inline_nav_wrap {
  display: inline-block;
  margin: 0px;
  color: #F6F4F2;
  font-size: 22px;
  font-weight: 700;
}
.right_top .inline_nav_wrap a {
  text-decoration: none;
  color: #343434;
}
.right_top .inline_nav_wrap ul {
  list-style: none;
  display: flex;
  padding: 0px;
  margin: 0px;
  font-family: "freight-big-pro", serif;
  font-weight: 300;
}
.right_top .inline_nav_wrap ul li a {
  display: inline-block;
  margin: 10px;
}
.right_top .inline_nav_wrap ul li a:hover {
  border-bottom: 1px solid #343434;
}
.right_top .contact_btn {
  margin-left: 10px;
  margin-right: 20px;
  background: none;
  text-decoration: none;
  display: inline-block;
  color: #343434;
  border: 1px solid #343434;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px;
  border-radius: 40px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.4s ease;
}
.right_top .contact_btn:hover,
.right_top .contact_btn:focus {
  background: #343434;
  color: #F6F4F2;
}
.navbar.dark .right_top .contact_btn {
  color: #B0D2CD;
  border: 1px solid #B0D2CD;
}
.navbar.dark .right_top .contact_btn:hover {
  background: #B0D2CD;
  color: #343434;
}
.navbar.dark .right_top .inline_nav_wrap a {
  color: #B0D2CD;
}
.navbar.dark .right_top .inline_nav_wrap a:hover {
  border-bottom: 1px solid #B0D2CD;
}
.navbar.dark .right_top .insta_top path {
  fill: #B0D2CD;
}
.navbar.dark .navbar-brand-new .logo path {
  fill: #B0D2CD;
}
.navbar.fill.dark .right_top .contact_btn {
  color: #343434;
  border: 1px solid #343434;
}
.navbar.fill.dark .right_top .contact_btn:hover {
  background: #343434;
  color: #F6F4F2;
}
.navbar.fill.dark .right_top .inline_nav_wrap a {
  color: #343434;
}
.navbar.fill.dark .right_top .inline_nav_wrap a:hover {
  border-bottom: 1px solid #343434;
}
.navbar.fill.dark .right_top .insta_top path {
  fill: #343434;
}
.navbar.fill.dark .navbar-brand-new .logo path {
  fill: #343434;
}
@media all and (min-width: 992px) {
  .main_nav > .menu-item .dropdown-menu {
    display: none;
  }
  .main_nav > .menu-item:hover > .dropdown-menu {
    display: block;
  }
  .main_nav > .menu-item > .dropdown-menu {
    margin-top: 0;
  }
}
.main_nav .dropdown-menu {
  background: #EBF4F2;
  min-width: 280px;
  border: none;
  margin-left: -40px;
  padding: 20px;
}
.logobig.hide {
  opacity: 0;
}
.home .navbar-brand-new.show {
  opacity: 1;
}
.nav_bg {
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 90px;
}
.home_video_target {
  position: absolute;
  top: 0;
}
.side_menu {
  position: fixed;
  right: 0px;
  top: 0px;
  z-index: 9999;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}
body#merepark .side_menu {
  top: 0px;
}
.video_holder {
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition: 0.6s ease-out;
  position: fixed;
  z-index: -100;
  background: #E7D7B3;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
}
.video_holder .video_wrap {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.video_holder .video_wrap video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.video_holder .close_btn {
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
}
.showvideomain {
  z-index: 99999;
  opacity: 1;
  display: flex;
}
.masthead_home_wrap {
  background: #C4DDD9;
  min-height: 100vh;
  padding: 160px 2.5vw 4vh 2.5vw;
}
.masthead_home_wrap .mast_title .sub_heading {
  font-family: freight-display-pro, serif;
  font-weight: 300;
  font-size: 30px;
  margin-top: 40px;
}
.masthead_home_wrap .mast_title h1 {
  font-size: 70px;
  line-height: 1em;
  margin: 10px 0px 50px 0px;
}
.masthead_home_wrap.dark {
  background: #343434;
  color: #B0D2CD;
}
.masthead_home_wrap.green {
  background: #B0D2CD;
}
.masthead_home_wrap.brown {
  background: #D8D4D0;
}
.masthead_home_wrap .contact_box {
  color: #343434;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 60px;
}
.masthead_home_wrap .contact_box .contact_btn {
  line-height: 1em;
  display: inline-block;
  padding: 10px 20px;
  background: none;
  color: #343434;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #343434;
  border-radius: 35px;
  font-weight: 300;
  margin-bottom: 20px;
  transition: 0.4s ease;
}
.masthead_home_wrap .contact_box .contact_btn:hover {
  background: #343434;
  color: #F6F4F2;
}
.masthead_home_wrap .contact_box .call {
  font-size: 20px;
}
.masthead_home_wrap .contact_box .call a {
  color: #343434;
  text-decoration: none;
  font-weight: 700;
}
.masthead_home {
  height: calc(96vh - 160px);
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #343434;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
background-size: 100% !important;
}
.masthead_home .mast_content {
  padding: 2vw;
}
.masthead_home .mast_content h2 {
  font-size: 70px;
  line-height: 1em;
  font-weight: 300;
}
.masthead_home .contact_box {
  color: #343434;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 60px;
}
.masthead_home .contact_box .contact_btn {
  line-height: 1em;
  display: inline-block;
  padding: 10px 20px;
  background: none;
  color: #343434;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #343434;
  border-radius: 35px;
  font-weight: 300;
  margin-bottom: 20px;
}
.masthead_home .contact_box .call {
  font-size: 20px;
}
.masthead_home .contact_box .call a {
  color: #343434;
  text-decoration: none;
  font-weight: 700;
}
.masthead_home .video_wrap {
  width: 100%;
  height: 100%;
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition: 0.6s ease-out;
  -webkit-mask-image: url('../images/video_mask2.svg');
  mask-image: url('../images/video_mask2.svg');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  mask-size: 0%;
  -webkit-mask-size: 0%;
  position: relative;
  overflow: hidden;
}
.masthead_home .video_wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.masthead_home .sized {
  -webkit-animation: mask-play 1.5s forwards;
  animation: mask-play 1.5s forwards;
}
@-webkit-keyframes mask-play {
  from {
    mask-size: 0%;
    -webkit-mask-size: 0%;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
  }
  to {
    mask-size: 300%;
    -webkit-mask-size: 300%;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
}
@keyframes mask-play {
  from {
    mask-size: 0%;
    -webkit-mask-size: 0%;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
  }
  to {
    mask-size: 300%;
    -webkit-mask-size: 300%;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
  }
}
.masthead_home .play_btn {
  text-align: center;
  width: 230px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: #fff url('../images/play_icon.svg') no-repeat center right 30px;
  border-radius: 40px;
  padding: 10px 50px 10px 30px;
  color: #343434;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}
.masthead_home .play_btn:hover {
  background-color: #B0D2CD;
  padding: 14px 54px 14px 34px;
  bottom: 26px;
  width: 238px;
}
.masthead_home .hidebtn {
  opacity: 0;
}
.masthead_inner_page {
  height: calc(78vh - 160px);
  min-height: 45vw;
}
.image {
  width: 100%;
}
.mm-panels > .mm-panel > .mm-listview {
  margin: 0px;
  background: none;
  border: 0;
}
.mobile_nav_footer {
  text-align: center;
}
.mobile_nav_footer .contact_btn {
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  padding: 10px 20px;
  background: none;
  color: #343434 !important;
  font-size: 22px;
  text-decoration: none;
  border: 1px solid #343434;
  border-radius: 35px;
  font-weight: 300;
  margin-bottom: 0px;
}
.main_top {
  background: #EBF4F2;
  padding: 70px 0px 9vh;
  text-align: center;
  font-family: freight-display-pro, serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2em;
}
.main_top .quote {
  font-family: "freight-big-pro", serif;
  font-size: 70px;
  line-height: 1.1em;
}
.main_top .quote_name {
  margin-top: 30px;
}
.main_top .mid_part {
  padding: 3vw 0px 4vw 0px;
}
.main_top .top_part {
  border-top: 0.5px solid #343434;
  font-size: 40px;
}
.main_top .top_part span {
  background: #EBF4F2;
  position: relative;
  display: inline-block;
  top: -20px;
  padding: 4px 15px;
}
.main_top .bottom_part {
  border-top: 0.5px solid #343434;
}
.main_content {
  background: #D8D4D0;
  color: #fff;
  padding: 14vh 0px;
  text-align: center;
  font-weight: 200;
  font-kerning: normal;
  font-size: 40px;
  line-height: 1.3em;
}
.main_content h2 {
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-bottom: 3px;
  font-size: 24px;
  margin-bottom: 50px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.services_block {
  padding: 3vw 0px;
}
.services_block h2 {
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 40px;
}
.services_block .service_block {
  margin-bottom: 30px;
}
.services_block .service_block img {
  width: 100%;
}
.services_block .service_block .image {
  padding: 2vw;
  background: #B0D2CD;
}
.services_block .service_block h4 {
  font-weight: 300;
  font-size: 30px;
  margin: 20px 0px;
}
.services_block .service_block .text {
  margin-bottom: 20px;
}
.services_block .service_block .contact_btn {
  margin: 20px 0px;
  background: none;
  text-decoration: none;
  display: inline-block;
  color: #343434;
  border: 1px solid #343434;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px;
  border-radius: 40px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.4s ease;
}
.services_block .service_block .contact_btn:hover,
.services_block .service_block .contact_btn:focus {
  background: #343434;
  color: #F6F4F2;
}
.prices_block {
  padding: 0vw 0px 6vw 0px;
}
.prices_block .accordion-button {
  background: #B0D2CD;
  padding: 20px 2vw;
  color: #343434;
  font-size: 30px;
  outline: none !important;
  box-shadow: 0 0 0 0.5px #85AFA7;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
}
.prices_block .accordion-button:focus {
  box-shadow: 0 0 0 0.5px #85AFA7;
  outline: none !important;
}
.prices_block .accordion-button:after {
  background-image: url('../images/down_arrow.svg');
  background-position: center;
}
.prices_block .accordion-button:hover {
  background: #DFEDEB;
}
.prices_block .active .accordion-button {
  background: #DFEDEB;
}
.prices_block .accordion-button:not(.collapsed)::after {
  /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e); */
}
.prices_block .accordion-body {
  padding: 20px 2vw;
  background-position: right 42vw center;
  background-repeat: repeat-y;
  background: #DFEDEB;
}
.prices_block .accordion-body .item_row {
  margin: 10px 0px;
  display: flex;
  padding-bottom: 10px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.prices_block .accordion-body .item {
  font-family: freight-display-pro, serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2em;
  flex: 0 0 60%;
  /* 0 0 prevents the item from growing or shrinking */
  /* Additional styles for the larger item */
}
.prices_block .accordion-body .price {
  font-size: 24px;
  flex: 0 0 40%;
  /* Additional styles for the smaller item */
}
.noview {
  -moz-transition: 1s ease-out;
  -ms-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -webkit-transition: 1s ease-out;
  transform: translateY(15%);
  opacity: 0;
}
.noview2 {
  -moz-transition: 1s ease-out;
  -ms-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -webkit-transition: 1s ease-out;
  transform: translateY(0%);
  opacity: 0;
}
.inview {
  opacity: 1;
  transform: translateY(0);
}
.image_text_block {
  padding: 0vw 0px 5vw 0px;
  color: #343434;
}
.image_text_block .text_image_wrap {
  background: #D8D4D0;
  padding: 2vw;
}
.image_text_block .text_image_wrap div[class^="col"] {
  padding-left: 0px;
  padding-right: 0px;
}
.image_text_block .text_image_wrap div[class^="row"] {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.image_text_block .content {
  padding-top: 20px;
}
.image_text_block .content h4 {
  font-size: 30px;
  line-height: 1.1em;
  padding-right: 6vw;
}
.image_text_block .content .columns {
  column-count: 2;
  /* Set the number of columns */
  column-gap: 30px;
  /* Adjust the gap between columns */
  font-size: 16px;
  line-height: 1.3em;
}
.image_text_block .content .contact_btn {
  background: none;
  text-decoration: none;
  display: inline-block;
  color: #343434;
  border: 1px solid #343434;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px;
  border-radius: 40px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.4s ease;
  margin-top: 20px;
}
.image_text_block .content .contact_btn:hover,
.image_text_block .content .contact_btn:focus {
  background: #343434;
  color: #F6F4F2;
}
.image_text_block .image {
  width: 100%;
  height: auto;
  padding-right: 2vw;
}
.expertise_bottom_video,
.projects_bottom_video {
  height: 50vh;
  position: relative;
  overflow: hidden;
}
.expertise_bottom_video .video_wrap,
.projects_bottom_video .video_wrap {
  width: 100vw;
  height: 100vh;
}
.expertise_bottom_video .video_wrap video,
.projects_bottom_video .video_wrap video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
}
.expertise_bottom_video .overlay,
.projects_bottom_video .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #181817;
  opacity: 0.4;
  z-index: 1;
}
.expertise_bottom_video .overlay_text,
.projects_bottom_video .overlay_text {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5vw;
  line-height: 1em;
  text-align: center;
}
.expertise_bottom_video .overlay_text span,
.projects_bottom_video .overlay_text span {
  color: #B0D2CD;
  font-size: 5.7vw;
}
.expertise_bottom_video .overlay_text .author,
.projects_bottom_video .overlay_text .author {
  text-transform: uppercase;
  font-size: 30px;
}
.expertise_video_target {
  position: absolute;
  top: -100vh;
  bottom: -100vh;
}
.logo_block {
  padding: 0px 0px;
  background: #5A6467;
  text-align: center;
}
.logo_block h2 {
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-bottom: 3px;
  font-size: 24px;
  margin-bottom: 100px;
  display: inline-block;
  border-bottom: 1px solid #F6F4F2;
}
.logo_block .bems-scroller {
  display: flex;
  overflow: hidden;
}
.logo_block .bems-scroller #scrolling-container,
.logo_block .bems-scroller #scrolling-container2 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  overflow-x: scroll;
  overflow-x: -moz-scrollbars-none;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  user-select: none;
  cursor: poinnter;
  padding: 5px 30px;
}
.logo_block .bems-scroller #scrolling-container.active,
.logo_block .bems-scroller #scrolling-container2.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.logo_block .bems-scroller #scrolling-container::-webkit-scrollbar,
.logo_block .bems-scroller #scrolling-container2::-webkit-scrollbar {
  display: none;
}
.logo_block .bems-scroller li {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  list-style-type: none;
  margin: 0 10px;
}
.logo_block .icon_box {
  text-align: center;
  padding: 40px;
  width: 400px;
  box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 5px 6px rgba(0, 0, 0, 0.2);
}
.logo_block .icon_box h4 {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 200;
  margin-bottom: 20px;
  margin-top: 20px;
}
.logo_block .icon_box .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_block .icon_box .eventitle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_block .icon_box .icon_wrap {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.logo_block .icon_box .icon_wrap .text_overlay {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.logo_block .icon_box .icon_wrap:hover .text_overlay {
  opacity: 1;
}
.logo_block .plus_box .image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_block .bems-scroller li img {
  border-radius: 0.5em 0.5em 0 0;
}
.logo_block .bems-scroller #button-scroll-left,
.logo_block .bems-scroller #button-scroll-right {
  display: flex;
  padding: 2em;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 200px;
  width: 50px;
  background-color: #333;
}
.logo_block .bems-scroller i {
  color: #ddd;
}
.logo_block .rangeslider {
  margin: 0 auto;
  padding: 20px 0;
  width: 500px;
}
.logo_block input[type="range"] {
  background: #d9d9d9;
  border-top: 0.5px solid #F6F4F2;
  border-bottom: none;
  height: 1px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0.5em;
}
.logo_block input[type="range"]:focus {
  outline: none;
}
.logo_block .rangeslider,
.logo_block input::-webkit-slider-thumb {
  border: none;
  background: #F6F4F2;
  cursor: pointer;
  height: 20px;
  text-indent: -9999px;
  width: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0.5em;
}
.logo_block .range_wrap {
  padding: 20px 0px;
  margin-left: 40px;
  margin-right: 40px;
}
.logo_block .logo_desktop {
  display: flex;
  align-items: center;
  margin: 0px 40px 120px 40px;
}
.logo_block .logo_desktop h4 {
  font-size: 40px;
}
.logo_block .logo_desktop .logo_box {
  display: flex;
  flex-direction: column;
}
.logo_block .logo_desktop .logo_box .image {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 250px;
}
.logo_block .logo_desktop .logo_box .plus {
  font-size: 26px;
  margin-bottom: 35px;
}
.logo_block .logo_desktop .title {
  margin: 40px 0px;
}
.logo_block .logo_desktop .text {
  padding: 0px 40px;
}
.logo_block .logo_desktop .logo_plus {
  font-size: 26px;
}
.logo_block .logo_desktop .logo_plus div {
  margin-bottom: 50px;
}
.logo_block .logo_desktop .logo_box_end {
  display: flex;
  flex-direction: column;
}
.logo_block .logo_desktop .logo_box_end .image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 105px 0px;
}
.logo_block .logo_desktop .text_logo {
  font-size: 29px;
  line-height: 1.3em;
  height: 100px;
}
.icons_block {
  padding: 6vh 0px;
  margin-bottom: 3vw;
  background: #B0D2CD;
}
.icons_block h3 {
  font-size: 40px;
  padding-bottom: 3px;
  margin-bottom: 10px;
  display: inline-block;
}
.icons_block .bems-scroller {
  display: flex;
  overflow: hidden;
}
.icons_block .bems-scroller #scrolling-container,
.icons_block .bems-scroller #scrolling-container2 {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: -moz-scrollbars-none;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-style: -ms-autohiding-scrollbar;
  user-select: none;
  cursor: poinnter;
  padding: 5px 0px;
}
.icons_block .bems-scroller #scrolling-container.active,
.icons_block .bems-scroller #scrolling-container2.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.icons_block .bems-scroller #scrolling-container::-webkit-scrollbar,
.icons_block .bems-scroller #scrolling-container2::-webkit-scrollbar {
  display: none;
}
.icons_block .bems-scroller li {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  list-style-type: none;
  margin: 0 10px;
}
.icons_block .icon_box {
  background: #C4DDD9;
  padding: 30px;
  width: 700px;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.icons_block .icon_box h4 {
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 300;
  margin-bottom: 10px;
}
.icons_block .icon_box .eventitle {
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons_block .icon_box .icon_wrap {
  display: flex;
}
.icons_block .icon_box .text {
  font-size: 16px;
  line-height: 1.3em;
  padding: 30px;
}
.icons_block .icon_box .image img {
  width: 100%;
}
.icons_block .bems-scroller .title {
  background-color: #fff;
  height: 50px;
  border-radius: 0 0 0.5em 0.5em;
}
.icons_block .bems-scroller #button-scroll-left,
.icons_block .bems-scroller #button-scroll-right {
  display: flex;
  padding: 2em;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 200px;
  width: 50px;
  background-color: #333;
}
.icons_block .bems-scroller i {
  color: #ddd;
}
.icons_block .rangeslider {
  margin: 0 auto;
  padding: 20px 0;
  width: 500px;
}
.icons_block input[type="range"] {
  background: #343434;
  border-top: 0.5px solid #343434;
  border-bottom: none;
  height: 1px;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0.5em;
}
.icons_block input[type="range"]:focus {
  outline: none;
}
.icons_block .rangeslider,
.icons_block input::-webkit-slider-thumb {
  border: none;
  background: #343434;
  cursor: pointer;
  height: 20px;
  text-indent: -9999px;
  width: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0.5em;
}
.icons_block .range_wrap {
  padding: 20px 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.map_block {
  padding: 80px 0px;
}
.map_block h3 {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 40px;
}
.map_block #map_canvas {
  height: 50vh;
}
.map_block .address_text a {
  color: #343434;
  text-decoration: none;
  border-bottom: 1px solid #343434;
}
.map_block .contact_btn {
  background: none;
  text-decoration: none;
  display: inline-block;
  color: #343434;
  border: 1px solid #343434;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px;
  border-radius: 40px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.4s ease;
  margin-top: 40px;
}
.map_block .contact_btn:hover,
.map_block .contact_btn:focus {
  background: #343434;
  color: #F6F4F2;
}
.sitemap_block {
  background: #FBF6F1;
}
body#merepark .sitemap_block {
  text-align: center;
  padding: 8vh 12vw;
  background: #fff;
}
body#merepark .sitemap_block h2 {
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-bottom: 3px;
  font-size: 24px;
  margin-bottom: 100px;
  display: inline-block;
}
.locality_block {
  padding: 40px 40px 100px 40px;
  background: #F6F4F2;
  color: #B0D2CD;
}
.locality_block .image_wrap {
  height: 100%;
  text-align: center;
}
.locality_block .image_wrap .image_wrapper {
  margin-left: 20%;
  width: 60%;
  height: 60%;
  overflow: hidden;
}
.locality_block .image_wrap .image_wrapper img {
  display: block;
  width: 100%;
}
.locality_block .content {
  padding: 13vh;
}
.locality_block .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.locality_block .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.locality_block h2 {
  font-size: 60px;
  font-weight: 200;
  line-height: 1.3em;
  border-bottom: 0.5px solid #B0D2CD;
  margin-bottom: 40px;
  padding-bottom: 15px;
  display: inline-block;
}
.locality_block .lead_paragraph {
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 200;
}
.locality_block .two_column {
  margin-top: 30px;
  column-count: 2;
  column-gap: 25px;
}
.locality_block .left_side {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.locality_block .left_side .center_image {
  position: absolute;
  z-index: 1;
  width: 50%;
}
.locality_block .left_side .image_wrapper {
  overflow: hidden;
  height: 40vw;
  width: 100%;
}
.locality_block .left_side .image_wrapper img {
  height: 100vh;
}
.locality_block .locality_mid {
  padding-top: 100px;
}
.locality_block .locality_mid .text:before {
  content: '';
  display: block;
  width: 130px;
  height: 1px;
  margin-bottom: 20px;
  border-bottom: 0.5px solid #B0D2CD;
}
.locality_block .locality_bottom {
  position: relative;
  margin-top: -50px;
}
.locality_block .locality_bottom img {
  width: 100%;
}
.locality_block .locality_bottom .text {
  padding-left: 4vw;
}
.locality_block .locality_bottom .text:before {
  content: '';
  display: block;
  width: 130px;
  height: 1px;
  margin-bottom: 20px;
  border-bottom: 0.5px solid #B0D2CD;
}
.linear_park_block {
  background: #D8D4D0;
  color: #fff;
  padding: 40px;
}
.linear_park_block h3 {
  font-size: 60px;
  line-height: 1.3em;
  border-bottom: 0.5px solid #fff;
  font-weight: 200;
  margin-bottom: 40px;
  padding-bottom: 15px;
  display: inline-block;
}
.linear_park_block .text {
  padding-left: 5vw;
  padding-right: 5vw;
}
.linear_park_block .left_side {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.linear_park_block .left_side .center_image {
  position: absolute;
  z-index: 1;
  width: 50%;
}
.linear_park_block .left_side .image_wrapper {
  overflow: hidden;
  height: 40vw;
  width: 100%;
}
.linear_park_block2 {
  background: #B0D2CD;
  color: #F6F4F2;
  padding: 40px;
}
.linear_park_block2 h3 {
  font-size: 60px;
  line-height: 1.3em;
  border-bottom: 0.5px solid #F6F4F2;
  font-weight: 200;
  margin-bottom: 40px;
  padding-bottom: 15px;
  display: inline-block;
}
.linear_park_block2 .text {
  padding-left: 5vw;
  padding-right: 5vw;
}
.linear_park_block2 .left_side {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.linear_park_block2 .left_side .center_image {
  position: absolute;
  z-index: 1;
  width: 50%;
}
.linear_park_block2 .left_side .image_wrapper {
  overflow: hidden;
  height: 40vw;
  width: 100%;
}
.linear_park_block2 .left_side .image_wrapper img {
  height: 100vh;
}
.split_block .left_side,
.split_block .right_side {
  display: flex;
  align-items: center;
  justify-content: center;
}
.split_block .left_side h3,
.split_block .right_side h3 {
  position: absolute;
  z-index: 1;
  font-size: 80px;
  line-height: 1.3em;
  color: #B0D2CD;
  font-weight: 200;
}
.split_block .left_side .image_wrapper,
.split_block .right_side .image_wrapper {
  overflow: hidden;
  height: 50vw;
  width: 100%;
}
.split_block .left_side .image_wrapper img,
.split_block .right_side .image_wrapper img {
  width: 100%;
}
.split_block .left_side h3 {
  color: #F6F4F2;
  font-weight: 200;
}
.split_block .left_side .image_wrapper img {
  margin-top: -50px;
}
.register_block {
  background: #B0D2CD;
  color: #343434;
  padding: 80px 0px 80px 0px;
}
.register_block h3 {
  font-size: 70px;
  margin-bottom: 30px;
}
.register_block .contact_box {
  color: #343434;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: left;
  margin-top: 60px;
}
.register_block .contact_box .contact_btn {
  line-height: 1em;
  display: inline-block;
  padding: 10px 20px;
  background: none;
  color: #343434;
  font-size: 16px;
  text-decoration: none;
  border: 1px solid #343434;
  border-radius: 35px;
  font-weight: 300;
  margin-bottom: 20px;
  transition: 0.4s ease;
}
.register_block .contact_box .contact_btn:hover {
  background: #343434;
  color: #F6F4F2;
}
.register_block .contact_box .call {
  font-size: 20px;
}
.register_block .contact_box .call a {
  color: #343434;
  text-decoration: none;
  font-weight: 700;
}
.register_block .gform_wrapper label.gfield_label,
.register_block .gform_wrapper legend.gfield_label {
  display: none;
}
.register_block .gfield--type-textarea label.gfield_label {
  display: block;
  font-size: 22px;
  margin-top: 20px;
}
.register_block .gform_wrapper .gform_footer {
  margin: 50px 0 0;
  text-align: center;
}
.register_block .gform-theme--foundation .gfield textarea.large {
  background: #EBF4F2;
  border-radius: 0px;
  font-size: 22px;
  border: 0.5px solid #343434;
}
.register_block .gform_wrapper .gform_footer input.button,
.register_block .gform_wrapper .gform_footer input[type=submit],
.register_block .gform_wrapper .gform_page_footer input.button,
.register_block .gform_wrapper .gform_page_footer input[type=submit] {
  background: #D8D4D0;
  color: #fff;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  outline: none;
  width: 100%;
  padding: 20px;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.register_block .gform_wrapper .gform_footer input.button:hover,
.register_block .gform_wrapper .gform_footer input[type=submit]:hover,
.register_block .gform_wrapper .gform_page_footer input.button:hover,
.register_block .gform_wrapper .gform_page_footer input[type=submit]:hover,
.register_block .gform_wrapper .gform_footer input.button:focus,
.register_block .gform_wrapper .gform_footer input[type=submit]:focus,
.register_block .gform_wrapper .gform_page_footer input.button:focus,
.register_block .gform_wrapper .gform_page_footer input[type=submit]:focus {
  background: #B0D2CD;
}
.register_block .gform_wrapper .gform_button {
  background: none !important;
  text-decoration: none!important;
  display: inline-block !important;
  color: #343434 !important;
  border: 1px solid #343434 !important;
  font-size: 16px !important;
  letter-spacing: 1px;
  padding: 10px 30px;
  border-radius: 40px !important;
  line-height: 1em !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  transition: 0.4s ease;
}
.register_block .gform_wrapper .gform_button:hover,
.register_block .gform_wrapper .gform_button:focus {
  background: #343434 !important;
  color: #F6F4F2 !important;
}
.register_block .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,
.register_block .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,
.register_block .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,
.register_block .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,
.register_block .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,
.register_block .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,
.register_block .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large,
.register_block .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium {
  height: 40px;
  border: none;
  border-bottom: 0.5px solid #343434;
  padding-left: 0px;
  margin-top: 20px;
  outline: none;
}
.register_block ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #343434;
  opacity: 1;
  /* Firefox */
}
.register_block :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #343434;
  opacity: 1;
  /* Firefox */
}
.register_block ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #343434;
  opacity: 1;
  /* Firefox */
}
.register_block .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large,
.register_block .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium,
.register_block .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large,
.register_block .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium,
.register_block .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large,
.register_block .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium,
.register_block .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large,
.register_block .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium,
.register_block .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large,
.register_block .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium,
.register_block .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large,
.register_block .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium {
  height: 40px;
  border: none;
  border-bottom: 0.5px solid #343434;
  padding-left: 0px;
  margin-top: 20px;
  outline: none;
}
.register_block .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  background: none;
  border: none;
  border-bottom: 0.5px solid #343434;
  padding-left: 0px;
  margin-top: 20px;
  outline: none;
  height: 40px;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
  font-size: 22px;
}
.register_block .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select,
.register_block .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select,
.register_block .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio],
.register_block .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select {
  background: url('../images/arrow_down.svg') no-repeat center right;
  appearance: none;
  -webkit-appearance: none;
}
.register_block .gform_wrapper div.validation_error {
  color: #343434;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 0px;
  border: none;
  padding: 16px 0;
  clear: both;
  width: inherit;
  text-align: center;
}
.register_block .gform_wrapper .validation_message {
  color: #343434;
  font-weight: 400;
  letter-spacing: normal;
}
.register_block .gform_wrapper li.gfield.gfield_error,
.register_block .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: none;
  margin-bottom: 0px!important;
  border: none;
  padding-bottom: 0px;
  padding-top: 0px;
  box-sizing: border-box;
}
.register_block .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.register_block .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px;
}
.register_block .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.register_block .gform_wrapper li.gfield_error textarea {
  border: none;
  border-bottom: 1px solid #B0D2CD;
}
.register_block .gform_wrapper .field_description_below .gfield_description {
  padding-top: 10px;
}
.register_block .gform_wrapper .top_label .gfield_error {
  width: inherit;
}
.register_block .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.register_block .gform_wrapper li.gfield_error ul.gfield_checkbox,
.register_block .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #B0D2CD;
}
.register_block .gform_wrapper li.gfield.gfield_error,
.register_block .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  margin-bottom: 0px!important;
  border: none;
  padding-bottom: 0px;
  padding-top: 0px;
  box-sizing: border-box;
}
.register_block .project_brochure .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.register_block .project_brochure .gform_wrapper li.gfield_error textarea {
  border-bottom: 1px solid #B0D2CD;
}
.image_gallery_block {
  padding: 50px 0px;
  /* Base styles for desktop */
  /* Large item on the left */
  /* Top right items, each spanning 2 columns and 3 rows in height */
  /* Bottom right items, each spanning 3 columns and 2 rows in height */
}
.image_gallery_block .grid-item {
  background-color: #888;
  /* items color */
  background-size: cover;
  background-position: center;
  position: relative;
}
.image_gallery_block .grid-item .gallery_pop {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(10, 10, 10, 0.3) url('../images/magnify.svg') no-repeat center center;
  opacity: 0;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.image_gallery_block .grid-item .gallery_pop:hover {
  opacity: 1;
}
.image_gallery_block .grid-container {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  /* 9 equal columns */
  grid-template-rows: repeat(5, 1fr);
  /* 5 equal rows */
  grid-gap: 2px;
  /* thin gutters */
  height: 40vw;
  /* ... other styles ... */
}
.image_gallery_block .large-item {
  grid-column: 1 / 4;
  grid-row: 1 / 6;
  /* spans all 5 rows */
}
.image_gallery_block .top-right-1 {
  grid-column: 4 / 6;
  grid-row: 1 / 4;
}
.image_gallery_block .top-right-2 {
  grid-column: 6 / 8;
  grid-row: 1 / 4;
}
.image_gallery_block .top-right-3 {
  grid-column: 8 / 10;
  grid-row: 1 / 4;
}
.image_gallery_block .bottom-right-1 {
  grid-column: 4 / 7;
  grid-row: 4 / 6;
}
.image_gallery_block .bottom-right-2 {
  grid-column: 7 / 10;
  grid-row: 4 / 6;
}
.bottom_column_block {
  padding-bottom: 50px;
}
.bottom_column_block h3 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 30px;
}
.bottom_column_block .text {
  border-top: 0.5px solid #343434;
  padding-top: 20px;
}
.bottom_column_block .text h4 {
  font-size: 22px;
  font-weight: 700;
  font-family: "ibm-plex-sans", sans-serif;
}
.bottom_column_block .contact_btn {
  background: none;
  text-decoration: none;
  display: inline-block;
  color: #343434;
  border: 1px solid #343434;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px;
  border-radius: 40px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.4s ease;
}
.bottom_column_block .contact_btn:hover,
.bottom_column_block .contact_btn:focus {
  background: #343434;
  color: #F6F4F2;
}
.hamburger {
  padding: 12px 25px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #343434;
}
.hamdark .hamburger-inner,
.hamdark .hamburger-inner::before,
.hamdark .hamburger-inner::after {
  background-color: #B0D2CD;
}
.hamdark.fill .hamburger-inner,
.hamdark.fill .hamburger-inner::before,
.hamdark.fill .hamburger-inner::after {
  background-color: #343434;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #343434;
}
.mobile_nav {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #B0D2CD;
  z-index: 1000;
  padding-top: 150px;
  right: -100%;
  text-align: center;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  font-size: 28px;
  line-height: 1.4em;
  letter-spacing: 1px;
}
.mobile_nav ul {
  padding: 20px 30px;
  list-style: none;
}
.mobile_nav ul li {
  padding-bottom: 15px;
}
.mobile_nav ul li a {
  color: #F6F4F2;
  text-decoration: none;
}
.opened {
  right: 0px;
}
.switch {
  padding: 15px 20px;
}
.switch input[type=checkbox] {
  height: 0px;
  width: 0px;
  visibility: hidden;
  margin: 0px;
  padding: 0px;
  position: absolute;
}
.switch label {
  cursor: pointer;
  text-indent: -9999px;
  width: 60px;
  height: 15px;
  margin-top: 3px;
  background: #06262d;
  display: block;
  border-radius: 10px;
  position: relative;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}
.switch label:after {
  content: '';
  position: absolute;
  top: -8px;
  left: 0px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 15px;
  transition: 0.3s;
}
.switch input:checked + label {
  background: #B0D2CD;
}
.switch input:checked + label:after {
  left: calc(100% + 0px);
  transform: translateX(-100%);
}
.switch label:active:after {
  width: 30px;
}
.mm-page__blocker {
  background: rgba(3, 2, 1, 0);
}
.mm-menu_offcanvas {
  width: 40%;
  min-width: 140px;
  max-width: 100%;
  z-index: -1;
}
.mm-panels {
  background: #B0D2CD;
  border-color: inherit;
  color: #F6F4F2;
  font-family: freight-display-pro, serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 1.5em;
}
.mm-panels #menu_close_wrap {
  padding-left: 8px;
}
.mm-panels #menu_close_wrap span {
  cursor: pointer;
}
.mm-panels .menu_close {
  background: url('../images/close_menu.svg') no-repeat center;
  cursor: pointer;
  position: absolute;
  display: inline-block;
  padding: 0px;
  margin: 0px;
  right: 27px;
  top: 22px;
  width: 38px;
  height: 38px;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  opacity: 1;
}
.mm-panels .rotate {
  transform: rotate(45deg);
  opacity: 0;
}
.mm-panels .mm-navbar {
  border-bottom: none;
  border-color: inherit;
  text-align: left;
  line-height: 20px;
  height: 80px;
  padding: 34px 0px 10px 10px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-panels .mm-navbar a {
  color: #E7D7B3 !important;
}
.mm-panels .mm-listview > li {
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition: 0.6s ease-out;
  overflow: hidden;
  height: 80px;
  margin: 0px 0px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.mm-panels .mm-listview > li a {
  color: #343434;
  display: inline-block;
  padding: 20px 0px;
  margin-top: 65px;
  opacity: 0;
  height: 80px;
}
.mm-panels .mm-listview > li a:hover,
.mm-panels .mm-listview > li a:focus {
  color: #343434;
  background: none;
}
.mm-panels .mm-listview > li.active a {
  color: #343434;
}
.mm-panels .mm-listview > li.ani a {
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition: 0.6s ease-out;
  margin-top: 0px;
  opacity: 1;
}
.mm-panels .mm-listview > li.ani a:hover,
.mm-panels .mm-listview > li.ani a:focus {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.mm-panels .mm-listview > li.mm-listitem_selected a {
  color: #343434;
  margin-right: 0;
}
.mm-panels .mm-listview > li a.dropdown-toggle:after {
  display: none;
}
.mm-menu .mm-listitem_selected > a:not(.mm-btn_next),
.mm-menu .mm-listitem_selected > span {
  background: none;
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: #ffffff;
}
.mm-menu.mm-theme-dark .mm-btn:before {
  border-color: #B0D2CD;
}
.mm-menu.mm-theme-dark .mm-prev:before {
  top: 20px !important;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #B0D2CD !important;
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #B0D2CD !important;
}
.mm-menu .mm-prev:before {
  top: 20px !important;
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: 7vh;
}
.mm-listitem:after {
  border: none;
}
.main_nav_footer {
  overflow: hidden;
  color: #E7D7B3;
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding: 40px 28px;
  width: 100%;
  font-size: 21px;
  line-height: 1.3em;
}
.main_nav_footer a {
  color: #343434;
}
.main_nav_footer a:hover,
.main_nav_footer a:focus {
  color: #fff;
}
.main_nav_footer .nav_logo {
  margin-bottom: 20px;
  width: 165px;
  height: 26px;
  background: url('../images/nav_logo.svg') no-repeat center center;
}
.masthead_page {
  position: relative;
  height: 100vh;
  margin: 20px;
  border-bottom: 1px solid #5A6467;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.masthead_page .masthead_page_text {
  position: relative;
  animation: slidefadeh1 1.5s;
  z-index: 1;
}
.masthead_page .mast_title {
  position: absolute;
  z-index: 1;
  margin-bottom: 10vh;
  color: #F0EAD5;
}
.masthead_page h1 {
  -moz-transition: 1s ease-out;
  -ms-transition: 1s ease-out;
  -o-transition: 1s ease-out;
  transition: 1s ease-out;
  -webkit-transition: 1s ease-out;
  font-size: 10vw;
  line-height: 9.5vw;
  margin: 20px 0px 0px 0px;
  font-weight: 200;
  z-index: 1;
  margin-left: 11vw;
  opacity: 0;
  padding-right: 20vw;
}
.masthead_page h1.reveal {
  opacity: 1;
  margin-left: 8vw;
}
.masthead_page .sub_heading {
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition: 0.6s ease-out;
  margin-left: 10vw;
  font-size: 34px;
  line-height: 1.1em;
  opacity: 0;
}
.masthead_page .sub_heading a {
  color: #E7D7B3;
  text-decoration: none;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.masthead_page .sub_heading a:after {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  position: absolute;
  content: url('../images/link_arrow.svg');
  margin-left: 10px;
  margin-top: 3px;
}
.masthead_page .sub_heading a:hover,
.masthead_page .sub_heading a:focus {
  color: #F6F4F2;
}
.masthead_page .sub_heading a:hover:after,
.masthead_page .sub_heading a:focus:after {
  position: absolute;
  content: url('../images/link_arrow_white.svg');
  margin-left: 16px;
}
.masthead_page .sub_heading.reveal {
  opacity: 1;
  margin-left: 8vw;
}
.masthead_page h2 {
  position: relative;
  z-index: 1;
  width: 182%;
  color: #fff;
  font-size: 5.6vw;
  line-height: 1em;
}
.masthead_page h2.projects {
  width: 140%;
}
.masthead_page .masthead_bg {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 68.5%;
}
.masthead_page .masthead_bg img {
  width: 100%;
  height: auto;
}
.masthead_page .image_container {
  position: relative;
}
.masthead_page .video_wrapper {
  position: relative;
  width: 100%;
  left: 0px;
}
.masthead_page .video_slider {
  background: #E7D7B3;
  width: 100%;
  height: 101%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  -moz-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transition: 0.8s ease-in-out;
}
.masthead_page .video_slider.open {
  height: 0px;
}
.masthead_projects {
  overflow: visible;
  position: relative;
  height: inherit;
  padding: 20vh 0 6vh 0;
}
.masthead_projects .moveup {
  margin-bottom: 10vh;
}
.masthead_projects mmimen .masthead_bg {
  width: auto;
  height: 100%;
}
.masthead_projects .text_blocks {
  display: flex;
  justify-content: space-between;
  margin: 2vh -20px 0px -20px;
}
.masthead_projects .text_blocks .text_block {
  width: 33%;
  margin: 20px;
  font-size: 21px;
  line-height: 1.3em;
}
.masthead_projects h3 {
  color: #B0D2CD;
  font-size: 30px;
}
.masthead_projects h1 {
  margin: 0px 0px 0px 0px;
}
.masthead_projects .projects_intro {
  margin-top: 60px;
}
.masthead_projects .ticker_sus {
  display: none;
  padding: 5vh 0px;
}
.masthead_news {
  height: inherit;
  padding: 16vh 0px 6vh 0px;
}
.masthead_news h2 {
  width: 100%;
}
.masthead_news h1 {
  color: #B0D2CD;
}
@keyframes slidefadeh1 {
  0% {
    opacity: 0;
    padding-top: 50px;
  }
  50% {
    opacity: 0;
    padding-top: 50px;
  }
  100% {
    opacity: 1;
    padding-top: 0px;
  }
}
.video_reveal {
  -moz-transition: 0.6s ease-out;
  -ms-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition: 0.6s ease-out;
}
.video_wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
.video_wrapper .video_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #343434;
  opacity: 0.2;
}
.video_wrapper .video_holder {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video_wrapper video {
  display: block;
  width: 100%;
  margin: 0px;
}
.vertical-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vertical-bottom {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.about_main_block {
  position: relative;
  padding: 12vh 0px 10vh 0px;
  background: #d9d9d9;
  background: -moz-linear-gradient(180deg, #d9d9d9 50%, #ffffff 100%);
  background: -webkit-linear-gradient(180deg, #d9d9d9 50%, #ffffff 100%);
  background: linear-gradient(180deg, #d9d9d9 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d4d4d4", endColorstr="#ffffff", GradientType=1);
}
.about_main_block .about_mid_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: url('../images/about_mid_bg.svg') no-repeat center center;
}
.about_main_block .about_block_1_text h3 {
  font-size: 42px;
  color: #B0D2CD;
}
.about_main_block .about_block_1_image {
  overflow: hidden;
  position: relative;
}
.about_main_block .about_block_1_image_2 {
  margin-left: 4vw;
  margin-right: -4vw;
  margin-top: -6vh;
}
.about_main_block .block_2_image_1_wrap {
  overflow: hidden;
}
.about_main_block .about_block_2 {
  padding-bottom: 26vh;
}
.about_main_block .about_block_2 .block_2_heading h3 {
  font-size: 60px;
  color: #fff;
  line-height: 1.1em;
}
.about_main_block .about_block_2 .block_2_text h3 {
  font-size: 42px;
  color: #B0D2CD;
}
.about_main_block .about_block_2 .block_2_image_1_wrap {
  margin-top: -2vh;
}
.about_main_block .about_block_2 .block_2_image_2_wrap {
  margin-top: -7vh;
}
.first_section {
  padding: 12vh 0px;
  position: relative;
}
.first_section h2 {
  font-size: 95px;
  line-height: 1em;
}
.first_section .text_block {
  position: relative;
  z-index: 1;
  padding-right: 40px;
}
.first_section .text_block.right {
  padding-right: 0px;
  padding-left: 40px;
}
.first_section .image_block {
  overflow: hidden;
}
.first_section .diamonds {
  position: absolute;
  top: 30vh;
  left: -20vw;
}
.first_section a {
  color: #E7D7B3;
  text-decoration: none;
}
.first_section a:hover {
  color: #F6F4F2;
}
.offset_block {
  padding: 12vh 0px;
  position: relative;
}
.offset_block h2 {
  font-size: 95px;
  line-height: 1em;
}
.offset_block .text_block {
  position: relative;
  z-index: 1;
  margin-left: 40px;
}
.offset_block .image_block {
  overflow: hidden;
}
.offset_block .diamonds {
  position: absolute;
  top: 10vh;
  right: 5vw;
}
.cream_btn {
  color: #E7D7B3;
  text-decoration: none;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.cream_btn:after {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  position: absolute;
  content: url('../images/link_arrow.svg');
  margin-left: 10px;
  margin-top: 3px;
}
.cream_btn:hover,
.cream_btn:focus {
  color: #F6F4F2;
}
.cream_btn:hover:after,
.cream_btn:focus:after {
  position: absolute;
  content: url('../images/link_arrow_white.svg');
  margin-left: 16px;
}
.project_brochure .gform_wrapper .top_label .gfield_label,
.project_brochure .gform_wrapper legend.gfield_label {
  display: none;
}
.project_brochure .download_btn {
  height: 30px;
  width: 35px;
  background: url('../images/download_submit.svg') no-repeat center center;
  text-indent: -999999em;
  border: none;
}
.project_brochure .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 16px;
  display: inline-block;
  vertical-align: top;
}
.project_brochure .gform_wrapper ul.gform_fields li.gfield div {
  display: flex;
}
.project_brochure .gform_wrapper ul li.gfield {
  margin-top: 0px;
}
.project_brochure .gform_wrapper .top_label div.ginput_container {
  margin-top: 0px;
}
.project_brochure .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: inherit;
  font-family: inherit;
  padding: 4px 0px;
  letter-spacing: normal;
  border: none;
  background: none;
  border-bottom: 1px solid #fff;
  width: 300px;
  height: 30px !important;
  font-size: 21px;
  color: #fff;
  outline: none;
}
.project_brochure .gform_legacy_markup_wrapper .gfield_checkbox li input,
.project_brochure .gform_legacy_markup_wrapper .gfield_checkbox li input[type=checkbox],
.project_brochure .gform_legacy_markup_wrapper .gfield_radio li input[type=radio] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin-left: 1px;
}
.project_brochure .gform_wrapper ul.gform_fields li.checkboxfield {
  padding-right: 0px;
  display: block;
}
.project_brochure .gform_wrapper ul.gfield_checkbox,
.project_brochure .gform_wrapper ul.gfield_radio {
  width: 100%;
}
.project_brochure .gform_wrapper ul.gfield_checkbox li label,
.project_brochure .gform_wrapper ul.gfield_radio li label {
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  font-size: 16px;
  cursor: pointer;
}
.project_brochure .gform_wrapper ul.gfield_checkbox li label a,
.project_brochure .gform_wrapper ul.gfield_radio li label a {
  text-decoration: none;
}
.project_brochure .gform_wrapper ul.gfield_checkbox li label a:hover,
.project_brochure .gform_wrapper ul.gfield_radio li label a:hover,
.project_brochure .gform_wrapper ul.gfield_checkbox li label a:focus,
.project_brochure .gform_wrapper ul.gfield_radio li label a:focus {
  color: #B0D2CD;
}
.project_brochure .gform_wrapper div.validation_error {
  color: #66A3CC;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  border: none;
  padding: 16px 0;
  clear: both;
  width: inherit;
  text-align: left;
}
.project_brochure .gform_wrapper .validation_message {
  color: #66A3CC;
  font-weight: 400;
  letter-spacing: normal;
}
.project_brochure .gform_wrapper li.gfield.gfield_error,
.project_brochure .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: none;
  margin-bottom: 0px!important;
  border: none;
  padding-bottom: 0px;
  padding-top: 0px;
  box-sizing: border-box;
}
.project_brochure .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.project_brochure .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px;
}
.project_brochure .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.project_brochure .gform_wrapper li.gfield_error textarea {
  border: none;
  border-bottom: 1px solid #fff;
}
.project_brochure .gform_wrapper .field_description_below .gfield_description {
  padding-top: 10x;
}
.project_brochure .gform_wrapper .top_label .gfield_error {
  width: inherit;
}
.project_brochure .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.project_brochure .gform_wrapper li.gfield_error ul.gfield_checkbox,
.project_brochure .gform_wrapper li.gfield_error ul.gfield_radio {
  color: #66A3CC;
}
.project_brochure .gform_wrapper li.gfield.gfield_error,
.project_brochure .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  margin-bottom: 0px!important;
  border: none;
  padding-bottom: 0px;
  padding-top: 0px;
  box-sizing: border-box;
}
.project_brochure .project_brochure .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.project_brochure .project_brochure .gform_wrapper li.gfield_error textarea {
  border-bottom: 1px solid #fff;
}
.project_brochure .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
  padding-top: 0px;
  font-size: 16px;
}
.project_brochure h5 {
  font-size: 21px;
  font-weight: 400;
}
.project_brochure .logo_small {
  display: inline-block;
  margin-bottom: 30px;
}
.project_brochure .download_box {
  font-size: 21px;
}
.project_brochure .download_box .download_link {
  display: inline-block;
  background: url('../images/download_submit.svg') no-repeat center right;
  padding: 10px 40px 10px 0px;
  text-decoration: none;
}
.project_brochure .download_box .download_link:hover,
.project_brochure .download_box .download_link:focus {
  text-decoration: none;
  color: #B0D2CD;
}
.project_map {
  height: 90vh;
}
.project_map #map_canvas {
  height: 90vh;
}
.project_map .bubbleclass {
  overflow: hidden;
}
.project_map #infocontentmap {
  overflow: hidden;
  margin: 10px 10px 20px 10px;
  text-align: left;
}
.project_map #infocontentmap .maptitle {
  font-weight: 500;
  text-align: center;
  padding: 10px 0px 0px 0px;
  color: #343434;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.project_map #infocontentmap .poplink {
  font-size: 13px;
  text-align: center;
  color: #343434;
}
.project_map #infocontentmap a:hover {
  text-decoration: none;
}
.project_map #infocontentmap .map_logo {
  padding-bottom: 10px;
  height: 55px;
}
.project_map #infocontentmap .map_btn {
  display: inline-block;
  border: 1px solid #B0D2CD;
  color: #B0D2CD;
  padding: 6px 12px;
  border-radius: 25px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-decoration: none;
  font-size: 14px;
}
.project_map .popup_page {
  background: #fff;
  position: relative;
  padding: 65px 13px 13px 13px;
}
.project_map .popup_page .close_popup {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.project_map .popup_page img.popup_image {
  width: 100%;
  height: auto;
}
.project_map .image_full {
  width: 100%;
  height: auto;
}
.project_grid {
  overflow: hidden;
}
.project_grid .project_feed {
  margin: 0vh -70px 0px -70px;
}
.project_grid div[class^="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.project_grid div[class^="row"] {
  padding-left: 20px;
  padding-right: 20px;
}
.project_grid .project_mid {
  padding: 10vh 0px;
}
.project_grid .project_mid_content {
  padding-bottom: 10vh;
}
.project_grid .project_mid_content h3 {
  font-size: 60px;
}
.project_grid .project_feed_box {
  margin-bottom: 60px;
}
.project_grid .project_feed_box .image_box {
  overflow: hidden;
}
.project_grid .project_feed_box .image_box img {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.project_grid .project_feed_box h4 {
  font-size: 30px;
  line-height: 1.3em;
  margin: 10px 0px 5px 0px;
  padding: 0px;
}
.project_grid .project_feed_box h4 a {
  text-decoration: none;
}
.project_grid .project_feed_box h4 a:hover,
.project_grid .project_feed_box h4 a:focus {
  text-decoration: none;
  color: #B0D2CD;
}
.project_grid .project_feed_box .view_link {
  font-size: 16px;
  line-height: 1em;
  display: inline-block;
  vertical-align: text-top;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.project_grid .project_feed_box .view_link:after {
  position: absolute;
  margin-left: 10px;
  content: url('../images/link_arrow.svg');
  width: 50px;
  height: 10px;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}
.project_grid .project_feed_box:hover .view_link {
  color: #B0D2CD;
}
.project_grid .project_feed_box:hover .view_link:after {
  margin-left: 17px;
}
.project_grid .project_feed_box:hover .image_box img {
  transform: scale(1.1);
}
.post_feed_box {
  margin-bottom: 50px;
}
.post_feed_box .image_box {
  overflow: hidden;
}
.post_feed_box .image_box img {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.post_feed_box .date {
  margin-top: 10px;
  color: #B0D2CD;
  font-size: 21px;
}
.post_feed_box h4 {
  font-size: 30px;
  line-height: 1.1em;
  margin: 10px 0px 10px 0px;
  padding: 0px;
}
.post_feed_box h4 a {
  text-decoration: none;
}
.post_feed_box h4 a:hover,
.post_feed_box h4 a:focus {
  text-decoration: none;
}
.post_feed_box .view_link {
  font-size: 16px;
  line-height: 1em;
  display: inline-block;
  vertical-align: text-top;
  text-decoration: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}
.post_feed_box .view_link:after {
  position: absolute;
  margin-left: 10px;
  content: url('../images/link_arrow.svg');
  width: 50px;
  height: 10px;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}
.post_feed_box .view_link:hover:after {
  margin-left: 17px;
}
.flickity-prev-next-button.previous {
  left: 50%;
  bottom: 30px;
  margin-left: -30px;
  top: inherit;
}
.flickity-prev-next-button.previous:after {
  content: url('../images/link_arrow_left.svg');
  position: absolute;
  top: 4px;
  left: 10px;
}
.flickity-prev-next-button.previous .flickity-button-icon {
  display: none;
}
.flickity-prev-next-button.previous:hover:after {
  content: url('../images/link_arrow_left_cream.svg');
}
.flickity-prev-next-button.next {
  left: 50%;
  margin-left: 30px;
  bottom: 30px;
  top: inherit;
}
.flickity-prev-next-button.next:after {
  content: url('../images/link_arrow_right.svg');
  position: absolute;
  top: 4px;
  left: 10px;
}
.flickity-prev-next-button.next .flickity-button-icon {
  display: none;
}
.flickity-prev-next-button.next:hover:after {
  content: url('../images/link_arrow_right_cream.svg');
}
.flickity-button {
  position: absolute;
  background: none;
  border: 1px solid #fff;
  color: #333;
}
.flickity-button:hover {
  background: none;
  border: 1px solid #E7D7B3;
}
.insights_grid .top_feed,
.news_grid .top_feed {
  position: relative;
  z-index: 1;
}
.insights_grid .posts_feed,
.news_grid .posts_feed {
  margin: 10vh -70px;
}
.insights_grid .posts_feed div[class^="col"],
.news_grid .posts_feed div[class^="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.insights_grid .posts_feed div[class^="row"],
.news_grid .posts_feed div[class^="row"] {
  padding-left: 20px;
  padding-right: 20px;
}
.insights_grid {
  padding: 0vh 0px;
}
.insights_grid h1 {
  color: #B0D2CD;
}
.insights_grid h2 {
  font-size: 5.2vw;
  line-height: 1em;
}
.masthead_news_single {
  background: #181817;
  height: inherit;
  padding: 16vh 0px 6vh 0px;
}
.masthead_news_single h2 {
  width: 170%;
}
.masthead_news_single .video_wrapper {
  position: relative;
  width: 80%;
  left: 20%;
}
.body_news_single {
  padding-bottom: 14vh;
}
.simple_page h1 {
  color: #fff;
  font-size: 5.2vw;
  line-height: 1em;
}
.simple_page_body h3 {
  color: #B0D2CD;
  margin-top: 30px;
}
.news_single_content a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
}
.news_single_content a:hover {
  color: #B0D2CD;
  border-bottom: 1px solid #B0D2CD;
}
.page-template-page-news-insights .c-scrollbar,
.single .c-scrollbar,
.archive .c-scrollbar,
.page-template-page-sustainability .c-scrollbar,
.page-template-page-expertise .c-scrollbar,
.home .c-scrollbar {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  width: 11px;
  background-color: #D3C7AC;
}
.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
  opacity: 0.5;
}
.page-template-page-news-insights .c-scrollbar_thumb,
.single .c-scrollbar_thumb,
.archive .c-scrollbar_thumb,
.page-template-page-sustainability .c-scrollbar_thumb,
.page-template-page-expertise .c-scrollbar_thumb,
.home .c-scrollbar_thumb {
  background-color: #918A78;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 2px;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
}
.next_marquee_wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.next_marquee_wrap h4 {
  position: relative;
}
.next_marquee {
  width: 100%;
  /* the plugin works for responsive layouts so width is not necessary */
  overflow: hidden;
  font-size: 178px;
  line-height: 1.1em;
  color: #fff;
}
.next_project_block {
  position: relative;
  margin: 4vw 0px 0px 0px;
}
.next_project_block .title {
  color: #fff !important;
}
.next_project_block .next_title {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
  text-align: center;
}
.next_project_block .next_title .title {
  font-size: 10vw;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
}
.next_project_block .next_image_block {
  position: relative;
  overflow: hidden;
}
.next_project_block .next_image_block .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 1;
}
.back_to_projects_wrap {
  text-align: center;
}
.back_to_projects {
  font-size: 21px;
  display: inline-block;
  color: #B0D2CD !important;
  text-decoration: none;
  margin: 2vw 20px 6vw 20px;
}
.fullscreen,
.content-a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fullscreen.overflow,
.fullscreen.overflow .content-a {
  height: auto;
  min-height: 100%;
}
.content-a {
  display: table;
}
.content-b {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
.not-fullscreen {
  background-position: center right;
}

.mm-panels .mm-navbar a.mm-navbar__title {
    color: #343434 !important;
    font-size: 48px;
    width: calc(100% - 40px);
    display: inline-block;
    float: right;
}

.mm-panels .mm-navbar a.mm-btn_prev {width: 40px;display: inline-block;float: left;position: relative;}

.mm-panels .mm-navbar a.mm-btn_prev:before {
    border-color: rgba(0,0,0,.3) !important;
}

/*
.navbar{
    padding:0px 1rem;
}
.navbar-brand-new{
	-moz-transition-duration: @speed2;-ms-transition-duration: @speed2;-o-transition-duration: @speed2;transition-duration: @speed2;-webkit-transition-duration: @speed2;
	//position:absolute;
	
    margin:18px 0px;
	//left:3.5vw;
	//margin-left:-25px;
	//top:10px;
    &:hover{
        text-decoration: none;
    }
}

.navbar_header{
    display: flex;
    justify-content:space-between;
    align-items:center;
}

.navbar-default {
    background-color: @black;
    border:none;
    padding:0px 3vw;
}

.navbar_right{
    
}

.hamburger{
position: absolute;
    z-index: 10;
    right:-0px;
    top:0.7vw;
    outline: none !important;
    display: none;
}


.animate{
	-moz-transition-duration: @speed2;-ms-transition-duration: @speed2;-o-transition-duration: @speed2;transition-duration: @speed2;-webkit-transition-duration: @speed2;
}

.side_nav{
   overflow-y: auto;
    -moz-transition: @speed2;-ms-transition: @speed2;-o-transition: @speed2;transition: @speed2;-webkit-transition: @speed2;
    position: fixed;
    top:0px;
    right:-450px;
    height:100%;
    color:@gold;
    width:450px;
    max-height:100%;
    
    a{
        color:@gold;
    }
}
.open{
    right:0px;
}

.main_nav{
    list-style: none;
margin:0px;
    text-transform: uppercase;
    li{
        display: inline-block;
        padding:10px;
        a{
            color:@gold;
            letter-spacing: 3px;
        }
    }
    
}

.mobile_nav{
    
    list-style: none;
    padding:0px;
    font-size: 18px;
    line-height: 1.2em;
    li{
        
       -moz-transition: @speed3;-ms-transition: @speed3;-o-transition: @speed3;transition: @speed3;-webkit-transition: @speed3;
        position: relative;
        a{
           text-transform: uppercase;
            letter-spacing: 3px;
            padding:10px;
            display: block;
            color:@gold;
            &:hover{
                text-decoration: none;
            }
        }
        &:before{
            -moz-transition: @speed3;-ms-transition: @speed3;-o-transition: @speed3;transition: @speed3;-webkit-transition: @speed3;
               
                position: absolute;
                top:50%;
                transform: translateY(-56%);
                left:5px;
            opacity:0;
            }
        &:hover{
             background:@black2;
           // padding-left:15px;
            &:before{
                opacity:1;
            }
        }
    }
    li.active{
        background:@black2;
      //  padding-left:15px;
        
           &:before{
                opacity:1 !important;
            } 
         &:hover{
             background:@black;
             padding-left:40px;
        }
        
    }
}

.side_nav_inner{
    -moz-transition: @speed4;-ms-transition: @speed4;-o-transition: @speed4;transition: @speed4;-webkit-transition: @speed4;
  min-height:100%;
    padding:16vh 0px 60px 50px;
    background:@black2;
   
    position: relative;
    .social_nav{
        position: absolute;
        bottom:3.4em;
        left:60px;
    }
}
.side_nav_inner_text{
    -moz-transition: @speed4;-ms-transition: @speed4;-o-transition: @speed4;transition: @speed4;-webkit-transition: @speed4;
}
.push_right{
  //  margin-left:50px;
  //  opacity:0;
}
.main_small{
    list-style: none;
    padding:8vh 0px 8vh 10px;
    li{
        display: inline-block;
        width:45%;
        padding:10px 0px;
        a{
            font-size: 16px;
            display: inline-block;
            border-bottom:1px solid transparent;
            -moz-transition: @speed3;-ms-transition: @speed3;-o-transition: @speed3;transition: @speed3;-webkit-transition: @speed3;
            &:hover,&:focus{
                text-decoration: none;
                border-bottom:1px solid @white;
            }
        }
    }
}


.flickity-viewport {
    overflow: visible;
    position: relative;
}

.flickity-enabled {
   // position:static;
}

.flickity-prev-next-button{
    top:-40px;
    width:36px;
    height:36px;
    .flickity-button-icon{display: none;}
    
}
.flickity-prev-next-button.previous{
    left:inherit;
    left:0px;
    background:url('../images/slider_prev.svg') no-repeat center center;
}
.flickity-prev-next-button.next{
    left:45px;
    background:url('../images/slider_next.svg') no-repeat center center;
}

.slider_block .slider_wrap .slide {
    width: 70%;
    margin: 15px;
}

@media screen and ( min-width: 1200px ) {
	
	  .slider_block{
		.slider_wrap{
			.slide{
				width: 31%;
			}
		}
	}
}
@media screen and ( min-width: 1500px ) {
    .flickity-prev-next-button{
        top:-50px;
        width:50px;
        height:50px;
        background-size: cover;

    }
    .flickity-prev-next-button.previous{
        left:inherit;
        left:0px;
        background: url('../images/slider_prev_big.svg') no-repeat center center;
    }
    .flickity-prev-next-button.next{
        left:65px;
        background:url('../images/slider_next_big.svg') no-repeat center center;
    }

}

*/
.cta_footer_block {
  padding: 10vh 0px 10vh 0px;
  opacity: 0;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}
.cta_footer_block .cta_footer_block_inner {
  overflow: hidden;
  border-radius: 10px;
  background: #B0D2CD;
}
.cta_footer_block .cta_footer_block_inner .image {
  width: 100%;
}
.cta_footer_block .cta_footer_block_inner .image_wrap {
  overflow: hidden;
}
.cta_footer_block .cta_footer_text_block {
  display: block;
  text-align: center;
  padding: 30px 50px;
}
.cta_footer_block .cta_footer_text_block .text {
  color: #06262d;
  font-size: 60px;
  line-height: 1.1em;
}
.cta_footer_block .cta_footer_text_block_careers {
  padding: 50px 8vw;
}
.cta_footer_block .white_btn {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin: 30px 0px;
  background: #fff;
  border-radius: 40px;
  padding: 4px 30px 6px 30px;
  color: #06262d;
  font-size: 26px;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}
.cta_footer_block .white_btn:hover {
  margin-top: 28px;
  margin-bottom: 28px;
  background-color: #06262d;
  color: #fff;
  padding: 6px 40px 8px 40px;
}
.gresb {
  margin-top: 80px;
  margin-bottom: 40px;
}
.expertise_footer_block .cta_footer_block_inner {
  background: #06262d;
}
.expertise_footer_block .cta_footer_text_block .text {
  color: #fff;
  font-size: 42px;
  line-height: 1.1em;
}
.expertise_footer_block .white_btn:hover {
  background-color: #B0D2CD;
  color: #fff;
}
.showme {
  animation: 1.5s opacity;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nowrap {
  white-space: nowrap;
}
.careers_benefits {
  padding: 20vh 0px 5vh 0px;
  position: relative;
}
.careers_benefits h3 {
  font-size: 60px;
  line-height: 1.1em;
  margin-bottom: 60px;
  color: #B0D2CD;
}
.careers_benefits .benfits_boxes {
  margin: 6vh -20px;
}
.careers_benefits .benfits_boxes div[class^="col"] {
  padding-left: 20px;
  padding-right: 20px;
}
.careers_benefits .benfits_boxes div[class^="row"] {
  padding-left: 20px;
  padding-right: 20px;
}
.careers_benefits .box {
  margin-bottom: 40px;
  background: #0b4650;
  text-align: center;
  padding: 30px;
  border-radius: 20px;
  font-size: 21px;
  line-height: 1.3em;
  color: #B0D2CD;
}
.careers_benefits .box .text_wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.careers_cta h3 {
  font-size: 60px;
  line-height: 1.1em;
  color: #fff;
}
.careers_cta .cta_footer_text_block .text {
  font-size: 26px;
  line-height: 1.3em;
}
.horizontal_slider {
  position: relative;
  margin-top: 50px;
  /* the slides */
  /* the parent */
}
.horizontal_slider .next_arrow {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  right: -100px;
  top: 25%;
  width: 38px;
  height: 38px;
  background: url('../images/next_arrow.svg') no-repeat;
  opacity: 0.7;
}
.horizontal_slider .next_arrow:hover {
  opacity: 1;
}
.horizontal_slider .prev_arrow {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  left: -100px;
  top: 25%;
  width: 38px;
  height: 38px;
  background: url('../images/prev_arrow.svg') no-repeat;
  opacity: 0.7;
}
.horizontal_slider .prev_arrow:hover {
  opacity: 1;
}
.horizontal_slider .slick-slide {
  margin: 0 15px;
}
.horizontal_slider .slick-list {
  margin: 0 -15px;
}
.horizontal_slider .text {
  padding: 15px 0px;
  border-top: 0.5px solid #B0D2CD;
  margin: 25px 0px;
}
.horizontal_slider .text h4 {
  font-size: 30px;
  line-height: 1.2em;
  padding-right: 15px;
}
.horizontal_slider .text div[class^="col"] {
  padding-left: 6px;
  padding-right: 6px;
}
.horizontal_slider .text div[class^="row"] {
  padding-left: 6px;
  padding-right: 6px;
}
.horizontal_slider_wrap {
  position: relative;
}
.horizontal_slider_wrap .horizontal_slider {
  margin-top: 40px;
  overflow-x: hidden;
  width: calc(100vw - 1.2rem);
  margin-left: 50%;
  transform: translateX(-50%);
}
.horizontal_slider_wrap .horizontal_slider .slide {
  width: 48%;
  margin: 25px;
}
.horizontal_slider_wrap .main_link_wrap {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  /* half-width cells for larger devices */
  .horizontal_slider_wrap .horizontal_slider .slide {
    width: 35%;
    margin-right: 10px;
  }
}
.flickity-viewport {
  overflow: visible;
}
.dropdown_list {
  padding: 10vh 0px;
}
.dropdown_list h2 {
  font-size: 95px;
  line-height: 1em;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.dropdown_list .thetab {
  font-size: 40px;
  position: relative;
  border-bottom: 1px solid #5A6467;
  padding: 15px 0px;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  cursor: pointer;
}
.dropdown_list .thetab .down_arrow {
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  position: absolute;
  right: 0px;
  top: 25px;
}
.dropdown_list .active {
  font-weight: 600;
}
.dropdown_list .up {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.dropdown_list p {
  margin-bottom: 30px;
}
.dropdown_list .j_list {
  position: absolute;
  right: 2.5vw;
  top: 35vh;
}
.wide_image {
  position: relative;
}
.wide_image .fixed_wrapper {
  position: relative;
  overflow: hidden;
  height: 75vh;
  display: flex;
  align-items: end;
}
.wide_image .fixed_wrapper .text {
  width: 100%;
  position: relative;
  z-index: 1;
  color: #E7D7B3;
  font-size: 7vw;
  line-height: 6.8vw;
  text-transform: uppercase;
  margin-bottom: 4vh;
}
.wide_image .fixed_wrapper .text .row {
  width: 100%;
}
.wide_image .fixed_target {
  bottom: -100vh;
}
.wide_image .fixed,
.wide_image .fixed_target {
  position: absolute;
  top: -100vh;
  right: 0;
  left: 0;
}
.wide_image .fixed {
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.menus_block {
  padding-bottom: 6vh;
}
.menus_block .menu_main {
  position: relative;
}
.menus_block .menu_main .right_image {
  position: absolute;
  right: 0px;
  top: 30%;
  width: 28vw;
  height: auto;
}
.menus_block .menu_main p {
  margin-bottom: 40px;
}
.menus_block .menu-link {
  color: #343434;
  text-decoration: none;
  display: inline-block;
  margin-right: 30px;
}
.menus_block .menu-link:hover {
  color: #AD0000;
}
.menus_block .menu-link.active {
  color: #AD0000;
}
.menus_block h3 {
  font-size: 95px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 30px;
}
.menus_block h4 {
  margin-top: 50px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 30px;
}
.form_block {
  padding: 10vh 0px;
}
.form_block h2 {
  font-size: 95px;
  line-height: 1em;
  margin-bottom: 30px;
}
.form_block .gform_wrapper .gfield_checkbox li input,
.form_block .gform_wrapper .gfield_checkbox li input[type=checkbox],
.form_block .gform_wrapper .gfield_radio li input[type=radio] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  margin-top: 6px !important;
}
.form_block a {
  color: #F6F4F2;
  text-decoration: none;
  border-bottom: 1px solid #F6F4F2;
}
.form_block .gform_wrapper .gfield_required {
  color: #fff;
  margin-left: 4px;
}
.form_block .small_text {
  font-size: 21px;
  line-height: 1.3em;
}
.form_block .gform_wrapper .top_label input.large.datepicker,
.form_block .gform_wrapper .top_label input.medium.datepicker,
.form_block .gform_wrapper .top_label input.small.datepicker {
  width: 100%;
}
.form_block .gform_wrapper .gform_footer input.button,
.form_block .gform_wrapper .gform_footer input[type=submit],
.form_block .gform_wrapper .gform_page_footer input.button,
.form_block .gform_wrapper .gform_page_footer input[type=submit] {
  font-size: 1em;
  width: auto;
  border-radius: 0px;
  background: #E7D7B3;
  border: none;
  padding: 10px 30px;
}
.form_block .gform_wrapper label.gfield_label,
.form_block .gform_wrapper legend.gfield_label {
  font-weight: 400;
  font-size: 26px;
}
.form_block .gform_wrapper select,
.form_block .gform_wrapper textarea {
  border-radius: 0px;
  height: 50px;
}
.form_block .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 0px;
}
.form_block .gform_wrapper {
  display: block !important;
}
.three_column_boxes {
  padding-bottom: 10vh;
}
.three_column_boxes .box_row {
  display: flex;
  justify-content: space-between;
}
.gallery_block {
  opacity: 0;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  padding: 6vh 0px;
}
.gallery_block .slide {
  padding: 0px 10px;
}
.gallery_block h2 {
  font-size: 95px;
  line-height: 1em;
  margin-bottom: 30px;
}
.gallery_block .horizontal_slider {
  margin-top: 30px;
}
.map_block {
  position: relative;
}
.map_block #map_canvas_home {
  height: 75vh;
}
.map_block .address_text_block {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  color: #F0EAD5;
}
.map_block .address_text_block a {
  color: #F0EAD5;
  text-decoration: none;
}
.map_block .address_text_block a:hover {
  opacity: 0.7;
}
.map_block .address_text_block h3 {
  font-size: 95px;
  line-height: 1em;
  text-transform: uppercase;
}
.image_block {
  max-height: 50vh;
  overflow: hidden;
  position: relative;
}
.image_block .image {
  margin-top: -20%;
  width: 100%;
}
.image_block .text_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  line-height: 1.3em;
  padding: 20vw;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.image_block .register_btn {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 1;
}
body#merepark .image_block {
  max-height: 80vh;
}
body#merepark .image_block .image {
  margin-top: -10%;
}
.locality_block_2 {
  padding: 6vh 0px 10vh 0px;
  position: relative;
  background-size: cover;
}
.locality_block_2 h2 {
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-bottom: 3px;
  font-size: 24px;
  margin-bottom: 100px;
}
.locality_block_2 h3 {
  color: #AB5628;
  font-size: 48px;
  line-height: 1.2em;
}
.locality_block_2 .register_btn {
  background: #223B58 !important;
  color: #fff !important;
}
.locality_block_2 .register_btn:hover,
.locality_block_2 .register_btn:focus {
  background: #F5B5A1 !important;
  color: #223B58 !important;
}
#swipebox-overlay {
  background: #F6F4F2;
}
#swipebox-arrows {
  width: 100%;
}
#swipebox-bottom-bar {
  top: 50%;
  transform: translateY(-50%) !important;
  background: none;
}
#swipebox-next.disabled,
#swipebox-prev.disabled {
  opacity: 0.3;
}
#swipebox-next {
  margin-right: 1.25rem;
  background: #66A3CC url('../images/next.svg') no-repeat !important;
  background-position: center  !important;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  float: right;
  right: 0px;
  position: absolute;
}
#swipebox-prev {
  margin-left: 1.25rem;
  background: #66A3CC url('../images/prev.svg') no-repeat !important;
  background-position: center  !important;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  float: left;
  left: 0px;
  position: absolute;
}
#swipebox-close {
  right: 0px;
  background: url('../images/close.svg') no-repeat !important;
  top: 20px;
}
.mid_text_wrap_mere {
  padding: 6vh 0 17vh 0;
  position: relative;
  overflow: hidden;
}
.mid_text_wrap_mere .mid_mere_block1_bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
}
.mid_text_wrap_mere .mid_mere_block2_bottom {
  position: absolute;
  bottom: -40px;
  width: 100%;
  left: 0px;
}
.mid_text_wrap_mere .mere_block1_top_left {
  position: absolute;
  top: -60px;
  left: 0px;
}
.mid_text_wrap_mere .mere_block1_top_right {
  position: absolute;
  top: -100px;
  right: 0px;
}
.mid_text_wrap_mere h2 {
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-bottom: 3px;
  font-size: 24px;
  margin-bottom: 100px;
}
.mid_text_wrap_mere .image_wrapper img {
  width: 100%;
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.25);
}
.mid_text_wrap_mere h3 {
  color: #AB5628;
  font-size: 48px;
}
.mid_text_wrap_mere .mid_text_1_mere {
  padding-bottom: 100px;
  position: relative;
}
.mid_text_wrap_mere .mid_text_2_mere {
  position: relative;
}
.locality_block_mere {
  background: #AB5628;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 1.2em;
  background-position: center bottom;
  background-size: cover;
}
.locality_block_mere .content {
  padding: 6vh 0px;
}
.locality_block_mere .content p.first {
  font-size: 40px;
  line-height: 1.2em;
}
.locality_block_mere h2 {
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-bottom: 3px;
  font-size: 24px;
  margin-bottom: 100px;
}
.locality_block_mere .locality_text_2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.locality_block_mere .google_maps {
  margin-top: 60px;
}
.locality_block_mere .google_maps a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.locality_block_mere .google_maps a:hover {
  opacity: 0.6;
}
.sticky_side_1 {
  position: fixed;
  right: -464px;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  top: 300px;
  z-index: 100;
  display: flex;
}
.sticky_side_1 .box_title {
  cursor: pointer;
  text-align: center;
  width: 210px;
  height: 50px;
  left: 81.8px;
  top: 80px;
  transform: rotate(90deg);
  border-radius: 0px 0px 20px 20px;
  border: 2px solid var(--Earth, #AB5628);
  border-top: none;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 7px 10px;
  z-index: 1;
}
.sticky_side_1 .box_title h4 {
  font-size: 20px;
}
.sticky_side_1 .box_info {
  border: 2px solid var(--Earth, #AB5628);
  background: rgba(255, 255, 255, 0.9);
  width: 464px;
  padding: 30px;
  position: relative;
}
.sticky_side_1 .box_info .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.sticky_side_2 {
  position: fixed;
  right: -464px;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  top: 510px;
  z-index: 101;
  display: flex;
}
.sticky_side_2 .box_title {
  cursor: pointer;
  text-align: center;
  width: 210px;
  height: 50px;
  left: 81.8px;
  top: 80px;
  transform: rotate(90deg);
  border-radius: 0px 0px 20px 20px;
  border: 2px solid var(--Earth, #AB5628);
  border-top: none;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  padding: 7px 10px;
  z-index: 1;
}
.sticky_side_2 .box_title h4 {
  font-size: 20px;
}
.sticky_side_2 .box_info {
  border: 2px solid var(--Earth, #AB5628);
  background: rgba(255, 255, 255, 0.9);
  width: 464px;
  padding: 30px;
  position: relative;
}
.sticky_side_2 .box_info .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.s_open {
  right: -2px;
}
.soldout {
  text-align: center;
  padding: 100px 0px;
}
.soldout a {
  color: #343434;
  font-weight: 600;
}
.quote_block {
  padding: 0vw 3vw 3vw 3vw;
}
.quote_block .quote_row {
  display: flex;
}
.quote_block .quote_row .image {
  flex: 1;
  padding: 2vw;
  background: #B0D2CD;
}
.quote_block .quote_row .image img {
  width: 100%;
}
.quote_block .quote_row .text {
  flex: 1;
  background: #D8D4D0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 6vw;
  text-align: center;
}
.quote_block .quote_row .text .quote {
  font-size: 40px;
  line-height: 1.2em;
  font-family: freight-display-pro, serif;
  font-weight: 300;
}
.quote_block .quote_row .text .quote_name {
  font-size: 16px;
}
.quote_block .quote_row .text .contact_btn {
  margin-top: 60px;
  background: none;
  text-decoration: none;
  display: inline-block;
  color: #343434;
  border: 1px solid #343434;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 30px;
  border-radius: 40px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.4s ease;
}
.quote_block .quote_row .text .contact_btn:hover,
.quote_block .quote_row .text .contact_btn:focus {
  background: #343434;
  color: #F6F4F2;
}
.teams_block {
  padding: 6vw 6vw;
  background: #B0D2CD;
}
.teams_block h2 {
  font-size: 48px;
}
.teams_block h4 {
  font-size: 36px;
  margin: 0px;
}
.teams_block h5 {
  font-size: 30px;
  margin: 8px 0px 10px 0px;
}
.teams_block .teams_feed {
  font-size: 16px;
  line-height: 1.3em;
}
.teams_block .teams_feed .image_block {
  margin-right: 3vw;
  padding: 20px;
  background: #D8D4D0;
  margin-bottom: 20px;
}
.teams_block .teams_feed .image_block img {
  width: 100%;
}
.teams_block .teams_feed .name_details {
  margin-left: 2.5vw;
}
.teams_block hr {
  border: none;
  border-top: 1px solid #343434;
}
.teams_block .line {
  padding: 30px 0px;
}
.teams_block .line_top {
  padding: 10px 0px 30px 0px;
}
@media only screen and (min-width: 1300px) {
  .container {
    min-width: 1200px;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    min-width: 1300px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    min-width: 1400px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    min-width: 1500px;
  }
}
/* Large Devices, Wide Screens */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1400px) {
  .project_middle .project_middle_heading h3 {
    font-size: 44px;
  }
  .careers_benefits h3 {
    font-size: 44px;
  }
  .project_grid .project_mid_content h3 {
    font-size: 44px;
  }
  .intro_home .intro_heading {
    padding-top: 50px;
    font-size: 44px;
  }
  .sustainability_main h3 {
    font-size: 44px;
  }
  .about_main_block .about_block_1_text h3 {
    font-size: 30px;
  }
  .about_main_block .about_block_2 .block_2_heading h3 {
    font-size: 44px;
  }
  .the_team_block .team_intro_wrap h3 {
    font-size: 30px;
  }
  .join_us_block .join_us_left h3 {
    font-size: 42px;
  }
  .expertise_bottom_block .expertise_bottom_heading h3 {
    font-size: 44px;
    margin-bottom: 15px;
  }
  .expertise_bottom_video {
    height: onherit;
  }
  .expertise_bottom_video .overlay_text {
    padding: 5vh 0px;
    font-size: 44px;
    line-height: 1em;
  }
  .expertise_bottom_video .overlay_text span {
    font-size: 45px;
  }
  .footer_nav {
    margin-top: 20px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 1192px) {
  .mm-panels {
    font-size: 48px;
    line-height: 1.5em;
  }
  .main_top .quote {
    font-size: 50px;
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 992px) {
  .prices_block .accordion-body .item_row {
    margin: 10px 0px;
  }
  .prices_block .accordion-body {
    background-image: none;
  }
  body {
    font-size: 16px;
    line-height: 1.4em;
  }
  .mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout,
  .mm-menu_position-front.mm-menu_opened ~ .mm-slideout,
  .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
    z-index: 1;
  }
  .mm-panels .mm-navbar {
    height: 70px;
  }
  .mm-menu_offcanvas {
    width: 100%;
    min-width: 140px;
    max-width: 100%;
  }
  .container-fluid div[class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid div[class^="row"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .masthead_page .container-fluid div[class^="col"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .masthead_page .container-fluid div[class^="row"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .right_top .social_top {
    display: none;
  }
  body {
    font-size: 16px;
  }
  .navbar {
    /* align-items: flex-start; */
    justify-content: flex-start;
  }
  .navbar-brand-new .logo {
    margin: 8px 0px 4px 100px;
    height: 40px;
    width: auto;
  }
  .hamburger {
    padding: 25px 25px 15px 25px;
  }
  .masthead_home .play_btn {
    bottom: 90px;
  }
  .masthead_home .play_btn:hover {
    background-color: #B0D2CD;
    padding: 14px 54px 14px 34px;
    bottom: 84px;
    width: 238px;
  }
  .home_mid_block .image_1 {
    margin-top: 0vh;
  }
  .project_grid .project_feed {
    margin: 10vh -20px;
  }
  .insights_grid .posts_feed,
  .news_grid .posts_feed {
    margin: 0vh -30px;
  }
  .masthead_page .video_wrapper {
    width: 100%;
    left: 0%;
  }
  .intro_home .mid_bg {
    width: 85%;
  }
  .video_wrapper {
    position: relative;
    margin-bottom: 20px;
  }
  .footer {
    font-size: 16px;
    padding: 6vh 0px;
  }
  .footer h4 {
    font-size: 30px;
    margin-top: 1px;
    margin-bottom: 15px;
  }
  .footer .logo_footer {
    padding-top: 0px;
  }
  .footer .footer_logo {
    margin-bottom: 30px;
  }
  .footer .footer_row {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer .footer_row .footer_contact {
    width: 50%;
  }
  .footer .footer_row .footer_company {
    width: 50%;
  }
  .footer .footer_row .footer_policies {
    width: 50%;
  }
  .main_nav_footer {
    display: block;
  }
  .main_nav_footer {
    font-size: 21px;
    padding: 25px 20px;
  }
  .main_nav_footer .nav_logo {
    margin-bottom: 15px;
  }
  .tagline_home {
    position: relative;
    padding: 10vh 0px;
  }
  .tagline_home .tagline {
    display: flex;
    align-items: center;
    top: 0px;
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #B0D2CD;
  }
  .tagline_home .tagline h1 {
    font-size: 74px;
    line-height: 1em;
  }
  .masthead_page .masthead_bg {
    position: absolute;
    top: 20vh;
    right: 0;
    width: 85%;
  }
  .masthead_page {
    position: relative;
    z-index: 1;
  }
  .masthead_page .masthead_page_text {
    position: relative;
  }
  .masthead_page h1 {
    margin: 0px;
  }
  .masthead_page h2 {
    position: relative;
    z-index: 1;
    width: inherit;
    color: #fff;
    font-size: 42px;
    line-height: 1em;
    margin-bottom: 40px;
  }
  .tagline_home h1 {
    margin-bottom: 10vh;
  }
  .tagline_home .image_3 {
    margin-top: 30px;
  }
  .tagline_home .image_2 {
    margin-top: 30px;
  }
  .home_mid_block .image_1 {
    margin-bottom: 20px;
  }
  .intro_home .intro_content {
    padding-top: 2vh;
  }
  .home_mid_block .image_2 {
    margin-top: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  .home_mid_block {
    padding: 0vh 0 30px 0;
  }
  .ticker_home {
    padding: 2vh 0 5vh 0px;
  }
  .ticker_home .marquee .group .item {
    font-size: 78px;
  }
  .intro_home .intro_heading {
    padding-top: 0px;
  }
  .about_main_block .about_block_2 .block_2_image_1_wrap {
    margin-top: 0vh;
    margin-bottom: 20px;
  }
  .about_main_block .about_block_2 .block_2_image_2_wrap {
    margin-top: 0vh;
  }
  .about_main_block .about_block_1_image_2 {
    margin-left: 0vw;
    margin-right: 0vw;
    margin-top: 20px;
  }
  .about_block_2 .block_2_text {
    margin-top: 50px;
  }
  .about_main_block .about_block_2 {
    padding-top: 0vh;
  }
  .about_main_block .about_block_2 .block_2_text h3 {
    font-size: 26px;
  }
  .the_team_block .team_intro_wrap .team_intro {
    margin-left: 0px;
  }
  .the_team_block {
    padding: 0vh 0 0vh 0;
  }
  .about_main_block .about_block_1_image {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  .join_us_block .join_us_left .image_wrap {
    padding-right: 0vw;
  }
  .join_us_block .join_us_left .image_wrap_2 {
    padding-left: 0vw;
    margin-top: 30px;
    margin-right: 0px;
  }
  .join_us_text {
    margin-top: 30px;
  }
  .join_us_text ul {
    padding: 20px;
  }
  .join_us_block {
    font-size: 22px;
  }
  .single-projects .logo_bg {
    left: -2vw;
  }
  .single-projects .logo_bg img {
    width: 70%;
  }
  .project_main {
    padding: 0vh 0 5vh 0;
  }
  .project_main .main_text {
    margin: 40px 0px;
  }
  .project_main .image_wrap_2 {
    margin-top: 30px;
  }
  .project_middle .image_wrap_3 {
    margin-top: 20px;
  }
  .project_middle .project_middle_image_block_2 {
    margin-top: 30px;
  }
  .project_middle .image_wrap_5 {
    margin-top: 30px;
  }
  .project_brochure {
    margin-top: 60px;
  }
  .join_us_left h3 {
    margin-bottom: 30px;
  }
  .expertise_block_1_text {
    margin: 30px 0px;
  }
  .expertise_main_block .expertise_block_1_image_2 {
    margin-top: 30px;
    padding-right: 0vw;
    margin-left: 0px;
    margin-right: 0px;
  }
  .expertise_bottom_block .image_wrap_1 {
    margin-top: 10px;
  }
  .expertise_bottom_block .image_wrap_2 {
    margin-top: 30px;
  }
  .expertise_bottom_text {
    margin-bottom: 40px;
  }
  .expertise_bottom_heading {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .expertise_top_block .image_wrap_2 {
    margin-left: 0vw;
    margin-bottom: 40px;
  }
  .expertise_top_block .image_wrap_1 {
    margin-right: 0vw;
  }
  .expertise_bottom_block .expertise_bottom_heading h3 {
    font-size: 26px;
    margin-bottom: 0px;
  }
  .expertise_mid_block .image {
    margin-bottom: 40px;
  }
  .expertise_mobile_1 {
    margin-top: 40px;
  }
  .expertise_mobile_2 {
    margin-top: 40px;
  }
  .expertise_mid_block .block_row h4 {
    font-size: 26px;
  }
  .expertise_mid_block .block_row {
    margin: 30px 0;
    position: relative;
  }
  .gresb {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .intro_home .intro_heading {
    padding-top: 0px;
    font-size: 26px;
    margin-bottom: 0px;
  }
  .careers_mid .intro_heading {
    padding-top: 60px;
  }
  .sustainability_main .sus_image_block_1 {
    margin-top: 10px;
  }
  .sustainability_main .sus_image_block_2 {
    margin-top: 30px;
  }
  .ticker_sus .marquee {
    font-size: 110px;
  }
  .ticker_sus .sus_mid_content .animation {
    text-align: center;
    padding: 30px;
  }
  .sus_bottom_content {
    padding: 0px 0px 15vh 0px;
  }
  .sus_bottom_content .bottom_image_1 {
    margin-bottom: 30px;
  }
  .expertise_marquee_wrap {
    padding: 40px 0px 40px 0px;
    overflow: hidden;
  }
  .expertise_marquee_wrap .marquee,
  .expertise_marquee_wrap .marquee2 {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    animation: marquee 34s linear infinite;
    padding: 15px 0px 10px 0px;
  }
  .expertise_marquee_wrap .expertise_mid_block .block_row h4 {
    font-size: 26px;
  }
  .expertise_marquee_wrap .marquee .group,
  .expertise_marquee_wrap .marquee2 .group {
    display: flex;
  }
  .expertise_marquee_wrap .marquee .group .item,
  .expertise_marquee_wrap .marquee2 .group .item {
    display: flex;
  }
  .expertise_marquee_wrap .marquee .group .item .front,
  .expertise_marquee_wrap .marquee2 .group .item .front {
    color: #B0D2CD;
    font-size: 13px;
    line-height: 1.1em;
    text-align: right;
    margin: 0px 15px;
    text-transform: uppercase;
  }
  .expertise_marquee_wrap .marquee .group .item .middle,
  .expertise_marquee_wrap .marquee2 .group .item .middle {
    color: #fff;
    font-size: 50px;
    line-height: 34px;
    margin: 0px 15px;
    text-transform: uppercase;
  }
  .expertise_marquee_wrap .marquee .group .item .back,
  .expertise_marquee_wrap .marquee2 .group .item .back {
    color: #B0D2CD;
    font-size: 13px;
    line-height: 1.1em;
    margin: 0px 15px;
    text-transform: uppercase;
  }
  .expertise_marquee_wrap .marquee .group .item .slash img,
  .expertise_marquee_wrap .marquee2 .group .item .slash img {
    height: 35px;
    width: auto;
  }
  .ticker_sus {
    padding: 2vh 0 2vh 0;
  }
  .masthead_page {
    height: inherit;
  }
  .masthead_projects {
    height: inherit;
    padding: 16vh 0px 0vh 0px;
  }
  .masthead_projects .ticker_sus {
    display: none;
  }
  .masthead_projects h3 {
    font-size: 26px;
  }
  .ticker_map .container-fluid,
  .ticker_map .row {
    padding-left: 0px;
    padding-right: 0px;
  }
  .ticker_map .container-fluid div[class^="row"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .masthead_projects .moveup {
    margin-bottom: 0vh;
  }
  .expertise_bottom_video .video_wrap video,
  .projects_bottom_video .video_wrap video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: 0vh;
    left: 0;
  }
  .expertise_bottom_video img {
    top: 0vh;
    left: 0;
  }
  .expertise_bottom_video .video_wrap,
  .projects_bottom_video .video_wrap {
    overflow: hidden;
  }
  .expertise_bottom_video,
  .projects_bottom_video {
    overflow: hidden;
    position: relative;
  }
  .wide_image .fixed,
  .wide_image .fixed_target {
    height: 50vh;
    top: 0vh;
    right: 0;
    left: 0;
  }
  .the_team_block .team_feed .team_single h4 {
    font-size: 21px;
    line-height: 1.1em;
    margin: 0;
  }
  .the_team_block .team_feed .team_single h5 {
    font-size: 13px;
    margin: 0;
  }
  .expertise_bottom_video .overlay_text {
    padding: 5vh 0;
    font-size: 26px;
    line-height: 1.2em;
  }
  .expertise_bottom_video .overlay_text span {
    font-size: 30px;
  }
  .expertise_bottom_video .overlay_text .author {
    font-size: 18px;
  }
  .sustainability_main h3 {
    font-size: 30px;
  }
  .ticker_proj .marquee .group .item img {
    height: 50px;
    width: auto;
  }
  .ticker_home .marquee {
    font-size: 80px;
    line-height: 1.3em;
  }
  .ticker_sus .marquee .group .item {
    font-size: 80px;
    line-height: 1.3em;
  }
  .ticker_proj .marquee {
    font-size: 80px;
    line-height: 1.3em;
  }
  .expertise_bottom_block {
    padding: 0vh 0 0px 0;
    position: relative;
  }
  .expertise_main_block {
    padding: 18vh 0 0vh 0;
  }
  .careers_benefits h3 {
    font-size: 26px;
    margin-bottom: 0px;
  }
  .careers_benefits {
    padding: 50px 0 50px 0;
    position: relative;
  }
  .careers_benefits .box .text_wrap {
    font-size: 13px;
    line-height: 1.2em;
  }
  .careers_benefits .benfits_boxes div[class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .careers_benefits .box {
    margin-bottom: 30px;
    padding: 30px;
  }
  .careers_benefits .box img {
    width: 60%;
  }
  .next_marquee {
    font-size: 80px;
    line-height: 1.1em;
  }
  .the_team_block .team_feed {
    margin: 0vh -15px;
  }
  .the_team_block .team_feed div[class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .the_team_block .team_feed div[class^="row"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cta_footer_block_inner .row,
  .cta_footer_block_inner div[class^="col"] {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .cta_footer_block .cta_footer_text_block .text {
    font-size: 44px;
    line-height: 1.1em;
  }
  .cta_footer_block .cta_footer_text_block_careers .text {
    font-size: 26px;
    line-height: 1.1em;
    margin-bottom: 20px;
  }
  .cta_footer_block .cta_footer_text_block_careers .text h3 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  .cta_footer_block .white_btn {
    font-size: 16px;
  }
  .cta_footer_block {
    padding: 60px 0 0vh 0;
  }
  .about_main_block {
    padding: 0vh 0 0vh 0;
  }
  .about_main_block .about_block_2 {
    padding-bottom: 20px;
  }
  .masthead_page h2.projects {
    width: 100%;
  }
  .masthead_projects h2 {
    margin-bottom: 50px;
  }
  .masthead_projects .text_blocks {
    display: block;
    margin: 0px;
  }
  .masthead_projects .text_blocks .text_block {
    width: 100%;
    margin: 20px 0px;
  }
  .expertise_bottom_video,
  .projects_bottom_video {
    height: 50vh;
  }
  .about_main_block .about_block_2 .block_2_heading h3 {
    font-size: 26px;
  }
  .about_main_block .about_block_1_text h3 {
    font-size: 26px;
    margin-top: 30px;
  }
  .the_team_block .team_intro_wrap h3 {
    font-size: 26px;
    margin-top: 50px;
  }
  .post_feed_box h4 {
    font-size: 21px;
    line-height: 1.1em;
    margin: 10px 0 10px 0;
    padding: 0;
  }
  .cta_footer_block .cta_footer_block_inner {
    border-radius: 5px;
  }
  .project_middle {
    padding: 0px 0 0px 0;
  }
  .masthead_page {
    border-bottom: none;
  }
  .first_section h2 {
    font-size: 60px;
    line-height: 1em;
  }
  .offset_block h2 {
    font-size: 60px;
    line-height: 1em;
  }
  .dropdown_list h2 {
    font-size: 60px;
    line-height: 1em;
  }
  .form_block h2 {
    font-size: 60px;
    line-height: 1em;
  }
  .first_section {
    padding: 50px 0;
    position: relative;
  }
  .first_section img {
    margin-top: 30px;
  }
  .offset_block {
    padding: 50px 0;
    position: relative;
  }
  .offset_block .text_block {
    margin-left: 0px;
    margin-top: 30px;
  }
  .first_section .text_block {
    position: relative;
    z-index: 1;
    padding-right: 0px;
    padding-top: 30px;
  }
  .first_section .diamonds {
    z-index: -1;
  }
  .wide_image .fixed_wrapper {
    position: relative;
    overflow: hidden;
    height: 50vh;
  }
  .menus_block {
    position: relative;
    z-index: 1;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .dropdown_list .thetab {
    font-size: 30px;
  }
  .card-body {
    padding: 1rem 0px;
  }
  .card-body div[class^="row"] {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .flickity-prev-next-button.next:after {
    content: url(../images/link_arrow_right.svg);
    position: absolute;
    top: 10px;
  }
  .gallery_block .slide {
    padding: 0 20px 0 0px;
  }
  .gallery_block h2 {
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 10px;
  }
  .map_block {
    position: relative;
  }
  .map_block #map_canvas_home {
    height: 75vh;
    display: none;
  }
  .map_block .address_text_block {
    position: relative;
    background: #343434;
    padding: 30px 0px;
  }
  .map_block .address_text_block h3 {
    font-size: 60px;
  }
  .masthead_home {
    height: 30vh;
  }
  .masthead_home_wrap {
    min-height: inherit;
    padding: 90px 4.5vw 4.5vw 4.5vw;
  }
  .masthead_home_wrap .mast_title h1 {
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .masthead_home_wrap .mast_title .sub_heading {
    margin-top: 20px;
  }
  .masthead_home_wrap .contact_box {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .masthead_home_wrap .mobile_description {
    margin-top: 20px;
    font-size: 22px;
  }
  .main_top {
    padding: 6vh 0px;
    font-size: 25px;
    line-height: 1.2em;
  }
  .main_top .mid_part {
    padding: 0vw 0px 4vw 0px;
  }
  .quote_block .quote_row .image {
    padding: 3vw;
  }
  .quote_block .quote_row .text .quote {
    font-size: 25px;
    line-height: 1.2em;
  }
  .quote_block .quote_row .text .contact_btn {
    margin-top: 26px;
  }
  .services_block .service_block .image {
    padding: 6vw;
  }
  .services_block {
    padding: 6vw 0px;
  }
  .services_block .service_block .contact_btn {
    margin: 0px 0px 20px 0px;
  }
  .bottom_column_block .contact_btn {
    margin-top: 20px;
  }
  .bottom_column_block .text {
    border-top: none;
    padding-top: 0px;
  }
  .register_block h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .register_block {
    padding: 30px 0px 30px 0px;
  }
  .icons_block {
    padding: 6vw 0px;
    margin-bottom: 30px;
  }
  .map_block h3 {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 30px;
  }
  .teams_block h2 {
    font-size: 40px;
  }
  .image_gallery_block {
    padding: 0px 0px 40px 0px;
  }
  .quote_block .quote_row {
    display: block;
  }
  .navbar-brand-new .logo {
    margin: 0px 0 4px 0px;
    height: 46px;
    width: auto;
  }
  .navbar {
    padding: 15px 30px;
  }
  .prices_block .accordion-button:after {
    background-image: url(../images/down_arrow_m.svg);
    background-position: center;
    width: 3rem;
    height: 3rem;
    background-size: 3rem;
  }
  .prices_block .accordion-body .item {
    font-size: 20px;
  }
  .prices_block .accordion-body .price {
    font-size: 20px;
  }
  .icons_block .icon_box .icon_wrap {
    display: block;
    text-align: left;
  }
  .icons_block .icon_box .text {
    padding: 20px 0px 0px 0px;
  }
  .teams_block {
    padding: 6vw 0vw;
  }
  .teams_block h4 {
    font-size: 30px;
  }
  .teams_block h5 {
    font-size: 25px;
    margin: 0px 0px 10px 0px;
  }
  .teams_block .teams_feed .image_block {
    margin-right: 0px;
    padding: 0px;
    margin-bottom: 0px;
  }
  .teams_block .teams_feed .name_details {
    margin-left: 0vw;
  }
  .teams_block .biog {
    margin-top: 20px;
  }
  .teams_block .line_top {
    padding: 10px 0px 10px 0px;
  }
  .teams_block .line {
    padding: 10px 0px;
  }
  .main_top .noview2 {
    opacity: 1;
    transform: translateY(0);
  }
  .main_top .noview {
    opacity: 1;
    transform: translateY(0);
  }
  .main_top {
    padding: 60px 0;
    margin: 0px;
  }
  .main_top .top_part span {
    font-size: 24px;
    line-height: 1.2em;
  }
  .register_btn {
    width: 100%;
  }
  .image_text_block .image {
    padding-right: 0vw;
  }
  .image_text_block .text_image_wrap {
    padding: 4vw;
  }
  .image_text_block .content .columns {
    column-count: 1;
  }
  .main_content h2 {
    font-size: 18px;
    line-height: 1.2em;
  }
  .main_content {
    font-size: 22px;
    line-height: 1.3em;
    padding: 50px 0px;
  }
  .logo_block {
    padding: 50px 0px;
  }
  .logo_block .icon_box {
    text-align: center;
    padding: 20px;
    width: 300px;
  }
  .logo_block .range_wrap {
    padding: 20px 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .image_text_block .content {
    padding: 40px 0px;
  }
  .image_text_block h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
  .image_text_block .lead_paragraph {
    font-size: 24px;
    line-height: 1.2em;
  }
  .image_text_block .two_column {
    margin-top: 30px;
    column-count: 2;
    column-gap: 25px;
    width: 150%;
  }
  .two_column_wrap {
    overflow: auto;
  }
  .image_text_block .left_side .image_wrapper {
    overflow: hidden;
    width: 100%;
    height: 86vw;
    margin-bottom: 30px;
  }
  .image_text_block .left_side .image_wrapper img {
    height: inherit;
    width: 100%;
  }
  .icons_block .range_wrap {
    padding: 20px 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .icons_block .icon_box {
    text-align: center;
    padding: 20px;
    width: 300px;
  }
  .icons_block .icon_box h4 {
    font-size: 24px;
    line-height: 1.2em;
  }
  .map_block {
    padding: 30px 0px;
  }
  .map_wrap {
    text-align: center;
  }
  .map_block .map_nav li.active {
    padding-left: 0px;
  }
  .map_block .map_nav li:before {
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    content: '';
    position: absolute;
    width: 25px;
    left: -40px;
    top: 10px;
    height: 2px;
    border-bottom: none;
  }
  .map_block .map_nav li.active {
    padding-left: 0px;
  }
  .map_block .map_nav li.active a {
    color: #fff;
  }
  .map_block .map_nav li.active:before {
    content: '';
    position: absolute;
    width: 75px;
    left: -40px;
    top: 10px;
    height: 2px;
    border-bottom: none;
  }
  .map_nav_wrap {
    display: flex;
    justify-content: space-between;
  }
  .map_block .map_nav {
    margin-top: 20px;
    padding-right: 10px;
    width: 48%;
  }
  .map_block .map_nav h5 {
    font-size: 20px;
    line-height: 1.3em;
  }
  .map_block .map_nav .line {
    display: inline-block;
    border-bottom: 0.5px solid #daccb5;
    padding-bottom: 4px;
    margin-bottom: 30px;
  }
  .map_block .roads {
    margin-top: 20px;
    padding-right: 10px;
    width: 48%;
  }
  .map_block .roads h5 {
    display: block;
    font-size: 20px;
    line-height: 1.3em;
    border-bottom: 0.5px solid #daccb5;
    padding-bottom: 4px;
    margin-bottom: 30px;
  }
  .map_block .roads .map_nav {
    width: 100%;
  }
  .map_block .roads .purpose {
    border-top: 0.5px solid #daccb5;
    padding-top: 4px;
  }
  /*
    .map_block .map_nav{
        display: inline-block;
        width:48%;
    }
    .map_block .roads{
         display: inline-block;
        width:48%;
        margin-left:1%;
    }
    */
  .locality_block {
    padding: 0px;
  }
  .locality_block .content {
    padding: 30px 0px;
  }
  .locality_block h2 {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 10px;
  }
  .locality_block .lead_paragraph {
    font-size: 24px;
    line-height: 1.3em;
  }
  .locality_block .locality_bottom .text {
    padding-left: 0px;
  }
  .locality_block .locality_bottom {
    position: relative;
    margin-top: 0px;
  }
  .locality_block .left_side .image_wrapper {
    overflow: hidden;
    height: 82vw;
    width: 100%;
  }
  .locality_block .locality_mid {
    padding-top: 30px;
  }
  .linear_park_block {
    padding: 30px 0px;
  }
  .linear_park_block h3 {
    font-size: 40px;
    line-height: 1.3em;
    border-bottom: 0.5px solid #daccb5;
    margin-bottom: 20px;
    padding-bottom: 15px;
    display: block;
  }
  .linear_park_block .text {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .linear_park_block .left_side .image_wrapper {
    overflow: hidden;
    height: 80vw;
    width: 100%;
  }
  .linear_park_block2 {
    padding: 30px 0px;
  }
  .linear_park_block2 h3 {
    font-size: 40px;
    line-height: 1.3em;
    border-bottom: 0.5px solid #daccb5;
    margin-bottom: 20px;
    padding-bottom: 15px;
    display: block;
  }
  .linear_park_block2 .text {
    padding-left: 0vw;
    padding-right: 0vw;
  }
  .linear_park_block2 .left_side .image_wrapper {
    overflow: hidden;
    height: 80vw;
    width: 100%;
  }
  .dres_block {
    padding: 30px 0px;
  }
  .dres_block .lead_paragraph {
    font-size: 24px;
    line-height: 1.3em;
    margin-bottom: 42px;
  }
  .split_block .container-fluid div[class^="col"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .split_block .container-fluid div[class^="row"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .split_block .left_side h3,
  .split_block .right_side h3 {
    font-size: 24px;
    line-height: 1.3em;
  }
  .horizontal_slider .next_arrow {
    right: 100px;
    top: inherit;
    bottom: 0px;
  }
  .horizontal_slider .prev_arrow {
    left: -100px;
    left: 100px;
    top: inherit;
    bottom: 0px;
  }
  .form_wrap {
    margin-top: 30px;
  }
  .register_block .contact_box {
    margin-top: 23px;
  }
  .register_block .top_part span {
    font-size: 24px;
    line-height: 1.3em;
  }
  .map_block .address_text {
    margin-top: 20px;
  }
  .map_block .contact_btn {
    margin-top: 20px;
  }
  .updates_block {
    padding: 60px 0px;
  }
  .updates_block .top_part span {
    font-size: 24px;
    line-height: 1.3em;
  }
  .linear_park_block h3 {
    font-size: 24px;
    line-height: 1.3em;
  }
  .linear_park_block2 h3 {
    font-size: 24px;
    line-height: 1.3em;
  }
  .linear_park_block2 .text_wrap {
    width: 100%;
    overflow: auto;
  }
  .linear_park_block2 .text {
    width: 150%;
    margin-top: 30px;
    column-count: 2;
    column-gap: 25px;
    padding-bottom: 10px;
  }
  .linear_park_block .text_wrap {
    width: 100%;
    overflow: auto;
  }
  .linear_park_block .text {
    width: 150%;
    margin-top: 30px;
    column-count: 2;
    column-gap: 25px;
    padding-bottom: 10px;
  }
  .dres_block .left_side {
    font-size: 24px;
    line-height: 1.3em;
  }
  .dres_block .body_text_wrap {
    width: 100%;
    overflow: auto;
  }
  .dres_block .body_text {
    width: 150%;
  }
  .footer .footer_row .footer_logos_wrap {
    width: 100%;
  }
  .footer .footer_logos {
    margin-top: 40px;
    text-align: left;
  }
  .footer .footer_logos img {
    margin: 20px 20px 20px 0px;
  }
  .footer .footer_logos .logo_dres {
    margin-right: 40px;
  }
  .footer .footer_logos .logo_sherry {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .logobig .dres {
    width: 80%;
    max-width: 300px;
  }
  .floor_plans_block {
    padding: 6vw 0px;
  }
  .floor_plans_block_mobile {
    background: none;
  }
  .floor_plans_block_mobile .image {
    height: auto;
    width: 60vw;
  }
  .floor_plans_block_mobile .bems-scroller li img {
    border-radius: 0px;
  }
  .floor_plans_block_mobile .bems-scroller #scrolling-container {
    padding: 0px;
  }
  .floor_plans_block .box .text_inner {
    display: inline-block;
  }
  .floor_plans_block .gallery {
    margin-bottom: 20px;
  }
  .floor_plans_block .box {
    text-align: left;
    vertical-align: top;
  }
  .floor_plans_block .box h3 {
    margin-bottom: 0px;
  }
  .floor_plans_block .box .circle {
    text-align: center;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    font-size: 25px;
    padding-top: 17px;
    vertical-align: top;
  }
  #swipebox-slider .slide {
    padding: 1.5rem;
  }
  #swipebox-overlay {
    padding-right: 15px;
  }
  #swipebox-slider .slide .swipebox-inline-container,
  #swipebox-slider .slide .swipebox-video-container,
  #swipebox-slider .slide img {
    max-width: 80%;
  }
  #swipebox-next {
    background: url(../images/next.svg) no-repeat !important;
    background-position: center!important;
    height: 50px;
    width: 45px;
    border-radius: 50px;
    float: right;
    right: 0;
    position: absolute;
  }
  #swipebox-prev {
    background: url(../images/prev.svg) no-repeat !important;
    background-position: center!important;
    height: 50px;
    width: 45px;
  }
  body#merepark .register_btn {
    width: auto;
    white-space: nowrap;
  }
  .mid_text_wrap_mere {
    text-align: center;
  }
  .mid_text_wrap_mere .image_wrapper {
    margin-bottom: 30px;
  }
  .mid_text_wrap_mere h2 {
    position: relative;
  }
  .gform_wrapper .top_label li.gfield.gf_left_half,
  .gform_wrapper .top_label li.gfield.gf_right_half {
    display: -moz-inline-stack;
    display: inline-block;
    float: none;
    padding-right: 16px;
    vertical-align: top;
    width: 100%;
  }
  .mobile_nav_new {
    text-align: center;
    padding: 20px;
    line-height: 1.2em;
  }
  .prices_block .accordion-button {
    font-size: 24px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .main_top .mid_part h1 {
    font-size: 6.5vw;
    line-height: 1.2em;
    margin-bottom: 40px;
  }
  .masthead_page .video_wrapper video {
    height: 100%;
    width: 130%;
  }
  .video_reveal {
    -moz-transition: 0s ease-out;
    -ms-transition: 0s ease-out;
    -o-transition: 0s ease-out;
    transition: 0s ease-out;
    -webkit-transition: 0s ease-out;
  }
  .main_nav_footer .details {
    display: none;
  }
  .ticker_sus .sus_mid_content {
    padding-top: 10vh;
  }
  .tagline_home .tagline h1 {
    font-size: 44px;
    line-height: 1em;
  }
  .animation {
    text-align: center;
  }
  .animation .canvas_wrap {
    display: inline-block;
    max-width: 80%;
    max-height: 200px;
    position: relative;
  }
  .animation .canvas_wrap canvas {
    width: 100% !important;
    height: auto !important;
  }
  .image_gallery_block .grid-container {
    grid-template-columns: repeat(2, 1fr);
    /* 2 equal columns for mobile */
    grid-template-rows: auto;
    /* Allow as many rows as needed */
    height: 100vw;
  }
  .image_gallery_block .large-item,
  .image_gallery_block .top-right-1,
  .image_gallery_block .top-right-2,
  .image_gallery_block .top-right-3,
  .image_gallery_block .bottom-right-1,
  .image_gallery_block .bottom-right-2 {
    grid-column: span 1;
    /* Each item spans only one column */
    grid-row: span 1;
    /* Each item takes one row */
  }
  /* You can also add additional styling for mobile here if needed */
}
/* Extra Small Devices, Phones */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}


.navbar {
    top: 0 !important;
    margin-top: 0 !important;
}



@media screen and (min-width:1241px) and (max-width:1340px) {
.right_top .inline_nav_wrap {
    font-size: 20px;
}
    .right_top .contact_btn {
    margin-right: 10px;
}
    
}



@media screen and (min-width:1025px) and (max-width:1240px) {
.right_top .inline_nav_wrap {
    font-size: 20px;
}
    .right_top .contact_btn {
    margin-right: 10px;
}
    .navbar-brand-new .logo {
    width: 130px;
}
    .right_top .inline_nav_wrap ul li a {
    margin: 8px;
}
    .right_top .contact_btn {
    padding: 10px 15px;
    font-size: 15px;
}
}

@media screen and (min-width:992px) and (max-width:1024px) {
    .right_top .inline_nav_wrap {
    font-size: 18px;
}
    .right_top .contact_btn {
    margin-right: 10px;
}
    .navbar-brand-new .logo {
    width: 100px;
}
    .right_top .inline_nav_wrap ul li a {
    margin: 7px;
}
    .right_top .contact_btn {
    padding: 10px 15px;
    font-size: 14px;
}
    .navbar{
        justify-content: space-between;
    }
}




.right_top .contact_btn.phonebtn {
    margin-right: 0;
}
.hamburger-box {
    width: 25px;
}
 
@media screen and (max-width:991px) {
  .navbar-brand-new .logo {
    width: 100px;
}
    .side_menu {
    top: 0;
    margin-top: 0 !important;
}
}
 
@media screen and (max-width:767px) {
    .mm-panels .mm-listview > li.ani a {
    font-size: 28px;
}
    
    .mm-panels .mm-listview > li {
    height: 65px;
}
  .navbar-brand-new .logo {
    width: 100px;
}
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
}

.mm-panels .mm-navbar a.mm-navbar__title {font-size: 30px}
}
 
 
@media screen and (max-width:480px) {
    .mobile_nav_footer .contact_btn {font-size: 21px;}
  .navbar-brand-new .logo {
    width: 90px;
}
}


.navbar.newfill {
    background: #EBF4F2; transition: all 0.5s ease-in-out;
}

.navbar.newfill .navbar-brand-new {
    transform: scale(0.9);
    
}
.navbar.newfill{
     transition: all 0.5s ease-in-out;
}

.right_top .inline_nav_wrap ul li a {
    border-bottom: 1px solid #c0ddd9;
}
 
.right_top .inline_nav_wrap ul li a {
    border-bottom: 1px solid transparent;
}
.navbar.newfill .right_top .inline_nav_wrap ul li a {
    border-bottom: 1px solid #EBF4F2
}
.navbar.newfill .right_top .inline_nav_wrap ul li a:hover {
    border-bottom: 1px solid #343434
}
.navbar .right_top .inline_nav_wrap .dropdown-menu li a{
  border-bottom: 1px solid transparent !important;
}
.navbar .right_top .inline_nav_wrap .dropdown-menu li a:hover{
  border-bottom: 1px solid #343434 !important;
}
.navbar-brand-new {
    transition: all 0.5s ease-in-out !important;
}

@media (min-width: 992px){
    .main_nav > .menu-item > .dropdown-menu li:hover .dropdown-menu { 
    display: block;
left: 134px; top: 2px;
}
 
 
.main_nav > .menu-item > .dropdown-menu{min-width: 134px !important;}
 
}