/************MEDIA QUERIES******************/
@font-face {
  font-family: "Sabado";
  src: url('../../fonts/sabado_regular-webfont.woff?1536053166') format('woff');
}
@font-face {
  font-family: "Radikal Light";
  src: url('../../fonts/Radikal-Light.woff?1536053166') format('woff');
}
/* line 20, ../sass/_global.scss */
.row.fullwidth {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 25, ../sass/_global.scss */
.row .row {
  max-width: 80.625em;
}

/* line 30, ../sass/_global.scss */
html, body {
  font-size: 16px;
  font-family: 'Radikal Light', sans-serif;
  color: #223C50;
}

/* line 36, ../sass/_global.scss */
h1, h2 {
  font-size: 1.500em;
  text-transform: uppercase;
  letter-spacing: 0.54em;
  position: relative;
  margin-bottom: 8vh;
}
/* line 42, ../sass/_global.scss */
h1:after, h2:after {
  position: absolute;
  content: '';
  left: -5px;
  bottom: -10px;
  background-color: #7CA8C9;
  height: 2px;
  width: calc(10% + 5px);
}

/* line 53, ../sass/_global.scss */
p {
  line-height: 1.8;
  margin-bottom: 3em;
}
/* line 56, ../sass/_global.scss */
p:last-of-type {
  margin-bottom: 0 !important;
}

/* line 61, ../sass/_global.scss */
section {
  padding: 100px 0px;
}
@media only screen and (max-width: 40em) {
  /* line 61, ../sass/_global.scss */
  section {
    padding: 50px 0px;
  }
}

/* line 68, ../sass/_global.scss */
.btn {
  letter-spacing: 0.54em;
  text-transform: uppercase;
  position: relative;
  color: #223C50;
  display: inline-block;
  text-align: center;
  padding: 15px 20px;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
}
/* line 77, ../sass/_global.scss */
.btn:hover {
  background-color: #223C50;
  color: #fff;
}
/* line 80, ../sass/_global.scss */
.btn:hover:before, .btn:hover:after {
  width: 100%;
  height: 100%;
}
/* line 85, ../sass/_global.scss */
.btn:hover:after {
  border-top: 3px solid #7CA8C9;
  border-right: 3px solid #7CA8C9;
}
/* line 90, ../sass/_global.scss */
.btn:before, .btn:after {
  z-index: 3;
  content: '';
  position: absolute;
  box-sizing: border-box;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 98, ../sass/_global.scss */
.btn:before {
  bottom: 0;
  left: 0;
  width: 80%;
  height: 80%;
  border-bottom: 3px solid #7CA8C9;
  border-left: 3px solid #7CA8C9;
}
/* line 106, ../sass/_global.scss */
.btn:after {
  top: 0;
  right: 0;
  width: 0%;
  height: 0%;
  border-top: 0px solid #7CA8C9;
  border-right: 0px solid #7CA8C9;
}

@-webkit-keyframes drop {
  0% {
    top: -20px;
    opacity: 0;
  }
  10% {
    top: -10px;
    opacity: 0;
  }
  25% {
    top: -5px;
    opacity: 0.5;
  }
  50% {
    top: 0px;
    opacity: 1;
  }
  75% {
    top: 5px;
    opacity: 0.5;
  }
  90% {
    top: 10px;
    opacity: 0;
  }
  100% {
    top: 20px;
    opacity: 0;
  }
}
@-moz-keyframes drop {
  0% {
    top: -20px;
    opacity: 0;
  }
  10% {
    top: -10px;
    opacity: 0;
  }
  25% {
    top: -5px;
    opacity: 0.5;
  }
  50% {
    top: 0px;
    opacity: 1;
  }
  75% {
    top: 5px;
    opacity: 0.5;
  }
  90% {
    top: 10px;
    opacity: 0;
  }
  100% {
    top: 20px;
    opacity: 0;
  }
}
@-o-keyframes drop {
  0% {
    top: -20px;
    opacity: 0;
  }
  10% {
    top: -10px;
    opacity: 0;
  }
  25% {
    top: -5px;
    opacity: 0.5;
  }
  50% {
    top: 0px;
    opacity: 1;
  }
  75% {
    top: 5px;
    opacity: 0.5;
  }
  90% {
    top: 10px;
    opacity: 0;
  }
  100% {
    top: 20px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: -20px;
    opacity: 0;
  }
  10% {
    top: -10px;
    opacity: 0;
  }
  25% {
    top: -5px;
    opacity: 0.5;
  }
  50% {
    top: 0px;
    opacity: 1;
  }
  75% {
    top: 5px;
    opacity: 0.5;
  }
  90% {
    top: 10px;
    opacity: 0;
  }
  100% {
    top: 20px;
    opacity: 0;
  }
}
/* line 149, ../sass/_global.scss */
body.page-template-page-simple nav.menu-header:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #223C50;
  z-index: 9;
  opacity: 0.75;
}
@media only screen and (max-width: 40em) {
  /* line 149, ../sass/_global.scss */
  body.page-template-page-simple nav.menu-header:after {
    opacity: 1;
  }
}
/* line 164, ../sass/_global.scss */
body.page-template-page-simple section.text {
  margin-top: 100px;
}
/* line 167, ../sass/_global.scss */
body.page-template-page-simple h2 {
  font-size: 1.2500em;
  letter-spacing: 0.5em;
}

/* line 173, ../sass/_global.scss */
nav.menu-header {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  padding-top: 15px;
  padding-left: calc(30px - .9375rem);
  padding-right: calc(30px - .9375rem);
  padding-bottom: 15px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 40em) {
  /* line 173, ../sass/_global.scss */
  nav.menu-header {
    padding: 15px 0 15px 0;
  }
}
/* line 189, ../sass/_global.scss */
nav.menu-header h1:after {
  display: none;
}
/* line 193, ../sass/_global.scss */
nav.menu-header .logo {
  position: relative;
  text-indent: -9999px;
  background: no-repeat left center / contain;
  height: 60px;
  font-size: 1em;
  margin: 0;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: left;
}
/* line 203, ../sass/_global.scss */
nav.menu-header .logo, nav.menu-header .align {
  height: 60px;
  z-index: 10;
}
/* line 207, ../sass/_global.scss */
nav.menu-header .align {
  position: relative;
  height: 60px;
}
/* line 210, ../sass/_global.scss */
nav.menu-header .align #click-menu {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
  position: absolute;
}
/* line 215, ../sass/_global.scss */
nav.menu-header .align #click-menu.black {
  color: #223C50;
}
/* line 219, ../sass/_global.scss */
nav.menu-header .align #icons {
  text-align: right;
}
/* line 221, ../sass/_global.scss */
nav.menu-header .align #icons #close, nav.menu-header .align #icons #plus {
  display: inline-block;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 225, ../sass/_global.scss */
