@font-face {
  font-family: "Proxima Nova Alt";
  src: url("fonts/ProximaNovaA-Regular.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova Alt";
  src: url("fonts/ProximaNovaA-Semibold.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova Alt";
  src: url("fonts/ProximaNovaA-Bold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Proxima Nova Alt";
  src: url("fonts/ProximaNovaA-Extrabld.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Egyptienne F LT Std 55 Roman";
  src: url("fonts/EgyptienneFLTStd-Roman.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  background-color: #fbfbfb;
  /*font-size: 17px;*/
/*  background-image: url('../images/tape.jpg');
  background-repeat: repeat;*/
}

body #main-wrapper {
  color: black;
   -webkit-overflow-scrolling: touch;
  background-color: white;
}

img {
  border-style:none;
}

h1 {
  font-weight: 300;
}

h2 {
  font-weight: 300;
}

h3 {
}

h4 {
  font-weight: 100;
}

p {
  margin: 2em 0;
  font-weight: 100;
  font-size: 1.05em;
}

video {
  margin: 0;
  padding: 0;
}

hr {
    margin: 7% 0% 5% 0%;
}

a {
    text-decoration: underline;
    color: #232323;
  transition: opacity 0.05s;
  -webkit-transition: all ease 0.05s;
  -moz-transition: all ease 0.05s;
  -o-transition: all ease 0.05s;
  -ms-transition: all ease 0.05s;
  transition: all ease 0.05s;
}

a:hover {
  color: #b5b5b5;
  transition: opacity 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}


audio {
  display: none;
}

.fadeInUp {
    /*-webkit-backface-visibility: hidden;*/
    -webkit-animation: fadeInUpHalf cubic-bezier(0.55, 0.085, 0, 0.99);
    -ms-animation: fadeInUpHalf cubic-bezier(0.55, 0.085, 0, 0.99);
    -moz-animation: fadeInUpHalf cubic-bezier(0.55, 0.085, 0, 0.99);
    animation: fadeInUpHalf cubic-bezier(0.55, 0.085, 0, 0.99);
    animation-name: fadeInUpHalf;
    animation-duration: initial;
    animation-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
    animation-delay: initial;
    animation-iteration-count: initial;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
}

#myVideo,
#myCanvas {
  border: solid 10px #FFF;
}
#myCanvas {
  background-color: #000;
}

.chapter-zero {
    padding: 1% 5.5%;
    text-align: center;
    /* position: absolute; */
    margin: 0% auto;
    top: 1%;
}


.live {
  text-align: center;
    margin: 1.3em 6em;
    color: #f74225;
    text-decoration: underline;
}

.readmore {
  text-align: center;
  bottom: 0;
    margin: 17% 0%;
    font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;

}

.next-gif {
  opacity: 1;

  transition: opacity 0.05s;
  -webkit-transition: all ease 0.05s;
  -moz-transition: all ease 0.05s;
  -o-transition: all ease 0.05s;
  -ms-transition: all ease 0.05s;
  transition: all ease 0.05s;
}

.next-gif:hover {
  opacity: .7;
      
  transition: opacity 0.05s;
  -webkit-transition: all ease 0.05s;
  -moz-transition: all ease 0.05s;
  -o-transition: all ease 0.05s;
  -ms-transition: all ease 0.05s;
  transition: all ease 0.05s;

}

.readarrow {
  width: 14%;
}

.rm {
  z-index: 50;
  color: #fbfbfb;
  text-align: center;
  font-weight: 300;
  bottom: 11px;
  position: absolute;
}

.rm-arrow {
  width: 40px;
  z-index: 50;
  margin-top: 12px;
}

.coming {
  font-weight: 100;
  font-style: italic;
  font-size: 1.5em;
  color: #353535;
}

.mobcaps {
  position: absolute;
    z-index: 5;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4), 2px 2px 3px rgba(0,0,0,0.4), 1px -1px 3px rgba(0,0,0,0.4), -1px 1px 3px rgba(0,0,0,0.4);
    margin: 0;
    padding: 0.8em 1.2em;
    text-transform: uppercase;
}

.jar {
    width: 67%;
    top: 7%;
    right: 6%;
    position: relative;
    transition: opacity 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/*.jar:hover {
    transform: translate(5px,0);
    opacity: .75;
}*/

.jar-text {
  color: #f6471e;
    position: absolute;
    font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 18px;
    width: 0;
    /*transform: translate(126px,0);*/
  opacity: 0;
  transition: opacity 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.jar-text:hover {
  opacity: 1;
    transform: translate(20px,0);
    top: 7px;
/*    width: 126px;
    height: 63px;
    white-space: nowrap;
    line-height: 24px;*/
}

@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}

.donate {
  border: 2px solid #f6471e;
  margin-bottom: 37px;
  padding: 30px;
  color: #f6471e;
  text-align: center;

/*  opacity: 1;
  transition: opacity 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;*/
}

.donate:hover {
  /*opacity: 75%;*/
}

.heartbeat {
  width: 14%;
  display: block;
  margin: 0 auto;
  /*float: left;*/
  /*height: 50px;*/
  animation: heartbeat 1s infinite;
}

.love {
  display: inline;
  font-size: 3em;
  /*padding-left: 26px;*/
  /*float: left;*/
}

.reason {
  margin: 4% 0% 5%;
  font-size: 1.4em;
}


.donatefull {
  width: 40%;
  margin: 2% auto;
  padding-bottom: 14em;
}

.margin-img-left {
  position: absolute;
  margin-left: -20%;
  width: 70px
}

.margin-img-right {
  /*position: absolute;*/
  margin-right: -38%;
  float: right;
}

.volume {
    position: fixed;
    top: 8%;
    right: 1%;
    z-index: 50;
    padding: 12px 10px;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 17px;
    cursor: pointer;
    outline: none;
    width: 50px;
}

.pagenav {
  z-index: 51;
  background-color: #fbfbfb;
  position: fixed;
  text-align: center;
  width: 100%;
  opacity: .98;
  /*height: 61px;*/
  height: auto;
  /*height: 39%;*/
  -webkit-box-shadow: 0px -3px 26px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px -3px 26px 0px rgba(0,0,0,0.5);
  box-shadow: 0px -3px 26px 0px rgba(0,0,0,0.5);
}

.head {
  /* z-index: 2; */
  background-color: #232323;
  /* -webkit-box-shadow: none; */
  -moz-box-shadow: none;
  /* box-shadow: none; */
  opacity: 0.95;
}

.pagenav2 {
  z-index: 50;
  background-color: transparent;
  position: fixed;
  text-align: center;
  width: 100%;
  /*height: 61px;*/
  height: auto;
  /*height: 39%;*/
/*  -webkit-box-shadow: 0px -3px 26px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px -3px 26px 0px rgba(0,0,0,0.5);
  box-shadow: 0px -3px 26px 0px rgba(0,0,0,0.5);*/
}

.pagenav3 {
  z-index: 51;
  background-color: #fbfbfb;
  position: absolute;
  text-align: center;
  width: 100%;
  opacity: .98;
  height: 55px;
  /*height: 39%;*/
  -webkit-box-shadow: 0px -3px 26px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px -3px 26px 0px rgba(0,0,0,0.5);
  box-shadow: 0px -3px 26px 0px rgba(0,0,0,0.5);
}


/*This is just mobile, need tablet and desktop styles*/
.header_logo {
    width: 100px;
    float: left;
    margin-left: 1%;
    margin-top: 0.5%;
    -webkit-box-shadow: 0px 0px 171px -32px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 171px -32px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 171px -32px rgba(0,0,0,0.75);
  
    -webkit-transition: all .45s cubic-bezier(.55,.085,0,.99);
    transition: all .45s cubic-bezier(.55,.085,0,.99);


  transition: opacity 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.header_logo:hover {
/*    -webkit-transform: translate3d(10px,0,0);
    -ms-transform: translate3d(10px,0,0);
    transform: translate3d(10px,0,0);
    margin-left: 1.5%;*/
    opacity: .75;
}

.chapters {
  color: #232323;
  margin: 18px 10%;
  /*float: left;*/
  opacity: .8;
  /*text-decoration: underline;*/
  font-weight: 100;
  text-transform: uppercase;
}

.prevnext {
  font-size: 14px;
  opacity: .7;
}

.white {
  color: #fbfbfb;
  opacity: .9;
}

.alt {
  float: left;
  margin: 18px 15px;
}

.alt-d {
    float: left;
  margin: 18px 15px;
  margin-left: 127px;
}

.phone {
  margin-left: 127px;
}

.p33 {
  margin-left: 127px;
}

.gif1 {
  width: 100%;
}

.gif2 {
  width: 100%;
  margin: -5% auto;
}

.gif3 {
  width: 100%;
  margin: -10% auto;
}




.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;

  margin-top: 5%;

  width: 100%;



  /*border: 1px solid #fbfbfb;
  border-radius: 10px;*/
}

.flex-item {
  /*background: tomato;*/
  padding: 15px;
  width: 292px;
  height: 150px;
  margin-top: 10px;
  
  line-height: 36px;
  color: white;
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}

.flex-container-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.flex-item-nav {
  padding: 5px;
  width: 50%;
  /*height: 150px;*/
  margin-top: 10px;
  
  /*line-height: 150px;*/
  font-weight: bold;
  /*font-size: 3em;*/
  text-align: center;
}

.ch {
  /*font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;*/
  font-size: 20px;
  text-align: left;
    color: #232323;
    font-weight: lighter;
    /*text-align: center;*/
}

.ch-title {
  font-size: 20px;
  text-align: left;
  line-height: 27px;
    color: #232323;
    font-weight: lighter;
    /*text-align: center;*/
}

.ch-img {
  height: 75px;
  float: left;
  padding-right: 23px;
  /*width: 100%;*/
}

.t-arrow {
  display: inline;
  display: none;
  width: 17px;
  margin-left: 10px;

  -webkit-transition: all ease 0.1s;
  -moz-transition: all ease 0.1s;
  -o-transition: all ease 0.1s;
  -ms-transition: all ease 0.1s;
  transition: all ease 0.1s;

}

@-moz-keyframes hop {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-13px);
    transform: translateY(-13px);
  }
  60% {
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@-webkit-keyframes hop {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
  }
  60% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hop {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-13px);
    -ms-transform: translateY(-13px);
    -webkit-transform: translateY(-13px);
    transform: translateY(-13px);
  }
  60% {
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.hop {
  -moz-animation: hop 2s infinite;
  -webkit-animation: hop 2s infinite;
  animation: hop 2s infinite;
}


.arrow-rotate {
    -webkit-transition: all ease 0.1s;
    -moz-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    -ms-transition: all ease 0.1s;
    transition: all ease 0.1s;

    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.line {

}








.flex-container-title {
  list-style: none;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  background: transparent;
  top: 0;
  float: inherit;
  width: 100%;
  padding: 0% 10%;
  margin: 0;
  /*background-color: black;*/

    /*display: inherit;*/
}

/*.square {
  display: none;
}
*/
.flex-container-title2 {
/*  padding: 5% 0%;
  margin: 11% 0%;*/
  list-style: none;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  /*background-color: #262626;*/
  top: 0;
  float: inherit;
  width: 100%;
  padding: 0% 10%;
  margin: 0;

  background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
}

.full-pic {
  width: 100%;
}

.flex-container-story {
/*  padding: 5% 0%;
  margin: 11% 0%;*/
  list-style: none;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  background: transparent;
  top: 0;
  float: inherit;
  /*width: 100%;*/
  /*padding: 0% 10%;*/
  margin: 0;
    /*background-color: black;*/

    border: 2px solid #f6471e;
    margin-bottom: 25px;
    padding: 20px;

/*  background-image: none;
    background-repeat: no-repeat;
    background-size: cover;*/
}

/*This was the desktop style*/
.flex-item-main {
  /*Edited 3/21*/
  /*margin: 18% 0%;*/
    margin: 10% 0%;
    /*width: 60%;*/
  z-index: 2;
    position: relative;
    /*color: #232323;*/
    color: #fbfbfb;
}

.flex-item-image {
  /*width: 50%;*/
  /*margin: 18% 0%;*/
    width: 33.333333%;
  z-index: 2;
    position: relative;
    padding-right: 40px;
}

.flex-item-heddek {
  /*width: 50%;*/
  /*margin: 18% 0%;*/
    width: 66.666666%;
  z-index: 2;
    position: relative;
}

.super-title {
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 105px;
  text-align: left;
  font-weight: 700;
  /*text-shadow: 0px 0px 80px rgb(0, 0, 0);*/
}

.series {
  font-weight: lighter;
  font-style: italic;
  margin: 2% 0%;
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
}

.desc1 {
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 25px;
  width: 100%;
  text-align: left;
  font-weight: 300;
}

.related {
    margin: 0 auto;
    width: 50%;
    height: auto;
    display: grid;
}

.story {
  border: 2px solid #f6471e;
  margin-bottom: 25px;
  padding: 20px;
  position: relative;
  display: block;
}

.story-image {
  /*display: block;
  float: left;
  width: 33.3333333%;
    padding-right: 40px;
    padding-bottom: 65.7%;
    overflow: hidden;
    height: auto;
    position: relative;*/
    width: 100%;
    transition: opacity 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
    background-color: black;
}

.story-image:hover {
    transform: translate(5px,0);
    opacity: .75;
}

.story-title {
  margin-top: 5px;
  font-weight: 300;
}

.story-heddek {
  /*float: left;
  width: 66.666666%;
  display: block;*/
  width: 100%;
}

.story-hed {
  width: 88%;
  margin-bottom: 15px;
  display: block;
}

.story-dek {
  width: 88%;
}

.special {
  color: black;
}

.special-p {
  font-style: italic;
  margin: 1em 0;
  color: #5f5f5f;
}

.special2 {
  color: black;
  text-decoration: none;
}

.special2:hover {
  color: black;
}

.wapo {
  color: #f74225;
}

.wapo:hover {
  color: black;
}

.read {
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 300;
  padding: 8px;
  display: inline;
  border: 1.5px solid #f6471e;
  border-radius: 0;
  color: #f6471e;
  font-size: 1em;
  background: transparent;

  transition: opacity 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.read:hover {
  transform: translate(5px,0);
  color: #ff795a;
  border 1.5px solid #ff795a;
}

.big {
  padding: 18px;
  font-size: 1.7em;
}

.move {
  transition: opacity 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.move:hover {
  transform: translate(5px,0);
  cursor: pointer;
}

.butt {
/*    margin: 0 auto;
    width: 100%;*/
    font-size: 20px;
    font-family: inherit;
    text-decoration: underline;
    padding-bottom: 20px;
    font-style: italic;
    color: #525252;
    text-align: center;
    display: block;
}

.captions {
  padding: 0 4em;
  color: #525252;
}

.video {
  position: absolute;
  top: 50%; 
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
    display: inherit;
    margin-bottom: 2em;
}

.video2 {
  position: absolute;
  top: 50%; 
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
  transform: translate(-50%, -50%);
    display: inherit;
    /*margin-bottom: 2em;*/
}

.video1 {
  position: relative;
  /*top: 50%; */
  /*left: 50%;*/
  z-index: 1;
  /*min-width: 100%;*/
  min-height: 100%;
  width: 100%;
  /*height: auto;*/
  height: 100%;
  /*transform: translate(-50%, -50%);*/
    display: inherit;
    margin-bottom: 2em;
}

/*mobile*/
/*.video1 {
  position: relative;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: 150%;
    height: auto;
    transform: translate(-50%, 0%);
    display: inherit;
    margin-bottom: 2em;
}*/



/*End custom styles*/


p.tarbell-error {
  color: red;
}

.video-js .vjs-tech {
  position: relative !important;
}

.vjs-loading-spinner {
  display: none !important;
}

.box-content{
  float:left !important;
}

a.anchor{
  display: block; 
  position: relative; 
  top: -60px; 
  visibility: hidden;
}

.ajmint-sourceline {
  float: left;
}

#audio-div {
  display: none;
}

/*for document cloud*/
img[width="1"] { 
  display: none;
}

.span-first {
  font-weight: 300;
  font-size: 25px;
}

.by-p {
  margin: 1em 0;
}

.button {
  float: left;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin: 3em 0 0 0;
  color: black;
}

.button span {
  background: #D99C2C;
    font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size:1.2em;
    padding:10px;
    line-height:1.4em;
    cursor:pointer;
    margin-right: 1em;
}

.button span:hover {
    background:#E4BA6B;
}

#header a {
  color: white;
}

#header a:hover {
  color: #D99C2C;
}

#header .button {
  margin-top: 0;
}

#header .button span {
  padding: 5px 10px;
  font-size: 1em;
}

