* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.full-width {
  max-width: initial;
  width: 100%;
}

.center {
  margin: 0 auto !important;
}

.grid-width {
  max-width: 320px;
  width: 100%;
}

.span.full {
  width: 93.75%;
  margin-left: 5.9%;
  max-width: 300px;
  margin: 0 3.125%;
}
.span.half {
  width: 43.75%;
  margin-left: 5.9%;
  max-width: 140px;
}

.row {
  width: auto;
  margin-left: -5.9%;
}
.row.static {
  margin-left: -20px;
}

.span-1 {
  width: 18.75%;
  margin-left: 5.9%;
  max-width: 60px;
}
.span-1.static {
  width: 60px;
  margin-left: 20px;
}

.span-2 {
  width: 43.75%;
  margin-left: 5.9%;
  max-width: 140px;
}
.span-2.static {
  width: 140px;
  margin-left: 20px;
}

.span-3 {
  width: 68.75%;
  margin-left: 5.9%;
  max-width: 220px;
}
.span-3.static {
  width: 220px;
  margin-left: 20px;
}

.span-4 {
  width: 93.75%;
  margin-left: 5.9%;
  max-width: 300px;
}
.span-4.static {
  width: 300px;
  margin-left: 20px;
}

.padding-half {
  padding: 2.95%;
}

.padding-left-half {
  padding-left: 2.95%;
}

.padding-right-half {
  padding-right: 2.95%;
}

.padding-top-half {
  padding-top: 2.95%;
}

.padding-bottom-half {
  padding-bottom: 2.95%;
}

.margin-half {
  margin: 2.95%;
}

.margin-left-half {
  margin-left: 2.95%;
}

.margin-right-half {
  margin-right: 2.95%;
}

.margin-top-half {
  margin-top: 2.95%;
}

.margin-bottom-half {
  margin-bottom: 2.95%;
}

.padding-1 {
  padding: 5.9%;
}

.padding-left-1 {
  padding-left: 5.9%;
}

.padding-right-1 {
  padding-right: 5.9%;
}

.padding-top-1 {
  padding-top: 5.9%;
}

.padding-bottom-1 {
  padding-bottom: 5.9%;
}

.margin-1 {
  margin: 5.9%;
}

.margin-left-1 {
  margin-left: 5.9%;
}

.margin-right-1 {
  margin-right: 5.9%;
}

.margin-top-1 {
  margin-top: 5.9%;
}

.margin-bottom-1 {
  margin-bottom: 5.9%;
}

.padding-2 {
  padding: 11.8%;
}

.padding-left-2 {
  padding-left: 11.8%;
}

.padding-right-2 {
  padding-right: 11.8%;
}

.padding-top-2 {
  padding-top: 11.8%;
}

.padding-bottom-2 {
  padding-bottom: 11.8%;
}

.margin-2 {
  margin: 11.8%;
}

.margin-left-2 {
  margin-left: 11.8%;
}

.margin-right-2 {
  margin-right: 11.8%;
}

.margin-top-2 {
  margin-top: 11.8%;
}

.margin-bottom-2 {
  margin-bottom: 11.8%;
}

.hidden-mobile {
  display: none;
}

.visible-mobile {
  display: block;
}