nav.menu-header .align #icons #close svg, nav.menu-header .align #icons #plus svg {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 60px;
  width: 60px;
}
/* line 229, ../sass/_global.scss */
nav.menu-header .align #icons #close svg .st0, nav.menu-header .align #icons #plus svg .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-miterlimit: 10;
}
/* line 237, ../sass/_global.scss */
nav.menu-header .align #icons #close {
  display: none;
}
@media only screen and (max-width: 40em) {
  /* line 237, ../sass/_global.scss */
  nav.menu-header .align #icons #close {
    display: inline-block;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 237, ../sass/_global.scss */
  nav.menu-header .align #icons #close {
    display: inline-block;
  }
}
@media only screen and (max-width: 40em) {
  /* line 246, ../sass/_global.scss */
  nav.menu-header .align #icons #plus {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 246, ../sass/_global.scss */
  nav.menu-header .align #icons #plus {
    display: none;
  }
}
/* line 255, ../sass/_global.scss */
nav.menu-header .align #icons.open #close {
  opacity: 0;
}
/* line 259, ../sass/_global.scss */
nav.menu-header .align #icons.open #plus svg {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 268, ../sass/_global.scss */
nav.menu-header.black .align #click-menu {
  color: #223C50;
}
/* line 273, ../sass/_global.scss */
nav.menu-header.black .logo.dark {
  display: block;
}
/* line 276, ../sass/_global.scss */
nav.menu-header.black .logo.white {
  display: none;
}
/* line 282, ../sass/_global.scss */
nav.menu-header.open:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #223C50;
  z-index: 9;
  opacity: 0.75;
}
@media only screen and (max-width: 40em) {
  /* line 282, ../sass/_global.scss */
  nav.menu-header.open:after {
    opacity: 1;
  }
}

/* line 299, ../sass/_global.scss */
nav.menu-header .align #click-menu,
#menu-nav ul#menu-main-navigation li a {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  letter-spacing: 0.7em;
  color: #fff;
  text-transform: uppercase;
}

/* line 307, ../sass/_global.scss */
#menu-nav {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  width: 0;
  overflow: hidden;
  background-color: #223C50;
  z-index: 11;
  position: fixed;
  padding: 10vh 0;
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.44, 1.3);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.44, 1.3);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.44, 1.3);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.44, 1.3);
  opacity: 0;
}
/* line 320, ../sass/_global.scss */
#menu-nav img {
  height: 80px;
  width: auto;
}
@media only screen and (max-width: 40em) {
  /* line 320, ../sass/_global.scss */
  #menu-nav img {
    height: 50px;
  }
}
/* line 327, ../sass/_global.scss */
#menu-nav ul {
  padding: 0;
  list-style: none;
}
/* line 331, ../sass/_global.scss */
#menu-nav ul#menu-main-navigation {
  margin: 5vh 0 10vh 0;
}
/* line 333, ../sass/_global.scss */
#menu-nav ul#menu-main-navigation li {
  margin-bottom: 5vh;
}
/* line 336, ../sass/_global.scss */
#menu-nav ul#menu-main-navigation li a:after {
  width: 50px !important;
}
/* line 343, ../sass/_global.scss */
#menu-nav .main-social-media ul.social-media {
  text-align: left;
}
/* line 347, ../sass/_global.scss */
#menu-nav #close_nav {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
@media only screen and (max-width: 40em) {
  /* line 347, ../sass/_global.scss */
  #menu-nav #close_nav {
    top: 20px;
    right: 20px;
  }
}
/* line 356, ../sass/_global.scss */
#menu-nav #close_nav svg {
  height: 60px;
  width: 60px;
}
/* line 359, ../sass/_global.scss */
#menu-nav #close_nav svg .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-miterlimit: 10;
}
/* line 367, ../sass/_global.scss */
#menu-nav.open {
  opacity: 1;
  width: 525px;
  padding: 10vh;
  -moz-box-shadow: -7px 0px 41px -7px rgba(0, 0, 0, 0.34);
  -webkit-box-shadow: -7px 0px 41px -7px rgba(0, 0, 0, 0.34);
  box-shadow: -7px 0px 41px -7px rgba(0, 0, 0, 0.34);
}
@media only screen and (max-width: 40em) {
  /* line 367, ../sass/_global.scss */
  #menu-nav.open {
    width: 100%;
  }
}

