html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

html {
  font-size: 100%; }

body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

h1 {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1em;
  margin-bottom: 0.5em;
  /* 24 / 48 */ }

h2 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333em;
  margin-bottom: 0.6666666666666667em;
  /* 24 / 36 */ }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1em;
  margin-bottom: 1em;
  /* 24 / 24 */ }

h4 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.14286em;
  margin-bottom: 1.142857142857143em;
  /* 24 / 21 */ }

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333em;
  margin-bottom: 1.333333333333333em;
  /* 24 / 18 */ }

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  /* 24 / 16 */ }

p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  /* 24 / 16 */ }

.title {
  font-family: 'Roboto', sans-serif;
  margin: 0; }

.description {
  font-family: 'Roboto', sans-serif;
  margin: 0; }

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

.center {
  margin: 0 auto !important; }

/* xs 4 screen and (max-width: 20em) */
@media screen and (max-width: 20em) {
  body:before {
    position: absolute;
    content: "xs";
    visibility: hidden;
    text-indent: -99999px;
    height: 0;
    width: 0; }

  .grid-width {
    max-width: 20rem;
    width: 100%; }

  .col.full {
    width: 300px;
    width: 93.75%;
    max-width: 300px;
    max-width: 18.75rem;
    margin: 0 3.125%; }

  .col-xs-full {
    width: 100%; }
    .col-xs-full.static {
      width: 300px;
      width: 18.75rem; }
    .row .col-xs-full {
      margin-left: 6.25%;
      float: left; }
      .row .col-xs-full.static {
        margin-left: 1.25rem; }
  .col-xs-half {
    width: 140px;
    width: 43.75%;
    max-width: 140px;
    max-width: 8.75rem; }
    .col-xs-half.static {
      width: 140px;
      width: 8.75rem; }
    .row .col-xs-half {
      margin-left: 6.25%;
      float: left; }
      .row .col-xs-half.static {
        margin-left: 1.25rem; }
  .col-xs-third {
    width: 86.66667px;
    width: 27.08333%;
    max-width: 86.66667px;
    max-width: 5.41667rem; }
    .col-xs-third.static {
      width: 86.66667px;
      width: 5.41667rem; }
    .row .col-xs-third {
      margin-left: 6.25%;
      float: left; }
      .row .col-xs-third.static {
        margin-left: 1.25rem; }
  .col-xs-fourth {
    width: 60px;
    width: 18.75%;
    max-width: 60px;
    max-width: 3.75rem; }
    .col-xs-fourth.static {
      width: 60px;
      width: 3.75rem; }
    .row .col-xs-fourth {
      margin-left: 6.25%;
      float: left; }
      .row .col-xs-fourth.static {
        margin-left: 1.25rem; }
  .col-xs-fifth {
    width: 44px;
    width: 13.75%;
    max-width: 44px;
    max-width: 2.75rem; }
    .col-xs-fifth.static {
      width: 44px;
      width: 2.75rem; }
    .row .col-xs-fifth {
      margin-left: 6.25%;
      float: left; }
      .row .col-xs-fifth.static {
        margin-left: 1.25rem; }
  .col-xs-sixth {
    width: 33.33333px;
    width: 10.41667%;
    max-width: 33.33333px;
    max-width: 2.08333rem; }
    .col-xs-sixth.static {
      width: 33.33333px;
      width: 2.08333rem; }
    .row .col-xs-sixth {
      margin-left: 6.25%;
      float: left; }
      .row .col-xs-sixth.static {
        margin-left: 1.25rem; }
  .col-xs-seventh {
    width: 25.71429px;
    width: 8.03571%;
    max-width: 25.71429px;
    max-width: 1.60714rem; }
    .col-xs-seventh.static {
      width: 25.71429px;
      width: 1.60714rem; }
    .row .col-xs-seventh {
      margin-left: 6.25%;
      float: left; }
      .row .col-xs-seventh.static {
        margin-left: 1.25rem; }
  .col-xs-eighth {
    width: 20px;
    width: 6.25%;
    max-width: 20px;
    max-width: 1.25rem; }
    .col-xs-eighth.static {
      width: 20px;
      width: 1.25rem; }
    .row .col-xs-eighth {
      margin-left: 6.25%;
      float: left; }
      .row .col-xs-eighth.static {
        margin-left: 1.25rem; }
  .col-xs-ninth {
    width: 15.55556px;
    width: 4.86111%;
    max-width: 15.55556px;
    max-width: 0.97222rem; }
    .col-xs-ninth.static {
      width: 15.55556px;
      width: 0.97222rem; }
    .row .col-xs-ninth {
      margin-left: 6.25%;
      float: left; }
      .row .col-xs-ninth.static {
        margin-left: 1.25rem; }
  .col-xs-tenth {
    width: 12px;
    width: 3.75%;
    max-width: 12px;
    max-width: 0.75rem; }
    .col-xs-tenth.static {
      width: 12px;
      width: 0.75rem; }
    .row .col-xs-tenth {
      margin-left: 6.25%;
      float: left; }

  .row {
    margin-left: -6.25%; }
    .row .col {
      margin-left: 6.25%;
      float: left; }
    .row.static {
      width: auto;
      margin-left: -1.25rem; }
      .row.static .col {
        margin-left: 1.25rem;
        float: left; }
    .row:after {
      content: " ";
      display: block;
      clear: both;
      line-height: 0;
      height: 0;
      zoom: 1; }

  .col-xs-1 {
    width: 60px;
    width: 18.75%;
    max-width: 60px;
    max-width: 3.75rem; }
    .col-xs-1.static {
      width: 60px;
      width: 3.75rem; }

  .row .col-xs-1 {
    margin-left: 6.25%;
    float: left; }
  .row.static .col-xs-1 {
    margin-left: 1.25rem; }

  .col-xs-2 {
    width: 140px;
    width: 43.75%;
    max-width: 140px;
    max-width: 8.75rem; }
    .col-xs-2.static {
      width: 140px;
      width: 8.75rem; }

  .row .col-xs-2 {
    margin-left: 6.25%;
    float: left; }
  .row.static .col-xs-2 {
    margin-left: 1.25rem; }

  .col-xs-3 {
    width: 220px;
    width: 68.75%;
    max-width: 220px;
    max-width: 13.75rem; }
    .col-xs-3.static {
      width: 220px;
      width: 13.75rem; }

  .row .col-xs-3 {
    margin-left: 6.25%;
    float: left; }
  .row.static .col-xs-3 {
    margin-left: 1.25rem; }

  .col-xs-4 {
    width: 300px;
    width: 93.75%;
    max-width: 300px;
    max-width: 18.75rem; }
    .col-xs-4.static {
      width: 300px;
      width: 18.75rem; }

  .row .col-xs-4 {
    margin-left: 6.25%;
    float: left; }
  .row.static .col-xs-4 {
    margin-left: 1.25rem; }

  .hidden-xs {
    display: none; }

  .visible-xs {
    display: block; } }
