@charset "UTF-8";
/* Variable
   ========================================================================== */
/* breakpoint mixin */
/* Normarize
   ========================================================================== */
@import url(//necolas.github.io/normalize.css/7.0.0/normalize.css);

/* Style
   ========================================================================== */
/* ==========================================================================
   GRIDLEX
   Just a Flexbox Grid System
========================================================================== */
[class*="grid-"][class*="-equalHeight"]>[class*="col"],
[class*="grid"][class*="col-"]:not([class*="col-0"]) {
  display: flex;
}

.section_news .hero .search_area button:focus,
.section_news .hero .search_area input:focus,
a:active,
a:focus,
a:hover {
  outline: 0;
}

.hidetext,
svg:not(:root) {
  overflow: hidden;
}

*,
img,
legend {
  border: 0;
}

body,
mark {
  color: #000;
}

.home_carousel .slide:after,
.overlay_about_approach .about_image:after,
.overlay_about_approach .about_text:after,
.overlay_about_truth .intro:after,
.overlay_about_truth .knowledge:after,
.overlay_about_truth .studies_carousel_text:after,
.overlay_about_truth .summaries:after,
.overlay_news_detail .news_detail:after,
.overlay_work_detail .work_detail:after,
.section_about_bio .bio_article:after,
.section_about_bio:after,
.section_about_innovation .intro:after,
.section_about_innovation .video:after,
.section_careers:after,
.section_expertise .top nav:after,
.section_privacy:after {
  clear: both;
}

[class*="grid"] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -20px;
}

.col,
[class*="col-"] {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding: 0 20px 40px;
}

.col {
  flex: 1 1 0%;
}

.grid.col,
.grid[class*="col-"] {
  margin: 0;
  padding: 0;
}

[class*="grid-"][class*="-noGutter"] {
  margin: 0;
}

[class*="grid-"][class*="-noGutter"]>[class*="col"] {
  padding: 0;
}

[class*="grid-"][class*="-noWrap"] {
  flex-wrap: nowrap;
}

[class*="grid-"][class*="-center"] {
  justify-content: center;
}

[class*="grid-"][class*="-right"] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto;
}

[class*="grid-"][class*="-top"] {
  align-items: flex-start;
}

[class*="grid-"][class*="-middle"] {
  align-items: center;
}

[class*="grid-"][class*="-bottom"] {
  align-items: flex-end;
}

[class*="grid-"][class*="-reverse"] {
  flex-direction: row-reverse;
}

[class*="grid-"][class*="-column"] {
  flex-direction: column;
}

[class*="grid-"][class*="-column"]>[class*="col-"] {
  flex-basis: auto;
}

[class*="grid-"][class*="-column-reverse"] {
  flex-direction: column-reverse;
}

[class*="grid-"][class*="-spaceBetween"] {
  justify-content: space-between;
}

[class*="grid-"][class*="-spaceAround"] {
  justify-content: space-around;
}

[class*="grid-"][class*="-equalHeight"]>[class*="col"]>* {
  flex: 1;
}

[class*="grid-"][class*="-noBottom"]>[class*="col"] {
  padding-bottom: 0;
}

[class*="col-"][class*="-top"] {
  align-self: flex-start;
}

[class*="col-"][class*="-middle"] {
  align-self: center;
}

[class*="col-"][class*="-bottom"] {
  align-self: flex-end;
}

[class*="col-"][class*="-first"] {
  order: -1;
}

.subsection.visible-remove,
[class*="col-"][class*="-last"] {
  order: 1;
}

[class*="grid-1"]>.col,
[class*="grid-1"]>[class*="col-"] {
  flex-basis: 100%;
  max-width: 100%;
}

[class*="grid-2"]>.col,
[class*="grid-2"]>[class*="col-"] {
  flex-basis: 50%;
  max-width: 50%;
}

