/*
	Colors
*/
/*
	Dimensions
*/
.hidden {
  display: none !important; }

.transparent {
  opacity: 0 !important; }

.fixed {
  position: fixed !important; }

.justify-content-center {
  justify-content: center !important; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

/* --------------------------------

Mixins

-------------------------------- */
/**
* Icomoon font icon set for the plugin
* 
* https://icomoon.io
*/
@font-face {
  font-family: 'Interactive Icons';
  src: url("../fonts/icomoon.eot?onyf89");
  src: url("../fonts/icomoon.eot?onyf89#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?onyf89") format("truetype"), url("../fonts/icomoon.woff?onyf89") format("woff"), url("../fonts/icomoon.svg?onyf89#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="ia-icon-"], [class*=" ia-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Interactive Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ia-icon-keyboard_arrow_down:before {
  content: "\e902"; }

.ia-icon-arrow_drop_down:before {
  content: "\e903"; }

.ia-icon-facebook-official:before {
  content: "\e900"; }

.ia-icon-twitter:before {
  content: "\e901"; }

.interactive-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.interactive-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.interactive-row > div {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto; }

.interactive-col-25 {
  flex: 0 0 25%;
  max-width: 25%; }

.interactive-col-50 {
  flex: 0 0 50%;
  max-width: 50%; }

.interactive-col-100 {
  flex: 0 0 100%;
  max-width: 100%; }

/*
	Small screen breakpoint
*/
@media screen and (min-width: 576px) {
  .interactive-col-sm-25 {
    flex: 0 0 25%;
    max-width: 25%; }
  .interactive-col-sm-50 {
    flex: 0 0 50%;
    max-width: 50%; }
  .interactive-col-sm-100 {
    flex: 0 0 100%;
    max-width: 100%; } }

/*
	Medium-sized screen breakpoint
*/
@media screen and (min-width: 768px) {
  .interactive-col-md-25 {
    flex: 0 0 25%;
    max-width: 25%; }
  .interactive-col-md-50 {
    flex: 0 0 50%;
    max-width: 50%; }
  .interactive-col-md-100 {
    flex: 0 0 100%;
    max-width: 100%; } }

/*
	Large screen breakpoint
*/
@media screen and (min-width: 992px) {
  .interactive-col-lg-25 {
    flex: 0 0 25%;
    max-width: 25%; }
  .interactive-col-lg-50 {
    flex: 0 0 50%;
    max-width: 50%; }
  .interactive-col-lg-100 {
    flex: 0 0 100%;
    max-width: 100%; } }

/*
	Extra large screen breakpoint
*/
@media screen and (min-width: 1200px) {
  .interactive-col-xl-25 {
    flex: 0 0 25%;
    max-width: 25%; }
  .interactive-col-xl-50 {
    flex: 0 0 50%;
    max-width: 50%; }
  .interactive-col-xl-100 {
    flex: 0 0 100%;
    max-width: 100%; } }

/*
 * 	Main styling for the plugin
 */
html.interactive {
  font-size: 16px;
  padding: 0; }
  html.interactive body {
    padding: 0 10px;
    background: #000; }
    html.interactive body.sponsored-post {
      display: block !important; }

/*
	 * 	Interactive Header
	 */
.interactive-header {
  position: absolute;
  width: 100vw;
  height: 50px;
  top: 0;
  left: 0;
  padding: 10px;
  text-align: left;
  z-index: 1000;
  font-size: 0;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }
  .interactive-header.opaque {
    opacity: 1; }
  .interactive-header a {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .interactive-header a.brand {
      color: white;
      font-size: 20px;
      font-weight: 600;
      font-size: 0;
      display: inline-block;
      height: 100%;
      opacity: 0.9;
      -webkit-transition: opacity 0.6s;
      -moz-transition: opacity 0.6s;
      -o-transition: opacity 0.6s;
      transition: opacity 0.6s; }
      .interactive-header a.brand:hover {
        opacity: 1; }
      .interactive-header a.brand img {
        height: 100%;
        margin: 0;
        filter: invert(100%);
        -webkit-filter: invert(100%); }
  .interactive-header .title {
    font-size: 20px; }
  .interactive-header .social-share {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-align: right;
    padding: 13px 20px; }
    .interactive-header .social-share a.link {
      display: inline-block;
      font-size: 18px;
      color: white;
      margin-left: 18px;
      opacity: 0.8; }
      .interactive-header .social-share a.link.twitter {
        font-size: 20px;
        position: relative;
        top: 1px; }
      .interactive-header .social-share a.link:hover {
        opacity: 1; }

/*
	 * 	Interactive Section
	 */
.interactive-section {
  width: 100%;
  min-height: 100vh;
  position: relative;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  /*
			Intro styling
		*/
  /*
			Body styling
		*/
  /*
			Large styling
		*/
  /*
			Downloads
		*/
  /*
			Interactive embeds
		*/ }
  .interactive-section progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 4px;
    opacity: 0.9; }
  .interactive-section progress[value] {
    border: none;
    display: block;
    -webkit-appearance: none;
    appearance: none; }
  .interactive-section progress[value]::-webkit-progress-bar {
    background-color: transparent;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset; }
  .interactive-section progress[value]::-webkit-progress-value {
    background-size: 35px 20px, 100% 100%, 100% 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .interactive-section progress[value]::-moz-progress-bar {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }
  .interactive-section .scroll-icon {
    position: fixed;
    bottom: 2px;
    left: 50%;
    font-size: 3vw;
    color: #fff;
    opacity: 0.9;
    -webkit-transition: opacity 0.8s ease 0.35s;
    -moz-transition: opacity 0.8s ease 0.35s;
    -o-transition: opacity 0.8s ease 0.35s;
    transition: opacity 0.8s ease 0.35s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .interactive-section .scroll-icon:hover {
      opacity: 1; }
  .interactive-section .content div {
    min-height: 10px; }
  .interactive-section .content div, .interactive-section p, .interactive-section h1, .interactive-section h2, .interactive-section h6 {
    color: #fff; }
  .interactive-section.cover h1, .interactive-section.cover h2, .interactive-section.cover p, .interactive-section.cover p.byline {
    max-width: 610px;
    font-weight: 600;
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }
  .interactive-section.cover h1, .interactive-section.cover h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-top: 3rem;
    margin-bottom: 1rem; }
  .interactive-section.cover p {
    font-size: 18px;
    line-height: 1.5rem;
    margin-bottom: 1rem; }
    .interactive-section.cover p.byline {
      font-weight: 600;
      margin-top: -0.5rem;
      margin-bottom: 0.5rem; }
  .interactive-section h2, .interactive-section p {
    max-width: 610px;
    margin: 0 auto;
    padding: 0 15px; }
  .interactive-section h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 1.25rem; }
  .interactive-section p {
    font-size: 1.0625rem;
    line-height: 1.625rem;
    letter-spacing: -.004em;
    font-weight: 400;
    margin-bottom: 1.25rem; }
    .interactive-section p.intro-para {
      font-size: 1.2rem;
      line-height: 1.5rem;
      font-weight: 400;
      letter-spacing: 0;
      margin-bottom: 1rem; }
    .interactive-section p.byline {
      font-size: 0.89rem;
      display: block; }
  .interactive-section blockquote p {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    width: 100%;
    max-width: 610px;
    padding: 0 15px;
    margin-top: 1rem auto;
    -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8); }
  .interactive-section.large h2 {
    font-size: 30px;
    line-height: 1.45em;
    font-weight: 700;
    margin-bottom: 1.25rem; }
  .interactive-section.large p {
    font-size: 1.15rem;
    line-height: 1.61em;
    font-weight: 500;
    letter-spacing: -.003em; }
    .interactive-section.large p.intro-para {
      font-size: 1.4rem;
      line-height: 31px;
      font-weight: 500;
      letter-spacing: -.003em; }
  .interactive-section.downloads {
    font-size: 14px; }
    .interactive-section.downloads h2 {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 30px;
      padding: 0; }
    .interactive-section.downloads a {
      position: relative;
      top: -2px;
      font-size: 10px;
      color: inherit;
      text-transform: uppercase;
      border-bottom: 1px solid; }
    .interactive-section.downloads .file {
      margin-bottom: 11px; }
  .interactive-section iframe {
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 15px; }
  .interactive-section .wp-video {
    margin: 0 auto; }

/*
	 * 	Interactive Background
	 */
.interactive-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* Compensate for embedded 16:9 video */ }
  .interactive-background.gif {
    top: -5%;
    height: 110%; }
  .interactive-background iframe {
    width: 100%;
    height: 100%;
    border: none; }
  .interactive-background video {
    border: none;
    object-fit: cover;
    width: 100%;
    height: 110%;
    position: relative;
    top: -5%;
    pointer-events: none; }

/*
	 * 	Interactive text
	 */
.interactive-text {
  position: relative;
  top: 0;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  max-width: 700px;
  flex-wrap: nowrap;
  justify-content: center;
  z-index: 2;
  clear: both; }
  .interactive-text .content {
    position: relative;
    margin-top: 0;
    overflow: visible;
    max-width: 100%;
    height: fit-content;
    flex-basis: auto; }
    .interactive-text .content h2 a {
      text-decoration: underline;
      color: inherit; }

/*
		Dark style
	*/
.style-black .interactive-background {
  background-color: #000; }

/*
		White style
	*/
.style-white {
  color: #000; }
  .style-white .interactive-background {
    background-color: #fff; }
  .style-white .caption, .style-white .caption-left, .style-white .caption-center, .style-white .caption-right {
    color: #000; }

.interactive-section.style-white .content div, .interactive-section.style-white p, .interactive-section.style-white h1, .interactive-section.style-white h2, .interactive-section.style-white h6 {
  color: #000; }

.interactive-section.style-white blockquote p {
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.interactive-section.style-white .caption, .interactive-section.style-white .caption-left, .interactive-section.style-white .caption-center, .interactive-section.style-white .caption-right {
  -webkit-text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
  .interactive-section.style-white .caption p, .interactive-section.style-white .caption-left p, .interactive-section.style-white .caption-center p, .interactive-section.style-white .caption-right p {
    -webkit-text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }

.interactive-section.style-white.cover h1, .interactive-section.style-white.cover h2, .interactive-section.style-white.cover p, .interactive-section.style-white.cover p.byline, .interactive-section.style-white.cover p.intro-byline {
  -webkit-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

/*
		Links
	*/
p a {
  color: inherit;
  border-bottom: 1px solid;
  display: inline-block;
  line-height: 1em;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }
  p a:hover {
    color: inherit;
    opacity: 0.6; }

/*
		Captions
	*/
.caption, .caption-left, .caption-center, .caption-right {
  font-size: 1rem;
  line-height: 1.625;
  font-weight: 600;
  clear: both;
  padding: 0 15px;
  max-width: 230px;
  text-transform: uppercase;
  -webkit-text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8); }
  .caption p, .caption-left p, .caption-center p, .caption-right p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    -moz-text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8); }

/*
		Positioning
	*/
.position-left, .caption-left {
  float: left;
  width: fit-content; }

.position-center, .caption-center {
  margin-left: auto;
  margin-right: auto;
  width: fit-content; }

.position-right, .caption-right {
  float: right;
  width: fit-content; }

/* Desktop */
@media all and (min-width: 768px) {
  progress {
    height: 3px; }
  .interactive-section {
    /* Body */
    /* Cover */
    /* Large */ }
    .interactive-section h2, .interactive-section p {
      padding: 0; }
    .interactive-section p {
      font-size: 1.2rem;
      line-height: 1.615em;
      letter-spacing: -.003em; }
      .interactive-section p.intro-para {
        font-size: 1.5rem;
        letter-spacing: -.5px;
        line-height: 2.1875rem;
        font-weight: 400;
        margin-bottom: 1.8125rem; }
    .interactive-section.cover h1 {
      margin-top: 0; }
    .interactive-section.large {
      padding: 0; }
      .interactive-section.large h2, .interactive-section.large p {
        padding: 0; }
      .interactive-section.large h2 {
        font-size: 30px; }
      .interactive-section.large p {
        font-size: 1.3125rem;
        line-height: 1.73em; }
        .interactive-section.large p.intro-para {
          font-size: 1.55rem;
          line-height: 36px; } }

/*
	Related articles - Flexslider
*/
.interactive-section .flexslider {
  background: transparent;
  border: none;
  max-width: 610px;
  margin: 0 auto; }

.interactive-section .flexslider .flex-item {
  display: block;
  min-width: 260px;
  min-height: 160px;
  position: relative;
  background-size: cover;
  background-position: center center; }

.interactive-section .flex-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  width: 100%;
  padding: 2%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  margin: 0;
  max-width: none;
  text-align: center;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }

.flex-direction-nav a:before {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.1); }

/* Large screen */
@media all and (min-width: 1550px) {
  .interactive-section .scroll-icon {
    font-size: 2vw; } }

@media all and (max-width: 1000px) {
  .interactive-section .scroll-icon {
    font-size: 5vw; } }

/* Mobile */
@media all and (max-width: 767px) {
  .interactive-section .scroll-icon {
    font-size: 9vw; }
  .interactive-section .content {
    margin-top: 3rem;
    /* Mobile: the first element needs to have top-padding to not overlap - Especially iPhone5 */ }
    .interactive-section .content p:first-child, .interactive-section .content h1:first-child, .interactive-section .content h2:first-child {
      margin-top: 3rem; } }

/* iPhone 5 and smaller */
@media all and (max-width: 350px) {
  .interactive-section .scroll-icon {
    font-size: 11vw; }
  .interactive-section.cover .content {
    /* Mobile: the first element needs to have top-padding to not overlap - Especially iPhone5 */ }
    .interactive-section.cover .content p:first-child, .interactive-section.cover .content h1:first-child, .interactive-section.cover .content h2:first-child {
      margin-top: 4rem; } }