/* sm 8 screen and (min-width: 20em) */
@media screen and (min-width: 20em) {
  body:before {
    position: absolute;
    content: "sm";
    visibility: hidden;
    text-indent: -99999px;
    height: 0;
    width: 0; }

  .grid-width {
    max-width: 40rem;
    width: 100%; }

  .col.full {
    width: 620px;
    width: 96.875%;
    max-width: 620px;
    max-width: 38.75rem;
    margin: 0 1.5625%; }

  .col-sm-full {
    width: 100%; }
    .col-sm-full.static {
      width: 620px;
      width: 38.75rem; }
    .row .col-sm-full {
      margin-left: 3.125%;
      float: left; }
      .row .col-sm-full.static {
        margin-left: 1.25rem; }
  .col-sm-half {
    width: 300px;
    width: 46.875%;
    max-width: 300px;
    max-width: 18.75rem; }
    .col-sm-half.static {
      width: 300px;
      width: 18.75rem; }
    .row .col-sm-half {
      margin-left: 3.125%;
      float: left; }
      .row .col-sm-half.static {
        margin-left: 1.25rem; }
  .col-sm-third {
    width: 193.33333px;
    width: 30.20833%;
    max-width: 193.33333px;
    max-width: 12.08333rem; }
    .col-sm-third.static {
      width: 193.33333px;
      width: 12.08333rem; }
    .row .col-sm-third {
      margin-left: 3.125%;
      float: left; }
      .row .col-sm-third.static {
        margin-left: 1.25rem; }
  .col-sm-fourth {
    width: 140px;
    width: 21.875%;
    max-width: 140px;
    max-width: 8.75rem; }
    .col-sm-fourth.static {
      width: 140px;
      width: 8.75rem; }
    .row .col-sm-fourth {
      margin-left: 3.125%;
      float: left; }
      .row .col-sm-fourth.static {
        margin-left: 1.25rem; }
  .col-sm-fifth {
    width: 108px;
    width: 16.875%;
    max-width: 108px;
    max-width: 6.75rem; }
    .col-sm-fifth.static {
      width: 108px;
      width: 6.75rem; }
    .row .col-sm-fifth {
      margin-left: 3.125%;
      float: left; }
      .row .col-sm-fifth.static {
        margin-left: 1.25rem; }
  .col-sm-sixth {
    width: 86.66667px;
    width: 13.54167%;
    max-width: 86.66667px;
    max-width: 5.41667rem; }
    .col-sm-sixth.static {
      width: 86.66667px;
      width: 5.41667rem; }
    .row .col-sm-sixth {
      margin-left: 3.125%;
      float: left; }
      .row .col-sm-sixth.static {
        margin-left: 1.25rem; }
  .col-sm-seventh {
    width: 71.42857px;
    width: 11.16071%;
    max-width: 71.42857px;
    max-width: 4.46429rem; }
    .col-sm-seventh.static {
      width: 71.42857px;
      width: 4.46429rem; }
    .row .col-sm-seventh {
      margin-left: 3.125%;
      float: left; }
      .row .col-sm-seventh.static {
        margin-left: 1.25rem; }
  .col-sm-eighth {
    width: 60px;
    width: 9.375%;
    max-width: 60px;
    max-width: 3.75rem; }
    .col-sm-eighth.static {
      width: 60px;
      width: 3.75rem; }
    .row .col-sm-eighth {
      margin-left: 3.125%;
      float: left; }
      .row .col-sm-eighth.static {
        margin-left: 1.25rem; }
  .col-sm-ninth {
    width: 51.11111px;
    width: 7.98611%;
    max-width: 51.11111px;
    max-width: 3.19444rem; }
    .col-sm-ninth.static {
      width: 51.11111px;
      width: 3.19444rem; }
    .row .col-sm-ninth {
      margin-left: 3.125%;
      float: left; }
      .row .col-sm-ninth.static {
        margin-left: 1.25rem; }
  .col-sm-tenth {
    width: 44px;
    width: 6.875%;
    max-width: 44px;
    max-width: 2.75rem; }
    .col-sm-tenth.static {
      width: 44px;
      width: 2.75rem; }
    .row .col-sm-tenth {
      margin-left: 3.125%;
      float: left; }

  .row {
    margin-left: -3.125%; }
    .row .col {
      margin-left: 3.125%;
      float: left; }
    .row.static {
      width: auto;
      margin-left: -1.25rem; }
      .row.static .col {
        margin-left: 1.25rem;
        float: left; }
    .row:after {
      content: " ";
      display: block;
      clear: both;
      line-height: 0;
      height: 0;
      zoom: 1; }

  .col-sm-1 {
    width: 60px;
    width: 9.375%;
    max-width: 60px;
    max-width: 3.75rem; }
    .col-sm-1.static {
      width: 60px;
      width: 3.75rem; }

  .row .col-sm-1 {
    margin-left: 3.125%;
    float: left; }
  .row.static .col-sm-1 {
    margin-left: 1.25rem; }

  .col-sm-2 {
    width: 140px;
    width: 21.875%;
    max-width: 140px;
    max-width: 8.75rem; }
    .col-sm-2.static {
      width: 140px;
      width: 8.75rem; }

  .row .col-sm-2 {
    margin-left: 3.125%;
    float: left; }
  .row.static .col-sm-2 {
    margin-left: 1.25rem; }

  .col-sm-3 {
    width: 220px;
    width: 34.375%;
    max-width: 220px;
    max-width: 13.75rem; }
    .col-sm-3.static {
      width: 220px;
      width: 13.75rem; }

  .row .col-sm-3 {
    margin-left: 3.125%;
    float: left; }
  .row.static .col-sm-3 {
    margin-left: 1.25rem; }

  .col-sm-4 {
    width: 300px;
    width: 46.875%;
    max-width: 300px;
    max-width: 18.75rem; }
    .col-sm-4.static {
      width: 300px;
      width: 18.75rem; }

  .row .col-sm-4 {
    margin-left: 3.125%;
    float: left; }
  .row.static .col-sm-4 {
    margin-left: 1.25rem; }

  .col-sm-5 {
    width: 380px;
    width: 59.375%;
    max-width: 380px;
    max-width: 23.75rem; }
    .col-sm-5.static {
      width: 380px;
      width: 23.75rem; }

  .row .col-sm-5 {
    margin-left: 3.125%;
    float: left; }
  .row.static .col-sm-5 {
    margin-left: 1.25rem; }

  .col-sm-6 {
    width: 460px;
    width: 71.875%;
    max-width: 460px;
    max-width: 28.75rem; }
    .col-sm-6.static {
      width: 460px;
      width: 28.75rem; }

  .row .col-sm-6 {
    margin-left: 3.125%;
    float: left; }
  .row.static .col-sm-6 {
    margin-left: 1.25rem; }

  .col-sm-7 {
    width: 540px;
    width: 84.375%;
    max-width: 540px;
    max-width: 33.75rem; }
    .col-sm-7.static {
      width: 540px;
      width: 33.75rem; }

  .row .col-sm-7 {
    margin-left: 3.125%;
    float: left; }
  .row.static .col-sm-7 {
    margin-left: 1.25rem; }

  .col-sm-8 {
    width: 620px;
    width: 96.875%;
    max-width: 620px;
    max-width: 38.75rem; }
    .col-sm-8.static {
      width: 620px;
      width: 38.75rem; }

  .row .col-sm-8 {
    margin-left: 3.125%;
    float: left; }
  .row.static .col-sm-8 {
    margin-left: 1.25rem; }

  .hidden-sm {
    display: none; }

  .visible-sm {
    display: block; } }
