@charset "UTF-8";
/* CSS Document */
.container-fluid div[class^="col"] {
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid div[class^="row"] {
  padding-left: 0px;
  padding-right: 0px;
}
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: #101010;
  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: "aktiv-grotesk-thin", sans-serif;
  font-weight: 200;
  font-style: normal;
  background: #FFFCFD;
  color: #EB4148;
  font-size: 35px;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-kerning: normal;
}
.colour_teal {
  color: #0D5D7B;
}
.colour_red {
  color: #EB4148;
}
.colour_light {
  color: #0D5D7B;
}
.footer {
  background: #EB4148;
  color: #fff;
  font-size: 21px;
  line-height: 1.4em;
  padding: 6vh 0px 10vh 0px;
}
.footer .footer_row {
  display: flex;
  justify-content: space-between;
}
.footer .logo_footer {
  margin-bottom: 40px;
  width: 80px;
  height: auto;
}
.footer h4 {
  margin-bottom: 26px;
  color: #FFFCFD;
}
.footer a {
  color: #FFFCFD;
  text-decoration: none;
}
.footer a:hover,
.footer a:focus {
  text-decoration: none;
  color: #fff;
}
.footer .social {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 160px;
}
.footer .social a {
  display: inline-block;
  margin-left: 20px;
}
.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 {
  padding-bottom: 2px;
}
.footer .footer_nav a:hover {
  border-bottom: 1px solid #fff;
}
.footer .menu {
  list-style: none;
  padding: 0px;
}
b,
strong {
  font-weight: 700;
}
.footer_bottom {
  font-size: 21px;
  border-top: 0.5px solid #FFFCFD;
  padding: 20px 0px;
  background: #EB4148;
  color: #fff;
}
.footer_bottom .footer_2_content {
  display: flex;
  justify-content: space-between;
}
.footer_bottom .footer_2_content .credits {
  opacity: 0.3;
}
.footer_bottom .footer_2_content a {
  color: #FFFCFD;
  text-decoration: none;
}
.footer_bottom .footer_2_content a:hover {
  opacity: 0.6;
}
#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;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
  font-family: "aktiv-grotesk", sans-serif;
}
h1 {
  font-family: "aktiv-grotesk-condensed", sans-serif;
  font-weight: 700;
}
h4 {
  font-size: 26px;
}
.has-scroll-smooth {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.navbar {
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.navbar_bg {
  background: #EB4148;
}
.navbar-brand-new {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0px;
  position: relative;
}
.navbar-brand-new .logo {
  margin: 12px;
  padding: 0px;
  width: 580px;
  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;
}
.right_top {
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
}
.right_top .social_top {
  display: block;
  display: flex;
  align-items: center;
  padding: 0px 20px;
}
.right_top .social_top img {
  height: 20px;
  width: auto;
  margin: 0px 10px;
}
.right_top .social_top img:hover {
  opacity: 0.7;
}
.right_top .book_top {
  background: transparent;
  display: block;
  display: flex;
  align-items: center;
  color: #fff;
  border: 2px solid #fff;
  text-decoration: none;
  font-size: 16px;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  letter-spacing: 2px;
  margin-right: 20px;
  padding: 3px 30px;
  -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 .book_top:hover,
.right_top .book_top:focus {
  background: #fff;
  color: #EB4148;
}
.logobig {
  top: 42%;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.logobig img {
  display: inline-block;
  width: 40vw;
  height: auto;
}
.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;
  bottom: -100vh;
}
.side_menu {
  position: fixed;
  left: 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;
  opacity: 0;
}
.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: #181817;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
}
.video_holder .video_wrap {
  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 {
  height: 100vh;
  position: relative;
}
.masthead_home .video_wrap {
  width: 100vw;
  height: 100vh;
}
.masthead_home .video_wrap video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.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: #101010;
  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: #EB4148;
  padding: 14px 54px 14px 34px;
  bottom: 26px;
  width: 238px;
}
.masthead_home .hidebtn {
  opacity: 0;
}
.image {
  width: 100%;
}
.tagline_home {
  position: relative;
  padding: 15vh 0px;
}
.tagline_home .tagline {
  display: flex;
  align-items: center;
  top: 0px;
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #EB4148;
}
.tagline_home .tagline h1 {
  font-size: 144px;
  line-height: 1em;
}
.tagline_home .image {
  opacity: 0.8;
}
.tagline_home .image_1 {
  margin-top: 0px;
}
.tagline_home .image_2 {
  margin-top: 6vh;
}
.tagline_home .image_3 {
  margin-top: 14vh;
}
.intro_home {
  position: relative;
  padding: 0vh 0px;
}
.intro_home .mid_bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 55%;
}
.intro_home .mid_bg img {
  width: 100%;
  height: auto;
}
.intro_home .careers_mid_bg {
  top: 20%;
  width: 50%;
}
.intro_home .intro_heading {
  padding-top: 20vh;
  font-size: 60px;
  line-height: 1.1em;
  margin-bottom: 40px;
  color: #EB4148;
}
.intro_home .intro_content {
  padding-top: 20vh;
}
.careers_mid .intro_heading {
  padding-top: 2vh;
}
.careers_mid .intro_content {
  padding-top: 2vh;
}
.ticker_block {
  padding: 20px 0px;
  overflow: hidden;
  position: relative;
}
.ticker_block .marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.ticker_block .marquee {
  width: 100%;
  /* the plugin works for responsive layouts so width is not necessary */
  overflow: hidden;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
  font-size: 208px;
  line-height: 1.3em;
  color: transparent;
  text-stroke-width: 1px;
  text-stroke-color: #EB4148;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #EB4148;
  -moz-text-stroke-width: 1px;
  -moz-text-stroke-color: #EB4148;
  -o-text-stroke-width: 1px;
  -o-text-stroke-color: #EB4148;
}
.ticker_block.red .marquee {
  text-stroke-color: #EB4148;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #EB4148;
  -moz-text-stroke-width: 1px;
  -moz-text-stroke-color: #EB4148;
  -o-text-stroke-width: 1px;
  -o-text-stroke-color: #EB4148;
}
.ticker_block.teal .marquee {
  text-stroke-color: #0D5D7B;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0D5D7B;
  -moz-text-stroke-width: 1px;
  -moz-text-stroke-color: #0D5D7B;
  -o-text-stroke-width: 1px;
  -o-text-stroke-color: #0D5D7B;
}
.ticker_block.light .marquee {
  text-stroke-color: #0D5D7B;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0D5D7B;
  -moz-text-stroke-width: 1px;
  -moz-text-stroke-color: #0D5D7B;
  -o-text-stroke-width: 1px;
  -o-text-stroke-color: #0D5D7B;
}
.home_mid_block {
  padding: 10vh 0px 15vh 0px;
}
.home_mid_block .mid_block_text {
  position: relative;
  z-index: 1;
}
.home_mid_block .image_1 {
  margin-top: 10vh;
}
.home_mid_block .image_2 {
  margin-top: -8vh;
  margin-left: 4vw;
}
.hamburger {
  padding: 22px 25px;
}
.hamgrey .hamburger-inner,
.hamgrey .hamburger-inner::before,
.hamgrey .hamburger-inner::after {
  background-color: #101010;
}
.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;
  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: #EB4148;
}
.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: #EB4148;
  border-color: inherit;
  color: #fff;
  -webkit-box-shadow: 3px 0px 14px -4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 3px 0px 14px -4px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 0px 14px -4px rgba(0, 0, 0, 0.35);
  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 {
  background: #EB4148;
  border-bottom: none;
  border-color: inherit;
  text-align: left;
  line-height: 20px;
  height: 80px;
  padding: 27px 0px 10px 10px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.mm-panels .mm-navbar a {
  color: #fff !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: 65px;
  margin: 0px 0px;
  position: relative;
  z-index: 1;
}
.mm-panels .mm-listview > li a {
  color: #FFFCFD;
  display: inline-block;
  padding: 20px 28px;
  margin-top: 65px;
  opacity: 0;
  height: 65px;
}
.mm-panels .mm-listview > li a:hover,
.mm-panels .mm-listview > li a:focus {
  color: #fff;
  opacity: 0.7;
  background: none;
}
.mm-panels .mm-listview > li.active a {
  color: #fff;
  opacity: 0.6 !important;
}
.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 {
  opacity: 0.6;
  -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 {
  opacity: 0.6;
}
.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: #EB4148;
}
.mm-menu.mm-theme-dark .mm-prev:before {
  top: 20px !important;
}
.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
  border-color: #EB4148 !important;
}
.mm-menu .mm-listview > li .mm-next:after {
  border-color: #EB4148 !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: #fff;
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding: 40px 28px;
  width: 100%;
  font-size: 21px;
  line-height: 1.3em;
}
.main_nav_footer a {
  color: #fff;
}
.main_nav_footer a:hover,
.main_nav_footer a:focus {
  color: #fff;
  opacity: 0.6;
}
.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;
}
.masthead_page .masthead_page_text {
  position: relative;
  animation: slidefadeh1 1.5s;
  z-index: 1;
}
.masthead_page .mast_title {
  position: absolute;
  z-index: 1;
}
.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: 7vw;
  line-height: 7.5vw;
  margin: 20px 0px 0px 0px;
  text-transform: uppercase;
  z-index: 1;
  opacity: 0;
  margin-bottom: 10vh;
  color: #FFFCFD;
  border-bottom: 1px solid #FFFCFD;
  position: relative;
}
.masthead_page h1:after {
  content: '';
  position: absolute;
  left: 50%;
  border-right: 1px solid #FFFCFD;
  height: 20vh;
  top: 100%;
}
.masthead_page h1.reveal {
  opacity: 1;
}
.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: #212121;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  -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_page .image {
  height: 100%;
  width: auto;
  transform: translateX(-50%);
  margin-left: 50%;
}
.masthead_page .video_wrapper {
  width: 100vw;
  height: 100vh;
}
.masthead_page .video_wrapper .masthead_gallery {
  background: #987;
  top: 0px;
}
.masthead_page .video_wrapper .masthead_gallery .slick-track {
  height: 100vh;
}
.masthead_page .video_wrapper video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.masthead_new {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  height: 100vh;
  justify-content: center;
}
.masthead_new .mast_title {
  position: absolute;
  z-index: 1;
}
.masthead_new .image_overlay {
  position: absolute;
  width: 100%;
  height: 200px;
  background: #000000;
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
  z-index: 2;
}
.masthead_new .stamp_home {
  position: relative;
  margin-bottom: 10vh;
}
.masthead_new .stamp_home img {
  width: 80px;
  height: auto;
}
.masthead_new .stamp_home:after {
  content: '';
  position: absolute;
  left: 50%;
  border-right: 1px solid #FFFCFD;
  height: 20vh;
  top: 100%;
  opacity: 0.6;
}
.masthead_new 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: 7vw;
  line-height: 7.5vw;
  margin: 20px 0px 0px 0px;
  text-transform: uppercase;
  z-index: 1;
  opacity: 0;
  margin-bottom: 10vh;
  color: #FFFCFD;
  border-bottom: 1px solid #FFFCFD;
  position: relative;
}
.masthead_new h1:after {
  content: '';
  position: absolute;
  left: 50%;
  border-right: 1px solid #FFFCFD;
  height: 20vh;
  top: 100%;
  opacity: 0.6;
}
.masthead_new h1.reveal {
  opacity: 1;
}
.masthead_new .image_wrap {
  height: 100vh;
  background: #987;
  position: relative;
}
.masthead_new .image_wrap .image {
  height: 100vh;
  width: auto;
  min-height: 100%;
  min-width: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}