[class*="grid-3"]>.col,
[class*="grid-3"]>[class*="col-"] {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

[class*="grid-4"]>.col,
[class*="grid-4"]>[class*="col-"] {
  flex-basis: 25%;
  max-width: 25%;
}

[class*="grid-5"]>.col,
[class*="grid-5"]>[class*="col-"] {
  flex-basis: 20%;
  max-width: 20%;
}

[class*="grid-6"]>.col,
[class*="grid-6"]>[class*="col-"] {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

[class*="grid-7"]>.col,
[class*="grid-7"]>[class*="col-"] {
  flex-basis: 14.28571429%;
  max-width: 14.28571429%;
}

[class*="grid-8"]>.col,
[class*="grid-8"]>[class*="col-"] {
  flex-basis: 12.5%;
  max-width: 12.5%;
}

[class*="grid-9"]>.col,
[class*="grid-9"]>[class*="col-"] {
  flex-basis: 11.11111111%;
  max-width: 11.11111111%;
}

[class*="grid-10"]>.col,
[class*="grid-10"]>[class*="col-"] {
  flex-basis: 10%;
  max-width: 10%;
}

[class*="grid-10"]>[class*="col-"],
[class*="grid-11"]>.col {
  flex-basis: 9.09090909%;
  max-width: 9.09090909%;
}

[class*="grid-11"]>[class*="col-"],
[class*="grid-12"]>.col {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

@media screen and (max-width: 1399px) {

  [class*="_lg-1"]>.col,
  [class*="_lg-1"]>[class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*="_lg-2"]>.col,
  [class*="_lg-2"]>[class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*="_lg-3"]>.col,
  [class*="_lg-3"]>[class*="col-"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  [class*="_lg-4"]>.col,
  [class*="_lg-4"]>[class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*="_lg-5"]>.col,
  [class*="_lg-5"]>[class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*="_lg-6"]>.col,
  [class*="_lg-6"]>[class*="col-"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  [class*="_lg-7"]>.col,
  [class*="_lg-7"]>[class*="col-"] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }

  [class*="_lg-8"]>.col,
  [class*="_lg-8"]>[class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*="_lg-9"]>.col,
  [class*="_lg-9"]>[class*="col-"] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }

  [class*="_lg-10"]>.col,
  [class*="_lg-10"]>[class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*="_lg-10"]>[class*="col-"],
  [class*="_lg-11"]>.col {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }

  [class*="_lg-11"]>[class*="col-"],
  [class*="_lg-12"]>.col {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}

@media screen and (max-width: 1199px) {

  [class*="_md-1"]>.col,
  [class*="_md-1"]>[class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*="_md-2"]>.col,
  [class*="_md-2"]>[class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*="_md-3"]>.col,
  [class*="_md-3"]>[class*="col-"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  [class*="_md-4"]>.col,
  [class*="_md-4"]>[class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*="_md-5"]>.col,
  [class*="_md-5"]>[class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*="_md-6"]>.col,
  [class*="_md-6"]>[class*="col-"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  [class*="_md-7"]>.col,
  [class*="_md-7"]>[class*="col-"] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }

  [class*="_md-8"]>.col,
  [class*="_md-8"]>[class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*="_md-9"]>.col,
  [class*="_md-9"]>[class*="col-"] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }

  [class*="_md-10"]>.col,
  [class*="_md-10"]>[class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*="_md-10"]>[class*="col-"],
  [class*="_md-11"]>.col {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }

  [class*="_md-11"]>[class*="col-"],
  [class*="_md-12"]>.col {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}

@media screen and (max-width: 767px) {

  [class*="_sm-1"]>.col,
  [class*="_sm-1"]>[class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*="_sm-2"]>.col,
  [class*="_sm-2"]>[class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*="_sm-3"]>.col,
  [class*="_sm-3"]>[class*="col-"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  [class*="_sm-4"]>.col,
  [class*="_sm-4"]>[class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*="_sm-5"]>.col,
  [class*="_sm-5"]>[class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*="_sm-6"]>.col,
  [class*="_sm-6"]>[class*="col-"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  [class*="_sm-7"]>.col,
  [class*="_sm-7"]>[class*="col-"] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }

  [class*="_sm-8"]>.col,
  [class*="_sm-8"]>[class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*="_sm-9"]>.col,
  [class*="_sm-9"]>[class*="col-"] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }

  [class*="_sm-10"]>.col,
  [class*="_sm-10"]>[class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*="_sm-10"]>[class*="col-"],
  [class*="_sm-11"]>.col {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }

  [class*="_sm-11"]>[class*="col-"],
  [class*="_sm-12"]>.col {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  [class*="_xs-1"]>.col,
  [class*="_xs-1"]>[class*="col-"] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*="_xs-2"]>.col,
  [class*="_xs-2"]>[class*="col-"] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*="_xs-3"]>.col,
  [class*="_xs-3"]>[class*="col-"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  [class*="_xs-4"]>.col,
  [class*="_xs-4"]>[class*="col-"] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*="_xs-5"]>.col,
  [class*="_xs-5"]>[class*="col-"] {
    flex-basis: 20%;
    max-width: 20%;
  }

  [class*="_xs-6"]>.col,
  [class*="_xs-6"]>[class*="col-"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  [class*="_xs-7"]>.col,
  [class*="_xs-7"]>[class*="col-"] {
    flex-basis: 14.28571429%;
    max-width: 14.28571429%;
  }

  [class*="_xs-8"]>.col,
  [class*="_xs-8"]>[class*="col-"] {
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  [class*="_xs-9"]>.col,
  [class*="_xs-9"]>[class*="col-"] {
    flex-basis: 11.11111111%;
    max-width: 11.11111111%;
  }

  [class*="_xs-10"]>.col,
  [class*="_xs-10"]>[class*="col-"] {
    flex-basis: 10%;
    max-width: 10%;
  }

  [class*="_xs-10"]>[class*="col-"],
  [class*="_xs-11"]>.col {
    flex-basis: 9.09090909%;
    max-width: 9.09090909%;
  }

  [class*="_xs-11"]>[class*="col-"],
  [class*="_xs-12"]>.col {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}

[class*="grid"]>[class*="col-1"] {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

[class*="grid"]>[class*="col-2"] {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

[class*="grid"]>[class*="col-3"] {
  flex-basis: 25%;
  max-width: 25%;
}

[class*="grid"]>[class*="col-4"] {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

[class*="grid"]>[class*="col-5"] {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

[class*="grid"]>[class*="col-6"] {
  flex-basis: 50%;
  max-width: 50%;
}

[class*="grid"]>[class*="col-7"] {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

[class*="grid"]>[class*="col-8"] {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

[class*="grid"]>[class*="col-9"] {
  flex-basis: 75%;
  max-width: 75%;
}

[class*="grid"]>[class*="col-10"] {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

[class*="grid"]>[class*="col-11"] {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

[class*="grid"]>[class*="col-12"] {
  flex-basis: 100%;
  max-width: 100%;
}

[class*="grid"]>[data-push-left*="off-0"] {
  margin-left: 0;
}

[class*="grid"]>[data-push-left*="off-1"] {
  margin-left: 8.33333333%;
}

[class*="grid"]>[data-push-left*="off-2"] {
  margin-left: 16.66666667%;
}

[class*="grid"]>[data-push-left*="off-3"] {
  margin-left: 25%;
}

[class*="grid"]>[data-push-left*="off-4"] {
  margin-left: 33.33333333%;
}

[class*="grid"]>[data-push-left*="off-5"] {
  margin-left: 41.66666667%;
}

[class*="grid"]>[data-push-left*="off-6"] {
  margin-left: 50%;
}

[class*="grid"]>[data-push-left*="off-7"] {
  margin-left: 58.33333333%;
}

[class*="grid"]>[data-push-left*="off-8"] {
  margin-left: 66.66666667%;
}

[class*="grid"]>[data-push-left*="off-9"] {
  margin-left: 75%;
}

[class*="grid"]>[data-push-left*="off-10"] {
  margin-left: 83.33333333%;
}

[class*="grid"]>[data-push-left*="off-11"] {
  margin-left: 91.66666667%;
}

[class*="grid"]>[data-push-right*="off-0"] {
  margin-right: 0;
}

[class*="grid"]>[data-push-right*="off-1"] {
  margin-right: 8.33333333%;
}

[class*="grid"]>[data-push-right*="off-2"] {
  margin-right: 16.66666667%;
}

[class*="grid"]>[data-push-right*="off-3"] {
  margin-right: 25%;
}

[class*="grid"]>[data-push-right*="off-4"] {
  margin-right: 33.33333333%;
}

[class*="grid"]>[data-push-right*="off-5"] {
  margin-right: 41.66666667%;
}

[class*="grid"]>[data-push-right*="off-6"] {
  margin-right: 50%;
}

[class*="grid"]>[data-push-right*="off-7"] {
  margin-right: 58.33333333%;
}

[class*="grid"]>[data-push-right*="off-8"] {
  margin-right: 66.66666667%;
}

[class*="grid"]>[data-push-right*="off-9"] {
  margin-right: 75%;
}

[class*="grid"]>[data-push-right*="off-10"] {
  margin-right: 83.33333333%;
}

[class*="grid"]>[data-push-right*="off-11"] {
  margin-right: 91.66666667%;
}

[class*="col-"]:not([class*="col-0"]) {
  display: block;
}

[class*="col-"][class*="col-0"] {
  display: none;
}

@media screen and (max-width: 1399px) {
  [class*="grid"]>[class*="_lg-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  [class*="grid"]>[class*="_lg-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  [class*="grid"]>[class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*="grid"]>[class*="_lg-4"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  [class*="grid"]>[class*="_lg-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  [class*="grid"]>[class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*="grid"]>[class*="_lg-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  [class*="grid"]>[class*="_lg-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  [class*="grid"]>[class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }

  [class*="grid"]>[class*="_lg-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  [class*="grid"]>[class*="_lg-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  [class*="grid"]>[class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*="grid"]>[data-push-left*="_lg-0"] {
    margin-left: 0;
  }

  [class*="grid"]>[data-push-left*="_lg-1"] {
    margin-left: 8.33333333%;
  }

  [class*="grid"]>[data-push-left*="_lg-2"] {
    margin-left: 16.66666667%;
  }

  [class*="grid"]>[data-push-left*="_lg-3"] {
    margin-left: 25%;
  }

  [class*="grid"]>[data-push-left*="_lg-4"] {
    margin-left: 33.33333333%;
  }

  [class*="grid"]>[data-push-left*="_lg-5"] {
    margin-left: 41.66666667%;
  }

  [class*="grid"]>[data-push-left*="_lg-6"] {
    margin-left: 50%;
  }

  [class*="grid"]>[data-push-left*="_lg-7"] {
    margin-left: 58.33333333%;
  }

  [class*="grid"]>[data-push-left*="_lg-8"] {
    margin-left: 66.66666667%;
  }

  [class*="grid"]>[data-push-left*="_lg-9"] {
    margin-left: 75%;
  }

  [class*="grid"]>[data-push-left*="_lg-10"] {
    margin-left: 83.33333333%;
  }

  [class*="grid"]>[data-push-left*="_lg-11"] {
    margin-left: 91.66666667%;
  }

  [class*="grid"]>[data-push-right*="_lg-0"] {
    margin-right: 0;
  }

  [class*="grid"]>[data-push-right*="_lg-1"] {
    margin-right: 8.33333333%;
  }

  [class*="grid"]>[data-push-right*="_lg-2"] {
    margin-right: 16.66666667%;
  }

  [class*="grid"]>[data-push-right*="_lg-3"] {
    margin-right: 25%;
  }

  [class*="grid"]>[data-push-right*="_lg-4"] {
    margin-right: 33.33333333%;
  }

  [class*="grid"]>[data-push-right*="_lg-5"] {
    margin-right: 41.66666667%;
  }

  [class*="grid"]>[data-push-right*="_lg-6"] {
    margin-right: 50%;
  }

  [class*="grid"]>[data-push-right*="_lg-7"] {
    margin-right: 58.33333333%;
  }

  [class*="grid"]>[data-push-right*="_lg-8"] {
    margin-right: 66.66666667%;
  }

  [class*="grid"]>[data-push-right*="_lg-9"] {
    margin-right: 75%;
  }

  [class*="grid"]>[data-push-right*="_lg-10"] {
    margin-right: 83.33333333%;
  }

  [class*="grid"]>[data-push-right*="_lg-11"] {
    margin-right: 91.66666667%;
  }

  [class*="grid"]> :not([class*="_lg-0"]) {
    display: block;
  }

  [class*="grid"]:not([class*="_lg-0"]) {
    display: flex;
  }

  [class*="grid"]>[class*="_lg-0"],
  [class*="grid"][class*="-equalHeight"]>[class*="_lg-0"] {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  [class*="grid"]>[class*="_md-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  [class*="grid"]>[class*="_md-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  [class*="grid"]>[class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*="grid"]>[class*="_md-4"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  [class*="grid"]>[class*="_md-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  [class*="grid"]>[class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*="grid"]>[class*="_md-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  [class*="grid"]>[class*="_md-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  [class*="grid"]>[class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }

  [class*="grid"]>[class*="_md-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  [class*="grid"]>[class*="_md-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  [class*="grid"]>[class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*="grid"]>[data-push-left*="_md-0"] {
    margin-left: 0;
  }

  [class*="grid"]>[data-push-left*="_md-1"] {
    margin-left: 8.33333333%;
  }

  [class*="grid"]>[data-push-left*="_md-2"] {
    margin-left: 16.66666667%;
  }

  [class*="grid"]>[data-push-left*="_md-3"] {
    margin-left: 25%;
  }

  [class*="grid"]>[data-push-left*="_md-4"] {
    margin-left: 33.33333333%;
  }

  [class*="grid"]>[data-push-left*="_md-5"] {
    margin-left: 41.66666667%;
  }

  [class*="grid"]>[data-push-left*="_md-6"] {
    margin-left: 50%;
  }

  [class*="grid"]>[data-push-left*="_md-7"] {
    margin-left: 58.33333333%;
  }

  [class*="grid"]>[data-push-left*="_md-8"] {
    margin-left: 66.66666667%;
  }

  [class*="grid"]>[data-push-left*="_md-9"] {
    margin-left: 75%;
  }

  [class*="grid"]>[data-push-left*="_md-10"] {
    margin-left: 83.33333333%;
  }

  [class*="grid"]>[data-push-left*="_md-11"] {
    margin-left: 91.66666667%;
  }

  [class*="grid"]>[data-push-right*="_md-0"] {
    margin-right: 0;
  }

  [class*="grid"]>[data-push-right*="_md-1"] {
    margin-right: 8.33333333%;
  }

  [class*="grid"]>[data-push-right*="_md-2"] {
    margin-right: 16.66666667%;
  }

  [class*="grid"]>[data-push-right*="_md-3"] {
    margin-right: 25%;
  }

  [class*="grid"]>[data-push-right*="_md-4"] {
    margin-right: 33.33333333%;
  }

  [class*="grid"]>[data-push-right*="_md-5"] {
    margin-right: 41.66666667%;
  }

  [class*="grid"]>[data-push-right*="_md-6"] {
    margin-right: 50%;
  }

  [class*="grid"]>[data-push-right*="_md-7"] {
    margin-right: 58.33333333%;
  }

  [class*="grid"]>[data-push-right*="_md-8"] {
    margin-right: 66.66666667%;
  }

  [class*="grid"]>[data-push-right*="_md-9"] {
    margin-right: 75%;
  }

  [class*="grid"]>[data-push-right*="_md-10"] {
    margin-right: 83.33333333%;
  }

  [class*="grid"]>[data-push-right*="_md-11"] {
    margin-right: 91.66666667%;
  }

  [class*="grid"]> :not([class*="_md-0"]) {
    display: block;
  }

  [class*="grid"]:not([class*="_md-0"]) {
    display: flex;
  }

  [class*="grid"]>[class*="_md-0"],
  [class*="grid"][class*="-equalHeight"]>[class*="_md-0"] {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  [class*="grid"]>[class*="_sm-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  [class*="grid"]>[class*="_sm-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  [class*="grid"]>[class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*="grid"]>[class*="_sm-4"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  [class*="grid"]>[class*="_sm-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  [class*="grid"]>[class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*="grid"]>[class*="_sm-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  [class*="grid"]>[class*="_sm-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  [class*="grid"]>[class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }

  [class*="grid"]>[class*="_sm-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  [class*="grid"]>[class*="_sm-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  [class*="grid"]>[class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*="grid"]>[data-push-left*="_sm-0"] {
    margin-left: 0;
  }

  [class*="grid"]>[data-push-left*="_sm-1"] {
    margin-left: 8.33333333%;
  }

  [class*="grid"]>[data-push-left*="_sm-2"] {
    margin-left: 16.66666667%;
  }

  [class*="grid"]>[data-push-left*="_sm-3"] {
    margin-left: 25%;
  }

  [class*="grid"]>[data-push-left*="_sm-4"] {
    margin-left: 33.33333333%;
  }

  [class*="grid"]>[data-push-left*="_sm-5"] {
    margin-left: 41.66666667%;
  }

  [class*="grid"]>[data-push-left*="_sm-6"] {
    margin-left: 50%;
  }

  [class*="grid"]>[data-push-left*="_sm-7"] {
    margin-left: 58.33333333%;
  }

  [class*="grid"]>[data-push-left*="_sm-8"] {
    margin-left: 66.66666667%;
  }

  [class*="grid"]>[data-push-left*="_sm-9"] {
    margin-left: 75%;
  }

  [class*="grid"]>[data-push-left*="_sm-10"] {
    margin-left: 83.33333333%;
  }

  [class*="grid"]>[data-push-left*="_sm-11"] {
    margin-left: 91.66666667%;
  }

  [class*="grid"]>[data-push-right*="_sm-0"] {
    margin-right: 0;
  }

  [class*="grid"]>[data-push-right*="_sm-1"] {
    margin-right: 8.33333333%;
  }

  [class*="grid"]>[data-push-right*="_sm-2"] {
    margin-right: 16.66666667%;
  }

  [class*="grid"]>[data-push-right*="_sm-3"] {
    margin-right: 25%;
  }

  [class*="grid"]>[data-push-right*="_sm-4"] {
    margin-right: 33.33333333%;
  }

  [class*="grid"]>[data-push-right*="_sm-5"] {
    margin-right: 41.66666667%;
  }

  [class*="grid"]>[data-push-right*="_sm-6"] {
    margin-right: 50%;
  }

  [class*="grid"]>[data-push-right*="_sm-7"] {
    margin-right: 58.33333333%;
  }

  [class*="grid"]>[data-push-right*="_sm-8"] {
    margin-right: 66.66666667%;
  }

  [class*="grid"]>[data-push-right*="_sm-9"] {
    margin-right: 75%;
  }

  [class*="grid"]>[data-push-right*="_sm-10"] {
    margin-right: 83.33333333%;
  }

  [class*="grid"]>[data-push-right*="_sm-11"] {
    margin-right: 91.66666667%;
  }

  [class*="grid"]>[class*="_xs-1"] {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  [class*="grid"]>[class*="_xs-2"] {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  [class*="grid"]>[class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%;
  }

  [class*="grid"]>[class*="_xs-4"] {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  [class*="grid"]>[class*="_xs-5"] {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  [class*="grid"]>[class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%;
  }

  [class*="grid"]>[class*="_xs-7"] {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  [class*="grid"]>[class*="_xs-8"] {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  [class*="grid"]>[class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%;
  }

  [class*="grid"]>[class*="_xs-10"] {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  [class*="grid"]>[class*="_xs-11"] {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  [class*="grid"]>[class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%;
  }

  [class*="grid"]>[data-push-left*="_xs-0"] {
    margin-left: 0;
  }

  [class*="grid"]>[data-push-left*="_xs-1"] {
    margin-left: 8.33333333%;
  }

  [class*="grid"]>[data-push-left*="_xs-2"] {
    margin-left: 16.66666667%;
  }

  [class*="grid"]>[data-push-left*="_xs-3"] {
    margin-left: 25%;
  }

  [class*="grid"]>[data-push-left*="_xs-4"] {
    margin-left: 33.33333333%;
  }

  [class*="grid"]>[data-push-left*="_xs-5"] {
    margin-left: 41.66666667%;
  }

  [class*="grid"]>[data-push-left*="_xs-6"] {
    margin-left: 50%;
  }

  [class*="grid"]>[data-push-left*="_xs-7"] {
    margin-left: 58.33333333%;
  }

  [class*="grid"]>[data-push-left*="_xs-8"] {
    margin-left: 66.66666667%;
  }

  [class*="grid"]>[data-push-left*="_xs-9"] {
    margin-left: 75%;
  }

  [class*="grid"]>[data-push-left*="_xs-10"] {
    margin-left: 83.33333333%;
  }

  [class*="grid"]>[data-push-left*="_xs-11"] {
    margin-left: 91.66666667%;
  }

  [class*="grid"]>[data-push-right*="_xs-0"] {
    margin-right: 0;
  }

  [class*="grid"]>[data-push-right*="_xs-1"] {
    margin-right: 8.33333333%;
  }

  [class*="grid"]>[data-push-right*="_xs-2"] {
    margin-right: 16.66666667%;
  }

  [class*="grid"]>[data-push-right*="_xs-3"] {
    margin-right: 25%;
  }

  [class*="grid"]>[data-push-right*="_xs-4"] {
    margin-right: 33.33333333%;
  }

  [class*="grid"]>[data-push-right*="_xs-5"] {
    margin-right: 41.66666667%;
  }

  [class*="grid"]>[data-push-right*="_xs-6"] {
    margin-right: 50%;
  }

  [class*="grid"]>[data-push-right*="_xs-7"] {
    margin-right: 58.33333333%;
  }

  [class*="grid"]>[data-push-right*="_xs-8"] {
    margin-right: 66.66666667%;
  }

  [class*="grid"]>[data-push-right*="_xs-9"] {
    margin-right: 75%;
  }

  [class*="grid"]>[data-push-right*="_xs-10"] {
    margin-right: 83.33333333%;
  }

  [class*="grid"]>[data-push-right*="_xs-11"] {
    margin-right: 91.66666667%;
  }

  [class*="grid"]> :not([class*="_sm-0"]) {
    display: block;
  }

  [class*="grid"]:not([class*="_sm-0"]) {
    display: flex;
  }

  [class*="grid"]>[class*="_sm-0"],
  [class*="grid"][class*="-equalHeight"]>[class*="_sm-0"] {
    display: none;
  }

  [class*="grid"]> :not([class*="_xs-0"]) {
    display: block;
  }

  [class*="grid"]:not([class*="_xs-0"]) {
    display: flex;
  }

  [class*="grid"]>[class*="_xs-0"],
  [class*="grid"][class*="-equalHeight"]>[class*="_xs-0"] {
    display: none;
  }
}

.hidetext {
  text-indent: -9999em;
}

.centering_outer {
  display: table;
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.centering_outer .centering_inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.mobileOnly {
  display: block !important;
}

@media only screen and (min-width: 768px) {
  .mobileOnly {
    display: none !important;
  }
}

.desktopOnly {
  display: none;
}

.mobileWrap {
  display: block;
}

@media only screen and (min-width: 768px) {
  .desktopOnly {
    display: block;
  }

  .mobileWrap {
    display: inline;
  }
}

.nowrap,
audio,
canvas,
video {
  display: inline-block;
}

@font-face {
  font-family: FuturaStd-Book;
  src: url(../font/34CDA2_5_0.eot);
  src:
    url(../font/34CDA2_5_0.eot?#iefix) format("embedded-opentype"),
    url(../font/34CDA2_5_0.woff2) format("woff2"),
    url(../font/34CDA2_5_0.woff) format("woff"),
    url(../font/34CDA2_5_0.ttf) format("truetype");
}

@font-face {
  font-family: FuturaStd-Light;
  src: url(../font/34CDA2_7_0.eot);
  src:
    url(../font/34CDA2_7_0.eot?#iefix) format("embedded-opentype"),
    url(../font/34CDA2_7_0.woff2) format("woff2"),
    url(../font/34CDA2_7_0.woff) format("woff"),
    url(../font/34CDA2_7_0.ttf) format("truetype");
}

@font-face {
  font-family: FuturaStd-Medium;
  src: url(../font/34CDA2_9_0.eot);
  src:
    url(../font/34CDA2_9_0.eot?#iefix) format("embedded-opentype"),
    url(../font/34CDA2_9_0.woff2) format("woff2"),
    url(../font/34CDA2_9_0.woff) format("woff"),
    url(../font/34CDA2_9_0.ttf) format("truetype");
}

@font-face {
  font-family: FuturaStd-Heavy;
  src: url(../font/34CDA2_12_0.eot);
  src:
    url(../font/34CDA2_12_0.eot?#iefix) format("embedded-opentype"),
    url(../font/34CDA2_12_0.woff2) format("woff2"),
    url(../font/34CDA2_12_0.woff) format("woff"),
    url(../font/34CDA2_12_0.ttf) format("truetype");
}

html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: fontello;
  src: url(../font/fontello.eot?99177391);
  src:
    url(../font/fontello.eot?99177391#iefix) format("embedded-opentype"),
    url(../font/fontello.woff2?99177391) format("woff2"),
    url(../font/fontello.woff?99177391) format("woff"),
    url(../font/fontello.ttf?99177391) format("truetype"),
    url(../font/fontello.svg?99177391#fontello) format("svg");
  font-weight: 400;
  font-style: normal;
}

#fraud-alert #fraud-alert-close:before,
.header .regionalMenuButton:after,
.header .regionalMenuButton:before,
.overlay_about_approach .news .filter_container .select-search .select-search-list-item_selection-remove:after,
.overlay_about_approach .news .filter_container oi-select.ng-empty:before,
.overlay_about_approach .news .search_area .search_field_animated .close_search:after,
.overlay_about_approach a.weird_arrow:after,
.overlay_about_approach a.weird_arrow:before,
.overlay_about_truth .summaries.summary_carousel .slick-arrow:before,
.section_about .accolades_carousel_wrap .open_accolades:after,
.section_about .accolades_carousel_wrap .open_accolades:before,
.section_about .slick-arrow:before,
.section_about_bio .bio_nav>div a:before,
.section_about_people .people_holder .shade_stats li.stat span.plus:before,
.section_careers .dandi a.weird_arrow:after,
.section_careers .dandi a.weird_arrow:before,
.section_news .filter_container .select-search .select-search-list-item_selection-remove:after,
.section_news .filter_container oi-select.ng-empty:before,
.section_news .search_area .search_field_animated .close_search:after,
[class*=" icon-"]:before,
[class^="icon-"]:before {
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
u {
  text-decoration: none;
}

*,
body,
figure,
form,
p,
pre {
  margin: 0;
}

.icon-arrow_down:before {
  content: "\e800";
}

.icon-arrow_right:before,
.overlay_about_approach a.weird_arrow:after,
.overlay_about_truth .summaries.summary_carousel .slick-arrow.slick-next:before,
.section_about_bio .bio_nav>div.next a:before,
.section_careers .dandi a.weird_arrow:after {
  content: "\e801";
}

.icon-facebook:before {
  content: "\e802";
}

.icon-linkedin:before {
  content: "\e803";
}

.icon-instagram:before {
  content: "\e804";
}

.icon-hamburger:before {
  content: "\e805";
}

.icon-close:before,
.section_about_bio .bio_nav>div.close a:before {
  content: "\e806";
}

.icon-arrow_left:before,
.overlay_about_truth .summaries.summary_carousel .slick-arrow.slick-prev:before,
.section_about_bio .bio_nav>div.prev a:before {
  content: "\e807";
}

.icon-search:before {
  content: "\e808";
}

.icon-arrow_up:before {
  content: "\e809";
}

.icon-cancel:before {
  content: "\e80a";
}

.icon-grid:before {
  content: "\e80b";
}

.icon-youtube:before {
  content: "\e80f";
}

.icon-twitter:before {
  content: "\e826";
}

.icon-plus:before,
.section_about_people .people_holder .shade_stats li.stat span.plus:before {
  content: "\e827";
}

.icon-plus_wide:before {
  content: "\e828";
}

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

* {
  padding: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
}

p,
pre {
  font-size: 1.4em;
  line-height: 125%;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:after,
q:before {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ol,
ul {
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

.footer,
.header .nav li,
.home_carousel .slide h4,
.home_hero h1,
.home_hero h5,
.overlay_work_detail h4,
div.four04 h2,
div.four04 p {
  text-transform: uppercase;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

.header .logo,
.header .nav_link {
  overflow: hidden;
  text-indent: -9999em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.owl-carousel {
  height: 100%;
}

.owl-theme .owl-controls {
  display: block;
  width: 100%;
  text-align: center;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  text-decoration: none;
}

.owl-theme .owl-controls .owl-pagination {
  display: block;
  height: 40px;
  background: #000;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 10px;
  border-radius: 20px;
  background: #88898a;
}

@media only screen and (min-width: 768px) {
  .owl-theme .owl-controls .owl-pagination {
    height: 80px;
  }

  .owl-theme .owl-controls .owl-page {
    margin-top: 22px;
  }
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #fefc09;
}

.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) center center no-repeat;
}

.header,
body {
  background: #000;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .container {
    width: 99% !important;
  }

  .section_news .hero .search_area input {
    width: 100% !important;
  }

  .home_hero .invis,
  .home_hero .invis .popcorn:after,
  .home_hero .invis span {
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}

@supports (-ms-ime-align: auto) {
  .container {
    width: 99% !important;
  }

  .home_hero .invis,
  .home_hero .invis .popcorn:after,
  .home_hero .invis span {
    opacity: 0;
    transition: opacity 0.5s ease;
  }
}

a {
  color: inherit;
}

b,
strong {
  font-weight: inherit;
}

.footer ul.nav>li:hover,
.overlay_about_approach .news .hero .slide a:hover span.tag,
.overlay_about_approach .news span.tag:hover,
.overlay_about_truth .contact a:hover,
.overlay_about_truth .video a:hover .details span,
.section_about_sustainability .about_block a,
.section_expertise .top .details>a:hover,
.section_news .hero .slide a:hover span.tag,
.section_news span.tag:hover,
.show_see_all,
.show_see_all:hover {
  text-decoration: underline;
}

.ng-cloak,
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
  display: none !important;
}

a[ng-click] {
  cursor: pointer;
}

input::-ms-clear {
  display: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 480px;
  color: #000;
}

@media only screen and (min-width: 768px) {
  .container {
    max-width: 767px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1160px;
  }
}

.site_container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 480px;
}

@media only screen and (min-width: 768px) {
  .site_container {
    max-width: 767px;
  }
}

@media only screen and (min-width: 1200px) {
  .site_container {
    max-width: 1200px;
  }
}

.headroom {
  will-change: transform;
  transition: transform 0.2s linear;
}

.headroom--pinned {
  transform: translateY(0);
}

.headroom--unpinned {
  transform: translateY(-100%);
}

.header {
  color: #fff;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
}

.header .container {
  position: relative;
  display: table;
  height: 50px;
}

.header .container .navbar-header {
  position: relative;
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  line-height: 0;
  text-align: center;
}

.header .logo {
  position: relative;
  display: inline-block;
  vertical-align: center;
  height: 32px;
  width: 55px;
  background: url(../images/logo.svg) center -100px no-repeat;
  background-size: contain;
  -webkit-animation: logo-in 1s ease 1s forwards;
  animation: logo-in 1s ease 1s forwards;
}

@media screen and (max-width: 767px) {
  .header .logo {
    width: 120px;
  }
}

.header .logo a,
.header .logo span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.header .logo span {
  background: url(../images/logo-initial.svg) center center no-repeat;
  background-size: contain;
  -webkit-animation: logoInit-out 1s ease 1s forwards;
  animation: logoInit-out 1s ease 1s forwards;
  height: 25px;
  width: 120px;
}

.header .nav_link {
  position: absolute;
  top: -50px;
  width: 55px;
  height: 50px;
  line-height: 50px;
  color: #fefc09;
  font-size: 17px;
  text-align: center;
  opacity: 0;
}

.header .nav_link.next_button.inactive,
.header .nav_link.prev_button.inactive {
  color: #333;
  pointer-events: none;
}

.header .nav_link i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-indent: 0;
}

.header .nav_link i:before {
  width: auto;
}

.header .nav_link.visible {
  opacity: 1;
  top: 0;
}

.header .nav_link.prev_button {
  width: 30px;
  left: 12px;
}

.header .nav_link.next_button {
  width: 30px;
  left: 42px;
}

.header .nav_link.menu_button {
  left: 0;
}

.header .nav_link.close_button {
  right: 0;
}

.header .nav_link.close_button i {
  font-size: 125%;
}

.header .collapse {
  display: none;
}

.header .collapse.visible {
  display: block;
}

.header .nav {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 50px;
  width: 100%;
  padding: 35px 0;
  background: #000;
  box-shadow: 0 25px 25px 25px rgba(0, 0, 0, 0.5);
  height: 100vh;
}

.header .nav li {
  display: block;
  width: 100%;
  padding: 20px 0;
  font-weight: 400;
  letter-spacing: 0.5em;
  font-size: 15px;
  text-align: center;
}

.header .nav li.active a {
  position: relative;
  padding: 10px 0;
}

.header .nav li.active a:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: calc(100% - 6px);
  height: 0;
  border-bottom: solid 1px #fefc09;
}

@media only screen and (min-width: 768px) {
  .header .container {
    height: 90px;
  }

  .header .container .navbar-header h1 {
    width: 100px;
    height: 51px;
    overflow: visible;
  }

  .header .container .navbar-header h1 span {
    height: 50px;
    left: 0;
  }

  .header .container .navbar-header h1:hover {
    -webkit-animation: logo-out 1s ease 0s;
    animation: logo-out 1s ease 0s;
  }

  .header .container .navbar-header h1:hover span {
    -webkit-animation: logoInit-in 1s ease 0s;
    animation: logoInit-in 1s ease 0s;
  }

  .header .nav_link {
    height: 90px;
    line-height: 90px;
    top: -90px;
    font-size: 27px;
  }

  .header .nav {
    top: 90px;
  }

  .header .nav li {
    font-size: 22px;
    padding: 24px 0;
  }
}

@media only screen and (min-width: 1200px) {
  .header {
    background: #202123;
  }

  .header .nav_link {
    display: none;
  }

  .header .container {
    padding: 0;
  }

  .header .container .navbar-header {
    width: 33px;
    padding-right: 55px;
  }

  .header .container .collapse {
    display: table-cell;
  }

  .header .container .collapse.hidden {
    display: none;
  }

  .header .container .collapse .nav {
    position: static;
    display: table;
    width: auto;
    height: 100%;
    padding: 0;
    background: 0 0;
    border: 0;
    box-shadow: none;
  }

  .header .container .collapse .nav li {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    text-align: center;
    padding: 0 25px;
    font-weight: 400;
    letter-spacing: 0.42em;
    font-size: 12px;
    text-transform: uppercase;
  }

  .header.overlay {
    background: #000;
  }

  .header.overlay .container .navbar-header {
    width: auto;
  }

  .header.overlay .container .navbar-header h1 {
    float: left;
  }

  .header.overlay .container .navbar-header .nav_link.close_button {
    display: block;
  }

  .header.overlay .container .collapse .nav {
    display: none;
  }
}

.footer p,
.footer ul.nav>li {
  font-weight: 400;
}

@-webkit-keyframes logoInit-out {
  from {
    background-position: center 0;
  }

  to {
    background-position: center 100px;
  }
}

@keyframes logoInit-out {
  from {
    background-position: center 0;
  }

  to {
    background-position: center 100px;
  }
}

@-webkit-keyframes logoInit-in {
  from {
    background-position: center 100px;
  }

  to {
    background-position: center 0;
  }
}

@keyframes logoInit-in {
  from {
    background-position: center 100px;
  }

  to {
    background-position: center center;
  }
}

@-webkit-keyframes logo-in {
  from {
    background-position: center -100px;
  }

  to {
    background-position: center 0;
  }
}

@keyframes logo-in {
  from {
    background-position: center -100px;
  }

  to {
    background-position: center 0;
  }
}

@-webkit-keyframes logo-out {
  from {
    background-position: center 0;
  }

  to {
    background-position: center -100px;
  }
}

@keyframes logo-out {
  from {
    background-position: center 0;
  }

  to {
    background-position: center -100px;
  }
}

.footer {
  display: table;
  width: 100%;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.footer p {
  display: block;
  margin-top: 15px;
  letter-spacing: 0.3em;
  font-size: 9px;
}

.footer ul.nav {
  display: table-header-group;
}

.footer ul.nav>li {
  position: relative;
  display: block;
  margin-bottom: 21px;
  padding-bottom: 21px;
  letter-spacing: 0.2em;
  font-size: 10px;
  line-height: 1;
}

.footer ul.nav ul.social.closed,
.footer ul.nav>li.collapsed ul.social,
.footer ul.nav>li.expanded:after {
  display: none;
}

.footer ul.nav>li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
  width: 50px;
  border-bottom: solid 1px #4b4a4a;
}

.footer ul.nav>li:hover {
  text-decoration: underline;
}

.footer ul.nav>li.followus {
  text-decoration: none;
}

.overlay_about_truth .contact a:hover,
.overlay_about_truth .video a:hover .details span,
.section_contact .cities-list ul li a:hover,
.section_contact a[href^="mailto:"]:hover,
.section_expertise .top .details>a:hover,
.section_news .hero .slide a:hover span.tag,
.section_news a:hover span.tag,
.section_privacy a {
  text-decoration: underline;
}

.footer ul.nav>li.expanded {
  padding-bottom: 0;
}

.footer ul.nav ul.social {
  margin-top: 10px;
  padding: 10px 0;
}

.footer ul.nav ul.social li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.footer ul.nav ul.social li:hover {
  background: #fff;
}

.footer ul.nav ul.social li .section_about_bio .bio_nav>div a:before,
.footer ul.nav ul.social li .section_about_people .people_holder .shade_stats li.stat span.plus:before,
.footer ul.nav ul.social li [class*="icon-"]:before,
.footer ul.nav ul.social li [class^="icon-"]:before {
  line-height: 30px;
}

.footer ul.nav ul.social li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {

  .footer p,
  .footer ul.nav>li {
    display: inline-block;
    font-size: 11px;
  }

  .footer {
    position: relative;
    padding: 50px 0 120px;
    background: #202123;
  }

  .footer p {
    margin-top: 0;
  }

  .footer ul.nav {
    display: inline-block;
    margin-left: 10px;
  }

  .footer ul.nav>li {
    padding: 2px 15px;
  }

  .footer ul.nav>li:after {
    display: none;
  }

  .footer ul.nav>li:last-child,
  .footer ul.nav>li:nth-child(3) {
    border-left: solid 2px #88898a;
  }

  .footer ul.nav>li.followus {
    position: absolute;
    left: 0;
    bottom: 55px;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .footer ul.nav>li.followus ul.social {
    display: block;
  }

  .footer ul.nav>li.followus ul.social li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 21px;
  }

  .footer ul.nav>li.followus ul.social li.li i {
    margin-left: 2px;
  }

  .footer ul.nav>li.followus ul.social li .section_about_bio .bio_nav>div a:before,
  .footer ul.nav>li.followus ul.social li .section_about_people .people_holder .shade_stats li.stat span.plus:before,
  .footer ul.nav>li.followus ul.social li [class*="icon-"]:before,
  .footer ul.nav>li.followus ul.social li [class^="icon-"]:before {
    line-height: 45px;
  }
}

div.four04 h1,
div.four04 h2 {
  line-height: 1;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  body:after {
    content: "mobile";
    display: none;
  }
}

div.four04 {
  width: 50%;
  min-width: 240px;
  margin: 0 auto;
  padding: 90px 0;
  color: #fff;
}

div.four04 h1 {
  margin: 0 0 35px;
  letter-spacing: 0.06em;
  font-size: 120px;
}

div.four04 h2 {
  margin: 0 0 60px;
  letter-spacing: 0.2em;
  font-size: 45px;
}

div.four04 p {
  font-weight: 400;
  letter-spacing: 0.3em;
  font-size: 16px;
  line-height: 1.8;
}

div.four04 a {
  border-bottom: solid 1px #fff;
}

@media only screen and (min-width: 768px) {
  div.four04 {
    min-height: 475px;
    padding: 90px 8% 90px 16%;
  }
}

.subsection_wrap {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.subsection_wrap .subsection {
  min-height: auto !important;
}

.subsection {
  min-height: 100vh;
}

.subsection:not(.default_on) {
  height: 0;
  opacity: 0;
  animation: fade-up-out 1.2s ease-in-out 0s normal forwards;
}

.subsection.default_off {
  animation: none;
}

.subsection.visible {
  height: auto;
  animation: fade-up-in 1s ease-in-out 1s normal forwards;
}

.subsection.visible-no-delay {
  height: auto;
  animation: fade-up-in 1s ease-in-out 0s normal forwards;
}

.subsection.no-transition {
  height: auto;
  opacity: 1;
  animation: none;
}

.subsection.visible-add {
  order: 2;
}

@keyframes fade-up-in {
  0% {
    transform: translateY(100px);
    opacity: 0;
    height: auto;
    display: block;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
    height: auto;
  }
}

@keyframes fade-up-out {
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(-100px);
    opacity: 0;
    height: 0;
    display: none;
  }
}

.overlay_content {
  background: #fff;
}

@-webkit-keyframes hero_fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes hero_fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.home_hero {
  position: relative;
  padding: 30px 0 24px;
  margin-left: 60px;
  margin-right: 40px;
  min-height: 725px;
  color: #fff;
}

.home_hero h1 {
  font-size: 55px;
  font-weight: 400;
  letter-spacing: 0.19em;
}

.home_hero h1 span.anim {
  display: inline-block;
  margin-top: 20px;
  opacity: 0;
}

.home_hero h1 span[class*="head"] {
  display: block;
  margin-bottom: 36px;
  height: 98px;
  line-height: 0.75;
  text-align: left;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 98px;
  opacity: 1;
  -webkit-animation: hero_fade_in 2s ease;
  animation: hero_fade_in 2s ease;
}

.home_hero h1 span[class*="head"].head1 {
  background-image: url(../images/0_home_bg_anim_2a.gif);
}

.home_hero h1 span[class*="head"].head2 {
  padding-right: 16%;
}

.home_hero h1 span[class*="head"].head4 {
  width: 94%;
  background-image: url(../images/Lockheed_Martin_FT_Mars_LF_mix.gif);
}

.home_hero h1 span[class*="head"].head5 {
  width: 83%;
  background-image: url(../images/0_home_bg_anim_3.gif);
}

.home_hero h5 {
  font-weight: 400;
  letter-spacing: 0.4em;
  font-size: 11px;
  line-height: 1.6;
}

.home_hero .popcorn {
  padding-bottom: 13px;
  position: absolute;
  width: 125px;
  opacity: 0;
}

.home_hero .popcorn:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 30px;
  border-bottom: solid 3px #fff;
}

@media only screen and (min-width: 768px) {
  .home_hero .popcorn:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }
}

.home_hero .popcorn:after {
  left: 0;
  top: 65px;
}

.home_hero .popcorn>span {
  opacity: 0;
}

.home_hero .popcorn1 {
  left: 315px;
  top: 47px;
}

.home_hero .popcorn2 {
  left: 559px;
  top: 180px;
}

.home_hero .popcorn3 {
  left: 208px;
  top: 582px;
}

.home_hero .blink {
  -webkit-animation: blink 0.2s step-start 0s 3 forwards;
  animation: blink 0.2s step-start 0s 3 forwards;
}

.home_hero .truth2:after,
.home_hero .truth3:after {
  top: 81px;
}

@media only screen and (min-width: 1200px) {
  .home_hero {
    margin-left: 100px;
    margin-right: auto;
  }

  .home_hero h1 {
    font-size: 70px;
    letter-spacing: 0.35em;
  }

  .home_hero h1 span[class*="head"].head1 {
    background-position: 465px center;
  }

  .home_hero h1 span[class*="head"].head1 .wide {
    margin-left: 480px;
    letter-spacing: 0.82em;
  }

  .home_hero h1 span[class*="head"].head2 {
    word-spacing: 10px;
  }

  .home_hero h1 span[class*="head"].head3 {
    word-spacing: 5px;
  }

  .home_hero h1 span[class*="head"].head4 {
    width: auto;
    padding-right: 33%;
    word-spacing: 40px;
    background-position: 820px center;
  }

  .home_hero h1 span[class*="head"].head5 {
    width: auto;
    padding-left: 655px;
    letter-spacing: 0.65em;
    background-position: left center;
  }

  .home_hero .popcorn {
    margin-top: 4px;
  }

  .home_hero .popcorn1,
  .home_hero .popcorn3 {
    left: 215px;
  }

  .home_hero .popcorn2 {
    left: 860px;
  }

  .home_hero .popcorn3 {
    top: 568px;
  }

  .home_hero .truth2 {
    top: 162px;
  }
}

@media only screen and (min-width: 1400px) {
  .site_container {
    max-width: 1400px;
  }

  .home_hero {
    margin-left: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .home_hero {
    margin: 0;
    min-height: 0;
    border-top: solid 1px #4b4a4a;
  }

  .home_hero .mobile_wrap {
    width: 400px;
    margin: 0 auto;
    background: #000;
  }

  .home_hero h1 {
    position: relative;
    padding-bottom: 0;
    min-height: 400px;
    margin-bottom: 70px;
    letter-spacing: 0.25em;
    font-size: 30px;
    line-height: 1.9;
  }

  .home_hero h1:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: calc(50% - 15px);
    width: 30px;
    border-bottom: solid 3px #fff;
    opacity: 0;
    -webkit-animation: blink 0.2s step-start 0s 3 forwards;
    animation: blink 0.2s step-start 0s 3 forwards;
  }

  .home_hero h1 span.anim {
    display: inline;
  }

  .home_hero h1 span[class*="head"] {
    background-size: auto 60px;
    height: 60px;
    margin-bottom: 15px;
    line-height: 2;
  }

  .home_hero h1 span[class*="head"].head1 {
    width: 75%;
  }

  .home_hero h1 span[class*="head"].head5 {
    width: 58%;
  }

  .home_hero .popcorn {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    height: 50px;
    width: 150px;
    margin: 10px auto;
    font-weight: 400;
    letter-spacing: 0.4em;
    font-size: 10px;
    text-align: center;
    background: #000;
  }

  .home_hero .popcorn:after {
    display: none;
  }
}

.home_carousel .slide h3,
.home_carousel .slide h4 {
  font-weight: 400;
}

@media only screen and (max-width: 767px) and (min-width: 768px) {
  .home_hero h1:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }
}

@media only screen and (max-width: 500px) {
  .home_hero .mobile_wrap {
    width: 250px;
  }

  .home_hero h1 {
    min-height: 450px;
    letter-spacing: 0.25em;
    font-size: 30px;
    line-height: 1.9;
  }

  .home_hero h1 span[class*="head"] {
    margin-bottom: 0;
    background-size: auto 50px;
  }

  .home_hero h1 span[class*="head"].head1 {
    width: 107%;
  }

  .home_hero h1 span[class*="head"].head2 {
    height: 120px;
    width: 170px;
    padding-right: 78px;
    background-image: url(../images/Lockheed_Martin_FT_Mars_LF_mix.gif);
    background-position: right 95%;
  }

  .home_hero h1 span[class*="head"].head3 {
    height: 120px;
    width: 260px;
    overflow: hidden;
  }

  .home_hero h1 span[class*="head"].head4 {
    width: 100%;
    background: 0 0;
  }

  .home_hero h1 span[class*="head"].head5 {
    width: 92%;
  }

  .home_hero .blink {
    -webkit-animation: hero_fade_in 0.2s ease 0s 1 forwards;
    animation: hero_fade_in 0.2s ease 0s 1 forwards;
  }

  .home_hero .quickinvis {
    opacity: 0;
    -webkit-animation: none;
    animation: none;
  }
}

.home_carousel {
  background: #fff;
}

.home_carousel .carousel {
  cursor: pointer;
  padding: 30px 0;
}

.home_carousel .slide {
  position: relative;
  height: 205px;
  padding: 0 13%;
  text-align: center;
}

.home_carousel .slide:after,
.home_carousel .slide:before {
  content: " ";
  display: table;
}

.home_carousel .slide h4 {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  letter-spacing: 0.2em;
  font-size: 10px;
}

.home_carousel .slide h4:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: calc(50% - 15px);
  width: 30px;
  border-bottom: solid 3px #000;
}

.home_carousel .slide h3 {
  letter-spacing: 0.075em;
  font-size: 16px;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  .home_carousel .slide h4:after {
    content: "";
    width: 24px;
    border-bottom-width: 2px;
    left: 0;
  }

  .home_carousel .carousel {
    padding: 32px 0 65px;
  }

  .home_carousel .slide {
    height: auto;
    padding: 0 60px;
    text-align: left;
  }

  .home_carousel .slide h4 {
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .home_carousel .slide h3 {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .home_carousel .slide {
    padding: 0 100px;
  }

  .home_carousel .slide h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1400px) {
  .home_carousel .slide {
    padding: 0 120px;
  }
}

@media only screen and (max-width: 767px) {
  .home_links .col-7 {
    display: none !important;
  }

  .home_links .home_block {
    height: 550px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .home_links .home_block.approach {
    height: 620px;
    background-image: url(../images/3_1_approach_bg_1_mobile.jpg);
  }

  .home_links .home_block.work {
    background-image: url(../images/0_home_bg_3_mobile.jpg);
  }

  .home_links .home_block.truth {
    background-image: url(../images/3_about_bg_4_mobile.jpg);
  }

  .home_links .home_block a {
    display: inline-block;
    height: 100%;
  }

  .home_links .home_block h2 {
    margin-bottom: -5px;
    max-width: 300px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 38px;
    line-height: 1.3;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 40px;
  }

  .home_links .home_block h2:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: calc(50% - 15px);
    width: 30px;
    border-bottom: solid 3px #fff;
  }

  .home_links .home_block h2:before {
    content: "\e801";
    position: absolute;
    bottom: -80px;
    left: calc(50% - 20px);
    display: block;
    height: 40px;
    width: 35px;
    padding-left: 5px;
    line-height: 40px;
    color: #000;

    font-size: 15px;
    background: #fefc09;
    border-radius: 50%;
  }
}

@media only screen and (max-width: 767px) and only screen and (min-width: 768px) {
  .home_links .home_block h2:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }
}

@media only screen and (min-width: 768px) {
  .home_links {
    max-width: 720px;
    margin-top: -30px;
  }

  .home_links .home_block {
    height: 288px;
    text-align: center;
    background: #e5e5e1;
  }

  .home_links .home_block a {
    display: block;
    padding: 45px 40px;
    height: calc(100% - 90px);
    width: calc(100% - 80px);
    color: inherit;
    transition: all 0.3s ease;
  }

  .home_links .home_block h2 {
    position: relative;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 26px;
    line-height: 1.5;
    text-transform: uppercase;
  }

  .home_links .home_block h2:after {
    content: "";
    position: absolute;
    left: calc(50% - 12px);
    bottom: -30px;
    width: 24px;
    height: 0;
    border-bottom: solid 2px #000;
  }

  .home_links .home_block p {
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 18px;
    line-height: 1.6;
  }

  .home_links .image {
    display: block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .home_links .image a {
    opacity: 0;
  }

  .home_links .active a,
  .home_links .col-7:hover a {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
  }
}

@media only screen and (min-width: 1200px) {
  .home_links {
    max-width: 1000px;
  }

  .home_links .home_block {
    height: 400px;
  }

  .home_links .home_block a {
    padding: 90px 17%;
    height: calc(100% - 180px);
    width: 66%;
  }
}

@media only screen and (min-width: 1400px) {
  .home_links {
    max-width: 1160px;
  }
}

ul.mccann_logos {
  padding: 65px 0 0;
  text-align: center;
}

ul.mccann_logos.highlight li:nth-child(1) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.1s;
  animation: logosOn 1s 1 ease 0.1s;
}

ul.mccann_logos.highlight li:nth-child(2) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.2s;
  animation: logosOn 1s 1 ease 0.2s;
}

ul.mccann_logos.highlight li:nth-child(3) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.3s;
  animation: logosOn 1s 1 ease 0.3s;
}

ul.mccann_logos.highlight li:nth-child(4) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.4s;
  animation: logosOn 1s 1 ease 0.4s;
}

ul.mccann_logos.highlight li:nth-child(5) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.5s;
  animation: logosOn 1s 1 ease 0.5s;
}

ul.mccann_logos.highlight li:nth-child(6) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.6s;
  animation: logosOn 1s 1 ease 0.6s;
}

ul.mccann_logos.highlight li:nth-child(7) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.7s;
  animation: logosOn 1s 1 ease 0.7s;
}

ul.mccann_logos.highlight li:nth-child(8) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.8s;
  animation: logosOn 1s 1 ease 0.8s;
}

ul.mccann_logos.highlight li:nth-child(9) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.9s;
  animation: logosOn 1s 1 ease 0.9s;
}

ul.mccann_logos.highlight li:nth-child(10) a .logo {
  -webkit-animation: logosOn 1s 1 ease 1s;
  animation: logosOn 1s 1 ease 1s;
}

ul.mccann_logos li {
  display: block;
  margin: 0 0 65px;
  text-align: center;
}

ul.mccann_logos li a:hover svg.logo {
  opacity: 1 !important;
}

ul.mccann_logos li .logo {
  fill: #fff;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

ul.mccann_logos li.mccann svg {
  width: 85px;
  height: 17px;
}

ul.mccann_logos li.mrm-mccann svg {
  width: 55px;
  height: 18px;
}

ul.mccann_logos li.mccann-health svg {
  width: 81px;
  height: 25px;
}

ul.mccann_logos li.momentum svg {
  width: 116px;
  height: 16px;
}

ul.mccann_logos li.craft svg {
  width: 105px;
  height: 15px;
}

ul.mccann_logos li.pmk-bnc svg {
  width: 87px;
  height: 35px;
}

ul.mccann_logos li.universal-mccann svg {
  width: 39px;
  height: 39px;
}

ul.mccann_logos li.weber-shandwick svg {
  width: 90px;
  height: 20px;
}

ul.mccann_logos li.futurebrand svg {
  width: 109px;
  height: 14px;
}

ul.mccann_logos li.chasedesign svg {
  width: 128px;
  height: 27px;
}

ul.mccann_logos li.octagon svg {
  width: 102px;
  height: 24px;
}

@media only screen and (min-width: 768px) {
  ul.mccann_logos {
    padding: 60px 0 45px;
    width: 85%;
    margin: 0 auto;
  }

  ul.mccann_logos li {
    display: inline-block;
    margin: 0 11px 30px;
    vertical-align: bottom;
    line-height: 2.5;
  }

  ul.mccann_logos li.mccann-health {
    line-height: 1;
  }

  ul.mccann_logos li.craft,
  ul.mccann_logos li.momentum {
    line-height: 3;
  }

  ul.mccann_logos li.pmk-bnc,
  ul.mccann_logos li.universal-mccann {
    line-height: 0;
  }

  ul.mccann_logos li.chasedesign,
  ul.mccann_logos li.octagon {
    line-height: 1;
  }
}

@media only screen and (min-width: 1200px) {
  ul.mccann_logos {
    width: 100%;
  }
}

.section_work {
  color: #fff;
}

.section_work .work_link {
  min-height: 520px;
}

.section_work .work_link .centering_inner {
  padding: 5% 20%;
  text-align: center;
}

.section_work .work_link .bg_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s ease;
}

.section_work .work_link .bg_image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.section_work .work_link .bg_image.horz {
  display: none;
}

.section_work .work_link a {
  position: relative;
  overflow: hidden;
  min-height: inherit;
  height: 100%;
}

.section_work .work_link a:hover .bg_image {
  transform: scale(1.25);
}

.section_work .work_link h4 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 25px;
  font-weight: 400;
  letter-spacing: 0.36em;
  font-size: 15px;
  line-height: 1.35;
  text-transform: uppercase;
}

.section_work .work_link h4:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: calc(50% - 15px);
  width: 30px;
  border-bottom: solid 3px #fff;
}

@media only screen and (min-width: 768px) {
  .section_work .work_link h4:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }
}

.section_work .work_link h3 {
  position: relative;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 26px;
  line-height: 1.4;
}

.section_work .work_link h3 span {
  display: inline-block;
}

.section_work .brands_area {
  position: relative;
  background: #000;
}

.section_work .brands_area .brands_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.section_work .brands_area .brands_nav li {
  position: absolute;
  top: -6px;
}

.section_work .brands_area .brands_nav li a {
  text-indent: -9999em;
  overflow: hidden;
  display: block;
  width: 40px;
  height: 40px;
  color: #fefc09;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
}

.section_work .brands_area .brands_nav li a i {
  position: absolute;
  left: 0;
  width: 100%;
  text-indent: 0;
}

.section_work .brands_area .brands_nav li.prev {
  left: 6%;
}

.section_work .brands_area .brands_nav li.next {
  right: 6%;
}

.section_work .brands_area .brands_nav li.scroll {
  position: absolute;
  top: -80px;
  width: 100%;
}

.section_work .brands_area .brands_nav li.scroll a {
  position: relative;
  margin: 0 auto;
  color: #000;
  background: #fefc09;
  border-radius: 50%;
}

.section_work .brands_area ul.brand_logos.highlight li:nth-child(1) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.1s;
  animation: logosOn 1s 1 ease 0.1s;
}

.section_work .brands_area ul.brand_logos.highlight li:nth-child(2) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.2s;
  animation: logosOn 1s 1 ease 0.2s;
}

.section_work .brands_area ul.brand_logos.highlight li:nth-child(3) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.3s;
  animation: logosOn 1s 1 ease 0.3s;
}

.section_work .brands_area ul.brand_logos.highlight li:nth-child(4) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.4s;
  animation: logosOn 1s 1 ease 0.4s;
}

.section_work .brands_area ul.brand_logos.highlight li:nth-child(5) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.5s;
  animation: logosOn 1s 1 ease 0.5s;
}

.section_work .brands_area ul.brand_logos.highlight li:nth-child(6) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.6s;
  animation: logosOn 1s 1 ease 0.6s;
}

.section_work .brands_area ul.brand_logos.highlight li:nth-child(7) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.7s;
  animation: logosOn 1s 1 ease 0.7s;
}

.section_work .brands_area ul.brand_logos.highlight li:nth-child(8) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.8s;
  animation: logosOn 1s 1 ease 0.8s;
}

.section_work .brands_area ul.brand_logos.highlight li:nth-child(9) a .logo {
  -webkit-animation: logosOn 1s 1 ease 0.9s;
  animation: logosOn 1s 1 ease 0.9s;
}

.section_work .brands_area ul.brand_logos.highlight li:nth-child(10) a .logo {
  -webkit-animation: logosOn 1s 1 ease 1s;
  animation: logosOn 1s 1 ease 1s;
}

.section_work .brands_area ul.brand_logos li {
  display: block;
  margin: 65px 0;
  text-align: center;
}

.section_work .brands_area ul.brand_logos li a {
  position: relative;
  display: inline-block;
}

.section_work .brands_area ul.brand_logos li a .logo {
  opacity: 0.6;
}

.section_work .brands_area ul.brand_logos li.active .logo,
.section_work .brands_area ul.brand_logos li:hover .logo {
  opacity: 1 !important;
}

@-webkit-keyframes logosOn {
  60% {
    opacity: 1;
  }
}

@keyframes logosOn {
  60% {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .section_work .brands_nav {
    opacity: 0;
  }

  .section_work .brands_nav .next.inactive a,
  .section_work .brands_nav .prev.inactive a {
    color: #333;
    pointer-events: none;
  }

  .section_work .brands_area.active .brands_nav {
    opacity: 1;
  }

  .section_work .brands_area.active ul.brand_logos li,
  .section_work .brands_area.active ul.brand_logos li.slug {
    display: none;
  }

  .section_work .brands_area.active ul.brand_logos li.shown,
  .section_work .brands_area.active ul.brand_logos li.shown.active {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .section_work .work_link {
    min-height: 225px;
  }

  .section_work .work_link .bg_image.horz {
    display: block;
  }

  .section_work .brands_area .brands_nav li.next,
  .section_work .brands_area .brands_nav li.prev,
  .section_work .work_link .bg_image.vert {
    display: none;
  }

  .section_work .work_link h4 {
    padding-bottom: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 14px;
  }

  .section_work .work_link h3 {
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 24px;
  }

  .section_work .brands_area {
    padding: 75px 0 0;
  }

  .section_work .brands_area .brands_nav {
    top: 60px;
  }

  .section_work .brands_area ul.brand_logos {
    display: block;
    width: 100%;
  }

  .section_work .brands_area ul.brand_logos li {
    display: inline-block;
    margin: 0;
    width: 19%;
    vertical-align: bottom;
  }

  .section_work .brands_area ul.brand_logos li.active a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 1px;
    background: #fefc09;
  }

  .section_work .brands_area ul.brand_logos li:nth-child(n + 6) {
    margin-top: 50px;
    margin-bottom: 75px;
  }
}

.overlay_work_detail h3,
.overlay_work_detail h4 {
  font-weight: 400;
}

@media only screen and (min-width: 1200px) {
  .section_work .work_link {
    min-height: 375px;
  }

  .section_work .brands_area ul.brand_logos {
    width: 110%;
    margin-left: -5%;
  }
}

.overlay_work_detail .webring {
  display: none;
}

.overlay_work_detail .hero {
  width: 100%;
  height: 395px;
  margin-bottom: 40px;
}

.overlay_work_detail .hero>* {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}

.overlay_work_detail .hero>* iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.overlay_work_detail .hero>* .play,
.section_careers .col .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 120px;
  height: 120px;
  z-index: 10;
  transition: all 0.3s ease;
  pointer-events: none;
}

.overlay_work_detail .hero>* .play:after,
.section_careers .col .play:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -50%);
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 27px solid #fff;
}

.overlay_work_detail .hero>* .poster {
  height: 100%;
  opacity: 1;
  position: relative;
  z-index: 10;
  transform-origin: center center;
  background-size: cover;
  background-position: 50% 50%;
  transition: all 0.3s ease;
}

.overlay_work_detail .hero>* .poster:hover {
  transform: scale(1.25);
  cursor: pointer;
}

.overlay_work_detail .hero>* .poster.active {
  opacity: 0;
  z-index: -1;
}

.overlay_work_detail .hero>* .poster.active~.play {
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 0;
}

.overlay_work_detail .work_detail {
  display: flex;
  flex-flow: row wrap;
}

.overlay_work_detail .work_detail:after,
.overlay_work_detail .work_detail:before {
  content: " ";
  display: table;
}

.overlay_work_detail .work_detail section {
  flex: 1 100%;
  margin-left: 9%;
  margin-right: 9%;
}

.overlay_work_detail h4 {
  margin-bottom: 25px;
  letter-spacing: 0.3em;
  font-size: 12px;
  line-height: 1.5;
}

.overlay_work_detail h3 {
  margin-bottom: 45px;
  letter-spacing: 0.15em;
  font-size: 26px;
  line-height: 1.4;
}

.overlay_work_detail li,
.overlay_work_detail p {
  font-weight: 400;
  letter-spacing: 0.075em;
  font-size: 15px;
  line-height: 1.8;
}

.overlay_work_detail .intro {
  order: 1;
  margin-bottom: 25px;
}

.overlay_work_detail .intro h4 {
  position: relative;
  padding-bottom: 30px;
}

.overlay_work_detail .intro h4:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 30px;
  border-bottom: solid 3px #000;
}

@media only screen and (min-width: 768px) {
  .overlay_work_detail .intro h4:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }
}

.overlay_work_detail .intro h4:after {
  left: 0;
}

.overlay_work_detail .intro p {
  margin-bottom: 25px;
}

.overlay_work_detail .role {
  order: 2;
  margin-bottom: 50px;
}

.overlay_work_detail .role p {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 24px;
  line-height: 1.3;
}

.overlay_work_detail .awards {
  order: 3;
  margin-bottom: 50px;
}

.overlay_work_detail .awards.hidden {
  display: none;
}

.overlay_work_detail .awards .award_holder {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.overlay_work_detail .awards .award_holder>div {
  flex: 1 50%;
  max-width: 50%;
  margin-bottom: 50px;
}

.overlay_work_detail .awards .award_holder img {
  width: 50%;
}

.overlay_work_detail .extra {
  order: 4;
  margin-bottom: 65px;
}

.overlay_work_detail .extra .tags li {
  display: inline;
}

.overlay_work_detail .extra .tags li:after {
  content: ", ";
}

.overlay_work_detail .extra .tags li:last-child:after {
  display: none;
}

@media only screen and (max-width: 767px) {

  .overlay_work_detail .work_detail .role h4:empty,
  .overlay_work_detail .work_detail .role p:empty {
    display: none;
  }

  .overlay_work_detail .work_detail .role {
    margin-left: 0;
    margin-right: 0;
    padding: 0 9%;
    background: #e5e5e1;
    border-top: solid 1px #e5e5e1;
    border-bottom: solid 1px #e5e5e1;
  }

  .overlay_work_detail .work_detail .role h4 {
    margin-top: 50px;
  }

  .overlay_work_detail .work_detail .role p {
    margin-bottom: 50px;
  }

  .overlay_work_detail .work_detail .agencies {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .overlay_work_detail .work_detail .agencies:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 75px;
    border-bottom: solid 2px #000;
  }
}

@media only screen and (min-width: 768px) {
  .overlay_work_detail .hero {
    height: 440px;
    margin-bottom: 85px;
  }

  .overlay_work_detail .work_detail {
    margin: 0 16%;
  }

  .overlay_work_detail .work_detail section {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .overlay_work_detail h4 {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .overlay_work_detail h3 {
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 36px;
  }

  .overlay_work_detail li,
  .overlay_work_detail p {
    font-weight: 400;
    letter-spacing: 0.075em;
    font-size: 18px;
  }

  .overlay_work_detail p {}

  .overlay_work_detail li {}

  .overlay_work_detail .intro {
    order: 1;
    margin-bottom: 50px;
  }

  .overlay_work_detail .intro h4 {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }

  .overlay_work_detail .intro h4:after {
    left: 0;
  }

  .overlay_work_detail .awards {
    order: 2;
    margin-bottom: 25px;
  }

  .overlay_work_detail .awards h4 {
    display: none;
  }

  .overlay_work_detail .awards .award_holder {
    align-items: center;
  }

  .overlay_work_detail .awards .award_holder>div {
    flex: none;
    max-width: 120px;
    margin-right: 50px;
  }

  .overlay_work_detail .awards .award_holder>div img {
    float: left;
    width: auto;
    max-width: 120px;
  }

  .overlay_work_detail .role {
    order: 3;
    margin-bottom: 80px;
  }

  .overlay_work_detail .extra {
    order: 4;
    display: table;
    width: 100%;
    margin-bottom: 110px;
  }

  .overlay_work_detail .extra>div {
    display: table-cell;
    width: 47%;
  }

  .overlay_work_detail .extra .tags {
    padding-left: 5%;
  }
}

@media only screen and (min-width: 1200px) {
  .overlay_work_detail .hero {
    height: 675px;
  }

  .overlay_work_detail .webring {
    display: table;
    height: 110px;
    width: calc(100% - 200px);
    padding: 0 100px;
    background: #e5e5e1;
  }

  .overlay_work_detail .webring .hidden {
    visibility: hidden;
  }

  .overlay_work_detail .webring a.close {
    position: static;
    left: auto;
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    color: #000;
    text-align: center;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden;
  }

  .overlay_work_detail .webring a.close i {
    display: block;
    text-indent: 0;
    font-size: 32px;
  }

  .overlay_work_detail .webring a.close i:before {
    margin: 0 auto;
    content: "\e80b";
  }

  .overlay_work_detail .webring>* {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #ff0;
    font-size: 17px;
    text-transform: uppercase;
  }

  .overlay_work_detail .webring>.hidden {
    color: #333;
    pointer-events: none;
    cursor: default;
  }

  .overlay_work_detail .webring>div {
    width: 45%;
  }

  .overlay_work_detail .webring>div a {
    display: inline-block;
    position: relative;
    height: auto;
    color: #000;
    font-size: 12px;
    line-height: 1.35;
  }

  .overlay_work_detail .webring>div a span {
    display: block;
  }

  .overlay_work_detail .webring>div a span.co {
    font-weight: 400;
    letter-spacing: 0.2em;
  }

  .overlay_work_detail .webring>div a span.campaign,
  .overlay_work_detail .work_detail p {
    font-weight: 400;
  }

  .overlay_work_detail .webring>div a span.campaign {
    letter-spacing: 0.2em;
  }

  .overlay_work_detail .webring>div a:before {
    content: "" !important;
    position: absolute;
    top: 10px;
    width: 0;
    height: 1px;
    border: 5px solid transparent;
  }

  .overlay_work_detail .webring>div a:after {
    content: "";
    position: absolute;
    top: 15px;
    width: 50px;
    border-bottom: solid 1px #000;
  }

  .overlay_work_detail .webring>div.prev {
    text-align: left;
  }

  .overlay_work_detail .webring>div.prev a {
    padding-left: 65px;
  }

  .overlay_work_detail .webring>div.prev a:before {
    left: -10px;
    border-right-color: #000;
  }

  .overlay_work_detail .webring>div.prev a:after {
    left: 0;
  }

  .overlay_work_detail .webring>div.next {
    text-align: right;
  }

  .overlay_work_detail .webring>div.next a {
    padding-right: 65px;
  }

  .overlay_work_detail .webring>div.next a:before {
    right: -10px;
    border-left-color: #000;
  }

  .overlay_work_detail .webring>div.next a:after {
    right: 0;
  }

  .overlay_work_detail .work_detail {
    display: block;
    margin: 0 100px;
  }

  .overlay_work_detail .work_detail section {
    display: block;
    float: left;
    width: calc(100% - 230px);
  }

  .overlay_work_detail .work_detail p {
    letter-spacing: 0.075em;
    font-size: 24px;
    line-height: 1.5;
  }

  .overlay_work_detail .work_detail li {
    line-height: 1.6;
  }

  .overlay_work_detail .work_detail .awards {
    float: right;
    width: 130px;
    min-height: 200px;
  }

  .overlay_work_detail .work_detail .awards .award_holder {
    justify-content: center;
    margin-top: 40px;
  }

  .overlay_work_detail .work_detail .awards .award_holder>div {
    margin: 0 0 80px;
  }

  .overlay_work_detail .work_detail .awards .award_holder>div img {
    float: none;
    display: inline-block;
  }

  .overlay_work_detail .work_detail .extra {
    width: 550px;
  }

  .overlay_work_detail .work_detail .extra>div {
    width: 44%;
  }

  .overlay_work_detail .work_detail .extra .tags {
    padding-left: 10%;
  }
}

.brand_detail h2,
.brand_detail p {
  letter-spacing: 0.075em;
  font-weight: 400;
}

@media only screen and (min-width: 1400px) {
  .overlay_work_detail .hero {
    height: 785px;
  }
}

.brand_detail {
  padding-top: 55px;
}

.brand_detail h2 {
  margin-bottom: 40px;
  font-size: 21px;
  line-height: 1.4;
}

.brand_detail p {
  margin-bottom: 65px;
  font-size: 15px;
  line-height: 1.8;
}

.brand_detail img {
  width: 100px;
}

.brand_detail .work_link {
  min-height: 140px;
  height: 42vw;
  max-height: 200px;
}

.brand_detail .work_link .centering_inner {
  padding-left: 6%;
  padding-right: 6%;
}

.brand_detail .work_link .bg_image.vert {
  display: none;
}

.brand_detail .work_link .bg_image.horz {
  display: block;
}

.brand_detail .work_link h4 {
  display: none;
}

.brand_detail .work_link h3 {
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .brand_detail {
    text-align: center;
    padding-top: 0;
  }

  .brand_detail>div[class*="grid"] {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .brand_detail {
    max-width: 720px;
    margin: 0 auto;
    padding-top: 25px;
  }

  .brand_detail p,
  .brand_detail>.container {
    margin-bottom: 100px;
  }

  .brand_detail h2 {
    font-weight: 400;
    letter-spacing: 0.15em;
    font-size: 26px;
    line-height: 1.5;
  }

  .brand_detail p {
    font-weight: 400;
    letter-spacing: 0.1em;
  }

  .brand_detail .work_link {
    max-height: 225px;
  }

  .brand_detail .work_link h3 {
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .brand_detail {
    max-width: 100%;
    padding-top: 75px;
  }

  .brand_detail p {
    font-size: 18px;
  }

  .brand_detail .work_link {
    max-height: 315px;
  }
}

.section_expertise {
  color: #fff;
  background: #000;
}

.section_expertise .top {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: content-box;
}

.section_expertise .top h2 {
  display: table;
  height: 140px;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 26px;
  line-height: 1.5;
}

.section_expertise .top h2 span span {
  white-space: nowrap;
}

.section_expertise .top .amoeba {
  height: 100%;
  position: relative;
}

.section_expertise .top .amoeba .logo {
  background: url(../images/logo.svg) center center no-repeat;
  background-size: 40%;
  margin: -65% 0 0 35%;
  width: 28%;
  height: 28%;
  z-index: 0;
  opacity: 0;
  transition: all 1s ease;
}

.section_expertise .top .amoeba .logo.hidden {
  opacity: 0 !important;
}

.section_expertise .top .amoeba canvas {
  top: 0;
  left: 0;
  width: 660px;
  height: 650px;
  opacity: 0;
  transition: opacity 1s ease;
}

.section_expertise .top .amoeba canvas.visible,
.section_expertise .top .amoeba canvas.visible~.logo {
  opacity: 1;
}

.section_expertise .top .amoeba .agency-list .expertise-item,
.section_expertise .top .amoeba .expertise-list .expertise-item {
  position: absolute !important;
  color: #fff;
  padding: 10px;
  border-radius: 100%;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 11px;
  z-index: 10;
  opacity: 0;
  transition:
    fill 0.5s ease,
    color 0.5s ease,
    opacity 0.5s ease,
    transform 0.3s ease;
}

.section_expertise .top .amoeba .associated>span span,
.section_expertise .top nav a {
  letter-spacing: 0.3em;
  font-weight: 400;
  text-transform: uppercase;
}

.section_expertise .top .amoeba .agency-list .expertise-item:after,
.section_expertise .top .amoeba .agency-list .expertise-item:before,
.section_expertise .top .amoeba .expertise-list .expertise-item:after,
.section_expertise .top .amoeba .expertise-list .expertise-item:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 0;
  width: 6px;
  height: 6px;
  transition: all 0.3s ease;
}

.section_expertise .top .amoeba .agency-list .expertise-item:before,
.section_expertise .top .amoeba .expertise-list .expertise-item:before {
  background: #fefc09;
}

.section_expertise .top .amoeba .agency-list .expertise-item:after,
.section_expertise .top .amoeba .expertise-list .expertise-item:after {
  background: rgba(255, 255, 255, 0.4);
  transform: scale(3, 3);
}

.section_expertise .top .amoeba .agency-list .expertise-item.active:before,
.section_expertise .top .amoeba .agency-list .expertise-item:hover:before,
.section_expertise .top .amoeba .expertise-list .expertise-item.active:before,
.section_expertise .top .amoeba .expertise-list .expertise-item:hover:before {
  transform: scale(3, 3);
  background: #fff;
}

.section_expertise .top .amoeba .agency-list .expertise-item.active:after,
.section_expertise .top .amoeba .agency-list .expertise-item:hover:after,
.section_expertise .top .amoeba .expertise-list .expertise-item.active:after,
.section_expertise .top .amoeba .expertise-list .expertise-item:hover:after {
  background: #fff;
}

.section_expertise .top .amoeba .agency-list .expertise-item.active>span,
.section_expertise .top .amoeba .agency-list .expertise-item:hover>span,
.section_expertise .top .amoeba .expertise-list .expertise-item.active>span,
.section_expertise .top .amoeba .expertise-list .expertise-item:hover>span {
  transform: scale(1.3, 1.3);
}

.section_expertise .top .amoeba .agency-list .expertise-item.inactive span,
.section_expertise .top .amoeba .agency-list .expertise-item.inactive svg,
.section_expertise .top .amoeba .expertise-list .expertise-item.inactive span,
.section_expertise .top .amoeba .expertise-list .expertise-item.inactive svg {
  opacity: 0.6;
}

.section_expertise .top .amoeba .agency-list .expertise-item svg,
.section_expertise .top .amoeba .agency-list .expertise-item>span,
.section_expertise .top .amoeba .expertise-list .expertise-item svg,
.section_expertise .top .amoeba .expertise-list .expertise-item>span {
  position: absolute;
  transition:
    opacity 1s ease,
    transform 0.3s ease;
}

.section_expertise .top .amoeba .agency-list .expertise-item svg,
.section_expertise .top .amoeba .expertise-list .expertise-item svg {
  position: static;
}

.section_expertise .top .amoeba .agency-list .expertise-item>span,
.section_expertise .top .amoeba .expertise-list .expertise-item>span {
  white-space: nowrap;
}

.section_expertise .top .amoeba .agency-list .expertise-item.q1 svg,
.section_expertise .top .amoeba .agency-list .expertise-item.q1>span,
.section_expertise .top .amoeba .expertise-list .expertise-item.q1 svg,
.section_expertise .top .amoeba .expertise-list .expertise-item.q1>span {
  right: 30px;
  bottom: 20px;
  transform-origin: right bottom;
}

@media only screen and (min-width: 768px) {

  .section_expertise .top .amoeba .agency-list .expertise-item.q1 svg,
  .section_expertise .top .amoeba .agency-list .expertise-item.q1>span,
  .section_expertise .top .amoeba .expertise-list .expertise-item.q1 svg,
  .section_expertise .top .amoeba .expertise-list .expertise-item.q1>span {
    transform-origin: left bottom;
    bottom: 30px;
  }
}

.section_expertise .top .amoeba .agency-list .expertise-item.q2>span,
.section_expertise .top .amoeba .agency-list .expertise-item.q2>svg,
.section_expertise .top .amoeba .expertise-list .expertise-item.q2>span,
.section_expertise .top .amoeba .expertise-list .expertise-item.q2>svg {
  bottom: 30px;
  left: 20px;
  transform-origin: center bottom;
}

.section_expertise .top .amoeba .agency-list .expertise-item.q3>span,
.section_expertise .top .amoeba .agency-list .expertise-item.q3>svg,
.section_expertise .top .amoeba .expertise-list .expertise-item.q3>span,
.section_expertise .top .amoeba .expertise-list .expertise-item.q3>svg {
  transform-origin: left top;
}

.section_expertise .top .amoeba .agency-list .expertise-item.q4>span,
.section_expertise .top .amoeba .agency-list .expertise-item.q4>svg,
.section_expertise .top .amoeba .expertise-list .expertise-item.q4>span,
.section_expertise .top .amoeba .expertise-list .expertise-item.q4>svg {
  right: 25px;
  transform-origin: right top;
}

.section_expertise .top .amoeba .agency-list .expertise-item.visible,
.section_expertise .top .amoeba .expertise-list .expertise-item.visible {
  opacity: 1;
}

.section_expertise .top .amoeba .associated {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-45%, -45%);
  text-transform: uppercase;
}

.section_expertise .top .amoeba .associated>span {
  display: block;
}

.section_expertise .top .amoeba .associated>span:last-child span:after {
  content: none;
}

.section_expertise .top .amoeba .associated>span span {
  font-size: 14px;
  text-align: center;
  padding-bottom: 28px;
  position: relative;
  display: block;
}

.section_expertise .top .amoeba .associated>span span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100px;
  bottom: 15px;
  left: 50%;
  transform: translateZ(0) translateX(-50%);
  border-bottom: 1px dotted #fff;
}

.section_expertise .top nav {
  margin-bottom: 40px;
  z-index: 1;
}

.section_expertise .top nav:after {
  content: "";
  display: block;
}

.section_expertise .top nav a {
  background: #313234;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 23px;
  font-size: 13px;
  color: #988b8b;
  transition: all 0.3s ease;
}

.section_expertise .top .details *,
.section_expertise .top .details>a {}

.section_expertise .top nav a:hover {
  color: #fefc09;
}

.section_expertise .top nav a.active {
  color: #000;
  background: #fefc09;
}

.section_expertise .top .details * {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 40px;
}

.section_expertise .top .details>a {
  font-weight: 400;
  letter-spacing: 0.3em;
  color: #fefc09;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 43px;
  position: relative;
  display: inline-block;
  line-height: normal;
}

.section_expertise .featured-work .col h4,
.section_expertise .featured-work h2 {
  font-weight: 400;
}

.section_expertise .top .details>a:after {
  content: "\203a";
  position: absolute;
  right: -20px;
  top: -10px;
  font-size: 25px;
  margin-left: 8px;
}

.section_expertise .top .details .social {
  margin-top: 35px;
}

.section_expertise .top .details .social a {
  font-size: 22px;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.section_expertise .top .details .social a:hover {
  opacity: 1;
}

.section_expertise .top .details .social a:before {
  margin-left: 0;
  margin-right: 22px;
}

.section_expertise .featured-work {
  color: #000;
  background: #fff;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
  transition: height 0.3s ease;
}

.section_expertise .featured-work h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.3em;
}

.section_expertise .featured-work .multi-agency,
.section_expertise .featured-work .multi-platform {
  margin: 0 auto;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.5s ease;
}

.section_expertise .featured-work .multi-agency.ng-hide,
.section_expertise .featured-work .multi-platform.ng-hide {
  opacity: 0;
  transform: translate(-50%, 100%);
}

.section_expertise .featured-work .col {
  text-align: center;
}

.section_expertise .featured-work .col .bg_image {
  height: 175px;
  background-size: cover;
  background-position: center center;
  transition: transform 0.5s ease;
}

.section_expertise .featured-work .col .overflow_contain {
  overflow: hidden;
}

.section_expertise .featured-work .col a:hover .bg_image {
  transform: scale(1.25);
}

.section_expertise .featured-work .col h4 {
  letter-spacing: 0.1em;
  font-size: 18px;
  position: relative;
  padding-bottom: 12px;
}

.section_expertise .featured-work .col h4:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: calc(50% - 15px);
  width: 30px;
  border-bottom: solid 3px #000;
}

@media only screen and (min-width: 768px) {
  .section_expertise .featured-work .col h4:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }
}

.section_expertise .featured-work .col h3 {
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 12px;
  text-transform: uppercase;
}

.section_expertise .featured-work .multi-platform .col h3 {
  text-transform: none;
}

@media only screen and (max-width: 767px) {

  .section_expertise .col-12 h3,
  .section_expertise .top h2 {}

  .section_expertise {
    background: 0 0;
  }

  .section_expertise .top h2 {
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.15em;
    font-size: 26px;
    line-height: 44px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 32px;
  }

  .section_expertise .top h2:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: calc(50% - 15px);
    width: 30px;
    border-bottom: solid 3px #fff;
  }

  .section_expertise .top h2 a {
    position: absolute;
    left: calc(50% - 20px);
    bottom: -80px;
    border-radius: 100%;
    background: #ff0;
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 16px;
  }

  .section_expertise .top .amoeba {
    position: static;
    min-height: 600px;
    overflow: hidden;
  }

  .section_expertise .top .amoeba canvas {
    display: block;
    position: fixed;
    left: 50%;
    top: -10px;
    z-index: -1;
    opacity: 0.4 !important;
  }

  .section_expertise .top .amoeba .logo {
    display: none;
  }

  .section_expertise .top .amoeba .agency-list,
  .section_expertise .top .amoeba .expertise-list {
    position: relative;
    width: 100%;
  }

  .section_expertise .top .amoeba .agency-list>span:first-child .expertise-item,
  .section_expertise .top .amoeba .expertise-list>span:first-child .expertise-item {
    border-top: none;
  }

  .section_expertise .top .amoeba .agency-list .expertise-item,
  .section_expertise .top .amoeba .expertise-list .expertise-item {
    background: #fff;
    color: #000;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    width: 100%;
    display: table !important;
    padding: 0;
    height: 71px;
    border-radius: 0;
    opacity: 1;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #b1b1b1;
    font-size: 16px;
  }

  .section_expertise .top .amoeba .agency-list .expertise-item:after,
  .section_expertise .top .amoeba .agency-list .expertise-item:before,
  .section_expertise .top .amoeba .expertise-list .expertise-item:after,
  .section_expertise .top .amoeba .expertise-list .expertise-item:before {
    content: none;
  }

  .section_expertise .top .amoeba .agency-list .expertise-item.active,
  .section_expertise .top .amoeba .agency-list .expertise-item:hover,
  .section_expertise .top .amoeba .expertise-list .expertise-item.active,
  .section_expertise .top .amoeba .expertise-list .expertise-item:hover {
    transform: none;
  }

  .section_expertise .top .amoeba .agency-list .expertise-item.inactive span,
  .section_expertise .top .amoeba .expertise-list .expertise-item.inactive span {
    opacity: 1 !important;
  }

  .section_expertise .top .amoeba .agency-list .expertise-item>span,
  .section_expertise .top .amoeba .expertise-list .expertise-item>span {
    position: static;
    transform: none !important;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }

  .section_expertise .top .amoeba .agency-list .expertise-item>span i,
  .section_expertise .top .amoeba .expertise-list .expertise-item>span i {
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
  }

  .section_expertise .top .col-4 {
    max-width: 100%;
    max-height: 550px;
    flex-basis: 100%;
    padding-bottom: 440px;
    overflow: hidden;
    transition:
      padding 0.5s ease,
      max-height 0.5s ease;
  }

  .section_expertise .top .col-4 nav {
    position: relative;
  }

  .section_expertise .top .col-4 nav a {
    width: 50%;
    height: 72px;
    padding: 0;
    line-height: 72px;
    text-align: center;
  }

  .section_expertise .top .col-4.hidden {
    padding-bottom: 0;
  }

  .section_expertise .top .col-4.hidden .agencies,
  .section_expertise .top .col-4.hidden .expertise {
    top: -35%;
    opacity: 0;
  }

  .section_expertise .top .col-4.super-hidden {
    max-height: 0;
  }

  .section_expertise .top .col-4 .agencies,
  .section_expertise .top .col-4 .expertise {
    transition:
      all 0.5s ease,
      display 0s;
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section_expertise .top .col-4 .agencies.ng-hide-add,
  .section_expertise .top .col-4 .expertise.ng-hide-add {
    opacity: 0;
  }

  .section_expertise .top .col-4 .agencies.ng-hide-remove,
  .section_expertise .top .col-4 .expertise.ng-hide-remove {
    opacity: 1;
  }

  .section_expertise .top .col-4 .agencies .details,
  .section_expertise .top .col-4 .expertise .details {
    display: none;
  }

  .section_expertise .top .col-8 {
    max-width: 100%;
    flex-basis: 100%;
    transition: all 0.5s ease;
    max-height: 0;
    position: relative;
    opacity: 1;
    overflow: hidden;
  }

  .section_expertise .top .col-8.visible {
    margin-top: -40px;
    max-height: 800px;
    opacity: 1;
  }

  .section_expertise .col-12 {
    line-height: 27px;
    background: #000;
  }

  .section_expertise .col-12 h3 {
    font-weight: 400;
    letter-spacing: 0.3em;
    font-size: 15px;
    text-align: center;
    height: 72px;
    display: table;
    width: 100%;
    background: #202123;
    line-height: normal;
  }

  .section_expertise .col-12 .agency-list .associated>span span,
  .section_expertise .col-12 .details,
  .section_expertise .col-12 .expertise-list .associated>span span {
    text-align: center;
    font-weight: 400;
  }

  .section_expertise .col-12 h3 span {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
  }

  .section_expertise .col-12 .details {
    letter-spacing: 0.075em;
    font-size: 15px;
  }

  .section_expertise .col-12 .details:first-of-type {
    padding: 60px 35px;
  }

  .section_expertise .col-12 .agency-list .associated>span,
  .section_expertise .col-12 .expertise-list .associated>span {
    display: table;
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .section_expertise .col-12 .agency-list .associated>span span,
  .section_expertise .col-12 .expertise-list .associated>span span {
    display: table-cell;
    height: 72px;
    position: relative;
    vertical-align: middle;
    background: #202123;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 12px;
  }

  .section_expertise .col-12 .agency-list .associated>span span:after,
  .section_expertise .col-12 .expertise-list .associated>span span:after {
    content: "";
    display: block;
    position: absolute;
    width: 30%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 1px dashed #e5e5e1;
  }

  .section_expertise .col-12 .agency-list .associated>span:last-child span:after,
  .section_expertise .col-12 .expertise-list .associated>span:last-child span:after {
    content: none;
  }

  .section_expertise .col-12 .expertise-list .associated>span span {
    background: 0 0;
    height: auto;
    padding: 25px 0;
  }
}

@media only screen and (max-width: 767px) and only screen and (min-width: 768px) {
  .section_expertise .top h2:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }
}

@media only screen and (min-width: 768px) {
  .section_expertise .top {
    padding: 50px 0 0;
  }

  .section_expertise .top h2 {
    position: absolute;
    top: -440px;
    text-align: center;
  }

  .section_expertise .top .amoeba {
    top: 70px;
  }

  .section_expertise .top .col-4 {
    max-width: 100%;
    flex-basis: 100%;
    padding-bottom: 50px;
  }

  .section_expertise .top .col-4 nav {
    display: flex;
    justify-content: center;
    position: relative;
  }

  .section_expertise .featured-work .col .bg_image.vert,
  .section_expertise .top .col-8 .logo {
    display: none;
  }

  .section_expertise .top .col-4 .agencies,
  .section_expertise .top .col-4 .expertise {
    width: 600px;
    position: relative;
    margin: 700px auto 0;
    height: 0;
    transition: height 0.3s ease;
  }

  .section_expertise .top .col-8 {
    max-width: 100%;
    flex-basis: 100%;
    position: absolute;
    left: 90px;
  }

  .section_expertise .featured-work {
    height: 368px;
  }

  .section_expertise .featured-work .multi-agency,
  .section_expertise .featured-work .multi-platform {
    width: calc(100% - 40px);
  }

  .section_expertise .featured-work .multi-agency h2,
  .section_expertise .featured-work .multi-platform h2 {
    margin: 30px auto 35px;
  }

  .section_expertise .featured-work .multi-agency h4,
  .section_expertise .featured-work .multi-platform h4 {
    margin: 22px 0 10px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_expertise .top {
    padding: 100px 0 180px;
    min-height: 600px;
  }

  .section_expertise .top h2 {
    top: auto;
    text-align: left;
    position: relative;
  }

  .section_expertise .top .amoeba {
    top: -60px;
  }

  .section_expertise .top .col-4 {
    max-width: 33.333%;
    flex-basis: 33.333%;
    position: relative;
    transition: height 0.5s ease;
  }

  .section_expertise .top .col-4 nav {
    display: block;
    left: 30px;
    position: relative;
    width: 101%;
  }

  .section_expertise .top .col-4 .agencies,
  .section_expertise .top .col-4 .expertise {
    left: 30px;
    margin: 0;
    position: absolute;
    width: 100%;
  }

  .section_expertise .top .col-4 .details {
    position: relative;
    transition: all 0.5s ease;
  }

  .section_expertise .top .col-4 .details.hidden {
    opacity: 1;
  }

  .section_expertise .top .col-8 {
    max-width: 66.666%;
    flex-basis: 66.666%;
    position: relative;
    left: 0;
  }

  .section_expertise .top .col-8 .logo {
    display: block;
  }

  .section_expertise .featured-work {
    height: 445px;
  }

  .section_expertise .featured-work .multi-agency,
  .section_expertise .featured-work .multi-platform {
    max-width: 1000px;
  }

  .section_expertise .featured-work .multi-agency h2,
  .section_expertise .featured-work .multi-platform h2 {
    margin: 35px auto 40px;
  }

  .section_expertise .featured-work .multi-agency h4,
  .section_expertise .featured-work .multi-platform h4 {
    margin: 15px 0 10px;
  }

  .section_expertise .featured-work .col .bg_image {
    height: 240px;
  }
}

@media only screen and (min-width: 1400px) {

  .section_expertise .featured-work .multi-agency,
  .section_expertise .featured-work .multi-platform {
    max-width: 1200px;
  }
}

.section_expertise svg {
  fill: #fff;
}

.section_expertise svg.mccann {
  width: 85px;
  height: 17px;
}

.section_expertise svg.mrm-mccann {
  width: 140px;
  height: 19px;
}

.section_expertise svg.mccann-health {
  width: 81px;
  height: 25px;
}

.section_expertise svg.momentum {
  width: 116px;
  height: 16px;
}

.section_expertise svg.craft {
  width: 105px;
  height: 15px;
}

.section_expertise svg.pmk-bnc {
  width: 87px;
  height: 35px;
}

.section_expertise svg.universal-mccann {
  width: 39px;
  height: 39px;
}

.section_expertise svg.weber-shandwick {
  width: 90px;
  height: 20px;
}

.section_expertise svg.futurebrand {
  width: 109px;
  height: 14px;
}

.section_expertise svg.chasedesign {
  width: 128px;
  height: 27px;
}

.section_expertise svg.octagon {
  width: 102px;
  height: 24px;
}

.animate-if.ng-enter,
.animate-if.ng-leave {
  transition: all 1s ease;
  position: absolute !important;
}

@media only screen and (max-width: 767px) {

  .animate-if.ng-enter,
  .animate-if.ng-leave {
    position: relative !important;
    transition: all 0.3s ease;
  }
}

.animate-if.ng-enter,
.animate-if.ng-leave.ng-leave-active {
  opacity: 0;
}

.animate-if.ng-enter.ng-enter-active,
.animate-if.ng-leave {
  opacity: 1;
}

.reset {
  background: #fefc09;
  position: absolute;
  left: 0;
  top: 73px;
  font-size: 14px;
  color: #3b3d41;
  padding: 5px 10px;
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  .reset {
    background: red;
    display: none !important;
  }
}

@-webkit-keyframes fade1 {

  100%,
  25%,
  51% {
    opacity: 0;
  }

  30%,
  50% {
    opacity: 1;
  }
}

@keyframes fade1 {

  100%,
  25%,
  51% {
    opacity: 0;
  }

  30%,
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes fade2 {

  0%,
  100%,
  50%,
  76% {
    opacity: 0;
  }

  55%,
  75% {
    opacity: 1;
  }
}

@keyframes fade2 {

  0%,
  100%,
  50%,
  76% {
    opacity: 0;
  }

  55%,
  75% {
    opacity: 1;
  }
}

@-webkit-keyframes fade3 {

  0%,
  100%,
  75% {
    opacity: 0;
  }

  76%,
  99% {
    opacity: 1;
  }
}

@keyframes fade3 {

  0%,
  100%,
  75% {
    opacity: 0;
  }

  76%,
  99% {
    opacity: 1;
  }
}

@-webkit-keyframes hold {

  0%,
  100%,
  25% {
    opacity: 1;
  }

  26%,
  98% {
    opacity: 0;
  }
}

@keyframes hold {

  0%,
  100%,
  25% {
    opacity: 1;
  }

  26%,
  98% {
    opacity: 0;
  }
}

.section_about h2 {
  color: #fff;
}

.section_about h3.header-title {
  height: auto;
  width: auto;
  display: block;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  padding: 0 1em 2em;
}

.section_about .subfooter {
  width: 85%;
  margin: 55px auto;
}

.section_about .subfooter p {
  font-weight: 400;
  letter-spacing: 0.075em;
  color: #fff;
  font-size: 12px;
  line-height: 2;
  text-align: center;
}

.section_about .grid-noGutter-equalHeight {
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 767px) {

  .section_about .about_block h3,
  .section_about .about_block p.intro {
    font-weight: 400;
    color: #fff;
  }

  .section_about .col-7 {
    display: none !important;
  }

  .section_about .row_switch {
    display: table !important;
    width: 100%;
  }

  .section_about .row_switch .row_switch_bottom {
    display: table-footer-group !important;
  }

  .section_about .row_switch .row_switch_top {
    display: table-header-group !important;
  }

  .section_about .about_block {
    height: 545px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .section_about .about_block.approach {
    height: 620px;
    background-image: url(../images/3_about_bg_1_mobile.png);
  }

  .section_about .about_block.approach a {
    margin-top: 0;
  }

  .section_about .about_block.integration a,
  .section_about .about_block.leadership a {
    margin-top: 350px;
  }

  .section_about .about_block.leadership {
    background-image: url(../images/3_about_bg_2_mobile.jpg);
    background-position: top center;
    background-size: 100%;
  }

  .section_about .about_block.integration {
    background-image: url(../images/3_about_bg_3_mobile.png);
  }

  .section_about .about_block.truth {
    background-image: url(../images/3_about_bg_4_mobile.jpg);
  }

  .section_about .about_block.truth a {
    margin-top: 185px;
  }

  .section_about .about_block p.intro {
    display: block;
    width: 200px;
    margin: 55px auto 130px;
    letter-spacing: 0.075em;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }

  .section_about .about_block a {
    display: inline-block;
    margin-top: 250px;
  }

  .section_about .about_block p a {
    margin-top: 1em;
  }

  .section_about .about_block h3 {
    margin-bottom: -5px;
    letter-spacing: 0.1em;
    font-size: 38px;
    line-height: 1.3;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 40px;
  }

  .section_about .about_block h3:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: calc(50% - 15px);
    width: 30px;
    border-bottom: solid 3px #fff;
  }

  .section_about .about_block h3:before {
    content: "\e801";
    position: absolute;
    bottom: -80px;
    left: calc(50% - 20px);
    display: block;
    height: 40px;
    width: 35px;
    padding-left: 5px;
    line-height: 40px;
    color: #000;

    font-size: 15px;
    background: #fefc09;
    border-radius: 50%;
  }
}

@media only screen and (max-width: 767px) and only screen and (min-width: 768px) {
  .section_about .about_block h3:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }
}

@media only screen and (min-width: 768px) {
  .section_about {
    max-width: 765px;
  }

  .section_about h2 {
    display: table;
    width: 100%;
    height: 165px;
    font-weight: 400;
    letter-spacing: 0.075em;
    font-size: 27px;
    line-height: 1.3;
    text-align: center;
  }

  .section_about h2 span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5%;
  }

  .section_about div[class*="grid"] {
    background: #fff;
  }

  .section_about .about_block {
    position: relative;
    background: #fff;
    transition: all 1s ease;
  }

  .section_about .about_block.left {
    transform: translate(20%, 0);
  }

  .section_about .about_block.right {
    transform: translate(-20%, 0);
  }

  .section_about .about_block.active {
    transform: translate(0, 0);
  }

  .section_about .about_block .a_replacement,
  .section_about .about_block a {
    display: block;
    padding: 45px 40px;
    height: calc(100% - 90px);
    width: calc(100% - 80px);
    color: inherit;
  }

  .section_about .about_block h3 {
    position: relative;
    font-weight: 400;
    letter-spacing: 0.3em;
    font-size: 21px;
    line-height: 1.2;
    text-transform: uppercase;
  }

  .section_about .about_block p,
  .section_about .subfooter p {
    font-weight: 400;
    font-size: 16px;
  }

  .section_about .about_block h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 24px;
    height: 0;
    border-bottom: solid 2px #000;
  }

  .section_about .about_block p {
    margin-top: 27px;
    letter-spacing: 0.075em;
    line-height: 1.6;
  }

  .section_about .image {
    display: block;
    width: 100%;
    height: 330px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .section_about .image.top {
    background-position: center top;
  }

  .section_about .subfooter {
    margin: 75px auto;
  }

  .section_about .subfooter p {
    letter-spacing: 0.1em;
  }
}

.overlay_about_approach .blurb,
.overlay_about_approach h2,
.overlay_about_truth .studies_carousel_intro {
  line-height: 1.5;

  font-weight: 400;
}

@media only screen and (min-width: 1200px) {
  .section_about {
    max-width: 999px;
  }

  .section_about .about_block .a_replacement,
  .section_about .about_block a {
    padding: 90px 80px;
    height: calc(100% - 180px);
    width: calc(100% - 160px);
  }

  .section_about .about_block .centering_inner {
    vertical-align: top;
  }

  .section_about .about_block p {
    font-size: 18px;
  }

  .section_about .image {
    height: 460px;
  }
}

@media only screen and (min-width: 1400px) {
  .section_about {
    max-width: 1158px;
  }
}

.overlay_about_approach {
  text-align: center;
}

.overlay_about_approach h2,
.overlay_about_truth .studies_carousel_intro {
  display: block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 45px;
  padding-top: 40px;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 20px;
  text-transform: uppercase;
  background: inherit;
}

.overlay_about_approach h2:after,
.overlay_about_truth .studies_carousel_intro:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: calc(50% - 15px);
  width: 30px;
  border-bottom: solid 3px #000;
}

@media only screen and (min-width: 768px) {

  .overlay_about_approach h2:after,
  .overlay_about_truth .studies_carousel_intro:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }
}

.overlay_about_approach .about_image:after,
.overlay_about_approach .about_image:before,
.overlay_about_approach .about_text:after,
.overlay_about_approach .about_text:before {
  content: " ";
  display: table;
}

.overlay_about_approach .blurb {
  font-weight: 400;
  letter-spacing: 0.075em;
  font-size: 20px;
  line-height: 1.5;
}

.overlay_about_approach .about_image {
  color: #fff;
}

.overlay_about_approach .about_image .blurb {
  margin: 55px 6% 100px;
}

.overlay_about_approach .about_text,
.overlay_about_truth .knowledge,
.overlay_about_truth .studies_carousel_text {
  padding: 0 3%;
  background: #fff;
}

.overlay_about_approach .about_text p,
.overlay_about_truth .knowledge p,
.overlay_about_truth .studies_carousel_text p {
  margin-bottom: 50px;
  font-weight: 400;
  letter-spacing: 0.075em;
  font-size: 15px;
  line-height: 1.8;
}

.overlay_about_approach .about_text .columns,
.overlay_about_truth .knowledge .columns,
.overlay_about_truth .studies_carousel_text .columns {
  margin: 0 6%;
}

.overlay_about_approach .about_text .columns .wide,
.overlay_about_truth .knowledge .columns .wide,
.overlay_about_truth .studies_carousel_text .columns .wide {
  font-weight: 400;
  letter-spacing: 0.075em;
  font-size: 20px;
  line-height: 30px;
}

.overlay_about_approach .intro {
  min-height: 550px;
  background: url(../images/3_1_approach_bg_1_mobile.jpg) center center/cover no-repeat fixed;
}

.overlay_about_approach .approach img {
  display: block;
  width: 54px;
  margin: 0 auto 80px;
}

.overlay_about_approach .t2m {
  min-height: 680px;
  background: url(../images/3_1_approach_bg_2_mobile.jpg) center center/cover no-repeat fixed;
}

.overlay_about_approach .t2m .blurb {
  margin-top: 0;
  margin-bottom: 65px;
}

.overlay_about_approach .mw-sustainability h2,
.overlay_about_approach .t2m h2 {
  background: 0 0;
}

.overlay_about_approach .t2m h2:after {
  border-color: #fff;
}

.overlay_about_approach .t2m img {
  width: 54px;
  margin-bottom: 180px;
}

.overlay_about_approach .mtc img {
  width: 90px;
  margin-bottom: 65px;
}

@media only screen and (max-width: 767px) {
  .overlay_about_approach .about_text h2 {
    margin-top: 40px;
  }

  .overlay_about_truth .knowledge h2,
  .overlay_about_truth .studies_carousel_text h2 {
    margin-top: -90px;
    margin-bottom: 15px;
    padding-bottom: 45px;
  }

  .overlay_about_truth .knowledge h2:after,
  .overlay_about_truth .studies_carousel_text h2:after {
    bottom: 30px;
  }

  .overlay_about_approach .t2m h2 {
    margin-top: 95px;
  }

  .overlay_about_approach a.weird_arrow {
    display: block;
    margin: 40px auto;
  }

  .overlay_about_approach a.weird_arrow:before {
    content: "";
    display: none;
  }

  .overlay_about_approach a.weird_arrow:after {
    margin: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    color: #000;

    font-size: 15px;
    background: #fefc09;
    border-radius: 50%;
    transform: translateX(-50%);
  }

  .overlay_about_approach .news {
    padding-bottom: 1px;
  }
}

@media only screen and (min-width: 768px) {
  .overlay_about_approach h2.overlay_about_truth .studies_carousel_intro {
    margin: 85px 0 60px;
    font-weight: 400;
    letter-spacing: 0.3em;
    font-size: 21px;
  }

  .overlay_about_approach .about_image .blurb {
    display: block;
    margin: 82px 8%;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 26px;
    line-height: 1.5;
  }

  .overlay_about_approach .about_text,
  .overlay_about_truth .knowledge,
  .overlay_about_truth .studies_carousel_text {
    margin: 0;
  }

  .overlay_about_approach .about_text .columns,
  .overlay_about_truth .knowledge .columns,
  .overlay_about_truth .studies_carousel_text .columns {
    margin: 0 11%;
    text-align: left;
  }

  .overlay_about_approach .about_text .columns .wide,
  .overlay_about_truth .knowledge .columns .wide,
  .overlay_about_truth .studies_carousel_text .columns .wide {
    margin-bottom: 80px;
    font-weight: 400;
    letter-spacing: 0.075em;
    font-size: 26px;
    line-height: 1.5;
  }

  .overlay_about_approach .about_text .columns .split p,
  .overlay_about_approach .t2m .blurb,
  .overlay_about_truth .knowledge .columns .split,
  .overlay_about_truth .studies_carousel_text .columns .split {
    font-weight: 400;
    letter-spacing: 0.1em;
  }

  .overlay_about_approach .about_text .columns .split {
    margin-bottom: 110px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }

  .overlay_about_approach .about_text .columns .split p,
  .overlay_about_truth .knowledge .columns .split p,
  .overlay_about_truth .studies_carousel_text .columns .split p {
    display: inline;
    font-weight: 400;
    letter-spacing: 0.1em;
    font-size: 18px;
    line-height: 1.7;
  }

  .overlay_about_approach .intro {
    min-height: 494px;
    color: #000;
    background-image: url(../images/3_1_approach_bg_1_desktop.jpg);
  }

  .overlay_about_approach .intro .blurb {
    padding: 50px;

    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 24px;
    line-height: 1.5;
    background: rgba(255, 255, 255, 0.9);
  }

  .overlay_about_approach .approach .columns .split p {
    display: inherit;
    break-inside: avoid;
  }

  .overlay_about_approach .approach img {
    width: 90px;
    margin-bottom: 110px;
  }

  .overlay_about_approach .t2m {
    min-height: 585px;
    background-image: url(../images/3_1_approach_bg_2_desktop.jpg);
  }

  .overlay_about_approach .t2m:after,
  .overlay_about_approach .t2m:before {
    content: " ";
    display: table;
  }

  .overlay_about_approach .t2m:after {
    clear: both;
  }

  .overlay_about_approach .t2m .blurb {
    margin-top: 0;
    margin-bottom: 50px;
    line-height: 1.8;
  }

  .overlay_about_approach .t2m img {
    width: 90px;
    margin-bottom: 85px;
  }

  .overlay_about_approach .mtc .columns {
    position: relative;
  }
}

.overlay_about_truth .studies_carousel_text .columns {
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .overlay_about_approach .about_text .columns {
    margin: 0 16%;
  }

  .overlay_about_approach .about_image .blurb,
  .overlay_about_approach .about_text .columns .wide,
  .overlay_about_truth .knowledge .columns .wide,
  .overlay_about_truth .studies_carousel_text .columns .wide {
    font-size: 24px;
  }

  .overlay_about_approach .about_text .columns,
  .overlay_about_truth .knowledge .columns,
  .overlay_about_truth .studies_carousel_text .columns {
    margin: 0 16%;
  }

  .overlay_about_approach .about_text .columns .split,
  .overlay_about_truth .knowledge .columns .split,
  .overlay_about_truth .studies_carousel_text .columns .split {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
  }

  .overlay_about_approach .intro {
    min-height: 760px;
  }

  .overlay_about_approach .intro .blurb {
    margin: 125px 15%;
    padding: 70px;
  }

  .overlay_about_approach .t2m {
    min-height: 900px;
  }

  .overlay_about_approach .t2m h2 {
    margin-top: 225px;
  }

  .overlay_about_approach .t2m .blurb {
    margin: 0 20% 100px;
  }

  .overlay_about_approach .t2m img {
    margin-bottom: 220px;
  }
}

.overlay_about_truth {
  text-align: center;
}

.overlay_about_truth .details {
  display: block;
}

.overlay_about_truth .details h3 {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.overlay_about_truth .details h3:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: calc(50% - 15px);
  width: 30px;
  border-bottom: solid 3px #000;
}

@media only screen and (min-width: 768px) {
  .overlay_about_truth .details h3:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }
}

.overlay_about_truth .details h3 strong {
  display: block;
  margin: 7px auto 0;
  font-size: 165%;
}

.overlay_about_truth .details span {
  font-weight: 400;
  letter-spacing: 0.28em;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.overlay_about_truth .details span i {
  display: inline-block;
  font-size: 8px;
  line-height: 1.4;
  vertical-align: top;
}

.overlay_about_truth a:not([href]) {
  pointer-events: none;
}

.overlay_about_truth a:not([href]) .details span i {
  display: none;
}

.overlay_about_truth .intro:after,
.overlay_about_truth .intro:before,
.overlay_about_truth .summaries:after,
.overlay_about_truth .summaries:before {
  display: table;
  content: " ";
}

.overlay_about_truth .intro {
  position: relative;
  padding-bottom: 65px;
  color: #fff;
  background: #000;
}

.overlay_about_truth .intro h2 {
  margin: 55px 15%;
  font-weight: 400;
  letter-spacing: 0.075em;
  font-size: 20px;
  line-height: 1.5;
}

.overlay_about_truth .summaries {
  margin-top: -65px;
}

.overlay_about_truth .summaries .summary {
  display: block;
  width: 200px;
  margin: 0 auto 55px;
  padding-top: 215px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  transform: scale(0.5);
  vertical-align: top;
  opacity: 0;
  transition: all 0.3s ease;
}

.overlay_about_truth .summaries.summary_carousel .summary .details:after,
.overlay_about_truth .summaries.summary_carousel .summary h3:after {
  display: none;
}

.overlay_about_truth .summaries .summary.active {
  transform: scale(1);
  opacity: 1;
}

.overlay_about_truth .summaries .summary:hover .details span {
  border-bottom: solid 1px #000;
}

.overlay_about_truth .summaries.summary_carousel {
  position: relative;
  max-width: 250px;
  margin: 0 auto 100px;
}

.overlay_about_truth .summaries.summary_carousel .slide {
  pointer-events: none;
}

.overlay_about_truth .summaries.summary_carousel .summary {
  opacity: 1;
  transform: none;
  padding-top: 215px;
  margin-bottom: 0;
}

.overlay_about_truth .summaries.summary_carousel .summary h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.overlay_about_truth .summaries.summary_carousel .summary .details {
  padding-bottom: 0;
}

.overlay_about_truth .summaries.summary_carousel .slick-arrow {
  position: absolute;
  z-index: 3;
  top: 100px;
  width: 3em;
  height: 3em;
  color: #fff;
  text-indent: -9999em;
  overflow: hidden;
  transform: translateY(-50%);
  background: 0 0;
}

.overlay_about_truth .summaries.summary_carousel .slick-arrow:before {
  position: static;
  display: block;
  margin: 0;
  color: #000;
  font-size: 30px;
  text-indent: 0;
}

.overlay_about_truth .summaries.summary_carousel .slick-arrow.slick-prev {
  left: -30px;
}

.overlay_about_truth .summaries.summary_carousel .slick-arrow.slick-next {
  right: -30px;
}

.overlay_about_truth .knowledge {
  padding-top: 85px;
  padding-bottom: 25px;
  background: #f3f3f3;
}

.overlay_about_truth .knowledge p.wide {
  font-weight: 400;
  letter-spacing: 0.075em;
  font-size: 20px;
  text-align: center;
}

.overlay_about_truth .knowledge .columns .split p {
  display: inherit;
  break-inside: avoid;
}

.overlay_about_truth .video {
  position: relative;
  min-height: 510px;
  margin-bottom: 75px;
  color: #fff;
  background: url(../images/3_2_truthcentral_bg_2_mobile.jpg) center center no-repeat fixed;
  background-size: cover;
}

.overlay_about_truth .video:after,
.overlay_about_truth .video:before {
  content: " ";
  display: table;
}

.overlay_about_truth .video:after {
  clear: both;
}

.overlay_about_truth .video a {
  position: relative;
  z-index: 2;
  display: table;
  margin: 155px auto;
  width: 195px;
  height: 195px;
}

.overlay_about_truth .video a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.overlay_about_truth .video a .details {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.overlay_about_truth .video a .details h3:after {
  border-color: #fff;
}

.overlay_about_truth .video a:hover:before {
  transform: scale(1.1);
}

.overlay_about_truth .video iframe {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.overlay_about_truth .studies_carousel_intro {
  font-size: 19px;
}

.overlay_about_truth p.blurb {
  display: block;
  width: 80%;
  margin: 0 auto 75px;

  font-weight: 400;
  letter-spacing: 0.075em;
  font-size: 19px;
  line-height: 1.8;
}

.overlay_about_truth .contact li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 25px;
  text-align: left;
  border-radius: 50%;
}

.overlay_about_truth .contact li:hover {
  color: #fff;
}

.overlay_about_truth .contact li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .overlay_about_truth .summaries .details {
    position: relative;
    padding-bottom: 28px;
  }

  .overlay_about_truth .summaries .details:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: calc(50% - 15px);
    width: 30px;
    border-bottom: solid 3px #000;
  }

  .overlay_about_truth .summaries .details h3 {
    padding-bottom: 0;
  }

  .overlay_about_truth .summaries .details h3:after {
    display: none;
  }

  .overlay_about_truth .outro {
    display: flex;
    flex-wrap: wrap;
    min-height: 390px;
    background: url(../images/3_2_truthcentral_bg_3_desktop.jpg) center center/cover no-repeat;
  }

  .overlay_about_truth .outro p.blurb {
    width: 100%;
    margin: 65px auto;
    padding: 0 9%;
    color: #fff;
    line-height: 1.5;
  }

  .overlay_about_truth .outro p.blurb:after {
    display: none;
  }

  .overlay_about_truth .outro .last_minute_a_h4 {
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    vertical-align: middle;
    width: 200px;

    font-weight: 400;
    letter-spacing: 0.2em;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    background: #fefc09;
    margin: 0 auto 20px;
  }

  .overlay_about_truth .outro h4 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .overlay_about_truth .outro a.last_minute_a_h4:hover {
    text-decoration: underline;
  }

  .overlay_about_truth .outro .blurb,
  .overlay_about_truth .outro .info {
    font-weight: 400;
  }

  .overlay_about_truth .outro .blurb {
    letter-spacing: 0.075em;
    font-size: 15px;
    line-height: 1.8;
  }

  .overlay_about_truth .outro .info {
    padding-bottom: 70px;
    color: #fff;
    letter-spacing: 0.2em;
    font-size: 10px;
    text-transform: uppercase;
  }

  .overlay_about_truth .outro .info .info_inner>span {
    display: block;
    margin-bottom: 12px;
  }

  .overlay_about_truth .outro .info .info_inner a {
    color: #fefc09;
  }
}

@media only screen and (max-width: 767px) and only screen and (min-width: 768px) {

  .overlay_about_truth .summaries .details:after,
  .overlay_about_truth .summaries.bottom .details:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }
}

@media only screen and (min-width: 768px) {
  .overlay_about_truth .details h3 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .overlay_about_truth .details h3 strong {
    margin-top: 10px;
  }

  .overlay_about_truth .details span {
    font-size: 12px;
  }

  .overlay_about_truth .intro h2 {
    margin: 70px 9% 100px;
    font-weight: 400;
    letter-spacing: 0.075em;
    font-size: 24px;
    line-height: 1.5;
  }

  .overlay_about_truth .summaries {
    margin: -90px auto 0;
    max-width: 1200px;
  }

  .overlay_about_truth .summaries .summary {
    display: inline-block;
    width: 260px;
    margin: 0 15px 100px;
    padding-top: 290px;
  }

  .overlay_about_truth .summaries.summary_carousel {
    max-width: 680px;
    margin-bottom: 130px;
  }

  .overlay_about_truth .summaries.summary_carousel .summary {
    width: 200px;
    margin: 0;
  }

  .overlay_about_truth .summaries.summary_carousel .summary h3 strong {
    font-size: 125%;
  }

  .overlay_about_truth .summaries.summary_carousel .slick-arrow {
    opacity: 0.5;
  }

  .overlay_about_truth .summaries.summary_carousel .slick-arrow:hover {
    opacity: 1;
  }

  .overlay_about_truth .video {
    min-height: 440px;
    background-image: url(../images/3_2_truthcentral_bg_2_desktop.jpg);
  }

  .overlay_about_truth .video a {
    width: 250px;
    height: 250px;
    margin: 105px auto 0;
  }

  .overlay_about_truth .video a i {
    display: none;
  }

  .overlay_about_truth .studies_carousel_intro {
    font-size: 22px;
  }

  .overlay_about_truth .studies_carousel_text p {
    font-size: 18px;
  }

  .overlay_about_truth .outro {
    display: flex;
    flex-wrap: wrap;
    min-height: 390px;
    background: url(../images/3_2_truthcentral_bg_3_desktop.jpg) center center/cover no-repeat;
  }

  .overlay_about_truth .outro p.blurb {
    width: 100%;
    margin: 115px auto;
    padding: 0 9%;
    color: #fff;
    font-size: 26px;
    line-height: 1.5;
  }

  .overlay_about_truth .outro p.blurb:after {
    display: none;
  }

  .overlay_about_truth .outro .last_minute_a_h4 {
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    vertical-align: middle;
    width: 200px;

    font-weight: 400;
    letter-spacing: 0.2em;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    background: #fefc09;
    margin: auto;
  }

  .overlay_about_truth .outro a.last_minute_a_h4:hover {
    text-decoration: underline;
  }

  .overlay_about_truth .outro .info {
    flex: 1 0 50%;
    display: flex;
    align-items: center;
    padding-left: 45px;
    text-align: left;
    color: #fff;

    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 12px;
    text-transform: uppercase;
    background: #000;
  }

  .overlay_about_truth .outro .info span {
    display: inline-block;
  }

  .overlay_about_truth .outro .info a {
    color: #fefc09;
  }
}

.section_about_people,
.section_about_people .people_holder div[class*="grid"] {
  background: #000;
}

@media only screen and (min-width: 1200px) {
  .overlay_about_truth .intro {
    padding-bottom: 145px;
  }

  .overlay_about_truth .intro h2 {
    margin: 70px 16% 100px;
    font-size: 26px;
  }

  .overlay_about_truth .summaries {
    margin-top: -165px;
  }

  .overlay_about_truth .summaries .summary {
    width: 400px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 435px;
  }

  .overlay_about_truth .summaries.summary_carousel {
    margin-top: 0;
    max-width: 1000px;
  }

  .overlay_about_truth .summaries.summary_carousel .summary {
    width: 220px;
    padding-top: 240px;
  }

  .overlay_about_truth .summaries.summary_carousel .summary strong h3 {
    font-size: 145%;
  }

  .overlay_about_truth .summaries.summary_carousel .slick-arrow {
    top: 110px;
  }

  .overlay_about_truth p.blurb {
    width: 62.5%;
  }

  .overlay_about_truth .video {
    min-height: 680px;
  }

  .overlay_about_truth .video a {
    margin-top: 220px;
  }

  .overlay_about_truth .studies_carousel_intro {
    font-size: 24px;
  }

  .overlay_about_truth .outro {
    padding: 0 100px 50px;
    margin-bottom: 0;
  }

  .overlay_about_truth .outro p.blurb {
    margin: 220px auto 135px;
  }

  .overlay_about_truth .outro .info .info_inner {
    display: flex;
    flex-grow: 1;
  }

  .overlay_about_truth .outro .info .info_inner>span {
    display: block;
    width: 28%;
    vertical-align: middle;
  }

  .overlay_about_truth .outro .info .info_inner>span.address span {
    display: block;
  }

  .overlay_about_truth .outro .info .info_inner>span.email {
    text-align: center;
  }
}

.section_about_people {
  color: #000;
  background: #fff;
}

.section_about_people>h2 {
  display: table;
  height: 140px;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0.075em;
  font-size: 20px;
  line-height: 1.5;
}

.section_about_people>h2 span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 12%;
  text-align: center;
}

.section_about_people .people_holder {
  position: relative;
  overflow: hidden;
}

.section_about_people .people_holder .shade_stats {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  transition:
    opacity 0.3s 0s ease,
    z-index 0s 0.3s ease;
}

.section_about_people .people_holder .shade_stats.stat_block_2 {
  top: 1790px;
}

.section_about_people .people_holder .shade_stats.stat_block_3 {
  top: 3580px;
}

.section_about_people .people_holder .shade_stats.hidden {
  opacity: 0;
}

.section_about_people .people_holder .shade_stats li {
  line-height: 1;
  text-transform: uppercase;
}

.section_about_people .people_holder .shade_stats li div {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.section_about_people .people_holder .shade_stats li div.visible {
  opacity: 1;
}

.section_about_people .people_holder .shade_stats li.stat {
  font-weight: 400;
  letter-spacing: 0.46em;
}

.section_about_people .people_holder .shade_stats li.stat b {
  font-weight: 400;
  letter-spacing: 0;
}

.section_about_people .people_holder .shade_stats li.stat b .tighten {
  letter-spacing: -13px;
  margin-left: -13px;
}

.section_about_people .people_holder .shade_stats li.stat span.plus {
  position: relative;
  display: block;
  width: 40px;
  margin: 15px auto;
  text-indent: -9999em;
  overflow: hidden;
  font-size: 30px;
}

.section_about_people .people_holder .shade_stats li.stat span.plus:before {
  position: absolute;
  left: 0;
  text-indent: 0;
}

.section_about_people .people_holder .shade_stats li.phrase {
  width: 55%;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-transform: uppercase;
  word-spacing: 767px;
}

.section_about_people .block .info a,
.section_about_people .block .info h3,
.section_about_people .block .info h4 {
  font-weight: 400;
  letter-spacing: 0.2em;
}

.section_about_people .people_holder div[class*="grid"] {
  background: #000;
}

.section_about_people .col {
  height: 256px;
  position: relative;
}

.section_about_people .block {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

.section_about_people .block a:after {
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.section_about_people .block .photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transition: opacity 0.3s ease;
}

.section_about_people .block .photo:nth-child(2),
.section_about_people .block .photo:nth-child(3),
.section_about_people .block .photo:nth-child(4) {
  opacity: 0;
}

.section_about_people .block .info_pos {
  display: none;
  position: absolute;
  z-index: -1;
  cursor: pointer;
  opacity: 0;
  transition: all 0.1s ease;
}

.section_about_people .block .info {
  position: relative;
  padding: 16px 115px 16px 15px;
}

.section_about_people .block .info span {
  display: block;
}

.section_about_people .block .info a {
  position: absolute;
  right: 0;
  top: 0;
  width: 105px;
  height: 110px;
  line-height: 110px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  background: #fefc09;
}

.section_about_people .block .info h4 {
  position: relative;
  padding-bottom: 13px;
  margin-bottom: 10px;
  font-size: 8px;
  line-height: 1.3;
  text-transform: uppercase;
}

.section_about_people .block .info h4:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 30px;
  border-bottom: solid 3px #000;
}

@media only screen and (min-width: 768px) {
  .section_about_people .block .info h4:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }
}

.section_about_people .block .info h4:after {
  left: 0;
}

.section_about_people .block .info h3 {
  font-size: 12px;
  line-height: 1.4;
}

.section_about_people .col.active .block,
.section_about_people .col:hover .block {
  z-index: 3;
  background: #fff;
  overflow: visible;
}

.section_about_people .col.active a:after,
.section_about_people .col:hover a:after {
  background: rgba(255, 255, 255, 0.5);
}

.section_about_people .col.active .info_pos,
.section_about_people .col:hover .info_pos {
  z-index: 3;
  opacity: 1;
}

.section_about_people .col.active a:after {
  display: none;
}

.section_about_people .col:hover.no-hover .block {
  z-index: 1;
  background: #000;
}

.section_about_people .col.active .photo.animated,
.section_about_people .col.active:hover .photo.animated {
  transition: all 0.3s ease;
}

.section_about_people .col.active .photo.animated:nth-child(1),
.section_about_people .col.active:hover .photo.animated:nth-child(1) {
  transition: all 0s ease;
  -webkit-animation: hold 7s 0s 1 ease;
  animation: hold 7s 0s 1 ease;
}

.section_about_people .col.active .photo.animated:nth-child(2),
.section_about_people .col.active:hover .photo.animated:nth-child(2) {
  -webkit-animation: fade1 7s 0s 1 ease;
  animation: fade1 7s 0s 1 ease;
  opacity: 0;
}

.section_about_people .col.active .photo.animated:nth-child(3),
.section_about_people .col.active:hover .photo.animated:nth-child(3) {
  -webkit-animation: fade2 7s 0s 1 ease;
  animation: fade2 7s 0s 1 ease;
  opacity: 0;
}

.section_about_people .col.active .photo.animated:nth-child(4),
.section_about_people .col.active:hover .photo.animated:nth-child(4) {
  -webkit-animation: fade3 7s 0s 1 ease;
  animation: fade3 7s 0s 1 ease;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .section_about_people .person-details.active+div {
    display: none;
  }

  .section_about_people .col {
    transition: margin-bottom 0.3s ease;
  }

  .section_about_people .col .info_pos {
    height: 0;
    overflow: hidden;
    display: block;
    top: 256px !important;
  }

  .section_about_people .col.active {
    margin-bottom: 110px;
  }

  .section_about_people .col.active .info_pos {
    display: block;
    top: auto;
    width: 200%;
    height: 110px;
    background: #fff;
  }

  .section_about_people .col.active:nth-child(odd) .info_pos {
    left: 0;
  }

  .section_about_people .col.active:nth-child(even) .info_pos {
    left: -100%;
  }

  .section_about_people .people_holder .shade_stats li.stat {
    margin: 175px auto 0;
    font-size: 15px;
  }

  .section_about_people .people_holder .shade_stats li.stat b {
    font-size: 67px;
  }

  .section_about_people .people_holder .shade_stats li.phrase {
    margin: 130px auto;
    font-size: 29px;
  }
}

.person-details,
.section_about_bio {
  transition: height 0.3s ease;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .section_about_people {
    max-width: 765px;
  }

  .section_about_people>h2 {
    height: 165px;
    font-weight: 400;
    letter-spacing: 0.075em;
    font-size: 27px;
  }

  .section_about_people>h2 span {
    padding: 0 13%;
  }

  .section_about_people .people_holder .shade_stats {
    text-align: left;
  }

  .section_about_people .people_holder .shade_stats.stat_block_2 {
    top: 46.3%;
  }

  .section_about_people .people_holder .shade_stats.stat_block_3 {
    display: none;
  }

  .section_about_people .people_holder .shade_stats li {
    position: absolute;
    left: 30%;
    text-align: left;
  }

  .section_about_people .people_holder .shade_stats li.stat {
    letter-spacing: 0.3em;
    font-size: 16px;
  }

  .section_about_people .people_holder .shade_stats li.stat b {
    font-size: 550%;
  }

  .section_about_people .people_holder .shade_stats li.stat span.plus {
    width: 100%;
    margin: 5px 0 5px -0.2em;
    font-size: 125%;
  }

  .section_about_people .people_holder .shade_stats li.stat span.plus:before {
    content: "\e828";
  }

  .section_about_people .people_holder .shade_stats li.phrase {
    width: 25%;
    word-spacing: 0;
    font-size: 28px;
  }

  .section_about_people .people_holder .shade_stats li.item1 {
    top: 160px;
  }

  .section_about_people .people_holder .shade_stats li.item4 {
    top: 440px;
  }

  .section_about_people .people_holder .shade_stats li.item3 {
    top: 624px;
    left: 60%;
  }

  .section_about_people .people_holder .shade_stats li.item2 {
    top: 865px;
    left: 60%;
  }

  .section_about_people .people_holder .shade_stats li.item5 {
    left: 0;
    top: 900px;
  }

  .section_about_people .people_holder .shade_stats li.item6 {
    top: 1240px;
  }

  .section_about_people .people_holder .shade_stats li.item7 {
    top: 1455px;
    left: 60%;
  }

  .section_about_people .block .info_pos {
    display: table;
    height: 100%;
  }

  .section_about_people .block .info {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 60px 30px 24px;
  }

  .section_about_people .block .info a {
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  .section_about_people .block .info h4 {
    margin-bottom: 30px;
    padding-bottom: 35px;
    font-size: 14px;
  }

  .section_about_people .block .info h3 {
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 24px;
  }

  .section_about_people .col.active .info_pos {
    opacity: 0;
  }
}

.section_about_bio .bio_header h3,
.section_about_bio .bio_header h4 {
  font-weight: 400;
}

@media only screen and (min-width: 1200px) {
  .section_about_people {
    max-width: 999px;
  }

  .section_about_people>h2 span {
    padding: 0 23%;
  }

  .section_about_people .people_holder .shade_stats li.stat {
    font-size: 21px;
  }

  .section_about_people .people_holder .shade_stats li.phrase {
    font-size: 36px;
  }

  .section_about_people .people_holder .shade_stats li.item1 {
    top: 210px;
  }

  .section_about_people .people_holder .shade_stats li.item4 {
    top: 585px;
  }

  .section_about_people .people_holder .shade_stats li.item3 {
    top: 820px;
    left: 60%;
  }

  .section_about_people .people_holder .shade_stats li.item2 {
    top: 1124px;
    left: 60%;
  }

  .section_about_people .people_holder .shade_stats li.item5 {
    left: 0;
    top: 1170px;
  }

  .section_about_people .people_holder .shade_stats li.item6 {
    top: 1615px;
  }

  .section_about_people .people_holder .shade_stats li.item7 {
    top: 1890px;
    left: 60%;
  }

  .section_about_people .col {
    height: 333px;
  }

  .section_about_people .block .info {
    padding: 50px 120px 50px 30px;
  }
}

.section_about_bio .bio_nav>div.close a,
.section_about_bio .bio_nav>div.next a {
  padding-right: 10px;
}

.person-details {
  height: 0;
}

.section_about_bio {
  display: block;
  text-align: center;
  background: #fff;
}

.section_about_bio:after,
.section_about_bio:before {
  content: " ";
  display: table;
}

.section_about_bio .bio_nav {
  position: absolute;
  z-index: 99;
  top: -50px;
  left: 0;
  display: table;
  height: 50px;
  width: 100%;
}

.section_about_bio .bio_nav>div {
  display: table-cell;
  width: 35px;
  vertical-align: middle;
  text-align: center;
  color: #ff0;
  font-size: 20px;
  background: #000;
}

.section_about_bio .bio_nav>div a {
  display: block;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}

.section_about_bio .bio_nav>div a span {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
}

.section_about_bio .bio_nav>div.prev a {
  padding-left: 10px;
}

.section_about_bio .bio_nav>div.close {
  position: absolute;
  right: 0;
}

.section_about_bio .bio_header {
  position: relative;
}

.section_about_bio .bio_header .photo {
  width: 100%;
  height: 100vw;
  max-height: 450px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.section_about_bio .bio_header h4 {
  position: relative;
  padding-bottom: 25px;
  margin: 25px auto;
  letter-spacing: 0.3em;
  font-size: 12px;
  line-height: 1.6;
  width: 87%;
  text-transform: uppercase;
}

.section_about_bio .bio_header h4:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: calc(50% - 15px);
  width: 30px;
  border-bottom: solid 3px #000;
}

@media only screen and (min-width: 768px) {
  .section_about_bio .bio_header h4:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }
}

.section_about_bio .bio_header h4 span {
  display: block;
}

.section_about_bio .bio_header h3 {
  width: 55%;
  margin: 0 auto 45px;
  letter-spacing: 0.15em;
  font-size: 26px;
  line-height: 1.4;
}

.section_about_bio .bio_header .social {
  position: absolute;
  left: 0;
  top: 185px;
  width: 75px;
}

.section_about_bio .bio_header .social li {
  position: relative;
  float: left;
  width: 62px;
  height: 56px;
  line-height: 56px;
  color: #000;
  font-size: 25px;
  background: #fefc09;
}

.section_about_bio .bio_header .social li:hover {
  color: rgba(0, 0, 0, 0.6);
}

.section_about_bio .bio_header .social li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.section_about_bio .bio_article {
  width: 87%;
  margin: 0 auto;
}

.section_about_bio .bio_article:after,
.section_about_bio .bio_article:before {
  content: " ";
  display: table;
}

.section_about_bio .bio_article p {
  display: block;
  margin-bottom: 40px;
  font-weight: 400;
  letter-spacing: 0.075em;
  font-size: 15px;
  line-height: 1.8;
}

.section_about_bio .bio_article p:last-child {
  margin-bottom: 65px;
}

.section_about_bio .bio_article .dummy {
  visibility: hidden;
}

@media only screen and (min-width: 768px) {

  .section_about_bio .bio_header .photo,
  .section_about_bio .bio_nav .next,
  .section_about_bio .bio_nav .prev {
    display: none;
  }

  .section_about_bio {
    position: relative;
    z-index: 1;
    text-align: left;
  }

  .section_about_bio .bio_nav {
    top: 0;
  }

  .section_about_bio .bio_nav>div.close {
    top: 0;
    right: 0;
    width: 90px;
  }

  .section_about_bio .bio_nav>div.close a {
    width: 90px;
    height: 90px;
    color: #000;
    line-height: 100px;
    background: #fefc09;
    transition: color 0.2s ease;
  }

  .section_about_bio .bio_nav>div.close a:before {
    font-size: 30px;
    content: "\e80a";
  }

  .section_about_bio .bio_nav>div.close a:hover {
    color: rgba(0, 0, 0, 0.6);
  }

  .section_about_bio .bio_header {
    width: 62%;
    margin: 0 auto;
  }

  .section_about_bio .bio_header h4 {
    margin: 60px 0 20px;
    padding-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0.2em;
  }

  .section_about_bio .bio_header h4:after {
    left: 0;
  }

  .section_about_bio .bio_header h4 span {
    display: inline;
  }

  .section_about_bio .bio_header h3 {
    width: 100%;
    margin-bottom: 35px;
    letter-spacing: 0.1em;
  }

  .section_about_bio .bio_header .social {
    position: relative;
    left: auto;
    top: auto;
    display: block;
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
  }

  .section_about_bio .bio_header .social:after,
  .section_about_bio .bio_header .social:before {
    content: " ";
    display: table;
  }

  .section_about_bio .bio_header .social:after {
    clear: both;
  }

  .section_about_bio .bio_header .social li {
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 35px;
  }

  .section_about_bio .bio_article {
    width: 60%;
  }

  .section_about_bio .bio_article p {
    margin-bottom: 45px;
    font-size: 16px;
  }

  .section_about_bio .bio_article p:last-child {
    margin-bottom: 65px;
  }
}

@media only screen and (min-width: 1200px) {

  .section_about_bio .bio_header h3 span,
  .section_about_bio .bio_header h4 span {
    display: block;
  }

  .section_about_bio .bio_header {
    position: absolute;
    width: 24%;
    top: 0;
    left: 30px;
  }

  .section_about_bio .bio_header h4 {
    width: 75%;
    margin: 30px 0;
    padding-bottom: 30px;
  }

  .section_about_bio .bio_header h3 {
    margin-bottom: 30px;
  }

  .section_about_bio .bio_article {
    width: 50%;
    margin: 140px auto 200px 30%;
  }
}

@media only screen and (min-width: 768px) {

  .overlay_about_approach [class*="grid-"][class*="-noGutter"]>.innovation_block_image,
  .section_about_innovation [class*="grid-"][class*="-noGutter"]>.innovation_block_image {
    padding: 25px 0;
  }
}

@media only screen and (max-width: 767px) {

  .overlay_about_approach .about_block h3,
  .section_about_innovation .about_block h3,
  .section_about_innovation .about_block p.section_about_innovation .about_block h3 {
    font-weight: 400;
  }

  .overlay_about_approach .a_replacement,
  .section_about_innovation .a_replacement {
    padding: 0 !important;
  }

  .overlay_about_approach .innovation_block_image,
  .section_about_innovation .innovation_block_image {
    order: -1;
    display: flex !important;
    max-width: 100%;
    margin: 0 auto 30px;
  }

  .overlay_about_approach .innovation_block_image .image,
  .section_about_innovation .innovation_block_image .image {
    width: 260px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .section_about_innovation .innovation_block_image .overlay .project {
    font-size: 18px !important;
  }

  .section_about_innovation .innovation_block_image .overlay .client {
    font-size: 12px !important;
  }

  .overlay_about_approach .about_block,
  .section_about_innovation .about_block {
    height: auto;
    margin-bottom: 72px;
  }

  .overlay_about_approach .about_block h3,
  .section_about_innovation .about_block h3 {
    max-width: 80%;
    margin: 0 auto 50px;
    padding-bottom: 18px;
    letter-spacing: 0.2em;
    font-size: 20px;
    color: #000;
  }

  .overlay_about_approach .about_block h3:before,
  .section_about_innovation .about_block h3:before {
    display: none;
  }

  .overlay_about_approach .about_block h3:after,
  .section_about_innovation .about_block h3:after {
    border-color: #000;
  }

  .overlay_about_approach .about_block p,
  .section_about_innovation .about_block p {
    width: 80%;
    margin: 0 auto;
    letter-spacing: 0.075em;
    font-size: 15px;
    line-height: 1.8;
  }
}

html.touchevents .intro,
html.touchevents .video,
html.touchevents div[class*="about_"] {
  background-attachment: local !important;
}

html.touchevents .section_about_people .col:hover .block {
  z-index: 1;
}

html.touchevents .section_about_people .col:hover .block .info {
  display: none;
}

html.touchevents .section_about_people .col:hover a:after {
  background: rgba(0, 0, 0, 0.5);
}

html.touchevents .section_about_people .col.active .block .info {
  display: block;
}

.section_about_sustainability .about_block a {
  margin-top: 0;
  padding: 0;
  display: inline;
}

.imageBox {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 100%;
  max-width: 1200px;
}

.imageBox img {
  max-width: 100%;
}

@-webkit-keyframes search-button {
  0% {
    right: 0;
    top: 0;
  }

  99% {
    right: 90px;
    opacity: 1;
  }

  100% {
    opacity: 0;
    top: 0;
  }
}

@keyframes search-button {
  0% {
    right: 0;
    top: 0;
  }

  99% {
    right: 90px;
    opacity: 1;
  }

  100% {
    opacity: 0;
    top: 0;
  }
}

.section_news {
  color: #fff;
}

.section_news .hero {
  position: relative;
  background: #3b3d41;
}

.section_news .hero .search_area button,
.section_news .hero .search_link {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  text-indent: -9999em;
  overflow: hidden;
  color: #000;
  background: #fefc09;
  transform-origin: top;
  opacity: 1;
  transition:
    right 150ms ease 250ms,
    z-index 0s ease;
}

.section_news .hero .search_area button:hover,
.section_news .hero .search_link:hover {
  opacity: 0.6;
}

.section_news .hero .search_area button.hidden,
.section_news .hero .search_link.hidden {
  right: 90px;
  z-index: -1;
  transition:
    right 50ms ease 25ms,
    z-index 0s ease 150ms;
}

.section_news .hero .search_area button i,
.section_news .hero .search_link i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 28px 25px;
  font-size: 30px;
  text-indent: 0;
}

.section_news .hero .search_area {
  position: absolute;
  height: 90px;
  width: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  opacity: 1;
  transition: all 0.5s ease;
}

.section_news .hero .slide h2:after,
.section_news h3:after {
  content: "";
  z-index: 2;
  bottom: 0;
}

.section_news .hero .search_area form {
  display: table;
  width: 100%;
  height: 100%;
}

.section_news .hero .search_area input {
  display: table-cell;
  height: 90px;
  width: calc(100% - 90px);
  text-indent: 10%;
  font-weight: 400;
  letter-spacing: 0.025em;
  font-size: 36px;
}

.section_news .hero .search_area button {
  position: relative;
  display: table-cell !important;
  vertical-align: top;
}

.section_news .hero .search_area .cancel_link {
  position: relative;
  display: table-cell;
  width: 90px;
  color: #000;
  text-indent: -9999em;
  overflow: hidden;
}

.section_news .hero .search_area .cancel_link i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px 25px;
  font-size: 30px;
  text-indent: 0;
}

.section_news .hero .slide {
  display: block;
  height: calc(100vh - 90px);
  text-align: center;
  padding: 0 9%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}

.section_news .hero .slide.no_image h2:after,
.section_news .hero .slide.no_image:before {
  display: none;
}

.section_news .hero .slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.section_news .hero .slide.slide_1 {
  background-color: #3b3d41;
  color: #fff !important;
}

.section_news .hero .slide.slide_2 {
  background-color: #d7e8ea;
}

.section_news .hero .slide.slide_3 {
  background-color: #7fc7d4;
}

.section_news .hero .slide.slide_4 {
  background-color: #8f9ea5;
}

.section_news .hero .slide.no_image {
  color: #000;
}

.section_news .hero .slide.no_image h2 {
  padding-bottom: 0;
}

.section_news .hero .slide .logo {
  display: inline-block;
  max-height: 100%;
  margin-bottom: 60px;
}

.section_news .hero .slide h2 {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 26px;
  line-height: 1.55;
  position: relative;
  padding-bottom: 25px;
}

.section_news .hero .slide h2:after {
  position: absolute;
  left: calc(50% - 15px);
  width: 30px;
  border-bottom: solid 3px #fff;
}

@media only screen and (min-width: 768px) {
  .section_news .hero .slide h2:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }
}

.section_news .hero .slide span.tag {
  position: relative;
  margin-top: 35px;
}

.section_news .col {
  min-height: 320px;
}

.section_news .col .centering_inner {
  padding: 10%;
  text-align: center;
}

.section_news .col.no-results {
  background: 0 0 !important;
}

.section_news .col.no-results h3 {
  padding: 0;
  color: #fff;
}

.section_news .col.no-results h3:after {
  display: none;
}

.section_news .col.no-results h3 strong {
  font-weight: 700;
}

.section_news div[class*="grid"] {
  color: #000;
}

.section_news div[class*="grid"] div[class*="col"]:nth-child(4n + 1) {
  background: #7fc7d4;
}

.section_news div[class*="grid"] div[class*="col"]:nth-child(4n + 2) {
  background: #3b3d41;
  color: #fff;
}

.section_news div[class*="grid"] div[class*="col"]:nth-child(4n + 2) h3:after {
  border-color: #fff;
}

.section_news div[class*="grid"] div[class*="col"]:nth-child(4n + 3) {
  background: #d7e8ea;
}

.section_news div[class*="grid"] div[class*="col"]:nth-child(4n + 4) {
  background: #8f9ea5;
}

.section_news h3 {
  font-weight: 400;
  letter-spacing: 0.075em;
  font-size: 20px;
  line-height: 1.5;
  position: relative;
  padding-bottom: 20px;
}

.section_news h3:after {
  position: absolute;
  left: calc(50% - 15px);
  width: 30px;
  border-bottom: solid 3px #000;
}

.section_news span.tag {
  display: block;
  margin-top: 20px;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 15px;
  line-height: 1.35;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
  .section_news .hero .slide {
    padding: 0 5%;
  }

  .section_news .hero .slide .logo {
    max-height: 50px;
    margin-bottom: 30px;
  }

  .section_news .hero .slide h2 {
    font-size: 17px;
  }

  .section_news .hero .slide span.tag {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {

  .section_news .search_area,
  .section_news .search_link {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .section_news h3:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }

  .section_news .hero .search_area button,
  .section_news .hero .search_link {
    display: block;
  }

  .section_news .hero .search_area.visible {
    opacity: 1;
    width: 100%;
    padding-right: 0;
  }

  .section_news .hero .carousel {
    height: 100%;
    overflow: hidden;
  }

  .section_news .hero .owl-pagination {
    opacity: 1;
    transition: all 0.5s ease-in;
  }

  .section_news .hero .slide {
    height: 520px;
    transition: all 0.5s ease-in;
    padding: 0 13%;
  }

  .section_news .hero .slide h2 {
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.3;
    padding-bottom: 22px;
  }

  .section_news .hero .slide span.tag {
    font-size: 14px;
    margin-top: 20px;
  }

  .section_news .hero.search_active {
    margin-bottom: 50px;
  }

  .section_news .hero.search_active .carousel {
    height: 90px;
  }

  .section_news .hero.search_active .owl-pagination,
  .section_news .hero.search_active .slide {
    height: 0;
  }

  .section_news .col {
    min-height: 300px;
  }

  .section_news h3 {
    font-size: 24px;
  }

  .section_news span.tag {
    margin-top: 20px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) {

  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 1) h3:after,
  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 2) h3:after,
  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 3) h3:after,
  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 5) h3:after,
  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 6) h3:after {
    border-color: #000;
  }

  .section_news .hero .search_area {
    padding: 0;
  }

  .section_news .hero .slide {
    height: 545px;
    padding: 0 16%;
  }

  .section_news .hero .slide h2 {
    font-size: 38px;
  }

  .section_news .col {
    min-height: 333px;
  }

  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 1),
  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 5),
  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 6) {
    background: #7fc7d4;
    color: #000;
  }

  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 2) {
    background: #d7e8ea;
    color: #000;
  }

  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 3) {
    background: #8f9ea5;
    color: #000;
  }

  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 7) {
    background: #3b3d41;
    color: #fff;
  }

  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 7) h3:after {
    border-color: #fff;
  }

  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 10) h3:after,
  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 4) h3:after,
  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 8) h3:after,
  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 9) h3:after {
    border-color: #000;
  }

  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 8),
  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 9) {
    background: #bad7db;
    color: #000;
  }

  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 10),
  .section_news div[class*="grid"] div[class*="col"]:nth-child(10n + 4) {
    flex-basis: 66.6666%;
    max-width: 66.6666%;
    background: #fff;
    color: #000;
  }
}

