/*------------- BASE IMPORT -------------*/
@font-face {
  src: url("../fonts/HelveticaNeueThin.ttf");
  font-family: "HelveticaNeue-Thin"; }

@font-face {
  src: url("../fonts/BebasNeue.otf");
  font-family: "BebasNeue"; }

html,
body {
  overflow-x: hidden;
  font-size: 12px; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
ul,
ol,
span {
  margin: 0;
  padding: 0; }

ul,
ol {
  list-style: none;
  padding-left: 0; }

input,
button {
  border: none; }
  input:focus,
  button:focus {
    outline: none; }

::selection {
  background-color: #ed1d24;
  color: #ffffff; }

@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 14px; } }

@media screen and (min-width: 992px) {
  html,
  body {
    font-size: 15px; } }

@media screen and (min-width: 1200px) {
  html,
  body {
    font-size: 16px; } }

/*------------- UTILITIES IMPORT -------------*/
/*------------- UTILITY CLASSES -------------*/
.section {
  padding: 3.125rem 15px 3.125rem 15px; }
  @media screen and (min-width: 768px) {
    .section {
      padding-bottom: 18.125rem; } }
  @media screen and (min-width: 768px) {
    .section:last-of-type {
      padding-bottom: 9.0625rem; } }
  @media screen and (min-width: 768px) {
    .section:last-of-type .section__content--inner {
      padding-top: 9.0625rem; } }
  .section--alt {
    padding: 0 !important; }
  .section--banner {
    padding-top: 0; }
  .section__banner {
    padding: 0;
    position: relative;
    max-height: 400px;
    overflow: hidden;
    text-align: center; }
    .section__banner-img {
      width: 100%;
      height: auto;
      pointer-events: none; }
    .section__banner-label {
      position: absolute;
      top: 85%;
      left: 50%;
      transform: translate(-50%, -85%);
      font-family: "HelveticaNeue-Thin", "Helvetica", sans-serif;
      color: #ffffff;
      font-size: 3rem;
      width: 80%; }
      @media screen and (min-width: 768px) {
        .section__banner-label {
          font-size: 4rem; } }
  .section__title {
    font-family: "HelveticaNeue-Thin", "Helvetica", sans-serif;
    font-size: 3rem;
    color: #414042;
    position: relative;
    display: inline-block;
    margin-bottom: 4rem; }
    @media screen and (min-width: 768px) {
      .section__title {
        font-size: 2.25rem;
        margin-bottom: 3rem; } }
    .section__title:after {
      content: "";
      position: absolute;
      bottom: -1rem;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #ed1d24; }
      @media screen and (min-width: 768px) {
        .section__title:after {
          bottom: -0.75rem; } }
  .section__subtitle {
    font-family: "HelveticaNeue-Thin", "Helvetica", sans-serif;
    font-size: 2rem;
    color: #414042;
    position: relative;
    display: inline-block;
    margin-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      .section__subtitle {
        font-size: 2.15rem;
        margin-bottom: 2rem; } }
  .section__content {
    padding: 0 2.5rem; }
    @media screen and (min-width: 768px) {
      .section__content {
        padding: 0 1.875rem; } }
    .section__content--inner {
      padding-top: 3.125rem; }
  .section__text {
    color: #414042;
    font-size: 1.333rem;
    font-family: "HelveticaNeue-Thin", "Helvetica", sans-serif; }
    .section__text + .section__text {
      margin-top: 2rem; }
      @media screen and (min-width: 768px) {
        .section__text + .section__text {
          margin-top: 1.5rem; } }
    .section__text--link:link, .section__text--link:hover, .section__text--link:focus, .section__text--link:visited {
      color: inherit;
      text-decoration: none; }
    .section__text--alt {
      color: #94979a; }

/*------------- MODULES IMPORT -------------*/
/*------------- TABLE OF CONTENTS -------------*/
/*

    1. HEADER
    2. BANNER
    3. TEAM
    4. SERVICES
    5. APPROACH
    6. CONTACT
    7. FOOTER

*/
/*------------- 0. Special Announcement -------------*/
.announcement {
  padding-top: 7rem; }
  @media screen and (min-width: 400) {
    .announcement {
      padding-top: 8.0833rem; } }
  @media screen and (min-width: 768px) {
    .announcement {
      padding-top: 8.8125rem; } }
  @media screen and (min-width: 992px) {
    .announcement {
      padding-top: 9.8125rem; } }
  @media screen and (min-width: 1200px) {
    .announcement {
      padding-top: 10.5rem; } }
  @media screen and (min-width: 768px) {
    .announcement__banner {
      display: flex;
      align-items: center;
      justify-content: flex-start; } }
  .announcement__info {
    margin-top: 5rem;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .announcement__info {
        text-align: left;
        margin-top: 0;
        margin-left: 5rem; } }
  .announcement__group + .announcement__group {
    margin-top: 2.5rem; }

/*------------- 1. HEADER -------------*/
.header {
  background-color: #414042;
  padding: 1.667rem 15px;
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .header {
      padding: 1.25rem 15px 1.875rem 15px; } }
  .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; }
    @media screen and (min-width: 768px) {
      .header__content {
        align-items: flex-start; } }
  .header__logo-wrapper {
    display: block;
    width: 25%;
    max-width: 365px; }
    @media screen and (min-width: 768px) {
      .header__logo-wrapper {
        width: 15%; } }
  .header__logo {
    width: 100%;
    height: auto; }
  @media screen and (min-width: 768px) {
    .header__main {
      width: 85%; } }
  .header__collapse {
    width: 100%;
    position: absolute;
    z-index: 2;
    background-color: #414042;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(calc(100% + 1.667rem));
    border: 1px solid #414042;
    border-top: 0;
    padding: 15px;
    display: none; }
    @media screen and (min-width: 768px) {
      .header__collapse {
        background-color: transparent;
        border: 0;
        padding: 0;
        position: static;
        transform: none;
        display: flex !important;
        align-items: flex-start;
        justify-content: flex-end; } }
  .header__social {
    margin-top: 0.75rem; }
    @media screen and (min-width: 768px) {
      .header__social {
        margin-top: 0; } }
    .header__social-item + .header__social-item {
      margin-top: 0.75rem; }
      @media screen and (min-width: 768px) {
        .header__social-item + .header__social-item {
          margin-top: 0.25rem; } }
      @media screen and (min-width: 992px) {
        .header__social-item + .header__social-item {
          margin-top: 0.375rem; } }
    .header__social-icon {
      width: 2.0833rem;
      height: 2.0833rem;
      margin-right: 5px; }
      @media screen and (min-width: 768px) {
        .header__social-icon {
          width: 1.5625rem;
          height: 1.5625rem; } }
    .header__social-link {
      font-family: "HelveticaNeue-Thin", "Helvetica", sans-serif;
      font-size: 1rem;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .header__social-link:link, .header__social-link:hover, .header__social-link:focus, .header__social-link:visited {
        color: #94979a;
        text-decoration: none; }
      @media screen and (min-width: 768px) {
        .header__social-link {
          font-size: 0.75rem; } }
  .header__btn {
    cursor: pointer; }
    .header__btn-line {
      height: 4px;
      width: 2.5rem;
      background-color: #94979a; }
      .header__btn-line + .header__btn-line {
        margin-top: 5px; }
  @media screen and (min-width: 768px) {
    .header__menu {
      display: flex;
      align-items: flex-end;
      justify-content: flex-end;
      margin-right: 1.5rem; } }
  @media screen and (min-width: 992px) {
    .header__menu {
      margin-right: 3.375rem; } }
  @media screen and (min-width: 1200px) {
    .header__menu {
      margin-right: 6.25rem; } }
  .header__menu-item {
    color: #94979a;
    font-family: "BebasNeue", "Helvetica", sans-serif;
    font-size: 1.333rem;
    cursor: pointer;
    position: relative; }
    @media screen and (min-width: 768px) {
      .header__menu-item {
        padding: 0 0.75rem; } }
    @media screen and (min-width: 992px) {
      .header__menu-item {
        padding: 0 1.1875rem; } }
    @media screen and (min-width: 1200px) {
      .header__menu-item {
        padding: 0 2.1875rem; } }
    @media screen and (min-width: 768px) {
      .header__menu-item:first-child {
        padding-left: 0; } }
    @media screen and (min-width: 768px) {
      .header__menu-item:last-child {
        padding-right: 0; } }
    .header__menu-item + .header__menu-item {
      margin-top: 0.75rem; }
      @media screen and (min-width: 768px) {
        .header__menu-item + .header__menu-item {
          margin-top: 0; } }
    .header__menu-item--active {
      margin-bottom: 1.25rem; }
      @media screen and (min-width: 768px) {
        .header__menu-item--active {
          margin-bottom: 0; } }
      .header__menu-item--active:after {
        content: "";
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        height: 4px;
        width: 100%;
        background-color: #ed1d24; }
        @media screen and (min-width: 768px) {
          .header__menu-item--active:after {
            bottom: -1rem;
            margin-bottom: 0; } }

/*------------- 2. BANNER -------------*/
.banner {
  padding: 0;
  padding-top: 1.5rem; }
  .banner__ann {
    padding: 0;
    padding-top: 14.5rem; }
    @media screen and (min-width: 400) {
      .banner__ann {
        padding-top: 8.5rem; } }
    @media screen and (min-width: 768px) {
      .banner__ann {
        padding-top: 14.5rem; } }
    @media screen and (min-width: 992px) {
      .banner__ann {
        padding-top: 11.5rem; } }
    @media screen and (min-width: 1200px) {
      .banner__ann {
        padding-top: 12rem; } }
    .banner__ann-list {
      list-style-type: circle;
      margin-left: 1.25em;
      padding-left: 1.25em;
      padding-bottom: 1.75em; }
  .banner__slider {
    position: relative; }
    .banner__slider-arrow {
      position: absolute;
      z-index: 1;
      top: 50%;
      cursor: pointer; }
      .banner__slider-arrow--prev {
        left: 1rem;
        transform: translateY(-50%) scaleX(-1); }
        @media screen and (min-width: 768px) {
          .banner__slider-arrow--prev {
            left: 4rem; } }
      .banner__slider-arrow--next {
        right: 1rem;
        transform: translateY(-50%); }
        @media screen and (min-width: 768px) {
          .banner__slider-arrow--next {
            right: 4rem; } }
  .banner__item {
    position: relative;
    max-height: 400px;
    overflow: hidden; }
    .banner__item:focus {
      outline: none; }
    .banner__item-img {
      width: 100%;
      height: auto;
      pointer-events: none; }
    .banner__item-copy {
      position: absolute;
      bottom: 1rem;
      left: 50%;
      transform: translateX(-50%);
      color: #ffffff;
      width: 70%; }
      @media screen and (min-width: 768px) {
        .banner__item-copy {
          width: 60%;
          bottom: 2.5rem; } }
      @media screen and (min-width: 1200px) {
        .banner__item-copy {
          width: 40%; } }
    .banner__item-title {
      font-size: 2rem;
      font-family: "HelveticaNeue-Thin", "Helvetica", sans-serif;
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      position: relative; }
      @media screen and (min-width: 400px) {
        .banner__item-title {
          font-size: 2.5rem; } }
      @media screen and (min-width: 768px) {
        .banner__item-title {
          margin-bottom: 1.5rem;
          padding-bottom: 1.5rem;
          font-size: 4rem; } }
      .banner__item-title:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 10%;
        background-color: #ffffff; }
    .banner__item-subtitle {
      font-family: "BebasNeue", "Helvetica", sans-serif;
      font-size: 2rem;
      text-transform: uppercase; }
      @media screen and (min-width: 400px) {
        .banner__item-subtitle {
          font-size: 2.5rem; } }
      @media screen and (min-width: 768px) {
        .banner__item-subtitle {
          font-size: 4rem; } }

/*------------- 3. TEAM -------------*/
.team__slider {
  padding-top: 6.875rem;
  position: relative; }
  .team__slider-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 1.5rem;
    height: auto;
    cursor: pointer; }
    .team__slider-arrow--prev {
      transform: translateY(-50%) scaleX(-1);
      left: -3rem; }
      @media screen and (min-width: 768px) {
        .team__slider-arrow--prev {
          left: -1.5rem; } }
    .team__slider-arrow--next {
      transform: translateY(-50%);
      right: -3rem; }
      @media screen and (min-width: 768px) {
        .team__slider-arrow--next {
          right: -1.5rem; } }

.team__item {
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .team__item {
      padding: 0 1rem; } }
  .team__item:focus {
    outline: none; }
  .team__item-img {
    width: 100%;
    height: auto; }
  .team__item-title {
    margin: 1.333rem 0 0.75rem 0;
    font-family: "HelveticaNeue-Thin", "Helvetica", sans-serif;
    color: #414042;
    font-size: 2rem; }
    @media screen and (min-width: 768px) {
      .team__item-title {
        font-size: 1.5rem; } }
  .team__item-subtitle {
    font-family: "HelveticaNeue-Thin", "Helvetica", sans-serif;
    color: #94979a;
    font-size: 1.5rem; }
    @media screen and (min-width: 768px) {
      .team__item-subtitle {
        font-size: 1.125rem; } }
  .team__item-link {
    font-family: "HelveticaNeue-Thin", "Helvetica", sans-serif;
    display: block;
    font-size: 1rem; }
    .team__item-link:link, .team__item-link:hover, .team__item-link:focus, .team__item-link:visited {
      color: #94979a;
      text-decoration: none; }
    @media screen and (min-width: 768px) {
      .team__item-link {
        font-size: 0.75rem; } }

.team__content {
  position: relative; }

.team__popup {
  width: 100%;
  opacity: 0;
  transition: all .25s;
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-color: #ffffff;
  top: 0;
  left: 50%;
  transform-origin: 50%  50% 0;
  transform: translate(-50%, 6.8rem) scale(0.95);
  max-height: 80%;
  overflow: auto; }
  @media screen and (min-width: 768px) {
    .team__popup {
      max-height: 100%; } }
  @media screen and (min-width: 992px) {
    .team__popup {
      max-height: none; } }
  .team__popup--active {
    pointer-events: all;
    opacity: 1;
    transform: translate(-50%, 6.8rem) scale(1);
    box-shadow: 4rem 0 0 #ffffff, -4rem 0 0 #ffffff; }
    @media screen and (min-width: 768px) {
      .team__popup--active {
        box-shadow: 2rem 0 0 #ffffff, -2rem 0 0 #ffffff; } }
  .team__popup-content {
    position: relative;
    z-index: 2; }
  .team__popup-item {
    display: none; }
    .team__popup-item--active {
      display: block; }
      @media screen and (min-width: 992px) {
        .team__popup-item--active {
          display: flex; } }
    @media screen and (min-width: 992px) {
      .team__popup-item {
        align-items: flex-start;
        justify-content: space-between; } }
  .team__popup-img {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 992px) {
      .team__popup-img {
        width: 40%;
        margin-right: 2rem; } }
  .team__popup-copy {
    padding: 2rem; }
    @media screen and (min-width: 992px) {
      .team__popup-copy {
        padding: 0;
        width: 60%; } }
    @media screen and (min-width: 768px) {
      .team__popup-copy__content {
        display: flex;
        align-items: flex-start;
        justify-content: space-between; } }
  .team__popup-intro {
    margin-bottom: 2rem; }
    @media screen and (min-width: 768px) {
      .team__popup-intro {
        width: 50%;
        margin-bottom: 0;
        margin-right: 2rem; } }
  .team__popup-subtitle, .team__popup-title {
    font-size: 1.5rem;
    color: #94979a;
    font-family: "HelveticaNeue-Thin", "Helvetica", sans-serif;
    font-weight: 700; }
  .team__popup-subtitle {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1rem; }
    @media screen and (min-width: 768px) {
      .team__popup-subtitle {
        flex-wrap: nowrap; } }
  .team__popup-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%; }
    .team__popup-link:link, .team__popup-link:hover, .team__popup-link:focus, .team__popup-link:visited {
      color: inherit;
      text-decoration: none; }
    @media screen and (min-width: 768px) {
      .team__popup-link {
        width: auto; } }
    .team__popup-link + .team__popup-link {
      margin-top: 0.5rem; }
      @media screen and (min-width: 768px) {
        .team__popup-link + .team__popup-link {
          margin-top: 0; } }
    .team__popup-link:before {
      content: ">";
      font-size: 0.75rem;
      margin-right: 0.5rem; }
  .team__popup-text {
    font-family: 1rem;
    color: #94979a;
    font-family: "HelveticaNeue-Thin", "Helvetica", sans-serif;
    margin-top: 1rem; }
  @media screen and (min-width: 768px) {
    .team__popup-info {
      width: 50%; } }
  .team__popup-list-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-left: 0.5rem; }
    .team__popup-list-item:before {
      content: ">";
      margin-right: 0.25rem;
      font-size: 0.5rem;
      line-height: 1.5rem; }
    .team__popup-list-item:first-of-type {
      margin-top: 0; }

/*------------- 4. SERVICES -------------*/
.services__list {
  margin-top: 5.625rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .services__list {
      flex-wrap: nowrap; } }
  .services__list-item {
    text-align: center;
    color: #94979a;
    font-family: "HelveticaNeue-Thin", "Helvetica", sans-serif;
    font-size: 1.333rem;
    width: 50%;
    cursor: pointer;
    padding: 1rem 0; }
    @media screen and (min-width: 768px) {
      .services__list-item {
        width: 25%; } }
    .services__list-item:nth-child(1), .services__list-item:nth-child(2) {
      border-bottom: 2px solid #ed1d24; }
      @media screen and (min-width: 768px) {
        .services__list-item:nth-child(1), .services__list-item:nth-child(2) {
          border-bottom: 0; } }
    .services__list-item:nth-child(2), .services__list-item:nth-child(4) {
      border-left: 2px solid #ed1d24; }
    @media screen and (min-width: 768px) {
      .services__list-item + .services__list-item {
        border-left: 2px solid #ed1d24; } }
    .services__list-item--active {
      background-color: #fbfbfb; }

.services__content {
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .services__content {
      width: 70%; } }

.services__item {
  display: none;
  padding-top: 4rem; }
  .services__item-feature {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; }
    .services__item-feature:before {
      content: ">";
      margin-right: 1rem;
      font-size: 0.5rem;
      line-height: 1.75rem; }
    .services__item-feature + .services__item-feature {
      margin-top: 0; }

/*------------- 5. APPROACH -------------*/
.approach__steps {
  margin-top: 5.625rem; }
  @media screen and (min-width: 768px) {
    .approach__steps {
      display: flex;
      align-items: stretch;
      justify-content: center; } }
  .approach__steps-item {
    text-align: center;
    color: #94979a;
    font-family: "HelveticaNeue-Thin", "Helvetica", sans-serif;
    font-size: 1.333rem;
    position: relative; }
    @media screen and (min-width: 768px) {
      .approach__steps-item {
        width: auto; } }
    .approach__steps-item + .approach__steps-item {
      margin-top: 7rem; }
      @media screen and (min-width: 768px) {
        .approach__steps-item + .approach__steps-item {
          margin-top: 0;
          padding-left: 3.5rem; } }
      .approach__steps-item + .approach__steps-item:before {
        content: "";
        width: 2.5em;
        height: 4rem;
        background-image: url("../images/chevronRed.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        top: -5.5rem;
        left: 50%;
        transform: translateX(-50%) rotateZ(90deg); }
        @media screen and (min-width: 768px) {
          .approach__steps-item + .approach__steps-item:before {
            top: 50%;
            left: 0;
            transform: translateY(-50%); } }
    .approach__steps-item--active {
      background-color: #fbfbfb; }

/*------------- 6. CONTACT -------------*/
@media screen and (min-width: 768px) {
  .contact__content {
    display: flex;
    align-items: center;
    justify-content: flex-start; } }

.contact__map-link {
  display: block; }
  @media screen and (min-width: 768px) {
    .contact__map-link {
      width: 50%; } }

.contact__map {
  width: 100%;
  height: auto; }

.contact__info {
  margin-top: 5rem;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .contact__info {
      text-align: left;
      margin-top: 0;
      margin-left: 5rem; } }

.contact__group + .contact__group {
  margin-top: 2.5rem; }

/*------------- 7. FOOTER -------------*/
.footer {
  background-color: #414042;
  padding: 7.5rem 15px 4.375rem 15px; }
  @media screen and (min-width: 768px) {
    .footer__content {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap; } }
  @media screen and (min-width: 992px) {
    .footer__content {
      flex-wrap: nowrap;
      justify-content: space-between; } }
  @media screen and (min-width: 768px) {
    .footer__column {
      width: 33.33%;
      margin-bottom: 2.25rem; } }
  @media screen and (min-width: 992px) {
    .footer__column {
      margin-bottom: 0;
      width: auto; } }
  .footer__column + .footer__column {
    margin-top: 3rem; }
    @media screen and (min-width: 768px) {
      .footer__column + .footer__column {
        margin-top: 0; } }
  @media screen and (min-width: 768px) {
    .footer__intro {
      max-width: 258px; } }
  .footer__title {
    font-family: "BebasNeue", "Helvetica", sans-serif;
    font-size: 1.5rem;
    color: #94979a;
    margin-bottom: 1.333rem; }
    @media screen and (min-width: 768px) {
      .footer__title {
        margin-bottom: 1rem; } }
  .footer__text {
    font-family: "HelveticaNeue-Thin", "Helvetica", sans-serif;
    color: #ffffff;
    font-size: 1rem; }
    .footer__text:link, .footer__text:hover, .footer__text:focus, .footer__text:visited {
      color: #ffffff;
      text-decoration: none; }
  .footer__contact {
    margin-bottom: 1.333rem; }
    @media screen and (min-width: 768px) {
      .footer__contact {
        margin-bottom: 1rem; } }
  .footer__menu-item + .footer__menu-item {
    margin-top: 0.5rem; }