#header .button.on span:after {
  content: " on";
}

#header .button.off span:after {
  content: " off";
}


#main-wrapper a {
  color: #D99C2C;
  text-decoration: none;
}

#main-wrapper a:hover {
  text-decoration: underline;
}

* {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* MAIN LAYOUT ELEMENTS */
#main-wrapper{
  position: relative;
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing: grayscale;
  float:left;
  box-sizing: padding-box;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 50px;
  overflow: hidden;
}

#main-wrapper p {
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  margin: 5em 0;
  width: 100%;
  color: #3f4245;
  font-weight: 100;
}

#main-wrapper .panel.first-panel .textbox p:first-child:first-letter { 
  float: left; 
  color: #D99C2C; 
  font-size: 93px; 
  line-height: 65px; 
  padding-top: 4px; 
  padding-right: 10px; 
  padding-left: 3px; 
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif; 
}

.panel {
  width:100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
  position: relative;
  clear: both;
  /*background-color: white;*/
}

.nav-margin {
  margin-top: 20px;
}

.panel#p0 {
  max-width: inherit;
  width: 100%;
  text-align: center;
  padding: 50px 0 0 0;
  float: left;
  position: absolute;
  height: 100%;
  margin-bottom: 3em;
}

.full-image {
  float: left;
  width: 100%;
  position: relative;
}