.animate.ng-enter,
.animate.ng-leave,
.animate.ng-move {
  transition: all 0.5s ease;
}

.animate.ng-enter,
.animate.ng-leave.ng-leave-active,
.animate.ng-move {
  opacity: 0;
  max-height: 0;
}

.animate.ng-enter.ng-enter-active,
.animate.ng-leave,
.animate.ng-move.ng-move-active {
  opacity: 1;
  max-height: 100px;
}

html.touchevents .randomizer:hover {
  background: #fefc09 !important;
  color: #313234 !important;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.map-wrapper {
  width: 100%;
  font-size: 16px;
  background: #e5e5e1;
}

.section_contact h2 {
  display: table;
  width: 100%;
  height: 165px;
  font-family: var(--mwsans);
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 27px;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
}

.section_contact .contacts .person,
.section_contact .contacts .phone,
.section_contact .contacts .region,
.section_contact .contacts .title {
  font-weight: 400;
}

.section_contact h2 span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5%;
}

.section_contact .contacts {
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 2;
}

.section_contact .contacts>* {
  text-align: center;
}

.section_contact .contacts .title {
  letter-spacing: 0.32em;
  position: relative;
  padding-bottom: 27px;
  font-size: 14px;
  text-transform: uppercase;
}

.section_contact .contacts .title:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 17px;
  width: 24px;
  height: 0;
  border-bottom: solid 2px #000;
}

