@charset "UTF-8";
.--uppercase {
  text-transform: uppercase;
}

.--michelin-bold {
  font-family: "michelinbold";
}

@font-face {
  font-family: "michelinblack";
  src: url("/pages/landing-pages/e-partner/fonts/michelin-black.woff2") format("woff2"), url("/pages/landing-pages/e-partner/fonts/michelin-black.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "michelinbold";
  src: url("/pages/landing-pages/e-partner/fonts/michelin-bold.woff2") format("woff2"), url("/pages/landing-pages/e-partner/fonts/michelin-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "michelinlight";
  src: url("/pages/landing-pages/e-partner/fonts/michelin-light.woff2") format("woff2"), url("/pages/landing-pages/e-partner/fonts/michelin-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "michelinregular";
  src: url("/pages/landing-pages/e-partner/fonts/michelin-regular.woff2") format("woff2"), url("/pages/landing-pages/e-partner/fonts/michelin-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "michelinsemibold";
  src: url("/pages/landing-pages/e-partner/michelin-semibold.woff2") format("woff2"), url("/pages/landing-pages/e-partner/michelin-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.--padding {
  max-width: 1090px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

.--padding-wider {
  max-width: 1460px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}

header {
  position: relative;
  z-index: 3;
}

header .top {
  border-bottom: 3px solid #FCE500;
}

header .top-wrapper {
  display: flex;
  height: 100px;
}
@media (min-width: 600px) {
  header .top-wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 599px) {
  header .top-wrapper {
    justify-content: center;
  }
}

.logo img {
  width: 270px;
}

.header-brands {
  align-self: flex-start;
  display: flex;
  position: relative;
  z-index: 0;
}
@media (max-width: 599px) {
  .header-brands {
    display: none;
  }
}

.header-brands-a {
  color: #fff;
  cursor: pointer;
  padding: 0 15px;
  background-color: #27509b;
  border-radius: 0 0 4px 4px;
  transition: 0.2s;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.header-brands:hover .header-brands-a {
  background-color: #27509b;
  color: #fff;
  border-radius: 0;
}

.header-brands-a:after {
  color: #FCE500;
}

.header-brands .dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 100%;
  background: #27509b;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  color: #fff;
}

.header-brands .dropdown ul,
.header-brands .dropdown li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-brands .dropdown ul {
  background-color: #27509b;
}

.header-brands:hover .dropdown {
  visibility: visible;
  opacity: 1;
  text-align: left;
}

.header-brands .dropdown a {
  display: block;
  padding: 6px 18px;
  color: #ffffff;
  opacity: 1;
  font-size: 95%;
}

.header-brands .dropdown a:hover {
  background-color: #2e5aaa;
}

.header-brands .dropdown li:not(:last-child) a {
  border-bottom: 1px solid #2e5aaa;
}

.mainnav {
  background-color: rgba(39, 80, 155, 0.9);
  height: 40px;
  position: relative;
  z-index: 1;
}
.mainnav a:hover {
  color: #fff;
}
.mainnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mainnav__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mainnav__ul-1 {
  height: 40px;
  display: flex;
  justify-self: flex-start;
  align-items: stretch;
}

.mainnav__li-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 999px) {
  .mainnav__li-1:not(.active) .mainnav__ul-2 {
    display: none;
  }
}

.mainnav__a-1 {
  color: #fff;
}
.mainnav__a-1:hover {
  color: #fff;
}
@media (min-width: 1000px) {
  .mainnav__a-1 {
    display: none;
  }
}

.nav-home {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "michelinregular";
  margin-right: 9px;
}
@media (max-width: 999px) {
  .nav-home {
    display: none !important;
  }
}

.mainnav__ul-2 {
  display: flex;
  justify-self: flex-start;
  align-items: stretch;
}
@media (min-width: 1000px) {
  .mainnav__ul-2 {
    height: 40px;
  }
}
@media (max-width: 999px) {
  .mainnav__ul-2 {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    flex-direction: column;
    background-color: #27509b;
    text-align: left;
  }
}
@media (max-width: 799px) {
  .mainnav__ul-2 {
    right: 0;
  }
}

.mainnav__li-2 {
  position: relative;
}
@media (min-width: 1000px) {
  .mainnav__li-2:not(.nav-home):hover {
    background-color: #27509b;
  }
}
@media (max-width: 999px) {
  .mainnav__li-2:not(:last-child) {
    border-bottom: 1px solid #2e5aac;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .mainnav__li-2:not(.active) .mainnav__ul-3 {
    display: none;
  }
}

.mainnav__a-2 {
  color: #fff;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}
@media (min-width: 1000px) {
  .mainnav__a-2 {
    font-size: 13px;
    padding: 0 12px;
  }
}
@media (max-width: 999px) {
  .mainnav__a-2 {
    padding: 8px 40px 8px 20px;
    font-size: 14px;
  }
}
@media (max-width: 799px) {
  .mainnav__a-2 {
    border-bottom: 1px solid #2e5aac;
  }
}
.mainnav__a-2:after {
  color: #FCE500;
}
@media (max-width: 999px) {
  .mainnav__a-2:after {
    display: none !important;
  }
}
.mainnav__a-2:hover {
  color: #fff;
}

.mainnav__li-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1000px) {
  .mainnav__li-2 {
    align-items: center;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .mainnav__li-2:not(.--contact) {
    padding-right: 40px;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .mainnav__li-2:not(.--contact):after {
    content: "" !important;
    font-family: "icons";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    display: block;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 11px;
  }
}
@media (max-width: 999px) {
  .mainnav__li-2.active {
    background-color: #2e5aaa;
  }
}

.mainnav__ul-3 {
  background-color: #27509b;
  z-index: 1;
}
@media (min-width: 1000px) {
  .mainnav__ul-3 {
    position: absolute;
    top: 100%;
    left: 0;
  }
}
@media (min-width: 1000px) {
  .mainnav__li-2:not(:hover) .mainnav__ul-3 {
    display: none;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .mainnav__ul-3.mainnav__blog {
    display: flex;
    flex-wrap: wrap;
    width: 500px;
  }
}
@media (min-width: 1000px) {
  .mainnav__li-2:hover .mainnav__ul-3.mainnav__blog {
    display: flex;
    flex-wrap: wrap;
    width: 500px;
  }
}
@media (min-width: 800px) {
  .mainnav__li-2.active .mainnav__ul-3 {
    position: absolute;
    left: 100%;
    top: 0;
  }
}

.mainnav__li-3 {
  border-bottom: 1px solid #2e5aaa;
}
.mainnav__blog .mainnav__li-3:not(.mainnav__btn-li) {
  flex: 0 0 50%;
}

.mainnav__btn-li {
  flex: 0 0 100%;
  box-sizing: border-box;
  padding: 18px;
}

.mainnav__btn-a {
  background-color: rgba(255, 255, 255, 0.12);
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 20px 9px;
  text-align: center;
  font-weight: 700;
  display: block;
  transition: 0.1s;
}
@media (min-width: 1000px) {
  .mainnav__btn-a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.18);
  }
}

.mainnav__a-3 {
  color: #fff;
  white-space: nowrap;
  display: block;
}
@media (min-width: 1000px) {
  .mainnav__a-3 {
    font-size: 15px;
    padding: 6px 18px;
  }
}
@media (max-width: 999px) {
  .mainnav__a-3 {
    font-size: 14px;
    padding: 8px 40px 8px 20px;
  }
}
@media (max-width: 799px) {
  .mainnav__a-3 {
    color: rgba(255, 255, 255, 0.5);
    padding: 8px 36px 8px 36px;
  }
}
@media (min-width: 1000px) {
  .mainnav__a-3:hover {
    color: #fff;
    background-color: #2e5aaa;
  }
}

.utilitynav__ul-1 {
  display: flex;
  justify-self: flex-start;
  align-items: stretch;
  height: 40px;
}

.utilitynav__li-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) {
  .utilitynav__li-1 {
    position: relative;
  }
}
.utilitynav__li-1:not(:first-child) {
  margin-left: 9px;
}
.utilitynav__li-1:not(.active):not(.utility__search) .utilitynav__ul-2 {
  display: none;
}
.utilitynav__li-1.active, .utilitynav__li-1:not(.utility__search):hover {
  background-color: #27509b;
}

.utilitynav__a-1 {
  color: #fff;
  padding: 0 12px;
}
.utilitynav__li-1.active .utilitynav__a-1, .utilitynav__a-1:hover {
  color: #fff;
}

.utilitynav__ul-2 {
  position: absolute;
  top: 100%;
  right: 0;
}
@media (max-width: 799px) {
  .utilitynav__ul-2 {
    left: 0;
  }
}

.utility__search {
  position: relative;
  z-index: 0;
}
.utility__search .utilitynav__a-1 {
  display: none;
}
.utility__search .utilitynav__ul-2 {
  position: static;
}

.header-search {
  border: 0;
  height: 40px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.07);
  color: #fff;
  padding: 0 9px;
}
.header-search::placeholder {
  color: #fff;
}
.header-search:focus, .header-search:hover {
  background-color: #27509b;
}

.header-search-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("/images/icon-search.png");
  background-size: cover;
  width: 20px;
  height: 20px;
}

.utility__tag .utilitynav__ul-2 {
  background-color: #27509b;
  min-width: 300px;
  z-index: 1;
}
.utility__tag .utilitynav__ul-2 .actions {
  padding: 18px;
}
.utility__tag .utilitynav__ul-2 .input-wrapper {
  margin-bottom: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
.utility__tag .utilitynav__ul-2 .input-wrapper a {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 50%;
  margin-top: -13px;
}
.utility__tag .utilitynav__ul-2 .input-wrapper a:before {
  color: #FCE500;
}
.utility__tag .utilitynav__ul-2 input {
  border: 0 !important;
  padding: 8px 10px;
  color: #fff !important;
  font-size: 14px !important;
}
.utility__tag .utilitynav__ul-2 input::placeholder {
  font-size: 14px;
}
.utility__tag .utilitynav__ul-2 .heading {
  margin: 0 18px 12px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  opacity: 0.5;
  color: #ffffff;
}

.tag__links,
.tag__results {
  margin: 0 36px 18px 18px !important;
}
.tag__links a,
.tag__results a {
  color: #fff;
  padding: 4px 0;
}

.utility__calendar {
  position: static !important;
}
.utility__calendar .utilitynav__ul-2 {
  left: 0;
}

.utility__calendar .utilitynav__ul-2 {
  z-index: 1;
}
.utility__calendar .utilitynav__ul-2 .archive-container {
  padding: 12px 0 50px;
  background: #27509b;
  overflow: auto;
  white-space: nowrap;
}
.utility__calendar .utilitynav__ul-2 .tip {
  position: absolute;
  left: 50%;
  bottom: 20px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: -20px;
  font-size: 32px;
  opacity: 0.9;
  transform: scale(0.75);
}
.utility__calendar .utilitynav__ul-2 .tip div {
  position: absolute;
  top: 50%;
  height: 2px;
  width: 150px;
  margin-top: -1px;
  background: #ffffff;
  font-size: 16px;
}
.utility__calendar .utilitynav__ul-2 .tip .icon-only-left {
  right: 100%;
}
.utility__calendar .utilitynav__ul-2 .tip .icon-only-right {
  left: 100%;
}
.utility__calendar .utilitynav__ul-2 .tip div:before {
  position: absolute;
  top: -7px;
}
.utility__calendar .utilitynav__ul-2 .tip .icon-only-left:before {
  left: -5px;
}
.utility__calendar .utilitynav__ul-2 .tip .icon-only-right:before {
  right: -5px;
}
.utility__calendar .utilitynav__ul-2 .slider {
  position: relative;
  font-size: 0;
}
.utility__calendar .utilitynav__ul-2 a,
.utility__calendar .utilitynav__ul-2 span {
  display: inline-block;
  vertical-align: bottom;
  color: #d3d3d3;
  padding: 15px;
}
.utility__calendar .utilitynav__ul-2 .year a:first-of-type {
  color: #fff;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 20px;
}
.utility__calendar .utilitynav__ul-2 a {
  cursor: pointer;
}
.utility__calendar .utilitynav__ul-2 a:after {
  color: #FCE500;
}
.utility__calendar .utilitynav__ul-2 a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.utility__calendar .utilitynav__ul-2 span:before,
.utility__calendar .utilitynav__ul-2 span:after {
  color: #FCE500;
}
.utility__calendar .utilitynav__ul-2 .year {
  display: inline-block;
  vertical-align: bottom;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.utility__calendar .utilitynav__ul-2 .year:first-child {
  margin-left: 12px;
}
.utility__calendar .utilitynav__ul-2 .year:last-child {
  margin-right: 12px;
}
.utility__calendar .utilitynav__ul-2 .year:not(:first-child) {
  margin-left: 10px;
}
.utility__calendar .utilitynav__ul-2 .year a:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.utility__calendar .utilitynav__ul-2 .year a:last-child {
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.utility__calendar .utilitynav__ul-2 .month {
  text-transform: uppercase;
}

.home__toggles {
  padding: 4vh 10px;
}

.home-articles {
  padding-bottom: 4vh;
}

.article .actions {
  display: flex;
  text-align: center;
  border-bottom: 1px solid rgba(170, 170, 170, 0.18);
  margin-bottom: 24px;
}

.article .article-action {
  color: rgba(34, 34, 34, 0.5);
  font-size: 26px;
  width: 25%;
  border-right: 1px solid rgba(170, 170, 170, 0.18);
  transition: 0.3s;
}

.article .article-action:first-child {
  border-left: 1px solid rgba(170, 170, 170, 0.18);
}

.article .article-action:hover {
  cursor: pointer;
  color: rgba(34, 34, 34, 0.8);
}

.article-gallery__items {
  display: flex;
  flex-wrap: wrap;
}

.article-gallery__item {
  border-left: 1px solid #FCE500;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.article-gallery__date {
  position: absolute;
  bottom: calc(100% - 10px);
  left: -10px;
  background-color: #FCE500;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  color: #27509B;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.article-gallery__month {
  font-size: 11px;
  font-weight: 700;
  font-style: italic;
}

.article-gallery__day {
  font-size: 19px;
  font-family: "michelinbold";
  font-weight: 600;
}

.article-gallery__year {
  font-size: 11px;
  font-style: italic;
}

.article-gallery__icons {
  color: #bbb;
  font-size: 12px;
  padding: 9px 0 0;
  margin: 20px 24px 0;
  border-top: 1px solid #bbb;
  display: flex;
}

.article-gallery__icon {
  flex: 0 0 50%;
}

@media screen and (min-width: 1024px) {
  .article-gallery__item {
    flex: 0 0 calc((25%) - 22.5px);
    box-sizing: border-box;
  }
  .article-gallery__item:not(:nth-child(4n+1)) {
    margin-left: 30px;
  }
}
@media screen and (min-width: 550px) and (max-width: 1023px) {
  .article-gallery__item {
    flex: 0 0 calc((50%) - 15px);
    box-sizing: border-box;
  }
  .article-gallery__item:not(:nth-child(2n+1)) {
    margin-left: 30px;
  }
}
@media screen and (max-width: 549px) {
  .article-gallery__item {
    flex: 0 0 calc((100%) - 0px);
    box-sizing: border-box;
  }
  .article-gallery__item:not(:nth-child(1n+1)) {
    margin-left: 30px;
  }
}
.article-gallery__thumb {
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 0;
}

.article-gallery__thumb.--download:after {
  content: "";
  background-image: url("/images/icon-download.png");
  height: 30px;
  width: 30px;
  bottom: 9px;
  right: 9px;
  position: absolute;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.article-gallery__img {
  object-fit: cover;
  object-position: 50% 10%;
  height: 100%;
  width: 100%;
}

.article-gallery__content {
  padding: 24px 24px 0;
  position: relative;
  z-index: 0;
}

.article-gallery__name {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 6px;
}
.home-media .article-gallery__name a, .blog__related .article-gallery__name a {
  color: #fff;
}

.article-gallery__copy {
  font-size: 13px;
  line-height: 18px;
  color: #666;
}
.blog__related .article-gallery__copy {
  color: rgba(255, 255, 255, 0.52);
}

.article-gallery__copy p {
  margin-bottom: 0;
}

.latest-galleries {
  background-image: url("/images/media-background.png");
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 6vh;
}

.latest-galleries h2 {
  text-align: center;
  color: #fff;
  padding: 4vh 0;
  font-size: 20px;
  font-family: "michelinbold";
  letter-spacing: 0.025rem;
  font-weight: 700;
  margin: 0;
}

.latest-galleries .article-gallery__name a {
  color: #fff;
}

.home-news {
  background-image: url("/images/media-background.jpg");
  background-position: 80% 100%;
  background-repeat: no-repeat;
  padding-bottom: 160px;
}
.home-news .image-wrapper,
.home-news .image {
  background: #fff;
}
.home-news.bg-image > .image-wrapper .image {
  opacity: 1;
}

.home-news h2 {
  text-align: center;
  color: #27509B;
  padding: 4vh 0;
  font-size: 20px;
  font-family: "michelinbold";
  letter-spacing: 0.025rem;
  font-weight: 700;
  margin: 0;
}

.news-gallery__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.news-gallery__item {
  text-align: center;
  position: relative;
  z-index: 0;
  margin-bottom: 20px;
}
@media (min-width: 800px) {
  .news-gallery__item {
    flex: 0 0 calc((33.3333333333%) - 13.3333333333px);
    box-sizing: border-box;
  }
  .news-gallery__item:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
}
@media (max-width: 799px) {
  .news-gallery__item {
    flex: 0 0 calc((50%) - 10px);
    box-sizing: border-box;
  }
  .news-gallery__item:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
}

.news-gallery__a {
  width: 100%;
  height: 114px;
  position: relative;
  z-index: 0;
  display: block;
  transition: 0.15s;
}
.news-gallery__a:hover {
  transform: scale(1.02);
}

.news-gallery__img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}

.news-gallery__name {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "michelinbold";
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}

footer {
  background-color: #222;
  color: #EFEFEF;
  text-align: left;
  padding: 32px 0;
}

div.footer__wrapper {
  position: relative;
  z-index: 0;
}
@media (min-width: 1200px) {
  div.footer__wrapper:after {
    content: "";
    background-image: url("/images/bibendum.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100% calc(100% + 60px);
    display: block;
    width: 190px;
    height: 300px;
    position: absolute;
    bottom: -32px;
    right: 70px;
  }
}

.footer__heading {
  font-size: 20px;
  text-align: center;
  font-family: "michelinbold";
  font-weight: 700;
  color: #aaa;
}

.footer__content {
  display: flex;
}
@media (max-width: 1199px) {
  .footer__content {
    flex-wrap: wrap;
  }
}
@media (max-width: 799px) {
  .footer__content {
    flex-direction: column;
  }
}

.footer__left {
  flex: 1 1 auto;
  padding-bottom: 36px;
}
@media (min-width: 800px) {
  .footer__left {
    padding-right: 60px;
  }
}

.footer__right {
  padding-bottom: 36px;
}
@media (min-width: 1200px) {
  .footer__right {
    flex: 0 0 630px;
  }
}

.footer__nav-item {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1;
  white-space: nowrap;
}
.footer__nav-item:before {
  content: "•";
  color: #FCE500;
  margin-right: 9px;
  font-size: 26px;
}

.footer__nav-a {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01rem;
}
.footer__nav-a:hover {
  color: #fff;
}

.colophon {
  color: #aaa;
  font-size: 12px;
  border-top: 1px solid #aaa;
  padding-top: 22px;
}
.colophon a {
  color: #aaa;
}
.colophon a:hover {
  color: #aaa;
  text-decoration: underline;
}

.footer__social {
  background-color: #27509B;
  border-radius: 4px;
  display: inline-flex;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  align-items: center;
  margin-bottom: 22px;
  position: relative;
  z-index: 0;
}
.footer__social > a {
  display: block;
  margin-left: 18px;
}
.footer__social > a:not(.social__popup-a) {
  width: 20px;
  height: 15px;
}
.footer__social img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.social__popup-a, .social__popup-a:hover {
  color: #FCE500;
  cursor: pointer;
}
.social__popup-a:before {
  font-size: 10px;
}

.social__popup {
  position: absolute;
  bottom: calc(100%);
  left: 0;
  min-width: 100%;
  background-color: #23488b;
  border-radius: 4px 4px 0 0;
  padding: 20px 0 4px 0;
  box-sizing: border-box;
}
.social__popup:not(.active) {
  display: none;
}

.social__title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
}

.social__links {
  display: flex;
  margin-bottom: 9px;
  padding: 9px 20px;
}
.social__links:not(:last-child) {
  border-bottom: 1px solid #2e5aaa;
}

.social__links a {
  width: 20px;
  height: 15px;
}
.social__links a:not(:first-child) {
  margin-left: 18px;
}
.social__links a img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.blog__right {
  padding: 0 !important;
  background-color: #efefef;
}
.blog__right > div:not(.blog__actions) {
  padding: 0 20px 40px;
}

.blog__right-h2 {
  font-family: "michelinbold";
  color: #27509b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.blog__about {
  color: #666;
}
.blog__about .normalplus {
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 18px;
}
.blog__about p:not(.normalplus) {
  font-size: 12px;
  line-height: 18px;
}

.blog__actions {
  display: flex;
  justify-content: space-between;
}
.blog__actions a {
  flex: 1 0 auto;
  font-size: 24px;
  color: #666;
}
.blog__actions a:not(:first-child) {
  border-left: 1px solid rgba(170, 170, 170, 0.18);
}

.blog__documents > a {
  margin-bottom: 20px;
}

.blog__tags {
  display: flex;
  justify-content: space-between;
}

.blog__tags-detail {
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-right: 40px;
}

.blog__tags-h2 {
  font-family: "michelinbold";
  color: #27509b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 6px;
}

.blog__tags-detail > a {
  font-size: 16px;
  color: #222;
  font-weight: 700;
  text-decoration: underline;
  text-transform: capitalize;
}

.blog__details {
  padding: 40px 0;
}

.blog__detail-h2 {
  font-family: "michelinbold";
  color: #27509b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 6px;
}

.blog__detail-h3 {
  color: #666;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 6px;
}

.blog__related {
  background-image: url("/images/bg-related.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.blog__related-h2 {
  font-family: "michelinbold";
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 50px 0;
  margin: 0;
}

.hero-wrapper .yar-slider-controls div {
  background-color: rgba(0, 0, 0, 0.79);
  opacity: 1;
  width: 50px;
  height: 70px;
  line-height: 70px;
  font-size: 28px;
}
.hero-wrapper .yar-slider-controls div:before {
  color: #fff;
}

.blog__details img {
  max-width: 100%;
}

.stats {
  padding-top: 30px;
}

.blog__btn {
  background-color: #27509b;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px;
  padding: 20px 12px;
  line-height: 1.2;
  text-align: center;
  transition: 0.2s;
}
.blog__btn .action {
  display: block;
}
.blog__btn .target {
  font-size: 12px;
  padding-top: 3px;
}
.blog__btn:hover {
  color: #fff;
  background-color: #1d3b72;
}

.blog__gallery {
  display: flex;
  flex-wrap: wrap;
}

.blog__gallery-item {
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
  flex: 0 0 calc((50%) - 5px);
  box-sizing: border-box;
}
.blog__gallery-item:not(:nth-child(2n+1)) {
  margin-left: 10px;
}
.blog__gallery-item:first-child:last-child {
  flex: 0 0 calc((100%) - 0px);
  box-sizing: border-box;
}
.blog__gallery-item:first-child:last-child:not(:nth-child(1n+1)) {
  margin-left: 10px;
}
.blog__gallery-item .fancy-gallery {
  display: block;
}
.blog__gallery-item img {
  display: block;
  object-fit: cover;
  object-position: top center;
  width: 100%;
  min-height: 150px;
  max-height: 500px;
}

.blog__download {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  display: block;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
  background: #ffffff;
  color: #27509b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.beyond {
  max-width: 1650px;
  margin: 0 auto;
}

.beyond__hero {
  position: relative;
  z-index: 0;
  display: flex;
}
@media (min-width: 800px) {
  .beyond__hero {
    height: 590px;
  }
}
@media (max-width: 799px) {
  .beyond__hero {
    height: 60vh;
  }
}
.beyond__hero .image {
  z-index: -1;
}

.hero__featured {
  display: flex;
  flex: 0 0 100%;
}

.hero__text {
  position: relative;
  align-self: flex-end;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px) {
  .hero__text {
    flex: 0 0 65%;
  }
}

.hero__posted {
  font-size: 12px;
  color: #fff;
}

.hero__title {
  color: #fff;
  line-height: 1;
}
@media (min-width: 800px) {
  .hero__title {
    font-size: 36px;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  .hero__title {
    font-size: 26px;
  }
}
@media (max-width: 599px) {
  .hero__title {
    font-size: 20px;
  }
}

.hero__link {
  font-size: 13px;
  color: #FCE500;
  font-family: Arial, sans-serif;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero__link:hover {
  color: #FCE500;
}
.hero__link:after {
  content: "➝";
  font-size: 12px;
  margin-left: 2px;
  font-style: normal;
}

.text__wrapper {
  margin-left: auto;
  box-sizing: border-box;
}
@media (min-width: 1200px) {
  .text__wrapper {
    max-width: 780px;
    padding: 20px 80px 40px 0;
  }
}
@media (max-width: 1199px) {
  .text__wrapper {
    padding: 0 0 40px;
  }
}

.hero__related {
  flex: 0 0 35%;
  background-color: rgba(255, 255, 255, 0.88);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding: 20px 20px 20px 30px;
  flex-direction: column;
}

.related__wrapper {
  max-width: 310px;
  overflow: auto;
}

.related__h2 {
  font-size: 18px;
  line-height: 1;
}

.related__date {
  font-size: 12px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.related__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.related__item {
  padding: 20px 0;
}
.related__item:not(:last-child) {
  border-bottom: 1px dashed #aaa;
}

.related__more-a {
  font-size: 13px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #00205B;
}
.related__more-a:after {
  content: "➝";
  font-size: 12px;
  margin-left: 2px;
  font-style: normal;
}

@media (max-width: 1199px) {
  .hero__related {
    display: none;
  }
}

@media (min-width: 1200px) {
  .top__related {
    display: none;
  }
}

.beyond__top {
  display: flex;
  padding-top: 4vh;
  padding-bottom: 4vh;
}
@media (max-width: 999px) {
  .beyond__top {
    flex-direction: column;
  }
}

.top__content {
  flex: 1 1 auto;
  box-sizing: border-box;
  padding-right: 40px;
}
.top__content h2 {
  color: #27509b;
  font-family: "michelinbold";
  line-height: 1.2;
}
@media (min-width: 800px) {
  .top__content h2 {
    font-size: 36px;
  }
}
@media (max-width: 799px) {
  .top__content h2 {
    font-size: 22px;
  }
}
.top__content h2 strong {
  color: #1095F9;
}
.top__content p {
  font-size: 18px;
}

.top__logo {
  flex: 0 1 auto;
}

.top__images-wrapper {
  background-image: linear-gradient(to bottom, #ffffff 60%, rgba(125, 185, 232, 0.5) 100%);
}

.top__images {
  display: flex;
  padding-bottom: 6vh;
}
@media (max-width: 999px) {
  .top__images {
    flex-direction: column;
  }
}

.top__image {
  text-align: center;
}
@media (min-width: 1000px) {
  .top__image {
    flex: 0 0 calc((33.3333333333%) - 20px);
    box-sizing: border-box;
  }
  .top__image:not(:nth-child(3n+1)) {
    margin-left: 30px;
  }
}

.top__image-img {
  max-width: 100%;
  margin-bottom: 20px;
}

.top__image-title {
  font-size: 18px;
  font-weight: 700;
  color: #27509b;
  margin-bottom: 15px;
}

.top__image-copy {
  font-size: 15px;
  line-height: 1.4;
  text-align: left;
}

.beyond__resources-wrapper {
  background-color: #00205B;
  padding-bottom: 8vh;
}
.beyond__resources-wrapper h2 {
  color: #FCE500;
  text-align: center;
  font-size: 20px;
  margin: 0;
  padding: 6vh 0;
  line-height: 1.2;
}
.beyond__resources-wrapper h3 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
}

.download__items {
  display: flex;
  flex-wrap: wrap;
}

.download__item {
  display: flex;
  margin-bottom: 45px;
}
@media (min-width: 1000px) {
  .download__item {
    flex: 0 0 calc((50%) - 40px);
    box-sizing: border-box;
  }
  .download__item:not(:nth-child(2n+1)) {
    margin-left: 80px;
  }
}
@media (max-width: 999px) {
  .download__item {
    flex: 0 0 calc((100%) - 0px);
    box-sizing: border-box;
  }
  .download__item:not(:nth-child(1n+1)) {
    margin-left: 20px;
  }
}
@media (max-width: 799px) {
  .download__item {
    flex-direction: column;
  }
}

.download__a {
  display: block;
}
@media (min-width: 800px) {
  .download__a {
    width: 250px;
    height: 200px;
    flex: 0 0 250px;
  }
}
@media (max-width: 799px) {
  .download__a {
    margin-bottom: 12px;
  }
}

.download__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.download__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 800px) {
  .download__content {
    padding-left: 20px;
  }
}

.download__title {
  font-weight: 700;
  color: #fff;
  font-size: 18px;
  margin-bottom: 6px;
  line-height: 1.2;
}

.download__copy {
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
}

.download__btn-a {
  background-color: #1095F9;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  border-radius: 4px;
  line-height: 40px;
  padding: 0 15px;
  display: inline-block;
  transition: 0.2s;
}
.download__btn-a:hover {
  color: #fff;
  background-color: #0579d1;
}

.video__items {
  display: flex;
  flex-wrap: wrap;
}

.video__item {
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .video__item {
    flex: 0 0 calc((33.3333333333%) - 20px);
    box-sizing: border-box;
  }
  .video__item:not(:nth-child(3n+1)) {
    margin-left: 30px;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .video__item {
    flex: 0 0 calc((50%) - 15px);
    box-sizing: border-box;
  }
  .video__item:not(:nth-child(2n+1)) {
    margin-left: 30px;
  }
}
@media (max-width: 599px) {
  .video__item {
    flex: 0 0 calc((100%) - 0px);
    box-sizing: border-box;
  }
  .video__item:not(:nth-child(1n+1)) {
    margin-left: 30px;
  }
}

.video__a {
  display: block;
  margin-bottom: 6px;
  position: relative;
  z-index: 0;
}
.video__a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("/images/video-play.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.video__img {
  display: block;
  width: 100%;
}

.video__title {
  color: #fff;
  font-size: 12px;
}

.partners__wrapper {
  background-image: linear-gradient(to top, #ffffff 60%, rgba(125, 185, 232, 0.5) 100%);
}
.partners__wrapper h2 {
  color: #27509b;
  text-align: center;
  font-size: 20px;
  margin: 0;
  padding: 6vh 0;
}

.partners {
  display: flex;
  flex-wrap: wrap;
}

.partner {
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 800px) {
  .partner {
    flex: 0 0 calc((50%) - 30px);
    box-sizing: border-box;
  }
  .partner:not(:nth-child(2n+1)) {
    margin-left: 60px;
  }
}
@media (max-width: 799px) {
  .partner {
    flex: 0 0 calc((100%) - 0px);
    box-sizing: border-box;
  }
  .partner:not(:nth-child(1n+1)) {
    margin-left: 30px;
  }
}

.partner__image {
  align-self: center;
  justify-self: center;
  margin-bottom: 20px;
  height: 90px;
  display: flex;
  align-items: center;
}

.partner__content {
  text-align: left;
}

.partner-img {
  display: block;
  max-width: 100%;
}

.beyond__footer {
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 800px) {
  .beyond__footer {
    height: 440px;
    justify-content: flex-start;
  }
}
@media (max-width: 799px) {
  .beyond__footer {
    justify-content: center;
    padding: 100px 0 60px;
  }
}

@media (min-width: 800px) {
  .beyond__contact {
    flex: 0 0 100%;
    box-sizing: border-box;
  }
}

.contact__a {
  background-color: #27509b;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  border-radius: 4px;
  padding: 0 25px;
  display: inline-block;
  transition: 0.2s;
  text-align: center;
}
@media (min-width: 600px) {
  .contact__a {
    padding: 0 25px;
    line-height: 58px;
  }
}
@media (max-width: 599px) {
  .contact__a {
    padding: 12px 25px;
    line-height: 1.2;
  }
}
.contact__a:hover {
  color: #fff;
  background-color: #1d3b72;
}

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