/* md 10 screen and (min-width: 30em) */
@media screen and (min-width: 30em) {
  body:before {
    position: absolute;
    content: "md";
    visibility: hidden;
    text-indent: -99999px;
    height: 0;
    width: 0; }

  .grid-width {
    max-width: 50rem;
    width: 100%; }

  .col.full {
    width: 780px;
    width: 97.5%;
    max-width: 780px;
    max-width: 48.75rem;
    margin: 0 1.25%; }

  .col-md-full {
    width: 100%; }
    .col-md-full.static {
      width: 780px;
      width: 48.75rem; }
    .row .col-md-full {
      margin-left: 2.5%;
      float: left; }
      .row .col-md-full.static {
        margin-left: 1.25rem; }
  .col-md-half {
    width: 380px;
    width: 47.5%;
    max-width: 380px;
    max-width: 23.75rem; }
    .col-md-half.static {
      width: 380px;
      width: 23.75rem; }
    .row .col-md-half {
      margin-left: 2.5%;
      float: left; }
      .row .col-md-half.static {
        margin-left: 1.25rem; }
  .col-md-third {
    width: 246.66667px;
    width: 30.83333%;
    max-width: 246.66667px;
    max-width: 15.41667rem; }
    .col-md-third.static {
      width: 246.66667px;
      width: 15.41667rem; }
    .row .col-md-third {
      margin-left: 2.5%;
      float: left; }
      .row .col-md-third.static {
        margin-left: 1.25rem; }
  .col-md-fourth {
    width: 180px;
    width: 22.5%;
    max-width: 180px;
    max-width: 11.25rem; }
    .col-md-fourth.static {
      width: 180px;
      width: 11.25rem; }
    .row .col-md-fourth {
      margin-left: 2.5%;
      float: left; }
      .row .col-md-fourth.static {
        margin-left: 1.25rem; }
  .col-md-fifth {
    width: 140px;
    width: 17.5%;
    max-width: 140px;
    max-width: 8.75rem; }
    .col-md-fifth.static {
      width: 140px;
      width: 8.75rem; }
    .row .col-md-fifth {
      margin-left: 2.5%;
      float: left; }
      .row .col-md-fifth.static {
        margin-left: 1.25rem; }
  .col-md-sixth {
    width: 113.33333px;
    width: 14.16667%;
    max-width: 113.33333px;
    max-width: 7.08333rem; }
    .col-md-sixth.static {
      width: 113.33333px;
      width: 7.08333rem; }
    .row .col-md-sixth {
      margin-left: 2.5%;
      float: left; }
      .row .col-md-sixth.static {
        margin-left: 1.25rem; }
  .col-md-seventh {
    width: 94.28571px;
    width: 11.78571%;
    max-width: 94.28571px;
    max-width: 5.89286rem; }
    .col-md-seventh.static {
      width: 94.28571px;
      width: 5.89286rem; }
    .row .col-md-seventh {
      margin-left: 2.5%;
      float: left; }
      .row .col-md-seventh.static {
        margin-left: 1.25rem; }
  .col-md-eighth {
    width: 80px;
    width: 10%;
    max-width: 80px;
    max-width: 5rem; }
    .col-md-eighth.static {
      width: 80px;
      width: 5rem; }
    .row .col-md-eighth {
      margin-left: 2.5%;
      float: left; }
      .row .col-md-eighth.static {
        margin-left: 1.25rem; }
  .col-md-ninth {
    width: 68.88889px;
    width: 8.61111%;
    max-width: 68.88889px;
    max-width: 4.30556rem; }
    .col-md-ninth.static {
      width: 68.88889px;
      width: 4.30556rem; }
    .row .col-md-ninth {
      margin-left: 2.5%;
      float: left; }
      .row .col-md-ninth.static {
        margin-left: 1.25rem; }
  .col-md-tenth {
    width: 60px;
    width: 7.5%;
    max-width: 60px;
    max-width: 3.75rem; }
    .col-md-tenth.static {
      width: 60px;
      width: 3.75rem; }
    .row .col-md-tenth {
      margin-left: 2.5%;
      float: left; }

  .row {
    margin-left: -2.5%; }
    .row .col {
      margin-left: 2.5%;
      float: left; }
    .row.static {
      width: auto;
      margin-left: -1.25rem; }
      .row.static .col {
        margin-left: 1.25rem;
        float: left; }
    .row:after {
      content: " ";
      display: block;
      clear: both;
      line-height: 0;
      height: 0;
      zoom: 1; }

  .col-md-1 {
    width: 60px;
    width: 7.5%;
    max-width: 60px;
    max-width: 3.75rem; }
    .col-md-1.static {
      width: 60px;
      width: 3.75rem; }

  .row .col-md-1 {
    margin-left: 2.5%;
    float: left; }
  .row.static .col-md-1 {
    margin-left: 1.25rem; }

  .col-md-2 {
    width: 140px;
    width: 17.5%;
    max-width: 140px;
    max-width: 8.75rem; }
    .col-md-2.static {
      width: 140px;
      width: 8.75rem; }

  .row .col-md-2 {
    margin-left: 2.5%;
    float: left; }
  .row.static .col-md-2 {
    margin-left: 1.25rem; }

  .col-md-3 {
    width: 220px;
    width: 27.5%;
    max-width: 220px;
    max-width: 13.75rem; }
    .col-md-3.static {
      width: 220px;
      width: 13.75rem; }

  .row .col-md-3 {
    margin-left: 2.5%;
    float: left; }
  .row.static .col-md-3 {
    margin-left: 1.25rem; }

  .col-md-4 {
    width: 300px;
    width: 37.5%;
    max-width: 300px;
    max-width: 18.75rem; }
    .col-md-4.static {
      width: 300px;
      width: 18.75rem; }

  .row .col-md-4 {
    margin-left: 2.5%;
    float: left; }
  .row.static .col-md-4 {
    margin-left: 1.25rem; }

  .col-md-5 {
    width: 380px;
    width: 47.5%;
    max-width: 380px;
    max-width: 23.75rem; }
    .col-md-5.static {
      width: 380px;
      width: 23.75rem; }

  .row .col-md-5 {
    margin-left: 2.5%;
    float: left; }
  .row.static .col-md-5 {
    margin-left: 1.25rem; }

  .col-md-6 {
    width: 460px;
    width: 57.5%;
    max-width: 460px;
    max-width: 28.75rem; }
    .col-md-6.static {
      width: 460px;
      width: 28.75rem; }

  .row .col-md-6 {
    margin-left: 2.5%;
    float: left; }
  .row.static .col-md-6 {
    margin-left: 1.25rem; }

  .col-md-7 {
    width: 540px;
    width: 67.5%;
    max-width: 540px;
    max-width: 33.75rem; }
    .col-md-7.static {
      width: 540px;
      width: 33.75rem; }

  .row .col-md-7 {
    margin-left: 2.5%;
    float: left; }
  .row.static .col-md-7 {
    margin-left: 1.25rem; }

  .col-md-8 {
    width: 620px;
    width: 77.5%;
    max-width: 620px;
    max-width: 38.75rem; }
    .col-md-8.static {
      width: 620px;
      width: 38.75rem; }

  .row .col-md-8 {
    margin-left: 2.5%;
    float: left; }
  .row.static .col-md-8 {
    margin-left: 1.25rem; }

  .col-md-9 {
    width: 700px;
    width: 87.5%;
    max-width: 700px;
    max-width: 43.75rem; }
    .col-md-9.static {
      width: 700px;
      width: 43.75rem; }

  .row .col-md-9 {
    margin-left: 2.5%;
    float: left; }
  .row.static .col-md-9 {
    margin-left: 1.25rem; }

  .col-md-10 {
    width: 780px;
    width: 97.5%;
    max-width: 780px;
    max-width: 48.75rem; }
    .col-md-10.static {
      width: 780px;
      width: 48.75rem; }

  .row .col-md-10 {
    margin-left: 2.5%;
    float: left; }
  .row.static .col-md-10 {
    margin-left: 1.25rem; }

  .hidden-md {
    display: none; }

  .visible-md {
    display: block; } }