.section_contact .contacts .person,
.section_contact .contacts .region {
  letter-spacing: 0.1em;
  font-size: 21px;
  line-height: 22px;
}

.section_contact .contacts .person a,
.section_contact .contacts .region a {
  white-space: nowrap;
}

.section_contact .contacts .phone {
  letter-spacing: 0.2em;
  font-size: 14px;
  line-height: 27px;
  padding-top: 5px;
}

.section_contact .contacts .email {
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 26px;
}

.section_contact .contacts .region ul a,
.section_contact .filters {
  text-transform: uppercase;
}

.section_contact .contacts .section_about_bio .bio_nav>div a,
.section_contact .contacts .section_about_people .people_holder .shade_stats li.stat span.plus,
.section_contact .contacts [class^="icon-"] {
  color: #202123;
  font-size: 12px;
  position: relative;
  left: 3px;
  bottom: 2px;
  vertical-align: bottom;
}

.section_contact .contacts .region {
  position: relative;
}

.section_contact .contacts .region ul {
  position: absolute;
  top: 25px;
  width: 100%;
  line-height: 54px;
  height: 0;
}

.section_contact .contacts .region ul li {
  transition:
    height 0.2s ease,
    opacity 0.2s ease;
  background: #fff;
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.section_contact .contacts .region ul li.visible {
  height: auto;
  line-height: 24px;
  padding: 15px 0;
  opacity: 1;
}

.section_contact .contacts .region ul li:first-child {
  padding-top: 20px;
}

.section_contact .contacts .region ul li:last-child {
  padding-bottom: 20px;
}

.section_contact .contacts .region ul a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #8f9ea5;
  white-space: initial;
  padding: 0 42px;
  display: block;
}