/* landscape 6 "screen and (min-width: 321px)" */
@media screen and (min-width: 321px) {
  .grid-width {
    max-width: 480px;
    width: 100%;
  }

  .span.full {
    width: 95.83333%;
    margin-left: 3.81667%;
    max-width: 460px;
    margin: 0 2.08333%;
  }
  .span.half {
    width: 45.83333%;
    margin-left: 3.81667%;
    max-width: 220px;
  }

  .row {
    width: auto;
    margin-left: -3.81667%;
  }
  .row.static {
    margin-left: -20px;
  }

  .span-1 {
    width: 12.5%;
    margin-left: 3.81667%;
    max-width: 60px;
  }
  .span-1.static {
    width: 60px;
    margin-left: 20px;
  }

  .span-2 {
    width: 29.16667%;
    margin-left: 3.81667%;
    max-width: 140px;
  }
  .span-2.static {
    width: 140px;
    margin-left: 20px;
  }

  .span-3 {
    width: 45.83333%;
    margin-left: 3.81667%;
    max-width: 220px;
  }
  .span-3.static {
    width: 220px;
    margin-left: 20px;
  }

  .span-4 {
    width: 62.5%;
    margin-left: 3.81667%;
    max-width: 300px;
  }
  .span-4.static {
    width: 300px;
    margin-left: 20px;
  }

  .span-5 {
    width: 79.16667%;
    margin-left: 3.81667%;
    max-width: 380px;
  }
  .span-5.static {
    width: 380px;
    margin-left: 20px;
  }

  .span-6 {
    width: 95.83333%;
    margin-left: 3.81667%;
    max-width: 460px;
  }
  .span-6.static {
    width: 460px;
    margin-left: 20px;
  }

  .padding-half {
    padding: 1.90833%;
  }

  .padding-left-half {
    padding-left: 1.90833%;
  }

  .padding-right-half {
    padding-right: 1.90833%;
  }

  .padding-top-half {
    padding-top: 1.90833%;
  }

  .padding-bottom-half {
    padding-bottom: 1.90833%;
  }

  .margin-half {
    margin: 1.90833%;
  }

  .margin-left-half {
    margin-left: 1.90833%;
  }

  .margin-right-half {
    margin-right: 1.90833%;
  }

  .margin-top-half {
    margin-top: 1.90833%;
  }

  .margin-bottom-half {
    margin-bottom: 1.90833%;
  }

  .padding-1 {
    padding: 3.81667%;
  }

  .padding-left-1 {
    padding-left: 3.81667%;
  }

  .padding-right-1 {
    padding-right: 3.81667%;
  }

  .padding-top-1 {
    padding-top: 3.81667%;
  }

  .padding-bottom-1 {
    padding-bottom: 3.81667%;
  }

  .margin-1 {
    margin: 3.81667%;
  }

  .margin-left-1 {
    margin-left: 3.81667%;
  }

  .margin-right-1 {
    margin-right: 3.81667%;
  }

  .margin-top-1 {
    margin-top: 3.81667%;
  }

  .margin-bottom-1 {
    margin-bottom: 3.81667%;
  }

  .padding-2 {
    padding: 7.63333%;
  }

  .padding-left-2 {
    padding-left: 7.63333%;
  }

  .padding-right-2 {
    padding-right: 7.63333%;
  }

  .padding-top-2 {
    padding-top: 7.63333%;
  }

  .padding-bottom-2 {
    padding-bottom: 7.63333%;
  }

  .margin-2 {
    margin: 7.63333%;
  }

  .margin-left-2 {
    margin-left: 7.63333%;
  }

  .margin-right-2 {
    margin-right: 7.63333%;
  }

  .margin-top-2 {
    margin-top: 7.63333%;
  }

  .margin-bottom-2 {
    margin-bottom: 7.63333%;
  }

  .hidden-landscape {
    display: none;
  }

  .visible-landscape {
    display: block;
  }
}
/* phablet 7 "screen and (min-width: 481px)" */
@media screen and (min-width: 481px) {
  .grid-width {
    max-width: 560px;
    width: 100%;
  }

  .span.full {
    width: 96.42857%;
    margin-left: 3.22143%;
    max-width: 540px;
    margin: 0 1.78571%;
  }
  .span.half {
    width: 46.42857%;
    margin-left: 3.22143%;
    max-width: 260px;
  }

  .row {
    width: auto;
    margin-left: -3.22143%;
  }
  .row.static {
    margin-left: -20px;
  }

  .span-1 {
    width: 10.71429%;
    margin-left: 3.22143%;
    max-width: 60px;
  }
  .span-1.static {
    width: 60px;
    margin-left: 20px;
  }

  .span-2 {
    width: 25%;
    margin-left: 3.22143%;
    max-width: 140px;
  }
  .span-2.static {
    width: 140px;
    margin-left: 20px;
  }

  .span-3 {
    width: 39.28571%;
    margin-left: 3.22143%;
    max-width: 220px;
  }
  .span-3.static {
    width: 220px;
    margin-left: 20px;
  }

  .span-4 {
    width: 53.57143%;
    margin-left: 3.22143%;
    max-width: 300px;
  }
  .span-4.static {
    width: 300px;
    margin-left: 20px;
  }

  .span-5 {
    width: 67.85714%;
    margin-left: 3.22143%;
    max-width: 380px;
  }
  .span-5.static {
    width: 380px;
    margin-left: 20px;
  }

  .span-6 {
    width: 82.14286%;
    margin-left: 3.22143%;
    max-width: 460px;
  }
  .span-6.static {
    width: 460px;
    margin-left: 20px;
  }

  .span-7 {
    width: 96.42857%;
    margin-left: 3.22143%;
    max-width: 540px;
  }
  .span-7.static {
    width: 540px;
    margin-left: 20px;
  }

  .padding-half {
    padding: 1.61071%;
  }

  .padding-left-half {
    padding-left: 1.61071%;
  }

  .padding-right-half {
    padding-right: 1.61071%;
  }

  .padding-top-half {
    padding-top: 1.61071%;
  }

  .padding-bottom-half {
    padding-bottom: 1.61071%;
  }

  .margin-half {
    margin: 1.61071%;
  }

  .margin-left-half {
    margin-left: 1.61071%;
  }

  .margin-right-half {
    margin-right: 1.61071%;
  }

  .margin-top-half {
    margin-top: 1.61071%;
  }

  .margin-bottom-half {
    margin-bottom: 1.61071%;
  }

  .padding-1 {
    padding: 3.22143%;
  }

  .padding-left-1 {
    padding-left: 3.22143%;
  }

  .padding-right-1 {
    padding-right: 3.22143%;
  }

  .padding-top-1 {
    padding-top: 3.22143%;
  }

  .padding-bottom-1 {
    padding-bottom: 3.22143%;
  }

  .margin-1 {
    margin: 3.22143%;
  }

  .margin-left-1 {
    margin-left: 3.22143%;
  }

  .margin-right-1 {
    margin-right: 3.22143%;
  }

  .margin-top-1 {
    margin-top: 3.22143%;
  }

  .margin-bottom-1 {
    margin-bottom: 3.22143%;
  }

  .padding-2 {
    padding: 6.44286%;
  }

  .padding-left-2 {
    padding-left: 6.44286%;
  }

  .padding-right-2 {
    padding-right: 6.44286%;
  }

  .padding-top-2 {
    padding-top: 6.44286%;
  }

  .padding-bottom-2 {
    padding-bottom: 6.44286%;
  }

  .margin-2 {
    margin: 6.44286%;
  }

  .margin-left-2 {
    margin-left: 6.44286%;
  }

  .margin-right-2 {
    margin-right: 6.44286%;
  }

  .margin-top-2 {
    margin-top: 6.44286%;
  }

  .margin-bottom-2 {
    margin-bottom: 6.44286%;
  }

  .hidden-phablet {
    display: none;
  }

  .visible-phablet {
    display: block;
  }
}
/* tablet 9 "screen and (min-width: 561px)" */
@media screen and (min-width: 561px) {
  .grid-width {
    max-width: 720px;
    width: 100%;
  }

  .span.full {
    width: 97.22222%;
    margin-left: 2.42778%;
    max-width: 700px;
    margin: 0 1.38889%;
  }
  .span.half {
    width: 47.22222%;
    margin-left: 2.42778%;
    max-width: 340px;
  }

  .row {
    width: auto;
    margin-left: -2.42778%;
  }
  .row.static {
    margin-left: -20px;
  }

  .span-1 {
    width: 8.33333%;
    margin-left: 2.42778%;
    max-width: 60px;
  }
  .span-1.static {
    width: 60px;
    margin-left: 20px;
  }

  .span-2 {
    width: 19.44444%;
    margin-left: 2.42778%;
    max-width: 140px;
  }
  .span-2.static {
    width: 140px;
    margin-left: 20px;
  }

  .span-3 {
    width: 30.55556%;
    margin-left: 2.42778%;
    max-width: 220px;
  }
  .span-3.static {
    width: 220px;
    margin-left: 20px;
  }

  .span-4 {
    width: 41.66667%;
    margin-left: 2.42778%;
    max-width: 300px;
  }
  .span-4.static {
    width: 300px;
    margin-left: 20px;
  }

  .span-5 {
    width: 52.77778%;
    margin-left: 2.42778%;
    max-width: 380px;
  }
  .span-5.static {
    width: 380px;
    margin-left: 20px;
  }

  .span-6 {
    width: 63.88889%;
    margin-left: 2.42778%;
    max-width: 460px;
  }
  .span-6.static {
    width: 460px;
    margin-left: 20px;
  }

  .span-7 {
    width: 75%;
    margin-left: 2.42778%;
    max-width: 540px;
  }
  .span-7.static {
    width: 540px;
    margin-left: 20px;
  }

  .span-8 {
    width: 86.11111%;
    margin-left: 2.42778%;
    max-width: 620px;
  }
  .span-8.static {
    width: 620px;
    margin-left: 20px;
  }

  .span-9 {
    width: 97.22222%;
    margin-left: 2.42778%;
    max-width: 700px;
  }
  .span-9.static {
    width: 700px;
    margin-left: 20px;
  }

  .padding-half {
    padding: 1.21389%;
  }

  .padding-left-half {
    padding-left: 1.21389%;
  }

  .padding-right-half {
    padding-right: 1.21389%;
  }

  .padding-top-half {
    padding-top: 1.21389%;
  }

  .padding-bottom-half {
    padding-bottom: 1.21389%;
  }

  .margin-half {
    margin: 1.21389%;
  }

  .margin-left-half {
    margin-left: 1.21389%;
  }

  .margin-right-half {
    margin-right: 1.21389%;
  }

  .margin-top-half {
    margin-top: 1.21389%;
  }

  .margin-bottom-half {
    margin-bottom: 1.21389%;
  }

  .padding-1 {
    padding: 2.42778%;
  }

  .padding-left-1 {
    padding-left: 2.42778%;
  }

  .padding-right-1 {
    padding-right: 2.42778%;
  }

  .padding-top-1 {
    padding-top: 2.42778%;
  }

  .padding-bottom-1 {
    padding-bottom: 2.42778%;
  }

  .margin-1 {
    margin: 2.42778%;
  }

  .margin-left-1 {
    margin-left: 2.42778%;
  }

  .margin-right-1 {
    margin-right: 2.42778%;
  }

  .margin-top-1 {
    margin-top: 2.42778%;
  }

  .margin-bottom-1 {
    margin-bottom: 2.42778%;
  }

  .padding-2 {
    padding: 4.85556%;
  }

  .padding-left-2 {
    padding-left: 4.85556%;
  }

  .padding-right-2 {
    padding-right: 4.85556%;
  }

  .padding-top-2 {
    padding-top: 4.85556%;
  }

  .padding-bottom-2 {
    padding-bottom: 4.85556%;
  }

  .margin-2 {
    margin: 4.85556%;
  }

  .margin-left-2 {
    margin-left: 4.85556%;
  }

  .margin-right-2 {
    margin-right: 4.85556%;
  }

  .margin-top-2 {
    margin-top: 4.85556%;
  }

  .margin-bottom-2 {
    margin-bottom: 4.85556%;
  }

  .hidden-tablet {
    display: none;
  }

  .visible-tablet {
    display: block;
  }
}
/* netbook 12 "screen and (min-width: 769px)" */
@media screen and (min-width: 769px) {
  .grid-width {
    max-width: 960px;
    width: 100%;
  }

  .span.full {
    width: 97.91667%;
    margin-left: 1.73333%;
    max-width: 940px;
    margin: 0 1.04167%;
  }
  .span.half {
    width: 47.91667%;
    margin-left: 1.73333%;
    max-width: 460px;
  }

  .row {
    width: auto;
    margin-left: -1.73333%;
  }
  .row.static {
    margin-left: -20px;
  }

  .span-1 {
    width: 6.25%;
    margin-left: 1.73333%;
    max-width: 60px;
  }
  .span-1.static {
    width: 60px;
    margin-left: 20px;
  }

  .span-2 {
    width: 14.58333%;
    margin-left: 1.73333%;
    max-width: 140px;
  }
  .span-2.static {
    width: 140px;
    margin-left: 20px;
  }

  .span-3 {
    width: 22.91667%;
    margin-left: 1.73333%;
    max-width: 220px;
  }
  .span-3.static {
    width: 220px;
    margin-left: 20px;
  }

  .span-4 {
    width: 31.25%;
    margin-left: 1.73333%;
    max-width: 300px;
  }
  .span-4.static {
    width: 300px;
    margin-left: 20px;
  }

  .span-5 {
    width: 39.58333%;
    margin-left: 1.73333%;
    max-width: 380px;
  }
  .span-5.static {
    width: 380px;
    margin-left: 20px;
  }

  .span-6 {
    width: 47.91667%;
    margin-left: 1.73333%;
    max-width: 460px;
  }
  .span-6.static {
    width: 460px;
    margin-left: 20px;
  }

  .span-7 {
    width: 56.25%;
    margin-left: 1.73333%;
    max-width: 540px;
  }
  .span-7.static {
    width: 540px;
    margin-left: 20px;
  }

  .span-8 {
    width: 64.58333%;
    margin-left: 1.73333%;
    max-width: 620px;
  }
  .span-8.static {
    width: 620px;
    margin-left: 20px;
  }

  .span-9 {
    width: 72.91667%;
    margin-left: 1.73333%;
    max-width: 700px;
  }
  .span-9.static {
    width: 700px;
    margin-left: 20px;
  }

  .span-10 {
    width: 81.25%;
    margin-left: 1.73333%;
    max-width: 780px;
  }
  .span-10.static {
    width: 780px;
    margin-left: 20px;
  }

  .span-11 {
    width: 89.58333%;
    margin-left: 1.73333%;
    max-width: 860px;
  }
  .span-11.static {
    width: 860px;
    margin-left: 20px;
  }

  .span-12 {
    width: 97.91667%;
    margin-left: 1.73333%;
    max-width: 940px;
  }
  .span-12.static {
    width: 940px;
    margin-left: 20px;
  }

  .padding-half {
    padding: 0.86667%;
  }

  .padding-left-half {
    padding-left: 0.86667%;
  }

  .padding-right-half {
    padding-right: 0.86667%;
  }

  .padding-top-half {
    padding-top: 0.86667%;
  }

  .padding-bottom-half {
    padding-bottom: 0.86667%;
  }

  .margin-half {
    margin: 0.86667%;
  }

  .margin-left-half {
    margin-left: 0.86667%;
  }

  .margin-right-half {
    margin-right: 0.86667%;
  }

  .margin-top-half {
    margin-top: 0.86667%;
  }

  .margin-bottom-half {
    margin-bottom: 0.86667%;
  }

  .padding-1 {
    padding: 1.73333%;
  }

  .padding-left-1 {
    padding-left: 1.73333%;
  }

  .padding-right-1 {
    padding-right: 1.73333%;
  }

  .padding-top-1 {
    padding-top: 1.73333%;
  }

  .padding-bottom-1 {
    padding-bottom: 1.73333%;
  }

  .margin-1 {
    margin: 1.73333%;
  }

  .margin-left-1 {
    margin-left: 1.73333%;
  }

  .margin-right-1 {
    margin-right: 1.73333%;
  }

  .margin-top-1 {
    margin-top: 1.73333%;
  }

  .margin-bottom-1 {
    margin-bottom: 1.73333%;
  }

  .padding-2 {
    padding: 3.46667%;
  }

  .padding-left-2 {
    padding-left: 3.46667%;
  }

  .padding-right-2 {
    padding-right: 3.46667%;
  }

  .padding-top-2 {
    padding-top: 3.46667%;
  }

  .padding-bottom-2 {
    padding-bottom: 3.46667%;
  }

  .margin-2 {
    margin: 3.46667%;
  }

  .margin-left-2 {
    margin-left: 3.46667%;
  }

  .margin-right-2 {
    margin-right: 3.46667%;
  }

  .margin-top-2 {
    margin-top: 3.46667%;
  }

  .margin-bottom-2 {
    margin-bottom: 3.46667%;
  }

  .hidden-netbook {
    display: none;
  }

  .visible-netbook {
    display: block;
  }
}
/* desktop 12 "screen and (min-width: 900px)" */
@media screen and (min-width: 900px) {
  .grid-width {
    max-width: 960px;
    width: 100%;
  }

  .span.full {
    width: 97.91667%;
    margin-left: 1.73333%;
    max-width: 940px;
    margin: 0 1.04167%;
  }
  .span.half {
    width: 47.91667%;
    margin-left: 1.73333%;
    max-width: 460px;
  }

  .row {
    width: auto;
    margin-left: -1.73333%;
  }
  .row.static {
    margin-left: -20px;
  }

  .span-1 {
    width: 6.25%;
    margin-left: 1.73333%;
    max-width: 60px;
  }
  .span-1.static {
    width: 60px;
    margin-left: 20px;
  }

  .span-2 {
    width: 14.58333%;
    margin-left: 1.73333%;
    max-width: 140px;
  }
  .span-2.static {
    width: 140px;
    margin-left: 20px;
  }

  .span-3 {
    width: 22.91667%;
    margin-left: 1.73333%;
    max-width: 220px;
  }
  .span-3.static {
    width: 220px;
    margin-left: 20px;
  }

  .span-4 {
    width: 31.25%;
    margin-left: 1.73333%;
    max-width: 300px;
  }
  .span-4.static {
    width: 300px;
    margin-left: 20px;
  }

  .span-5 {
    width: 39.58333%;
    margin-left: 1.73333%;
    max-width: 380px;
  }
  .span-5.static {
    width: 380px;
    margin-left: 20px;
  }

  .span-6 {
    width: 47.91667%;
    margin-left: 1.73333%;
    max-width: 460px;
  }
  .span-6.static {
    width: 460px;
    margin-left: 20px;
  }

  .span-7 {
    width: 56.25%;
    margin-left: 1.73333%;
    max-width: 540px;
  }
  .span-7.static {
    width: 540px;
    margin-left: 20px;
  }

  .span-8 {
    width: 64.58333%;
    margin-left: 1.73333%;
    max-width: 620px;
  }
  .span-8.static {
    width: 620px;
    margin-left: 20px;
  }

  .span-9 {
    width: 72.91667%;
    margin-left: 1.73333%;
    max-width: 700px;
  }
  .span-9.static {
    width: 700px;
    margin-left: 20px;
  }

  .span-10 {
    width: 81.25%;
    margin-left: 1.73333%;
    max-width: 780px;
  }
  .span-10.static {
    width: 780px;
    margin-left: 20px;
  }

  .span-11 {
    width: 89.58333%;
    margin-left: 1.73333%;
    max-width: 860px;
  }
  .span-11.static {
    width: 860px;
    margin-left: 20px;
  }

  .span-12 {
    width: 97.91667%;
    margin-left: 1.73333%;
    max-width: 940px;
  }
  .span-12.static {
    width: 940px;
    margin-left: 20px;
  }

  .padding-half {
    padding: 0.86667%;
  }

  .padding-left-half {
    padding-left: 0.86667%;
  }

  .padding-right-half {
    padding-right: 0.86667%;
  }

  .padding-top-half {
    padding-top: 0.86667%;
  }

  .padding-bottom-half {
    padding-bottom: 0.86667%;
  }

  .margin-half {
    margin: 0.86667%;
  }

  .margin-left-half {
    margin-left: 0.86667%;
  }

  .margin-right-half {
    margin-right: 0.86667%;
  }

  .margin-top-half {
    margin-top: 0.86667%;
  }

  .margin-bottom-half {
    margin-bottom: 0.86667%;
  }

  .padding-1 {
    padding: 1.73333%;
  }

  .padding-left-1 {
    padding-left: 1.73333%;
  }

  .padding-right-1 {
    padding-right: 1.73333%;
  }

  .padding-top-1 {
    padding-top: 1.73333%;
  }

  .padding-bottom-1 {
    padding-bottom: 1.73333%;
  }

  .margin-1 {
    margin: 1.73333%;
  }

  .margin-left-1 {
    margin-left: 1.73333%;
  }

  .margin-right-1 {
    margin-right: 1.73333%;
  }

  .margin-top-1 {
    margin-top: 1.73333%;
  }

  .margin-bottom-1 {
    margin-bottom: 1.73333%;
  }

  .padding-2 {
    padding: 3.46667%;
  }

  .padding-left-2 {
    padding-left: 3.46667%;
  }

  .padding-right-2 {
    padding-right: 3.46667%;
  }

  .padding-top-2 {
    padding-top: 3.46667%;
  }

  .padding-bottom-2 {
    padding-bottom: 3.46667%;
  }

  .margin-2 {
    margin: 3.46667%;
  }

  .margin-left-2 {
    margin-left: 3.46667%;
  }

  .margin-right-2 {
    margin-right: 3.46667%;
  }

  .margin-top-2 {
    margin-top: 3.46667%;
  }

  .margin-bottom-2 {
    margin-bottom: 3.46667%;
  }

  .hidden-desktop {
    display: none;
  }

  .visible-desktop {
    display: block;
  }
}
body {
  font-size: 13px !important;
  line-height: 18px;
}

