/* Make sure css classes are Unique to the immersive content type - immersive is the namespace. */

.immersive-container {
  padding-right: 52px;
  font-family: 'museo-sans', sans-serif;
}

.immersive-container ul li:before {
  color: #ec008c;
  content: url('../img/pink-bullet.png') '\00a0  ';
}

.immersive-inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.immersive-row:before,
.immersive-row:after,
.immersive-pre-footer-content:after,
.immersive-pre-footer-content:before {
  display: table;
  content: ' ';
}

.immersive-row:after,
.immersive-pre-footer-content:after {
  clear: both;
}

.immersive-vertical {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}

.chapter-navigation {
  position: fixed;
  top: 0;
  padding: 0 0 20px 0;
  width: 200px;
  right: -201px;
  height: 100%;
  z-index: 4;
  background: rgb(255, 255, 255);

  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.chapter-navigation--open {
  right: -148px;
}

.chapter-navigation--open-extended {
  right: 0;
}

.chapter-navigation ul {
  padding: 0 0 0 0;
  width: 100%;
  display: inline-block;
}

.chapter-link {
  display: block;
  vertical-align: top;
  margin-bottom: 0;
  position: relative;
  list-style: none;
  cursor: pointer;
  color: #fff;
  background-color: #312783;
}

.chapter-link__number {
  width: 50px;
  top: 50%;
  margin-top: -10px;
  text-align: center;
  display: inline-block;
  position: absolute;
  color: white;
  font-size: 14px;
}

.chapter-link--current {
  background-color: #e70085;
}

.chapter-link--current .chapter-link__number {
}

.chapter-link__text {
  padding: 15px 0;
  margin-left: 60px;
  display: inline-block;
}

.chapter-navigation__line {
  width: 100%;
  height: 2px;
  margin-bottom: 10px;
  background-color: #ffffff;
}

.immersive-chapter {
  position: relative;
  width: 100%;
  min-height: 600px;
  font-family: 'museo-sans', sans-serif;

  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.immersive-chapter__overlay,
.immersive__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient(
      GradientType=0,
      startColorstr='#4c000000',
      endColorstr='#4c000000'
    ); /* IE */
}

.immersive-chapter__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 100px 40px;
  z-index: 1;
  position: relative;
  color: #ffffff;
  text-align: center;
}

.immersive-chapter__title {
  font-size: 60px;
  line-height: 64px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 600px;
  margin: 0 auto 30px auto;
  opacity: 0;
  transform: translate3d(0, -50px, 0);
  -webkit-transform: translate3d(0, -50px, 0);
  transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
}

.immersive-chapter__button {
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
}