.section_contact .contacts .region ul a:hover,
.section_contact .filters .section_about_bio .bio_nav>div a,
.section_contact .filters .section_about_people .people_holder .shade_stats li.stat span.plus,
.section_contact .filters [class^="icon-"] {
  color: #202123;
}

.section_contact .filters {
  font-weight: 400;
  letter-spacing: 0.32em;
  margin: 0 auto;
  font-size: 12px;
  background: #e5e5e1;
  text-align: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  transition:
    height 0.3s ease,
    background 0.3s ease,
    top 0.3s ease,
    opacity 0.3s ease;
}

.section_contact .filters .filter-wrapper ul li.visible,
.section_contact .filters .filter-wrapper>a.initial,
.section_contact .office-info .repeater>div {
  font-weight: 400;
}

.section_contact .filters .title {
  padding-bottom: 40px;
  font-size: 14px;
}

.section_contact .filters .logo {
  display: inline-block;
  height: 60px;
  width: 86px;
  position: absolute;
  left: -154px;
  top: -2px;
  opacity: 0;
  text-indent: -9999em;
  overflow: hidden;
  transition: opacity 0.3s ease;
  background: url(../images/logo-inverse.svg) no-repeat;
}

.section_contact .filters .filter-wrapper {
  position: relative;
}