/* lg 12 screen and (min-width: 48em) */
@media screen and (min-width: 48em) {
  body:before {
    position: absolute;
    content: "lg";
    visibility: hidden;
    text-indent: -99999px;
    height: 0;
    width: 0; }

  .grid-width {
    max-width: 60rem;
    width: 100%; }

  .col.full {
    width: 940px;
    width: 97.91667%;
    max-width: 940px;
    max-width: 58.75rem;
    margin: 0 1.04167%; }

  .col-lg-full {
    width: 100%; }
    .col-lg-full.static {
      width: 940px;
      width: 58.75rem; }
    .row .col-lg-full {
      margin-left: 2.08333%;
      float: left; }
      .row .col-lg-full.static {
        margin-left: 1.25rem; }
  .col-lg-half {
    width: 460px;
    width: 47.91667%;
    max-width: 460px;
    max-width: 28.75rem; }
    .col-lg-half.static {
      width: 460px;
      width: 28.75rem; }
    .row .col-lg-half {
      margin-left: 2.08333%;
      float: left; }
      .row .col-lg-half.static {
        margin-left: 1.25rem; }
  .col-lg-third {
    width: 300px;
    width: 31.25%;
    max-width: 300px;
    max-width: 18.75rem; }
    .col-lg-third.static {
      width: 300px;
      width: 18.75rem; }
    .row .col-lg-third {
      margin-left: 2.08333%;
      float: left; }
      .row .col-lg-third.static {
        margin-left: 1.25rem; }
  .col-lg-fourth {
    width: 220px;
    width: 22.91667%;
    max-width: 220px;
    max-width: 13.75rem; }
    .col-lg-fourth.static {
      width: 220px;
      width: 13.75rem; }
    .row .col-lg-fourth {
      margin-left: 2.08333%;
      float: left; }
      .row .col-lg-fourth.static {
        margin-left: 1.25rem; }
  .col-lg-fifth {
    width: 172px;
    width: 17.91667%;
    max-width: 172px;
    max-width: 10.75rem; }
    .col-lg-fifth.static {
      width: 172px;
      width: 10.75rem; }
    .row .col-lg-fifth {
      margin-left: 2.08333%;
      float: left; }
      .row .col-lg-fifth.static {
        margin-left: 1.25rem; }
  .col-lg-sixth {
    width: 140px;
    width: 14.58333%;
    max-width: 140px;
    max-width: 8.75rem; }
    .col-lg-sixth.static {
      width: 140px;
      width: 8.75rem; }
    .row .col-lg-sixth {
      margin-left: 2.08333%;
      float: left; }
      .row .col-lg-sixth.static {
        margin-left: 1.25rem; }
  .col-lg-seventh {
    width: 117.14286px;
    width: 12.20238%;
    max-width: 117.14286px;
    max-width: 7.32143rem; }
    .col-lg-seventh.static {
      width: 117.14286px;
      width: 7.32143rem; }
    .row .col-lg-seventh {
      margin-left: 2.08333%;
      float: left; }
      .row .col-lg-seventh.static {
        margin-left: 1.25rem; }
  .col-lg-eighth {
    width: 100px;
    width: 10.41667%;
    max-width: 100px;
    max-width: 6.25rem; }
    .col-lg-eighth.static {
      width: 100px;
      width: 6.25rem; }
    .row .col-lg-eighth {
      margin-left: 2.08333%;
      float: left; }
      .row .col-lg-eighth.static {
        margin-left: 1.25rem; }
  .col-lg-ninth {
    width: 86.66667px;
    width: 9.02778%;
    max-width: 86.66667px;
    max-width: 5.41667rem; }
    .col-lg-ninth.static {
      width: 86.66667px;
      width: 5.41667rem; }
    .row .col-lg-ninth {
      margin-left: 2.08333%;
      float: left; }
      .row .col-lg-ninth.static {
        margin-left: 1.25rem; }
  .col-lg-tenth {
    width: 76px;
    width: 7.91667%;
    max-width: 76px;
    max-width: 4.75rem; }
    .col-lg-tenth.static {
      width: 76px;
      width: 4.75rem; }
    .row .col-lg-tenth {
      margin-left: 2.08333%;
      float: left; }

  .row {
    margin-left: -2.08333%; }
    .row .col {
      margin-left: 2.08333%;
      float: left; }
    .row.static {
      width: auto;
      margin-left: -1.25rem; }
      .row.static .col {
        margin-left: 1.25rem;
        float: left; }
    .row:after {
      content: " ";
      display: block;
      clear: both;
      line-height: 0;
      height: 0;
      zoom: 1; }

  .col-lg-1 {
    width: 60px;
    width: 6.25%;
    max-width: 60px;
    max-width: 3.75rem; }
    .col-lg-1.static {
      width: 60px;
      width: 3.75rem; }

  .row .col-lg-1 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-lg-1 {
    margin-left: 1.25rem; }

  .col-lg-2 {
    width: 140px;
    width: 14.58333%;
    max-width: 140px;
    max-width: 8.75rem; }
    .col-lg-2.static {
      width: 140px;
      width: 8.75rem; }

  .row .col-lg-2 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-lg-2 {
    margin-left: 1.25rem; }

  .col-lg-3 {
    width: 220px;
    width: 22.91667%;
    max-width: 220px;
    max-width: 13.75rem; }
    .col-lg-3.static {
      width: 220px;
      width: 13.75rem; }

  .row .col-lg-3 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-lg-3 {
    margin-left: 1.25rem; }

  .col-lg-4 {
    width: 300px;
    width: 31.25%;
    max-width: 300px;
    max-width: 18.75rem; }
    .col-lg-4.static {
      width: 300px;
      width: 18.75rem; }

  .row .col-lg-4 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-lg-4 {
    margin-left: 1.25rem; }

  .col-lg-5 {
    width: 380px;
    width: 39.58333%;
    max-width: 380px;
    max-width: 23.75rem; }
    .col-lg-5.static {
      width: 380px;
      width: 23.75rem; }

  .row .col-lg-5 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-lg-5 {
    margin-left: 1.25rem; }

  .col-lg-6 {
    width: 460px;
    width: 47.91667%;
    max-width: 460px;
    max-width: 28.75rem; }
    .col-lg-6.static {
      width: 460px;
      width: 28.75rem; }

  .row .col-lg-6 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-lg-6 {
    margin-left: 1.25rem; }

  .col-lg-7 {
    width: 540px;
    width: 56.25%;
    max-width: 540px;
    max-width: 33.75rem; }
    .col-lg-7.static {
      width: 540px;
      width: 33.75rem; }

  .row .col-lg-7 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-lg-7 {
    margin-left: 1.25rem; }

  .col-lg-8 {
    width: 620px;
    width: 64.58333%;
    max-width: 620px;
    max-width: 38.75rem; }
    .col-lg-8.static {
      width: 620px;
      width: 38.75rem; }

  .row .col-lg-8 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-lg-8 {
    margin-left: 1.25rem; }

  .col-lg-9 {
    width: 700px;
    width: 72.91667%;
    max-width: 700px;
    max-width: 43.75rem; }
    .col-lg-9.static {
      width: 700px;
      width: 43.75rem; }

  .row .col-lg-9 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-lg-9 {
    margin-left: 1.25rem; }

  .col-lg-10 {
    width: 780px;
    width: 81.25%;
    max-width: 780px;
    max-width: 48.75rem; }
    .col-lg-10.static {
      width: 780px;
      width: 48.75rem; }

  .row .col-lg-10 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-lg-10 {
    margin-left: 1.25rem; }

  .col-lg-11 {
    width: 860px;
    width: 89.58333%;
    max-width: 860px;
    max-width: 53.75rem; }
    .col-lg-11.static {
      width: 860px;
      width: 53.75rem; }

  .row .col-lg-11 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-lg-11 {
    margin-left: 1.25rem; }

  .col-lg-12 {
    width: 940px;
    width: 97.91667%;
    max-width: 940px;
    max-width: 58.75rem; }
    .col-lg-12.static {
      width: 940px;
      width: 58.75rem; }

  .row .col-lg-12 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-lg-12 {
    margin-left: 1.25rem; }

  .hidden-lg {
    display: none; }

  .visible-lg {
    display: block; } }
