@import url(//hello.myfonts.net/count/38e70f);
@import url(//hello.myfonts.net/count/38e82f);
@import url(//hello.myfonts.net/count/38f404);
/**
 * styles.scss
 * ---
 * Main `sass` file. Import here `sass` files
 */
/*@import "bootstrap-grid/bootstrap-grid";*/
/**
 * modules/variables
 * ---
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid
 */
/**
 * modules/mixins
 * ---
 */
/**
 * modules/fonts
 * ---
 * Declare fonts here
 */
@font-face {
  font-family: "Avenir";
  src: url("fonts/38E70F_0_0.eot");
  src: url("fonts/38E70F_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/38E70F_0_0.woff2") format("woff2"), url("fonts/38E70F_0_0.woff") format("woff"), url("fonts/38E70F_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-Bold";
  src: url("fonts/38E82F_0_0.eot");
  src: url("fonts/38E82F_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/38E82F_0_0.woff2") format("woff2"), url("fonts/38E82F_0_0.woff") format("woff"), url("fonts/38E82F_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Avenir-Medium";
  src: url("fonts/38F404_0_0.eot");
  src: url("fonts/38F404_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/38F404_0_0.woff2") format("woff2"), url("fonts/38F404_0_0.woff") format("woff"), url("fonts/38F404_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "DIN2014WebBold";
  src: url("fonts/din-2014_bold.woff2") format("woff2"), url("fonts/din-2014_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN2014WebRegular";
  src: url("fonts/din-2014_regular.woff2") format("woff2"), url("fonts/din-2014_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/**
 * partials/reset
 * ---
 * Reset file
 * NOTE: also `normalize.css` is used
 */
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "din-2014", "Helvetica Neue", Helvetica, Arial, "Open Sans", sans-serif;
  font-size: 140%;
  line-height: 1.5;
  color: #444;
  background-color: #fff;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #444;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: underline;
}
input[type=text],
input[type=search] {
  font-size: inherit;
  line-height: inherit;
}

::-moz-selection {
  background-color: rgb(13, 19, 20);
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: rgb(13, 19, 20);
  color: #fff;
  text-shadow: none;
}

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center;
}
.wp-caption img {
  padding: 0;
  margin: 0;
  width: auto;
  max-width: 98.5%;
  height: auto;
  border: 0 none;
  margin-bottom: 10px;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 100%;
  font-size: 1.6rem;
  line-height: 1.33;
}

body .cli-switch input:checked + .cli-slider {
  background-color: #DF218F;
}

#cookie-law-info-again {
  box-shadow: none !important;
  right: 50px !important;
  border: 1px solid #ccc;
  border-bottom: none;
}

#cookie_hdr_showagain {
  color: #aaa !important;
}

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}

.reset-box {
  padding: 0;
  margin: 0;
}

/**
* partials/wrapper
* ---
*/
.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}
.wrapper p {
  margin: 0 0 1.5em 0;
}
.wrapper .page-content {
  font-size: 162.5%;
  font-size: 2.6rem;
}
@media (min-width: 1800px) {
  .wrapper .page-content {
    font-size: 131.25%;
    font-size: 2.1rem;
  }
}
.wrapper .about-content {
  padding-left: 11px;
  padding-right: 30px;
  position: relative;
  font-family: "Avenir-Medium", sans-serif;
  font-size: 187.5%;
  font-size: 3rem;
  color: #000;
  max-width: 1500px;
  margin: 0 auto;
  width: 83.33%;
  line-height: 1.4;
  margin-bottom: 60px;
  margin-top: 70px;
}
@media (min-width: 530px) {
  .wrapper .about-content {
    margin-bottom: 80px;
    margin-top: 110px;
  }
}
@media (min-width: 768px) {
  .wrapper .about-content {
    margin-bottom: 144px;
    margin-top: 144px;
  }
}
.wrapper .about-content:before {
  content: "";
  height: 21px;
  width: 21px;
  border: 3px solid #DF218F;
  position: absolute;
  top: -10px;
  left: -21px;
}
.wrapper .page-header {
  text-align: center;
  color: #000;
}
.wrapper h1 {
  font-size: 240.625%;
  font-size: 3.85rem;
  font-weight: 400;
  font-family: "Avenir", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .wrapper h1 {
    font-size: 343.75%;
    font-size: 5.5rem;
  }
}
.wrapper h1 strong {
  font-family: "Avenir-Bold", sans-serif;
}

.inner {
  width: 83.33%;
  max-width: 1500px;
  margin: 0 auto;
}

.set-below-header {
  margin-top: 200px;
}
@media (min-width: 1800px) {
  .set-below-header {
    margin-top: 270px;
  }
}

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

.col50 {
  width: 50%;
  float: left;
  padding-right: 1%;
}

.pink {
  color: #DF218F;
}

ul.share-buttons {
  list-style: none;
  padding: 0;
}

ul.share-buttons li {
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.grecaptcha-badge {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  font-size: 41.875%;
}
@media (min-width: 1800px) {
  html {
    font-size: 62.5%;
  }
}

.page-template-page-contact .set-below-header {
  padding-bottom: 64px;
}

/**
 * partials/header
 * ---
 */
.header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  overflow: hidden;
}
.header__nav-open {
  position: absolute;
  top: 42px;
  right: 8.33%;
  cursor: pointer;
  z-index: 2000;
}
.header__nav-open:hover {
  opacity: 0.8;
}
.header__nav-open--fixed {
  top: 15px;
  position: fixed;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .header__nav-open--fixed {
    top: 22px;
  }
}
@media (min-width: 1800px) {
  .header__nav-open--fixed {
    width: 52px;
    height: 52px;
    top: 29px;
  }
}
.header__nav-open--header-notice {
  top: 89px;
}
@media (min-width: 768px) {
  .header__nav-open--header-notice {
    top: 96px;
  }
}
@media (min-width: 1800px) {
  .header__nav-open--header-notice {
    width: 52px;
    height: 52px;
    top: 103px;
  }
}
.header__nav-open--header-notice.header__nav-open--fixed {
  top: 15px;
  position: fixed;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .header__nav-open--header-notice.header__nav-open--fixed {
    top: 22px;
  }
}
@media (min-width: 1800px) {
  .header__nav-open--header-notice.header__nav-open--fixed {
    width: 52px;
    height: 52px;
    top: 29px;
  }
}
.header__nav-close {
  cursor: pointer;
  z-index: 2000;
  display: none;
  float: right;
  margin-top: -74px;
}
.header__nav-close:hover {
  opacity: 0.8;
}
.header--fixed {
  background-color: #fff;
  padding: 15px 0 15px 0;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  top: -115px;
  overflow: visible;
  transition: top 0.5s ease-out;
}
@media (min-width: 1800px) {
  .header--fixed {
    top: -180px;
    padding: 22px 0 23px 0;
  }
}
.header--fixed--open {
  top: 0;
}
.header--fixed .logo {
  display: none;
}
.header--fixed .logo--fixed {
  display: block;
}
.header--fixed-bottom-border {
  position: absolute;
  bottom: -32px;
  width: 100%;
  left: 0;
  background-image: url(img/fixed-nav-bottom-border.png);
  background-repeat: repeat-x;
  background-position: bottom;
  height: 32px;
  z-index: 10000;
}
.header__search {
  position: absolute;
  top: 42px;
  right: calc(8.33% + 62px);
  cursor: pointer;
  z-index: 1400;
  background: rgba(255, 255, 255, 0.8);
}
.header__search:hover {
  background: rgb(255, 255, 255);
}
.header__search--header-notice {
  top: 89px;
}
@media (min-width: 768px) {
  .header__search--header-notice {
    top: 96px;
  }
}
@media (min-width: 1800px) {
  .header__search--header-notice {
    top: 103px;
  }
}
.header__search--fixed {
  top: 15px;
  position: fixed;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .header__search--fixed {
    top: 22px;
  }
}
@media (min-width: 1800px) {
  .header__search--fixed {
    width: 52px;
    height: 52px;
    top: 29px;
  }
}

.logo {
  margin-top: 42px;
  margin-left: 8.33%;
}
.logo img {
  width: 100px;
}
@media (min-width: 768px) {
  .logo img {
    width: 127px;
  }
}
@media (min-width: 1800px) {
  .logo img {
    width: 190px;
  }
}
.logo--header-notice {
  margin-top: 76px;
}
.logo--fixed {
  margin-left: 8.33%;
  display: none;
  width: 61px;
}
.logo--fixed img {
  width: 61px;
  height: 52.33px;
}
@media (min-width: 1800px) {
  .logo--fixed {
    width: 101px;
  }
  .logo--fixed img {
    width: 101px;
    height: 86.64px;
  }
}

.page-template-page-home .logo--header-notice {
  margin-top: 116px;
}

/**
 * partials/nav
 * ---
 * Menus
 */
.nav {
  position: absolute;
  top: 0;
  right: -427px;
  width: 100%;
  max-width: 427px;
  padding-top: 116px;
  transition: all 0.2s ease-out;
  z-index: 1500;
}
.nav.open {
  background-color: #DF218F;
  background-image: url(img/logo-white-trans.png);
  background-image: url(img/logo-white-trans.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  right: 0;
}
.nav__menu {
  max-width: 224px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.nav__menu > ul > li {
  border-bottom: 1px solid #ef90c7;
  margin-bottom: 10px;
}
.nav__menu > ul > li:last-child {
  border: none;
}
.nav__placeholder > a {
  cursor: default;
}
.nav__placeholder > a:hover {
  color: #fff !important;
}
.nav ul {
  list-style: none;
  text-align: right;
  margin: 0;
  padding: 0;
}
.nav ul li a {
  color: #fff;
  font-size: 250%;
  font-size: 4rem;
  text-transform: uppercase;
  padding: 10px 0 14px 0;
  display: block;
  text-decoration: none;
}
.nav ul li a:hover {
  color: #2b2b2b;
}
.nav ul li.current-menu-item {
  font-weight: 700;
}
.nav ul.sub-menu {
  margin-bottom: 24px;
}
.nav ul.sub-menu li a {
  font-size: 112.5%;
  font-size: 2.4rem;
  color: #2b2b2b;
  padding: 6px 0;
}
@media (min-width: 1800px) {
  .nav ul.sub-menu li a {
    font-size: 1.8rem;
  }
}
.nav ul.sub-menu li a:hover {
  color: #fff;
}

/**
 * partials/sidebar
 * ---
 */
/**
 * partials/footer
 * ---
 */
.footer {
  background-color: #353935;
  color: #fff;
  font-size: 140%;
  text-align: center;
}
@media (min-width: 1023px) {
  .footer {
    text-align: left;
  }
}
.footer__contact__left {
  width: 100%;
  float: left;
  background-color: #ff8200;
  color: #fff;
}
@media (min-width: 768px) {
  .footer__contact__left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer__contact__left {
    height: auto !important;
  }
}
.footer__contact__left__spacer {
  height: 50px;
  width: 100%;
}
@media (min-width: 1023px) {
  .footer__contact__left__spacer {
    height: 0;
  }
}
.footer__contact__right {
  width: 100%;
  float: left;
  background-size: cover;
  background-position: 50% 50%;
}
@media (min-width: 768px) {
  .footer__contact__right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer__contact__right {
    height: auto !important;
  }
}
.footer__contact__right img {
  visibility: hidden;
}
.footer__columns {
  padding: 80px 0 50px 0;
}
@media (min-width: 768px) {
  .footer__columns {
    padding: 168px 0 102px 0;
  }
}
@media (min-width: 1023px) {
  .footer__columns {
    width: 90%;
  }
}
@media (min-width: 1440px) {
  .footer__columns {
    width: 83.33%;
  }
}
.footer__header {
  font-family: "DIN2014WebBold", sans-serif;
  font-size: 125%;
  font-size: 2rem;
  color: #DF218F;
  text-transform: uppercase;
  padding-top: 8px;
  letter-spacing: 0.32px;
  text-align: center;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  .footer__header {
    padding-bottom: 0;
  }
}
@media (min-width: 1023px) {
  .footer__header {
    text-align: left;
  }
}
.footer__left {
  width: 100%;
  float: left;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .footer__left {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 1023px) {
  .footer__left {
    width: 31%;
  }
}
@media (min-width: 1440px) {
  .footer__left {
    width: 33.8%;
  }
}
@media (min-width: 768px) {
  .footer__left__container {
    border-right: 2px solid #DF218F;
  }
}
.footer__left__container img {
  margin: 0 auto 30px auto;
  width: 127px;
}
@media (min-width: 1023px) {
  .footer__left__container img {
    margin: 0 0 30px 60px;
  }
}
@media (min-width: 1800px) {
  .footer__left__container img {
    margin: 0 0 50px 80px;
    width: 190px;
  }
}
.footer__left__tagline {
  font-size: 112.5%;
  font-size: 1.8rem;
  color: #fff;
}
.footer .pink-block {
  position: relative;
  width: 6px;
  height: 6px;
  bottom: 2px;
  display: inline-block;
  background-color: #DF218F;
  margin: 0 4px 0 4px;
}
.footer__social {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .footer__social {
    width: 50%;
  }
}
@media (min-width: 1023px) {
  .footer__social {
    width: 26.8%;
  }
}
@media (min-width: 1440px) {
  .footer__social {
    width: 28.8%;
  }
}
.footer__social__container {
  max-width: 220px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1023px) {
  .footer__social__container {
    max-width: 196px;
  }
}
@media (min-width: 1440px) {
  .footer__social__container {
    max-width: 220px;
  }
}
.footer__social__link {
  display: inline-block;
  padding: 8px 16px 30px 0;
}
.footer__social__link img {
  width: 34px;
  height: 34px;
}
@media (min-width: 1023px) {
  .footer__social__link img {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 1440px) {
  .footer__social__link img {
    width: 34px;
    height: 34px;
  }
}
.footer__social__link:hover {
  opacity: 0.8;
}
.footer__social__email a {
  color: #efefef;
  font-size: 112.5%;
  font-size: 1.8rem;
}
.footer__social__email a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.footer__contact-info {
  width: 100%;
  float: left;
  font-family: "Avenir", sans-serif;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .footer__contact-info {
    margin-top: 50px;
  }
}
.footer__contact-info a {
  color: #fff;
}
.footer__contact-info .col50 {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .footer__contact-info .col50 {
    width: 50%;
  }
}
.footer__contact-info .col50:nth-child(2) p {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1023px) {
  .footer__contact-info {
    width: 42.2%;
    margin-top: 0;
  }
  .footer__contact-info .col50:nth-child(2) p {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1440px) {
  .footer__contact-info {
    width: 37.4%;
  }
}
.footer__copyright {
  text-align: center;
  opacity: 0.3;
  font-size: 87.5%;
  font-size: 1.4rem;
  padding-bottom: 64px;
}
.footer__copyright a {
  color: #fff;
}

/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.home-slider {
  height: 100vh;
  overflow: hidden;
  position: relative;
  /*
  .slick-list, .slick-track {
      height:100vh;
      max-height:100%;
  }

  .slick-dots {
      position:absolute;
      z-index:600;
      bottom:20px;
      left:8.3%;
      list-style:none;
      font-family:$avenir;
      font-size:20px;
      font-weight:600;
      margin:0;
      padding:0;
      display:none!important;


      @include atMedium {
          bottom:50px;
          display:block!important;
      }

      @include atLarge {
          bottom:70px;
          right:8.3%;
          left:auto;
      }

      @include atBelowVeryShort {
          bottom:5px;
      }

      @include belowVeryShortandWide {
          display:none!important;
      }

      li {
          display:inline-block;
          margin-right:20px;
          cursor:pointer;
          &:last-child {
              margin-right:0;
          }

          @include atLarge {
              margin-right:10px;
          }

          @include at1280px {
              margin-right:20px;
          }
      }

      li a {
          color:#fff;
          display:block;
          text-decoration:none;
          padding:12px;
          width:15px;
          height:15px;
          background-color:#fff;

          &:hover {
              background-color:$pink;
          }


          @include at1280px {
              padding:0;
          }
      }

      li.slick-active a {
          color:$pink;
          background-color:$pink;
      }
  }
  */
}
.home-slider #video-mute, .home-slider #video-unmute {
  position: absolute;
  z-index: 1000000;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  opacity: 0.5;
}
.home-slider #video-mute:hover, .home-slider #video-unmute:hover {
  opacity: 1;
}
.home-slider__navigation {
  position: absolute;
  z-index: 999;
  bottom: 30px;
  right: 8.33%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .home-slider__navigation {
    bottom: 73px;
  }
}
.home-slider__navigation__item {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.5;
  background-color: #fff;
  width: 11px;
  height: 11px;
  border-radius: 11px;
}
.home-slider__navigation__item:hover {
  opacity: 1;
}
.home-slider__navigation__item.active {
  opacity: 1;
}
.home-slider__slides {
  max-height: 100%;
  height: 100%;
}
.home-slider__slides .current {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s ease-out;
}
.home-slider__slides .current.moving {
  left: -100px;
  z-index: 200;
}
.home-slider__slides .current .home-slider__slide__project {
  visibility: visible;
  opacity: 1;
}
.home-slider__slides .next {
  position: absolute;
  top: 0;
  left: 100%;
  transition: all 1s cubic-bezier(0.65, 0.01, 0.34, 1);
  overflow: hidden;
}
.home-slider__slides .next .home-slider__slide__img {
  transition: all 1s cubic-bezier(0.65, 0.01, 0.34, 1);
  position: absolute;
  left: -90%;
}
.home-slider__slides .next .home-slider__slide__project {
  visibility: hidden;
}
.home-slider__slides .next.moving {
  left: 0px;
  z-index: 300;
}
.home-slider__slides .next.moving .home-slider__slide__img {
  left: 0px;
}
.home-slider__slide {
  max-height: 100%;
  height: 100%;
  width: 100%;
  transition: all 1s cubic-bezier(0.905, 0.01, 0.05, 1.005);
}
.home-slider__slide__img {
  max-height: 100%;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.home-slider__slide img {
  visibility: hidden;
  display: block;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .home-slider__slide img {
    /* IE10+ specific styles go here */
    visibility: visible;
    width: 100%;
  }
}
.home-slider__project {
  position: absolute;
  left: 8.33%;
  bottom: 73px;
  bottom: auto;
  top: calc(100% - 91px);
  color: #fff;
  text-transform: uppercase;
  font-family: "Avenir", sans-serif;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  opacity: 1;
  transition: opacity 0.1s ease-out;
  font-size: 1.9rem;
  font-family: "Avenir-Medium", sans-serif;
  z-index: 999;
}
@media (min-width: 530px) {
  .home-slider__project {
    flex-wrap: nowrap;
  }
}
.home-slider__project__link {
  flex: 1 1 100%;
  margin-top: 6px;
}
@media (min-width: 530px) {
  .home-slider__project__link {
    flex: 1 1 auto;
    margin-left: 12px;
    margin-top: 0;
  }
}
.home-slider__project a {
  color: #DF218F;
}
.home-slider__video {
  visibility: hidden;
}
.home-slider__hero-message {
  font-size: 343.75%;
  font-size: 5.5rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "Avenir", sans-serif;
  line-height: 1;
  position: absolute;
  left: 8.33%;
  bottom: 94px;
  z-index: 500;
  max-width: 750px;
  margin-left: -5px;
}
.home-slider__hero-message:before {
  content: "";
  position: absolute;
  background-image: url(img/icons/icon-square.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
  left: -20px;
  top: 3px;
}
@supports (-webkit-touch-callout: none) {
  .home-slider__hero-message:before {
    /* iOS specific styles go here */
    top: 0;
  }
}
@supports (-webkit-text-size-adjust: 100%) {
  .home-slider__hero-message:before {
    /* Macbook and MacBook-Retina-specific stuff here - NOT applies to Chrome on PC */
  }
}
@media (min-width: 530px) {
  .home-slider__hero-message:before {
    width: 22px;
    height: 21px;
    left: -40px;
    top: 3px;
  }
}
@media (min-width: 1800px) {
  .home-slider__hero-message:before {
    top: 6px;
  }
}
.home-slider__hero-message .inner {
  margin-right: 0;
  margin-left: 8.33%;
}
.home-slider__hero-message strong {
  font-family: "Avenir-Bold", sans-serif;
  font-weight: normal;
}
@media (min-width: 1800px) {
  .home-slider__hero-message {
    bottom: 104px;
  }
}
@media (max-height: 479px) and (min-width: 480px) {
  .home-slider__hero-message {
    margin-top: -46px;
  }
}
.home-slider__gradient {
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background-image: url(img/gradient.png);
  background-position: bottom;
  background-size: auto 100%;
  z-index: 400;
}
.home-slider__top-gradient {
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
  background-image: url(img/gradient-top.png);
  background-position: bottom;
  background-size: auto 100%;
  z-index: 400;
}

.ie7 .home-slider__slide img, .ie8 .home-slider__slide img, .ie9 .home-slider__slide img {
  visibility: visible;
  width: 100%;
}

.home-experience {
  transition: all 0.3s ease-out;
  padding-left: 80px;
  background-image: url(img/e-x-p-e-r-i-e-n-c-e.png);
  background-image: url(img/e-x-p-e-r-i-e-n-c-e.svg), linear-gradient(100%, 100%);
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (min-width: 400px) {
  .home-experience {
    padding-left: 90px;
  }
}
@media (min-width: 530px) {
  .home-experience {
    padding-left: 120px;
  }
}
@media (min-width: 1023px) {
  .home-experience {
    padding-left: 200px;
    background-position: 10% 0;
  }
}
@media (min-width: 1280px) {
  .home-experience {
    background-position: 20% 0;
    padding-left: 260px;
  }
}
@media (min-width: 1520px) {
  .home-experience {
    padding-left: 310px;
  }
}
@media (min-width: 1800px) {
  .home-experience {
    background-position: 12% 0;
    padding-left: 351px;
  }
}
.home-experience__vertical {
  position: relative;
}
.home-experience__vertical span {
  top: -19px;
  left: -8px;
  position: absolute;
  display: block;
  transform: rotate(90deg);
  font-size: 10.5rem;
  width: 60px;
  letter-spacing: 2px;
  font-family: "Avenir-Bold", sans-serif;
  font-weight: bold;
  color: #DF218F;
}
@media (min-width: 530px) {
  .home-experience__vertical {
    display: block;
    top: -12px;
    left: 0;
  }
  .home-experience__vertical span {
    width: 100px;
    font-size: 15.7rem;
  }
}
@media (min-width: 768px) {
  .home-experience__vertical {
    top: -24px;
  }
  .home-experience__vertical span {
    font-size: 17.65rem;
  }
}
@media (min-width: 1023px) {
  .home-experience__vertical {
    top: 20px;
    left: 30px;
  }
  .home-experience__vertical span {
    width: 200px;
    font-size: 21rem;
  }
}
@media (min-width: 1280px) {
  .home-experience__vertical {
    top: 50px;
    left: 50px;
  }
  .home-experience__vertical span {
    width: 260px;
  }
}
@media (min-width: 1520px) {
  .home-experience__vertical {
    top: 64px;
    left: 66px;
  }
  .home-experience__vertical span {
    width: 310px;
    font-size: 22.7rem;
  }
}
@media (min-width: 1800px) {
  .home-experience__vertical {
    top: 0;
    left: 0;
  }
  .home-experience__vertical span {
    top: -10px;
    left: 16px;
    width: 351px;
    font-size: 24.7rem;
  }
}
@media (min-width: 1920px) {
  .home-experience__vertical span {
    top: -10px;
    font-size: 24.7rem;
  }
}
.home-experience__section {
  padding: 0 0 14px 0;
  cursor: pointer;
}
@media (min-width: 400px) {
  .home-experience__section {
    padding: 0 50px 29px 0;
  }
}
@media (min-width: 1023px) {
  .home-experience__section {
    padding: 0 50px 40px 0;
  }
}
@media (min-width: 1520px) {
  .home-experience__section {
    padding: 0 100px 50px 0;
  }
}
@media (min-width: 1800px) {
  .home-experience__section {
    padding: 0 100px 80px 0;
  }
}
.home-experience__section:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.home-experience__section:hover .home-experience__section__experience, .home-experience__section:hover .home-experience__section__view {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.home-experience__section:hover .home-experience__section__label {
  color: #DF218F;
  transition: all 0.3s ease-out;
}
.home-experience__section:hover .home-experience__section__label:after {
  background-color: #DF218F;
  transition: all 0.3s ease-out;
}
.home-experience__section__experience {
  font-weight: 500;
  font-size: 150%;
  font-size: 2.4rem;
  color: #DF218F;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .home-experience__section__experience {
    font-size: 300%;
    font-size: 4.82rem;
  }
}
.home-experience__section__label {
  color: #000;
  font-weight: bold;
  font-size: 300%;
  font-size: 3.2rem;
  text-transform: uppercase;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .home-experience__section__label {
    font-size: 400%;
    font-size: 6.4rem;
    margin-left: -3px;
  }
}
@media (min-width: 1023px) {
  .home-experience__section__label {
    font-size: 1106%;
    font-size: 8rem;
    /* adjustment for difference in font family from mockup to site */
    margin-left: -6px;
  }
}
@media (min-width: 1800px) {
  .home-experience__section__label {
    font-size: 1106%;
    font-size: 9.6rem;
  }
}
@media (min-width: 1920px) {
  .home-experience__section__label {
    font-size: 1106%;
    font-size: 9.6rem;
    margin-left: -6px;
  }
}
.home-experience__section__label:after {
  content: "";
  position: absolute;
  top: 0;
  right: -23px;
  height: 11px;
  width: 11px;
  border: 3px solid #DF218F;
  background-color: #fff;
}
@media (min-width: 768px) {
  .home-experience__section__label:after {
    height: 19px;
    width: 19px;
    right: -30px;
  }
}
.home-experience__section__view {
  color: #000;
  opacity: 0.4;
  font-size: 150%;
  font-size: 2rem;
  padding-left: 3px;
  text-transform: uppercase;
  font-family: "DIN2014WebBold", sans-serif;
  padding-top: 0;
  margin-top: -5px;
}
@media (min-width: 530px) {
  .home-experience__section__view {
    padding-top: 4px;
    margin-top: 0;
    font-size: 2.4rem;
  }
}
.home-experience__section__images {
  margin-top: 30px;
  display: none;
}
.home-experience__section__images__heading {
  background-color: #000;
}
.home-experience__section__images__link {
  font-size: 158%;
  font-size: 2.528rem;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 30;
  cursor: pointer;
  padding-top: 30px;
  padding-bottom: 30px;
  float: left;
  max-width: calc(100% - 50px);
}
@media (min-width: 768px) {
  .home-experience__section__images__link {
    max-width: none;
  }
}
.home-experience__section__images__link:hover {
  opacity: 0.9;
}
.home-experience__section__images__close-link {
  position: relative;
  z-index: 30;
  cursor: pointer;
  padding-top: 24px;
  float: right;
  width: auto;
}
@media (min-width: 1800px) {
  .home-experience__section__images__close-link {
    padding-top: 30px;
  }
}
.home-experience__section__images__close-link img {
  border: 1px solid #fff;
}
.home-experience__section__images__close-link:hover {
  opacity: 0.9;
}
.home-experience__section__images__close-link:hover img {
  background-color: #DF218F;
}
.home-experience__section__images__top {
  position: relative;
}
.home-experience__section__images__bottom-left {
  margin-right: 9px;
  background-color: #fff;
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 18px 0;
}
@media (min-width: 530px) {
  .home-experience__section__images__bottom-left {
    width: calc(52.33% - 9px);
    height: 28.44vw;
    padding: 18px 0 0 0;
    margin: 0;
  }
}
.home-experience__section__images__bottom-left img {
  width: 100% !important;
}
@media (min-width: 530px) {
  .home-experience__section__images__bottom-left img {
    min-height: 100%;
    max-width: none;
    width: auto;
  }
}
.home-experience__section__images__bottom-right {
  background-color: #fff;
  float: left;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 530px) {
  .home-experience__section__images__bottom-right {
    width: 47.67%;
    height: 28.44vw;
    padding: 18px 0 0 9px;
  }
}
.home-experience__section__images__bottom-right img {
  width: 100% !important;
}
@media (min-width: 530px) {
  .home-experience__section__images__bottom-right img {
    min-height: 100%;
    max-width: none;
    width: auto;
  }
}
.home-experience__section__shield {
  width: 100%;
  height: 0;
  background-color: #000;
  cursor: pointer;
  /*opacity:0.95; */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1001;
}

.home-culture {
  background-image: url(img/experience-culture.jpg);
  background-size: cover;
  background-position: 50% 50%;
  padding: 40px 0;
  margin-top: 58px;
}
.home-culture .inner {
  max-width: 100%;
  width: 90%;
}
@media (min-width: 768px) {
  .home-culture {
    margin-top: 116px;
  }
}
@media (min-width: 530px) {
  .home-culture {
    padding: 83px 0;
  }
}
.home-culture::after {
  content: "";
  clear: both;
  display: table;
}
.home-culture__fun {
  float: left;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-family: "Avenir", sans-serif;
  /*padding-top:70px;*/
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .home-culture__fun {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .home-culture__fun {
    width: 50%;
  }
}
.home-culture__fun__header {
  font-size: 267%;
  font-size: 3.916rem;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Avenir-Bold", sans-serif;
}
@media (min-width: 1023px) {
  .home-culture__fun__header {
    font-size: 3.916rem;
  }
}
@media (min-width: 1280px) {
  .home-culture__fun__header {
    font-size: 267%;
    font-size: 4.283rem;
  }
}
.home-culture__fun__paragraph {
  font-size: 2.483rem;
  padding: 20px 34px 24px 0;
  text-transform: none;
  line-height: 1.4545;
  font-family: "Avenir-Medium", sans-serif;
}
@media (min-width: 1023px) {
  .home-culture__fun__paragraph {
    padding: 20px 34px 30px 0;
  }
}
.home-culture__fun a {
  color: #fff;
  font-size: 180%;
  font-size: 3.2825rem;
}
.home-culture__fun a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.home-culture__fun a strong {
  font-family: "Avenir-Bold", sans-serif;
}
@media (min-width: 1800px) {
  .home-culture__fun a {
    font-size: 2.9rem;
  }
}
.home-culture__pics {
  float: left;
  width: 100%;
  text-align: right;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .home-culture__pics {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .home-culture__pics {
    width: 50%;
    margin-top: 0;
  }
}
.home-culture__pics img {
  margin-left: 10px;
  width: calc(33.33% - 10px);
  display: block;
  float: left;
}

.home-explore,
.showcase {
  color: #fff;
  font-weight: 600;
  padding: 75px 0 80px 0;
  background-color: #e3e3e3;
}
@media (min-width: 1023px) {
  .home-explore,
.showcase {
    padding: 152px 0 164px 0;
  }
}
.home-explore__content,
.showcase__content {
  position: absolute;
  left: 25px;
  bottom: 26px;
  padding-right: 25px;
  z-index: 10;
}
@media (min-width: 1023px) {
  .home-explore__content,
.showcase__content {
    bottom: 46px;
  }
}
.home-explore__blurb,
.showcase__blurb {
  font-size: 200%;
  font-size: 3.2rem;
  line-height: 1;
}
@media (min-width: 1520px) {
  .home-explore__blurb,
.showcase__blurb {
    font-size: 262.5%;
    font-size: 4.2rem;
  }
}
.home-explore__label,
.showcase__label {
  font-size: 112.5%;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
}
.home-explore__label--careers,
.showcase__label--careers {
  color: #21B7DF;
}
.home-explore__label--leadership,
.showcase__label--leadership {
  color: #F3801F;
}
.home-explore__label--awards,
.showcase__label--awards {
  color: #DF218F;
}
.home-explore__label--about,
.showcase__label--about {
  color: #31C100;
}
.home-explore__bg,
.showcase__bg {
  background-size: cover;
  background-position: 50% 50%;
}
.home-explore__img-overlay,
.showcase__img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(img/image-overlay.png);
  background-position: bottom;
  background-repeat: repeat-x;
}
.home-explore img,
.showcase img {
  visibility: hidden;
}
.home-explore__column,
.showcase__column {
  width: 100%;
  margin-bottom: 2%;
}
@media (min-width: 400px) {
  .home-explore__column,
.showcase__column {
    width: 49%;
    float: left;
    margin-right: 1%;
  }
  .home-explore__column:nth-child(2),
.showcase__column:nth-child(2) {
    margin-right: 0;
    margin-left: 1%;
  }
}
.home-explore__column:last-child,
.showcase__column:last-child {
  width: 100%;
}
@media (min-width: 768px) {
  .home-explore__column,
.showcase__column {
    width: 32.08%;
    float: left;
    margin: 0 1.86667% 0 0;
  }
  .home-explore__column:last-child,
.showcase__column:last-child {
    width: 32.08%;
  }
  .home-explore__column:nth-child(2),
.showcase__column:nth-child(2) {
    margin: 0 1.86667% 0 0;
  }
}
.home-explore__column--1:hover .showcase__img-overlay, .home-explore__column--2:hover .showcase__img-overlay, .home-explore__column--3:hover .showcase__img-overlay,
.showcase__column--1:hover .showcase__img-overlay,
.showcase__column--2:hover .showcase__img-overlay,
.showcase__column--3:hover .showcase__img-overlay {
  display: none;
}
.home-explore__column--careers, .home-explore__column--leadership,
.showcase__column--careers,
.showcase__column--leadership {
  position: relative;
}
.home-explore__column--careers .overlay, .home-explore__column--leadership .overlay,
.showcase__column--careers .overlay,
.showcase__column--leadership .overlay {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  background: rgba(5, 177, 223, 0.85);
  background-blend-mode: multiply;
  transition: opacity 0.1s ease-out;
}
.home-explore__column--careers:hover .overlay, .home-explore__column--leadership:hover .overlay,
.showcase__column--careers:hover .overlay,
.showcase__column--leadership:hover .overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.home-explore__column--leadership .overlay,
.showcase__column--leadership .overlay {
  background: rgba(243, 128, 31, 0.67);
}
.home-explore__link,
.showcase__link {
  cursor: pointer;
}
.home-explore__link:hover,
.showcase__link:hover {
  opacity: 0.9;
}
.home-explore__column:last-child,
.showcase__column:last-child {
  margin-right: 0;
}
.home-explore__awards,
.showcase__awards {
  position: relative;
  margin-bottom: 2%;
  background-color: #353935;
}
@media (max-width: 767px) {
  .home-explore__awards,
.showcase__awards {
    height: 150px !important;
  }
}
@media (min-width: 768px) {
  .home-explore__awards,
.showcase__awards {
    margin-bottom: 25px;
  }
}
.home-explore__design,
.showcase__design {
  position: relative;
}
.home-explore__awards .overlay, .home-explore__design .overlay,
.showcase__awards .overlay,
.showcase__design .overlay {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  /* background:rgba(5,177,223,0.87); */
  background: rgba(223, 33, 143, 0.85);
  transition: opacity 0.1s ease-out;
}
.home-explore__awards:hover .overlay, .home-explore__design:hover .overlay,
.showcase__awards:hover .overlay,
.showcase__design:hover .overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.home-explore__design .overlay,
.showcase__design .overlay {
  background: rgba(27, 159, 37, 0.85);
}

.home-testimonial, .page-testimonial {
  padding: 60px 0 75px 0;
  font-family: "Avenir-Bold", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 1023px) {
  .home-testimonial, .page-testimonial {
    padding: 111px 0 150px 0;
  }
}
.home-testimonial__text, .page-testimonial__text {
  padding-top: 70px;
  background-image: url(img/icons/quote.gif);
  background-size: auto 60px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 200%;
  font-size: 3.2rem;
  color: #DF218F;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .home-testimonial__text, .page-testimonial__text {
    font-size: 275%;
    font-size: 4.4rem;
    line-height: 1.18;
  }
}
@media (min-width: 1023px) {
  .home-testimonial__text, .page-testimonial__text {
    padding-top: 140px;
    background-size: auto auto;
    font-size: 343.75%;
    font-size: 5.5rem;
  }
}
.home-testimonial__name, .page-testimonial__name {
  font-size: 20%;
  font-size: 3.2rem;
  color: #353935;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .home-testimonial__name, .page-testimonial__name {
    font-size: 250%;
    font-size: 3.84rem;
  }
}
@media (min-width: 1023px) {
  .home-testimonial__name, .page-testimonial__name {
    font-size: 300%;
    font-size: 4.8rem;
  }
}

.page-testimonial .inner {
  max-width: 1550px;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.footer-contact {
  width: 90%;
  max-width: 620px;
  margin: 0 auto;
  padding: 70px 0 2px 0;
}
.footer-contact__header {
  font-size: 237.5%;
  font-size: 3.8rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 38px -5px;
}
.footer-contact__row {
  margin-bottom: 26px;
}
.footer-contact__row::after {
  content: "";
  clear: both;
  display: table;
}
.footer-contact__row--textarea {
  margin-bottom: 0;
}
.footer-contact__row--checkbox {
  margin-bottom: 0;
}
.footer-contact__row p {
  text-align: left;
}
.footer-contact__row__label {
  float: left;
  width: 100%;
  font-size: 162.5%;
  font-size: 2.6rem;
  line-height: 42px;
  text-align: left;
}
.footer-contact__row__label p {
  margin: 0;
}
@media (min-width: 768px) {
  .footer-contact__row__label {
    width: 115px;
  }
}
.footer-contact__row__field {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-contact__row__field {
    width: calc(100% - 115px);
  }
}
.footer-contact__row__field--checkbox {
  display: flex;
}
.footer-contact__row__field--checkbox p {
  margin-left: 9px;
  margin-bottom: 0;
}
.footer-contact input {
  background: rgba(255, 255, 255, 0.17);
  border: none;
  padding: 4px 10px;
  height: 42px;
  width: 100%;
  max-width: 392px;
}
.footer-contact textarea {
  background: rgba(255, 255, 255, 0.17);
  border: none;
  height: 322px;
  width: 100%;
  padding: 4px 10px;
  max-width: 392px;
}
.footer-contact input[type=checkbox] {
  display: none;
}
.footer-contact__pretend-checkbox {
  width: 25px;
  height: 25px;
  flex: 1 1 25px;
  max-width: 25px;
  min-width: 25px;
  padding: 0;
  flex: 1 1 auto;
  background-color: #ff8200;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
}
.footer-contact__pretend-checkbox:hover {
  background: rgba(255, 255, 255, 0.17);
}
.footer-contact__pretend-checkbox.active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url(img/icons/icon-check.svg);
  background-size: cover;
}
.footer-contact .wpcf7-list-item {
  margin: 0;
  text-align: left;
  line-height: 26px;
}
@media (min-width: 768px) {
  .footer-contact .wpcf7-list-item {
    line-height: 26px;
  }
}
.footer-contact .wpcf7-submit {
  color: #fff;
  font-size: 125%;
  font-size: 2rem;
  text-align: left;
  background: none;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.footer-contact .wpcf7-submit:hover {
  color: #000;
}
.footer-contact .wpcf7-response-output {
  margin: 0 0 0 0;
  height: auto;
  position: relative;
  top: -70px;
}
.footer-contact .hidden-field {
  display: none;
}

.timeline {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .timeline {
    padding-bottom: 224px;
  }
}
.timeline__header {
  background-color: #DF218F;
  color: #fff;
  text-align: center;
  font-family: "Avenir", sans-serif;
  font-size: 343.75%;
  font-size: 5.5rem;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.66em 0;
  margin-bottom: 90px;
}
.timeline__header strong {
  font-family: "Avenir-Bold", sans-serif;
  font-weight: normal;
}
@media (min-width: 768px) {
  .timeline__header {
    margin-left: -22px;
  }
}
.timeline__entries {
  padding-top: 50px;
  width: 83.33%;
  max-width: 1618px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .timeline__entries {
    width: 96%;
    padding-top: 57px;
  }
}
.timeline__entries__entry::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 768px) {
  .timeline__entries__entry__img {
    float: left;
    text-align: right;
    width: 50%;
    padding: 0 4.57% 2.875em 0;
  }
}
@media (max-width: 767px) {
  .timeline__entries__entry__img {
    height: auto !important;
  }
}
.timeline__entries__entry__content {
  float: right;
  width: 100%;
  padding: 0 4.82% 2.875em 3.52%;
  border-left: 1px solid #dadada;
  position: relative;
}
@media (min-width: 768px) {
  .timeline__entries__entry__content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .timeline__entries__entry__content {
    height: auto !important;
    margin-top: 34px;
  }
}
.timeline__entries__entry__content:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border: 4px solid #00b3b3;
  background-color: #fff;
  top: 0;
  left: -13px;
  z-index: 50;
}
.timeline__entries__entry__content:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 48px;
  background-color: #fff;
  top: -12px;
  left: -13px;
  z-index: 25;
}
.timeline__entries__entry__content ul {
  list-style: none;
}
.timeline__entries__entry__content ul li {
  position: relative;
  margin-bottom: 1.5em;
}
.timeline__entries__entry__content ul li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #5F5E5E;
  left: -26px;
  top: 4px;
}
@media (min-width: 1800px) {
  .timeline__entries__entry__content ul li:before {
    top: 9px;
  }
}
.timeline__entries__entry__content__heading {
  font-weight: 700;
  font-size: 375%;
  font-size: 6rem;
  color: #5F5E5E;
  letter-spacing: -0.03em;
  line-height: 0.73;
  margin-bottom: 0.35em;
}
@media (min-width: 1023px) {
  .timeline__entries__entry__content__heading {
    font-size: 750%;
    font-size: 12rem;
  }
}
.timeline__entries__entry__content__content {
  font-family: "Avenir-Medium", sans-serif;
  color: #353935;
  font-size: 131.25%;
  font-size: 2.1rem;
}
.timeline__entries__entry:hover .timeline__entries__entry__content__heading {
  color: #DF218F;
}
.timeline__entries__entry:hover ul li:before {
  background-color: #DF218F;
}
.timeline__entries__entry--top .timeline__entries__entry__content {
  margin-top: 34px;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .timeline__entries__entry--top .timeline__entries__entry__content {
    padding-top: 89px;
    padding-bottom: 76px;
  }
}
.timeline__entries__entry:nth-child(2n) .timeline__entries__entry__img {
  float: right;
  text-align: left;
}
@media (min-width: 768px) {
  .timeline__entries__entry:nth-child(2n) .timeline__entries__entry__img {
    padding: 0 0 2.875em 6.3%;
  }
}
.timeline__entries__entry:nth-child(2n) .timeline__entries__entry__content {
  float: left;
  padding: 0 3.52% 2.875em 0;
  border-left: none;
  border-right: 1px solid #dadada;
}
@media (min-width: 768px) {
  .timeline__entries__entry:nth-child(2n) .timeline__entries__entry__content {
    padding: 0 3.52% 2.875em 3.52%;
  }
}
@media (max-width: 767px) {
  .timeline__entries__entry:nth-child(2n) .timeline__entries__entry__content {
    margin-top: 34px;
  }
}
.timeline__entries__entry:nth-child(2n) .timeline__entries__entry__content:before {
  left: auto;
  right: -13px;
  border-color: #DF218F;
}
.timeline__entries__entry:nth-child(2n) .timeline__entries__entry__content:after {
  left: auto;
  right: -13px;
}
.timeline__entries__entry:nth-child(2) .timeline__entries__entry__content {
  padding-top: 15px;
}
.timeline__entries__entry:nth-child(2) .timeline__entries__entry__img {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .timeline__entries__entry:nth-child(2) .timeline__entries__entry__img {
    margin-top: -39px;
  }
}
.timeline__entries__entry:nth-child(3) .timeline__entries__entry__container {
  margin-top: 34px;
}
@media (min-width: 768px) {
  .timeline__entries__entry:nth-child(3) .timeline__entries__entry__container {
    margin-top: 0;
  }
}
@media (min-width: 1800px) {
  .timeline__entries__entry:nth-child(3) .timeline__entries__entry__container {
    margin-top: -78px;
  }
}
.timeline__entries__entry:nth-child(3) .timeline__entries__entry__content {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .timeline__entries__entry:nth-child(3) .timeline__entries__entry__content {
    padding-bottom: 99px;
  }
}
.timeline__entries__entry:nth-child(3) .timeline__entries__entry__img {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .timeline__entries__entry:nth-child(3) .timeline__entries__entry__img {
    margin-top: -10px;
  }
}
.timeline__entries__entry:nth-child(4) .timeline__entries__entry__img {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .timeline__entries__entry:nth-child(4) .timeline__entries__entry__img {
    margin-top: -81px;
  }
}
.timeline__entries__entry:nth-child(4) .timeline__entries__entry__content {
  padding-top: 45px;
}
.timeline__entries__entry:nth-child(5) .timeline__entries__entry__img {
  padding-top: 25px;
}
.timeline__entries__entry:nth-child(5) .timeline__entries__entry__content {
  padding-top: 45px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .timeline__entries__entry:nth-child(5) .timeline__entries__entry__content {
    padding-top: 130px;
    padding-bottom: 190px;
  }
}
.timeline__entries__entry:last-child .timeline__entries__entry__img {
  padding-top: 25px;
}
.timeline__entries__entry:last-child .timeline__entries__entry__content {
  padding-top: 0;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .timeline__entries__entry:last-child .timeline__entries__entry__content {
    padding-bottom: 150px;
  }
}
.timeline__entries__entry:last-child .timeline__entries__entry__content:before {
  bottom: 0;
  top: auto;
}
.timeline__entries__entry:last-child .timeline__entries__entry__content:after {
  display: none;
}

/* see the home-explore.scss file for most of the showcase styles */
.showcase__column {
  position: relative;
}
.showcase__column .overlay {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.1s ease-out;
}
.showcase__column:hover .overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.showcase__column--1 .overlay {
  background: rgba(5, 177, 223, 0.85);
}
.showcase__column--2 .overlay {
  background: rgba(243, 128, 31, 0.85);
}
.showcase__column--3 .overlay {
  background: rgba(223, 33, 143, 0.85);
}
.showcase__label--1 {
  color: #21B7DF;
}
.showcase__label--2 {
  color: #F3801F;
}
.showcase__label--3 {
  color: #DF218F;
}

.news-recognition .page-header {
  background-image: url(img/news-recognition-bg.gif);
  background-size: cover;
  height: 284px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
}
@media (min-width: 1023px) {
  .news-recognition .page-header {
    height: 384px;
  }
}
.news-recognition .page-header p {
  margin-bottom: 0;
}
.news-recognition .news {
  margin-bottom: 90px;
}
.news-recognition .news__heading {
  background-color: #DF218F;
  color: #fff;
  text-align: center;
  font-family: "Avenir", sans-serif;
  font-size: 343.75%;
  font-size: 5.5rem;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.66em 0;
  margin-bottom: 90px;
}
.news-recognition .news__heading strong {
  font-family: "Avenir-Bold", sans-serif;
  font-weight: normal;
}
.news-recognition .news .inner {
  max-width: 1560px;
}
.news-recognition .news .slick-prev {
  display: none !important;
}
.news-recognition .news .slick-dots {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  text-align: center;
}
.news-recognition .news .slick-dots li {
  display: inline-block;
}
.news-recognition .news .slick-dots li.slick-active button {
  color: #DF218F;
  font-family: "Avenir-Medium", sans-serif;
}
.news-recognition .news .slick-dots button {
  background: none;
  border: none;
  outline: none;
  font-family: "Avenir", sans-serif;
  cursor: pointer;
  padding: 14px;
}
@media (min-width: 1280px) {
  .news-recognition .news .slick-dots button {
    padding: 5px;
  }
}

.news-item {
  font-family: "Avenir", sans-serif;
  color: #2b2b2b;
  float: left;
  width: 100%;
  padding: 0 2%;
  word-wrap: break-word;
  margin-bottom: 35px;
}
@media (min-width: 530px) {
  .news-item {
    width: 50%;
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .news-item {
    width: 33.33%;
    margin-bottom: 94px;
  }
}
@media (max-width: 529px) {
  .news-item {
    height: auto !important;
  }
}
.news-item__image {
  margin-bottom: 34px;
}
.news-item__date {
  margin-bottom: 0.8em;
  text-transform: uppercase;
  font-family: "Avenir-Bold", sans-serif;
  color: #DF218F;
}
.news-item__title {
  font-family: "Avenir-Bold", sans-serif;
  font-size: 187.5%;
  font-size: 3rem;
  color: #353935;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.accolades {
  max-width: 1660px;
  width: 96%;
  margin: 0 auto;
  padding: 90px 0 80px 0;
}
@media (min-width: 1440px) {
  .accolades {
    padding: 171px 0 167px 0;
  }
}
.accolades__logo {
  width: 50%;
  float: left;
  text-align: center;
  padding: 84px 20px;
  border-right: 3px solid #d3d3d3;
  position: relative;
}
@media (min-width: 530px) {
  .accolades__logo {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .accolades__logo {
    width: 20%;
  }
}
.accolades__logo:nth-child(10) {
  border-right: none;
}
@media (min-width: 768px) {
  .accolades__logo:nth-child(5) {
    border-right: none;
  }
}
.accolades__logo:nth-child(n+6) {
  border-top: 3px solid #d3d3d3;
}
@media (max-width: 767px) {
  .accolades__logo:nth-child(3), .accolades__logo:nth-child(4), .accolades__logo:nth-child(5) {
    border-top: 3px solid #d3d3d3;
  }
}
@media (max-width: 767px) {
  .accolades__logo:nth-child(2n) {
    border-right: none;
  }
}
.accolades__logo:nth-child(6):after, .accolades__logo:nth-child(10):after {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  left: 0;
  top: -3px;
  background-color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .accolades__logo:nth-child(6):after, .accolades__logo:nth-child(10):after {
    display: block;
  }
}
.accolades__logo:nth-child(10):after {
  left: auto;
  right: 0;
}

.big-hero {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
.big-hero__image {
  visibility: hidden;
}
.big-hero__text {
  position: absolute;
  bottom: 42px;
  left: 8.33%;
  display: none;
}
.big-hero .page-header {
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
.big-hero .page-header p {
  margin-bottom: 0;
}

.page-template-page-careers .big-hero, .page-template-page-careers-new .big-hero {
  background-position: 66% 50%;
}

.page-template-page-interns .big-hero {
  background-position: 50% 100%;
}

.page-template-page-about .big-hero {
  background-position: 36% 50%;
}
@media (min-width: 768px) {
  .page-template-page-about {
    background-position: 50% 50%;
  }
}

@media (max-width: 767px) {
  .page-template-page-interns .big-hero .page-header {
    font-size: 200%;
    font-size: 3.2rem;
  }
  .page-template-page-interns .big-hero .page-header br {
    display: none;
  }
}

.culture-sections {
  font-family: "Avenir-Bold", sans-serif;
}
.culture-sections__1::after {
  content: "";
  clear: both;
  display: table;
}
.culture-sections__1__image {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .culture-sections__1__image {
    width: 53.38%;
  }
}
@media (min-width: 1023px) {
  .culture-sections__1__image {
    display: block;
    float: left;
    width: 53.38%;
  }
}
@media (max-width: 767px) {
  .culture-sections__1__image {
    height: auto !important;
  }
}
.culture-sections__1__image img {
  width: 100%;
}
.culture-sections__1__content {
  position: relative;
  float: left;
  width: 100%;
}
.culture-sections__1__content .fun-box {
  width: 100%;
  position: relative;
}
.culture-sections__1__content .fun-box:before {
  content: "";
  position: absolute;
  height: 70px;
  width: 20px;
  background-color: #DF218F;
  left: 0;
  top: 4px;
}
@media (min-width: 768px) {
  .culture-sections__1__content .fun-box:before {
    width: 40px;
    top: 28px;
  }
}
@media (min-width: 1023px) {
  .culture-sections__1__content .fun-box:before {
    height: 130px;
    width: 80px;
    top: 34px;
  }
}
@media (min-width: 1800px) {
  .culture-sections__1__content .fun-box:before {
    height: 191px;
    width: 120px;
    top: 50px;
  }
}
@media (min-width: 768px) {
  .culture-sections__1__content {
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    width: auto;
  }
}
@media (max-width: 767px) {
  .culture-sections__1__content {
    height: auto !important;
  }
}
.culture-sections__1__content h2 {
  color: #DF218F;
  font-size: 4.4rem;
  font-family: "Avenir-Bold", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -1.65px;
}
.culture-sections__1__content h2 br {
  display: none;
}
@media (min-width: 1023px) {
  .culture-sections__1__content h2 {
    font-size: 343.75%;
    font-size: 5.5rem;
  }
  .culture-sections__1__content h2 br {
    display: inline-block;
  }
}
.culture-sections__1__content__text {
  max-width: 508px;
  width: 83.33%;
  font-size: 3rem;
  line-height: 1.4;
  color: #353935;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .culture-sections__1__content__text {
    width: calc(100% - 40px);
    padding-left: 10%;
  }
}
@media (min-width: 1023px) {
  .culture-sections__1__content__text {
    width: calc(100% - 100px);
  }
}
@media (min-width: 1440px) {
  .culture-sections__1__content__text {
    max-width: 468px;
    padding-left: 0;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .culture-sections__2::after {
    content: "";
    clear: both;
    display: table;
  }
}
.culture-sections__2__image {
  float: right;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .culture-sections__2__image {
    width: 46.61%;
  }
}
@media (max-width: 767px) {
  .culture-sections__2__image {
    height: auto !important;
  }
}
.culture-sections__2__image img {
  width: 100%;
}
.culture-sections__2__content {
  float: left;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .culture-sections__2__content {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: auto;
  }
}
@media (max-width: 767px) {
  .culture-sections__2__content {
    height: auto !important;
  }
}
.culture-sections__2__content .fun-box {
  width: 100%;
  position: relative;
}
.culture-sections__2__content .fun-box:before {
  content: "";
  position: absolute;
  height: 70px;
  width: 20px;
  background-color: #21B7DF;
  right: 0;
  top: 4px;
}
@media (min-width: 768px) {
  .culture-sections__2__content .fun-box:before {
    width: 40px;
    top: 28px;
  }
}
@media (min-width: 1023px) {
  .culture-sections__2__content .fun-box:before {
    height: 130px;
    width: 80px;
    top: 34px;
  }
}
@media (min-width: 1800px) {
  .culture-sections__2__content .fun-box:before {
    height: 191px;
    width: 120px;
    top: 50px;
  }
}
.culture-sections__2__content h2 {
  color: #21B7DF;
  font-size: 275%;
  font-size: 4.4rem;
  font-family: "Avenir-Bold", sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -1.65px;
}
.culture-sections__2__content h2 br {
  display: none;
}
@media (min-width: 1023px) {
  .culture-sections__2__content h2 {
    font-size: 343.75%;
    font-size: 5.5rem;
  }
  .culture-sections__2__content h2 br {
    display: inline-block;
  }
}
.culture-sections__2__content__text {
  max-width: 468px;
  width: 83.33%;
  font-size: 3rem;
  line-height: 1.4;
  color: #353935;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .culture-sections__2__content__text {
    float: none;
    width: 90%;
    padding-right: 10%;
  }
}
@media (min-width: 1440px) {
  .culture-sections__2__content__text {
    padding-right: 0;
  }
}

.header-notice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  max-height: 56px;
  overflow: hidden;
  z-index: 30000000;
}
.header-notice__background {
  position: absolute;
  z-index: 10;
  opacity: 0.82;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-notice__text {
  position: relative;
  z-index: 20;
  color: #fff;
  font-size: 2.1rem;
  font-family: "Avenir", sans-serif;
  text-transform: uppercase;
  width: 100%;
  line-height: 56px;
  text-align: center;
}
.header-notice__text a {
  text-transform: lowercase;
  color: #fff;
  margin-left: 10px;
}
.header-notice__text p {
  display: inline !important;
}
.header-notice__text strong {
  font-size: "Avenir-Bold", sans-serif;
}

.instagram__heading {
  background-image: url(img/experience-culture.gif);
  background-size: cover;
  height: 384px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  padding: 0 5%;
}
.instagram__heading h2 {
  font-size: 343.75%;
  font-size: 5.5rem;
  font-weight: 400;
  font-family: "Avenir", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin-bottom: -42px;
}
.instagram__heading h2 .instagram__heading__hashtag {
  font-family: "Avenir", sans-serif;
  font-size: 268.75%;
  font-size: 4.3rem;
  text-align: center;
  margin-top: 16px;
}
.instagram__heading p {
  margin-bottom: 0;
}
.instagram #sb_instagram {
  margin-top: -26px;
  padding-bottom: 0 !important;
}
.instagram #sb_instagram .sbi_item {
  cursor: pointer;
}
.instagram #sb_instagram .sbi_info {
  color: #fff;
  position: absolute;
  bottom: 10px;
  width: 92%;
  left: 4%;
  background: rgba(0, 0, 0, 0.7);
  height: 0;
  transition: all 0.3s ease-out;
}
.instagram #sb_instagram .sbi_info p {
  color: #fff;
}
.instagram #sb_instagram .sbi_item:hover .sbi_info {
  height: 100px;
}
.instagram #sbi_load {
  /*    background-color:$dark-gray; */
  padding: 10px 20px 15px 20px;
}
@media (min-width: 530px) {
  .instagram #sbi_load {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.instagram #sb_instagram #sbi_load .sbi_load_btn, .instagram #sb_instagram #sbi_load .sbi_follow_btn a {
  font-family: "Avenir-Bold", sans-serif;
  font-size: 156.25%;
  font-size: 2.5rem;
  text-transform: uppercase;
  background-color: #DF218F;
  box-shadow: none;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0;
  cursor: pointer;
}
@media (max-width: 529px) {
  .instagram #sb_instagram #sbi_load .sbi_load_btn, .instagram #sb_instagram #sbi_load .sbi_follow_btn a {
    width: 100%;
    max-width: none;
  }
}
.instagram #sb_instagram #sbi_load .sbi_load_btn:hover, .instagram #sb_instagram #sbi_load .sbi_follow_btn a:hover {
  background-color: #21B7DF;
  opacity: 0.6;
}
.instagram #sb_instagram #sbi_load .sbi_follow_btn {
  display: block;
  margin-left: 0;
}
@media (min-width: 530px) {
  .instagram #sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 5px;
  }
}
.instagram #sb_instagram #sbi_load .sbi_follow_btn a {
  background-color: #21B7DF;
  padding-right: 60px;
  display: inline-block;
  background-image: url(img/instagram-logo.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 95% 48%;
}
.instagram #sb_instagram #sbi_load .sbi_follow_btn a:hover {
  background-color: #DF218F;
}
.instagram #sb_instagram #sbi_load .sbi_follow_btn a svg {
  display: none;
}
.instagram #sb_images {
  left: 50%;
  transform: translateX(-50%);
}