.full-image2 {
    float: none;
    margin: 4% auto;
    width: 40%;
}

.full-image3 {
  float: left;
  width: 100%;
  position: relative;
}

.full-image.third {
  float: left;
  width: 33.33333333%;
  position: relative;
  margin-top: 10px;
}

.full-image.third.left {
  padding-right: 6.6666666666px;
}

.full-image.third.middle {
  padding-left: 3.333333333px;
  padding-right: 3.333333333px;
}

.full-image.third.right {
  padding-left: 6.6666666666px;
}

.full-image.half {
  float: left;
  width: 50%;
  position: relative;
  /*margin-top: 10px;*/
}

.full-image.half.left {
  margin-right: 25px;
}

.full-image.half.right {
  padding-left: 5px;
}

.full-image.bottom {
  padding-top: 10px;
  padding-bottom: 10px;
}

.full-image.slider {
  margin-bottom: 40px;
  overflow: hidden;
  height: 300px;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}

.full-image img,
.full-image video {
  width: 100%;
  float: left;
}

.full-image2 img{
  width: 100%;
  /*float: left;*/
}

.caption {
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #3f4245;
  font-size: 0.9em;
  line-height: 1.25em;
  padding: 0;
  float: left;
  margin: .25em 0 2em 0;
  width: 100%;
  font-weight: 100;
}

