.article {
  width: calc(100% - 240px);
  margin: 0 auto;
  max-width: 1440px;
}

.article-inner {
  padding: 75px 0 60px;
}

.article-inner a {
  transition: opacity .3s ease;
  position: relative;
}

.article-inner a::after {
  content: '';
  left: 0;
  bottom: 1px;
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgb(4, 40, 58);
  transition: opacity .3s ease;
}

.article-inner a:hover {
  opacity: .5;
}

.article-inner a:hover::after {
  opacity: 0;
}

.article-inner .article-title,
.article-inner .article-subTitle,
.article-inner .article-text,
.article-inner .article-youtube {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.article-inner .article-flex {
  width: 75%;
  margin: 50px auto;
  display: flex;
}


.article-inner > .article-image {
  width: 75%;
  margin-left: 12.5%;
}

.article-inner > .article-image.isVertical {
  width: 50%;
  margin-left: 25%;
}

.article-image {
  object-fit: cover;
  object-position: center;
}

.article-caption {
  font-size: 14px;
  color: #718B96;
  color: rgb(4, 40, 58);
  margin-top: 24px;
  margin-bottom: 50px;
  display: block;
  text-align: center;
}

.article-title {
  font-size: 75px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 50px;
}

.article-subTitle {
  font-size: 50px;
  margin-top: 75px;
  letter-spacing: -.5px;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: center;
}

.article-subTitle:first-child {
  margin-top: 0;
}

.article-text {
  font-family: 'Spectral', serif;
  margin: 18px auto 0;
  font-size: 20px;
  line-height: 1.4;
}

.article-text a {
  text-decoration: underline;
  transition: opacity .3s ease;
  /*position: relative;*/
}

.article-text a:hover {
    opacity: .5;
}

.article-video {
  width: 75%;
  margin: 50px auto;
  text-align: center;
}

.article-video video {
  width: 50%;
}

.article-text--bold {
  font-weight: 600;
}

.article-quote {
  padding-left: 50px;
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Spectral', serif;
}

.article-quote::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: #718B96;
  background: rgb(4, 40, 58);
}

.article-quote .article-subTitle {
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  text-align: left;
  /*text-transform: uppercase;*/
  line-height: 1.2;
}

.dialog-author, .bold {
    font-family: 'Aeroport';
    font-weight: bold;
    text-transform: uppercase;
}

.article-quote .article-text {
  font-size: 22px;
  margin-top: 12px;
  margin-left: 0;
  margin-right: 0;
}

.article-quote + .article-text {
  margin-top: 35px;
}

.article-flex > * {
  width: calc(50% - 20px);
  margin-right: 40px;
}

.article-flex > .article-image.isHorizontal {
  width: 60%;
}

.article-flex > .article-image.isVertical {
  width: calc(40% - 40px);
}

.article-flex > *:last-of-type {
  margin-right: 0;
}

.article-text + .article-image {
  margin-top: 50px;
}

.article-youtube + .article-image {
  margin-top: 50px;
}

.article-youtube-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 50px;
}

.article-slider {
  margin-top: 50px;
  overflow: hidden;
}

.article-youtube-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-width: 1200px) {
    .article {
      width: 100%;
      padding: 0 50px;
    }

    .article-inner .article-title, .article-inner .article-subTitle, .article-inner .article-text {
      width: 90%;
    }

    .article-inner .article-flex {
      width: 100%;
    }

    .article-inner > .article-image {
      width: calc(100% + 100px);
      margin-left: -50px;
    }
}

@media (max-width: 1024px) {
    
}

@media (max-width: 801px) {
    
}

@media (max-width: 812px) {
    .article {
      width: 100%;
      padding: 0 40px;
    }

    .article-inner {
      padding: 25px 0;
    }

    .article-inner .article-title, .article-inner .article-subTitle, .article-inner .article-text, .article-inner .article-flex {
      width: calc(100% - 20px);
      width: 100%;
    }

    .article-title {
      font-size: 30px;
      /*padding: 0 40px;*/
    }

    .article-inner .article-flex {
      margin: 30px 0;
      flex-direction: column;
    }

    .article-flex > * {
      margin-right: 0;
    }

    .article-inner > .article-image {
      width: calc(100% + 60px);
      margin-left: -30px;
      margin-bottom: 12px;
    }

    .article-subTitle {
      margin-top: 35px;
      /*font-size: 24px;*/
      margin-bottom: 10px;
      font-size: 34px;
    }

    .article-text {
      font-size: 16px;
    }

    .article-quote {
      margin-left: -10px;
      padding-left: 30px;
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .article-quote .article-subTitle {
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 18px;
    }

    .article-quote .article-text {
      line-height: 1.4;
    }

    .article-quote audio {
      margin-top: 18px;
      width: 100%;
    }

    .article-caption {
      width: calc(100% + 10px);
      font-size: 12px;
      margin-bottom: 30px;
      line-height: 1.2;
      margin-top: 0;
    }

    .article-quote + .article-image {
      /*margin-top: 35px;*/
      margin-top: 0;
    }

    .article-youtube {
      width: 100%;
    }

    .article-flex .article-image {
      width: 100% !important;
    }

    .article-flex .article-image:not(:first-of-type) {
      margin-top: 30px;
    }

    .article-slider, .article-youtube + .article-image, .article-youtube-inner, .article-text + .article-image {
      margin-top: 30px;
    }

    .article-inner > .article-image.isVertical, .article-inner .article-youtube {
      width: 100%;
      margin-left: 0;
    }

    .article-video {
      width: 100%;
      margin-top: 30px;
    }

    .article-video video {
      width: 100%;
    }
}

@media (max-width: 480px) {
    .article {
      padding: 0 30px;
    }

    .article-quote .article-text {
      font-size: 14px;
    }

    .article-slider {
      width: calc(100% + 60px);
      margin-left: -30px;
    }
}

@media (max-width: 360px) {
    .article {
      padding: 0 20px;
    }

    .article-slider {
      width: calc(100% + 40px);
      margin-left: -20px;
    }

    .article-title {
      font-size: 25px;
      margin-bottom: 35px;
    }
}