.content .video-container, .content .bullet-list li, .content, .main-content, .blog-intro, .blog-intro-wrapper {
  position: relative;
}

.content .video-container iframe, .content .bullet-list li:before, .main-content .title h2, .hero::before {
  position: absolute;
}

.main-content .title h2 {
  display: inline-block;
  zoom: 1;
}

.content .bullet-list li:before, .main-content .title h2, .hero::before {
  display: block;
}

.blog-intro p {
  box-sizing: border-box;
}

.main-content .title h2, .hero::before {
  content: "";
}

.content .double-images figure figcaption p, .content figure figcaption p {
  text-align: center;
}

.blog-intro h2 {
  text-transform: uppercase;
}

.main-content {
  display: flex;
  flex-wrap: wrap;
}

.main-content, .blog-intro, .blog-intro-wrapper, .main-content .title h2 {
  background-repeat: no-repeat;
}

.blog-intro {
  background-size: cover;
}

.main-content, .blog-intro-wrapper {
  background-size: 100%;
}

.blog-intro {
  background-position: right center;
}

.main-content {
  background-position: center top;
}

.blog-intro p {
  width: 60%;
}

.content h3, .content h2 {
  font-family: "neurial_grotesk", sans-serif;
}

.blog-intro h2, .main-content .title h2 {
  font-family: "Weekly", sans-serif;
}

.blog-intro {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (min-width: 451px) and (max-width: 1200px) {
  .blog-intro {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
}
@media screen and (max-width: 450px) {
  .blog-intro {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.main-content .title h2 {
  background-image: url("/app/images/global/arrow-blue-right.png");
  background-size: 90px;
}

.blog-intro h2 {
  margin-bottom: 3em;
  color: #8d8d8d;
}

.main-content .title h2 {
  display: flex;
  min-width: 0;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  white-space: nowrap;
  color: #02BBED;
  padding: 300px 0px 0px 0px;
  background-position: center bottom;
}

.main-content .title h2 {
  left: 5%;
  top: 200px;
}

.blog-intro p, .content h3, .content h2 {
  font-size: 1.8em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .blog-intro p, .content h3, .content h2 {
    font-size: 1.8em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .blog-intro p, .content h3, .content h2 {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 450px) {
  .blog-intro p, .content h3, .content h2 {
    font-size: 1.4em;
  }
}

.content p {
  font-size: 1.2em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .content p {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .content p {
    font-size: 1em;
  }
}
@media screen and (max-width: 450px) {
  .content p {
    font-size: 0.9em;
  }
}

.content .double-images figure figcaption p, .content figure figcaption p {
  font-size: 1.05em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .content .double-images figure figcaption p, .content figure figcaption p {
    font-size: 1.05em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .content .double-images figure figcaption p, .content figure figcaption p {
    font-size: 0.95em;
  }
}
@media screen and (max-width: 450px) {
  .content .double-images figure figcaption p, .content figure figcaption p {
    font-size: 0.9em;
  }
}

.content .bullet-list li, .blog-intro h2, .main-content .title h2 {
  font-size: 0.9em;
}
@media screen and (min-width: 1200px) and (max-width: 1919px) {
  .content .bullet-list li, .blog-intro h2, .main-content .title h2 {
    font-size: 0.9em;
  }
}
@media screen and (min-width: 451px) and (max-width: 1199px) {
  .content .bullet-list li, .blog-intro h2, .main-content .title h2 {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 450px) {
  .content .bullet-list li, .blog-intro h2, .main-content .title h2 {
    font-size: 0.8em;
  }
}

.content h3, .content h2 {
  font-weight: 900;
  line-height: 1.2em;
  margin-bottom: 1.5em;
}

.blog-intro h2, .main-content .title h2 {
  font-weight: normal;
  line-height: 1.6em;
  margin-bottom: 1.5em;
}

.content .bullet-list li, .content .double-images figure figcaption p, .content figure figcaption p, .content p, .blog-intro p {
  font-weight: normal;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

.hero {
  height: 1200px;
  background-image: url("/app/images/policy/hero.jpg");
}
.hero h1 {
  top: 400px;
  right: 80px;
}
.hero::before {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(20, 19, 79, 0.65);
}

.hero-text {
  width: 50%;
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .hero-text {
    width: 60%;
  }
}
@media screen and (min-width: 760px) and (max-width: 1199px) {
  .hero-text {
    width: 70%;
  }
}
@media screen and (max-width: 759px) {
  .hero {
    height: 1000px;
  }

  .hero-text {
    width: 70%;
  }
  .hero-text p, .hero-text p.long {
    width: 100%;
  }
}
.blog-intro-wrapper {
  background-position: right bottom;
  background-image: url("/app/images/global/content-bg.png");
  padding-bottom: 50px;
}

.blog-intro {
  align-items: center;
  background-color: #151251;
  border-top: 15px solid #02BBED;
  padding: 5%;
  margin-left: 10%;
  color: #FFFFFF;
  background-image: url("/app/images/global/intro-bg.png");
  margin-top: -200px;
}
.blog-intro p {
  line-height: 1.3em;
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
  .blog-intro {
    padding: 10%;
  }
  .blog-intro p {
    width: 80%;
  }
}
@media screen and (max-width: 759px) {
  .blog-intro {
    padding: 10%;
    margin-left: 5%;
  }
  .blog-intro p {
    width: 100%;
  }
}
.main-content {
  color: #FFFFFF;
  margin-bottom: 6em;
  margin-top: -120px;
}
.main-content .title {
  width: 20%;
}
.content {
  width: 50%;
  /* DOUBLE IMAGES */
  /* TRIPLE COLUMNS */
  /* BULLET LIST */
  /* VIDEO */
}
.content h2 {
  margin-top: 1.5em;
}
.content p {
  color: #919191;
}
.content a {
  color: #02BBED;
}
.content figure {
  width: 100%;
  overflow: hidden;
}
.content figure img {
  width: 100%;
  height: auto;
  margin: 1.5em 0;
}
.content .double-images {
  overflow: auto;
}
.content .double-images figure {
  float: left;
  width: 48%;
  margin: 0 2% 0 0;
}
.content .double-images figure:last-of-type {
  margin-right: 0 !important;
}
.content .triplecols {
  overflow: auto;
}
.content .triplecols > div {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.content .triplecols > div:nth-of-type(3n) {
  margin-right: 0;
}
.content .triplecols > div:nth-of-type(3n+1) {
  clear: left;
}
.content .bullet-list {
  overflow: auto;
  margin: 0.8em 1em;
}
.content .bullet-list li {
  padding-left: 1.5em;
  color: #919191;
}
.content .bullet-list li:before {
  content: " ";
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #919191;
}
.content .video-container {
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin: 1.5em 0;
}
.content .video-container iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 759px) {
  .title {
    display: none;
  }

  .content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
