*, *:before, *:after {
  -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;
  }
}

.cnn-lightbox {
  position: fixed;
  background: url("https://cdn.cnn.com/cnn/interactive/2014/01/politics/sotu-speech-decoded/media/assets/bg-75.png");
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 0px;
  top: 52px;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  z-index: 20000;
}
.cnn-lightbox.open {
  height: calc(100% - 52px);
  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;
  -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("https://cdn.cnn.com/cnn/interactive/2014/01/politics/sotu-speech-decoded/media/assets/close-button.png") no-repeat;
  right: -5px;
  top: -5px;
  height: 28px;
  width: 28px;
}

.cvp-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.cvp-video div {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: 100%;
}
.cvp-video video,
.cvp-video iframe,
.cvp-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cvp-video.html5 {
  padding-bottom: 0;
  height: auto;
}
.cvp-video .poster {
  display: block;
  cursor: pointer;
}
.cvp-video .poster .poster-img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.cvp-video .poster.hide {
  visibility: hidden;
  cursor: default;
}
.cvp-video .play-button {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.cvp-video .play-button .icon {
  position: absolute;
  background: url("https://cdn.cnn.com/cnn/interactive/2014/01/politics/sotu-speech-decoded/media/assets/playbutton_icon.png") no-repeat;
  height: 67px;
  width: 67px;
  margin-left: -33px;
  margin-top: -33px;
  left: 50%;
  top: 50%;
}
.cvp-video .play-button:hover .icon {
  background-position: 0 -67px;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .cvp-video .play-button .icon {
    background: url("https://cdn.cnn.com/cnn/interactive/2014/01/politics/sotu-speech-decoded/media/assets/playbutton_icon@2x.png") no-repeat;
    background-size: 67px 134px;
    -ie-background-size: 67px 134px;
    background-size: 67px 134px;
  }
  .cvp-video .play-button:hover .icon {
    background-position: 0 -67px;
  }
}

body {
  font-family: "CNN";
  margin: 0;
  font-size: 13px !important;
  line-height: 18px !important;
}

.cnn-video-header .video-logo {
  width: 53px !important;
}

.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;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.dropcap {
  font-size: 5.23077em;
  line-height: 1em;
  font-weight: bold;
  margin-right: 8px;
  margin-top: -4px;
  float: left;
}

.timestamp {
  color: #666666;
  font-size: 0.84615em;
  line-height: 1.27273em;
  margin-top: 5px;
}

.cnn-hdr {
  font-family: "CNN";
  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("https://cdn.cnn.com/cnn/interactive/2014/01/politics/sotu-speech-decoded/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("https://cdn.cnn.com/cnn/interactive/2014/01/politics/sotu-speech-decoded/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 .longform-ad {
  margin-top: 10px;
}
.cnn-longform .content {
  position: relative;
}
.cnn-longform .content .cnn-longform-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  margin: 30px 0 0;
}
.cnn-longform .content .cnn-longform-header .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 820px;
}
.cnn-longform .content .cnn-longform-header .title h1 {
  text-indent: -9999px;
  display: none;
}
.cnn-longform .content .cnn-longform-header .title .src {
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.cnn-longform .content .cnn-longform-header .title.text {
  margin-bottom: 0 !important;
}
.cnn-longform .content .cnn-longform-header .title.text h1 {
  font-size: 1.84615em;
  line-height: 1.16667em;
  font-weight: bold;
  text-indent: 0px;
  display: block;
}
.cnn-longform .content .cnn-longform-header .description {
  font-family: "CNN";
  font-size: 1.23077em;
  line-height: 1.375em;
  vertical-align: top;
  border-bottom: 1px #CCCCCC dotted;

  width: 100%;
  max-width: 820px;
  padding: 0 20px 20px;
}
.cnn-longform .content .cnn-longform-header .description .credit {
  margin-top: 10px;
}
.cnn-longform .content .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 .content .cnn-longform-header .lead-media.image img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.cnn-longform .content .cnn-longform-header.horizontal .title {
  margin: 0;
  width: 93.75%;
  margin-left: 5.9%;
  max-width: 300px;
}
.cnn-longform .content .cnn-longform-header.horizontal .description {
  margin-top: 5.9%;
}
.cnn-longform .content .cnn-longform-header:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.cnn-longform .content .body-copy {
  width: auto;
  margin-left: -5.9%;
  padding: 0 10px;
}
.cnn-longform .content .body-copy .block {
  width: 100%;
  width: 93.75%;
  margin-left: 5.9%;
  max-width: 300px;
}
.cnn-longform .content .body-copy .block .title {
  font-size: 1.69231em;
  line-height: 1.27273em;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
}
.cnn-longform .content .body-copy .block .paragraph {
  padding-bottom: 12px;
  font-size: 1.23077em;
  line-height: 1.5em;
}

.cnn-longform .content .body-copy .block .paragraph.contributor {
  padding-bottom: 12px;
  font-size: 1.23077em;
  line-height: 1.5em;
  font-style:italic;
  color:#777777;
}

.cnn-longform .content .body-copy .block .paragraph.intro {
  font-size: 1.57142857142857em;
  line-height: 1.55454545454545em;
  font-weight: 300;
  margin-bottom: 40px;
}
.cnn-longform .content .body-copy .block .bold {
  font-weight: bold;
}
.cnn-longform .content .body-copy .block .italic {
  font-variant: italic;
}
.cnn-longform .content .body-copy .block .list {
  padding-left: 20px;
}
.cnn-longform .content .body-copy .block .list li {
  list-style-position: outside;
}
.cnn-longform .content .body-copy .block .story-element {
  position: relative;
  margin-bottom: 24px;
  width: 100%;
}
.cnn-longform .content .body-copy .block .story-element.container {
  width: 100%;
  margin: 15px 0 20px 0;
}
.cnn-longform .content .body-copy .block .story-element .element-media {
  position: relative;
}
.cnn-longform .content .body-copy .block .story-element .element-media.video, .cnn-longform .content .body-copy .block .story-element .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-longform .content .body-copy .block .story-element .element-media.gallery {
  position: relative;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .media img,
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .media div {
  display: none;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .media img.active,
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .media div.active {
  display: block;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav {
  position: relative;
  background: #E2E2E0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #cacaca), to(#e2e2e0));
  background: linear-gradient(180deg, #cacaca 10%, #e2e2e0);
  border: 1px #CACACA solid;
  height:32px;
}
.cnn-longform .content .body-copy .block .story-element .element-media.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;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav .btn:first-child {
  border-left: none;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav .btn.arrow.right {
  position: absolute;
  right: 0;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav .btn:hover {
  background: #FFFFFF;
  color: #CA0002;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav .btn.active {
  color: #FFF;
  background: #CA0002;
  font-weight: bold;
  cursor: default;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav .btn.active:hover {
  color: #FFF;
  background: #CA0002;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav .btn.disabled {
  color: #AAA;
  background: #E2E2E2;
  cursor: default;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav .btn.disabled:hover {
  color: #AAA;
  background: #E2E2E2;
}
.cnn-longform .content .body-copy .block .story-element .element-media.viz {
  margin: 0 auto;
}
.cnn-longform .content .body-copy .block .story-element .element-media.image, .cnn-longform .content .body-copy .block .story-element .element-media.quote {
  padding: 5px;
  border: 1px #EAEAEA solid;
  background: #FFF;
}
.cnn-longform .content .body-copy .block .story-element .element-media.image.text, .cnn-longform .content .body-copy .block .story-element .element-media.quote.text {
  border: none;
  background: transparent url("https://cdn.cnn.com/cnn/interactive/2014/01/politics/sotu-speech-decoded/media/assets/quote.png") no-repeat;
  font-family: Georgia, serif;
  font-size: 1.69231em;
  line-height: 1.27273em;
}
.cnn-longform .content .body-copy .block .story-element .element-media.image.text .author, .cnn-longform .content .body-copy .block .story-element .element-media.quote.text .author {
  float: right;
  color: #666666;
  font-size: 0.69231em;
  line-height: 1.22222em;
  padding-top: 15px;
}
.cnn-longform .content .body-copy .block .story-element .element-media.text {
  padding: 5.9%;
  border-left: 1px #EAEAEA solid;
}
.cnn-longform .content .body-copy .block .story-element .element-media.text .title,
.cnn-longform .content .body-copy .block .story-element .element-media.text .paragraph {
  font-size: 1.23077em;
  line-height: 1.375em;
  padding-left: 0;
  width: auto;
  max-width: initial;
}
.cnn-longform .content .body-copy .block .story-element .element-media.text .title {
  font-size: 1.38462em;
  line-height: 1.44444em;
  margin-bottom: 2.95%;
}
.cnn-longform .content .body-copy .block .story-element .element-media img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.cnn-longform .content .body-copy .block .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;
}
.cnn-longform .content .body-copy .block .story-element .element-media .overlay .plus {
  position: absolute;
  font-size: 0.84615em;
  line-height: 2.27273em;
  margin-left: -16px;
}

.cnn-longform .content .body-copy .block .story-element .element-media .overlay-doc {
  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;
}
.cnn-longform .content .body-copy .block .story-element .element-media .overlay-doc .plus {
  position: absolute;
  font-size: 0.84615em;
  line-height: 2.27273em;
  margin-left: -16px;
}
.cnn-longform .content .body-copy .block .story-element .element-text {
  font-family: "CNN";
  font-size: 1.07692em;
  line-height: 1.28571em;
  width: 100%;
  border-left: 1px #CCC solid;
  padding-left: 10px;
  margin-top: 15px;
}
.cnn-longform .content .body-copy .block .story-element .element-text .credit {
  color: #777777;
  margin-top: 5px;
  font-size:11px;
  line-height:13px;
}
.cnn-longform .content .body-copy .block .about {
  position: relative;
  font-family: Georgia;
  margin-top: 5.9%;
  background: #F1EFEB;
  border: 2px #D1CDC4 solid;
  padding: 20px 20px;
}
.cnn-longform .content .body-copy .block .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 .content .body-copy .block .about .paragraph {
  color: #666259;
  padding: 0 0 12px 0;
  max-width: 100%;
  width: 100%;
}
.cnn-longform .content .recirc-container {
  font-family: Georgia, serif;
  font-weight: bold;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.cnn-longform .content .recirc-container .recirc-header {
  margin-bottom: 15px;
}
.cnn-longform .content .recirc-container .recirc-header .header-row {
  display: table-row;
  position: relative;
}
.cnn-longform .content .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 .content .recirc-container .recirc-header .header-row .header-bar {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cnn-longform .content .recirc-container .recirc-header .header-row .header-bar .bar {
  display: block;
  border-bottom: 1px #CCC solid;
  height: 17px;
  width: 100%;
  float: left;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-content-row {
  display: none;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-content-row .recirc-item {
  padding-top: 15px;
  border-top: 1px #CCC dotted;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-content-row:first-child {
  display: block;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-content-row:first-child .recirc-item {
  margin-top: 0;
  border: none;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-content-row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item {
  display: block;
  width: 93.75%;
  margin-left: 5.9%;
  max-width: 300px;
  margin-bottom: 15px;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item .recirc-header {
  font-size: 1.38462em;
  line-height: 1.22222em;
  font-weight: bold;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item .recirc-header a {
  color: #000;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item .recirc-header a:hover {
  color: #f15a2a;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item .recirc-img {
  width: 100%;
  margin-bottom: 10px;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item .recirc-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item .recirc-description {
  font-weight: normal;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item.sm .recirc-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item.sm .recirc-description {
  display: none;
}
.cnn-longform .content .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 .content .cnn-longform-header {
    width: auto;
  }
  .cnn-longform .content .cnn-longform-header .title {
    display: block;
    padding: 0 10px;
  }
  .cnn-longform .content .cnn-longform-header .title.text h1 {
    font-size: 2em;
    line-height: 1.11538em;
  }
  .cnn-longform .content .cnn-longform-header .description {
    width: 100%;
  }
  .cnn-longform .content .cnn-longform-header .lead-media {
    width: 95.83333%;
    margin-left: 3.81667%;
    max-width: 460px;
  }
  .cnn-longform .content .cnn-longform-header.horizontal .title {
    width: 95.83333%;
    margin-left: 3.81667%;
    max-width: 460px;
  }
  .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 .content .body-copy .block .story-element.container {
    width: 95.83333%;
    max-width: 460px;
    margin: 10px auto 30px auto;
  }
  .cnn-longform .content .body-copy .block .story-element.container.static {
    width: 95.83333%;
    max-width: 460px;
  }
  .cnn-longform .content .body-copy .block .story-element.container .element-media.text {
    padding: 3.81667%;
  }
  .cnn-longform .content .body-copy .block .story-element.container .element-media.text .title {
    margin-bottom: 1.90833%;
  }
  .cnn-longform .content .recirc-container .recirc-content {
    width: 62.5%;
    max-width: 300px;
    margin: 0 auto;
  }
  .cnn-longform .content .recirc-container .recirc-content .recirc-item {
    width: 95.83333%;
    margin-left: 3.81667%;
    max-width: 460px;
    float: left;
  }
  .cnn-longform .content .recirc-container .recirc-content .recirc-item .recirc-img {
    width: 100%;
  }
  .cnn-longform .content .recirc-container .recirc-content .recirc-item.sm {
    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 .cnn-longform-header {
    width: auto;
  }
  .cnn-longform .content .cnn-longform-header .title {
  }
  .cnn-longform .content .cnn-longform-header .description {
  }
  .cnn-longform .content .cnn-longform-header .lead-media {
    width: 96.42857%;
    margin-left: 3.22143%;
    max-width: 540px;
  }
  .cnn-longform .content .cnn-longform-header.horizontal .title {
    width: 96.42857%;
    margin-left: 3.22143%;
    max-width: 540px;
  }
  .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 .content .body-copy .block .story-element.container {
    width: 96.42857%;
    max-width: 540px;
  }
  .cnn-longform .content .body-copy .block .story-element.container.static {
    width: 96.42857%;
    max-width: 540px;
  }
  .cnn-longform .content .body-copy .block .story-element.container .element-media.text .title {
    margin-bottom: 1.61071%;
  }
  .cnn-longform .content .recirc-container .recirc-content {
    width: 82.14286%;
    max-width: 460px;
    margin: 0 auto;
  }
  .cnn-longform .content .recirc-container .recirc-content .recirc-content-row {
    display: block;
  }
  .cnn-longform .content .recirc-container .recirc-content .recirc-item {
    width: 45%;
    max-width: 252px;
  }
  .cnn-longform .content .recirc-container .recirc-content .recirc-item .recirc-img {
    width: 100%;
  }
  .cnn-longform .content .recirc-container .recirc-content .recirc-item.sm {
    width: 45%;
    margin-left: 3.22143%;
    max-width: 252px;
  }
  .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 .cnn-longform-header {
    width: auto;
  }
  .cnn-longform .content .cnn-longform-header .title {
    display: block;
    padding: 0px 20px;
  }
  .cnn-longform .content .cnn-longform-header .title.text h1 {
    font-size: 2.15385em;
    line-height: 1.10714em;
  }
  .cnn-longform .content .cnn-longform-header .description {
  }
  .cnn-longform .content .cnn-longform-header .lead-media {
    float: none;
    width: 97.22222%;
    margin-left: 2.42778%;
    max-width: 700px;
  }
  .cnn-longform .content .cnn-longform-header.horizontal .title {
    float: none;
    width: 97.22222%;
    margin-left: 2.42778%;
    max-width: 700px;
  }
  .cnn-longform .content .cnn-longform-header.horizontal .description {
    width: 97.22222%;
    margin-left: 2.42778%;
    max-width: 700px;
    margin-top: 2.42778%;
  }
  .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 .content .body-copy .block .story-element {
    float: right;
  }
  .cnn-longform .content .body-copy .block .story-element.container {
    width: 52.77778%;
    max-width: 380px;
    margin: 10px 0 10px 35px;
  }
  .cnn-longform .content .body-copy .block .story-element.container.sm {
    width: 41.66667%;
    max-width: 300px;
  }
  .cnn-longform .content .body-copy .block .story-element.container.static {
    width: 380px;
  }
  .cnn-longform .content .body-copy .block .story-element.container .element-media.text .title {
    margin-bottom: 1.21389%;
  }
  .cnn-longform .content .body-copy .block .story-element.container .element-media img.click-enabled {
    cursor: pointer;
  }
  .cnn-longform .content .body-copy .block .story-element.container .element-media .overlay {
    color: #000;
    display: block;
  }
  .cnn-longform .content .body-copy .block .story-element.container .element-media .overlay.click-enabled {
    cursor: pointer;
  }
  .cnn-longform .content .body-copy .block .story-element.container .element-text {
    width: 63.88889%;
    max-width: 460px;
    float: right;
  }
  .cnn-longform .content .recirc-container .recirc-content {
    width: auto;
    max-width: initial;
  }
  .cnn-longform .content .recirc-container .recirc-content .recirc-item {
    width: 47.22222%;
    margin-left: 2.42778%;
    max-width: 340px;
  }
  .cnn-longform .content .recirc-container .recirc-content .recirc-item .recirc-img {
    width: 52.77778%;
    max-width: 380px;
    margin-right: 2.42778%;
    float: left;
  }
  .cnn-longform .content .recirc-container .recirc-content .recirc-item.sm {
    width: 30.55556%;
    margin-left: 2.42778%;
    max-width: 220px;
  }
  .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 .cnn-longform-header {
    width: auto;
    padding-top: 0;
  }
  .cnn-longform .content .cnn-longform-header .title {
    width: 100%;
    padding: 0 20px;
  }
  .cnn-longform .content .cnn-longform-header .title.text h1 {
    font-size: 2.30769em;
    line-height: 1.1em;
  }
  .cnn-longform .content .cnn-longform-header .description {
  }
  .cnn-longform .content .cnn-longform-header .description:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .cnn-longform .content .cnn-longform-header .lead-media {
    position: relative;
    width: 97.91667%;
    margin-left: 1.73333%;
    max-width: 940px;
    float: right;
  }
  .cnn-longform .content .cnn-longform-header.horizontal .title {
    width: 97.91667%;
    margin-left: 1.73333%;
    max-width: 940px;
    float: none;
  }
  .cnn-longform .content .cnn-longform-header.horizontal .lead-media {
    float: none;
  }
  .cnn-longform .content .cnn-longform-header.horizontal .description {
    width: 81.25%;
    margin-left: 1.73333%;
    max-width: 780px;
    margin: 1.73333% auto 0 auto;
  }
  .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 .content .body-copy .block .story-element.container {
    width: 47.91667%;
    max-width: 460px;
    margin-left: 50px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .cnn-longform .content .body-copy .block .story-element.container.sm {
    width: 39.58333%;
    max-width: 380px;
  }
  .cnn-longform .content .body-copy .block .story-element.container.static {
    width: 460px;
  }
  .cnn-longform .content .body-copy .block .story-element.container .element-media.text .title {
    margin-bottom: 0.86667%;
  }
  .cnn-longform .content .body-copy .block .story-element.container .element-text {
    width: 64.58333%;
    max-width: 620px;
  }
  .cnn-longform .content .recirc-container .recirc-content .recirc-item {
    width: 47.91667%;
    margin-left: 1.73333%;
    max-width: 460px;
  }
  .cnn-longform .content .recirc-container .recirc-content .recirc-item .recirc-img {
    width: 47.91667%;
    max-width: 460px;
  }
  .cnn-longform .content .recirc-container .recirc-content .recirc-item.sm {
    width: 22.91667%;
    margin-left: 1.73333%;
    max-width: 220px;
  }
  .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 .cnn-longform-header .title {
    width: 100%;
    max-width: 820px;
    padding: 0px 20px;
  }
  .cnn-longform .content .cnn-longform-header .description {
  }
  .cnn-longform .content .cnn-longform-header .lead-media {
    width: 100%;
    
    max-width: 940px;
  }
  .cnn-longform .content .cnn-longform-header.horizontal .description {
    
  }
  .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 .content .recirc-container .recirc-content .recirc-item {
    width: 47.91667%;
    margin-left: 1.73333%;
    max-width: 460px;
  }
}
/* landscape 6 "screen and (min-width: 321px)" */
/* phablet 7 "screen and (min-width: 481px)" */
/* tablet 9 "screen and (min-width: 561px)" */
/* netbook 12 "screen and (min-width: 769px)" */
/* desktop 12 "screen and (min-width: 900px)" */
.rule {
  background: #C4C4C4;
}
.rule.horizontal {
  width: 80%;
  height: 2px;
  margin: 50px auto 20px;
}
.rule.vertical {
  width: 2px;
  height: 80%;
  margin: auto 20px;
}




/* New Footer */

.cnnix__footer
        {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            height: 100%;
            background-color: #0C0C0C;
            color: #E6E6E6;
            font-family: CNN, Helvetica Neue, Helvetica, "CNN", Utkal, sans-serif;
            font-size: 10px;

            @media screen and (min-width: 740px) {
                height: 100%;
            }

            a
            {
                color: #E6E6E6;
                -webkit-transition: all 250ms ease-in-out;
                transition: all 250ms ease-in-out;

                &:hover
                {
                    color: white;
                }
            }
        }

        .cnnix__footer__contents
        {
            width: 85%;
            margin: auto;
            margin-top: 6em;
            letter-spacing: 0.1em;

            @media screen and (min-width: 500px)
            {
                max-width: 110em;
            }
        }

        .cnnix__footer__title
        {
            font-weight: bold;
            font-size: 2.6em;
            letter-spacing: 0.1em;
            line-height: 2.4em;
        }

        .cnnix__footer__related-stories
        {
            @media print
            {
                display: none;
            }

            display: table;
            width: 100%;
            border-top: 1px solid #E6E6E6;
            border-bottom: 1px solid #E6E6E6;
            -webkit-padding-start: 0;

            li
            {
                display: block;
                width: 100%;

                @media screen and (min-width: 500px)
                {
                    display: table-cell;
                    width: 30%;
                    padding: 1em;
                }

                h1
                {
                    padding: 0.5em;
                    background-color: #E6E6E6;
                    color: #262626;
                    font-size: 2em;
                }

                img
                {
                    max-width: 100%;
                }

                p
                {
                    font-weight: 200;
                    font-size: 1.8em;
                }
            }
        }

        .cnnix__footer__credits
        {
            display: block;
            font-size: 1.8em;
            line-height: 2.4em;

            dt
            {
                font-weight: bold;
            }

            dd
            {
                font-weight: 300;
            }
        }

        .cnnix__footer__copyright
        {
            font-size: 1.3em;
        }

        .cnnix__footer__legal__list
        {
            list-style-type: none;
            -webkit-margin-after: 0;
            -webkit-margin-start: 0;
            -webkit-margin-end: 0;
            -webkit-padding-start: 0;
        }

        .cnnix__footer__item
        {
            margin-right: 1.6em;
            padding-right: 1.6em;
            text-transform: uppercase;

            @media screen and (min-width: 500px)
            {
                display: inline;
                width: 100%;
            }
        }

        .cnnix__footer__logo
        {
            display: block;
            width: 5em;
            height: 5em;
            margin-left: 90%;

            @media screen and (min-width: 740px)
            {
                float: right;
            }
        }



        .share-container
        {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row nowrap;
                  flex-flow: row nowrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;

          padding: 0 20px;
          margin: 40px auto;
          width: 100%;

        }

        .share-btn
        {
          display: block;
          cursor: pointer;
          position: relative;
          width: 35px;
          height: 35px;

          margin-right: 5px;
        }

        .share-btn svg {
          display: block !important;
        }

        .share-btn:last-child
        {
          margin-right: 0;
        }

.nav-container
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  background: #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

  height: 52px;
  width: 100%;
  top: 0px;
  z-index: 999;
}

.nav-container .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  max-width: 960px;
  height: 100%;
  width: 100%;
}

.nav-container .nav .nav-logo {
  height: 100%;
  max-width: 52px;
  width: auto
}

.nav-container .nav .nav-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.nav-container .nav-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.nav-container .nav .social-share__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  max-width: 52px;
  height: 100%;
}

.nav-container .nav .social-share__icon svg {
  fill: #FFF;
}










/*# sourceMappingURL=cnnix-hank-aaron-anniversary.css.map*/