.team-member-single {
  width: 83.33%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 180px;
}
@media (min-width: 768px) {
  .team-member-single {
    max-width: 1680px;
    margin-left: 8.33%;
    width: 91.67%;
  }
}
.team-member-single__left {
  width: 100%;
}
@media (min-width: 768px) {
  .team-member-single__left {
    float: left;
    width: 51.25%;
    padding-right: 7.79%;
  }
}
.team-member-single__left .team-member-single__name {
  display: none;
}
@media (min-width: 768px) {
  .team-member-single__left .team-member-single__name {
    display: block;
  }
}
.team-member-single__left .team-member-single__title {
  display: none;
}
@media (min-width: 768px) {
  .team-member-single__left .team-member-single__title {
    display: block;
  }
}
.team-member-single__name {
  padding-left: 35px;
  position: relative;
}
.team-member-single__name:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 3px solid #DF218F;
}
.team-member-single__name h1 {
  color: #252525;
  font-family: "DIN2014WebBold", sans-serif;
  font-size: 210%;
  font-size: 3.36rem;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  margin: 0;
}
.team-member-single__name h1 .team-member-single__name__credentials {
  font-size: 190%;
  font-size: 3rem;
  font-weight: 400;
}
@media (min-width: 1023px) {
  .team-member-single__name h1 .team-member-single__name__credentials {
    font-size: 237.5%;
    font-size: 3.8rem;
  }
}
@media (min-width: 1023px) {
  .team-member-single__name h1 {
    font-size: 262.5%;
    font-size: 4.2rem;
  }
}
.team-member-single__title {
  padding-left: 35px;
  font-size: 150%;
  font-size: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 1.44px;
}
.team-member-single__experience {
  position: relative;
  padding-top: 36px;
  color: #252525;
  font-size: 150%;
  font-size: 2.5rem;
  font-family: "Avenir", sans-serif;
}
@media (min-width: 768px) {
  .team-member-single__experience {
    padding-top: 72px;
  }
}
@media (min-width: 1800px) {
  .team-member-single__experience {
    font-size: 125%;
    font-size: 2rem;
  }
}
.team-member-single__experience h2 {
  color: #DF218F;
  margin: 0 0 24px 0;
  text-transform: uppercase;
  font-size: 150%;
  font-size: 2.4rem;
  font-family: "Avenir-Bold", sans-serif;
  font-weight: normal;
}
.team-member-single__line {
  width: 366px;
  max-width: 50%;
  height: 4px;
  background-color: #DF218F;
  margin: 62px 0 60px 0;
}
.team-member-single__right {
  width: 100%;
}
@media (min-width: 768px) {
  .team-member-single__right {
    float: right;
    max-width: 48.75%;
    width: auto;
  }
}
.team-member-single__right .team-member-single__name {
  display: block;
}
@media (min-width: 768px) {
  .team-member-single__right .team-member-single__name {
    display: none;
  }
}
.team-member-single__right .team-member-single__title {
  display: block;
}
@media (min-width: 768px) {
  .team-member-single__right .team-member-single__title {
    display: none;
  }
}
.team-member-single__right img {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .team-member-single__right img {
    margin-top: 0;
  }
}
.team-member-single__right__caption {
  background-color: #DF218F;
  text-transform: uppercase;
  color: #fff;
  font-size: 125%;
  font-size: 2rem;
  line-height: 1.25;
  padding: 10px 20px;
}
@media (min-width: 1023px) {
  .team-member-single__right__caption {
    padding: 10px 20px 10px 67px;
    font-size: 150%;
    font-size: 2.4rem;
  }
}
.team-member-single__right__caption__text {
  max-width: 474px;
}
.team-member-single__connect {
  color: #DF218F;
  text-transform: uppercase;
  font-family: "Avenir-Bold", sans-serif;
  font-size: 150%;
  font-size: 2.4rem;
  padding-top: 24px;
  padding-bottom: 60px;
}
.team-member-single__connect__heading {
  padding-bottom: 8px;
}
.team-member-single__connect a {
  margin-right: 8px;
}
.team-member-single__connect a:hover {
  opacity: 0.8;
}
.team-member-single__quote {
  color: #DF218F;
  font-size: 218.75%;
  font-size: 3.5rem;
  line-height: 1.57;
  font-family: "Avenir-Bold", sans-serif;
  letter-spacing: 0.7px;
}
.team-member-single__back-to-bios {
  font-family: "Avenir-Bold", sans-serif;
  font-size: 150%;
  font-size: 2.4rem;
  text-decoration: none;
  line-height: 28px;
  margin-top: 62px;
  display: inline-block;
}
@media (min-width: 768px) {
  .team-member-single__back-to-bios {
    font-size: 100%;
    font-size: 1.6rem;
  }
}
.team-member-single__back-to-bios img {
  margin-top: -2px;
  margin-right: 12px;
}
.team-member-single__back-to-bios:hover {
  text-decoration: none;
  opacity: 0.8;
}