.immersive-chapter.immersive-check--animate .immersive-chapter__title,
.immersive-chapter.immersive-check--animate .immersive-chapter__text,
.immersive-chapter.immersive-check--animate .immersive-chapter__button {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.immersive-chapter__text {
  font-size: 24px;
  font-weight: 300;
  max-width: 850px;
  margin: 0 auto 45px auto;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
  -webkit-transform: translate3d(0, 50px, 0);
  transition: all 800ms ease-in-out;
  -webkit-transition: all 800ms ease-in-out;
}

.immersive-quote-container {
  background: url('../img/bubbles.png') center center repeat-y;
  text-align: center;
  padding: 50px 0;
}

@-webkit-keyframes quote {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes quote {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
    -webkit-transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

.immersive-quote {
  width: 440px;
  height: 440px;
  margin-right: 40px;
  margin-left: 40px;
  margin-bottom: 90px;
  border-radius: 50%;
  background-color: #e70085;
  text-align: center;
  display: inline-block;
  position: relative;
  opacity: 0;
  behavior: url('/wp-content/themes/scienceblog/css/PIE.htc');
  background-size: cover;
  background-position: center;
}

.immersive-quote.immersive-check--animate {
  opacity: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: quote;
  animation-name: quote;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.immersive-quote--has-image {
  margin-bottom: 280px;
}

.immersive-quote--has-image::before {
  top: -80px;
  right: -80px;
}

.immersive-quote__wrapper {
  display: table;
  height: 440px;
  width: 440px;
}

.immersive-quote__wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}

.immersive-quote:nth-child(3n) {
  background-color: #312783;
}

.immersive-quote:nth-child(2n) {
  background-color: #312783;
}

.immersive-quote__text {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}

.immersive-quote__credit {
  color: #fff;
  font-weight: 700;
}

.immersive-quote__credit:before {
  content: '—';
  display: inline-block;
  padding-right: 5px;
}

.immersive-quote__image {
  width: 250px;
  height: 250px;
  position: relative;
  margin-top: -70px;

  border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  behavior: url('/wp-content/themes/scienceblog/css/PIE.htc');
}

.immersive-check--animate .immersive-quote__image {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.immersive-big-quote-container {
  height: 100%;
  width: 100%;
  text-align: center;
  display: table;

  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
}

.immersive-big-quote-container__inner {
  display: table-cell;
  vertical-align: middle;
  padding: 100px 0;
}

.immersive-big-quote {
  width: 440px;
  height: 440px;
  margin-right: 40px;
  margin-left: 40px;
  border-radius: 50%;
  background: #e70085;
  text-align: center;
  display: inline-block;
  position: relative;
  opacity: 0;
  transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  behavior: url('/wp-content/themes/scienceblog/css/PIE.htc');
}

.immersive-big-quote.immersive-check--animate {
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

.immersive-big-quote__text {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}

.immersive-big-quote__text p:after {
  content: '\201D';
  font-size: 32px;
  padding-left: 3px;
}

.immersive-big-quote__text p:before {
  content: '\201C';
  font-size: 32px;
  padding-right: 3px;
}
.immersive-big-quote__text--hide-marks p:before,
.immersive-big-quote__text--hide-marks p:after {
  display: none;
}

.immersive-big-quote__credit {
  color: #fff;
  font-weight: 700;
}

.immersive-big-quote__credit:before {
  content: '—';
  display: inline-block;
  padding-right: 5px;
}

.immersive-big-quote__wrapper {
  display: table;
  height: 440px;
  width: 440px;
}

.immersive-big-quote__wrapper-inner {
  display: table-cell;
  vertical-align: middle;
}

.immersive-video__image {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
}

.immersive-video__content {
  position: absolute;
  color: #fff;
  bottom: 40px;
  left: 50%;
  margin-left: -250px;
  width: 500px;
}

.immersive-video__content-mobile {
  display: none;
  color: #fff;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.immersive-video__content-mobile .immersive-video__desc {
  max-width: 500px;
  background: transparent;
}

.immersive-video__controls {
  display: block;
  background: rgba(169, 169, 170, 0.6);
}

.immersive-video__play {
  width: 100px !important;
  height: 100px !important;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

.immersive-video__play:hover {
  cursor: pointer;
}

.immersive-video__play img {
  width: 100%;
  height: auto;
}

.immersive-video__desc {
  padding: 20px;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(
      GradientType=0,
      startColorstr='#4c000000',
      endColorstr='#4c000000'
    ); /* IE */
}

.immersive-video__title {
  color: #fff;
  margin-top: 0;
}

.immersive-video__embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}

.immersive-video__embed iframe,
.immersive-video__embed object,
.immersive-video__embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.immersive-audio-container .mejs-audio .mejs-time-rail,
.mejs-volume-button,
.mejs-horizontal-volume-slider {
  display: none !important;
}

.immersive-audio-container .mejs-time {
  float: none !important;
  display: inline-block !important;
}

.immersive-audio-container .mejs-currenttime:after {
  content: '/';
  padding-left: 5px;
}

.immersive-audio-container {
  display: table;
  width: 100%;
  text-align: center;
  position: relative;

  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
}

.immersive-audio-container__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 100px 0;
}

.immersive-audio-container__content {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -webkit-transform: translate3d(0, 100px, 0);
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
}

.immersive-audio-container__content.immersive-check--animate {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.immersive-audio-container .immersive-check--animate .mejs-audio {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

.immersive-audio-container .mejs-audio {
  width: 200px !important;
  height: 200px !important;
  border-radius: 50%;
  background-color: #e70085;
  display: inline-block;
  position: absolute;
  bottom: -100px;
  right: 0;
  opacity: 0;

  transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transition: all 600ms ease-in-out;
  -webkit-transition: all 600ms ease-in-out;
  transition-delay: 1s;
  -webkit-transition-delay: 800ms;
  behavior: url('/wp-content/themes/scienceblog/css/PIE.htc');
}

.immersive-audio-container .mejs-controls {
  background-color: transparent !important;
  text-align: center;
  top: 33%;
}

.immersive-audio-container .mejs-container .mejs-controls .mejs-playpause-button {
  display: block;
  float: none;
  margin: 0 auto;
  width: 97px;
  height: 70px;
}

.immersive-audio-container .mejs-controls .mejs-play button {
  margin: 0;
  width: 97px;
  height: 67px;
  background: transparent url('../img/audio.png') no-repeat !important;
  background-size: 97px 67px !important;
}

.immersive-audio-container .mejs-controls .mejs-pause button {
  margin: 0;
  width: 97px;
  height: 70px;
  background: transparent url('../img/pause.png') no-repeat center !important;
  background-size: 70px !important;
}

.mejs-controls .mejs-button button:focus {
  outline: 0 !important;
}

.immersive-audio-container__content {
  width: 500px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 100px;
}

.immersive-audio-container__description {
  color: #ffffff;
  position: relative;
  width: 440px;
  height: 440px;
  background-color: rgb(0, 0, 0); /* IE8 */
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  behavior: url('/wp-content/themes/scienceblog/css/PIE.htc');
}

.immersive-audio-container__description-inner {
  width: 440px;
  height: 440px;
  display: table;
}

.immersive-audio-container__description-text {
  display: table-cell;
  vertical-align: middle;
}

.immersive-audio-container__description-text p {
  width: 80%;
  margin: 0 auto;
  font-size: 30px;
}

.immersive-text-container {
  min-height: 500px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-color: #e3e3e3;
  position: relative;
  background-position: center;
}

.immersive-text-container--no-image {
  min-height: auto;
}

.immersive-text-container--black .immersive__overlay {
  background-color: rgba(255, 255, 255, 0.5);
}

.immersive-text {
  padding: 60px 30px;
  width: 60%;
  z-index: 1;
  position: relative;
}
.immersive-text--right {
  float: right;
}
.immersive-text--center {
  margin: auto;
}

.immersive-text h3 {
  margin-bottom: 1.5em;
}

.immersive-text p {
  margin-bottom: 2em;
  font-size: 18px;
}

.immersive-text ul {
  margin-bottom: 2em;
  font-size: 18px;
}

.immersive-text--light h1,
.immersive-text--light h2,
.immersive-text--light h3,
.immersive-text--light h4 {
  color: #ffffff;
  margin-top: 0;
}

.immersive-text--light p {
  color: #ffffff;
}

.immersive-text--light a {
  color: #ffffff;
  text-decoration: underline;
}

.immersive-text--light li {
  color: #ffffff;
  list-style: inside;
}

.immersive-text--dark h1,
.immersive-text--dark h2,
.immersive-text--dark h3,
.immersive-text--dark h4 {
  color: #312783;
  margin-top: 0;
}

.immersive-text--dark p {
  color: #312783;
}

.immersive-text--dark a {
  color: #312783;
  text-decoration: underline;
}

.immersive-video__media .wp-video {
  width: 100% !important;
}

.immersive-video__media .mejs-video {
  width: 100% !important;
}

.immersive-social-container {
  padding: 60px 0;
  text-align: center;
  background: url('../img/bubbles.png') center center repeat-y;
}

.immersive-social-block {
  width: 40%;
  margin-left: 5%;
  margin-right: 5%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-bottom: 80px;
}

.immersive-social__twitter-embed iframe,
.immersive-social__twitter-embed .twitter-tweet {
  width: 100% !important;
}

.immersive-social__twitter {
  background-color: #312783;
  color: #ffffff;
}

.immersive-social__twitter-text {
  position: relative;
  padding: 20px;
}

.immersive-social__twitter-text::after {
  content: '';
  width: 41px;
  height: 33px;
  background-image: url('../img/twitter.png');
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.immersive-social__twitter-title {
  display: block;
  margin-bottom: 5px;
}

.immersive-social__twitter-handle {
  display: block;
  margin-bottom: 5px;
}

.immersive-social__facebook {
  background-color: #e3e3e3;
  color: #312783;
}

.immersive-social__facebook img {
  width: 100%;
  height: auto;
}

.immersive-social__facebook-text {
  padding: 20px;
  position: relative;
}

.immersive-social__facebook-text::after {
  content: '';
  width: 16px;
  height: 34px;
  background-image: url('../img/facebook.png');
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}

.immersive-social__facebook-username {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.immersive-social__facebook-title {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.immersive-social__image-inner {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
}

.immersive-pre-footer {
  padding: 50px 0;
}

.immersive-pre-footer__title {
  margin: 0;
  padding: 0 0 50px 0;
  text-align: center;
}

.immersive-pre-footer__row {
  margin-bottom: 24px;
}

.immersive-pre-footer-content {
  width: 50%;
  float: left;
}

.immersive-pre-footer-content__info {
  float: left;
  width: 70%;
  margin-left: 2%;
}

.immersive-pre-footer-content__title h2 {
  margin-top: 0;
}

.immersive-pre-footer-content__icon {
  float: left;
  width: 25%;
  text-align: center;
}

.immersive-pre-footer-content__icon img {
  width: 70px;
  max-width: 100%;
  height: auto;
}

.immersive-pre-footer-content__text a {
  color: #e70085;
}

@media screen and (max-width: 450px) {
  .immersive-chapter__inner {
    padding: 100px 30px;
  }

  .immersive-chapter__title {
    font-size: 30px;
    line-height: 36px;
  }

  .immersive-chapter__text {
    font-size: 21px;
  }

  .immersive-quote {
    width: 300px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    border-radius: 50%;
    background: #e70085;
    text-align: center;
    display: inline-block;
    position: relative;
    opacity: 0;
  }

  .immersive-quote--has-image {
    margin-bottom: 170px;
  }

  .immersive-quote__wrapper {
    display: table;
    height: 300px;
    width: 300px;
  }

  .immersive-quote__wrapper-inner {
    display: table-cell;
    vertical-align: middle;
  }

  .immersive-quote.immersive-check--animate {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .immersive-quote:nth-child(2n) {
    background: #312783;
  }

  .immersive-quote:before {
    content: '';
    width: 200px;
    height: 200px;
    border-radius: 50%;
    opacity: 0.6;
    background-color: #00b6ed;
    display: none;
    position: absolute;
    bottom: -80px;
  }

  .immersive-quote:nth-child(2n):before {
    content: '';
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #00b6ed;
    display: none;
    position: absolute;
    top: -80px;
    right: -80px;
  }

  .immersive-quote:nth-child(3n):before {
    content: '';
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #00b6ed;
    display: none;
    position: absolute;
    bottom: -80px;
    right: -80px;
  }

  .immersive-quote__text {
    color: #ffffff;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
  }

  .immersive-quote__credit {
    color: #fff;
  }

  .immersive-quote__image {
    width: 150px;
    height: 150px;
    margin-top: -20px;
  }

  .immersive-big-quote {
    width: 300px;
    height: 300px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    background: #e70085;
    text-align: center;
    display: inline-block;
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }

  .immersive-big-quote.immersive-check--animate {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  .immersive-big-quote__text {
    color: #ffffff;
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
  }

  .immersive-big-quote__text p:after {
    font-size: 20px;
  }

  .immersive-big-quote__text p:before {
    font-size: 20px;
  }

  .immersive-big-quote__credit {
    color: #fff;
  }

  .immersive-big-quote__wrapper {
    display: table;
    height: 300px;
    width: 300px;
  }

  .immersive-text {
    padding: 60px 30px;
    width: auto;
  }

  .immersive-text p {
    margin-bottom: 40px;
  }

  .immersive-text h1 {
    font-size: 20px;
    line-height: 1.4;
  }

  .immersive-social-block {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 80px;
  }

  .immersive-social__image-inner {
    background-position: center;
    width: 100%;
    height: auto;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    text-align: center;
  }

  .immersive-pre-footer-content {
    width: 100%;
    margin-bottom: 24px;
    float: none;
  }

  .immersive-audio-container__description {
    width: 300px;
    height: 300px;
  }

  .immersive-audio-container__description-inner {
    width: 300px;
    height: 300px;
  }

  .immersive-audio-container__description-text p {
    font-size: 18px;
  }

  .immersive-audio-container .mejs-audio {
    bottom: -180px;
    right: 50%;
    margin-right: -100px;
    display: block;
  }

  .immersive-audio-container__content {
    width: 300px;
    margin-bottom: 180px;
  }

  .immersive-video__content {
    display: none;
  }

  .immersive-video__content-mobile {
    display: block;
  }

  .immersive-video__play {
    width: 80px !important;
    height: 80px !important;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
  }
  .immersive-pre-footer-content__icon img {
    width: 80%;
  }
}

@media screen and (max-width: 699px) {
  .immersive-container {
    padding-right: 0;
  }
}

@media screen and (max-width: 769px) {
  .immersive-video__content {
    display: none;
  }
  .immersive-video__content-mobile {
    display: block;
  }
}

/* Half image / half text component */
.c-half-image {
  display: table;
  overflow: hidden;
  border-collapse: collapse;
  width: 100%;
  position: relative;
}

.c-half-image__text-wrapper {
  display: table-cell;
  width: 45%;
}

.c-half-image__text {
  padding: 80px 40px 80px 50px;
  max-width: 540px; /* 1200 width * 45% width */
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.c-half-image--black .c-half-image__text {
  color: white;
  font-weight: lighter;
}

.c-half-image--black h1,
.c-half-image--black h2,
.c-half-image--black h3,
.c-half-image--black h4,
.c-half-image--black h5 {
  color: white;
}

.c-half-image__wrapper {
  display: table-row;
}

.c-half-image__text.right {
  float: right;
}

.c-half-image__image {
  background-position: center;
  background-size: cover;
  width: 55%;
  display: table-cell;
}

.c-half-image__image-mobile {
  display: none;
}

.c-half-image__overlay {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: -moz-linear-gradient(
    left,
    #333333 45%,
    rgba(23, 34, 42, 0) 65%,
    rgba(125, 185, 232, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #333333 45%,
    rgba(23, 34, 42, 0) 65%,
    rgba(125, 185, 232, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #333333 45%,
    rgba(23, 34, 42, 0) 65%,
    rgba(125, 185, 232, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#000000',
      endColorstr='#007db9e8',
      GradientType=1
    ); /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#1e5799',
      endColorstr='#007db9e8',
      GradientType=1
    ); /* IE6-9 */
}

.c-half-image--grey .c-half-image__overlay {
  background: -moz-linear-gradient(
    left,
    rgba(227, 227, 227, 1) 45%,
    rgba(208, 219, 228, 0) 65%,
    rgba(125, 185, 232, 0) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(227, 227, 227, 1) 45%,
    rgba(208, 219, 228, 0) 65%,
    rgba(125, 185, 232, 0) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(227, 227, 227, 1) 45%,
    rgba(208, 219, 228, 0) 65%,
    rgba(125, 185, 232, 0) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(
      startColorstr='#e3e3e3',
      endColorstr='#007db9e8',
      GradientType=1
    ); /* IE6-9 */
}

@media screen and (max-width: 769px) {
  .c-half-image__wrapper {
    display: block;
  }

  .c-half-image__text-wrapper {
    width: 100%;
  }

  .c-half-image__text {
    float: left;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .c-half-image--black .c-half-image__text {
    color: #333333;
  }
  .c-half-image--black h1,
  .c-half-image--black h2,
  .c-half-image--black h3,
  .c-half-image--black h4,
  .c-half-image--black h5 {
    color: #333333;
  }

  .c-half-image__wrapper {
    display: block;
  }

  .c-half-image__overlay {
    display: none;
  }

  .c-half-image__image,
  .c-half-image__image {
    display: block;
    width: 100%;
  }

  .c-half-image__image {
    background-size: 0;
  }

  .c-half-image__image-mobile {
    display: block;
    width: 100%;
  }
}

.c-half-image__image img {
  max-width: 100%;
}

.immersive-social-share {
  padding: 50px 0;
  background-color: #ffffff;
  font-size: 24px;
}


.immersive-ullscreen-image img{
  max-width: 100%;
  width: 100%;
}