.c-half {
  width: 50%;
  margin-right: 25px;
  margin-bottom: 0;
}

.full {
      width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: block;
    position: relative;
    clear: both;
    
}

.textbox {
  position: relative;
  /*float: left;*/
  width: 100%;
  /*padding-right: 10px;*/
}

.textbox.center {
  margin: 0 auto;
  /*float: none;*/
}

.textbox-block {
  width: 100%;
  max-width: 620px;
  padding: 2em 0;
}

.textbox.center .textbox-block {
  margin: 0 auto;
}

.right-block {
  float: right;
  width: 50%;
  padding-left: 20px;
}

.right-block .textbox-block {
  padding: 2em 0;
}

.right-block .textbox-block#continuous-top {
  padding: 1em 0 2em 0;
}

/* for no padding at top (when you need right block) */
.textbox-block.continuous-top {
  padding-top: 0;
}

/* for no padding at bottom (when you need right block) */
.textbox-block.continuous-bottom {
  padding-bottom: 0;
}

/* for subheads */
.textbox-block.subhead h3 {
  margin-bottom: 0;
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 2em;
  line-height: 1em;
  color: #D99C2C;
  margin-top: -1em;
}

.pullquote {
  font-family: "Egyptienne F LT Std 55 Roman",Helvetica Neue,Helvetica,Arial,serif;
  font-size: 1.9em;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 9;
  /*padding: 0 2em;*/
  float: left;
  margin: 1.05em 0 2em;
}

.pullquote-quote {
  position: relative;
  font-size: 3em;
  font-weight: 100;
  line-height: 1em;
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
}

.pullquote-source {
  position: relative;
  color: #36829E;
  font-size: 1.3em;
  line-height: 1.3em;
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  margin-top: 1em;
}

/* styles inline because of variables */
/*.panel#p0 #cover-text {
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  position: absolute;
  top: 0;
  text-align: center; 
  width: 100%;
  padding: 0 6em;
}

.panel#p0 .head-align-left#cover-text {
  text-align: left;
  padding-left: 6em;
  left: 0;
}

.panel#p0 .head-align-right#cover-text {
  text-align: right;
  padding-right: 6em;
  right: 0
}*/

.panel#p0 #cover-text h3.subhead-hidden {
  display: none;
}

.panel#p0 #cover-text .subhead-displayed {
  margin-top: -2.2em;
}

.panel#p0 #cover-text .subhead-displayed span {
  position: relative;
  line-height: 1.4em;
  font-weight: 100;
  background: #D99C2C;
  padding: 0.1em 6px;
  color: white;
  margin: 0 -3px;
  display: inline-block;
  font-size: 2vw;
}

.panel#p0 #cover-text .subhead-displayed span:first-child {
  padding-left: 8px;
}

.panel#p0 #cover-text .subhead-displayed span:last-child {
  padding-right: 8px;
}

#main-wrapper .bylines-top-bottom,
.top-photo-caption {
  width: 100%;
  float: left;
  margin: 0 auto;
  text-align: center;
}

#main-wrapper .top-photo-caption .caption {
  margin: -1.5em auto 3em auto;
  max-width: 600px;
  float: none;
}

#main-wrapper .bylines-top-bottom {
  width: 100%;
  float: left;
}

#main-wrapper .bylines-top-bottom p,
.top-photo-caption .caption {
  color:#777;
}

#main-wrapper .bylines-top-bottom p {
  margin-bottom: 0.5em;
}

#main-wrapper .full-image.top-full-image {
  margin-bottom: 3em;
}

#main-wrapper .bylines-top-bottom .bylines-top-bottom-content {
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}

#main-wrapper .bylines-top-bottom.bylines-bottom .bylines-top-bottom-content {
  border-top: 1px solid #CCC;
  padding-top: 2em;
}

#main-wrapper .bylines-top-bottom.bylines-bottom {
  margin: 3em 0;
}

.panel#p1 .textbox {
  float: right;
}

.panel#p1 .right-block {
  float: right;
  margin-top: 1em;
}

/* .panel.right-first is when you want the right panel to show up above textbox for narrower widths */
.panel.right-first .right-block {
  float: right;
}

.panel.right-first .textbox {
  float: right;
}

#main-wrapper .right-block h3 {
  margin: 0;
}

#main-wrapper .right-block p {
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size:1em;
  line-height:1.3em;
  margin-bottom:1em;
  color:#3f4245;
}

#main-wrapper .right-block .series-block {
  margin-top: 2em;
}

#main-wrapper .bylines-top-bottom p.direction {
  font-weight: 800;
}

.panel#p1 .right-block .series-block p.direction {
  font-weight: 800;
  margin-top: 3em;
}

#main-wrapper .bylines-top-bottom p,
#main-wrapper .right-block .series-block p {
  font-weight: 100;
}

#main-wrapper .bylines-top-bottom p a,
#main-wrapper .right-block .series-block p a {
  color:black;
  white-space: nowrap;
}

.bylines-top-bottom p span.bylabel,
#main-wrapper .right-block p span.bylabel {
  color: #A1A5A9;
  font-size: 0.9em;
  font-weight: 400;
}

.bylines-top-bottom p span.bylabel.ajmint-mobile {
  display: none;
}

#main-wrapper .right-block .series-block {
  border-top: 1px solid #E4BA6B;
  border-bottom: 1px solid #E4BA6B;
    padding-top: 1em;
    margin-bottom: 2em; 
}

#main-wrapper .right-block .series-block h3#about-project-label {
  text-transform: uppercase;
  color: #ECCE96;
  font-size: 0.8em;
  float: left;
  clear: both;
  width: 100%;
}

#main-wrapper .right-block .series-block #series-title {
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;  
  color: #D99C2C;
  font-size: 1.5em;
  line-height: 1.8em;
}

#main-wrapper .right-block .series-block p#about-project-text {
}

#main-wrapper .right-block .series-block ul {
  padding: 0;
}

#main-wrapper .right-block .series-block ul a li {
  color: black;
}

#main-wrapper .right-block .series-block ul a:hover {
  text-decoration: none;
}

#main-wrapper .right-block .series-block ul li {
  list-style-type: none;
  padding: 5px 10px;
}

#main-wrapper .right-block .series-block ul li.active,
#main-wrapper .right-block .series-block ul li:hover {
  background: #F1F2F3;
}