.page-template-page-team .page-header {
  color: #000;
}

.team-members {
  width: 100%;
}
.team-members .inner {
  max-width: 1680px;
}
.team-members__section {
  display: inline;
}
@media (min-width: 1023px) {
  .team-members__section {
    max-width: 1920px;
    margin: 0 auto;
  }
  .team-members__section::after {
    content: "";
    clear: both;
    display: table;
  }
}
.team-members__section-heading {
  padding-left: 35px;
  position: relative;
  color: #252525;
  font-family: "DIN2014WebBold", sans-serif;
  font-size: 262.5%;
  font-size: 4.2rem;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  line-height: 1;
  margin: 96px 0 1em 0;
}
.team-members__section-heading:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border: 3px solid #DF218F;
}
.team-members__member {
  width: 100%;
  float: left;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 530px) {
  .team-members__member {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .team-members__member {
    width: 33.33%;
  }
}
@media (min-width: 1023px) {
  .team-members__member {
    width: 25%;
  }
}
.team-members__member:hover img.team-lazy {
  filter: none;
}
.team-members__member:nth-child(3n) {
  width: 100%;
}
@media (min-width: 530px) {
  .team-members__member:nth-child(3n) {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .team-members__member:nth-child(3n) {
    width: 33.34%;
  }
}
@media (min-width: 1023px) {
  .team-members__member:nth-child(3n) {
    width: 25%;
  }
}
.team-members__member--staff {
  cursor: default;
}
.team-members__member img {
  display: block;
}
.team-members__member img.team-lazy {
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  filter: gray;
  /* IE6-9 */
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}
.team-members__member__spacer {
  visibility: hidden;
}
.team-members__member__label {
  position: absolute;
  left: 11.8%;
  bottom: 4.7%;
  color: #fff;
  font-size: 150%;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
}
.team-members__member__label .credentials {
  font-size: 131.25%;
  font-size: 2.1rem;
  font-weight: 400;
  display: none;
}
@media (min-width: 530px) {
  .team-members__member__label .credentials {
    font-size: 112.5%;
    font-size: 1.8rem;
  }
}
@media (min-width: 1280px) {
  .team-members__member__label .credentials {
    font-size: 150%;
    font-size: 2.4rem;
  }
}
@media (min-width: 1520px) {
  .team-members__member__label .credentials {
    font-size: 168.75%;
    font-size: 2.7rem;
  }
}
@media (min-width: 1520px) {
  .team-members__member__label {
    font-size: 162.5%;
    font-size: 2.6rem;
  }
}
.team-members__member__label strong {
  font-size: 175%;
  font-size: 2.8rem;
  font-weight: 700;
}
@media (min-width: 530px) {
  .team-members__member__label strong {
    font-size: 125%;
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  .team-members__member__label strong {
    font-size: 150%;
    font-size: 2.4rem;
  }
}
@media (min-width: 1520px) {
  .team-members__member__label strong {
    font-size: 175%;
    font-size: 2.8rem;
  }
}

.careers-content {
  padding: 82px 0 36px 0;
}
.careers-content__intro {
  font-family: "Avenir-Medium", sans-serif;
  color: #000;
  font-size: 187.5%;
  font-size: 3rem;
  max-width: 1500px;
  margin: 0 auto;
  width: 83.33%;
  line-height: 1.4;
  margin-bottom: 60px;
}
@media (min-width: 530px) {
  .careers-content__intro {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .careers-content__intro {
    margin-bottom: 130px;
  }
}
.careers-content__positions {
  max-width: 862px;
  width: 83.33%;
  margin: 0 auto;
}
.careers-content__positions__heading {
  color: #000;
  font-family: "Avenir", sans-serif;
  text-transform: uppercase;
  padding-bottom: 28px;
  font-size: 220%;
  font-size: 3.52rem;
}
@media (min-width: 530px) {
  .careers-content__positions__heading {
    font-size: 275%;
    font-size: 4.4rem;
  }
}
@media (min-width: 768px) {
  .careers-content__positions__heading {
    font-size: 343.75%;
    font-size: 5.5rem;
  }
}
.careers-content__positions__heading strong {
  font-family: "Avenir-Bold", sans-serif;
}
.careers-content__positions__position {
  border-top: 4px solid #DF218F;
  padding-top: 42px;
  color: #353935;
}
.careers-content__positions__position__title {
  font-size: 187.5%;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.careers-content__positions__position__description {
  font-family: "Avenir", sans-serif;
}
.careers-content__positions__position__email {
  font-size: 121.875%;
  font-size: 1.95rem;
  text-transform: uppercase;
  font-family: "Avenir-Bold", sans-serif;
  line-height: 28px;
  margin-bottom: 57px;
}
.careers-content__positions__position__email img {
  margin-left: 6px;
  margin-top: -3px;
}
.careers-content__positions__position__email a {
  text-decoration: none;
}
.careers-content__positions__position__email a:hover {
  opacity: 0.8;
}
.careers-content__positions__position ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5em;
}
.careers-content__positions__position ul li {
  padding-left: 23px;
  background-image: url(img/icons/bullet-triangle-pink.png);
  background-image: url(img/icons/bullet-triangle-pink.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 0 50%;
  margin-bottom: 4px;
}

.contact-content {
  line-height: 1.4;
  padding-bottom: 70px;
}
.contact-content .inner {
  max-width: 1565px;
}
@media (min-width: 768px) {
  .contact-content {
    padding-bottom: 78px;
  }
}
.contact-content h2 {
  font-size: 240.625%;
  color: #000;
  font-size: 3.85rem;
  font-weight: 400;
  font-family: "Avenir", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 768px) {
  .contact-content h2 {
    font-size: 343.75%;
    font-size: 5.5rem;
  }
}
.contact-content h2 strong {
  font-family: "Avenir-Bold", sans-serif;
}
.contact-content__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-content__box {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
  background-color: #E0228F;
  flex: 1 1 100%;
  max-width: 100%;
  min-width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 10px;
}
@media (min-width: 530px) {
  .contact-content__box {
    flex: 1 1 48.5%;
    max-width: 48.5%;
    min-width: 48.5%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1023px) {
  .contact-content__box {
    flex: 1 1 23.51%;
    max-width: 23.51%;
    min-width: 23.51%;
  }
}
.contact-content__box img {
  display: block;
  visibility: hidden;
}
.contact-content__box:hover .contact-content__contact-info {
  opacity: 1;
}
.contact-content__box--atlanta {
  background-color: #ff8200;
}
.contact-content__box--austin {
  background-color: #76BC42;
}
.contact-content__box--boulder {
  background-color: #E0228F;
}
.contact-content__box--denver {
  background-color: #23B0DD;
}
.contact-content__contact-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 270%;
  font-size: 2.7rem;
  font-family: "Avenir-Bold", sans-serif;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.contact-content__contact-info--boulder {
  background: rgba(225, 27, 143, 0.83);
}
.contact-content__contact-info--atlanta {
  background: rgba(255, 131, 0, 0.83);
}
.contact-content__contact-info--austin {
  background: rgba(103, 188, 69, 0.83);
}
.contact-content__contact-info--dallas {
  background: rgba(1, 179, 227, 0.83);
}
.contact-content__contact-info__inner {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.contact-content__contact-info__email, .contact-content__contact-info__phone {
  line-height: 1.63;
}
.contact-content__contact-info__email a, .contact-content__contact-info__phone a {
  text-decoration: none;
  color: #fff;
}
.contact-content__contact-info__email a:hover, .contact-content__contact-info__phone a:hover {
  opacity: 0.8;
}
.contact-content__city-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 700%;
  font-size: 5rem;
  font-family: "Avenir-Bold", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 1520px) {
  .contact-content__city-name {
    font-size: 7rem;
  }
}
.contact-content__left {
  width: 100%;
  padding-bottom: 22px;
}
@media (min-width: 768px) {
  .contact-content__left {
    float: left;
    width: 49.33%;
    width: calc(50% - 11px);
    padding-bottom: 0;
  }
}
.contact-content__right {
  width: 100%;
  padding-bottom: 22px;
}
@media (min-width: 768px) {
  .contact-content__right {
    float: right;
    width: 49.33%;
    width: calc(50% - 11px);
    padding-bottom: 0;
  }
}
.contact-content__map-link {
  font-family: "Avenir-Bold", sans-serif;
  font-size: 156.25%;
  font-size: 2.7rem;
  line-height: 1.63;
  text-align: center;
}
.contact-content__map-link a {
  color: #fff;
  text-decoration: none;
}
.contact-content__map-link a:hover {
  opacity: 0.8;
}

.page-template-page-contact .page-header {
  text-align: left;
  color: #000;
}

.single-projects .header__nav-open--header-notice {
  top: 79px;
}
@media (min-width: 768px) {
  .single-projects .header__nav-open--header-notice {
    top: 79px;
  }
}
@media (min-width: 1800px) {
  .single-projects .header__nav-open--header-notice {
    width: 52px;
    height: 52px;
    top: 79px;
  }
}
.single-projects .header__nav-open--header-notice.header__nav-open--fixed {
  top: 15px;
  position: fixed;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .single-projects .header__nav-open--header-notice.header__nav-open--fixed {
    top: 22px;
  }
}
@media (min-width: 1800px) {
  .single-projects .header__nav-open--header-notice.header__nav-open--fixed {
    width: 52px;
    height: 52px;
    top: 29px;
  }
}
.single-projects .header__search--header-notice {
  top: 79px;
}
.single-projects .logo {
  margin-top: 32px;
}
.single-projects .logo img {
  width: 101px;
}
.single-projects .logo--header-notice {
  margin-top: 68px;
}
.single-projects .logo--header-notice img {
  width: 81px;
}
.single-projects .set-below-header {
  margin-top: 152px;
}
.single-projects .set-below-header::after {
  content: "";
  clear: both;
  display: table;
}
.single-projects__banner {
  background-size: 0 0;
}
.single-projects__banner--vertical {
  max-width: none;
  width: 100%;
  margin-right: 0;
}
@media (min-width: 530px) {
  .single-projects__banner--vertical {
    width: auto;
    max-width: 47.22%;
    float: left;
    margin-right: 4.44%;
  }
}
.single-projects__banner img {
  visibility: visible;
  display: block;
}
@media (min-width: 768px) {
  .single-projects__banner {
    background-size: cover;
  }
  .single-projects__banner img {
    visibility: hidden;
  }
}
.single-projects__share a:hover {
  opacity: 0.8;
}
.single-projects__inner {
  max-width: 1338px;
  width: 94%;
  margin: 0 auto 35px auto;
  position: relative;
  font-family: "Avenir", sans-serif;
}
@media (min-width: 768px) {
  .single-projects__inner {
    margin: 0 auto 94px auto;
  }
}
.single-projects__inner--vertical {
  max-width: none;
  width: 100%;
  margin-right: 0;
  padding: 0 8.33%;
}
@media (min-width: 530px) {
  .single-projects__inner--vertical {
    float: left;
    width: 48.33%;
    max-width: 811px;
    padding-right: 4.44%;
  }
}
.single-projects__inner--vertical .single-projects__left, .single-projects__inner--vertical .single-projects__right {
  width: 100%;
  height: auto !important;
}
.single-projects__inner--vertical .single-projects__left {
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 530px) {
  .single-projects__inner--vertical .single-projects__left {
    padding-bottom: 100px;
  }
}
.single-projects__inner--vertical .single-projects__left:after {
  content: "";
  background-color: #DF218F;
  position: absolute;
  height: 4px;
  width: 50%;
  max-width: 388px;
  left: 0;
  bottom: 45px;
}
@media (min-width: 530px) {
  .single-projects__inner--vertical .single-projects__left:after {
    bottom: 65px;
  }
}
.single-projects__inner--vertical .single-projects__right h1.single-projects__header {
  display: none;
}
.single-projects__inner--vertical .single-projects__back-to-projects {
  display: none;
}
.single-projects__vertical-container {
  max-width: 1800px;
  width: 100%;
  margin: 0 auto;
}
.single-projects__vertical-container::after {
  content: "";
  clear: both;
  display: table;
}
.single-projects__main--vertical {
  background-image: url(img/top-shadow.png);
  background-repeat: repeat-x;
  background-position: 0 0;
}
.single-projects__left {
  width: 100%;
  position: relative;
  padding-bottom: 38px;
}
@media (min-width: 768px) {
  .single-projects__left {
    width: 60.24%;
    float: left;
  }
}
@media (max-width: 767px) {
  .single-projects__left {
    height: auto !important;
    padding-bottom: 0;
  }
}
.single-projects__right {
  width: 100%;
}
@media (min-width: 768px) {
  .single-projects__right {
    width: 29.2%;
    float: right;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .single-projects__right {
    height: auto !important;
  }
}
.single-projects .wrapper h1.single-projects__header {
  font-family: "Avenir-Bold", sans-serif;
  font-size: 328.125%;
  font-size: 4.2rem;
  line-height: 1.05;
  letter-spacing: -0.06em;
  border-bottom: 4px solid #DF218F;
  margin: 44px 0 30px 0;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .single-projects .wrapper h1.single-projects__header {
    font-size: 375%;
    font-size: 6rem;
    margin: 64px 0 40px 0;
  }
}
@media (min-width: 1023px) {
  .single-projects .wrapper h1.single-projects__header {
    font-size: 468.75%;
    font-size: 7.5rem;
    margin: 84px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .single-projects .wrapper .single-projects__right h1.single-projects__header {
    display: none;
  }
}
.single-projects .wrapper .single-projects__inner--vertical h1.single-projects__header {
  margin: 44px 0 10px 0;
  border-bottom: 0;
  padding-bottom: 0;
  height: auto !important;
}
@media (min-width: 768px) {
  .single-projects .wrapper .single-projects__inner--vertical h1.single-projects__header {
    margin: 64px 0 20px 0;
  }
}
@media (min-width: 1023px) {
  .single-projects .wrapper .single-projects__inner--vertical h1.single-projects__header {
    margin: 68px 0 30px 0;
  }
}
.single-projects__right .single-projects__back-to-projects {
  display: none;
}
@media (max-width: 767px) {
  .single-projects__right .single-projects__back-to-projects {
    display: block;
    margin-top: 40px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .single-projects__left .single-projects__back-to-projects {
    display: none;
  }
}
.single-projects__back-to-projects {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Avenir-Bold", sans-serif;
  font-size: 100%;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 28px;
}
.single-projects__back-to-projects--vertical {
  position: relative;
  clear: left;
  float: left;
  margin: 47px 0 60px 0;
}
.single-projects__back-to-projects img {
  margin-top: -2px;
  margin-right: 20px;
}
.single-projects__back-to-projects:hover {
  text-decoration: none;
  opacity: 0.8;
}
.single-projects__vertical-inner {
  max-width: 1338px;
  width: 94%;
  margin: 0 auto;
  display: none;
}
@media (min-width: 530px) {
  .single-projects__vertical-inner {
    display: block;
  }
}
.single-projects__blocks {
  padding-bottom: 78px;
}
@media (min-width: 530px) {
  .single-projects__blocks {
    padding-bottom: 148px;
  }
}
.single-projects__info {
  line-height: 1.14;
}
.single-projects__info__heading {
  font-family: "Avenir-Bold", sans-serif;
  font-size: 125%;
  font-size: 2rem;
  letter-spacing: 0.06em;
  color: #DF218F;
  line-height: 1;
  margin: 0 0 6px 0;
}
.single-projects__client, .single-projects__location, .single-projects__site-size, .single-projects__design-services, .single-projects__awards, .single-projects__share {
  margin-bottom: 18px;
}
.single-projects__share .single-projects__info__heading {
  margin-bottom: 12px;
}
.single-projects ul.share-buttons {
  margin: 0;
}

.project-group-1-block img {
  display: block;
  width: 100%;
}
.project-group-1-block__a {
  width: 100%;
}
.project-group-1-block__b {
  width: 100%;
  margin-top: 0.75%;
  margin-bottom: 0.75%;
}
@media (min-width: 530px) {
  .project-group-1-block__b {
    float: left;
    width: 66.64151%;
    padding-right: 0.52369%;
  }
}
.project-group-1-block__c {
  width: 100%;
  margin-top: 0.75%;
  margin-bottom: 0.75%;
}
@media (min-width: 530px) {
  .project-group-1-block__c {
    float: left;
    width: 33.35849%;
    padding-left: 0.22369%;
  }
}

.project-group-2-block {
  margin-bottom: 0.75183%;
}
.project-group-2-block img {
  display: block;
  width: 100%;
}
.project-group-2-block__a {
  width: 100%;
  margin-bottom: 1.49%;
}
@media (min-width: 530px) {
  .project-group-2-block__a {
    float: left;
    padding-right: 0.37369%;
    width: 50.41572%;
    margin-bottom: 0;
  }
}
.project-group-2-block__right {
  width: 100%;
}
@media (min-width: 530px) {
  .project-group-2-block__right {
    float: right;
    padding-left: 0.37369%;
    width: 49.58428%;
  }
}
.project-group-2-block__b {
  margin-bottom: 1.49%;
}

.project-group-3-block::after {
  content: "";
  clear: both;
  display: table;
}
.project-group-3-block img {
  display: block;
  width: 100%;
}
.project-group-3-block__a {
  float: left;
  margin-bottom: 0.75%;
  width: 100%;
}
@media (min-width: 530px) {
  .project-group-3-block__a {
    padding-right: 0.52317%;
    width: 66.94529%;
  }
}
.project-group-3-block__b {
  float: right;
  margin-bottom: 0.75%;
  width: 100%;
}
@media (min-width: 530px) {
  .project-group-3-block__b {
    padding-left: 0.22422%;
    width: 33.05471%;
  }
}
.project-group-3-block__c {
  float: left;
  margin-bottom: 0.75%;
  width: 100%;
}
@media (min-width: 530px) {
  .project-group-3-block__c {
    padding-right: 0.22422%;
    width: 33.05471%;
  }
}
.project-group-3-block__d {
  float: right;
  margin-bottom: 0.75%;
  width: 100%;
}
@media (min-width: 530px) {
  .project-group-3-block__d {
    padding-left: 0.52317%;
    width: 66.94529%;
  }
}

.project-group-4-block img {
  display: block;
  width: 100%;
}
.project-group-4-block__a, .project-group-4-block__b, .project-group-4-block__c {
  width: 50%;
  float: left;
  margin-bottom: 0.75%;
}
@media (min-width: 530px) {
  .project-group-4-block__a, .project-group-4-block__b, .project-group-4-block__c {
    width: 24.43946%;
    float: left;
    margin-right: 0.74838%;
  }
}
.project-group-4-block__d {
  width: 50%;
  float: left;
  margin-bottom: 0.75%;
}
@media (min-width: 530px) {
  .project-group-4-block__d {
    width: 24.43946%;
    float: left;
  }
}
.project-group-4-block__a, .project-group-4-block__c {
  padding-right: 0.37369%;
}
@media (min-width: 768px) {
  .project-group-4-block__a, .project-group-4-block__c {
    padding: 0;
  }
}
.project-group-4-block__b, .project-group-4-block__d {
  padding-left: 0.37369%;
}
@media (min-width: 768px) {
  .project-group-4-block__b, .project-group-4-block__d {
    padding: 0;
  }
}
.project-group-4-block__e {
  width: 100%;
  margin-bottom: 0.75%;
}
@media (min-width: 530px) {
  .project-group-4-block__e {
    width: 50%;
    padding-right: 0.37369%;
    float: left;
  }
}
.project-group-4-block__f {
  width: 100%;
  margin-bottom: 0.75%;
}
@media (min-width: 530px) {
  .project-group-4-block__f {
    width: 50%;
    padding-left: 0.37369%;
    float: right;
  }
}

.project-group-5-block {
  margin-bottom: 0.748363%;
}
.project-group-5-block__a {
  width: 100%;
  margin-bottom: 0.748363%;
}
@media (min-width: 530px) {
  .project-group-5-block__a {
    width: 50%;
    padding-right: 0.37369%;
    float: left;
    margin-bottom: 0;
  }
}
.project-group-5-block__b {
  width: 100%;
}
@media (min-width: 530px) {
  .project-group-5-block__b {
    width: 50%;
    padding-left: 0.37369%;
    float: right;
  }
}

.project-single-image-block {
  margin-bottom: 0.75%;
}

.project-text-block {
  padding: 40px 0 30px 0;
}
.project-text-block::after {
  content: "";
  clear: both;
  display: table;
}
@media (min-width: 530px) {
  .project-text-block {
    padding: 60px 0 50px 0;
  }
}
.project-text-block__left {
  width: 100%;
  font-size: 262.5%;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.21;
  color: #252525;
  margin-bottom: 18px;
}
@media (min-width: 530px) {
  .project-text-block__left {
    width: 38.6%;
    float: left;
    margin-bottom: 0;
  }
}
.project-text-block__right {
  width: 100%;
}
@media (min-width: 530px) {
  .project-text-block__right {
    width: 51.4%;
    float: right;
  }
}
.project-text-block__right__text {
  font-family: "Avenir", sans-serif;
  font-size: 131.25%;
  font-size: 2.1rem;
}

.tax-project_cat .set-below-header {
  margin-top: 150px;
}
@media (min-width: 1800px) {
  .tax-project_cat .set-below-header {
    margin-top: 210px;
  }
}
.tax-project_cat .set-below-header--header-notice {
  margin-top: 190px;
}
@media (min-width: 1800px) {
  .tax-project_cat .set-below-header--header-notice {
    margin-top: 210px;
  }
}
.tax-project_cat h1.page-header {
  margin-top: 0;
  margin-bottom: 27px;
}
.tax-project_cat__navigation {
  width: 100%;
  background-color: #DF218F;
  color: #fff;
}
.tax-project_cat__navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.tax-project_cat__navigation ul li {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
@media (min-width: 768px) {
  .tax-project_cat__navigation ul li {
    width: auto;
  }
}
.tax-project_cat__navigation ul li a {
  color: #ee9ccb;
  text-transform: uppercase;
  font-size: 112.5%;
  font-size: 1.8rem;
  font-family: "Avenir-Bold", sans-serif;
  padding: 1.325em 16px;
  display: block;
  text-decoration: none;
}
@media (min-width: 1280px) {
  .tax-project_cat__navigation ul li a {
    font-size: 131.25%;
    font-size: 2.1rem;
  }
}
.tax-project_cat__navigation ul li.current-menu-item a, .tax-project_cat__navigation ul li a:hover {
  color: #fff;
}
.tax-project_cat__navigation .sub-menu {
  display: none;
}
.tax-project_cat__navigation .current-menu-item .sub-menu {
  display: block;
  background: #e3e3e3;
}
@media (min-width: 768px) {
  .tax-project_cat__navigation .current-menu-item .sub-menu {
    display: none;
  }
}
.tax-project_cat__navigation .current-menu-item .sub-menu li {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.tax-project_cat__navigation .current-menu-item .sub-menu li a {
  color: #5F5E5E;
}
.tax-project_cat__navigation .current-menu-item .sub-menu li.current-menu-item a {
  color: #DF218F;
}
.tax-project_cat__sub-navigation {
  display: none;
  background: rgba(148, 148, 148, 0.24);
}
@media (min-width: 768px) {
  .tax-project_cat__sub-navigation {
    display: block;
  }
}
.tax-project_cat__sub-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.tax-project_cat__sub-navigation ul li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 49%;
}
@media (min-width: 768px) {
  .tax-project_cat__sub-navigation ul li {
    width: auto;
  }
}
.tax-project_cat__sub-navigation ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 21px;
  background: rgba(95, 95, 93, 0.6);
  display: none;
}
@media (min-width: 768px) {
  .tax-project_cat__sub-navigation ul li:after {
    display: block;
  }
}
.tax-project_cat__sub-navigation ul li:last-child:after {
  display: none;
}
.tax-project_cat__sub-navigation ul li a {
  color: #5F5E5E;
  text-transform: uppercase;
  font-size: 131.25%;
  font-size: 2.1rem;
  font-family: "Avenir-Bold", sans-serif;
  padding: 1em 16px;
  display: block;
  text-decoration: none;
}
@media (min-width: 768px) {
  .tax-project_cat__sub-navigation ul li a {
    padding: 0.6em 26px;
  }
}
.tax-project_cat__sub-navigation ul li.current-menu-item a, .tax-project_cat__sub-navigation ul li a:hover {
  color: #DF218F;
}

.project-grid {
  width: calc(100% - 52px);
  margin-left: 26px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-out;
}
.project-grid::after {
  content: "";
  clear: both;
  display: table;
}
.project-grid.active {
  height: auto;
  opacity: 1;
}
.project-grid img {
  width: auto;
  max-width: 100%;
}
.project-grid .no-results {
  font-size: 2rem;
  font-family: "Avenir-Bold", sans-serif;
  padding: 0 0 85px 0;
}
.project-grid-options {
  padding: 0 0 27px 0;
  width: 50%;
  max-width: 200px;
  display: flex;
  justify-content: end;
  float: right;
}
@media (min-width: 768px) {
  .project-grid-options {
    float: none;
  }
}
@media (min-width: 1023px) {
  .project-grid-options {
    padding-right: 12px;
  }
}
.project-grid-options__option {
  width: 66px;
  height: 44px;
  border: 1px solid #bcbcbc;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  cursor: pointer;
  font-size: 2rem;
}
@media (min-width: 1800px) {
  .project-grid-options__option {
    font-size: 1.4rem;
  }
}
.project-grid-options__option.active {
  background-color: #dddddd;
  cursor: default;
}
.project-grid-options__option.active:hover {
  opacity: 1;
}
.project-grid-options__option:hover {
  opacity: 0.8;
}
.project-grid-options__option--list {
  border-radius: 10px 0 0 10px;
  border-right: none;
}
.project-grid-options__option--map {
  border-radius: 0 10px 10px 0;
  border-left: none;
}
.project-grid__map {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s ease-out;
  width: 100%;
}
.project-grid__map div {
  outline: none !important;
}
.project-grid__map.active {
  height: auto;
  opacity: 1;
}
.project-grid__map .gm-style .gm-style-iw-c {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
  transform: translate3d(-17.5%, -97%, 0);
}
.project-grid__map .gm-style .gm-style-iw-c button {
  top: 0 !important;
  right: 0 !important;
  width: 24px !important;
  height: 24px !important;
  background-color: #ccc !important;
  line-height: 24px;
  text-align: center;
}
.project-grid__map .gm-style .gm-style-iw-c button span {
  margin: 0 0 0 5px !important;
}
.project-grid__map .gm-style .gm-style-iw-d {
  padding: 0;
  overflow: visible !important;
}
.project-grid__map .gm-style .gm-style-iw-tc {
  display: none;
}
.project-grid__map .overlay-content-title--additional-project {
  font-family: "Avenir-Bold", sans-serif;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 1800px) {
  .project-grid__map .overlay-content-title--additional-project {
    font-size: 1rem;
  }
}
.project-grid__map .overlay-content-location--additional-project {
  font-size: 1.5rem;
  line-height: 14px;
  margin-top: 0px;
  position: relative;
  padding-bottom: 12px;
  padding-left: 13px;
  background-image: url(img/icons/icon-location.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  font-weight: normal;
  color: #fff;
}
@media (min-width: 1800px) {
  .project-grid__map .overlay-content-location--additional-project {
    font-size: 1rem;
  }
}
.project-grid__project {
  float: left;
  margin-bottom: 15px;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  height: auto;
  min-height: 250px;
  overflow: hidden;
  /*transition:all 0.6s ease-out;*/
  transition: opacity 0.4s ease-out;
}
@media (min-width: 530px) {
  .project-grid__project {
    margin-bottom: 1.11823%;
  }
}
.project-grid__project.hidden {
  opacity: 0;
}
@media (min-width: 530px) {
  .project-grid__project {
    min-height: 0;
  }
}
@media (min-width: 1800px) {
  .project-grid__project {
    height: 431px;
  }
}
.project-grid__project--hidden {
  width: 0 !important;
  height: 0 !important;
}
.project-grid__project--display-none {
  display: none;
}
.project-grid__project--map {
  height: 230px;
  max-height: 230px;
  min-height: 230px;
  margin-bottom: 0;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 95.6%, 20.9% 95.6%, 17.44% 100%, 13.98% 95.6%, 0 95.6%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 95.6%, 20.9% 95.6%, 17.44% 100%, 13.98% 95.6%, 0 95.6%);
}
.project-grid__project--map img {
  max-width: 288px;
  height: auto;
}
.project-grid__project:hover .project-grid__project__overlay {
  opacity: 1;
}
.project-grid__project img {
  visibility: hidden;
}
.project-grid__project--603 {
  width: 100%;
}
@media (min-width: 530px) {
  .project-grid__project--603 {
    width: 32.57%;
    margin-right: 1.11415%;
  }
}
.project-grid__project--910 {
  width: 100%;
}
@media (min-width: 530px) {
  .project-grid__project--910 {
    width: 49.442925%;
    margin-right: 1.11415%;
  }
}
.project-grid__project--1227 {
  width: 100%;
}
@media (min-width: 530px) {
  .project-grid__project--1227 {
    width: 66.286%;
    margin-right: 1.11415%;
  }
}
.project-grid__project--747 {
  width: 100%;
}
@media (min-width: 530px) {
  .project-grid__project--747 {
    width: 41.5%;
    margin-right: 1.1111%;
  }
}
.project-grid__project--1033 {
  width: 100%;
}
@media (min-width: 530px) {
  .project-grid__project--1033 {
    width: 57.38889%;
    float: right;
  }
}
.project-grid__project--1800 {
  width: 100%;
}
.project-grid__project--931 {
  width: 100%;
}
@media (min-width: 530px) {
  .project-grid__project--931 {
    width: 51.72222%;
    margin-right: 1.16667%;
  }
}
.project-grid__project--848 {
  width: 100%;
}
@media (min-width: 530px) {
  .project-grid__project--848 {
    width: 47.11111%;
    float: right;
  }
}
.project-grid__project--1181 {
  width: 100%;
}
@media (min-width: 530px) {
  .project-grid__project--1181 {
    width: 65.61111%;
    margin-right: 1.44445%;
  }
}
.project-grid__project--593 {
  width: 100%;
}
@media (min-width: 530px) {
  .project-grid__project--593 {
    width: 32.94444%;
    float: right;
  }
}
.project-grid__project__overlay {
  position: absolute;
  width: 100%;
  height: 78px;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.3s ease-out;
  cursor: pointer;
}
@media (min-width: 768px) {
  .project-grid__project__overlay {
    opacity: 0;
    height: 100%;
  }
}
.project-grid__project__overlay--map {
  opacity: 1;
}
.project-grid__project__overlay .overlay-content {
  color: #fff;
  position: absolute;
  left: 14px;
  bottom: 0;
  padding-right: 5%;
}
@media (min-width: 768px) {
  .project-grid__project__overlay .overlay-content {
    left: 27px;
    bottom: 27px;
  }
}
@media (min-width: 1023px) {
  .project-grid__project__overlay .overlay-content {
    left: 38px;
    bottom: 38px;
  }
}
@media (min-width: 1800px) {
  .project-grid__project__overlay .overlay-content {
    left: 54px;
    bottom: 54px;
  }
}
.project-grid__project__overlay .overlay-content--map {
  left: 28px;
  bottom: 34px;
}
.project-grid__project__overlay .overlay-content-title {
  font-family: "Avenir-Bold", sans-serif;
  font-size: 150%;
  font-size: 2rem;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: -0.06em;
  padding-bottom: 8px;
  position: relative;
}
@media (min-width: 768px) {
  .project-grid__project__overlay .overlay-content-title {
    padding-bottom: 14px;
  }
}
@media (min-width: 1023px) {
  .project-grid__project__overlay .overlay-content-title {
    font-size: 242.5%;
    font-size: 3.88rem;
    letter-spacing: 0px;
    padding-bottom: 18px;
  }
}
@media (min-width: 1800px) {
  .project-grid__project__overlay .overlay-content-title {
    font-size: 296.25%;
    font-size: 4.25rem;
    padding-bottom: 28px;
  }
}
.project-grid__project__overlay .overlay-content-title:after {
  content: "";
  width: 90px;
  height: 3px;
  background-color: #DF218F;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1023px) {
  .project-grid__project__overlay .overlay-content-title:after {
    height: 5px;
  }
}
.project-grid__project__overlay .overlay-content-title--map {
  font-size: 3rem;
  padding-bottom: 4px;
  letter-spacing: 0px;
}
@media (min-width: 1800px) {
  .project-grid__project__overlay .overlay-content-title--map {
    font-size: 2rem;
  }
}
.project-grid__project__overlay .overlay-content-title--map:after {
  display: none;
}
.project-grid__project__overlay .overlay-content-location {
  font-size: 2.1rem;
  line-height: 17px;
  margin-top: 0px;
  position: relative;
  padding-bottom: 12px;
  padding-left: 13px;
  background-image: url(img/icons/icon-location.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  font-weight: normal;
}
@media (min-width: 1800px) {
  .project-grid__project__overlay .overlay-content-location {
    font-size: 1.4rem;
  }
}
.project-grid__project__overlay .overlay-content-location:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #DF218F;
  position: absolute;
  bottom: 0;
  left: 0;
}
.project-grid__project__overlay .overlay-content-link {
  font-family: "Avenir-Bold", sans-serif;
  font-size: 91.125%;
  font-size: 1.85rem;
  text-transform: uppercase;
  line-height: 17px;
  margin-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 1023px) {
  .project-grid__project__overlay .overlay-content-link {
    margin-top: 16px;
    padding-bottom: 0;
  }
}
@media (min-width: 1800px) {
  .project-grid__project__overlay .overlay-content-link {
    margin-top: 32px;
    font-size: 1.458rem;
  }
}
.project-grid__project__overlay .overlay-content-link a {
  color: #fff;
}
.project-grid__project__overlay .overlay-content-link a img {
  margin-top: -2px;
  margin-left: 12px;
  width: 21px;
}
.project-grid__project__overlay .overlay-content-link a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.project-grid__project__overlay .overlay-content-link--map {
  margin-top: 15px;
  font-size: 1.65rem;
}
@media (min-width: 1800px) {
  .project-grid__project__overlay .overlay-content-link--map {
    font-size: 1.1rem;
  }
}
.project-grid__project__overlay .overlay-content-link--map a img {
  margin-top: -2px;
  margin-left: 3px;
  width: 21px;
}

.featured-post {
  color: #000;
  margin-bottom: 45px;
}
.featured-post .inner {
  padding: 40px 0 33px 0;
  border-bottom: 2px solid #21B7DF;
}
@media (min-width: 768px) {
  .featured-post .inner {
    padding: 80px 0 58px 0;
  }
}
.featured-post .inner .clear {
  max-width: 1430px;
}
.featured-post--blue {
  background-color: #00b3e3;
}
.featured-post--pink {
  background-image: url(img/blog-pink-bg.jpg);
  background-size: cover;
  background-position: 50% 100%;
  margin-top: 45px;
}
@media (min-width: 768px) {
  .featured-post--pink {
    margin-top: 0;
  }
}
.featured-post__thumbnail {
  width: 100%;
  max-width: 434px;
  margin-bottom: 30px;
  position: relative;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .featured-post__thumbnail {
    float: right;
    width: 31%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .featured-post__thumbnail {
    height: auto !important;
  }
}
.featured-post__thumbnail img {
  width: 100%;
  display: block;
}
.featured-post__thumbnail a {
  display: block;
  position: relative;
}
.featured-post__thumbnail a:hover {
  opacity: 1;
}
.featured-post__thumbnail a:hover .overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(223, 33, 143, 0.85);
  background-blend-mode: multiply;
  transition: opacity 0.1s ease-out;
}
.featured-post--pink .featured-post__thumbnail {
  float: right;
}
.featured-post a {
  color: #21B7DF;
}
.featured-post a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.featured-post__content {
  width: 100%;
  position: relative;
  font-family: "Avenir", sans-serif;
  max-width: 850px;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .featured-post__content {
    width: 65%;
    float: left;
  }
}
@media (min-width: 1440px) {
  .featured-post__content {
    padding-top: 42px;
  }
}
@media (max-width: 767px) {
  .featured-post__content {
    height: auto !important;
  }
}
.featured-post__content__category {
  text-transform: uppercase;
  font-family: "Avenir-Bold", sans-serif;
  color: #DF218F;
}
.featured-post__content__title {
  text-transform: uppercase;
  font-family: "Avenir", sans-serif;
  line-height: 0.98;
  padding: 20px 0 22px 0;
  font-size: 275%;
  font-size: 4.4rem;
  font-weight: normal;
}
.featured-post__content__title p {
  margin: 0;
}
.featured-post__content__title strong {
  font-family: "Avenir-Bold", sans-serif;
}
@media (min-width: 768px) {
  .featured-post__content__title {
    font-size: 343.75%;
    font-size: 5.5rem;
  }
}
.featured-post__content__excerpt {
  font-size: 24px;
  font-family: "Avenir-Medium", sans-serif;
}
.featured-post__content__read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Avenir-Bold", sans-serif;
  font-size: 125%;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 28px;
}
.featured-post__content__read-more a {
  color: #fff;
}
.featured-post__content__read-more a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.featured-post__content__read-more img {
  margin-top: -2px;
  margin-left: 12px;
}
.featured-post__content .post-normal__read-more {
  color: #000;
}
.featured-post--pink .featured-post__content {
  float: left;
}

.post-normal {
  width: 100%;
  padding-bottom: 35px;
  height: auto !important;
  padding-bottom: 65px;
  flex: 1 1 100%;
  max-width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .post-normal {
    flex: 1 1 47%;
    max-width: 47%;
    min-width: 47%;
    margin-right: 6%;
  }
}
@media (min-width: 1023px) {
  .post-normal {
    flex: 1 1 29.33%;
    max-width: 29.33%;
    min-width: 29.33%;
  }
}
@media (min-width: 1800px) {
  .post-normal {
    flex: 1 1 360px;
    max-width: 360px;
    min-width: 360px;
    margin-right: 11.18%;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .post-normal:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 1023px) {
  .post-normal:nth-child(2n) {
    margin-right: 6%;
  }
}
@media (min-width: 1800px) {
  .post-normal:nth-child(2n) {
    margin-right: 11.18%;
  }
}
@media (min-width: 1023px) {
  .post-normal:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1800px) {
  .post-normal:nth-child(3n) {
    margin-right: 11.18%;
  }
}
.post-normal__list {
  max-width: 1430px;
  padding-top: 56px;
}
@media (min-width: 768px) {
  .post-normal__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.post-normal a {
  color: #353935;
}
.post-normal a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.post-normal__thumbnail {
  position: relative;
  max-width: 359px;
}
.post-normal__thumbnail a:hover .overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(223, 33, 143, 0.85);
  background-blend-mode: multiply;
  transition: opacity 0.1s ease-out;
}
.post-normal__content {
  position: relative;
  font-family: "Avenir", sans-serif;
  font-size: 131.25%;
  font-size: 2rem;
  line-height: 1.35;
  padding-right: 0;
  color: #2b2b2b;
}
.post-normal__content__date-and-category {
  padding-bottom: 12px;
  font-size: 16px;
}
@media (min-width: 1023px) {
  .post-normal__content__date-and-category {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .post-normal__content__date-and-category {
    font-size: 16px;
  }
}
@media (min-width: 1520px) {
  .post-normal__content__date-and-category {
    font-size: 20px;
  }
}
.post-normal__content__category {
  text-transform: uppercase;
  font-family: "Avenir-Bold", sans-serif;
  color: #DF218F;
}
.post-normal__content__date {
  font-family: "Avenir", sans-serif;
}
.post-normal__content__title {
  font-size: 187.5%;
  font-size: 2.8rem;
  font-family: "Avenir-Bold", sans-serif;
  color: #000;
  line-height: 0.98;
  padding: 10px 0 22px 0;
}
@media (min-width: 768px) {
  .post-normal__content__title {
    padding: 27px 0 44px 0;
  }
}
.post-normal__content__read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Avenir-Bold", sans-serif;
  font-size: 125%;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 28px;
}
.post-normal__content__read-more a {
  color: #2b2b2b;
}
.post-normal__content__read-more a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.post-normal__content__read-more img {
  margin-top: -2px;
  margin-left: 12px;
}
.post-normal__content.page-content {
  font-size: 20px;
}

.post-normal:nth-child(3n) {
  margin-right: 0;
}

.post-search {
  width: 100%;
}
@media (min-width: 768px) {
  .post-search {
    width: 31.33%;
    float: left;
    margin-right: 3%;
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .post-search {
    height: auto !important;
  }
}
.post-search a {
  color: #353935;
}
.post-search a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.post-search__thumbnail {
  margin-top: 45px;
  position: relative;
}
@media (min-width: 768px) {
  .post-search__thumbnail {
    margin-top: 0;
  }
}
.post-search__thumbnail a:hover .overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background: rgba(223, 33, 143, 0.85);
  background-blend-mode: multiply;
  transition: opacity 0.1s ease-out;
}
.post-search__content {
  position: relative;
  padding-bottom: 35px;
  padding-top: 10px;
  font-family: "Avenir", sans-serif;
  font-size: 131.25%;
  font-size: 2.1rem;
  padding-right: 0;
  color: #2b2b2b;
}
@media (min-width: 768px) {
  .post-search__content {
    padding-top: 10px;
    padding-bottom: 35px;
  }
}
.post-search__content__category {
  text-transform: uppercase;
  font-family: "Avenir-Bold", sans-serif;
  color: #DF218F;
}
.post-search__content__title {
  font-size: 187.5%;
  font-size: 3rem;
  font-family: "Avenir-Bold", sans-serif;
  color: #353935;
  letter-spacing: -0.06em;
  line-height: 0.98;
  padding: 10px 0 18px 0;
}
@media (min-width: 768px) {
  .post-search__content__title {
    padding: 10px 0 12px 0;
  }
}
.post-search__content__read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Avenir-Bold", sans-serif;
  font-size: 125%;
  font-size: 2rem;
  text-transform: uppercase;
  line-height: 28px;
}
.post-search__content__read-more a {
  color: #2b2b2b;
}
.post-search__content__read-more a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.post-search__content__read-more img {
  margin-top: -2px;
  margin-left: 12px;
}

.post-search:nth-child(3n) {
  margin-right: 0;
}

.blog-main .inner {
  max-width: 1564px;
}

.pagination {
  font-family: "Avenir-Bold", sans-serif;
  text-align: center;
  color: #2b2b2b;
  padding: 70px 0 140px 0;
  font-size: 162.5%;
  font-size: 2.6rem;
}
@media (min-width: 1800px) {
  .pagination {
    font-size: 131.25%;
    font-size: 2.1rem;
  }
}
.pagination a {
  padding: 12px;
}
@media (min-width: 1280px) {
  .pagination a {
    padding: 5px;
  }
}
.pagination a:hover {
  text-decoration: none;
  color: #DF218F;
}
.pagination .current {
  color: #DF218F;
  margin: 0 5px;
}

.single-post .page-header {
  color: #000;
}
.single-post main {
  position: relative;
}
.single-post__banner {
  background-image: url(img/blog-letter-bg.gif);
  background-size: cover;
  text-align: center;
}
.single-post__inner {
  max-width: 1500px;
  width: 83.33%;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20px;
  padding-top: 38px;
  font-family: "Avenir", sans-serif;
  color: #2b2b2b;
}
@media (min-width: 768px) {
  .single-post__inner {
    padding-top: 76px;
  }
}
.single-post__category {
  text-transform: uppercase;
  font-family: "Avenir-Bold", sans-serif;
  color: #DF218F;
}
.single-post__title {
  text-transform: uppercase;
  font-family: "Avenir", sans-serif !important;
  line-height: 0.98 !important;
  padding: 20px 0 20px 0;
  margin: 0;
  font-size: 275%;
  font-size: 4.4rem;
  color: #21B7DF;
}
.single-post__title strong {
  font-family: "Avenir-Bold", sans-serif;
}
.single-post__title p {
  margin: 0;
}
@media (min-width: 768px) {
  .single-post__title {
    font-size: 343.75%;
    font-size: 5.5rem;
    padding: 36px 0 65px 0;
  }
}
@media (min-width: 1023px) {
  .single-post__content {
    padding-right: 40px;
  }
}
.single-post__images {
  padding: 10px 0 90px 10px;
  width: 90%;
  max-width: 890px;
  margin: 0 auto;
}
.single-post__images__side-by-side {
  margin-bottom: 1.7%;
}
.single-post__images__side-by-side__a {
  float: left;
  width: 47.72727%;
}
.single-post__images__side-by-side__b {
  float: right;
  width: 50.56818%;
}
.single-post__back-to-blog {
  margin-bottom: 65px;
  font-family: "Avenir-Bold", sans-serif;
  font-size: 100%;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 28px;
  display: inline-block;
}
.single-post__back-to-blog img {
  margin-top: -2px;
  margin-right: 20px;
}
.single-post__back-to-blog:hover {
  text-decoration: none;
  opacity: 0.8;
}
.single-post blockquote {
  color: #E0228F !important;
  font-family: "Avenir-Medium", sans-serif !important;
  font-size: 20px !important;
  margin-left: 9%;
  margin-right: 0;
  padding-left: 28px;
  border-left: 13px solid #E0228F;
  font-weight: normal;
}
@media (min-width: 768px) {
  .single-post blockquote {
    font-size: 30px !important;
    margin-left: 19.5%;
    margin-right: 12.5%;
  }
}
.single-post blockquote h4 {
  font-weight: normal;
}
.single-post a {
  color: #E0228F;
}
.single-post a:hover {
  opacity: 0.8;
}
.single-post h3 {
  color: #23B0DD;
  font-family: "Avenir-Medium", sans-serif;
  font-size: 22px;
}
.single-post .wp-caption {
  border: none;
  text-align: left;
  padding: 0;
}
.single-post .wp-caption .wp-caption-text {
  color: #444;
  font-family: "Avenir-Medium", sans-serif;
  font-size: 14px;
  font-style: italic;
  padding-left: 0;
}

.search__results::after, .category__results::after, .archive__results::after, .author__results::after {
  content: "";
  clear: both;
  display: table;
}

.search__results .post-normal {
  padding: 20px 0;
}

.search-form {
  display: none;
}
.search-form.open {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.search-form__close {
  position: absolute;
  top: -48px;
  right: 0;
  cursor: pointer;
}
.search-form__close:hover {
  opacity: 0.8;
}
.search-form form.search {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 400px;
}
.search-form form.search .search-input {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  font-size: 1.625rem;
  color: #000;
  border: 1px solid #DF218F;
}
.search-form form.search .search-input:focus {
  outline-color: #DF218F;
  border: none;
}
.search-form form.search .search-submit {
  background: #DF218F;
  border: none;
  width: 120px;
  height: 48px;
  margin-top: 10px;
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  cursor: pointer;
}
.search-form form.search .search-submit:hover {
  opacity: 0.8;
}

.error404 article {
  padding-bottom: 85px;
}

.interns-content {
  padding: 82px 0 36px 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .interns-content {
    margin-bottom: 120px;
  }
}
.interns-content__intro {
  font-family: "Avenir-Medium", sans-serif;
  font-size: 187.5%;
  font-size: 3rem;
  color: #000;
  max-width: 1500px;
  margin: 0 auto;
  width: 83.33%;
  line-height: 1.4;
  margin-bottom: 60px;
}
@media (min-width: 530px) {
  .interns-content__intro {
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .interns-content__intro {
    margin-bottom: 100px;
  }
}
.interns-content__intro ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2.4em;
}
.interns-content__intro ul li {
  padding-left: 29px;
  background-image: url(img/icons/bullet-triangle-pink.png);
  background-image: url(img/icons/bullet-triangle-pink.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 16px 21px;
  margin-bottom: 30px;
}
@media (min-width: 1800px) {
  .interns-content__intro ul li {
    background-position: 0 8px;
  }
}
.interns-content__intro strong {
  font-weight: bolder;
}
.interns-content__intro__ul-header {
  margin-bottom: 30px;
}
.interns-content__positions {
  max-width: 1255px;
  width: 83.66%;
  margin: 0 auto;
}
.interns-content__positions__position {
  width: 100%;
  background-image: url(img/spring-summer.jpg);
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  padding: 44px;
  min-height: 330px;
  margin-bottom: 24px;
  color: #fff;
}
@media (min-width: 768px) {
  .interns-content__positions__position {
    float: left;
    width: 48.8%;
    min-height: 430px;
  }
}
.interns-content__positions__position:nth-child(2) {
  float: right;
  background-image: url(img/summer-fall.jpg);
}
.interns-content__positions__position:nth-child(2) .interns-content__positions__position__email a:hover {
  color: #21B7DF;
}
@media (min-width: 768px) {
  .interns-content__positions__position:nth-child(2) {
    float: right;
  }
}
.interns-content__positions__position__title {
  font-size: 224%;
  font-size: 3.584rem;
  font-family: "Avenir-Bold", sans-serif;
  margin-bottom: 14px;
  line-height: 1.1;
}
.interns-content__positions__position__description {
  font-family: "Avenir", sans-serif;
  font-size: 100%;
  font-size: 1.6rem;
  line-height: 1.1;
}
@media (min-width: 400px) {
  .interns-content__positions__position__description {
    font-size: 112.5%;
    font-size: 1.8rem;
  }
}
@media (min-width: 1023px) {
  .interns-content__positions__position__description {
    font-size: 163.75%;
    font-size: 2.62rem;
  }
}
.interns-content__positions__position__email {
  font-size: 121.875%;
  font-size: 1.95rem;
  text-transform: uppercase;
  font-family: "Avenir-Medium", sans-serif;
  height: 48px;
  position: absolute;
  left: 44px;
  bottom: 44px;
}
.interns-content__positions__position__email img {
  margin-left: 6px;
}
.interns-content__positions__position__email a {
  text-decoration: none;
  color: #fff;
  border: 3px solid #fff;
  padding: 7px 20px 3px 20px;
  font-size: 187.5%;
  font-size: 2.4rem;
  line-height: 1;
}
.interns-content__positions__position__email a:hover {
  background-color: #fff;
  color: #DF218F;
}

.experience-creativity {
  background-image: url(img/experience-creativity.gif);
  background-size: cover;
  height: 384px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  padding: 0 5%;
}
.experience-creativity h2 {
  font-size: 343.75%;
  font-size: 5.5rem;
  font-weight: 400;
  font-family: "Avenir", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  margin: 0;
}
.experience-creativity p {
  margin-bottom: 0;
}

.post-type-archive-projects .set-below-header {
  margin-top: 150px;
}
@media (min-width: 1800px) {
  .post-type-archive-projects .set-below-header {
    margin-top: 210px;
  }
}
.post-type-archive-projects .set-below-header--header-notice {
  margin-top: 190px;
}
@media (min-width: 1800px) {
  .post-type-archive-projects .set-below-header--header-notice {
    margin-top: 210px;
  }
}
.post-type-archive-projects h1.page-header {
  margin-top: 0;
  margin-bottom: 27px;
}

.project-filters {
  position: relative;
  padding: 7px 0 0 0;
  width: 94%;
  max-width: 1344px;
  margin: 0 auto;
}
.project-filters__container {
  display: flex;
  justify-content: center;
}
.project-filters__search {
  width: 440px;
  max-width: 100%;
  position: relative;
}
.project-filters__search input {
  border: 1px solid #bcbcbc;
  border-radius: 60px;
  padding: 12px 50px 12px 20px;
  width: 100%;
  font-size: 2rem;
}
.project-filters__search input::-webkit-input-placeholder {
  font-family: "Avenir", sans-serif;
  color: #6c6c6c;
  opacity: 1;
}
.project-filters__search input:-moz-placeholder {
  font-family: "Avenir", sans-serif;
  color: #6c6c6c;
  opacity: 1;
}
.project-filters__search input::-moz-placeholder {
  font-family: "Avenir", sans-serif;
  color: #6c6c6c;
  opacity: 1;
}
.project-filters__search input:-ms-input-placeholder {
  font-family: "Avenir", sans-serif;
  color: #6c6c6c;
  opacity: 1;
}
@media (min-width: 1800px) {
  .project-filters__search input {
    font-size: 1.4rem;
  }
}
.project-filters__search__button {
  background: none;
  border: none;
  padding: 20px 20px 20px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.project-filters__search__button:hover {
  opacity: 0.8;
}
.project-filters__search__options {
  position: absolute;
  width: 100%;
  max-width: 440px;
  padding: 20px 11px;
  border: 1px solid #bfbfbf;
  top: 50px;
  border-radius: 10px;
  z-index: 10000;
  background-color: #fff;
  transform: scale(1, 0);
  transition: 0.25s ease-in-out;
  transform-origin: top center;
}
.project-filters__search__options.active {
  transform: scale(1, 1);
  z-index: 20000;
}
.project-filters__search__options__option {
  cursor: pointer;
  padding: 2px 11px;
  border-radius: 15px;
  color: #6c6c6c;
  font-family: "Avenir", sans-serif;
}
.project-filters__search__options__option:hover {
  background-color: #DF218F;
  color: #fff;
}
.project-filters__filter {
  width: 118px;
  max-width: 100%;
  margin-left: 16px;
}
.project-filters__filter__button {
  border: 1px solid #bcbcbc;
  border-radius: 10px;
  background-image: url(img/icons/icon-filters.svg);
  background-repeat: no-repeat;
  background-position: 19px 50%;
  background-color: #fff;
  padding: 12px 15px 12px 60px;
  cursor: pointer;
  font-size: 2rem;
}
@media (min-width: 1800px) {
  .project-filters__filter__button {
    font-size: 1.4rem;
  }
}
.project-filters__filter__button:hover {
  opacity: 0.8;
}
.project-filters__all-options-container {
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  padding: 35px 20px 27px 20px;
  position: absolute;
  top: 62px;
  background-color: #fff;
  width: 100%;
  z-index: 10000;
  transition: 0.3s ease-out;
  transform: scale(1, 0);
  transform-origin: top center;
}
.project-filters__all-options-container.active {
  transform: scale(1, 1);
}
@media (min-width: 530px) {
  .project-filters__all-options-container {
    padding: 45px 30px 27px 41px;
  }
}
.project-filters__all-options {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 530px) {
  .project-filters__all-options__column {
    padding: 0 44px 0 0;
  }
}
.project-filters__all-options__column--type {
  display: flex;
  flex-wrap: wrap;
  flex: 100% 1 1;
}
@media (min-width: 530px) {
  .project-filters__all-options__column--type {
    flex: 50% 1 1;
  }
}
@media (min-width: 768px) {
  .project-filters__all-options__column--type {
    flex: 65% 1 1;
  }
}
@media (min-width: 1023px) {
  .project-filters__all-options__column--type {
    flex: 75% 1 1;
  }
}
.project-filters__all-options__heading {
  font-family: "Avenir-Bold", sans-serif;
  font-size: 2.985rem;
  padding-bottom: 28px;
}
.project-filters__all-options__heading--type {
  flex: 100% 1 1;
}
@media (min-width: 1800px) {
  .project-filters__all-options__heading {
    font-size: 2rem;
  }
}
.project-filters__all-options__options--type {
  flex: 100% 1 1;
  display: flex;
  flex-wrap: wrap;
}
.project-filters__all-options__option {
  display: flex;
  padding-bottom: 19px;
}
.project-filters__all-options__option--with-children {
  padding-bottom: 11px;
}
.project-filters__all-options__option--type {
  flex: 100% 1 1;
}
@media (min-width: 768px) {
  .project-filters__all-options__option--type {
    flex: 50% 1 1;
    max-width: 50%;
  }
}
@media (min-width: 1023px) {
  .project-filters__all-options__option--type {
    flex: 33.33% 1 1;
    max-width: 33.33%;
  }
}
.project-filters__all-options__option--indented {
  padding-left: 40px;
  padding-bottom: 9px;
}
.project-filters__all-options__option--indented--last {
  padding-bottom: 27px;
}
.project-filters__all-options__option--indented--last--last {
  padding-bottom: 45px;
}
.project-filters__all-options__option--last {
  padding-bottom: 45px;
}
.project-filters__all-options input[type=checkbox] {
  width: 21px;
  height: 21px;
  accent-color: #DF218F;
  cursor: pointer;
  margin-right: 17px;
}
.project-filters__all-options label {
  font-size: 1.6rem;
  font-size: 2.388rem;
  color: #6c6c6c;
  font-family: "Avenir", sans-serif;
  line-height: 21px;
  min-height: 21px;
  display: inline-block;
}
@media (min-width: 1800px) {
  .project-filters__all-options label {
    font-size: 1.6rem;
  }
}
.project-filters__all-options__buttons {
  display: flex;
  justify-content: right;
  border-top: 1px solid #b1b1b1;
  padding-top: 27px;
}
.project-filters__all-options__buttons__clear {
  font-size: 2.388rem;
  color: #DF218F;
  text-decoration: underline;
  margin-right: 24px;
  line-height: 48px;
  cursor: pointer;
}
@media (min-width: 400px) {
  .project-filters__all-options__buttons__clear {
    margin-right: 48px;
  }
}
@media (min-width: 1800px) {
  .project-filters__all-options__buttons__clear {
    font-size: 1.6rem;
  }
}
.project-filters__all-options__buttons__clear:hover {
  opacity: 0.8;
}
.project-filters__all-options__buttons__apply {
  background-color: #DF218F;
  color: #fff;
  font-size: 2.388rem;
  width: 159px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
}
@media (min-width: 1800px) {
  .project-filters__all-options__buttons__apply {
    font-size: 1.6rem;
  }
}
.project-filters__all-options__buttons__apply:hover {
  opacity: 0.8;
}

.project-query-and-options {
  width: calc(100% - 52px);
  margin-left: 26px;
  padding-top: 18px;
}
@media (min-width: 768px) {
  .project-query-and-options {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1023px) {
  .project-query-and-options {
    padding-top: 0;
  }
}
.project-query-and-options.active {
  padding-top: 18px;
}
.project-query-and-options__selected-filters {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.project-query-and-options__selected-filters__clear-all {
  font-family: "Avenir", sans-serif;
  font-size: 1.6rem;
  color: #DF218F;
  text-decoration: underline;
  padding: 6px 0 0 0;
  height: 32px;
  margin-top: 12px;
  cursor: pointer;
}
.project-query-and-options__selected-filters__clear-all:hover {
  opacity: 0.8;
}
.project-query-and-options__selected-filters__filter {
  font-family: "Avenir", sans-serif;
  font-size: 1.6rem;
  line-height: 32px;
  height: 32px;
  padding: 0 0 0 14px;
  background-color: #f4f4f4;
  border: 1px solid #b1b1b1;
  border-radius: 32px;
  display: flex;
  justify-content: space-between;
  margin-right: 16px;
  margin: 12px 16px 12px 0;
}
.project-query-and-options__selected-filters__filter span {
  display: block;
  height: 32px;
  line-height: 32px;
}
.project-query-and-options__selected-filters__filter__remove {
  display: block;
  width: 30px;
  height: 32px;
  line-height: 32px;
  box-sizing: content-box;
  cursor: pointer;
  padding: 0 0 0 6px;
  background-image: url(img/icons/x-small.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 32px;
}
.project-query-and-options__selected-filters__filter__remove:hover {
  opacity: 0.7;
}

.dynamic-map div {
  outline: none !important;
}
.dynamic-map__additional-project {
  background-color: #2b2b2b;
  padding: 10px 30px 10px 10px;
  width: 220px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 88.8%, 20.6% 88.8%, 17.14% 100%, 13.68% 88.8%, 0 88.8%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 88.8%, 20.6% 88.8%, 17.14% 100%, 13.68% 88.8%, 0 88.8%);
}
.dynamic-map__banner {
  background-color: #21B7DF;
  color: #fff;
  width: 100%;
  padding: 40px 5%;
}
@media (min-width: 1023px) {
  .dynamic-map__banner {
    display: flex;
    padding: 40px 0;
  }
}
.dynamic-map__banner__left {
  font-size: 267%;
  font-size: 3.916rem;
  font-family: "Avenir", sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 18px;
}
@media (min-width: 1023px) {
  .dynamic-map__banner__left {
    font-size: 5.82rem;
    flex: 35.87% 1 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }
}
@media (min-width: 1800px) {
  .dynamic-map__banner__left {
    font-size: 3.9rem;
  }
}
.dynamic-map__banner__left p {
  margin: 0;
}
.dynamic-map__banner__left strong {
  font-family: "Avenir-Bold", sans-serif;
}
.dynamic-map__banner__right {
  flex: 64.13% 1 1;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 2.483rem;
  line-height: 1.4545;
  font-family: "Avenir-Medium", sans-serif;
}
@media (min-width: 1800px) {
  .dynamic-map__banner__right {
    font-size: 2.2rem;
  }
}
@media (min-width: 1023px) {
  .dynamic-map__banner__right__inner {
    padding-right: 11.4%;
  }
}
.dynamic-map__banner__right__inner p:last-child {
  margin: 0;
}
.dynamic-map__banner__right__inner a {
  line-height: 1.1;
}
.dynamic-map__banner__right a {
  font-size: 4.32825rem;
  font-size: 3.2825rem;
  text-transform: uppercase;
  color: #fff;
  font-family: "Avenir", sans-serif;
}
@media (min-width: 1800px) {
  .dynamic-map__banner__right a {
    font-size: 2.9rem;
  }
}
.dynamic-map__banner__right a strong {
  font-family: "Avenir-Bold", sans-serif;
}
.dynamic-map .gm-style .gm-style-iw-c {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none !important;
  transform: translate3d(-17.5%, -97%, 0);
}
.dynamic-map .gm-style .gm-style-iw-c button {
  top: 0 !important;
  right: 0 !important;
  width: 24px !important;
  height: 24px !important;
  background-color: #ccc !important;
  line-height: 24px;
  text-align: center;
  border: 1px solid #6c6c6c !important;
}
.dynamic-map .gm-style .gm-style-iw-c button span {
  margin: 0 0 0 5px !important;
}
.dynamic-map .gm-style .gm-style-iw-d {
  padding: 0;
  overflow: visible !important;
}
.dynamic-map .gm-style .gm-style-iw-tc {
  display: none;
}
.dynamic-map .overlay-content-title--additional-project {
  font-family: "Avenir-Bold", sans-serif;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-size: 1.5rem;
  color: #fff;
}
@media (min-width: 1800px) {
  .dynamic-map .overlay-content-title--additional-project {
    font-size: 1rem;
  }
}
.dynamic-map .overlay-content-location--additional-project {
  font-size: 1.5rem;
  line-height: 14px;
  margin-top: 0px;
  position: relative;
  padding-bottom: 12px;
  padding-left: 13px;
  background-image: url(img/icons/icon-location.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  font-weight: normal;
  color: #fff;
}
@media (min-width: 1800px) {
  .dynamic-map .overlay-content-location--additional-project {
    font-size: 1rem;
  }
}
.dynamic-map #map {
  width: 100%;
  height: 722px;
}

.home-main {
  width: 83.33%;
  margin: 0 auto;
  font-size: 2.8rem;
  font-family: "Avenir-Medium", sans-serif;
  margin: 60px auto 82px auto;
}
@media (min-width: 1023px) {
  .home-main {
    margin: 118px auto 82px auto;
    display: flex;
    max-width: 1860px;
    width: 96.875%;
  }
}
@media (min-width: 1800px) {
  .home-main {
    display: flex;
    max-width: 1860px;
    width: 96.875%;
  }
}
.home-main__content {
  padding-left: 0;
  color: #000;
}
@media (min-width: 1280px) {
  .home-main__content {
    padding-left: 60px;
  }
}
@media (min-width: 1520px) {
  .home-main__content {
    padding-left: 100px;
  }
}
@media (min-width: 1800px) {
  .home-main__content {
    padding-left: 138px;
  }
}
.home-main__content h1 {
  margin-top: 6px;
  font-weight: normal;
  line-height: 54px;
  margin-bottom: 40px;
  line-height: 1;
}
@media (min-width: 1280px) {
  .home-main__content h1 {
    font-size: 5.5rem;
    font-size: 293%;
  }
}
@media (min-width: 1800px) {
  .home-main__content h1 {
    font-size: 196%;
  }
}
.home-main__content h1 strong {
  font-family: "Avenir-Bold", sans-serif;
  font-weight: bold;
}
.home-main__content__team-link {
  text-transform: uppercase;
  color: #000;
  font-family: "Avenir-Bold", sans-serif;
}
.home-main__content__team-link span {
  color: #DF218F;
  font-weight: bolder;
}
.home-main__content__team-link:hover {
  color: #DF218F;
}

.page-contact .page-header {
  padding-top: 100px;
}
.page-contact__intro {
  font-size: 2.8rem;
  font-family: "Avenir-Medium", sans-serif;
  color: #000;
}
.page-contact__form {
  color: #000;
  font-family: "Avenir", sans-serif;
  padding-top: 30px;
}
.page-contact__form h3 {
  position: relative;
  font-size: 3.6rem;
  text-transform: uppercase;
  font-family: "Avenir-Bold", sans-serif;
  line-height: 36px;
  height: 36px;
  color: #E0228F;
  margin: 0;
  padding: 20px 0 0 0;
  box-sizing: content-box;
}
.page-contact__form h3:first-child {
  padding-top: 0;
}
.page-contact__form h3 span {
  position: relative;
  display: inline-block;
}
.page-contact__form h3 span:after {
  content: "";
  position: absolute;
  top: 2px;
  right: -16px;
  width: 10px;
  height: 10px;
  border: 2px solid #E0228F;
}
@media (min-width: 1023px) {
  .page-contact__form {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1023px) {
  .page-contact__form__left {
    flex: 1 1 60%;
    max-width: 60%;
    min-width: 60%;
  }
}
.page-contact__form__right {
  font-size: 2.4rem;
  font-family: "DIN2014WebRegular", sans-serif;
}
@media (min-width: 1023px) {
  .page-contact__form__right {
    flex: 1 1 33.86666%;
    max-width: 33.86666%;
    min-width: 33.86666%;
  }
}
.page-contact__form__right a {
  color: #000;
  text-decoration: underline;
}
.page-contact__form__right a:hover {
  opacity: 0.8;
}
.page-contact__form__row {
  display: flex;
  padding-bottom: 36px;
}
.page-contact__form__row__label {
  flex: 1 1 120px;
  max-width: 120px;
  min-width: 120px;
  font-size: 2.4rem;
  font-family: "Avenir-Medium", sans-serif;
  position: relative;
  top: 20px;
}
.page-contact__form__row__label p {
  margin: 0;
  position: relative;
  bottom: -8px;
}
.page-contact__form__row--textarea .page-contact__form__row__label p {
  bottom: 0;
}
.page-contact__form__row--textarea #the-count {
  text-align: right;
  position: relative;
  top: -20px;
}
.page-contact__form__row--textarea #the-count p {
  margin: 0;
}
.page-contact__form__row__field {
  flex: 1 1 calc(100% - 120px);
  max-width: calc(100% - 120px);
  min-width: calc(100% - 120px);
}
.page-contact__form__row__field input, .page-contact__form__row__field textarea {
  border: none;
  background: rgba(195, 195, 193, 0.2);
  padding: 14px;
  width: 100%;
  font-family: "Avenir", sans-serif;
  line-height: 1.5;
  font-size: 2rem;
}
.page-contact__form__row__field--checkbox {
  display: flex;
}
.page-contact__form__row__field--checkbox p {
  margin-left: 9px;
  margin-bottom: 0;
}
.page-contact__form__row--textarea {
  padding-bottom: 0;
}
.page-contact__form__row--textarea .page-contact__form__row__label {
  position: relative;
  top: 0;
}
.page-contact__form__row--checkbox {
  padding-bottom: 0;
}
.page-contact__form__row--two-column {
  display: block;
}
.page-contact__form__row--two-column .page-contact__form__row__left {
  flex: 1 1 100%;
  max-width: 100%;
  min-width: 100%;
  display: flex;
  padding-bottom: 36px;
}
.page-contact__form__row--two-column .page-contact__form__row__right {
  flex: 1 1 100%;
  max-width: 100%;
  min-width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .page-contact__form__row--two-column {
    display: flex;
    justify-content: space-between;
  }
  .page-contact__form__row--two-column .page-contact__form__row__left {
    flex: 1 1 49%;
    max-width: 49%;
    min-width: 49%;
    display: flex;
    padding-bottom: 0;
  }
  .page-contact__form__row--two-column .page-contact__form__row__right {
    flex: 1 1 49%;
    max-width: 49%;
    min-width: 49%;
    display: flex;
  }
}
.page-contact__form .topic-select {
  display: none;
}
.page-contact__form__mock-select {
  position: relative;
}
.page-contact__form__mock-select__option--selected {
  background: rgba(195, 195, 193, 0.2);
  border-radius: 60px;
  padding: 14px 50px 14px 20px;
  width: 100%;
  cursor: pointer;
  color: #6c6c6c;
  font-size: 2rem;
}
.page-contact__form__mock-select__option--selected:hover {
  background-color: #DF218F;
  color: #fff;
}
.page-contact__form__mock-select__option--selected p {
  margin: 0;
}
.page-contact__form__mock-select__option--selected.active {
  background-color: #DF218F;
  color: #fff;
}
.page-contact__form__mock-select__option__options {
  position: absolute;
  width: 100%;
  max-width: 440px;
  padding: 20px 11px;
  border: 1px solid #bfbfbf;
  top: 0;
  border-radius: 10px;
  z-index: 10000;
  background-color: #fff;
  transform: scale(1, 0);
  transition: 0.25s ease-in-out;
  transform-origin: top center;
  font-size: 2rem;
}
.page-contact__form__mock-select__option__options.active {
  transform: scale(1, 1);
  z-index: 20000;
}
.page-contact__form__mock-select__option__options ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-contact__form__mock-select__option__options ul li {
  cursor: pointer;
  padding: 2px 11px;
  border-radius: 15px;
  color: #6c6c6c;
  font-family: "Avenir", sans-serif;
}
.page-contact__form__mock-select__option__options ul li:hover {
  background-color: #DF218F;
  color: #fff;
}
.page-contact__form__mock-select__option__options ul li p {
  margin: 0;
}
.page-contact__form__pretend-checkbox {
  width: 25px;
  height: 25px;
  flex: 1 1 25px;
  max-width: 25px;
  min-width: 25px;
  padding: 0;
  flex: 1 1 auto;
  background-color: #E0228F;
  border: 1px solid #fff;
  cursor: pointer;
  position: relative;
}
.page-contact__form__pretend-checkbox:hover {
  opacity: 0.8;
}
.page-contact__form__pretend-checkbox.active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url(img/icons/icon-check.svg);
  background-size: cover;
}
.page-contact__form input[type=checkbox] {
  display: none;
}
.page-contact__form .required {
  color: #FA0505;
  font-size: 90%;
}
.page-contact .wpcf7-list-item {
  margin: 0;
  text-align: left;
}
.page-contact .wpcf7-list-item-label {
  font-size: 2.2rem;
  font-family: "Avenir-Medium", sans-serif;
  position: relative;
  line-height: 20px;
  top: -2px;
}
@media (min-width: 768px) {
  .page-contact .wpcf7-list-item-label {
    line-height: 30px;
  }
}
@media (min-width: 1800px) {
  .page-contact .wpcf7-list-item-label {
    line-height: 33px;
  }
}
.page-contact .wpcf7-submit {
  color: #000;
  font-size: 125%;
  font-size: 2.6rem;
  font-family: "Avenir-Bold", sans-serif;
  text-align: left;
  background: none;
  position: relative;
  margin: 6px 0 0 0;
  padding: 0;
  cursor: pointer;
}
.page-contact .wpcf7-submit:hover {
  color: #E0228F;
}
.page-contact .wpcf7-response-output {
  margin: 0 0 0 0;
  height: auto;
  position: relative;
  top: -70px;
}
.page-contact .hidden-field {
  display: none;
}

.blog-categories span {
  font-family: "Avenir-Bold", sans-serif;
  font-size: 24px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 21px;
  position: relative;
  cursor: pointer;
  transition: 0.25s ease-in-out;
}
.blog-categories span:hover {
  color: #DF218F;
}
.blog-categories span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 10px;
  height: 16px;
  background-image: url(img/icons/blog-categories-triangle-pink.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.blog-categories__container {
  display: block;
  position: relative;
}
.blog-categories__single {
  border-top: 2px solid #21B7DF;
  padding-top: 21px;
}
.blog-categories__list {
  position: absolute;
  top: 0;
  left: calc(100% - 10px);
  background-color: #fff;
  width: calc(100% - 10px);
  max-width: 372px;
  padding: 20px 11px;
  border: 1px solid #bfbfbf;
  top: 0;
  border-radius: 10px;
  z-index: 10000;
  background-color: #fff;
  transform: scale(1, 0);
  transition: 0.25s ease-in-out;
  transform-origin: top center;
  font-size: 14px;
  text-transform: none;
}
.blog-categories__list.active {
  transform: scale(1, 1);
  z-index: 20000;
}
.blog-categories__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-categories__list ul li {
  cursor: pointer;
  padding: 2px 11px;
  border-radius: 15px;
  color: #6c6c6c;
  font-family: "Avenir", sans-serif;
}
.blog-categories__list ul li:hover {
  background-color: #DF218F;
}
.blog-categories__list ul li:hover a {
  color: #fff;
}
.blog-categories__list ul li a:hover {
  text-decoration: none;
  color: #fff;
}
.blog-categories__list ul li p {
  margin: 0;
}