/* xl 12 screen and (min-width: 60em) */
@media screen and (min-width: 60em) {
  body:before {
    position: absolute;
    content: "xl";
    visibility: hidden;
    text-indent: -99999px;
    height: 0;
    width: 0; }

  .grid-width {
    max-width: 60rem;
    width: 100%; }

  .col.full {
    width: 940px;
    width: 97.91667%;
    max-width: 940px;
    max-width: 58.75rem;
    margin: 0 1.04167%; }

  .col-xl-full {
    width: 100%; }
    .col-xl-full.static {
      width: 940px;
      width: 58.75rem; }
    .row .col-xl-full {
      margin-left: 2.08333%;
      float: left; }
      .row .col-xl-full.static {
        margin-left: 1.25rem; }
  .col-xl-half {
    width: 460px;
    width: 47.91667%;
    max-width: 460px;
    max-width: 28.75rem; }
    .col-xl-half.static {
      width: 460px;
      width: 28.75rem; }
    .row .col-xl-half {
      margin-left: 2.08333%;
      float: left; }
      .row .col-xl-half.static {
        margin-left: 1.25rem; }
  .col-xl-third {
    width: 300px;
    width: 31.25%;
    max-width: 300px;
    max-width: 18.75rem; }
    .col-xl-third.static {
      width: 300px;
      width: 18.75rem; }
    .row .col-xl-third {
      margin-left: 2.08333%;
      float: left; }
      .row .col-xl-third.static {
        margin-left: 1.25rem; }
  .col-xl-fourth {
    width: 220px;
    width: 22.91667%;
    max-width: 220px;
    max-width: 13.75rem; }
    .col-xl-fourth.static {
      width: 220px;
      width: 13.75rem; }
    .row .col-xl-fourth {
      margin-left: 2.08333%;
      float: left; }
      .row .col-xl-fourth.static {
        margin-left: 1.25rem; }
  .col-xl-fifth {
    width: 172px;
    width: 17.91667%;
    max-width: 172px;
    max-width: 10.75rem; }
    .col-xl-fifth.static {
      width: 172px;
      width: 10.75rem; }
    .row .col-xl-fifth {
      margin-left: 2.08333%;
      float: left; }
      .row .col-xl-fifth.static {
        margin-left: 1.25rem; }
  .col-xl-sixth {
    width: 140px;
    width: 14.58333%;
    max-width: 140px;
    max-width: 8.75rem; }
    .col-xl-sixth.static {
      width: 140px;
      width: 8.75rem; }
    .row .col-xl-sixth {
      margin-left: 2.08333%;
      float: left; }
      .row .col-xl-sixth.static {
        margin-left: 1.25rem; }
  .col-xl-seventh {
    width: 117.14286px;
    width: 12.20238%;
    max-width: 117.14286px;
    max-width: 7.32143rem; }
    .col-xl-seventh.static {
      width: 117.14286px;
      width: 7.32143rem; }
    .row .col-xl-seventh {
      margin-left: 2.08333%;
      float: left; }
      .row .col-xl-seventh.static {
        margin-left: 1.25rem; }
  .col-xl-eighth {
    width: 100px;
    width: 10.41667%;
    max-width: 100px;
    max-width: 6.25rem; }
    .col-xl-eighth.static {
      width: 100px;
      width: 6.25rem; }
    .row .col-xl-eighth {
      margin-left: 2.08333%;
      float: left; }
      .row .col-xl-eighth.static {
        margin-left: 1.25rem; }
  .col-xl-ninth {
    width: 86.66667px;
    width: 9.02778%;
    max-width: 86.66667px;
    max-width: 5.41667rem; }
    .col-xl-ninth.static {
      width: 86.66667px;
      width: 5.41667rem; }
    .row .col-xl-ninth {
      margin-left: 2.08333%;
      float: left; }
      .row .col-xl-ninth.static {
        margin-left: 1.25rem; }
  .col-xl-tenth {
    width: 76px;
    width: 7.91667%;
    max-width: 76px;
    max-width: 4.75rem; }
    .col-xl-tenth.static {
      width: 76px;
      width: 4.75rem; }
    .row .col-xl-tenth {
      margin-left: 2.08333%;
      float: left; }

  .row {
    margin-left: -2.08333%; }
    .row .col {
      margin-left: 2.08333%;
      float: left; }
    .row.static {
      width: auto;
      margin-left: -1.25rem; }
      .row.static .col {
        margin-left: 1.25rem;
        float: left; }
    .row:after {
      content: " ";
      display: block;
      clear: both;
      line-height: 0;
      height: 0;
      zoom: 1; }

  .col-xl-1 {
    width: 60px;
    width: 6.25%;
    max-width: 60px;
    max-width: 3.75rem; }
    .col-xl-1.static {
      width: 60px;
      width: 3.75rem; }

  .row .col-xl-1 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-xl-1 {
    margin-left: 1.25rem; }

  .col-xl-2 {
    width: 140px;
    width: 14.58333%;
    max-width: 140px;
    max-width: 8.75rem; }
    .col-xl-2.static {
      width: 140px;
      width: 8.75rem; }

  .row .col-xl-2 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-xl-2 {
    margin-left: 1.25rem; }

  .col-xl-3 {
    width: 220px;
    width: 22.91667%;
    max-width: 220px;
    max-width: 13.75rem; }
    .col-xl-3.static {
      width: 220px;
      width: 13.75rem; }

  .row .col-xl-3 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-xl-3 {
    margin-left: 1.25rem; }

  .col-xl-4 {
    width: 300px;
    width: 31.25%;
    max-width: 300px;
    max-width: 18.75rem; }
    .col-xl-4.static {
      width: 300px;
      width: 18.75rem; }

  .row .col-xl-4 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-xl-4 {
    margin-left: 1.25rem; }

  .col-xl-5 {
    width: 380px;
    width: 39.58333%;
    max-width: 380px;
    max-width: 23.75rem; }
    .col-xl-5.static {
      width: 380px;
      width: 23.75rem; }

  .row .col-xl-5 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-xl-5 {
    margin-left: 1.25rem; }

  .col-xl-6 {
    width: 460px;
    width: 47.91667%;
    max-width: 460px;
    max-width: 28.75rem; }
    .col-xl-6.static {
      width: 460px;
      width: 28.75rem; }

  .row .col-xl-6 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-xl-6 {
    margin-left: 1.25rem; }

  .col-xl-7 {
    width: 540px;
    width: 56.25%;
    max-width: 540px;
    max-width: 33.75rem; }
    .col-xl-7.static {
      width: 540px;
      width: 33.75rem; }

  .row .col-xl-7 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-xl-7 {
    margin-left: 1.25rem; }

  .col-xl-8 {
    width: 620px;
    width: 64.58333%;
    max-width: 620px;
    max-width: 38.75rem; }
    .col-xl-8.static {
      width: 620px;
      width: 38.75rem; }

  .row .col-xl-8 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-xl-8 {
    margin-left: 1.25rem; }

  .col-xl-9 {
    width: 700px;
    width: 72.91667%;
    max-width: 700px;
    max-width: 43.75rem; }
    .col-xl-9.static {
      width: 700px;
      width: 43.75rem; }

  .row .col-xl-9 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-xl-9 {
    margin-left: 1.25rem; }

  .col-xl-10 {
    width: 780px;
    width: 81.25%;
    max-width: 780px;
    max-width: 48.75rem; }
    .col-xl-10.static {
      width: 780px;
      width: 48.75rem; }

  .row .col-xl-10 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-xl-10 {
    margin-left: 1.25rem; }

  .col-xl-11 {
    width: 860px;
    width: 89.58333%;
    max-width: 860px;
    max-width: 53.75rem; }
    .col-xl-11.static {
      width: 860px;
      width: 53.75rem; }

  .row .col-xl-11 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-xl-11 {
    margin-left: 1.25rem; }

  .col-xl-12 {
    width: 940px;
    width: 97.91667%;
    max-width: 940px;
    max-width: 58.75rem; }
    .col-xl-12.static {
      width: 940px;
      width: 58.75rem; }

  .row .col-xl-12 {
    margin-left: 2.08333%;
    float: left; }
  .row.static .col-xl-12 {
    margin-left: 1.25rem; }

  .hidden-xl {
    display: none; }

  .visible-xl {
    display: block; } }