#main-wrapper .right-block .series-block ul li .series-number {
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 1.4em;
  line-height: 1em;
  margin-right: 10px;
  width: 20px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

#main-wrapper .right-block .series-block ul li .series-number,
#main-wrapper .right-block .series-block ul li .chapter-name {
  text-decoration: none;
  color: #BEBEBE;
  position: relative;
}

/* for coming soon transition for stories in series that are coming soon */
#main-wrapper .right-block .series-block ul > li .chapter-name:after {
  content: "";
  position: absolute;
  left: 0;
  background: transparent;
  width: 100%;
  color: #F1F2F3;
  white-space: nowrap;
  top: -0.25em;
}

#main-wrapper .right-block .series-block ul > li:hover .chapter-name:after {
  content: "Coming soon";
  position: absolute;
  background: #F1F2F3;
  color: #BEBEBE;
  -webkit-transition: background 100ms linear;
  -moz-transition: background 100ms linear;
  -o-transition: background 100ms linear;
  transition: background 100ms linear;

  -webkit-transition: color 500ms linear;
  -moz-transition: color 500ms linear;
  -o-transition: color 500ms linear;
  transition: color 500ms linear;
}

#main-wrapper .right-block .series-block ul > li:hover .chapter-name {
  color: #F1F2F3;
}




#main-wrapper .right-block .series-block ul a li .series-number{
  color: #D99C2C;
}


#main-wrapper .right-block .series-block ul a li .chapter-name {
  text-decoration: none;
  color: #797F85;
}


.flex-viewport {
  cursor: pointer;
}

.flexslider a {
  color: white !important;
}

.flexslider .caption {
  margin-bottom: 3em;
}

.flexslider .label-text {
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
}

.flex-control-paging li a{
  background: rgba(0, 0, 0, 0.20);
}

.flex-control-paging li a.flex-active{
  background: rgba(0, 0, 0, 0.66);
}

.graphic,
.header-panel {
  position: relative;
  clear: both;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.header-panel .graphic-subhed {
  margin-top: 1em;
  float: left;
}

.header-panel h1 {
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
}

.header-panel.active .flex-viewport {
  cursor: auto;
}

.header-panel h5 {
  margin-top: -40px;
}


#ajmint-header .ajmint-inline.ajmint-social {
  margin-left: 20px;
}

.ajmint-inline.audio {
  -webkit-font-smoothing: antialiased;
  font-size: 1.5em;
  margin-top: 13px;
}

.ajmint-inline.audio li {
  cursor: pointer;
}

#audio-text {
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 0.8em;
}

.ajmint-inline.audio li {
  width: 14ex;
  float: left;
}

.ajmint-inline.audio li.audio-on #audio-text:after {
  content: " off";
} 

.ajmint-inline.audio li.audio-off #audio-text:after {
  content: " on";
} 

/* turn off audio div for mobile */
.mobile ul.ajmint-inline.audio,
.mobile ul.ajmint-inline.audio > *,
.mobile #header ul.ajmint-inline.audio>li, 
.mobile #header ol.ajmint-inline.audio>li {
  display: none !important;
}

.mobile #header #dropdown .menuitem { 
  width: auto;
}

/* Custom audio player css */

.soundcite {
  margin-bottom: 0 !important;
}

.soundcite-image-wrapper {
  line-height: 0;
}

.soundcite.big.soundcite-pause:before {
    content: '\e903' !important;
}

.soundcite-play:before {
  border-left: 0.75em solid #D99C2C !important;
}

.soundcite-pause:before {
  border-left: 0.75em double #D99C2C !important;
}

.bylines-top {
  font-size: 15px;
}

/* Image expansion */
/*.mfp-wrap {
  margin-top: 50px !important;
}*/

.mfp-close {
  cursor: pointer !important;
}

.expand-image {
  cursor: -webkit-zoom-in; 
  cursor: -moz-zoom-in;
}

img.ajmint-unveil {
  opacity: 0;
  -webkit-transition: opacity 500ms cubic-bezier(0, 0, 0.2, 1);
  -moz-transition: opacity 500ms cubic-bezier(0, 0, 0.2, 1);
  -o-transition: opacity 500ms cubic-bezier(0, 0, 0.2, 1);
  -ms-transition: opacity 500ms cubic-bezier(0, 0, 0.2, 1);
  transition: opacity 500ms cubic-bezier(0, 0, 0.2, 1);
}

.sourceline{
  color: #8b8b8b;
  font-size: 12px;
  font-style: italic;
}

.mobile-show{
  display:none;
}

.graphic-subhed h3{
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 24px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin: 10px 0;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #D99C2C;
}

#ajmint-comments-wrapper {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  display: block;
  position: relative;
  clear: both;
}

#ajmint-comments {
  border-top: 1px solid #B0B0B0;
  padding-top: 3em;
  width: 100%;
  margin-top: 3em;
  float: left;
}

#ajmint-comments h3 {
  width: 500px;
  margin: 1em auto;
  clear: both;
  font-size: 2em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  color: #D99C2C;
  font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
}

#ajmint-comments #commentsDiv {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 4em;
}


/* DOCUMENT CLOUD STYLES */
.DC-note {
  border-top: 1px solid #D99C2C !important;
  border-bottom: 1px solid #D99C2C !important;
  border-left: 0 solid #D99C2C !important;
  border-right: 0 solid #D99C2C !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 30px 10px !important;
}

/* LIST STYLE */
.textbox-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #3f4245;
  clear: both;
}

.textbox-block li {
  padding-left: 2em;
  text-indent: -.7em;
  clear: both;
}

.textbox-block li:before {
  content: "â–  ";
  color: #D99C2C;
  float: left;
  margin-right: .8em;
}


/*13 inch*/
@media (max-height: 676px) {
  .flex-container-title {
    padding: 0% 7%;
  }

  .flex-item-main {
    margin: 11% 0%;
  }

  .super-title {
    font-size: 86px;
  }

  .volume {
    top: 12%;
  }

}

@media (min-width: 770px) {
  .flex-container-title2 {
    padding: 0;
  }

  .flex-item-main {
    /*width: 90%;*/
  }

}

@media (min-width: 1000px) {
  .related {
    width: 66%;
    margin-bottom: 3%;
  }

  .flex-container-title2 {
    padding: 0% 5%;
  }

  .flex-item-main {
    /*width: 75%;*/
  }

  .margin-img-left {
    margin-left: -31%;
    width: 90px;
  }

  .margin-img-right {
    margin-right: -31%;
  }
}