.section_contact .filters .filter-wrapper>a {
  display: block;
  border: 1px solid #b8b7b7;
  text-align: center;
  padding: 15px 0;
  margin: 0 auto;
  width: 90%;
  opacity: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.section_contact .filters .filter-wrapper>a.initial {
  letter-spacing: 0.2em;
}

.section_contact .filters .filter-wrapper>a.initial.disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: default;
}

.section_contact .filters .filter-wrapper ul {
  width: calc(90% + 2px);
  height: 0;
  margin: 0 auto;
  position: relative;
}

.section_contact .filters .filter-wrapper ul li {
  transition:
    height 0.2s ease,
    opacity 0.2s ease;
  width: calc(100% - 2px);
  height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: left;
  background: #e5e5e1;
  border-left: 1px solid #b8b7b7;
  border-right: 1px solid #b8b7b7;
}

.section_contact .filters .filter-wrapper ul li:first-child {
  padding-top: 10px;
}

.section_contact .filters .filter-wrapper ul li:last-child {
  border-bottom: 1px solid #b8b7b7;
  padding-bottom: 10px;
}

.section_contact .filters .filter-wrapper ul li.visible {
  letter-spacing: 0.32em;
  min-height: 35px;
  height: auto;
  opacity: 1;
  position: relative;
  top: -1px;
}