.women-midterms img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: 100%; }
  .women-midterms img.full-page {
    max-width: initial;
    max-height: 100%;
    height: 100%;
    width: auto; }

@media screen and (min-aspect-ratio: 3 / 2) {
  .women-midterms img.full-page {
    max-width: 100%;
    max-height: initial;
    height: auto;
    width: 100%; } }
.video,
.cvp-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0; }
  .video div,
  .cvp-video div {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: 100%; }
  .video video,
  .video iframe,
  .video object,
  .cvp-video video,
  .cvp-video iframe,
  .cvp-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .video.html5,
  .cvp-video.html5 {
    max-height: none;
    height: auto; }
  .video.app,
  .cvp-video.app {
    padding-bottom: 0; }
  .video .poster,
  .cvp-video .poster {
    display: block;
    cursor: pointer; }
    .video .poster .poster-img,
    .cvp-video .poster .poster-img {
      vertical-align: middle;
      max-width: 100%;
      height: auto;
      width: 100%; }
    .video .poster.hide,
    .cvp-video .poster.hide {
      visibility: hidden;
      cursor: default; }
  .video .play-button,
  .cvp-video .play-button {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
    .video .play-button .icon,
    .cvp-video .play-button .icon {
      position: absolute;
      background: url("http://i.cdn.turner.com/cnn/interactive/2014/10/politics/women-midterms/media/assets/playbutton_icon.png") no-repeat;
      height: 67px;
      width: 67px;
      margin-left: -33px;
      margin-top: -33px;
      left: 50%;
      top: 50%; }
    .video .play-button:hover .icon,
    .cvp-video .play-button:hover .icon {
      background-position: 0 -67px; }

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .cvp-video .play-button .icon,
  .video .play-button .icon {
    background: url("http://i.cdn.turner.com/cnn/interactive/2014/10/politics/women-midterms/media/assets/playbutton_icon@2x.png") no-repeat;
    -webkit-background-size: 67px 134px;
    -moz-background-size: 67px 134px;
    -ie-background-size: 67px 134px;
    -o-background-size: 67px 134px;
    background-size: 67px 134px; } }
.cnn-longform--header .cnn-longform__title {
  padding: 20px 0; }
.cnn-longform--header.horizontal .cnn-longform__title {
  padding: 20px 10px 20px 0;
  float: left; }
.cnn-longform--header .cnn-longform__headline.image {
  display: none; }
.cnn-longform--header.horizontal .cnn-longform__headline {
  float: left; }