@media (min-width: 1165px) {
  .flex-container-title2 {
    /*padding: 0% 10%;*/
    padding: 0% 15%;
  }

  .flex-item-main {
    /*width: 60%;*/
    margin: 8% 0%;
  }

  .readmore {
    margin: 2% 0%;
  }

    .margin-img-left {
    margin-left: -40%;
    width: 100px;
  }

  .margin-img-right {
    margin-right: -40%;
    width: 100px;
  }
}

@media (min-width: 1600px) {
/*  .flex-container-title2 {
    padding: 0% 26%;
  }*/

  .flex-item-main {
    margin: 6% 0%;
  }

  .video {
    top: 45%;
  }

  .related {
    width: 50%;
  }

  .readmore {
    margin: 8% 0%;
  }

  .super-title {
    font-size: 150px;
  }
}

@media (min-width: 1700px) {
  .flex-container-title2 {
    padding: 0% 18%;
  }
}

@media (min-height: 1100px) {
  .flex-container-title2 {
    padding: 0% 5%;
  }

  .flex-item-main {
    margin: 13% 0%;
  }

  .series {
    font-size: 2em;
  }

  .desc1 {
    font-size: 2em;
  }

  .bylines-top {
    font-size: 1.4em;
  }

  .fim2-big {
    margin: 11% 0%;
  }

  .fct2-big {
    padding: 0% 7%;
  }
}

@media (max-width: 920px) {

  /*.graphic {
    padding: 0 2em;
  }*/

  .right-block .graphic {
    padding: 0;
  }

  .caption {
    margin: .25em 0 2em 0;
  }

  .full-bleed{
    margin-left: 10px;
  }

  .video1 {
    position: relative;
      /*top: 50%;
      left: 50%;*/
      z-index: 1;
      min-width: 100%;
      min-height: 100%;
      width: 100%;
      height: 100% !important;
      /*transform: translate(-50%, 0%);
      display: inherit;
      margin-bottom: 4em;*/
  }

  .flex-container-title {
      padding: 0 5em;
    /*height: 100% !important*/
  }

  .related {
    width: 66%;
  }
}

/*Tablet*/

@media (max-width: 768px) {

.margin-img-left {
    margin-left: -16%;
    width: 67px;
}

.margin-img-right {
  margin-right: -17%;
  width: 63px;
}

.video {
  display: none;
}

.header_logo {
  margin-top: 1.1%;
  margin-left: 2%;
}

.soc {
  right: 2%;
  top: 4%;
}

.volume {
  top: 7%;
}

.flex-container-title {
    height: 432px;
    padding: 0;
    /*display: none;*/
}

.flex-container-title2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0% 6%;
}

.fct1 {
  background-image: url('https://www.sciencefriday.com/wp-content/uploads/2017/12/koski-tape.png');
}

.fct2 {
  background-image: url('https://www.sciencefriday.com/wp-content/uploads/2017/12/server.png');
}

.fct3 {
  background-image: url('https://www.sciencefriday.com/wp-content/uploads/2017/12/static.png');
}

.flex-item-main {
  /*width: 95%;*/
  margin: 26% 0%;
}

.super-title {
  font-size: 98px;
}

.butt {
  padding: 20px 0;
}

.captions {
  padding: 0 7em;
}

.related {
  width: 83%;
}

.story-title {
  margin: 0;
}

.move {
    margin: 3% 0%;
}

.h4-story {
  margin: 14px 0 24px;
}

.full-image2 {
  width: 82%;
}

  .bylines {
    font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  }

  .panel,
  .bylines-top-bottom,
  .ajmint-drawer-wrapper {
    padding: 0 2em;
    font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  }

  #main-wrapper .right-block {
    margin-top: 0;
  }

  #main-wrapper .right-block .textbox-block {
    max-width: 767px;
  }

  .panel#p0 {
    position: relative;
    height: auto;
    padding-top: 0;
  }


  .panel#p0 #cover-text .subhead-displayed {
    position: relative;
    padding: inherit;
    bottom: auto;
    margin-top: 1em;
  }

  .panel#p0 #cover-text .subhead-displayed span {
    font-size: 18px;
  }

  #main-wrapper .bylines-top-bottom {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    float: none;
    font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  }

  #main-wrapper .bylines-top-bottom.bylines-bottom {
    margin: 0;
  }

  #main-wrapper .bylines-top-bottom.bylines-top .bylines-top-bottom-content {
    margin-bottom: 2em;
    font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
  }

  #main-wrapper .bylines-top-bottom.bylines-bottom .bylines-top-bottom-content {
    float: left;
    width: 100%;
      margin: 3em 0;
  } 

  .top-photo-caption {
    display: none;
  }

  #main-wrapper .full-image.top-full-image {
    margin-bottom: 0;
  }

  #main-wrapper .right-block {
    width: 100%;
    padding: 0;
  }

  #main-wrapper .right-block .series-block {
    /*padding: 2em;*/
    margin: 0 auto 3em 0;
    width: 100%;
    text-align: left;
    float: none;

    /*margin: 2em auto;*/
    max-width: 620px;
  }

  #main-wrapper .right-block .series-block ul {
    display: none;
  }
  
  .textbox {
    width: 100%;
  }

  .textbox-block {
    float: none;
    margin: 0 auto;
    padding: 0 0 2em 0;
  }

  .header-panel {
    font-size: 0.8em;
  }

  .bylines-top-bottom {
    font-size: 23px;
  }

  .readmore {
    margin: 4% 0%;
  }

  .flex-item-nav {
    width: 61%;
  }

  .nav-margin {
    margin-top: 75px;
  }

  .ipad2 {
    display: none;
  }

  .phone {
    margin-left: 131px;
  }

  .ipad-c {
    padding: 1% 7%;
  }

  .c-half {
    margin-right: 25px;
  }

  .m-top {
    margin-top: 65px;
  }

  .p-top {
    padding-top: 65px;
  }

  .by-p {
    font-size: 1em;
  }

}

@media (max-width: 560px) {
  #header ul.inline.audio {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 146px;
    display: block !important;
  }

  #header .inline.social {
    float: right;
    text-align: right;
    display: none;
  }

  #header .expanded .inline.social {
    float: right;
    text-align: right;
    display: block;
  }

  #narrow-test{
    display: none;
  }

  .textbox-block.subhead h3 {
    margin-top: 0em;
    margin-bottom: 0.5em;
  }

  #ajmint-comments {
    padding: 0 2em;
  }

  .m-top {
    margin-top: inherit;
  }

  .p-top {
    padding-top: 0;
  }

  .by-p {
    font-size: inherit;
  }
}