.cnn-longform .cnn-longform-header {
  width: auto;
  margin-left: -5.9%;
  margin-bottom: 5.9%;
  margin-left: 0 !important;
}
.cnn-longform .cnn-longform-header .title {
  position: relative;
  margin: 0 auto;
  float: none;
}
.cnn-longform .cnn-longform-header .title h1 {
  font-size: 1.69231em;
  line-height: 1.18182em;
  text-align: center;
}
.cnn-longform .cnn-longform-header .title .src {
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.cnn-longform .cnn-longform-header .title.text {
  margin-bottom: 0 !important;
}
.cnn-longform .cnn-longform-header .title.text h1 {
  font-size: 1.84615em;
  line-height: 1.16667em;
  font-weight: bold;
  text-indent: 0px;
  display: block;
  color: #0a6c93;
}
.cnn-longform .cnn-longform-header .description {
  font-family: Arial;
  width: 93.75%;
  margin-left: 5.9%;
  max-width: 300px;
  font-size: 1.07692em;
  line-height: 1.28571em;
  vertical-align: top;
  margin-top: 5.9%;
  padding-bottom: 15px;
  clear: both;
  text-align: center;
}
.cnn-longform .cnn-longform-header .description .credit {
  margin-top: 10px;
}
.cnn-longform .cnn-longform-header .lead-media {
  width: 93.75%;
  margin-left: 5.9%;
  max-width: 300px;
  border: 1px #CCC solid;
  background: #FFF;
  padding: 5px;
}
.cnn-longform .cnn-longform-header.horizontal .title {
  margin: 0;
}
.cnn-longform .cnn-longform-header.horizontal .description {
  margin-top: 5.9%;
}
.cnn-longform .cnn-longform-header:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.cnn-longform .bold {
  font-weight: bold;
}
.cnn-longform .italic {
  font-style: italic;
}
.cnn-longform .dropcap {
  font-size: 5.23077em;
  line-height: 1em;
  font-weight: bold;
  margin-right: 8px;
  margin-top: -4px;
  float: left;
}
.cnn-longform .timestamp {
  color: #666666;
  font-size: 0.84615em;
  line-height: 1.27273em;
  margin-top: 5px;
}
.cnn-longform .rule {
  background: #C4C4C4;
}
.cnn-longform .rule.horizontal {
  width: 80%;
  height: 2px;
  margin: 50px auto 20px;
}
.cnn-longform .rule.vertical {
  width: 2px;
  height: 80%;
  margin: auto 20px;
}
.cnn-longform .title {
  font-size: 1.53846em;
  line-height: 1.2em;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
}
.cnn-longform .paragraph {
  padding-bottom: 12px;
  font-size: 1.07692em;
  line-height: 1.57143em;
}
.cnn-longform .paragraph.intro {
  font-size: 1.57142857142857em;
  line-height: 1.55454545454545em;
  font-weight: 100;
}
.cnn-longform .list {
  margin-left: 20px;
}
.cnn-longform .list li {
  list-style: disc;
  list-style-position: outside;
}

/* landscape 6 "screen and (min-width: 321px)" */
@media screen and (min-width: 321px) {
  .cnn-longform .cnn-longform-header {
    width: auto;
    margin-left: -3.81667%;
    margin-bottom: 3.81667%;
  }
  .cnn-longform .cnn-longform-header .title {
    margin-bottom: 3.81667%;
  }
  .cnn-longform .cnn-longform-header .title.text h1 {
    font-size: 2em;
    line-height: 1.11538em;
    color: #0a6c93;
  }
  .cnn-longform .cnn-longform-header .description {
    width: 62.5%;
    margin-left: 3.81667%;
    max-width: 300px;
    margin-top: 3.81667%;
  }
  .cnn-longform .cnn-longform-header .lead-media {
    width: 95.83333%;
    margin-left: 3.81667%;
    max-width: 460px;
  }
}
/* phablet 7 "screen and (min-width: 481px)" */
@media screen and (min-width: 481px) {
  .cnn-longform .cnn-longform-header {
    width: auto;
    margin-left: -3.22143%;
  }
  .cnn-longform .cnn-longform-header .description {
    width: 53.57143%;
    margin-left: 3.22143%;
    max-width: 300px;
    margin-top: 3.22143%;
  }
  .cnn-longform .cnn-longform-header .lead-media {
    width: 96.42857%;
    margin-left: 3.22143%;
    max-width: 540px;
  }
}
/* tablet 9 "screen and (min-width: 561px)" */
@media screen and (min-width: 561px) {
  .cnn-longform .cnn-longform-header {
    margin-top: 0;
    margin-bottom: 2.42778%;
    width: auto;
    margin-left: -2.42778%;
  }
  .cnn-longform .cnn-longform-header .title {
    display: block;
  }
  .cnn-longform .cnn-longform-header .title.text h1 {
    font-size: 2.15385em;
    line-height: 1.10714em;
  }
  .cnn-longform .cnn-longform-header .description {
    display: block;
    vertical-align: top;
    margin-top: 2.42778%;
    width: 97.22222%;
    margin-left: 2.42778%;
    max-width: 700px;
  }
  .cnn-longform .cnn-longform-header .lead-media {
    float: none;
    width: 97.22222%;
    margin-left: 2.42778%;
    max-width: 700px;
  }
  .cnn-longform .cnn-longform-header.horizontal .title {
    float: none;
  }
  .cnn-longform .cnn-longform-header.horizontal .description {
    width: 97.22222%;
    margin-left: 2.42778%;
    max-width: 700px;
    margin-top: 2.42778%;
  }
}
/* netbook 12 "screen and (min-width: 769px)" */
@media screen and (min-width: 769px) {
  .cnn-longform .cnn-longform-header {
    width: auto;
    margin-left: -1.73333%;
    margin-bottom: 1.73333%;
    padding-top: 0;
  }
  .cnn-longform .cnn-longform-header .title {
    margin: 0 auto;
  }
  .cnn-longform .cnn-longform-header .title.text h1 {
    font-size: 2.30769em;
    line-height: 1.1em;
  }
  .cnn-longform .cnn-longform-header .description {
    width: auto;
    max-width: initial;
    margin-top: 0;
    width: 81.25%;
    margin-left: 1.73333%;
    max-width: 780px;
    font-size: 1em;
    line-height: 1.23077em;
    border: none;
    padding-bottom: 0;
  }
  .cnn-longform .cnn-longform-header .description:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .cnn-longform .cnn-longform-header .lead-media {
    position: relative;
    width: 97.91667%;
    margin-left: 1.73333%;
    max-width: 940px;
    float: right;
  }
  .cnn-longform .cnn-longform-header.horizontal .title, .cnn-longform .cnn-longform-header.horizontal .lead-media {
    float: none;
  }
  .cnn-longform .cnn-longform-header.horizontal .description {
    width: 81.25%;
    margin-left: 1.73333%;
    max-width: 780px;
    margin: 1.73333% auto 0 auto;
  }
}
/* desktop 12 "screen and (min-width: 900px)" */
@media screen and (min-width: 900px) {
  .cnn-longform .cnn-longform-header .description {
    font-size: 1em;
    line-height: 1.53846em;
    text-align: center;
  }
  .cnn-longform .cnn-longform-header .lead-media {
    width: 97.91667%;
    margin-left: 1.73333%;
    max-width: 940px;
  }
  .cnn-longform .cnn-longform-header.horizontal .description {
    margin-top: 1.73333%;
  }
}
.cnn-hdr {
  font-family: Arial;
  background: #CA0002;
  height: 32px;
}
.cnn-hdr .section {
  position: absolute;
}
.cnn-hdr .section .link {
  display: block;
  font-size: 1em;
  line-height: 2.46154em;
  color: #FFFFFF;
}
.cnn-hdr .cnn-logo {
  position: relative;
  display: block;
  background: url("../media/assets/cnn-logo.png") 0 0 no-repeat;
  height: 26px;
  width: 56px;
  top: 5px;
}
.cnn-hdr .cnn-logo .link {
  display: block;
  text-indent: -9999px;
  height: 100%;
  width: 100%;
}

.cnn-longform .recirc-container {
  font-family: Georgia, serif;
  font-weight: bold;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.cnn-longform .recirc-container .recirc-header {
  margin-bottom: 15px;
}
.cnn-longform .recirc-container .recirc-header .header-row {
  display: table-row;
  position: relative;
}
.cnn-longform .recirc-container .recirc-header .header-row h3 {
  font-size: 1.38462em;
  line-height: 1.11111em;
  color: #000;
  min-width: 150px;
  margin-right: 10px;
}
.cnn-longform .recirc-container .recirc-header .header-row .header-bar {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cnn-longform .recirc-container .recirc-header .header-row .header-bar .bar {
  display: block;
  border-bottom: 1px #CCC solid;
  height: 17px;
  width: 100%;
  float: left;
}
.cnn-longform .recirc-container .recirc-content .recirc-content-row {
  display: none;
}
.cnn-longform .recirc-container .recirc-content .recirc-content-row .recirc-item {
  padding-top: 15px;
  border-top: 1px #CCC dotted;
}
.cnn-longform .recirc-container .recirc-content .recirc-content-row:first-child {
  display: block;
}
.cnn-longform .recirc-container .recirc-content .recirc-content-row:first-child .recirc-item {
  margin-top: 0;
  border: none;
}
.cnn-longform .recirc-container .recirc-content .recirc-content-row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.cnn-longform .recirc-container .recirc-content .recirc-item {
  display: block;
  width: 93.75%;
  margin-left: 5.9%;
  max-width: 300px;
  margin-bottom: 15px;
}
.cnn-longform .recirc-container .recirc-content .recirc-item .recirc-header {
  font-size: 1.38462em;
  line-height: 1.22222em;
  font-weight: bold;
}
.cnn-longform .recirc-container .recirc-content .recirc-item .recirc-header a {
  color: #000;
}
.cnn-longform .recirc-container .recirc-content .recirc-item .recirc-header a:hover {
  color: #f15a2a;
}
.cnn-longform .recirc-container .recirc-content .recirc-item .recirc-img {
  width: 100%;
  margin-bottom: 10px;
}
.cnn-longform .recirc-container .recirc-content .recirc-item .recirc-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.cnn-longform .recirc-container .recirc-content .recirc-item .recirc-description {
  font-weight: normal;
}
.cnn-longform .recirc-container .recirc-content .recirc-item.sm .recirc-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.cnn-longform .recirc-container .recirc-content .recirc-item.sm .recirc-description {
  display: none;
}
.cnn-longform .recirc-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

/* landscape 6 "screen and (min-width: 321px)" */
@media screen and (min-width: 321px) {
  .cnn-longform .recirc-container .recirc-content {
    width: 62.5%;
    max-width: 300px;
    margin: 0 auto;
  }
  .cnn-longform .recirc-container .recirc-content .recirc-item {
    width: 95.83333%;
    margin-left: 3.81667%;
    max-width: 460px;
    float: left;
  }
  .cnn-longform .recirc-container .recirc-content .recirc-item .recirc-img {
    width: 100%;
  }
  .cnn-longform .recirc-container .recirc-content .recirc-item.sm {
    width: 95.83333%;
    margin-left: 3.81667%;
    max-width: 460px;
  }
}
/* phablet 7 "screen and (min-width: 481px)" */
@media screen and (min-width: 481px) {
  .cnn-longform .recirc-container .recirc-content {
    width: 82.14286%;
    max-width: 460px;
    margin: 0 auto;
  }
  .cnn-longform .recirc-container .recirc-content .recirc-content-row {
    display: block;
  }
  .cnn-longform .recirc-container .recirc-content .recirc-item {
    width: 45%;
    max-width: 252px;
  }
  .cnn-longform .recirc-container .recirc-content .recirc-item .recirc-img {
    width: 100%;
  }
  .cnn-longform .recirc-container .recirc-content .recirc-item.sm {
    width: 45%;
    margin-left: 3.22143%;
    max-width: 252px;
  }
}
/* tablet 9 "screen and (min-width: 561px)" */
@media screen and (min-width: 561px) {
  .cnn-longform .recirc-container .recirc-content {
    width: auto;
    max-width: 940px;
  }
  .cnn-longform .recirc-container .recirc-content .recirc-item {
    width: 47.22222%;
    margin-left: 2.42778%;
    max-width: 340px;
  }
  .cnn-longform .recirc-container .recirc-content .recirc-item .recirc-img {
    width: 52.77778%;
    max-width: 380px;
    margin-right: 2.42778%;
    float: left;
  }
  .cnn-longform .recirc-container .recirc-content .recirc-item.sm {
    width: 30.55556%;
    margin-left: 2.42778%;
    max-width: 220px;
  }
}
/* netbook 12 "screen and (min-width: 769px)" */
@media screen and (min-width: 769px) {
  .cnn-longform .recirc-container .recirc-content .recirc-item {
    width: 47.91667%;
    margin-left: 1.73333%;
    max-width: 460px;
  }
  .cnn-longform .recirc-container .recirc-content .recirc-item .recirc-img {
    width: 47.91667%;
    max-width: 460px;
  }
  .cnn-longform .recirc-container .recirc-content .recirc-item.sm {
    width: 22.91667%;
    margin-left: 1.73333%;
    max-width: 220px;
  }
}
/* desktop 12 "screen and (min-width: 900px)" */
@media screen and (min-width: 900px) {
  .cnn-longform .recirc-container .recirc-content .recirc-item {
    width: 47.91667%;
    margin-left: 1.73333%;
    max-width: 460px;
  }
}
.story-element {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}
.story-element.container {
  width: 100%;
  margin: 15px 0 20px 0;
}
.story-element .element-media {
  position: relative;
}
.story-element .element-media .overlay {
  display: none;
  position: absolute;
  font-size: 0.92308em;
  line-height: 2.08333em;
  padding: 0 5px 0 25px;
  color: transparent;
  height: 25px;
  right: 0px;
  top: -25px;
}
.story-element .element-media .overlay .plus {
  position: absolute;
  font-size: 0.84615em;
  line-height: 2.27273em;
  margin-left: -16px;
}
.story-element .element-text {
  font-family: Arial;
  font-size: 0.92308em;
  line-height: 1.16667em;
  width: 100%;
  border-left: 1px #CCC solid;
  padding-left: 10px;
  margin-top: 15px;
}
.story-element .element-text .credit {
  color: #777777;
  font-style: italic;
  margin-top: 5px;
}

/* landscape 6 "screen and (min-width: 321px)" */
@media screen and (min-width: 321px) {
  .story-element.container {
    width: 95.83333%;
    max-width: 460px;
    margin: 10px auto 30px auto;
  }
  .story-element.container.static {
    width: 95.83333%;
    max-width: 460px;
  }
}
/* phablet 7 "screen and (min-width: 481px)" */
@media screen and (min-width: 481px) {
  .story-element.container {
    width: 96.42857%;
    max-width: 540px;
  }
  .story-element.container.static {
    width: 96.42857%;
    max-width: 540px;
  }
}
/* tablet 9 "screen and (min-width: 561px)" */
@media screen and (min-width: 561px) {
  .story-element {
    float: right;
  }
  .story-element.container {
    width: 52.77778%;
    max-width: 380px;
    margin: 10px 0 10px 35px;
  }
  .story-element.container.sm {
    width: 41.66667%;
    max-width: 300px;
  }
  .story-element.container.static {
    width: 380px;
  }
  .story-element.container .element-media .overlay {
    color: #000;
    display: block;
  }
  .story-element.container .element-media .overlay.click-enabled {
    cursor: pointer;
  }
  .story-element.container .element-text {
    width: 63.88889%;
    max-width: 460px;
    float: right;
  }
}
/* netbook 12 "screen and (min-width: 769px)" */
@media screen and (min-width: 769px) {
  .story-element.container {
    width: 47.91667%;
    max-width: 460px;
    margin-left: 50px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .story-element.container.sm {
    width: 39.58333%;
    max-width: 380px;
  }
  .story-element.container.static {
    width: 460px;
  }
  .story-element.container .element-text {
    width: 64.58333%;
    max-width: 620px;
  }
}
/* desktop 12 "screen and (min-width: 900px)" */
.cnn-longform .element-media.text {
  padding: 5.9%;
  border-left: 1px #EAEAEA solid;
}
.cnn-longform .element-media.text .title, .cnn-longform .element-media.text .paragraph {
  font-size: 1.23077em;
  line-height: 1.375em;
  padding-left: 0;
  width: auto;
  max-width: initial;
}
.cnn-longform .element-media.text .title {
  font-size: 1.38462em;
  line-height: 1.44444em;
  margin-bottom: 2.95%;
}
.cnn-longform img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.cnn-longform .element-media.image {
  padding: 5px;
  border: 1px #EAEAEA solid;
  background: #FFF;
}
.cnn-longform .video, .cnn-longform .cvp-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.cnn-longform .video div, .cnn-longform .cvp-video div {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: 100%;
}
.cnn-longform .video video, .cnn-longform .video iframe, .cnn-longform .video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cnn-longform .cvp-video video, .cnn-longform .cvp-video iframe, .cnn-longform .cvp-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cnn-longform .video.html5, .cnn-longform .cvp-video.html5 {
  padding-bottom: 0;
  height: auto;
}
.cnn-longform .video .poster, .cnn-longform .cvp-video .poster {
  display: block;
  cursor: pointer;
}
.cnn-longform .video .poster .poster-img, .cnn-longform .cvp-video .poster .poster-img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.cnn-longform .video .poster.hide, .cnn-longform .cvp-video .poster.hide {
  visibility: hidden;
  cursor: default;
}
.cnn-longform .video .play-button, .cnn-longform .cvp-video .play-button {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.cnn-longform .video .play-button .icon, .cnn-longform .cvp-video .play-button .icon {
  position: absolute;
  background: url("../media/assets/playbutton_icon.png") no-repeat;
  height: 67px;
  width: 67px;
  margin-left: -33px;
  margin-top: -33px;
  left: 50%;
  top: 50%;
}
.cnn-longform .video .play-button:hover .icon, .cnn-longform .cvp-video .play-button:hover .icon {
  background-position: 0 -67px;
}
.cnn-longform .element-media.video {
  padding: 5px;
  border: 1px #EAEAEA solid;
  background: #FFF;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.cnn-longform .element-media.quote {
  border: none;
  background: transparent url("../media/assets/quote.png") no-repeat;
  font-family: Georgia, serif;
  font-size: 1.69231em;
  line-height: 1.27273em;
  padding: 20px 0 0 20px;
}
.cnn-longform .element-media.quote .author {
  float: right;
  color: #666666;
  font-size: 0.69231em;
  line-height: 1.22222em;
  padding-top: 15px;
}
.cnn-longform .gallery {
  position: relative;
}
.cnn-longform .gallery .media img, .cnn-longform .gallery .media div {
  display: none;
}
.cnn-longform .gallery .media img.active, .cnn-longform .gallery .media div.active {
  display: block;
}
.cnn-longform .gallery .nav {
  position: relative;
  background: #E2E2E0;
  background: -webkit-linear-gradient(180deg, #cacaca 10%, #e2e2e0);
  background: -o-linear-gradient(180deg, #cacaca 10%, #e2e2e0);
  background: -moz-linear-gradient(180deg, #cacaca 10%, #e2e2e0);
  background: linear-gradient(180deg, #cacaca 10%, #e2e2e0);
  border: 1px #CACACA solid;
}
.cnn-longform .gallery .nav .btn {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  border-left: 1px #CACACA solid;
  background: #FFF;
  text-align: center;
  line-height: 30px;
  width: 30px;
  zoom: 1;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.cnn-longform .gallery .nav .btn:first-child {
  border-left: none;
}
.cnn-longform .gallery .nav .btn.arrow.right {
  position: absolute;
  right: 0;
}
.cnn-longform .gallery .nav .btn:hover {
  background: #FFFFFF;
  color: #CA0002;
}
.cnn-longform .gallery .nav .btn.active {
  color: #FFF;
  background: #CA0002;
  font-weight: bold;
  cursor: default;
}
.cnn-longform .gallery .nav .btn.active:hover {
  color: #FFF;
  background: #CA0002;
}
.cnn-longform .gallery .nav .btn.disabled {
  color: #AAA;
  background: #E2E2E2;
  cursor: default;
}
.cnn-longform .gallery .nav .btn.disabled:hover {
  color: #AAA;
  background: #E2E2E2;
}
.cnn-longform .element-media.gallery {
  padding: 5px;
  border: 1px #EAEAEA solid;
  background: #FFF;
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
}

/* landscape 6 "screen and (min-width: 321px)" */
@media screen and (min-width: 321px) {
  .cnn-longform .element-media.text {
    padding: 3.81667%;
  }
  .cnn-longform .element-media.text .title {
    margin-bottom: 1.90833%;
  }
}
/* phablet 7 "screen and (min-width: 481px)" */
@media screen and (min-width: 481px) {
  .cnn-longform .element-media.text .title {
    margin-bottom: 1.61071%;
  }
}
/* tablet 9 "screen and (min-width: 561px)" */
@media screen and (min-width: 561px) {
  .cnn-longform .element-media.text .title {
    margin-bottom: 1.21389%;
  }
}
/* netbook 12 "screen and (min-width: 769px)" */
@media screen and (min-width: 769px) {
  .cnn-longform .element-media.text .title {
    margin-bottom: 0.86667%;
  }
}
/* desktop 12 "screen and (min-width: 900px)" */
/* tablet 9 "screen and (min-width: 561px)" */
@media screen and (min-width: 561px) {
  .element-media.image img.click-enabled {
    cursor: pointer;
  }
}
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .cnn-longform .cvp-video .play-button .icon, .cnn-longform .video .play-button .icon {
    background: url("../media/assets/playbutton_icon@2x.png") no-repeat;
    background-size: 67px 134px;
    -webkit-background-size: 67px 134px;
    -moz-background-size: 67px 67px;
    -ie-background-size: 67px 134px;
    -o-background-size: 67px 134px;
    background-size: 67px 134px;
  }
  .cnn-longform .cvp-video .play-button:hover .icon, .cnn-longform .video .play-button:hover .icon {
    background-position: 0 -67px;
  }
}
.cnn-lightbox {
  position: fixed;
  background: url("http://i.cdn.turner.com/cnn/interactive/2014/06/world/rishikesh/media/assets/bg-75.png");
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 0px;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.cnn-lightbox.open {
  height: 100%;
  opacity: 1;
}
.cnn-lightbox .content {
  display: block;
  position: relative;
  margin: 0 auto !important;
}
.cnn-lightbox .content .image-gallery {
  display: block;
  position: relative;
}
.cnn-lightbox .content .image-gallery .image-container {
  display: block;
  position: relative;
  border: 1px #E7E5D7 solid;
  background: #fefcf1;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  -o-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
}
.cnn-lightbox .content .image-gallery .image-container img {
  max-width: 100%;
  height: auto;
  width: 100%;
  vertical-align: middle;
}
.cnn-lightbox .content .close-button {
  text-indent: -999999px;
  display: block;
  position: absolute;
  text-align: center;
  line-height: 23px;
  background: url("http://i.cdn.turner.com/cnn/interactive/2014/06/world/rishikesh/media/assets/close-button.png") no-repeat;
  right: -5px;
  top: -5px;
  height: 28px;
  width: 28px;
}

.cnn-longform .about {
  position: relative;
  font-family: Georgia;
  margin-top: 5.9%;
  background: #F1EFEB;
  border: 2px #D1CDC4 solid;
  padding: 20px 20px;
}
.cnn-longform .about .title {
  font-size: 1.38462em;
  line-height: 1.38889em;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  color: #858075;
  padding: 0 0 20px 0;
}
.cnn-longform .about .paragraph {
  color: #666259;
  padding: 0 0 12px 0;
  max-width: 100%;
  width: 100%;
}
.cnn-longform .indent .about .title {
  padding: 0 0 20px 0;
  width: 100%;
}
.cnn-longform .indent .about .paragraph {
  padding: 0 0 12px 0;
  width: 100%;
}

body {
  font-family: Georgia, serif;
}

.c_share_container {
  float: right;
}
.c_share_container.overlay {
  position: absolute;
  right: 0;
}
.c_share_container.block {
  width: 100%;
}
.c_share_container.block .c_sharebtns {
  float: right;
}

.cnn-longform .longform-ad {
  margin-top: 10px;
}
.cnn-longform .content {
  position: relative;
}
.cnn-longform .content .body-copy {
  width: auto;
  margin-left: -5.9%;
}
.cnn-longform .content .body-copy .block {
  width: 100%;
  width: 93.75%;
  margin-left: 5.9%;
  max-width: 300px;
}

/* landscape 6 "screen and (min-width: 321px)" */
@media screen and (min-width: 321px) {
  .cnn-longform .content .body-copy {
    width: auto;
    margin-left: -3.81667%;
  }
  .cnn-longform .content .body-copy .block {
    width: 95.83333%;
    margin-left: 3.81667%;
    max-width: 460px;
  }
  .cnn-longform .indent .title {
    padding: 0 10px 12px 10px;
  }
  .cnn-longform .indent .description, .cnn-longform .indent .paragraph {
    padding: 0 10px 12px 10px;
    width: 95.83333%;
    max-width: 460px;
  }
}
/* phablet 7 "screen and (min-width: 481px)" */
@media screen and (min-width: 481px) {
  .cnn-longform .content .body-copy {
    width: auto;
    margin-left: -3.22143%;
  }
  .cnn-longform .content .body-copy .block {
    width: 96.42857%;
    margin-left: 3.22143%;
    max-width: 540px;
  }
  .cnn-longform .indent .description, .cnn-longform .indent .paragraph {
    width: 96.42857%;
    max-width: 540px;
  }
}
/* tablet 9 "screen and (min-width: 561px)" */
@media screen and (min-width: 561px) {
  .longform-ad {
    margin-top: 0;
  }

  .c_share_container {
    float: right;
  }

  .cnn-longform .content .body-copy {
    width: auto;
    margin-left: -2.42778%;
  }
  .cnn-longform .content .body-copy .block {
    width: 97.22222%;
    margin-left: 2.42778%;
    max-width: 700px;
  }
  .cnn-longform .indent .title {
    padding-left: 50px;
    padding-right: 20px;
  }
  .cnn-longform .indent .description, .cnn-longform .indent .paragraph {
    width: 86.11111%;
    max-width: 620px;
    padding-left: 50px;
    padding-right: 20px;
  }
}
/* netbook 12 "screen and (min-width: 769px)" */
@media screen and (min-width: 769px) {
  .cnn-longform .content .body-copy {
    width: auto;
    margin-left: -1.73333%;
  }
  .cnn-longform .content .body-copy .block {
    width: 97.91667%;
    margin-left: 1.73333%;
    max-width: 940px;
  }
  .cnn-longform .indent .title {
    padding-left: 100px;
  }
  .cnn-longform .indent .paragraph {
    padding-left: 100px;
    width: 72.91667%;
    max-width: 700px;
  }
  .cnn-longform .indent .description {
    padding-left: 100px;
    width: 72.91667%;
    max-width: 700px;
    margin: 0 1.73333% !important;
  }
  .cnn-longform .indent .story-element.container {
    margin-right: 50px !important;
  }
}
/* desktop 12 "screen and (min-width: 900px)" */
@media screen and (min-width: 900px) {
  .cnn-longform .content .body-copy {
    width: auto;
    margin-left: -1.73333%;
  }
  .cnn-longform .content .body-copy .block {
    width: 97.91667%;
    margin-left: 1.73333%;
    max-width: 940px;
  }
}
body {
  background: #FFF;
}

a:link, a:visited {
  font-weight: 600;
  color: #004276;
}
a:hover {
  color: #CA0002;
}

/* HEADER */
.cnn-hdr {
  position: relative;
  background: #FFF;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px #DADADA solid;
  height: 80px;
  color: #a8a7a5;
  width: 100%;
  z-index: 9999;
  overflow: hidden;
}
.cnn-hdr img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.cnn-hdr .section .link {
  display: none;
}
.cnn-hdr .cnn-logo {
  float: left;
  margin-top: 25px;
  margin-left: 10px;
}
.cnn-hdr .longform-title {
  display: block;
  font-size: 2.15385em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 100;
  float: left;
  padding: 0 5px;
  margin: 17px 5px 0;
  width: 140px;
  border-right: 1px #d3d3d1 solid;
  border-left: 1px #d3d3d1 solid;
  color: #0a6c93;
  letter-spacing: -0.5px;
}
.cnn-hdr .chapter-indicator {
  color: #7a0101;
  float: left;
  font-size: 18px;
  line-height: 21px;
  margin: 30px 0 0;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
}
.cnn-hdr .chapter-indicator .carat {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../media/assets/carat-sprite.png") 0 0 no-repeat transparent;
}
.cnn-hdr .chapter-indicator .carat.active {
  background: url("../media/assets/carat-sprite.png") 0 -16px no-repeat transparent;
}
.cnn-hdr .longform-nav, .cnn-hdr .longform-ext-nav {
  display: none;
}

@media screen and (min-width: 360px) {
  /* HEADER  for TABLET*/
  .cnn-hdr {
    position: relative;
    background: #FFF;
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px #DADADA solid;
    height: 80px;
    color: #a8a7a5;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
  }
  .cnn-hdr img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  .cnn-hdr .section .link {
    display: none;
  }
  .cnn-hdr .cnn-logo {
    float: left;
    margin-top: 25px;
    margin-left: 10px;
  }
  .cnn-hdr .longform-title {
    display: block;
    font-size: 2.15385em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 100;
    float: left;
    padding: 0 10px;
    margin: 17px 10px 0;
    width: 155px;
    border-right: 1px #d3d3d1 solid;
    border-left: 1px #d3d3d1 solid;
    color: #0a6c93;
    letter-spacing: -0.5px;
  }
  .cnn-hdr .chapter-indicator {
    color: #7a0101;
    float: left;
    font-size: 21px;
    line-height: 21px;
    margin: 30px 0 0;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
  }
  .cnn-hdr .chapter-indicator .carat {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../media/assets/carat-sprite.png") 0 0 no-repeat transparent;
  }
  .cnn-hdr .chapter-indicator .carat.active {
    background: url("../media/assets/carat-sprite.png") 0 -16px no-repeat transparent;
  }
  .cnn-hdr .longform-nav, .cnn-hdr .longform-ext-nav {
    display: none;
  }
}
/* END HEADER */
/* NAV for MOBILE */
.no-mobile {
  display: none;
}

.no-desktop {
  display: block;
}

.nav-carousel {
  margin-top: 2px !important;
  overflow-x: hidden;
}
.nav-carousel .nav-container {
  width: auto;
  margin-left: 0;
}
.nav-carousel .nav-item {
  float: none;
  display: block;
  border-right: none;
  border-bottom: 1px solid #d3d3d1;
}
.nav-carousel .nav-item:last-child {
  border-bottom: none;
}
.nav-carousel .nav-item a {
  color: #6d6d6d;
}
.nav-carousel .nav-item a:hover {
  color: #7a0101;
}
.nav-carousel .nav-item.about {
  width: auto;
  padding: 10px 0;
  margin: 0 10px;
}
.nav-carousel .nav-item.about h3 {
  border-top: 1px solid #d3d3d1;
  font-size: 18px;
  line-height: 21px;
  color: #0a6c93;
  font-weight: bold;
  padding-top: 10px;
}
.nav-carousel .nav-item.about h3 .carat {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../media/assets/carat-sprite.png") 0 0 no-repeat transparent;
}
.nav-carousel .nav-item.about h3 .carat.active {
  background: url("../media/assets/carat-sprite.png") 0 -16px no-repeat transparent;
}
.nav-carousel .nav-item.about p {
  font-size: 12px;
  line-height: 14px;
  color: #0a6c93;
  font-weight: bold;
  padding-top: 10px;
}
.nav-carousel .nav-item.nav-link {
  width: auto;
  color: #6d6d6d;
  min-height: 120px;
  padding: 10px 0;
  margin: 0 10px;
}
.nav-carousel .nav-item.nav-link:hover {
  color: #7a0101;
}
.nav-carousel .nav-item.nav-link img {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 10px;
}
.nav-carousel .nav-item.nav-link span {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  display: block;
}
.nav-carousel .nav-item.nav-link h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}
.nav-carousel .nav-item.nav-link p {
  font-size: 12px;
  line-height: 14px;
  color: #6d6d6d;
}

/* NAV for TABLET / DESKTOP */
@media screen and (min-width: 480px) {
  .no-mobile {
    display: block;
  }

  .no-desktop {
    display: none;
  }

  .nav-carousel {
    margin-top: 18px !important;
    overflow-x: hidden;
    position: relative;
  }
  .nav-carousel .clip-mask {
    width: 10px;
    height: 100px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
  }
  .nav-carousel .btn-prev {
    position: absolute;
    width: 23px;
    height: 100px;
    background: url("../media/assets/carousel-nav-sprite.png") -23px 0 no-repeat transparent;
    top: 0;
    left: 10px;
    cursor: pointer;
    z-index: 999;
  }
  .nav-carousel .btn-prev:hover {
    background: url("../media/assets/carousel-nav-sprite.png") 0 0 no-repeat transparent;
  }
  .nav-carousel .btn-next {
    position: absolute;
    width: 23px;
    height: 100px;
    background: url("../media/assets/carousel-nav-sprite.png") -69px 0 no-repeat transparent;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 999;
  }
  .nav-carousel .btn-next:hover {
    background: url("../media/assets/carousel-nav-sprite.png") -46px 0 no-repeat transparent;
  }
  .nav-carousel .nav-container {
    width: auto;
    min-width: 9400px;
    margin-left: 30px;
  }
  .nav-carousel .nav-item {
    float: left;
    border-right: 1px solid #d3d3d1;
    border-bottom: none;
  }
  .nav-carousel .nav-item:last-child {
    border-right: none;
  }
  .nav-carousel .nav-item.about {
    width: 230px;
    padding: 0 20px 0 10px;
    margin: 0;
  }
  .nav-carousel .nav-item.about p {
    font-size: 12px;
    line-height: 14px;
    color: #0a6c93;
    font-weight: bold;
    padding-top: 0;
  }
  .nav-carousel .nav-item.nav-link {
    width: 340px;
    padding: 0 20px;
    color: #6d6d6d;
    min-height: initial;
    margin: 0;
  }
  .nav-carousel .nav-item.nav-link:hover {
    color: #7a0101;
  }
  .nav-carousel .nav-item.nav-link img {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
  }
  .nav-carousel .nav-item.nav-link span {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    display: block;
  }
  .nav-carousel .nav-item.nav-link h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
  }
  .nav-carousel .nav-item.nav-link p {
    font-size: 12px;
    line-height: 14px;
    color: #6d6d6d;
  }
}
.social-media-bar {
  position: relative;
  display: block;
  float: right;
  top: 11px;
  margin-bottom: 10px;
}
.social-media-bar .social-button {
  display: block;
  background: url("../media/assets/social-buttons.png");
  margin-left: 10px;
  height: 25px;
  width: 25px;
  float: left;
}
.social-media-bar .social-button.facebook {
  background-position: 0 0;
}
.social-media-bar .social-button.facebook:hover {
  background-position: -26px 0;
}
.social-media-bar .social-button.twitter {
  background-position: 0 -26px;
}
.social-media-bar .social-button.twitter:hover {
  background-position: -26px -26px;
}
.social-media-bar .social-button.google-plus {
  background-position: 0 -51px;
}
.social-media-bar .social-button.google-plus:hover {
  background-position: -26px -51px;
}
.social-media-bar .social-button.linked-in {
  background-position: 0 -76px;
}
.social-media-bar .social-button.linked-in:hover {
  background-position: -26px -76px;
}

.cnn-lightbox.open {
  z-index: 19000;
}

/* netbook 12 "screen and (min-width: 769px)" */
/* desktop 12 "screen and (min-width: 900px)" */
@media screen and (min-width: 767px) {
  .cnn-hdr {
    height: 60px;
  }
  .cnn-hdr .cnn-logo {
    margin-top: 13px;
  }
  .cnn-hdr .longform-title {
    display: block;
    font-size: 2.15385em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 100;
    float: left;
    padding: 0 10px;
    margin: 17px 10px 0;
    border-right: 1px #d3d3d1 solid;
    border-left: 1px #d3d3d1 solid;
    color: #0a6c93;
    width: auto;
  }
  .cnn-hdr .chapter-indicator {
    color: #7a0101;
    float: left;
    font-size: 21px;
    line-height: 21px;
    margin: 19px 0 0;
    text-transform: uppercase;
    vertical-align: middle;
    cursor: pointer;
  }

  .cnn-hdr.ipad {
    overflow: none;
    position: fixed;
    opacity: 1;
    visibility: visible;
  }
  .cnn-hdr.ipad .cnn-logo {
    margin-left: 100px;
  }
  .cnn-hdr.ipad .longform-title {
    display: block;
    font-size: 2.15385em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 100;
    float: left;
    padding: 0 10px;
    margin: 17px 10px 0;
    border-right: 1px #f5f5f3 solid;
    border-left: 1px #f5f5f3 solid;
  }
  .cnn-hdr.ipad .longform-nav {
    display: block;
    position: relative;
    overflow: hidden;
    background: transparent;
    font-size: 1.38462em;
    line-height: 3.33333em;
    text-transform: uppercase;
  }
  .cnn-hdr.ipad .longform-nav .value {
    display: block;
    float: left;
    webkit-transition: visibility 0s 0.3s, opacity 0.3s linear, color 0.3s linear;
    moz-transition: visibility 0s 0.3s, opacity 0.3s linear, color 0.3s linear;
    o-transition: visibility 0s 0.3s, opacity 0.3s linear, color 0.3s linear;
    transition: visibility 0s 0.3s, opacity 0.3s linear, color 0.3s linear;
  }
  .cnn-hdr.ipad .longform-nav .value.show {
    visibility: visible;
    opacity: 1;
    webkit-transition: opacity 0.3s linear, color 0.3s linear;
    moz-transition: opacity 0.3s linear, color 0.3s linear;
    o-transition: opacity 0.3s linear, color 0.3s linear;
    transition: opacity 0.3s linear, color 0.3s linear;
  }
  .cnn-hdr.ipad .longform-nav .chevron {
    margin-left: 10px;
    margin-top: -2px;
    width: 19px;
    float: left;
    opacity: 0.3;
    webkit-transition: opacity 0.3s;
    moz-transition: opacity 0.3s;
    o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .cnn-hdr.ipad .longform-nav.open {
    cursor: pointer;
  }
  .cnn-hdr.ipad .longform-nav.open .value {
    color: #000;
  }
  .cnn-hdr.ipad .longform-nav.open .chevron {
    opacity: 1;
  }
  .cnn-hdr.ipad .longform-ext-nav {
    display: block;
    overflow: hidden;
    background: #FFF;
    border: 1px #CACACA solid;
    border-top: none;
    top: 60px;
    height: 0px;
    width: 100%;
    visibility: hidden;
    webkit-transition: height 0.5s, visibility 0.5s 0.5s;
    moz-transition: height 0.5s, visibility 0.5s 0.5s;
    o-transition: height 0.5s, visibility 0.5s 0.5s;
    transition: height 0.5s, visibility 0.5s 0.5s;
    padding: 0 8px;
  }
  .cnn-hdr.ipad .longform-ext-nav.open {
    visibility: visible;
    height: 250px;
    webkit-transition: height 0.5s;
    moz-transition: height 0.5s;
    o-transition: height 0.5s;
    transition: height 0.5s;
  }
  .cnn-hdr.ipad .longform-ext-nav .item {
    cursor: pointer;
    display: block;
    list-style: none;
    height: 100%;
    opacity: 0.3;
    webkit-transition: color 0.5s, background 0.5s, opacity 0.5s;
    moz-transition: color 0.5s, background 0.5s, opacity 0.5s;
    o-transition: color 0.5s, background 0.5s, opacity 0.5s;
    transition: color 0.5s, background 0.5s, opacity 0.5s;
    width: 22.91667%;
    max-width: 220px;
    float: left;
    padding: 10px 10px;
    margin-left: 5px;
  }
  .cnn-hdr.ipad .longform-ext-nav .item img {
    border: 1px #DADADA solid;
    margin-bottom: 10px;
  }
  .cnn-hdr.ipad .longform-ext-nav .item .title {
    position: relative;
    color: #000000;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 1.38462em;
    line-height: 1.55556em;
    font-weight: 800;
  }
  .cnn-hdr.ipad .longform-ext-nav .item .description {
    color: #666666;
    padding-left: 10px;
    font-size: 0.92308em;
    line-height: 1.5em;
    font-weight: 100;
  }
  .cnn-hdr.ipad .longform-ext-nav .item .photo-essay {
    position: relative;
    display: inline-block;
    *display: inline;
    background: url("http://i.cdn.turner.com/cnn/.e/img/3.0/global/icons/btn_gallery_mini2.png") no-repeat;
    margin-left: 8px;
    height: 22px;
    width: 22px;
    top: 2px;
    zoom: 1;
  }
  .cnn-hdr.ipad .longform-ext-nav .item .special {
    font-weight: bold;
    font-style: italic;
  }
  .cnn-hdr.ipad .longform-ext-nav .item:hover {
    opacity: 1;
  }
  .cnn-hdr.ipad .longform-ext-nav .item:first-child {
    margin-left: 10px;
  }
  .cnn-hdr.ipad .longform-ext-nav .item.active {
    cursor: default;
    opacity: 1;
  }

  .cnn-longform.ipad {
    overflow: hidden;
  }
  .cnn-longform.ipad .fullpage-video {
    display: none;
  }
  .cnn-longform.ipad .section .title-card {
    position: relative;
    height: auto;
    width: 100%;
    height: 600px;
    visibility: visible;
    opacity: 1;
  }
  .cnn-longform.ipad .section .title-card .content {
    display: block;
    visibility: visible;
    position: relative;
    opacity: 1;
  }
  .cnn-longform.ipad .section .title-card .content .totem {
    visibility: visible;
    opacity: 1;
  }
  .cnn-longform.ipad .section .title-card .content .totem img {
    visibility: visible;
    opacity: 1;
  }
  .cnn-longform.ipad .section .title-card .content .title-container {
    visibility: visible;
    opacity: 1;
  }
  .cnn-longform.ipad .section.intro .title-card {
    padding-top: 120px;
    height: auto;
  }
  .cnn-longform.ipad .section.intro .title-card .content .line-container {
    width: 80%;
    max-width: none;
  }
  .cnn-longform.ipad .section.intro .title-card .content .line-container .line {
    max-width: none;
    visibility: visible;
    position: relative;
    display: inline;
    right: 0;
    opacity: 1;
    top: 0;
    width: auto;
  }
  .cnn-longform.ipad .section.intro .title-card .content .line-container .line.six {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .cnn-longform.ipad .section.intro .title-card .content .line-container .line.seven {
    display: block;
    text-align: center;
    width: 100%;
    margin: 30px 0;
  }
  .cnn-longform.ipad .section.intro video {
    display: block;
  }
  .cnn-longform.ipad .section.parents {
    height: auto;
  }
  .cnn-longform.ipad .section .body-copy.full-page-gallery {
    position: relative;
    visibility: visible;
    background: #FFF;
    opacity: 1;
    height: auto;
  }
  .cnn-longform.ipad .section .body-copy.full-page-gallery .navigation {
    display: block;
  }
  .cnn-longform.ipad .section .body-copy.full-page-gallery .navigation .arrow {
    opacity: 1;
  }
  .cnn-longform.ipad .section .body-copy.full-page-gallery.mobile .container .caption {
    display: block;
    width: 100%;
    max-width: none;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFF;
    background: #000;
  }
  .cnn-longform.ipad .section .body-copy.full-page-gallery.mobile .container .caption.show {
    display: block;
  }
}