.section_contact .filters .filter-wrapper ul li a {
  width: auto;
  height: 100%;
  display: block;
  padding: 12px 0 12px 30px;
  line-height: 19px;
}

.section_contact .filters .filter-wrapper ul li a:hover {
  background: #fff;
}

.section_contact .filters .filter-wrapper ul li i {
  font-size: 10px;
  position: relative;
  top: -1px;
  left: 3px;
}

.section_contact .office-info .repeater {
  font-size: 12px;
  padding: 37px 7.5%;
  line-height: 20px;
  width: 85%;
  box-sizing: content-box;
}

.section_contact .office-info .repeater>div {
  letter-spacing: 0.2em;
  position: relative;
}

.section_contact .office-info .repeater>div.title {
  padding-right: 10%;
  text-transform: uppercase;
}

.section_contact .office-info .repeater>div.title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 24px;
  height: 0;
  border-bottom: solid 2px #000;
}

.section_contact .office-info .repeater>div.city,
.section_contact .office-info .repeater>div.title {
  font-weight: 400;
  letter-spacing: 0.2em;
}

.section_contact .office-info .repeater>div.address {
  padding-right: 20px;
}

.section_contact .office-info .headquarters {
  background: #e5e5e1;
  border-bottom: 9px solid #fff;
  text-transform: uppercase;
}

.section_contact .office-info .cities,
.section_contact .office-info .offices {
  background: #fff;
}

.section_contact .office-info .headquarters.last {
  border: none;
}

.section_contact .office-info .cities ul li {
  margin-bottom: 25px;
}

.section_contact .office-info .cities ul li:last-child {
  margin-bottom: 0;
}

.section_contact .cities-list ul {
  display: flex;
  flex-wrap: wrap;
}

.section_contact .cities-list ul li {
  width: 33%;
  max-width: 33%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section_contact .office-list {
  font-weight: 400;
  letter-spacing: 0.2em;
  display: flex;
  flex-wrap: wrap;
}

.section_contact .office-list li {
  margin-bottom: 27px;
  line-height: 15px;
  float: left;
  width: 29%;
  padding-right: 4.3%;
  max-width: 33%;
}

.section_contact .office-list li:last-child {
  margin-bottom: 0;
}

.section_contact .office-list li strong {
  display: inline-block;
  margin-bottom: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .section_contact h2 {
    color: #fff;
  }

  .section_contact h2 span {
    padding: 0 25%;
  }

  .section_contact .contacts {
    width: 100%;
    padding: 40px 30px;
  }

  .section_contact .contacts .col-4 {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 0 30px;
  }

  .section_contact .contacts .col-4:last-child {
    padding-bottom: 10px;
  }

  .section_contact .contacts .title {
    font-size: 12px;
  }

  .section_contact .contacts .region ul {
    height: auto;
    position: relative;
    padding-right: 0;
  }

  .section_contact .contacts .region ul.open:after {
    content: "";
    display: block;
    height: 30px;
    width: 100%;
    bottom: -30px;
    position: absolute;
    background: #fff;
  }

  .section_contact #map_canvas,
  .section_contact .office-info .cities .col-3:first-child br,
  .section_contact .office-info .headquarters .col-3:first-child br,
  .section_contact .office-info .offices .col-3:first-child br {
    display: none;
  }

  .section_contact .contacts .region ul li {
    width: calc(100% + 60px);
    position: relative;
    left: -30px;
  }

  .section_contact .contacts .region ul li:first-child,
  .section_contact .contacts .region ul li:last-child {
    padding: 0;
  }

  .section_contact .filters {
    width: 100%;
    padding: 40px 0 0;
  }

  .section_contact .filters .title {
    font-size: 10px;
    margin-bottom: 20px;
  }

  .section_contact .filters .filter-wrapper ul li.visible:last-child,
  .section_contact .office-info .offices li strong {
    margin-bottom: 10px;
  }

  .section_contact .filters .filter-wrapper {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }

  .section_contact .filters .filter-wrapper:last-child>a {
    border-bottom: 1px solid #b8b7b7;
  }

  .section_contact .filters .filter-wrapper>a {
    padding: 25px 0;
    width: 100%;
    border: none;
    border-top: 1px solid #b8b7b7;
  }

  .section_contact .filters .filter-wrapper>a .section_about_bio .bio_nav>div a,
  .section_contact .filters .filter-wrapper>a .section_about_people .people_holder .shade_stats li.stat span.plus,
  .section_contact .filters .filter-wrapper>a [class^="icon-"] {
    position: absolute;
    right: 30px;
  }

  .section_contact .filters .filter-wrapper ul {
    width: 100%;
    height: auto;
  }

  .section_contact .filters .filter-wrapper ul li {
    padding: 0 !important;
    border: none !important;
  }

  .section_contact .filters .title {
    position: relative;
  }

  .section_contact .filters .title:after,
  .section_contact .office-info .cities .col-3:first-child:after,
  .section_contact .office-info .headquarters .col-3:first-child:after,
  .section_contact .office-info .offices .col-3:first-child:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: 24px;
    height: 0;
    border-bottom: solid 2px #000;
    content: "";
  }

  .section_contact .office-info .cities .col-3,
  .section_contact .office-info .headquarters .col-3,
  .section_contact .office-info .offices .col-3 {
    flex-basis: 33.333%;
    max-width: 33.333%;
    font-size: 10px;
  }

  .section_contact .office-info .cities .col-3:first-child,
  .section_contact .office-info .headquarters .col-3:first-child,
  .section_contact .office-info .offices .col-3:first-child {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 40px;
    text-align: center;
  }

  .section_contact .office-info .cities .col-3.title,
  .section_contact .office-info .headquarters .col-3.title,
  .section_contact .office-info .offices .col-3.title {
    padding-right: 0;
  }

  .section_contact .office-info .cities .col-3.address,
  .section_contact .office-info .headquarters .col-3.address,
  .section_contact .office-info .offices .col-3.address {
    flex-basis: 66.666%;
    max-width: 66.666%;
  }

  .section_contact .office-info .cities .col-3.contact,
  .section_contact .office-info .headquarters .col-3.contact,
  .section_contact .office-info .offices .col-3.contact {
    flex-basis: 66.666%;
    max-width: 66.666%;
    margin-left: 33.333%;
  }

  .section_contact .office-info .cities .col-9,
  .section_contact .office-info .headquarters .col-9,
  .section_contact .office-info .offices .col-9 {
    font-size: 11px;
    flex-basis: 100%;
    max-width: 100%;
  }

  .section_contact .office-info .cities .col-9 strong:first-child,
  .section_contact .office-info .headquarters .col-9 strong:first-child,
  .section_contact .office-info .offices .col-9 strong:first-child {
    font-weight: 700;
  }

  .section_contact .office-info .headquarters {
    background: #000;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    border: none;
    display: none;
    position: relative;
    padding-bottom: 40px;
  }

  .section_contact .office-info .headquarters:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: calc(50% - 15px);
    width: 30px;
    border-bottom: solid 3px #737373;
  }

  .section_contact .office-info .headquarters .title {
    padding: 0 0 20px !important;
    font-size: 12px;
  }

  .section_contact .office-info .headquarters>div {
    font-size: 11px;
  }

  .section_contact .office-info .headquarters>div a[href^="mailto:"] {
    color: #fefc09;
  }

  .section_contact .office-info .offices {
    padding-bottom: 30px;
  }

  .section_contact .office-info .offices li {
    float: none;
    width: 100%;
  }
}

.section_contact .infobox,
.section_privacy h1,
.section_privacy h2,
.section_privacy h3,
.section_privacy p,
.section_privacy ul {
  font-weight: 400;
  letter-spacing: 0.075em;
}

@media only screen and (max-width: 767px) and only screen and (min-width: 768px) {
  .section_contact .office-info .headquarters:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }
}

@media only screen and (min-width: 768px) {
  .section_contact h2 {
    background: #fff;
    color: #000;
  }

  .section_contact .contacts {
    width: 100%;
    padding: 0 10px 40px;
  }

  .section_contact .contacts .title {
    font-size: 12px;
  }

  .section_contact .contacts li.visible {
    height: 27px;
  }

  .section_contact .contacts li.visible a {
    line-height: 27px;
  }

  .section_contact .sticky-sibling {
    padding-bottom: 208px !important;
  }

  .section_contact .sticky-sibling+.filters {
    -webkit-animation: fade-in 0.5s 0s 1 ease;
    animation: fade-in 0.5s 0s 1 ease;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    padding: 20px;
  }

  .section_contact .sticky-sibling+.filters>div {
    margin: 0 auto;
    width: 620px;
  }

  .section_contact .sticky-sibling+.filters>div .title {
    padding-bottom: 20px;
  }

  .section_contact .sticky-sibling+.filters>div .logo {
    display: none;
    opacity: 1;
    left: -92px;
  }

  .section_contact .filters {
    width: 100%;
    padding: 30px;
  }

  .section_contact .filters .filter-wrapper {
    max-height: 48px;
  }

  .section_contact .filters .filter-wrapper>a {
    padding: 11px 0;
  }

  .section_contact .filters .filter-wrapper ul {
    top: -1px;
    position: relative;
    height: auto;
    max-height: 350px;
    overflow-y: auto;
  }

  .section_contact #map_canvas {
    width: 100%;
    height: 88%;
    height: 565px;
    margin-top: 0;
  }

  .section_contact .office-info .repeater {
    padding-top: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_contact {
    max-width: 1000px;
  }

  .section_contact h2 {
    background: 0 0;
    color: #fff;
  }

  .section_contact .sticky-sibling {
    padding-bottom: 239px !important;
  }

  .section_contact .sticky-sibling+.filters>div {
    width: 770px;
  }

  .section_contact .sticky-sibling+.filters>div .title {
    display: none;
  }

  .section_contact .sticky-sibling+.filters>div .logo {
    display: block;
    left: -142px;
  }

  .section_contact .sticky-sibling+.filters>div .logo a {
    display: block;
    height: 100%;
  }

  .section_contact .contacts,
  .section_contact .filters {
    width: 85%;
    padding: 35px 40px 48px;
  }

  .section_contact .filters .filter-wrapper>a {
    padding: 15px 0;
  }

  .section_contact #map_canvas {
    width: 100%;
    height: 88%;
    height: 885px;
    margin-top: -245px;
  }
}

@media only screen and (min-width: 1400px) {
  .section_contact {
    max-width: 1160px;
  }

  .section_contact .contacts.sticky-sibling+.filters>div {
    width: 906px;
  }

  .section_contact .contacts.sticky-sibling+.filters>div .logo {
    left: -154px;
  }
}

.section_contact a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.section_contact .gm-style-cc,
.section_contact .gmnoprint a,
.section_contact .gmnoprint div,
.section_contact .gmnoprint span {
  display: none;
}

.section_contact .infobox {
  -webkit-animation: fade-in 0.3s 0s 1 ease;
  animation: fade-in 0.3s 0s 1 ease;
  position: absolute;
  left: 20px;
  transform: translateY(-65%);
  min-width: 140px;
  font-size: 13px;
}

.section_contact .infobox.hq {
  left: 40px;
  transform: translateY(-95%);
}

.section_contact .infobox.hq div:first-child {
  display: block;
}

.section_contact .infobox div {
  padding: 6px 10px;
}

.section_contact .infobox div:first-child {
  display: none;
  background: #fefc09;
}