@media (max-width: 480px) {

.margin-img-left {
  position: inherit;
  float: left;
  margin: 0px 9px 9px 0;
  width: 92px;
}

.margin-img-right {
  position: inherit;
  float: right;
  margin: 0px 0 9px 9px;
  width: 92px;
}

.flex-item-image {
  width: 100%;
  padding-right: 0;
}

.flex-item-heddek {
  width: 100%;
}

  .panel#p0 #cover-text .subhead-displayed {
    font-size: 1em;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    padding: 0 2em;
  }

  .panel#p0 #cover-text .subhead-displayed span {
    font-size: 1.6em;
    line-height: 1.6em;
  }

  .pullquote-quote {
    font-size: 1.6em;
  }

  .pullquote-source {
    font-size: 1em;
  }

  .full-image.slider {
    height: auto;
  }

  .header-panel .flex-viewport {
    cursor: auto;
  }

  .panel h2 {
    display: block;
  }

  .caption{
    margin-top: 0;
    padding: 0.5em;
  }

  .chapters {
    margin: 16px 12px;
    font-size: 15px;
  }

  .ch2 {
    font-size: .9em;
    float: none;
  }

  .pagenav {
    height: 53px;
  }

  .phone {
    margin-left: 28.5%;
  }

  .phone3 {
    margin-left: 4%;
  }

  .pn-phone {
    font-size: .8em;
  }

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


/* iPhone 6/7+ */
@media (max-width: 414px) {
  #audio-text {
    display: none;
  }

  /*.ajmint-icon-volume-off:before, .ajmint-icon-volume-up:before {
    margin-left: 4.2em !important;
  }*/

  /*Mobile custom styles*/

  .video {
    display: none;
  }

  .live {
    margin: 1.7em 11em 1em 0em;
      font-size: 14px;
  }

  .video1 {
    position: relative;
      /*top: 50%;
      left: 50%;*/
      z-index: 1;
      min-width: 100%;
      min-height: 100%;
      width: 100%;
      /*height: 100% !important;*/
      /*transform: translate(-50%, 0%);
      display: inherit;
      margin-bottom: 4em;*/
  }

  .square {
    display: inherit;
    height: 380px;
  }

  .captions {
    padding: 0 4em;
  }

  .full-image2 {
    width: 83%;
  }

  .flex-container-title {
      padding: 0 2em;
    /*height: 100% !important;*/
    height: 200px;
    /*height: 300px;
    width: 600px;
    margin-left: -30%;
    background-color: transparent;
    overflow: hidden;
      display: block;*/
  }

  .flex-container-title2 {
    padding: 0% 6%;
  }

  .container {
    width: 200px;
      overflow: hidden;
      display: block;
      height: 360px;
  }

  #glass{
      margin-left: -220px;
  }

  .flex-item-main {
    /*width: 100%;*/
    margin: 25% 0%;
  }

  .fim2 {
    margin: 16% 0%;
  }

  .super-title {
    font-size: 50px;
  }

  .desc1 {
    font-size: 1.3em;
    margin: 6% 0%;
  }

  .series {
    margin: 6% 0%;
    font-size: 1.2em;
  }

  .bylines-top-bottom {
    font-size: 15px;
  }

  .header_logo {
      margin-left: 4%;
      margin-top: 2%;
      width: 80px;
  }

  .volume {
    display: none;
    top: 15%;
  }

  .readmore {
    font-size: 1.5em;
  }

  .flex-item-nav {
    width: 100%;
  }

  .iphone6 {
    display: none;
  }

  .phone {
    margin-left: 26%;
  }

  .p3 {
    margin-left: 6%;
  }

  .alt2 {
    font-size: 1em;
    margin-left: 26%;
  }

  .mn3 {
  display: none;
}

.hp3-2 {
  margin-left: 29.5%;
}

.full-image.half {
  width: 100%;
}

.mn1 {
  display: none;
}

.fim11 {
  margin: 11% 0%;
}

.fim3 {
  margin: 16% 0%;
}

}

/* iPhone 6/7/X */
@media (max-width: 375px) {
  .prev2 {
  display: none;
}

.hp3 {
  margin-left: 31.5%;
}

.fim1 {
  margin: 15% 0%;
}

.byby {
  display: none;
}

}

@media (max-width: 360px) {

.iphone4-3 {
  margin-left: 3%;
}

  .mobile-nav {
    display: none;
  }

}

/*iPhone 5/SE*/
@media (max-width: 320px) {

.super-title {
  font-size: 40px;
}

.desc1 {
  font-size: 14px;
}

.bylines-top-bottom {
  padding: 0 0em;
}

.header_logo {
  display: none;
}

.hl1 {
  display: inherit;
}

.alt {
  float: none;
  font-size: 0.85em;
}

.alt1 {
  float: left;
}

.alt2 {
  font-size: 1em;
  margin-left: 0;
}

.alt3 {
  margin-left: 29%;
}

.iphone5 {
  display: inherit;
}

.prev2 {
  display: none;
}

h1 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.1em;
}

.byby1 {
  display: none;
}

.rm {
  font-size: 0.8em;
}

}


@media print {
  .footer {
    display: none;
  }
}