.cnn-longform__paragraph.lead {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em; }
.cnn-longform__paragraph.sources {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4em;
  font-style: italic;
  color: #a6a6a6; }
.cnn-longform__paragraph.promo {
  margin-top: 40px;
  font-style: italic;
  color: #595959; }
.cnn-longform__paragraph .bold {
  font-weight: 800; }
.cnn-longform__paragraph .italic {
  font-style: italic; }
.cnn-longform__paragraph .dropcap {
  font-size: 4.5em;
  line-height: 0.93em;
  font-weight: 800;
  float: left;
  padding: 0 3px 3px 0; }
.cnn-longform__paragraph .byline, .cnn-longform__paragraph .dateline {
  font-weight: 800; }
.cnn-longform--header .cnn-longform__paragraph {
  text-align: center; }
.cnn-longform--element .cnn-longform__paragraph {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3em;
  color: #595959; }
  .cnn-longform--element .cnn-longform__paragraph.indent {
    padding-left: 30px; }
  .cnn-longform--element .cnn-longform__paragraph.sources {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4em;
    color: #8c8c8c; }
.cnn-longform__section-title {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 10px; }
  .cnn-longform--element .cnn-longform__section-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3em;
    color: #404040;
    margin: 15px 0; }
  .cnn-longform__section-title.indent {
    padding-left: 20px; }
.cnn-longform--list {
  padding-left: 30px; }
  .cnn-longform--list__item {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3em;
    list-style-type: disc;
    margin-bottom: 10px; }
  .cnn-longform--element .cnn-longform--list {
    color: #595959; }

/* lg 12 screen and (min-width: 48em) */
@media screen and (min-width: 48em) {
  .cnn-longform--body .cnn-longform__paragraph {
    margin-bottom: 1em;
    padding-left: 80px;
    max-width: 80%; }
  .cnn-longform--element .cnn-longform__paragraph {
    padding: 0; } }
.cnn-longform__sharebar {
  display: block;
  position: relative; }
  .cnn-longform__sharebar:after {
    content: " ";
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    zoom: 1; }
  .cnn-longform__sharebar .c_share_container {
    float: right; }

.cnn-longform--header.horizontal .cnn-longform--element {
  float: right; }
.cnn-longform--element__image {
  padding: 10px;
  background: #fff;
  border: 1px #e6e6e6 solid; }
  .cnn-longform__title .cnn-longform--element__image, .cnn-longform--element__image .no-frame {
    padding: 0;
    background: none;
    border: none; }
.cnn-longform--element__quote {
  border: none;
  background-color: transparent;
  background-image: url("http://i.cdn.turner.com/cnn/interactive/2014/10/politics/women-midterms/media/assets/quote.png"), url("http://i.cdn.turner.com/cnn/interactive/2014/10/politics/women-midterms/media/assets/quote-end.png");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, right bottom;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5em;
  color: #595959;
  min-height: 60px;
  padding: 20px 0 0 20px;
  margin-bottom: 10px; }
.cnn-longform--element--about {
  color: #595959;
  padding: 0 20px; }
  .cnn-longform--element--about__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5em;
    margin-bottom: 10px;
    font-weight: 600; }
  .cnn-longform--element--about__description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.3em; }
.cnn-longform--element__caption {
  padding: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #595959; }
  .cnn-longform--element__caption .caption-credit {
    color: #595959; }
.cnn-longform--element__author {
  display: block;
  text-align: right;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5em;
  color: #595959; }

/* md 10 screen and (min-width: 30em) */
@media screen and (min-width: 30em) {
  .cnn-longform--element.container {
    float: right;
    margin: 10px 0 10px 20px;
    padding-left: 10px;
    border-left: 1px #e6e6e6 solid; }
    .cnn-longform--element.container:after {
      content: " ";
      display: block;
      clear: both;
      line-height: 0;
      height: 0;
      zoom: 1; } }
.cnn-longform .cnn-longform--header.horizontal:after {
  content: " ";
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  zoom: 1; }

.cnn-longform--block {
  padding: 0 20px;
  margin: 20px 0 60px; }

.cnn-longform--recirc {
  padding-bottom: 30px; }
  .cnn-longform--recirc__title {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%; }
    .cnn-longform--recirc__title:after {
      content: " ";
      position: absolute;
      margin-left: 10px;
      width: 100%;
      border-top: 3px #d9d9d9 solid;
      border-bottom: 3px #d9d9d9 solid;
      height: 7px;
      bottom: 2px;
      float: right; }
  .cnn-longform--recirc__item {
    margin-bottom: 20px; }
    .cnn-longform--recirc__item__image {
      float: left;
      padding: 0 10px 10px 0; }
    .cnn-longform--recirc__item__headline {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.3em;
      margin-bottom: 10px;
      font-weight: 800; }
    .cnn-longform--recirc__item__description {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.3em;
      margin-bottom: 0; }

.cnn-longform .clear:after {
  content: " ";
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  zoom: 1; }

.cnn-faces {
  position: relative; }
  .cnn-faces--item {
    position: relative;
    margin-left: 6.25%;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px #d9d9d9 solid; }
    .cnn-faces--item__tz-image {
      display: none; }
    .cnn-faces--item__label {
      display: none; }
    .cnn-faces--item__content {
      display: block; }
    .cnn-faces--item__image-container {
      height: 320px;
      overflow: hidden;
      margin-bottom: 20px; }
    .cnn-faces--item:last-child {
      padding-bottom: 0;
      border-bottom: none; }
  .cnn-faces--popup {
    display: none; }

/* sm 8 screen and (min-width: 20em) */
@media screen and (min-width: 20em) {
  .cnn-faces--item {
    margin-left: 3.125%; } }
/* md 10 screen and (min-width: 30em) */
@media screen and (min-width: 30em) {
  .cnn-faces--item {
    margin-left: 2.5%; }
    .cnn-faces--item__image-container {
      height: auto;
      margin-bottom: 0; } }
/* lg 12 screen and (min-width: 48em) */
@media screen and (min-width: 48em) {
  .cnn-faces--item {
    margin-left: 2.08333%;
    margin-bottom: 2.08333%;
    cursor: pointer;
    padding-bottom: 0;
    border-bottom: none; }
    .cnn-faces--item__tz-image {
      display: block; }
    .cnn-faces--item__label {
      position: absolute;
      background: #fff;
      color: #000;
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.3em;
      font-weight: 600;
      margin: 0;
      padding: 6px 10px;
      bottom: 20px; }
      .cnn-faces--item:hover .cnn-faces--item__label {
        display: block; }
    .cnn-faces--item__content {
      display: none; }
  .cnn-faces--popup {
    display: none;
    background: #fff;
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    border: 1px #d9d9d9 solid;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
    .cnn-faces--popup .close-btn {
      display: block;
      position: absolute;
      top: 20px;
      right: 40px;
      font-size: 14px;
      font-weight: bold;
      cursor: pointer; } }
/* xl 12 screen and (min-width: 60em) */
body {
  background: #fefefe; }

img[onload] {
  width: 1px;
  height: 1px; }

.cnn-ad {
  display: block;
  margin: 20px auto;
  text-align: center; }

.cnn-hdr.tiny-nav {
  position: relative;
  display: block;
  background: #ca0002;
  color: white;
  height: 32px; }
  .cnn-hdr.tiny-nav .cnn-hdr-content {
    position: relative; }
  .cnn-hdr.tiny-nav .cnn-logo {
    text-align: center;
    display: block;
    position: absolute;
    background: url("http://i.cdn.turner.com/cnn/interactive/2014/10/politics/women-midterms/media/assets/cnn-logo-hdr.png") no-repeat center center;
    height: 100%;
    width: 100%; }
    .cnn-hdr.tiny-nav .cnn-logo .link {
      display: inline-block;
      text-indent: -9999px;
      line-height: 32px;
      width: 60px; }
  .cnn-hdr.tiny-nav .section {
    display: inline-block;
    position: relative; }
    .cnn-hdr.tiny-nav .section a {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 2.46154em;
      padding-left: 10px;
      color: #fff; }

#cnn_hdr {
  display: none; }

.cnn-footer p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.16667em; }

.element-media__enlarge-image-button {
  display: none; }

.cnn-lightbox {
  cursor: pointer;
  position: fixed;
  background: url("http://i.cdn.turner.com/cnn/interactive/2014/10/politics/women-midterms/media/assets/bg-75.png");
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 0px;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  z-index: 300; }
  .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;
      padding: 40px 20px; }
      .cnn-lightbox .content .image-gallery .image-container {
        cursor: default;
        display: block;
        position: relative;
        border: 1px #E7E5D7 solid;
        background: #fefcf1;
        margin: 0 auto;
        padding: 10px;
        -webkit-box-shadow: 0 0 20px #000;
        -moz-box-shadow: 0 0 20px #000;
        -o-box-shadow: 0 0 20px #000;
        box-shadow: 0 0 20px #000; }
        .cnn-lightbox .content .image-gallery .image-container img {
          max-width: 100%;
          height: auto;
          width: 100%;
          vertical-align: middle; }
    .cnn-lightbox .content .close-button {
      text-indent: -999999px;
      display: block;
      position: absolute;
      text-align: center;
      line-height: 23px;
      background: url("http://i.cdn.turner.com/cnn/interactive/2014/10/politics/women-midterms/media/assets/close-button.png") no-repeat;
      right: -5px;
      top: -5px;
      height: 28px;
      width: 28px; }

.women-midterms .cnn-faces {
  margin: 30px 0;
  padding: 10px 0;
  border-bottom: 1px #d9d9d9 solid;
  border-top: 1px #d9d9d9 solid; }
  .women-midterms .cnn-faces.no-border {
    margin: 0;
    padding: 0;
    border-bottom: none;
    border-top: none; }
.women-midterms.cnn-hdr.tiny-nav {
  display: block;
  background: #fff;
  padding: 10px;
  min-height: 60px;
  height: auto;
  border-bottom: 1px #e6e6e6 solid; }
  .women-midterms.cnn-hdr.tiny-nav .cnn-hdr-content {
    position: relative; }
  .women-midterms.cnn-hdr.tiny-nav .cnn-logo {
    background: url("http://i.cdn.turner.com/cnn/interactive/2014/10/politics/women-midterms/media/assets/cnn-logo-hdr-dark.png") no-repeat center center;
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.15385em;
    margin-left: -10px;
    color: #404040;
    width: auto;
    height: 40px; }
  .women-midterms.cnn-hdr.tiny-nav .section {
    position: relative;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.53846em;
    margin: 10px 0 0 5px;
    padding: 0 8px;
    text-transform: uppercase;
    color: #737373;
    border-left: 1px #d9d9d9 solid; }
  .women-midterms.cnn-hdr.tiny-nav .menu-drop-down {
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-left: 1px #d9d9d9 solid;
    margin: 10px 0;
    padding: 0 10px;
    color: #737373;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.33333em; }
    .women-midterms.cnn-hdr.tiny-nav .menu-drop-down .label {
      display: none; }
      .women-midterms.cnn-hdr.tiny-nav .menu-drop-down .label .short {
        display: none; }
    .women-midterms.cnn-hdr.tiny-nav .menu-drop-down:after {
      content: " ";
      position: relative;
      display: inline-block;
      vertical-align: middle;
      background: url("http://i.cdn.turner.com/cnn/interactive/2014/10/politics/women-midterms/media/assets/carat-sprite.png");
      height: 16px;
      width: 16px;
      right: 0;
      top: -2px; }
    .women-midterms.cnn-hdr.tiny-nav .menu-drop-down.open:after {
      background-position: 0 -16px; }
  .women-midterms.cnn-hdr.tiny-nav .cnn-americas-choice {
    display: none;
    position: absolute;
    width: 200px;
    right: 0;
    top: 0; }
  .women-midterms.cnn-hdr.tiny-nav .cnn-hdr-menu {
    overflow: hidden; }
    .women-midterms.cnn-hdr.tiny-nav .cnn-hdr-menu.init {
      height: 0; }
    .women-midterms.cnn-hdr.tiny-nav .cnn-hdr-menu--item {
      display: block;
      cursor: pointer;
      color: #595959;
      border-top: 1px #bfbfbf solid;
      padding: 10px; }
      .women-midterms.cnn-hdr.tiny-nav .cnn-hdr-menu--item:first-child {
        border-top: none;
        margin-top: 20px; }
      .women-midterms.cnn-hdr.tiny-nav .cnn-hdr-menu--item__image {
        width: auto;
        height: auto;
        float: left;
        padding: 0 10px 10px 0; }
      .women-midterms.cnn-hdr.tiny-nav .cnn-hdr-menu--item__headline {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3em;
        font-weight: 600; }
      .women-midterms.cnn-hdr.tiny-nav .cnn-hdr-menu--item__description {
        font-size: 13px;
        font-size: 0.8125rem;
        line-height: 1.3em;
        margin: 0; }
      .women-midterms.cnn-hdr.tiny-nav .cnn-hdr-menu--item.active {
        cursor: default;
        opacity: 0.3; }
        .women-midterms.cnn-hdr.tiny-nav .cnn-hdr-menu--item.active:hover .cnn-hdr-menu--item__headline {
          color: #595959; }
      .women-midterms.cnn-hdr.tiny-nav .cnn-hdr-menu--item:hover .cnn-hdr-menu--item__headline {
        color: #CD3182; }

/* sm 8 screen and (min-width: 20em) */
@media screen and (min-width: 20em) {
  .women-midterms.cnn-hdr.tiny-nav .section {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.53846em; } }
/* md 10 screen and (min-width: 30em) */
@media screen and (min-width: 30em) {
  .women-midterms.cnn-hdr.tiny-nav .cnn-logo {
    height: auto; }
  .women-midterms.cnn-hdr.tiny-nav .section {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.36364em;
    margin: 5px 0 0 5px;
    padding: 0 8px; }
  .women-midterms.cnn-hdr.tiny-nav .menu-drop-down {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.66667em;
    margin: 5px 0; }
    .women-midterms.cnn-hdr.tiny-nav .menu-drop-down:after {
      margin-left: 10px; }
  .women-midterms.cnn-hdr.tiny-nav .cnn-hdr-menu--item {
    margin-top: 20px;
    border-top: none;
    border-left: 1px #bfbfbf solid; }
    .women-midterms.cnn-hdr.tiny-nav .cnn-hdr-menu--item:first-child {
      border-left: none; }

  .element-media__enlarge-image-button {
    display: block;
    text-align: right;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.15385em;
    color: #595959; }
    .element-media__enlarge-image-button:before {
      content: "[+]";
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 2.33333em;
      padding-right: 5px;
      color: #a6a6a6; }
    .element-media__enlarge-image-button.click-enabled {
      cursor: pointer; } }
/* lg 12 screen and (min-width: 48em) */
@media screen and (min-width: 48em) {
  .women-midterms.cnn-hdr.tiny-nav .menu-drop-down .label {
    display: inline-block; }
    .women-midterms.cnn-hdr.tiny-nav .menu-drop-down .label .short {
      display: none; }
  .women-midterms.cnn-hdr.tiny-nav .cnn-americas-choice {
    display: block; } }
/* xl 12 screen and (min-width: 60em) */
@media screen and (min-width: 60em) {
  #cnn_hdr {
    display: block; }

  .cnn-hdr.tiny-nav {
    display: none; }

  .women-midterms.cnn-hdr.tiny-nav .menu-drop-down .label .short {
    display: inline-block; } }
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
  .cnn-hdr.tiny-nav .cnn-logo {
    background: url("http://i.cdn.turner.com/cnn/interactive/2014/10/politics/women-midterms/media/assets/cnn-logo-hdr@2x.png") no-repeat center center;
    -webkit-background-size: 44px 21px;
    -moz-background-size: 44px 21px;
    -o-background-size: 44px 21px;
    background-size: 44px 21px; }

  .women-midterms.cnn-hdr.tiny-nav .cnn-logo {
    background: url("http://i.cdn.turner.com/cnn/interactive/2014/10/politics/women-midterms/media/assets/cnn-logo-hdr-dark@2x.png") no-repeat center center;
    -webkit-background-size: 60px 28px;
    -moz-background-size: 60px 28px;
    -o-background-size: 60px 28px;
    background-size: 60px 28px; }
  .women-midterms.cnn-hdr.tiny-nav .menu-drop-down:after {
    background: url("http://i.cdn.turner.com/cnn/interactive/2014/10/politics/women-midterms/media/assets/carat-sprite.png"); } }

/*# sourceMappingURL=women-midterms.css.map */
