:root {
  scroll-behavior: smooth;
}

.wrapper--small {
  max-width: 52em !important;
}

.e-awards {
  max-width: 45em !important;
  padding: 20px 20px 0;
  margin: 0 auto -70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.e-awards > * + * {
  margin-left: 8px;
}

.e-resp-video {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  width: 100%;
}

.e-resp-video::after {
  display: block;
  content: '';
  padding-top: 56.25%;
}

.e-resp-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.e-video-cols__video {
  flex: 5;
  margin-bottom: 40px;
}

.e-video-cols__text {
  margin: 0 10px;
}

.e-video-cols__text > p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1440px) {
  .e-video-cols {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .e-video-cols__text {
    text-align: left;
    flex: 3;
    margin: 0 40px;
  }
}

.e-nav-main {
  padding-left: 10px;
  padding-right: 10px;
}
.e-nav-main ul {
  margin-left: auto;
  margin-right: auto;
  max-width: 80vw;
}
.e-nav-main li {
  margin-bottom: 7px;
}

.e-press-section {
  background-color: #fff;
  color: #1a237e;
}

.e-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 20px -30px 20px;
  flex-wrap: wrap;
}

.e-logos li {
  margin: 0 20px 20px;
  flex-shrink: 0;
}

.e-logos a {
  padding: 3px;
  margin: 7px;
}