@font-face {
    font-family: 'si';
    src: url('socicon/socicon.eot');
    src: url('socicon/socicon.eot?#iefix') format('embedded-opentype'),
         url('socicon/socicon.woff') format('woff'),
         url('socicon/socicon.ttf') format('truetype'),
         url('socicon/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(socicon/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; 
    padding:0;
    list-style:none;
    text-align: center;
    position: absolute;
    right: 1%;
    top: 2%;
}

.soc li {
    display:inline-block;
    /**display:inline;*/
    zoom:1;
}

.soc li a {
    font-family:si;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 47px;
    height: 80px;
    line-height: 55px;
    font-size: 27px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #ffffff;
    background-color: transparent;

    transition: opacity 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.soc li a:hover {
  transform: translate(5px,0);
    opacity: .75;
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook:before {
    content:'\e041';
}
.soc-twitter:before {
    content:'\e040';
}


/*NEW HEADER STYLE FOR DONATE*/

.donate-header {
    font-size: 25px !important;
    color: #f74225 !important;
    font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif !important;
    width: 144px !important;
    /*border-radius: 10px;*/
    /*border-color: #f74225;*/
    height: 79px !important;
    /*border: 2px solid;*/
    /*border-radius: 0 !important;*/
}



/*From the footer.css file*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer {
    float: left;
    width: 100%;
}

.globalFooter {
    background: #3f4245;
    font-size: 11px;
    color: #fff;
}

.globalFooter a {
    color: #fff;
}

.globalFooter a:hover {
    color: #fff;
    text-decoration: underline;
}

.globalFooter a:visited {
    color: #fff;
}

.globalFooter li {
    font-weight: bold;
    list-style: none;
}

.globalFooter li ul {
    margin: .8335em 0 0;
    padding:0;
}

.globalFooter li ul li {
    font-weight: normal;
    margin-bottom: .8335em;
    line-height: 16px;
}

.globalFooter .inline>li {
    padding: 0;
}

.globalFooter .container-nav-main {
    border-bottom: 1px solid #58585c;
    margin-bottom: 3em;
    padding-bottom: 2em;
}

.globalFooter .container-nav-main li {
    font-weight: 400;
}

.globalFooter .container-nav-main li a {
    text-transform: uppercase;
}

.globalFooter .container-nav-main .logo {
    float: left;
    margin-right: 2.5em;
}

.globalFooter .nav-main {
    float: left;
    width: 40%;
    margin: .8335em 0 0;
}

.globalFooter .nav-main li {
    margin-left: 5.5%
}

.globalFooter .nav-main li:first-child {
    margin: 0;
}

.globalFooter .nav-secondary {
    margin: 0;
    padding:0;
}

.globalFooter .nav-secondary>li {
    float: left;
    padding-left: 3%;
    width:20%;
}

.globalFooter .nav-secondary>li:first-child {
    padding-left: 0;
}

.globalFooter .social {
    float: right;
    margin: 0;
    text-align: right;
    width: 30%;
}

.globalFooter .social li {
    margin-left: 3%;
}

.globalFooter .social li:first-child {
    margin-left: 0;
}

.globalFooter .copyright {
    font-size: 10px;
    margin-top: 1.667em;
    text-align: center;
}

.row-padding {
    padding-top: 3.334em;
    padding-bottom: 3.334em;
}

footer {
    display:block;
    font-family: "Proxima Nova Alt",Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #3f4245;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.footer a {
    text-decoration: none;
}

.footer a:-webkit-any-link {
    cursor: auto;
}

.footer ul.inline, 
.footer ol.inline {
    list-style:none;
}

.footer ul, .footer ol {
    padding:0 !important;
}

.footer ul {
    display:block;
}

.footer ul.inline>li,
.footer ol.inline>li {
    display:inline-block !important;
}

.footer li {
    line-height:18px;
}

.container {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

.container:before, .container:after {
    display: table;
    content: "";
    line-height: 0;
}

.container:after {
    clear: both;
}

.container:before, .container:after {
    display: table;
    content: "";
    line-height: 0;
}

.row-fluid {
    width: 100%;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

[class*="-box"] {
    position: relative;
    margin-bottom: 1.667em;
}

@media (min-width: 960px) {
    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
}

@media (min-width: 960px) {
    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
        line-height: 0;
    }
}

@media (max-width: 959px) and (min-width: 768px) {
    .row-padding {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }

    .globalFooter .nav-main-box {
        padding-left: 36px;
        padding-right: 36px;
    }

    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 764px;
    }

    .globalFooter .container-nav-main {
        margin-bottom: 1em;
        padding-bottom: 1em;
        position: relative;
    }

    .globalFooter .container-nav-main .logo {
        float: none;
        display: block;
    }

    .globalFooter .nav-main {
        float: none;
        width: auto;
        display: block;
        margin: 1.5em 0 0;
    }

    .globalFooter .nav-main li {
        margin-left: 4%;
    }

    .globalFooter .social {
        position: absolute;
        top: 0;
        right: 0;
    }

    .row-fluid {
        width: 100%;
    }

    .globalFooter .nav-secondary > li:first-child {
        width: 22%;
    }

    .globalFooter .nav-secondary > li {
        padding-left: 3%;
        width: 19%;
    }

    .globalFooter .copyright {
        margin-top: 1.25em;
    }
}



@media (max-width: 768px) {
    .globalFooter {
        font-size: 14px;
        padding: 2.5em 0;
    }

    .globalFooter .nav-main-box {
        padding: 0;
    }

    .container {
        width: auto;
    }

    .globalFooter .container-nav-main {
        margin: 0;
        padding: 0;
        border: none;
    }

    .globalFooter .container-nav-main .logo {
        float: none;
        display: block;
        margin: 0 0 1.667em 26px;
    }

    .globalFooter .nav-main {
        float: none;
        margin: 0 0 1.667em;
        width: 100%;
        border-top: 1px solid #58585c;
    }

    .globalFooter .nav-main li {
        display: list-item;
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #58585c;
        font-size: 16px;
    }

    .globalFooter .nav-main li a {
        display: block;
        padding: 0.8335em 26px;
    }

    .globalFooter .social {
        float: none;
        display: block;
        margin: 0 0 1.667em 26px;
        text-align: left;
        width: auto;
    }

    .row-fluid {
        width: 100%;
    }

    .globalFooter .nav-secondary {
        margin: 0 26px;
    }

    .globalFooter .nav-secondary > li {
        float: none;
        padding: 0;
        margin-bottom: 1.667em;
        width: 100%;
    }

    .globalFooter li ul {
        margin: 0.41675em 0 0;
    }

    .globalFooter li ul li {
        margin: 0;
        line-height: 20px;
    }

    .globalFooter .copyright {
        font-size: 14px;
        text-align: left;
        margin: 0 26px;
    }
}

@media (max-width: 480px) {
    .row-padding {
        padding-top: 1.667em;
        padding-bottom: 1.667em;
    }

    .globalFooter .container-nav-main .logo {
        margin: 0 0 1.667em 19px;
    }

    .globalFooter .social {
        margin: 0 0 1.667em 19px;
    }

    .globalFooter .nav-main li a {
        padding: 0.8335em 19px;
    }

    .globalFooter .nav-secondary {
        margin: 0 19px;
    }

    .globalFooter .nav-secondary li a {
        font-size: 15px;
    }

    .globalFooter .copyright {
        font-size: 15px;
    }

    .globalFooter .copyright {
        margin: 0 19px;
    }

}




@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-delay: 0.5s;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  animation-name: jello;
  transform-origin: center;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(.95, .95, .95);
    animation-timing-function: ease-in;
  }

  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

  50% {
    transform: rotate(-10deg);
  }

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}