.section_contact .infobox .details {
  position: relative;
  top: 1px;
  background: #fff;
  white-space: nowrap;
}

.section_privacy {
  background: #fff;
}

.section_privacy:after,
.section_privacy:before {
  content: " ";
  display: table;
}

.section_privacy .about_text {
  max-width: 80%;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .section_privacy .about_text {
    max-width: 800px;
  }
}

.section_privacy .indent {
  margin-left: 45px;
}

.section_privacy p,
.section_privacy ul {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .section_privacy .indent {
    margin-left: 25px;
  }

  .section_privacy p,
  .section_privacy ul {
    font-size: 15px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

.section_privacy ul {
  list-style: disc;
  margin-left: 45px;
  margin-top: -25px;
}

.section_privacy h2,
.section_privacy h3 {
  position: relative;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .section_privacy ul {
    margin-left: 25px;
  }

  .section_privacy h2,
  .section_privacy h3 {
    font-size: 15px;
  }
}

.section_privacy h1 {
  font-size: 26px;
  line-height: 1.6;
  margin-top: 80px;
  text-transform: uppercase;
}

.section_privacy h2:first-of-type {
  margin-bottom: 70px;
}

.section_privacy h2:first-of-type:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 24px;
  height: 0;
  border-bottom: solid 2px #000;
}

.section_about_innovation .video a:hover .watch,
.section_mwverse p.legal a {
  text-decoration: underline;
}

.give_me_a_background {
  padding-bottom: 1px;
  background: #fff;
}

.give_me_a_background .section_about {
  margin: 50px auto;
}

.section_about_innovation .intro {
  position: relative;
  color: #fff;
  background: #000;
}

.section_about_innovation .intro:after,
.section_about_innovation .intro:before {
  content: " ";
  display: table;
}

.section_about_innovation .intro h2 {
  height: auto;
  width: auto;
  display: block;
  margin: 70px 19%;
  font-weight: 400;
  letter-spacing: 0.075em;
  font-size: 26px;
  line-height: 1.5;
  text-align: center;
}

.section_about_innovation .work_link_row {
  text-indent: -9999em;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_about_innovation .work_link_row:hover~.innovation_block_image .overlay {
  opacity: 1;
}

.overlay_about_approach .about_block .centering_inner,
.section_about_innovation .about_block .centering_inner {
  vertical-align: middle;
}

.overlay_about_approach .about_block.left .a_replacement,
.section_about_innovation .about_block.left .a_replacement {
  padding-left: 40px;
}

.overlay_about_approach .about_block p,
.section_about_innovation .about_block p {
  font-size: 16px;
}

.section_about_innovation .innovation_block_image a {
  margin: 25px 0;
}

.section_about_innovation .innovation_block_image .overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  padding: 5% 10%;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.section_about_innovation .innovation_block_image .overlay .client {
  display: block;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 25px;
  font-weight: 400;
  letter-spacing: 0.36em;
  font-size: 15px;
  line-height: 1.35;
  text-transform: uppercase;
}

.section_about_innovation .innovation_block_image .overlay .client:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: calc(50% - 15px);
  width: 30px;
  border-bottom: solid 3px #fff;
}

.section_about_innovation .innovation_block_image .overlay .project {
  display: block;
  position: relative;
  font-weight: 400;
  letter-spacing: 0.15em;
  font-size: 26px;
  line-height: 1.4;
}

.section_about_innovation .innovation_block_image .overlay .project span {
  display: inline-block;
}

.section_about_innovation .video_intro {
  padding: 140px 19%;
  text-align: center;
  background: #f3f3f3;
}

.section_about_innovation .video_intro p {
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 19px;
  line-height: 1.5;
}

.section_about_innovation .play .title,
.section_about_innovation .play .watch {
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .section_about_innovation .innovation_block_image .overlay .client:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }

  .section_about_innovation .video_intro p {
    font-size: 22px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_about_innovation .video_intro p {
    font-size: 24px;
  }
}

.section_about_innovation .video {
  position: relative;
  min-height: 680px;
  margin-bottom: 75px;
  color: #fff;
  background-position: center center;
  background-size: cover;
}

.section_about_innovation .video:after,
.section_about_innovation .video:before {
  content: " ";
  display: table;
}

.section_about_innovation .video a {
  position: relative;
  z-index: 2;
  display: table;
  margin: 155px auto 0;
  width: 250px;
  height: 250px;
}

.section_about_innovation .video a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.section_about_innovation .video a:hover:before {
  transform: scale(1.1);
}

.section_about_innovation .video iframe {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.section_about_innovation .play {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 5% 10% 0;
}

.section_about_innovation .play .title {
  display: block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
}

.section_about_innovation .play .title:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: calc(50% - 15px);
  width: 30px;
  border-bottom: solid 3px #fff;
}

@media only screen and (min-width: 768px) {
  .section_about_innovation .play .title:after {
    content: "";
    left: calc(50% - 12px);
    width: 24px;
    border-bottom-width: 2px;
  }
}

.section_about_innovation .play .title strong {
  display: block;
  margin: 10px auto 0;
  font-size: 165%;
  line-height: 1.4;
  text-transform: none;
}

.section_about_innovation .play .watch {
  letter-spacing: 0.28em;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

.section_about_innovation .play .watch i {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .section_about_innovation .intro h2 {
    margin: 70px 9%;
    font-size: 24px;
  }

  .section_about_innovation .video {
    min-height: 440px;
  }

  .section_about_innovation .video a {
    margin-top: 105px;
  }

  .section_about_innovation .video a i {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .section_about_innovation .intro h2 {
    margin: 55px 15%;
    font-weight: 400;
    letter-spacing: 0.075em;
    font-size: 20px;
    line-height: 1.5;
  }

  .section_about_innovation .video {
    min-height: 510px;
  }

  .section_about_innovation .video a {
    margin: 210px auto;
    width: 195px;
    height: 195px;
  }

  .section_about_innovation .video .mobileOnly {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .section_about_innovation .play .title {
    padding-bottom: 18px;
    margin-bottom: 15px;
    font-size: 10px;
  }

  .section_about_innovation .play .title strong {
    margin-top: 7px;
  }

  .section_about_innovation .play .watch i {
    display: inline-block;
    display: none;
    font-size: 8px;
    line-height: 1.4;
    vertical-align: top;
  }
}

.fade.ng-hide {
  opacity: 0;
}

.fade.ng-enter {
  transition: 0.5s linear all;
  opacity: 0;
}

.fade.ng-enter.ng-enter-active {
  opacity: 1;
}

.fade.ng-leave {
  transition: 0.5s linear all;
  opacity: 1;
}

.fade.ng-leave.ng-leave-active {
  opacity: 0;
}

.fade.ng-hide-add,
.fade.ng-hide-remove {
  transition: all linear 0.5s;
}

.section_about_people .people_holder .shade_stats.stat_block_2 li.item1,
.section_about_people .people_holder .shade_stats.stat_block_2 li.item3,
.section_about_people .people_holder .shade_stats.stat_block_2 li.item4,
.section_about_people .people_holder .shade_stats.stat_block_2 li.item5,
.section_about_people .people_holder .shade_stats.stat_block_2 li.item6,
.section_about_people .people_holder .shade_stats.stat_block_2 li.item7,
.section_about_people .people_holder .shade_stats.stat_block_2 li.mobileOnly {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .bottom_list_module .no-flex[class*="col"] {
    width: 29%;
  }
}

.bottom_list_module {
  background: #f3f3f3;
}

.bottom_list_module h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.2em;
  letter-spacing: 1px;
}

.bottom_list_module h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 24px;
  padding-top: 47px;
}

.bottom_list_module ul {
  margin-left: 17px;
}

.bottom_list_module ul li {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.075em;
  list-style-type: disc;
}

.bottom_list_module ul li a {
  border-bottom: 1px solid #000;
}

.bottom_list_module .no-flex[class*="col"] {
  display: block;
  flex-basis: auto;
}

@media only screen and (min-width: 1200px) {
  .bottom_list_module .no-flex[class*="col"] {
    width: 26%;
  }
}

.bottom_list_module .section_about {
  margin: 0 auto;
  padding: 73px 0;
}

.bottom_list_module .section_about div[class*="grid"] {
  background: #f3f3f3;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .bottom_list_module {
    padding: 0 10%;
  }
}

.section_about .about_block p ul li {
  list-style: disc;
  margin-left: 1em;
}

.section_about_innovation .section_about .about_block p a {
  padding: 0;
  width: auto;
}

.overlay_about_approach .section_about {
  padding-top: 5em;
}

.overlay_about_approach .section_about .about_block {
  text-transform: none;
}

.overlay_about_approach .image_only img {
  width: 100%;
}

.overlay_about_approach .approach_footer {
  color: #fff;
  position: relative;
  width: 100%;
  max-height: 420px;
  background-position: top center;
  background-size: cover;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.075em;
}

.overlay_about_approach .approach_footer h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
  letter-spacing: 1px;
  padding: 45px;
}

.overlay_about_approach .approach_footer .footer_paragraph {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1em;
  height: 260px;
}

@media only screen and (min-width: 768px) {
  .overlay_about_approach .section_about {
    padding-top: 5em;
  }

  .overlay_about_approach .section_about .about_block {
    text-align: left;
  }

  .overlay_about_approach .approach_footer {
    min-height: 676px;
    background-position: top center;
    background-size: cover;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.075em;
  }

  .overlay_about_approach .approach_footer .footer_paragraph {
    height: 500px;
  }
}

.section_about_sustainability .footer_text {
  padding: 5em 0;
  max-width: 90%;
  font-size: 12px;
  text-align: center;
  margin: auto;
  letter-spacing: 0.075em;
}

.section_about_sustainability .footer_text p {
  padding: 0.5em 0;
}

.section_about_sustainability .footer_text a {
  text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
  .section_about_sustainability .footer_text {
    max-width: 80%;
    font-size: 14px;
  }
}

.underline {
  text-decoration: underline;
}

a.global_case {
  font-size: 3.5rem;
  font-weight: 600;
}

.give_me_a_background .section_about:empty {
  margin: 0;
}

.section_history .section_about {
  padding-top: 0;
}

.section_history .a-image {
  width: 100%;
  line-height: 0;
}

.section_history .a-image img {
  max-width: 100%;
  height: auto;
}

.section_history .hero {
  height: auto !important;
  margin-bottom: 35px !important;
}

@media only screen and (min-width: 1200px) {
  .section_history .hero {
    margin-bottom: 120px !important;
  }
}

.section_history .hero_visual {
  width: 100%;
}

.section_history .hero_visual img {
  width: 100%;
}

.section_history .hero_content {
  position: relative;
  z-index: 1;
}

.section_history .hero_text {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_history .hero_text-title {
  font-weight: 400;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  width: 260px;
}

@media only screen and (min-width: 1200px) {
  .section_history .hero_text-title {
    font-size: 30px;
    width: auto;
  }
}

.section_history .history_content {
  margin: 0 11%;
}

@media only screen and (min-width: 1200px) {
  .section_history .history_content {
    margin: 0 60px;
  }
}

.section_history .history_list {
  position: relative;
  padding-bottom: 63px;
}

@media only screen and (min-width: 1200px) {
  .section_history .history_list {
    padding-bottom: 120px;
  }
}

.section_history .history_list:not(:last-child) {
  margin-bottom: 52px;
}

@media only screen and (min-width: 1200px) {
  .section_history .history_list:not(:last-child) {
    margin-bottom: 100px;
  }
}

.section_history .history_list:not(:last-child)::after {
  content: "";
  display: block;
  height: 10px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 1200px) {
  .section_history .history_list:not(:last-child)::after {
    height: 20px;
    left: -60px;
    right: -60px;
  }
}

.section_history .history_list-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 45px;
}

@media only screen and (min-width: 1200px) {
  .section_history .history_list-inner {
    gap: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_history .history_list-item.is-extra .history_list-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 30px;
  }
}

.section_history .history_list-item.is-extra .history_list-item-date {
  font-size: 39px;
  margin-top: 8px;
  white-space: nowrap;
}

@media only screen and (min-width: 1200px) {
  .section_history .history_list-item.is-extra .history_list-item-date {
    margin-top: 0;
    font-size: 52px;
  }
}

@media only screen and (min-width: 1200px) {
  .section_history .history_list-item {
    position: relative;
    padding: 16px 0 16px 87px;
    border-left: solid 1px #000;
  }

  .section_history .history_list-item::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: -3px;
    top: -2px;
  }

  .section_history .history_list-item::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 7px #000;
    border-left: solid 9px transparent;
    border-right: solid 9px transparent;
    position: absolute;
    left: -10px;
    bottom: -2px;
  }

  .section_history .history_list-item.is-extra .history_list-item-inner::before {
    content: "";
    display: block;
    width: 68px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 50%;
  }
}

.section_history .history_list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 20px;
}

@media only screen and (min-width: 1200px) {
  .section_history .history_list-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
  }
}

.section_history .history_list-item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section_history .history_list-item-text {
  font-size: 14px !important;
  text-align: left;
}

@media only screen and (min-width: 1200px) {
  .section_history .history_list-item-text {
    font-size: 22px !important;
  }
}

.section_history .history_list-item-date {
  font-size: 21px;
  margin-top: 8px;
  line-height: 1.2;
  text-align: left;
}

@media only screen and (min-width: 1200px) {
  .section_history .history_list-item-date {
    font-size: 28px;
    margin-top: 10px;
  }
}

.section_history .history_list-item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_history .history_list-item-image .a-image {
  width: 70%;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .section_history .history_list-item-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .section_history .history_list-item-image .a-image {
    width: auto;
  }
}

.section_contact .contacts>* {
  text-align: left;
}

.thanks .section_contact .contacts>* {
  text-align: center;
}

h2 {
  text-transform: capitalize;
}

.grid-noGutter.contacts>div {
  font-size: 16px;
  line-height: 1.6;
}

.section_contact p {
  font-size: 16px;
  line-height: 1.6;
}

.section_contact p:not(:last-child) {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .section_contact p {
    font-size: 14px;
    line-height: 20px;
  }
}

.section_contact .filters,
.section_contact .contacts {
  padding: 45px 125px;
  letter-spacing: 0;
  text-align: left;
}

.thanks .section_contact .filters,
.thanks .section_contact .contacts {
  text-align: center;
}

@media screen and (max-width: 767px) {

  .section_contact .filters,
  .section_contact .contacts {
    padding: 45px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {

  .section_contact .filters,
  .section_contact .contacts {
    padding: 30px;
  }
}

.contacts a {
  text-decoration: underline;
}

.contacts form {
  font-size: 16px;
}

.contacts form .grid>div {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .contacts form {
    font-size: 13px;
  }
}

.contacts form label,
.contacts form legend {
  margin-bottom: 12px;
  display: inline-block;
}

.contacts form label span,
.contacts form legend span {
  padding-left: 6px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {

  .contacts form label span,
  .contacts form legend span {
    font-size: 12px;
  }
}

.contacts form input,
.contacts form textarea {
  width: 100%;
  margin-bottom: 30px;
  padding: 10px 15px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: inherit;
  line-height: inherit;
}

.contacts form input:placeholder-shown,
.contacts form textarea:placeholder-shown {
  color: #bbbbbb;
}

.contacts form input::-webkit-input-placeholder,
.contacts form textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}

.contacts form input:-moz-placeholder,
.contacts form textarea:-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}

.contacts form input::-moz-placeholder,
.contacts form textarea::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}

.contacts form input:-ms-input-placeholder,
.contacts form textarea:-ms-input-placeholder {
  color: #bbbbbb;
}

.contacts form textarea {
  min-height: 170px;
}

.contacts form .classification {
  margin-bottom: 17px;
}

.contacts form .classification input,
.contacts form .classification textarea,
.contacts form .classification label {
  width: auto;
}

@media screen and (max-width: 767px) {
  .contacts form .classification .col-4 {
    padding: 0;
  }
}

.contacts form .classification legend {
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #bbbbbb;
}

.contacts form .classification input {
  margin-right: 8px;
  margin-bottom: 21px;
  padding: 0;
}

.contacts form .classification label {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .contacts form .classification label {
    font-size: 12px;
  }
}

.contacts .required {
  padding: 14px 15px 10px;
  background: #fffe00;
  display: inline-block;
  line-height: 1;
}

.contacts p.required {
  margin-bottom: 33px;
}

.contacts span.required {
  margin-left: 10px;
  padding: 4px 2px 0;
}

.contacts .info {
  color: #3a3d41;
}

.contacts .info dl {
  line-height: 18px;
}

@media screen and (max-width: 767px) {
  .contacts .info dl {
    line-height: 16px;
  }
}

.contacts .info dl dt {
  margin-bottom: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .contacts .info dl dt {
    font-size: 13px;
  }
}

.contacts .info dl dd {
  margin-bottom: 10px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .contacts .info dl dd {
    font-size: 11px;
  }
}

.contacts .info dl dd ul li {
  list-style: disc inside;
}

.contacts .info p {
  margin: 0;
  font-size: 12px;
  line-height: 18px;
}

.contacts #agree-check {
  margin-top: 63px;
  margin-bottom: 5px;
  text-align: center;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .contacts #agree-check {
    font-size: 12px;
  }
}

.contacts #agree-check input {
  margin-right: 10px;
}

.contacts button[type="submit"],
.contacts button[type="button"],
.contacts .button {
  margin: 10px;
  width: 274px;
  max-width: 100%;
  display: inline-block;
  background: none;
  border: 1px solid #ccc;
  line-height: 50px;
  text-decoration: none;
}

.contacts button[type="submit"].btn_color,
.contacts button[type="button"].btn_color,
.contacts .button.btn_color {
  background: #fffe00;
  border-color: #fffe00;
}

.btn {
  text-align: center;
}

.confirm .contacts form label+p,
.confirm .contacts form legend+p {
  margin-bottom: 30px;
  color: #777777;
}

.confirm .contacts form .classification legend {
  padding: 0;
  margin-bottom: 12px;
  display: inline-block;
  border: none;
}

.followus {
  cursor: pointer;
}

/*Radio Check*/
label.radio,
label.radio_text,
label.checkbox,
label.checkbox_text {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  box-sizing: border-box;
}

label.radio {
  width: 14px;
  height: 14px;
  border: 1px solid #000000;
  border-radius: 100%;
}

label.radio_text {
  min-height: calc(14px + 5px);
  margin-right: calc(14px + 5px);
  padding-left: calc(14px + 5px);
  line-height: calc(14px + 5px);
}

label.checkbox {
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  background: #fff;
}

label.checkbox_text {
  padding-left: calc(20px + 5px);
  line-height: 20px;
}

/** before after **/
label.radio:before,
label.radio_text:before,
label.checkbox_text:before,
label.checkbox:after,
label.radio_text:after,
label.checkbox_text:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

label.radio:before,
label.radio_text:before {
  border-radius: 100%;
}

label.radio:before,
label.checkbox:after {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

label.checkbox:after,
label.checkbox_text:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  top: calc(50% - (((17px / 12) * 5) / 2));
  display: block;
  margin-top: calc(((17px / 12) * 5) * -1);
  width: calc(((17px / 12) * 5));
  height: 17px;
  z-index: 1;
}

label.radio_text:before,
label.radio_text:after {
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
}

label.radio:before {
  display: block;
  width: 10px;
  height: 10px;
  z-index: 1;
  background-color: #000000;
}

label.radio_text:before {
  width: 14px;
  height: 14px;
  border: 1px solid #000000;
  left: 0px;
  z-index: 3;
}

label.checkbox_text:before {
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0;
  border: 1px solid #000000;
  z-index: 3;
  box-sizing: border-box;
}

label.radio_text:after {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  left: calc(((14px / 2) - (8px) / 2));
  background-color: #000000;
  z-index: 1;
}

label.checkbox_text:after {
  left: calc((20px / 2) - (((17px / 12) * 5) / 2));
}

/** input **/
label.radio input[type="radio"],
label.radio_text input[type="radio"],
label.checkbox input[type="checkbox"],
label.checkbox_text input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: 2;
  margin: 0px;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  outline: none;
}

label.radio input[type="radio"],
label.radio_text input[type="radio"] {
  left: calc(14px * -1);
  width: 14px;
  height: 14px;
  top: 0px;
  bottom: 0px;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 100%;
}

label.checkbox input[type="checkbox"],
label.checkbox_text input[type="checkbox"] {
  left: calc(20px * -1);
  padding: 0;
}

label.radio input[type="radio"] {
  display: block;
  box-shadow: 14px 0px #fff;
}

label.radio_text input[type="radio"] {
  box-shadow: 14px 0px #fff;
}

label.checkbox input[type="checkbox"] {
  box-shadow: 20px 0px #fff;
}

label.checkbox_text input[type="checkbox"] {
  display: block;
  box-shadow: 20px 0px #fff;
}

/** checked forcus */
label.checkbox_text input[type="checkbox"]:checked,
label.checkbox input[type="checkbox"]:checked,
label.radio_text input[type="radio"]:checked,
label.radio input[type="radio"]:checked {
  box-shadow: none;
}

label.checkbox_text input[type="checkbox"]:checked:focus,
label.checkbox input[type="checkbox"]:checked:focus {
  opacity: 0.1;
}

label.radio_text input[type="radio"]:focus,
label.radio input[type="radio"]:focus {
  opacity: 0.2;
}

label.checkbox_text input[type="checkbox"]:checked:focus {
  box-shadow: 20px 0px #666;
}

label.checkbox_text input[type="checkbox"]:focus {
  box-shadow: 20px 0px #eee;
}

label.checkbox input[type="checkbox"]:checked:focus {
  box-shadow: 20px 0px #666;
}

label.checkbox input[type="checkbox"]:focus {
  box-shadow: 20px 0px #eee;
}

label.radio_text input[type="radio"]:focus {
  box-shadow: 14px 0px #fff;
}

label.radio input[type="radio"]:focus {
  box-shadow: 14px 0px #fff;
}

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

/* Contact Input */
.mw_wp_form_input .classification .mwform-radio-field {
  display: block;
  width: 100%;
}

.mw_wp_form_input .classification .mwform-radio-field label {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: left;
  align-items: left;
}

.mw_wp_form_input .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

.mw_wp_form_input form .classification input {
  margin-bottom: 0;
}

.mw_wp_form_input #agreeCheckbox-1 {
  border: 1px solid #000000;
  vertical-align: text-top;
  height: 20px;
  width: 20px;
}

.mw_wp_form_input .mwform-checkbox-field {
  margin-bottom: 0 !important;
}

.mw_wp_form_input .submitConfirm {
  margin: 10px;
  width: 274px !important;
  max-width: 100%;
  display: inline-block;
  background: none;
  border: 1px solid #ccc;
  text-decoration: none;
}

.mw_wp_form_input input {
  margin-bottom: 0 !important;
}

.mw_wp_form_input textarea {
  margin-bottom: 0 !important;
}

.mw_wp_form_input div {
  margin-bottom: 30px;
}

.mw_wp_form_input .error {
  font-size: 15px !important;
  margin-top: 10px;
}


/* Contact Confirm */
.mw_wp_form_confirm .required {
  display: none;
}

.mw_wp_form_confirm form div {
  color: #777777;
  margin-bottom: 30px;
}

.mw_wp_form_confirm label {
  color: #000000;
  width: 100%;
}

.mw_wp_form_confirm .classification {
  color: #000000;
}

.mw_wp_form_confirm .grid {
  display: block;
}

.mw_wp_form_confirm .info dl {
  display: none;
}

.mw_wp_form_confirm #agree-check {
  display: none;
}

.mw_wp_form_confirm .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-align-items: left;
  align-items: left;
}

@media screen and (max-width: 1199px) {
  .mw_wp_form_confirm .btn {
    display: block;
  }
}

.mw_wp_form_confirm .btn input {
  margin: 10px;
  width: 274px;
  max-width: 100%;
  display: inline-block;
  background: none;
  border: 1px solid #ccc;
  text-decoration: none;
}

.mw_wp_form_confirm .btn .submitConfirm {
  background: #fffe00;
  border-color: #fffe00;

}
