*, *: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;
  line-height: 18px;
}

.cnn-longform .cnn-longform-header {
  width: auto;
  margin-left: -5.9%;
  margin-bottom: 5.9%;
}
.cnn-longform .cnn-longform-header .title {
  position: relative;
  width: 93.75%;
  margin-left: 5.9%;
  max-width: 300px;
  margin-bottom: 5.9%;
}
.cnn-longform .cnn-longform-header .title h1 {
  text-indent: -9999px;
  display: none;
}
.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;
}
.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%;
  border-bottom: 1px #CCCCCC dotted;
  padding-bottom: 15px;
}
.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;
  width: 93.75%;
  margin-left: 5.9%;
  max-width: 300px;
}
.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;
}

/* 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 {
    width: 95.83333%;
    margin-left: 3.81667%;
    max-width: 460px;
    margin-bottom: 3.81667%;
  }
  .cnn-longform .cnn-longform-header .title.text h1 {
    font-size: 2em;
    line-height: 1.11538em;
  }
  .cnn-longform .cnn-longform-header .description {
    width: 95.83333%;
    margin-left: 3.81667%;
    max-width: 460px;
    margin-top: 3.81667%;
  }
  .cnn-longform .cnn-longform-header .lead-media {
    width: 95.83333%;
    margin-left: 3.81667%;
    max-width: 460px;
  }
  .cnn-longform .cnn-longform-header.horizontal .title {
    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 .title {
    width: 82.14286%;
    max-width: 460px;
    margin: 0 auto 3.22143%;
  }
  .cnn-longform .cnn-longform-header .description {
    width: 96.42857%;
    margin-left: 3.22143%;
    max-width: 540px;
    margin-top: 3.22143%;
  }
  .cnn-longform .cnn-longform-header .lead-media {
    width: 96.42857%;
    margin-left: 3.22143%;
    max-width: 540px;
  }
  .cnn-longform .cnn-longform-header.horizontal .title {
    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;
    width: 75%;
    max-width: 540px;
    margin: 0 auto 2.42778% auto;
  }
  .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;
    width: 97.22222%;
    margin-left: 2.42778%;
    max-width: 700px;
  }
  .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;
    width: 56.25%;
    margin-left: 1.73333%;
    max-width: 540px;
    margin-right: 1.73333%;
    padding-bottom: 4.33333%;
    float: left;
  }
  .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: 97.91667%;
    margin-left: 1.73333%;
    max-width: 940px;
    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 {
    width: 97.91667%;
    margin-left: 1.73333%;
    max-width: 940px;
    float: none;
  }
  .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 .title {
    width: 56.25%;
    margin-left: 1.73333%;
    max-width: 540px;
    padding-bottom: 2.6%;
  }
  .cnn-longform .cnn-longform-header .description {
    font-size: 1em;
    line-height: 1.53846em;
  }
  .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-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;
}

.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: 21px;
  width: 45px;
  top: 5px;
}
.cnn-hdr .cnn-logo .link {
  display: block;
  text-indent: -9999px;
  height: 100%;
  width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .cnn-hdr .cnn-logo {
    background: url("../media/assets/cnn-logo.png") 0 -11px no-repeat;
    -webkit-background-size: 44px 33px;
    -moz-background-size: 44px 33px;
    -ie-background-size: 44px 33px;
    -o-background-size: 44px 33px;
  }
}
.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: initial;
  }
  .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%;
}

/* 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)" */
.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;
}

/* tablet 9 "screen and (min-width: 561px)" */
@media screen and (min-width: 561px) {
  .element-media.image img.click-enabled {
    cursor: pointer;
  }
}
.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,
.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%;
}

@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-longform .element-media.quote {
  border: none;
  background: transparent url("${url_css_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%;
}

.cnn-lightbox {
  position: fixed;
  background: url("${url_css_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("${url_css_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: url("../media/assets/chicagoland-bkgd.jpg") top center no-repeat black !important;
}

.cl-masthead {
  display: block;
  width: 90%;
  max-width: 380px;
  margin-top: 30px !important;
  margin-bottom: 15px !important;
}

.cl-wrap {
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.content {
  padding: 10px;
  background-color: #F3F2F0;
}

.c_share_container.block {
  position: relative;
}

.cl-tunein {
  color: #eaeae7;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 18px;
  font-weight: bold;
}

.cl-header {
  text-align: center;
}
.cl-header h1 {
  font-size: 48px;
  line-height: 54px;
  font-weight: bold;
  padding-bottom: 10px;
}
.cl-header p {
  font-size: 14px;
  line-height: 18px;
  max-width: 80%;
}

.cl-subhed {
  line-height: 26px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  height: 40px;
  margin-top: 20px;
  overflow: hidden;
  clear: both;
}
.cl-subhed span {
  display: inline-block;
  position: relative;
  color: #dc580d;
}
.cl-subhed span:before, .cl-subhed span:after {
  content: "";
  position: absolute;
  height: 15px;
  border-bottom: 2px solid #000000;
  top: 0;
  width: 600px;
}
.cl-subhed span:before {
  right: 100%;
  margin-right: 15px;
}
.cl-subhed span:after {
  left: 100%;
  margin-left: 15px;
}

.cl-quote {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  text-align: center;
  font-family: Georgia,Times,serif;
  padding-bottom: 18px;
}
.cl-quote cite {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  color: #666666;
}

.comments-container {
  background-color: #F3F2F0;
  margin-bottom: 20px;
  padding: 10px;
}

.cnn-footer a {
  color: #6ab9d3 !important;
}

.longform-ad {
  clear: both;
  display: block;
}

@media screen and (max-width: 769px) {
  .longform-ad {
    margin-left: -21px;
  }
}
@media screen and (max-width: 526px) {
  .cl-tunein {
    position: relative;
    margin: 0 auto;
    display: block;
    clear: both;
    text-align: center;
    left: 0px;
    font-size: 14px;
  }

  .c_share_container.block .c_sharebtns {
    margin: 0 auto;
    width: 160px;
    float: none;
  }

  .cl-subhed {
    line-height: 26px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
    clear: both;
    margin-bottom: 10px;
    border-top: 1px solid #000000;
    padding-top: 12px;
  }
  .cl-subhed span {
    display: inline-block;
    position: relative;
    color: #dc580d;
  }
  .cl-subhed span:before, .cl-subhed span:after {
    content: "";
    position: absolute;
    height: 0px;
    border-bottom: 2px solid #000000;
    top: 0;
    width: 0px;
  }
  .cl-subhed span:before {
    right: 100%;
    margin-right: 15px;
  }
  .cl-subhed span:after {
    left: 100%;
    margin-left: 15px;
  }
}