/* line 379, ../sass/_global.scss */
#menu-nav ul#menu-main-navigation li a,
.lowerbar {
  position: relative;
}
/* line 382, ../sass/_global.scss */
#menu-nav ul#menu-main-navigation li a:after,
.lowerbar:after {
  position: absolute;
  content: '';
  left: -5px;
  bottom: -10px;
  background-color: #7CA8C9;
  height: 2px;
  width: calc(50% + 5px);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0, 0.44, 1.3);
  -o-transition: all 0.5s cubic-bezier(0.74, 0, 0.44, 1.3);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0, 0.44, 1.3);
  transition: all 0.5s cubic-bezier(0.74, 0, 0.44, 1.3);
}
/* line 393, ../sass/_global.scss */
#menu-nav ul#menu-main-navigation li a:hover:after,
.lowerbar:hover:after {
  width: 100% !important;
}

/* line 402, ../sass/_global.scss */
footer .badges {
  text-align: center;
  padding: 50px 0px;
}
/* line 405, ../sass/_global.scss */
footer .badges .box {
  vertical-align: top;
  display: inline-block;
  padding: 10px 5vw;
  height: 120px;
}
/* line 410, ../sass/_global.scss */
footer .badges .box img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 415, ../sass/_global.scss */
footer .info {
  padding: 5vh 2vh;
  background-color: #3D4347;
  color: #B3B4B9;
}
/* line 419, ../sass/_global.scss */
footer .info .box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 40em) {
  /* line 419, ../sass/_global.scss */
  footer .info .box {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    text-align: center;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 419, ../sass/_global.scss */
  footer .info .box {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    text-align: center;
  }
}
/* line 429, ../sass/_global.scss */
footer .info .box .social-media {
  text-align: right;
  margin-bottom: 2vh;
}
@media only screen and (max-width: 40em) {
  /* line 429, ../sass/_global.scss */
  footer .info .box .social-media {
    text-align: center;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 429, ../sass/_global.scss */
  footer .info .box .social-media {
    text-align: center;
  }
}
/* line 439, ../sass/_global.scss */
footer .info .box .crafted {
  text-align: right;
}
@media only screen and (max-width: 40em) {
  /* line 439, ../sass/_global.scss */
  footer .info .box .crafted {
    text-align: center;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 439, ../sass/_global.scss */
  footer .info .box .crafted {
    text-align: center;
  }
}
/* line 447, ../sass/_global.scss */
footer .info .box .crafted .text, footer .info .box .crafted .lign {
  display: inline-block;
  vertical-align: middle;
}
/* line 452, ../sass/_global.scss */
footer .info .box .crafted .lign .image {
  background: url('../../img/impgraphics-logo.png?1536053166') no-repeat center center/contain;
  height: 20px;
  width: 20px;
  text-indent: -9999px;
  position: relative;
  text-align: left;
}
/* line 462, ../sass/_global.scss */
footer .info .box img {
  margin-left: 2vw;
}
/* line 464, ../sass/_global.scss */
footer .info .box img:first-of-type {
  margin-left: 0vw;
}
/* line 469, ../sass/_global.scss */
footer .info .copy, footer .info .crafted {
  font-size: 0.625em;
}
/* line 472, ../sass/_global.scss */
footer .info .center {
  text-align: center;
}
@media only screen and (max-width: 40em) {
  /* line 472, ../sass/_global.scss */
  footer .info .center {
    margin: 2em 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 472, ../sass/_global.scss */
  footer .info .center {
    margin: 2em 0;
  }
}
/* line 480, ../sass/_global.scss */
footer .info .center .menu-footer-navigation-container {
  margin: 5vh 2vh;
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 480, ../sass/_global.scss */
  footer .info .center .menu-footer-navigation-container {
    margin: 2vh;
  }
}
/* line 485, ../sass/_global.scss */
footer .info .center .menu-footer-navigation-container ul#menu-footer-navigation {
  margin: 0;
  list-style: none;
}
/* line 488, ../sass/_global.scss */
footer .info .center .menu-footer-navigation-container ul#menu-footer-navigation li {
  display: inline-block;
  margin: 0 1vw;
}
/* line 491, ../sass/_global.scss */
footer .info .center .menu-footer-navigation-container ul#menu-footer-navigation li a {
  color: #fff;
  font-size: 0.750em;
}

/* line 505, ../sass/_global.scss */
.main-social-media ul.social-media {
  margin: 0;
}
/* line 507, ../sass/_global.scss */
.main-social-media ul.social-media li {
  display: inline-block;
}
/* line 510, ../sass/_global.scss */
.main-social-media ul.social-media li a svg {
  height: 35px;
  width: 35px;
}
/* line 513, ../sass/_global.scss */
.main-social-media ul.social-media li a svg .st0 {
  fill: #B3B4B9;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 520, ../sass/_global.scss */
.main-social-media ul.social-media li a:hover svg .st0 {
  fill: #fff;
}

/* line 532, ../sass/_global.scss */
.hero,
.hero-home {
  height: 100vh;
  position: relative;
}
/* line 536, ../sass/_global.scss */
.hero .go-down,
.hero-home .go-down {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 5;
  cursor: pointer;
}
/* line 542, ../sass/_global.scss */
.hero .go-down svg,
.hero-home .go-down svg {
  -webkit-animation: drop 1.5s linear 0s infinite normal both running;
  -moz-animation: drop 1.5s linear 0s infinite normal both running;
  -o-animation: drop 1.5s linear 0s infinite normal both running;
  -ms-transition: drop 1.5s linear 0s infinite normal both running;
  animation: drop 1.5s linear 0s infinite normal both running;
  position: relative;
  height: 60px;
  width: 60px;
}
/* line 547, ../sass/_global.scss */
.hero .go-down svg .st0,
.hero-home .go-down svg .st0 {
  fill: none;
  stroke: #fff;
}
/* line 552, ../sass/_global.scss */
.hero .go-down .image, .hero .go-down .comment,
.hero-home .go-down .image,
.hero-home .go-down .comment {
  display: inline-block;
  vertical-align: middle;
}
/* line 556, ../sass/_global.scss */
.hero .go-down .image,
.hero-home .go-down .image {
  height: 60px;
  width: 60px;
}
/* line 560, ../sass/_global.scss */
.hero .go-down .comment,
.hero-home .go-down .comment {
  color: #fff;
  margin-left: 1.5em;
}
@media only screen and (max-width: 40em) {
  /* line 560, ../sass/_global.scss */
  .hero .go-down .comment,
  .hero-home .go-down .comment {
    width: 50%;
  }
}
/* line 566, ../sass/_global.scss */
.hero .go-down .comment h2,
.hero-home .go-down .comment h2 {
  font-size: 1em;
  margin-bottom: 0;
}

/* line 574, ../sass/_global.scss */
.hero-home {
  padding: 0;
  overflow: hidden;
}
/* line 579, ../sass/_global.scss */
.hero-home video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  overflow: hidden;
  background-size: cover;
}
/* line 589, ../sass/_global.scss */
.hero-home .image {
  background: no-repeat center center / cover;
  height: 100%;
}

/* line 596, ../sass/_global.scss */
.hero {
  background-color: #223C50;
}
@media only screen and (max-width: 40em) {
  /* line 596, ../sass/_global.scss */
  .hero {
    height: auto;
    padding: 0 0 150px 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 596, ../sass/_global.scss */
  .hero {
    height: auto;
    padding: 0 0 150px 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 596, ../sass/_global.scss */
  .hero {
    min-height: 100vh;
    height: auto;
  }
}
/* line 610, ../sass/_global.scss */
.hero .image {
  height: calc(100vh - 200px);
  background: no-repeat center center / cover;
}
@media only screen and (max-width: 40em) {
  /* line 610, ../sass/_global.scss */
  .hero .image {
    height: 50vh;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 610, ../sass/_global.scss */
  .hero .image {
    height: 50vh;
  }
}
/* line 620, ../sass/_global.scss */
.hero .box {
  margin-left: 5vw;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
@media only screen and (max-width: 40em) {
  /* line 620, ../sass/_global.scss */
  .hero .box {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 620, ../sass/_global.scss */
  .hero .box {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}

/* line 633, ../sass/_global.scss */
.slick-slider {
  height: 100%;
}
/* line 635, ../sass/_global.scss */
.slick-slider .slick-list {
  height: 100%;
}
/* line 637, ../sass/_global.scss */
.slick-slider .slick-list .slick-track {
  height: 100%;
}
/* line 639, ../sass/_global.scss */
.slick-slider .slick-list .slick-track .slider__item {
  height: 100%;
}

/* line 646, ../sass/_global.scss */
.text {
  position: relative;
}
/* line 648, ../sass/_global.scss */
.text:before {
  position: absolute;
  background: url('../../img/white-background.svg?1536053166') no-repeat bottom right/contain;
  opacity: 0.15;
  content: '';
  bottom: 0;
  right: 0;
  height: 60%;
  width: 100%;
}
/* line 658, ../sass/_global.scss */
.text .main-container {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 40em) {
  /* line 658, ../sass/_global.scss */
  .text .main-container {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 658, ../sass/_global.scss */
  .text .main-container {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 658, ../sass/_global.scss */
  .text .main-container {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/* line 669, ../sass/_global.scss */
.text .main-container .btn {
  margin-top: 5vh;
}

/* line 677, ../sass/_global.scss */
body.page-template-page-about .related,
body.tax-categories .related {
  margin-top: 50px;
}
/* line 679, ../sass/_global.scss */
body.page-template-page-about .related .page,
body.tax-categories .related .page {
  height: 30vw;
}
@media only screen and (max-width: 40em) {
  /* line 679, ../sass/_global.scss */
  body.page-template-page-about .related .page,
  body.tax-categories .related .page {
    height: 50vh;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 679, ../sass/_global.scss */
  body.page-template-page-about .related .page,
  body.tax-categories .related .page {
    height: 40vh;
  }
}
/* line 690, ../sass/_global.scss */
body.page-template-page-about .text .main-container,
body.tax-categories .text .main-container {
  position: relative;
  top: 0%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

/* line 700, ../sass/_global.scss */
body.page-template-page-projects .related .page,
body.tax-categories .related .page,
body.home .related .page {
  margin-bottom: 1.875rem;
}

/* line 713, ../sass/_global.scss */
body.tax-categories .related .page {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 40em) {
  /* line 713, ../sass/_global.scss */
  body.tax-categories .related .page {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 713, ../sass/_global.scss */
  body.tax-categories .related .page {
    margin-bottom: 1.875rem;
  }
}
/* line 721, ../sass/_global.scss */
body.tax-categories .related .page:after {
  top: auto;
  bottom: 0;
  height: 0;
  background-color: #547F9F;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 40em) {
  /* line 721, ../sass/_global.scss */
  body.tax-categories .related .page:after {
    height: 50%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 721, ../sass/_global.scss */
  body.tax-categories .related .page:after {
    height: 50%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 721, ../sass/_global.scss */
  body.tax-categories .related .page:after {
    height: 50%;
  }
}
/* line 737, ../sass/_global.scss */
body.tax-categories .related .page .content {
  opacity: 0;
  bottom: 0;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 10% 5vw;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 40em) {
  /* line 737, ../sass/_global.scss */
  body.tax-categories .related .page .content {
    opacity: 1;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 737, ../sass/_global.scss */
  body.tax-categories .related .page .content {
    opacity: 1;
    padding: 5vh 5vw;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 737, ../sass/_global.scss */
  body.tax-categories .related .page .content {
    opacity: 1;
    padding: 2.5vh 2.5vw;
  }
}
/* line 756, ../sass/_global.scss */
body.tax-categories .related .page .content h2 {
  font-size: 1em;
  margin-bottom: 2.5vh;
}
/* line 760, ../sass/_global.scss */
body.tax-categories .related .page .content p {
  margin-bottom: 2vh;
}
/* line 762, ../sass/_global.scss */
body.tax-categories .related .page .content p:last-of-type {
  color: #7CA8C9;
}
/* line 766, ../sass/_global.scss */
body.tax-categories .related .page .content .arrow {
  bottom: 10%;
  right: 5vw;
}
/* line 772, ../sass/_global.scss */
body.tax-categories .related .page:hover:after {
  height: 50%;
  opacity: 0.74;
}
/* line 776, ../sass/_global.scss */
body.tax-categories .related .page:hover .content {
  opacity: 1;
}

/* line 784, ../sass/_global.scss */
.related {
  padding: 0;
}
/* line 787, ../sass/_global.scss */
.related .cell .cont {
  padding: 0 .9375rem 0 0;
}
@media only screen and (max-width: 40em) {
  /* line 787, ../sass/_global.scss */
  .related .cell .cont {
    padding: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 787, ../sass/_global.scss */
  .related .cell .cont {
    padding: 0;
  }
}
/* line 797, ../sass/_global.scss */
.related .cell:nth-child(3n+2) .cont {
  padding: 0 .9375rem;
}
@media only screen and (max-width: 40em) {
  /* line 797, ../sass/_global.scss */
  .related .cell:nth-child(3n+2) .cont {
    padding: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 797, ../sass/_global.scss */
  .related .cell:nth-child(3n+2) .cont {
    padding: 0;
  }
}
/* line 808, ../sass/_global.scss */
.related .cell:nth-child(3n+3) .cont {
  padding: 0 0 0 .9375rem;
}
@media only screen and (max-width: 40em) {
  /* line 808, ../sass/_global.scss */
  .related .cell:nth-child(3n+3) .cont {
    padding: 0;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 808, ../sass/_global.scss */
  .related .cell:nth-child(3n+3) .cont {
    padding: 0;
  }
}
/* line 819, ../sass/_global.scss */
.related .page {
  height: 100vh;
  background: no-repeat center center / cover;
  position: relative;
}
@media only screen and (max-width: 40em) {
  /* line 819, ../sass/_global.scss */
  .related .page {
    height: 50vh;
    min-height: 500px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 819, ../sass/_global.scss */
  .related .page {
    height: 30vh;
    min-height: 350px;
  }
}
/* line 831, ../sass/_global.scss */
.related .page:after {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #223C50;
  opacity: 0.74;
  content: '';
  left: 0;
  top: 0;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
/* line 842, ../sass/_global.scss */
.related .page .content {
  z-index: 2;
  position: absolute;
  left: 10%;
  bottom: 5vh;
  width: 70%;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  transition: all 0.75s ease;
}
/* line 855, ../sass/_global.scss */
.related .page .content h2, .related .page .content p {
  color: #fff;
}
/* line 858, ../sass/_global.scss */
.related .page .content h2 {
  margin-bottom: 5vh;
  font-size: 1.250em;
}
/* line 862, ../sass/_global.scss */
.related .page .content .arrow {
  position: absolute !important;
  right: -35px;
  bottom: 0em;
}
/* line 872, ../sass/_global.scss */
.related .page .content .arrow svg {
  height: 35px;
  width: 35px;
}
/* line 875, ../sass/_global.scss */
.related .page .content .arrow svg .st0 {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
}
/* line 884, ../sass/_global.scss */
.related .page:hover:after {
  opacity: 0;
}
/* line 887, ../sass/_global.scss */
.related .page:hover .content {
  left: 15%;
  opacity: 0;
}
/* line 895, ../sass/_global.scss */
.related ul.slick-dots li button {
  background-color: #223C50;
  border-radius: 20px;
  opacity: 0.5;
}
/* line 899, ../sass/_global.scss */
.related ul.slick-dots li button:before {
  display: none;
}
/* line 904, ../sass/_global.scss */
.related ul.slick-dots li.slick-active button {
  opacity: 1;
}

/* line 912, ../sass/_global.scss */
.testimony {
  padding: 0;
  background-color: #3D4347;
}
/* line 916, ../sass/_global.scss */
.testimony .images .image {
  background: no-repeat center center / cover;
  height: 100vh;
  width: 100%;
}
@media only screen and (max-width: 40em) {
  /* line 916, ../sass/_global.scss */
  .testimony .images .image {
    height: 50vh;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 916, ../sass/_global.scss */
  .testimony .images .image {
    height: 50vh;
  }
}
/* line 928, ../sass/_global.scss */
.testimony .content {
  color: #fff;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 5vw;
}
@media only screen and (max-width: 40em) {
  /* line 928, ../sass/_global.scss */
  .testimony .content {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 20px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 928, ../sass/_global.scss */
  .testimony .content {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 50px;
  }
}
/* line 940, ../sass/_global.scss */
.testimony .content .cont {
  margin-bottom: 5vh;
}
/* line 942, ../sass/_global.scss */
.testimony .content .cont .description {
  margin-bottom: 25vh;
}
@media only screen and (max-width: 40em) {
  /* line 942, ../sass/_global.scss */
  .testimony .content .cont .description {
    margin-bottom: 5vh;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 942, ../sass/_global.scss */
  .testimony .content .cont .description {
    margin-bottom: 5vh;
  }
}
/* line 951, ../sass/_global.scss */
.testimony .content .cont .btn {
  color: #7CA8C9;
}
/* line 954, ../sass/_global.scss */
.testimony .content .cont:focus {
  outline: none;
}
/* line 958, ../sass/_global.scss */
.testimony .content ul.slick-dots {
  text-align: left;
}
/* line 962, ../sass/_global.scss */
.testimony .content ul.slick-dots li.slick-active button {
  opacity: 1;
}
/* line 966, ../sass/_global.scss */
.testimony .content ul.slick-dots li button {
  background: #7CA8C9;
  border-radius: 20px;
  opacity: 0.5;
}
/* line 970, ../sass/_global.scss */
.testimony .content ul.slick-dots li button:before {
  display: none;
}

/* line 979, ../sass/_global.scss */
#project {
  padding: 0;
  position: relative;
  height: calc(100vh - 100px);
  overflow: hidden;
  background-color: #223C50;
}
@media only screen and (max-width: 40em) {
  /* line 979, ../sass/_global.scss */
  #project {
    height: auto;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 979, ../sass/_global.scss */
  #project {
    height: auto;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 40em) {
  /* line 993, ../sass/_global.scss */
  #project .slick-dots {
    bottom: 15px;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 993, ../sass/_global.scss */
  #project .slick-dots {
    bottom: 25px;
  }
}
/* line 1002, ../sass/_global.scss */
#project .slick-dots li button:before {
  color: #fff;
  font-size: 15px;
}
/* line 1009, ../sass/_global.scss */
#project .cont {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 40em) {
  /* line 1009, ../sass/_global.scss */
  #project .cont {
    height: 40vh;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 1009, ../sass/_global.scss */
  #project .cont {
    height: 50vw;
  }
}
/* line 1018, ../sass/_global.scss */
#project .cont .image {
  position: absolute;
  height: 105vh;
  width: 105vw;
  top: -2.5vh;
  left: -2.5vw;
  background: no-repeat center center / cover;
  -moz-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 40em) {
  /* line 1018, ../sass/_global.scss */
  #project .cont .image {
    height: 40vh;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 1018, ../sass/_global.scss */
  #project .cont .image {
    height: 50vw;
  }
}
/* line 1035, ../sass/_global.scss */
#project .description {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  overflow: hidden;
  opacity: 0;
  -moz-transition: max-width 0.2s ease;
  -o-transition: max-width 0.2s ease;
  -webkit-transition: max-width 0.2s ease;
  transition: max-width 0.2s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media only screen and (max-width: 40em) {
  /* line 1035, ../sass/_global.scss */
  #project .description {
    position: relative;
    opacity: 1;
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 1035, ../sass/_global.scss */
  #project .description {
    position: relative;
    opacity: 1;
    width: 100%;
    height: auto;
  }
}
/* line 1057, ../sass/_global.scss */
#project .description:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #223C50;
  opacity: 0.54;
}
/* line 1067, ../sass/_global.scss */
#project .description .st0 {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
@media only screen and (max-width: 40em) {
  /* line 1067, ../sass/_global.scss */
  #project .description .st0 {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 1067, ../sass/_global.scss */
  #project .description .st0 {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/* line 1076, ../sass/_global.scss */
#project .description .st0 h1, #project .description .st0 h2 {
  margin-bottom: 2.5vh;
}
/* line 1079, ../sass/_global.scss */
#project .description .st0 h2 {
  font-size: 1em;
  text-transform: none;
  letter-spacing: 0;
}
/* line 1083, ../sass/_global.scss */
#project .description .st0 h2:after {
  display: none;
}
/* line 1087, ../sass/_global.scss */
#project .description .st0 h3 {
  margin: 4vh 0;
  color: #7CA8C9;
  font-size: 0.875em;
}
/* line 1092, ../sass/_global.scss */
#project .description .st0 .content {
  height: 40vh;
  width: 100%;
  overflow-y: scroll;
  padding: 10px 20px 10px 0;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) and (orientation: landscape) {
  /* line 1092, ../sass/_global.scss */
  #project .description .st0 .content {
    height: 30vh;
  }
}
/* line 1100, ../sass/_global.scss */
#project .description .st0 .content::-webkit-scrollbar {
  width: 20px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%);
}
/* line 1104, ../sass/_global.scss */
#project .description .st0 .content::-webkit-scrollbar-thumb {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjM0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMzQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.34) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.34) 100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.34) 100%);
}
@media only screen and (max-width: 40em) {
  /* line 1092, ../sass/_global.scss */
  #project .description .st0 .content {
    height: auto;
    padding: 0;
  }
  /* line 1110, ../sass/_global.scss */
  #project .description .st0 .content::-webkit-scrollbar {
    display: none;
    width: 20px;
  }
  /* line 1114, ../sass/_global.scss */
  #project .description .st0 .content::-webkit-scrollbar-thumb {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 1092, ../sass/_global.scss */
  #project .description .st0 .content {
    height: auto;
    padding: 0;
  }
  /* line 1121, ../sass/_global.scss */
  #project .description .st0 .content::-webkit-scrollbar {
    display: none;
    width: 20px;
  }
  /* line 1125, ../sass/_global.scss */
  #project .description .st0 .content::-webkit-scrollbar-thumb {
    display: none;
  }
}
/* line 1135, ../sass/_global.scss */
#project.open .cont .image {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
/* line 1139, ../sass/_global.scss */
#project.open .description {
  width: 100%;
  opacity: 1;
}

/* line 1146, ../sass/_global.scss */
body.single-projects {
  background-color: #223C50;
}
/* line 1148, ../sass/_global.scss */
body.single-projects footer {
  display: none;
}
/* line 1151, ../sass/_global.scss */
body.single-projects section.nav-projects {
  height: 100px;
  width: 100%;
  z-index: 1;
  padding: 10px;
  position: relative;
}
@media only screen and (max-width: 40em) {
  /* line 1151, ../sass/_global.scss */
  body.single-projects section.nav-projects {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 1151, ../sass/_global.scss */
  body.single-projects section.nav-projects {
    display: none;
  }
}
/* line 1163, ../sass/_global.scss */
body.single-projects section.nav-projects:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #223C50;
  z-index: 2;
}
@media only screen and (max-width: 40em) {
  /* line 1163, ../sass/_global.scss */
  body.single-projects section.nav-projects:after {
    opacity: 1;
  }
}
/* line 1176, ../sass/_global.scss */
body.single-projects section.nav-projects #icons {
  z-index: 3;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 60px;
}
/* line 1180, ../sass/_global.scss */
body.single-projects section.nav-projects #icons #close, body.single-projects section.nav-projects #icons #plus {
  height: 60px;
  width: 60px;
  display: inline-block;
  cursor: pointer;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* line 1186, ../sass/_global.scss */
body.single-projects section.nav-projects #icons #close svg, body.single-projects section.nav-projects #icons #plus svg {
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 60px;
  width: 60px;
}
/* line 1190, ../sass/_global.scss */
body.single-projects section.nav-projects #icons #close svg .st0, body.single-projects section.nav-projects #icons #plus svg .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-miterlimit: 10;
}
@media only screen and (max-width: 40em) {
  /* line 1198, ../sass/_global.scss */
  body.single-projects section.nav-projects #icons #plus {
    display: none;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 1198, ../sass/_global.scss */
  body.single-projects section.nav-projects #icons #plus {
    display: none;
  }
}
/* line 1207, ../sass/_global.scss */
body.single-projects section.nav-projects #icons.open #close {
  opacity: 0;
}
/* line 1211, ../sass/_global.scss */
body.single-projects section.nav-projects #icons.open #plus svg {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 1217, ../sass/_global.scss */
body.single-projects section.nav-projects .slider-projects-all {
  position: relative;
  z-index: 3;
}
/* line 1220, ../sass/_global.scss */
body.single-projects section.nav-projects .slider-projects-all .box {
  padding: 10px;
}
/* line 1222, ../sass/_global.scss */
body.single-projects section.nav-projects .slider-projects-all .box .pic {
  background: no-repeat center center / cover;
  height: 60px;
  position: relative;
}
/* line 1226, ../sass/_global.scss */
body.single-projects section.nav-projects .slider-projects-all .box .pic:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #223C50;
  z-index: 2;
  opacity: 0.75;
  content: '';
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 1239, ../sass/_global.scss */
body.single-projects section.nav-projects .slider-projects-all .box:focus {
  outline: none;
}
/* line 1244, ../sass/_global.scss */
body.single-projects section.nav-projects .slider-projects-all .box.slick-current .pic:after {
  opacity: 0;
}

