/**
* Base.
* Variables and function definitions.
*
* @author full name<email address>
*/

.F1-news-banner {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgb(255, 255, 255);
}

.max-width-1920 .F1-news-banner {
  max-width: 1920px;
  margin: 0 auto;
}

.F1-news-banner * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.F1-news-banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  /*margin: 0 -112px;*/
}

.F1-news-banner__box {
  position: relative;
  width: 50%;
  padding: 88px 144px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 auto;
}
.F1-news-banner__box-1 {
    position: relative;
    width: 60%;
    padding: 68px 144px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    margin: 0 auto;
    text-align: center;
}
/*.F1-news-banner__box:nth-child(2n+1) .F1-news-banner__background {*/
  /*left: -50vw;*/
/*}*/

/*.F1-news-banner__box:nth-child(2n+2) .F1-news-banner__background {*/
  /*right: -50vw;*/
/*}*/

.F1-news-banner__box.u-active .F1-news-banner__background {
  opacity: 1;
}

.F1-news-banner__box .F1-news-banner__link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 1px;
  margin: 48px 0 0 0;
  z-index: 2;
  color: black;
  font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  text-decoration: none;
  text-transform: none;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

.basis-grotesque .F1-news-banner__box .F1-news-banner__link {
  font-family: "Basis Grotesque", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

.F1-news-banner__box .F1-news-banner__link::after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  bottom: 0;
  background-color: #2F6EB6;
  -webkit-transition: all .3s;
  transition: all .3s;
  will-change: transform;
  -webkit-transform: translateX(-102%);
          transform: translateX(-102%);
}

.F1-news-banner__box .F1-news-banner__link:hover {
  color:  #2F6EB6;
}

.F1-news-banner__box .F1-news-banner__link:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.F1-news-banner__h1,
.F1-news-banner__box .F1-news-banner__h1 a {
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 1;
  color: rgb(0, 0, 0);
  font-size: 32px;
  line-height: 1.2;
  font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-decoration: none;
}

.basis-grotesque .F1-news-banner__h1, .basis-grotesque
.F1-news-banner__box .F1-news-banner__h1 a {
  font-family: "Basis Grotesque", Arial, Helvetica, sans-serif;
  font-size: 36px;
  color: #333333;
}

.F1-news-banner__box .F1-news-banner__h1 a:hover {
  text-decoration: none;
  color: #707070;
}

.F1-news-banner__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

@media only screen and (max-width: 1440px) {
  .F1-news-banner {
    /*padding: 0 48px;*/
  }
  .F1-news-banner__box-1 {
       padding: 68px 48px !important;
  }
  .F1-news-banner__box {
      padding: 88px 48px;
  }
}

@media only screen and (max-width: 768px) {
  .F1-news-banner__wrapper {
    margin: 0 -72px;
  }
  .F1-news-banner__box {
    padding: 48px 72px;
  }
  .F1-news-banner__h1,
  .F1-news-banner__box .F1-news-banner__h1 a {
    font-size: 24px;
  }
  .basis-grotesque .F1-news-banner__h1, .basis-grotesque
  .F1-news-banner__box .F1-news-banner__h1 a {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 480px) {
  .F1-news-banner {
    padding: 0;
  }
  .F1-news-banner__wrapper {
    display: block;
    margin: 0;
  }
  .F1-news-banner__box {
    width: auto;
    padding: 32px 16px;
  }
  .F1-news-banner__box .F1-news-banner__link {
    margin-top: 24px;
  }
  .F1-news-banner__box:nth-child(2n+1) .F1-news-banner__background {
    left: 0;
  }
  .F1-news-banner__box:nth-child(2n+2) .F1-news-banner__background {
    right: 0;
  }
  .F1-news-banner__h1,
  .F1-news-banner__box .F1-news-banner__h1 a {
    font-size: 20px;
  }
  .basis-grotesque .F1-news-banner__h1, .basis-grotesque
  .F1-news-banner__box .F1-news-banner__h1 a {
    font-size: 20px;
    line-height: 30px;
  }
}

@supports (-webkit-appearance: none) {
  .F1-news-banner__background {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0);
  }
}

.F1-news-banner__box .F1-news-banner__copy {
  color: #434343;
  font-size: 16px;
  line-height: 24px;
  font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: relative;
  z-index: 2;
  margin: 24px 0 0 0;
}

.basis-grotesque .F1-news-banner__box .F1-news-banner__copy {
  font-family: "Basis Grotesque", Arial, Helvetica, sans-serif;
}