.masthead_new .video_wrapper video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.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: #EB4148;
  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: #EB4148;
}
@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;
}
.video_wrapper .video_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.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: #EB4148;
}
.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: #EB4148;
}
.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;
}
.background_red {
  background: #EB4148;
}
.background_teal {
  background: #0D5D7B;
}
.background_light {
  background: #F2F3F4;
  color: #0D5D7B;
}
.teal_btn {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  display: inline-block;
  background: #0D5D7B;
  color: #FFFCFD;
  font-size: 18px  !important;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  letter-spacing: 2px;
  padding: 6px 35px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #0D5D7B;
}
.teal_btn:hover,
.teal_btn:focus {
  background: rgba(10, 10, 10, 0.2);
  border: 2px solid #fff;
  color: #FFFCFD;
}
.red_btn {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  display: inline-block;
  background: #EB4148;
  color: #FFFCFD;
  font-size: 18px  !important;
  font-family: "aktiv-grotesk", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  letter-spacing: 2px;
  padding: 6px 35px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #EB4148;
	margin:10px 0px;
}
.red_btn:hover,
.red_btn:focus {
  background: rgba(10, 10, 10, 0.2);
  border: 2px solid #fff;
  color: #FFFCFD;
}
.red_btn2 {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  display: inline-block;
  font-family: "aktiv-grotesk", sans-serif;
  background: #EB4148;
  color: #FFFCFD;
  font-size: 18px  !important;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  letter-spacing: 2px;
  padding: 6px 35px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #EB4148;
}
.red_btn2:hover,
.red_btn2:focus {
  background: #0D5D7B;
  border: 2px solid #0D5D7B;
  color: #FFFCFD;
}
.first_section {
  color: #fff;
  position: relative;
  font-size: 40px;
  line-height: 1.2em;
  text-align: center;
}
.first_section .about_block_main {
  overflow: hidden;
}
.first_section .about_block_text {
  position: relative;
  margin: 10vw 0px 20vw 0px;
}
.first_section .about_block_text:after {
  content: '';
  position: absolute;
  left: 50%;
  border-right: 1px solid #FFFCFD;
  height: 20vh;
  top: 100%;
  margin-top: 50px;
  opacity: 0.6;
}
.first_section .about_block_text:before {
  content: '';
  position: absolute;
  left: 50%;
  border-right: 1px solid #FFFCFD;
  height: 20vh;
  bottom: 100%;
  margin-bottom: 50px;
  opacity: 0.6;
}
.first_section .about_block_image_block {
  position: relative;
  top: -8vw;
  z-index: 1;
}
.first_section .about_block_image_block .image_wrap {
  position: relative;
}
.first_section .about_block_image_block .image_wrap .btn_wrap {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.first_section .about_block_image_block .image_wrap .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.first_section .about_block_image_block .image_wrap .responsive-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.first_section .about_block_image_block_stamp {
  position: relative;
}
.first_section .about_block_image_block_stamp img {
  width: 80px;
  height: auto;
}
.first_section .about_block_image_block_stamp.red:before {
  content: '';
  position: absolute;
  left: 50%;
  border-right: 1px solid #EB4148;
  height: 8vw;
  bottom: 100%;
  margin-top: 0px;
  opacity: 0.6;
}
.first_section .about_block_image_block_stamp.teal:before {
  content: '';
  position: absolute;
  left: 50%;
  border-right: 1px solid #0D5D7B;
  height: 8vw;
  bottom: 100%;
  margin-top: 0px;
  opacity: 0.6;
}
.first_section .about_block_image_block_stamp.light:before {
  content: '';
  position: absolute;
  left: 50%;
  border-right: 1px solid #0D5D7B;
  height: 8vw;
  bottom: 100%;
  margin-top: 0px;
  opacity: 0.6;
}
.first_section .background_light .about_block_text:after {
  border-right: 1px solid #0D5D7B;
}
.first_section .background_light .about_block_text:before {
  border-right: 1px solid #0D5D7B;
}
.text_block_main {
  padding: 10vh 3vw 15vh 3vw;
  text-align: center;
}
.ticker_sus {
  padding: 2vh 0px 5vh 0px;
  overflow: hidden;
  position: relative;
  /*
    @keyframes marquee {
      0% {
        transform: translate(0, 0);
         -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -o-transform: translate(0, 0);
      }
      100% {
        transform: translate(-50%, 0);
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
      }
    }
    */
}
.ticker_sus .mid_bg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0px;
  width: 35%;
}
.ticker_sus .mid_bg img {
  width: 100%;
  height: auto;
}
.ticker_sus .marquee {
  width: 100%;
  /* the plugin works for responsive layouts so width is not necessary */
  overflow: hidden;
  font-size: 178px;
  line-height: 1.3em;
  color: transparent;
  text-stroke-width: 1px;
  text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -moz-text-stroke-width: 1px;
  -moz-text-stroke-color: #fff;
  -o-text-stroke-width: 1px;
  -o-text-stroke-color: #fff;
}
.ticker_sus .marquee .group {
  display: inline-block;
}
.ticker_sus .marquee .group .item {
  font-size: 178px;
  line-height: 1.3em;
  color: transparent;
  text-stroke-width: 1px;
  text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -moz-text-stroke-width: 1px;
  -moz-text-stroke-color: #fff;
  -o-text-stroke-width: 1px;
  -o-text-stroke-color: #fff;
}
.ticker_sus .sus_mid_content {
  padding-top: 10vh;
}
.animation {
  text-align: center;
}
.animation .canvas_wrap {
  margin: 40px;
  display: inline-block;
  max-width: 500px;
  max-height: 520px;
  position: relative;
}
.animation .canvas_wrap canvas {
  width: 100% !important;
  height: auto !important;
}
.ticker_proj {
  padding: 2vh 0px 2vh 0px;
  overflow: hidden;
  position: relative;
  /*
    @keyframes marquee {
      0% {
        transform: translate(0, 0);
         -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -o-transform: translate(0, 0);
      }
      100% {
        transform: translate(-50%, 0);
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          -o-transform: translate(-50%, 0);
      }
    }
    */
}
.ticker_proj .marquee {
  width: 100%;
  /* the plugin works for responsive layouts so width is not necessary */
  overflow: hidden;
  font-size: 178px;
  line-height: 1.3em;
  color: transparent;
  text-stroke-width: 1px;
  text-stroke-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  -moz-text-stroke-width: 1px;
  -moz-text-stroke-color: #fff;
  -o-text-stroke-width: 1px;
  -o-text-stroke-color: #fff;
}
.ticker_proj .marquee .group {
  display: inline-block;
}
.ticker_proj .marquee .group .item img {
  margin: 0px 10px;
}
.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%;
  z-index: 3000;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center right;
  transition: transform 0.3s, opacity 0.3s;
  width: 11px;
  background-color: #181817;
}
.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: #FFFCFD;
  border-radius: 10px;
  cursor: -webkit-grab;
  cursor: grab;
  margin: 2px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  width: 7px;
}
.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;
}
.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_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_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;
}
.dropdown_list .thetab {
  font-size: 40px;
  position: relative;
  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 {
  color: #DEBA75;
}
.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: 70vh;
}
.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;
}
.wide_image_normal {
  overflow: hidden;
}
.wide_image_normal .image_wrapper {
  overflow: hidden;
  background: #987;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.wide_image_normal .image_wrapper .red_btn {
  position: absolute;
  z-index: 1;
  margin-bottom: 10vw;
}
.wide_image_normal .image_wide {
  min-width: 100%;
}
.wide_image_and_text {
  position: relative;
  max-height: 70vh;
  overflow: hidden;
}
.wide_image_and_text .text {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: rgba(13, 93, 123, 0.4);
}
.wide_image_and_text .image_wide {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.enjuiry_btn_side {
  position: fixed;
  font-family: "aktiv-grotesk", sans-serif;
  right: 20px;
  top: 40vh;
  background: #EB4148;
  color: #fff;
  z-index: 10;
  transform: translateX(50%) rotate(-90deg);
  font-size: 16px;
  letter-spacing: 2px;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 25px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  text-transform: uppercase;
}
.enjuiry_btn_side:hover {
  color: #fff;
}
.image_block_and_text {
  display: flex;
  padding: 30px;
}
.image_block_and_text .left {
  flex: 1;
}
.image_block_and_text .right {
  flex: 1;
  display: block;
}
.image_block_and_text .block_gallery_wrap {
  position: relative;
}
.image_block_and_text .block_gallery_wrap .video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.image_block_and_text .block_gallery_wrap .responsive-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image_block_and_text .text {
  padding: 3vw;
  font-size: 30px;
  line-height: 1.2em;
}
.image_block_and_text.bg_paper {
  background: #EFEBE1;
}
.image_block_and_text.bg_red {
  background: #EB4148;
  color: #fff;
}
.image_block_and_text .block_gallery {
  height: 100%;
  /* Slick slider container */
}
.image_block_and_text .block_gallery .slick-track {
  display: flex;
}
.image_block_and_text .block_gallery .slick-track .slick-slide {
  display: flex;
  height: auto;
}
.image_block_and_text .block_gallery .slide {
  overflow: hidden;
  position: relative;
}
.image_block_and_text .block_gallery .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.wide_image_column {
  overflow: hidden;
}
.wide_image_column .image_wrapper {
  overflow: hidden;
  background: #987;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.wide_image_column .image_wrapper .red_btn {
  position: absolute;
  z-index: 1;
  margin-bottom: 10vw;
}
.wide_image_column .image_wide {
  min-width: 100%;
}
.menus_block {
  padding: 6vw 0px;
  margin-top: 9vw;
  background: #F2F3F4;
  color: #0D5D7B;
  text-align: center;
}
.menus_block .nav {
  justify-content: center;
  margin-bottom: 50px !important;
}
.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: #0D5D7B;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin: 0px 30px;
}
.menus_block .menu-link:hover {
  color: #0D5D7B;
}
.menus_block .menu-link.active {
  color: #0D5D7B;
  font-weight: 600;
}
.menus_block h3 {
  font-size: 60px;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 30px;
}
.menus_block h4 {
  margin-top: 40px;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.menus_block h5 {
  font-size: 30px;
  font-weight: 600;
}
.form_block {
  padding: 9vw 0px;
}
.form_block h2 {
  font-size: 40px;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.form_block .intro {
  text-align: center;
}
.form_block .gform_wrapper {
  font-size: 24px;
}
.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: #FFFCFD;
  text-decoration: none;
  border-bottom: 1px solid #FFFCFD;
}
.form_block .gform_wrapper .gfield_required {
  color: #fff;
  margin-left: 4px;
}
.form_block .small_text {
  font-size: 20px;
  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 {
  text-align: center;
}
.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] {
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  display: inline-block;
  background: #EB4148;
  color: #FFFCFD;
  font-size: 18px  !important;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  letter-spacing: 2px;
  padding: 6px 35px;
  text-align: center;
  text-decoration: none;
  border: 2px solid #EB4148;
}
.form_block .gform_wrapper .gform_footer input.button:hover,
.form_block .gform_wrapper .gform_footer input[type=submit]:hover,
.form_block .gform_wrapper .gform_page_footer input.button:hover,
.form_block .gform_wrapper .gform_page_footer input[type=submit]:hover,
.form_block .gform_wrapper .gform_footer input.button:focus,
.form_block .gform_wrapper .gform_footer input[type=submit]:focus,
.form_block .gform_wrapper .gform_page_footer input.button:focus,
.form_block .gform_wrapper .gform_page_footer input[type=submit]:focus {
  background: #0D5D7B;
  border: 2px solid #0D5D7B;
  color: #FFFCFD;
}
.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 {
  border-radius: 0px;
  height: 57px;
  border: 0.5px solid #EB4148;
  padding: 10px;
}
.form_block .gform_wrapper textarea {
  border-radius: 0px;
  height: 250px;
  border: 0.5px solid #EB4148;
}
.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;
  border: 0.5px solid #EB4148;
}
.form_block .gform_wrapper {
  display: block !important;
}
.new_menus {
  padding: 0px 0px 100px 0px;
  display: flex;
  text-align: center;
}
.new_menus h2 {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 1.3em;
  text-transform: uppercase;
}
.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;
}
.left_image_block {
  padding: 8vw 0px;
}
.left_image_block .text {
  padding: 40px 5vw;
}
.overlap_block {
  padding-bottom: 8vw;
}
.overlap_block .red {
  background: #EB4148;
  color: #fff;
}
.overlap_block .teal {
  background: #0D5D7B;
  color: #fff;
}
.overlap_block .image_wrap {
  overflow: hidden;
}
.overlap_block .image {
  position: relative;
  z-index: 1;
}
.overlap_block .text_wrap {
  width: 120%;
  position: relative;
  bottom: -6vw;
}
.overlap_block .text_wrap .text {
  width: 85%;
  position: relative;
  z-index: 1;
  padding: 13vw 5vw;
}
.overlap_block_left {
  padding-bottom: 8vw;
}
.overlap_block_left .red {
  background: #EB4148;
  color: #fff;
}
.overlap_block_left .teal {
  background: #0D5D7B;
  color: #fff;
}
.overlap_block_left .image_wrap {
  overflow: hidden;
}
.overlap_block_left .image {
  position: relative;
  z-index: 2;
}
.overlap_block_left .text_wrap {
  width: 120%;
  right: 20%;
  position: relative;
  bottom: -6vw;
}
.overlap_block_left .text_wrap .text {
  width: 85%;
  left: 15%;
  position: relative;
  z-index: 1;
  padding: 13vw 5vw;
}
.gallery_block_new {
  position: relative;
}
.gallery_block_new .image_wide {
  width: 100%;
}
.gallery_block_new .page_slider {
  position: relative;
}
.arrow_prev {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url('../images/arrow_prev.svg') no-repeat center center;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.arrow_prev:hover {
  opacity: 1;
}
.arrow_next {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url('../images/arrow_next.svg') no-repeat center center;
  cursor: pointer;
  z-index: 1;
  opacity: 0.6;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
}
.arrow_next:hover {
  opacity: 1;
}
.text_block_wide .text {
  text-align: center;
}
.text_block_wide .red {
  color: #EB4148;
}
.text_block_wide .teal {
  color: #0D5D7B;
}
.text_block_wide .light {
  color: #0D5D7B;
}
.text_block_narrow .text {
  text-align: center;
}
.text_block_narrow .red {
  color: #EB4148;
}
.text_block_narrow .teal {
  color: #0D5D7B;
}
.text_block_narrow .light {
  color: #0D5D7B;
}
.overlap_images .image_1 {
  width: 100%;
}
.overlap_images .image_2 {
  width: 100%;
  position: relative;
  top: 8vw;
  right: 8vw;
}
@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;
  }
  .mm-panels .mm-listview > li {
    margin: 0px;
  }
  .mm-panels .mm-listview > li a {
    font-size: 30px;
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 992px) {
  .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%;
  }
  .mm-panels > .mm-panel > .mm-listview:first-child,
  .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 40px;
  }
  .mm-panels {
    font-size: 30px;
    line-height: 1.5em;
  }
  .mm-panels .mm-listview > li {
    height: 50px;
  }
  .mm-panels .mm-listview > li a {
    padding: 14px 20px;
  }
  .container-fluid div[class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid div[class^="row"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .masthead_new {
    height: 50vh;
    overflow: hidden;
  }
  .masthead_new .container-fluid div[class^="col"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .masthead_new .container-fluid div[class^="row"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .masthead_new .image_wrap .image {
    height: 75%;
    width: auto;
    min-height: 70%;
    min-width: 100%;
    margin-left: 50%;
    transform: translateX(-50%) translateY(50%);
  }
  .right_top .social_top {
    display: none;
  }
  .red_btn,
  .red_btn2,
  .teal_btn {
    font-size: 14px!important;
    margin-top: 15px;
  }
  .first_section .about_block_image_block .container-fluid div[class^="col"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .first_section .about_block_image_block .container-fluid div[class^="row"] {
    padding-left: 0px;
    padding-right: 0px;
  }
  .overlap_images .image_2 {
    width: 100%;
    position: relative;
    top: 8vw;
    right: 0vw;
  }
  .overlap_block_left .text_wrap {
    width: 100%;
    right: 0%;
    position: relative;
    bottom: 0vw;
    top: 7vw;
  }
  .overlap_block_left .text_wrap .text {
    width: 100%;
    left: 0%;
    position: relative;
    z-index: 1;
    padding: 13vw 5vw;
    text-align: center;
  }
  body {
    font-size: 20px;
  }
  .navbar {
    /* align-items: flex-start; */
    justify-content: center;
  }
  .navbar-brand-new .logo {
    margin: 18px 0px 18px 0px;
    height: 19px;
  }
  .hamburger {
    padding: 25px 25px 15px 25px;
  }
  .masthead_home {
    height: 100%;
  }
  .masthead_home .play_btn {
    bottom: 90px;
  }
  .masthead_home .play_btn:hover {
    background-color: #EB4148;
    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: 20px;
    margin-top: 1px;
    margin-bottom: 15px;
  }
  .footer .footer_bottom {
    margin-top: 6vh;
  }
  .footer .logo_footer {
    padding-top: 50px;
  }
  .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: 20px;
    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: #EB4148;
  }
  .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: #EB4148;
    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: #EB4148;
    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;
  }
  .private_first h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 10px;
  }
  .image_block_and_text .text {
    padding: 3vw;
    font-size: 20px;
    line-height: 1.2em;
  }
  .image_block_and_text {
    padding: 30px 0px;
  }
  .offset_block h2 {
    font-size: 60px;
    line-height: 1em;
  }
  .dropdown_list h2 {
    font-size: 60px;
    line-height: 1em;
  }
  .form_block h2,
  .new_menus h2 {
    font-size: 30px;
    line-height: 1em;
  }
  .form_block .gform_wrapper label.gfield_label,
  .form_block .gform_wrapper legend.gfield_label {
    font-weight: 400;
    font-size: 20px;
  }
  masthead_new .mast_title {
    overflow: none;
  }
  .masthead_new h1:after {
    display: none;
  }
  .masthead_new h1 {
    font-size: 8vw;
    line-height: 8.5vw;
  }
  .first_section {
    font-size: 30px;
    position: relative;
  }
  .first_section .about_block_text:before {
    display: none;
  }
  .first_section .about_block_text:after {
    display: none;
  }
  .first_section .about_block_text {
    margin: 20vw 0 20vw 0;
  }
  .overlap_block .text_wrap {
    width: 100%;
    position: relative;
    bottom: 0vw;
    margin-top: 50px;
  }
  .overlap_block .text_wrap .text {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 13vw 5vw;
    text-align: center;
  }
  .menus_block h4 {
    margin-top: 20px;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .left_image_block .text {
    padding: 40px 5vw;
    text-align: center;
  }
  .ticker_block .marquee {
    font-size: 128px;
  }
  .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;
  }
  .footer .social {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer .social a {
    margin-right: 20px;
    margin-left: 0px;
  }
  .footer .footer_row .footer_company {
    width: 100%;
  }
  .footer .footer_row .footer_contact {
    width: 100%;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .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;
  }
  .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;
  }
}
/* Extra Small Devices, Phones */