/* line 1254, ../sass/_global.scss */
form {
  margin-top: 50px;
}
/* line 1256, ../sass/_global.scss */
form label {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.54em;
  position: relative;
  margin-bottom: 5em;
  margin-top: 1em;
  height: 1em;
}
/* line 1264, ../sass/_global.scss */
form label:after {
  position: absolute;
  content: '';
  left: -5px;
  bottom: -10px;
  background-color: #7CA8C9;
  height: 2px;
  width: calc(7% + 5px);
}
/* line 1273, ../sass/_global.scss */
form label [type=email], form label [type=tel], form label [type=text], form label select {
  margin-top: 1em;
  background-color: #7ca8c924;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
/* line 1279, ../sass/_global.scss */
form label [type=email]:focus, form label [type=tel]:focus, form label [type=text]:focus, form label select:focus {
  border: none;
}
/* line 1284, ../sass/_global.scss */
form .wpcf7-not-valid-tip {
  letter-spacing: normal;
  text-transform: none;
}
/* line 1288, ../sass/_global.scss */
form .align {
  margin-top: 3em;
  text-align: center;
}
/* line 1291, ../sass/_global.scss */
form .align .btn {
  padding: 3px 3px;
}
/* line 1293, ../sass/_global.scss */
form .align .btn [type=submit] {
  position: relative;
  cursor: pointer;
  z-index: 4;
  color: #223C50;
  letter-spacing: 0.54em;
  text-transform: uppercase;
  padding: 15px 20px;
  margin: 0 auto;
  border: none;
  border-radius: 0;
  -moz-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  background-color: #fff;
}
/* line 1308, ../sass/_global.scss */
form .align .btn:hover [type=submit] {
  background-color: #223C50;
  color: #fff;
}
/* line 1315, ../sass/_global.scss */
form .wpcf7-form-control-wrap {
  text-align: center;
  display: block;
  width: 100%;
}
/* line 1319, ../sass/_global.scss */
form .wpcf7-form-control-wrap .wpcf7-recaptcha, form .wpcf7-form-control-wrap .wpcf7-wpgdprc {
  display: inline-block;
}

/* line 1331, ../sass/_global.scss */
.vacancy {
  padding: 0;
  background-color: #547F9F;
}
/* line 1334, ../sass/_global.scss */
.vacancy .image {
  background: no-repeat center center / cover;
}
@media only screen and (max-width: 40em) {
  /* line 1334, ../sass/_global.scss */
  .vacancy .image {
    height: 50vh;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 1334, ../sass/_global.scss */
  .vacancy .image {
    height: 50vh;
  }
}
/* line 1343, ../sass/_global.scss */
.vacancy .content {
  padding: 5vh 5vw;
  min-height: 70vh;
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 1343, ../sass/_global.scss */
  .vacancy .content {
    min-height: 40vh;
  }
}
/* line 1349, ../sass/_global.scss */
.vacancy .content .box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
/* line 1355, ../sass/_global.scss */
.vacancy .content .box .btn {
  margin-top: 5vh;
  color: #7CA8C9;
}
@media only screen and (max-width: 40em) {
  /* line 1349, ../sass/_global.scss */
  .vacancy .content .box {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
  /* line 1349, ../sass/_global.scss */
  .vacancy .content .box {
    position: relative;
    top: 0%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
/* line 1367, ../sass/_global.scss */
.vacancy:nth-of-type(odd) {
  background-color: #0E4A77;
}

/* line 1372, ../sass/_global.scss */
.hero-contact {
  background: no-repeat center center / cover;
  height: 300px;
}

/* line 1377, ../sass/_global.scss */
.get-in-touch {
  background-color: #223C50;
  color: #fff;
}
/* line 1380, ../sass/_global.scss */
.get-in-touch a {
  color: #fff;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 1383, ../sass/_global.scss */
.get-in-touch a:hover {
  color: #7CA8C9;
}
/* line 1388, ../sass/_global.scss */
.get-in-touch form label {
  color: #fff;
}
/* line 1391, ../sass/_global.scss */
.get-in-touch form input, .get-in-touch form select {
  color: #fff;
}
/* line 1393, ../sass/_global.scss */
.get-in-touch form input:focus, .get-in-touch form select:focus {
  color: #000;
}
/* line 1397, ../sass/_global.scss */
.get-in-touch form [type=submit] {
  background-color: #223C50 !important;
  color: #fff !important;
}

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