@import url("https://i.cdn.turner.com/cnn/.e/fonts/1.0.0/css/fonts-cdn.css");
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, em, img, ins, kbd, q, s, samp,
small, strike, strong, 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", "CNN", "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: 30rem) */
@media screen and (max-width: 30rem) {
  .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.half {
    width: 140px;
    width: 43.75%;
    max-width: 140px;
    max-width: 8.75rem; }

  .col-xs-full {
    width: 100%; }

  .row {
    margin-left: -6.25%; }
    .row.static {
      width: auto;
      margin-left: -1.25rem; }
    .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; } }
/* lg 10 screen and (min-width: 30rem) */
@media screen and (min-width: 30rem) {
  .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.half {
    width: 380px;
    width: 47.5%;
    max-width: 380px;
    max-width: 23.75rem; }

  .col-lg-full {
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .hidden-lg {
    display: none; }

  .visible-lg {
    display: block; } }
/* xl 12 screen and (min-width: 48rem) */
@media screen and (min-width: 48rem) {
  .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.half {
    width: 460px;
    width: 47.91667%;
    max-width: 460px;
    max-width: 28.75rem; }

  .col-xl-full {
    width: 100%; }

  .row {
    margin-left: -2.08333%; }
    .row.static {
      width: auto;
      margin-left: -1.25rem; }
    .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; } }
/*
SHARE BAR, based on Expansion styles / behaviors
*/
.share-container {
  width: 300px;
  position: relative;
  margin-top: -20px;
  margin-left: -15px;
  margin-bottom: 15px; }
  .share-container .share-bar {
    width: auto;
    display: inline-block;
    float: none; }

li.share-button {
  width: 35px;
  height: 35px;
  float: right;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s; }
  li.share-button.email {
    background: url("https://i.cdn.turner.com/cnn/interactive/2014/12/us/cnn-guns-project/media/assets/social/email.png");
    background-size: 35px 35px; }
  li.share-button.facebook {
    background: url("https://i.cdn.turner.com/cnn/interactive/2014/12/us/cnn-guns-project/media/assets/social/facebook.png");
    background-size: 35px 35px; }
  li.share-button.twitter {
    background: url("https://i.cdn.turner.com/cnn/interactive/2014/12/us/cnn-guns-project/media/assets/social/twitter.png");
    background-size: 35px 35px; }
  li.share-button:hover {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2); }

/*---------------
TABLET
---------------*/
/* xs 4 screen and (max-width: 30rem) */
@media screen and (max-width: 30rem) {
  .share-container {
    width: 300px;
    position: relative;
    margin-left: -15px;
    clear: both;
    margin-top: 15px; }
    .share-container .share-bar {
      width: auto;
      display: inline-block;
      float: left; }
    .project-header .share-container {
      position: relative;
      margin: 0 auto;
      top: -10px; } }
/*---------------
DESKTOP
---------------*/
/* lg 10 screen and (min-width: 30rem) */
@media screen and (min-width: 30rem) {
  .share-container {
    width: 300px;
    position: absolute;
    right: 0;
    margin-left: 0;
    top: 10px; }
    .share-container .share-bar {
      width: auto;
      display: inline-block;
      float: right; }
    .dataviz > .share-container, .opinion-page > .share-container {
      top: 35px; }
    .project-header .share-container {
      position: relative;
      margin: 0 auto;
      top: -10px;
      left: -75px; } }
/*---------------
IPHONE 6 / 6+
---------------*/
/* xs 4 screen and (max-width: 30rem) */
@media screen and (max-width: 30rem) {
  .share-container {
    width: 300px;
    margin-left: -15px;
    clear: both;
    margin-top: 5px; }
    .share-container .share-bar {
      width: auto;
      display: inline-block;
      float: left; } }
/* Optional (uncomment if needed) */
/* @import "buttons"; */
body {
  background: #1a1a1a url("https://i.cdn.turner.com/cnn/interactive/2014/12/us/cnn-guns-project/media/cnn-guns/bg-gun.png") no-repeat center top; }

.cnn-logo {
  display: inline-block;
  position: relative;
  background: url("https://i.cdn.turner.com/cnn/interactive/2014/12/us/cnn-guns-project/media/assets/cnn-logo.png") no-repeat;
  text-indent: -9999px;
  height: 36px;
  width: 76px;
  top: 5px; }

.hp-link {
  font-weight: bold;
  position: relative;
  padding-right: 3px; }
  .hp-link:hover {
    color: #CA0002; }

.inline-logo {
  display: inline-block;
  height: .8em;
  width: auto;
  vertical-align: baseline;
  position: relative;
  top: .05em; }

img {
  max-width: 100%; }

.project-header {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #fff; }
  .project-header--headline {
    font-size: 46px;
    font-weight: 100;
    text-align: center;
    margin-bottom: 20px; }
  .project-header--subhead {
    font-size: 24px;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.05em;
    line-height: 30px;
    margin: 0 auto; }

.project-jumbotron--carousel {
  padding-bottom: 20px; }

.jumbotron--frame {
  color: #fff; }
  .jumbotron--frame a {
    color: #fff; }
  .jumbotron--frame:hover a {
    color: #97c2d8; }

@media screen and (min-width: 640px) {
  .jumbotron--frame__image {
    width: 50%;
    float: left; }

  .jumbotron--frame__description {
    padding-left: 52%; } }
@media screen and (min-width: 980px) {
  .jumbotron--frame__image {
    width: 60%;
    float: left; }

  .jumbotron--frame__description {
    padding-left: 62%; } }
.layer {
  padding: 20px 0; }
  .layer__title {
    position: relative;
    display: block;
    width: 100%;
    font-size: 34px;
    line-height: 38px;
    font-weight: 100;
    margin-bottom: 15px;
    overflow: hidden;
    color: #fff;
    padding-top: 10px; }
    .layer__title > a {
      color: inherit; }
    .layer__title:after {
      content: " ";
      position: absolute;
      margin-left: 10px;
      width: 100%;
      height: 9px;
      bottom: 4px;
      border-bottom: 3px #404040 solid;
      border-top: 3px #404040 solid; }

/****************
    STORY TZs
*****************/
.opinion-tease,
.story-tease {
  color: #fff;
  margin-bottom: 20px; }
  .opinion-tease--headline,
  .story-tease--headline {
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.125em;
    margin-bottom: 0.5rem; }
  .opinion-tease--image,
  .story-tease--image {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
    margin-right: 10px;
    float: left;
    width: 120px; }
  .opinion-tease--blurb,
  .story-tease--blurb {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857em;
    letter-spacing: .04em;
    vertical-align: top;
    font-weight: 100;
    padding-left: 130px; }
  .opinion-tease a,
  .story-tease a {
    color: #fff; }
  .opinion-tease:hover a,
  .story-tease:hover a {
    color: #97c2d8; }

.opinion-link {
  display: inline-block;
  margin-bottom: 5px;
  box-model: border-box;
  width: 24%; }

.ireport {
  color: #fff; }
  .ireport--logo {
    position: absolute;
    background: #1a1a1a url("https://i.cdn.turner.com/cnn/interactive/2014/12/us/cnn-guns-project/media/assets/i-report.jpg") no-repeat;
    height: 74px;
    width: 74px; }
  .ireport--headline {
    padding-left: 85px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.125em;
    margin-bottom: 0.5rem; }
    .ireport--headline a {
      color: #fff; }
    .ireport--headline:hover a {
      color: #97c2d8; }
  .ireport--blurb {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857em;
    letter-spacing: .08em;
    vertical-align: top;
    font-weight: 100;
    padding-left: 85px; }
    .ireport--blurb a {
      color: #fff; }
    .ireport--blurb:hover a {
      color: #97c2d8; }

.ireport-item {
  padding-right: 10px;
  font-size: 14px;
  line-height: 18px; }
  .ireport-item a {
    color: #fff; }
  .ireport-item:hover a {
    color: #97c2d8; }

/*******************
    PROBLEMS AND SOLUTIONS
********************/
.problem-solution {
  color: #fff;
  margin-bottom: 20px; }
  .problem-solution a {
    color: inherit; }
  .problem-solution:hover a {
    color: #97c2d8; }

.problem--title,
.solution--title {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  color: #bfbfbf; }

.problem--quote {
  font-weight: bold;
  font-size: 1.2em; }

.author {
  float: left;
  max-width: 160px; }

.author--name {
  color: #737373;
  font-size: .8em;
  font-weight: bold; }
  .author--name > span {
    font-weight: normal; }

.author--photo {
  width: 100%; }

.solution {
  padding-left: 170px; }

/********************
   Narratives "playlist"
********************/
h4.playlist-label {
  color: #fefefe;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1em;
  font-size: 24px;
  font-weight: normal; }

.playlist-container {
  position: relative;
  max-height: 280px;
  overflow-y: scroll;
  background-color: rgba(38, 38, 38, 0.4);
  padding: 5px 0; }

.playlist-up {
  text-align: center;
  background-color: rgba(38, 38, 38, 0.4);
  color: #737373;
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #737373; }
  .playlist-up > img {
    margin-top: 5px;
    height: 10px; }

.playlist-down {
  text-align: center;
  color: #737373;
  background-color: rgba(38, 38, 38, 0.4);
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  border-top: 1px solid #737373; }
  .playlist-down > img {
    margin-top: 5px;
    height: 10px; }

.playlist-up:hover,
.playlist-down:hover {
  cursor: pointer;
  background-color: #737373;
  color: #d9d9d9; }

.playlist-item {
  margin: 0 0 10px 0;
  clear: left;
  max-height: 180px;
  overflow: auto;
  border-bottom: 1px solid #404040;
  padding-bottom: 10px; }
  .playlist-item a {
    color: #fefefe; }
  .playlist-item:hover a {
    color: #97c2d8; }

.playlist-item--image {
  float: left;
  max-width: 100px;
  margin-right: 8px; }

.playlist-item--hed {
  font-size: 16px;
  line-height: 1em;
  color: #fefefe;
  margin: 0 0 10px 0; }

.playlist-item--blurb {
  font-size: 12px;
  line-height: 1.2em;
  margin: 0;
  padding-left: 108px;
  padding-right: 10px; }

@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) {
  .project-header--headline .cnn-logo {
    background: url("https://i.cdn.turner.com/cnn/interactive/2014/12/us/cnn-guns-project/media/assets/cnn-logo@2x.png") no-repeat;
    -webkit-background-size: 76px 36px;
    -moz-background-size: 76px 36px;
    -o-background-size: 76px 36px;
    background-size: 76px 36px; }

  .ireport--logo {
    background: #1a1a1a url("https://i.cdn.turner.com/cnn/interactive/2014/12/us/cnn-guns-project/media/assets/i-report@2x.jpg") no-repeat;
    -webkit-background-size: 74px 74px;
    -moz-background-size: 74px 74px;
    -o-background-size: 74px 74px;
    background-size: 74px 74px; } }
.guns-footer {
  margin-top: 50px; }

/****************
    LAYERS
*****************/
/****************
    NAVBAR
*****************/
.header-nav {
  background-color: #1a1a1a;
  border-bottom: 3px solid #404040;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #bfbfbf;
  position: relative;
  z-index: 1000; }

.nav-logo {
  font-size: 18px;
  margin-right: 20px;
  font-weight: 200;
  letter-spacing: .05em; }
  .nav-logo > a {
    color: #bfbfbf; }

.nav-menu {
  font-size: 14px;
  text-align: right;
  float: right; }

.nav-menu-item {
  display: none;
  margin-left: 1em;
  padding-right: 20px;
  background-image: url("https://i.cdn.turner.com/cnn/interactive/2014/12/us/cnn-guns-project/media/cnn-guns/down-arrow.gif");
  background-size: 16px 9px;
  background-repeat: no-repeat;
  background-position: center right; }
  .nav-menu-item:hover {
    cursor: pointer; }
  .nav-menu-item.active {
    color: orange; }
  .nav-menu-item.menu {
    display: inline-block; }

@media screen and (min-width: 620px) {
  .nav-logo {
    font-size: 24px; }

  .nav-menu {
    font-size: 18px; }

  .nav-menu-item {
    display: inline-block; }
    .nav-menu-item.menu {
      display: none; } }
.subnav {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: black;
  height: 185px;
  width: 100%;
  overflow-y: hidden;
  display: none;
  padding-top: 10px;
  z-index: 1500;
  transform: 0, 0, 0;
  -webkit-transform: 0, 0, 0;
  -ms-transform: 0, 0, 0; }

.subnav-item {
  /* height: 130px; */
  margin: 0 10px; }
  .subnav-item > img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 5px; }
  .subnav-item a {
    color: #fff; }
  .subnav-item:hover a {
    color: #97c2d8; }

.subnav-item--hed {
  color: #fff;
  font-weight: bold; }

.subnav .owl-item {
  height: 135px; }

.subnav-carousel-shortcuts {
  text-align: center; }

/****************
    STORIES
*****************/
.dataviz,
.opinion-page,
.project-header {
  position: relative; }

.story-headline {
  line-height: 1.5em;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 200;
  margin-top: 10px;
  margin-bottom: 10px; }
  .video-story .story-headline, .opinion-page .story-headline, .dataviz .story-headline {
    color: #fff; }

.story-layer {
  background-color: #fefefe;
  padding-top: 1em;
  padding-bottom: 1em; }

.byline {
  color: #737373; }

.story-body {
  position: relative; }

i {
  font-style: italic; }

.story-body > p.subhed {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 1em; }

@media screen and (min-width: 600px) {
  .story-body > p {
    padding-right: 320px; } }
.story-sidebar-element {
  width: 300px; }
  .story-sidebar-element .credit {
    font-weight: bold;
    text-align: right;
    color: #737373;
    font-size: 11px;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding: 0; }
  .story-sidebar-element .caption {
    font-size: 12px;
    color: #1a1a1a; }

@media screen and (min-width: 600px) {
  .story-sidebar-element {
    float: right;
    margin-left: 10px; } }
strong {
  font-weight: bold; }

.story-header-meta {
  color: #737373; }

.video-container {
  position: relative;
  margin-bottom: 20px;
  z-index: 100; }

.front-ad-container {
  text-align: center;
  clear: both;
  margin: 0 auto 1rem auto; }

/*
    FOOTER
*/
.footer {
  clear: both;
  margin: 20px 0 0 0;
  width: 100%;
  padding: 0;
  text-align: center; }

.footer-container {
  width: 95%;
  max-width: 980px;
  border-top: 10px solid #ca0002;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 0;
  text-align: left; }
  .footer-container p {
    display: inline-block;
    color: #666666;
    font-size: 10px;
    padding: 0;
    margin: 0; }
  .footer-container p.footer-links {
    float: right;
    display: block; }
  @media screen and (max-width: 640px) {
    .footer-container {
      width: 100%;
      border: 0;
      background-color: #e6e1df;
      padding-top: 20px;
      margin-bottom: 0; }
      .footer-container p, .footer-container p.footer-links {
        display: block;
        font-size: 12px;
        float: none;
        text-align: center;
        padding: 0;
        margin: 0; } }

/****************
    Dataviz
****************/
.hour-label {
  font-weight: bold; }

.timeline-container {
  margin-top: 10px;
  margin-bottom: 30px; }

.bar-container {
  height: 90px;
  position: relative;
  width: 4%;
  margin-right: 1px;
  display: inline-block; }

.bar-box {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  background-color: #888; }
  .bar-box.active {
    background-color: #ccc; }
  .bar-box:hover {
    cursor: pointer; }

.bar-hour {
  font-family: Helvetica, sans-serif;
  font-size: .9em;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
  color: #bfbfbf;
  line-height: 100%; }

.methodology {
  color: #fff; }

svg > text {
  pointer-events: none; }

svg > path:hover {
  cursor: pointer; }

.map-container {
  position: relative; }

.hourSummary {
  position: absolute;
  left: 0;
  bottom: 0; }

.summary-title {
  color: #fefefe;
  margin: 0;
  padding: 0 0 5px 0;
  line-height: 1em; }

.summary-count,
.state-incident-count {
  border-top: 1px solid #737373;
  border-bottom: 1px solid #737373;
  color: #fefefe;
  font-size: 2em;
  font-weight: bold;
  line-height: 1em;
  padding-top: 4px; }
  .summary-count > span,
  .state-incident-count > span {
    display: inline-block;
    align: baseline;
    font-size: .5em;
    color: #bfbfbf;
    font-weight: normal; }

.state-incident-count {
  padding-left: 5px;
  padding-right: 5px; }

.summary-count {
  margin-bottom: 58px; }

#state-details {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 200px;
  margin-left: -150px;
  display: none;
  color: #fefefe;
  background-color: #1a1a1a;
  z-index: 10000; }
  #state-details > .state-name {
    padding: 5px;
    font-size: 18px; }

.details-photo {
  float: right;
  margin: 0 0 5px 5px; }

.state-close {
  position: absolute;
  top: 0px;
  right: 5px;
  font-size: 12px;
  color: #bfbfbf;
  cursor: pointer; }

.state-incident-item {
  position: relative;
  padding: 10px 5px;
  background-image: url("https://i.cdn.turner.com/cnn/interactive/2014/12/us/cnn-guns-project/media/cnn-guns/right-arrow.gif");
  background-position: center right;
  background-repeat: no-repeat;
  border-left: 1px solid #737373;
  border-right: 1px solid #737373;
  border-bottom: 1px solid #737373;
  cursor: pointer; }
  .state-incident-item.featured {
    color: #F0Ae2d; }

.incident-meta {
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 3px; }

.incident-city {
  font-weight: bold; }

.incident-text {
  background: #1a1a1a;
  position: absolute;
  top: 0;
  left: 100%;
  width: 250px;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  display: none;
  cursor: default; }
  .incident-text a {
    color: #fefefe; }
  .incident-text:hover a {
    color: #97c2d8; }

.city {
  top: 0;
  left: 0;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  position: absolute;
  text-align: center;
  line-height: 0; }

.map-legend {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #bfbfbf;
  font-size: 12px; }

img.hour {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%; }

img.featured {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px; }

img.hour-size-1 {
  margin-top: -5px;
  margin-left: -5px; }

img.hour-size-2 {
  margin-top: -8px;
  margin-left: -8px; }

.size1 {
  background-image: url("https://i.cdn.turner.com/cnn/interactive/2014/12/us/cnn-guns-project/media/cnn-guns/city_1.png");
  width: 11px;
  height: 11px;
  margin-top: -5px;
  margin-left: -5px; }

.size2 {
  background-image: url("https://i.cdn.turner.com/cnn/interactive/2014/12/us/cnn-guns-project/media/cnn-guns/city_2.png");
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px; }

.size3 {
  background-image: url("https://i.cdn.turner.com/cnn/interactive/2014/12/us/cnn-guns-project/media/cnn-guns/city_3.png");
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px; }

.size5 {
  background-image: url("https://i.cdn.turner.com/cnn/interactive/2014/12/us/cnn-guns-project/media/cnn-guns/city_5.png");
  width: 25px;
  height: 25px;
  margin-top: -13px;
  margin-left: -13px; }

.size7 {
  background-image: url("https://i.cdn.turner.com/cnn/interactive/2014/12/us/cnn-guns-project/media/cnn-guns/city_7.png");
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px; }

.anaheim-ca {
  top: 58.8%;
  left: 9.1%; }

.atlanta-ga {
  top: 64.3%;
  left: 65.7%; }

.baltimore-md {
  top: 40.5%;
  left: 76.6%; }

.baton-rouge-la {
  top: 78.2%;
  left: 54.7%; }

.beckley-wv {
  top: 48.1%;
  left: 69.5%; }

.boston-ma {
  top: 25.8%;
  left: 83.1%; }

.bradenton-fl {
  top: 86.5%;
  left: 70.6%; }

.buffalo-ny {
  top: 28.6%;
  left: 71.4%; }

.bulverde-tx {
  top: 79.6%;
  left: 42.1%; }

.charleston-wv {
  top: 45.8%;
  left: 69.5%; }

.chicago-il {
  top: 35.7%;
  left: 58.3%; }

.cincinnati-oh {
  top: 45%;
  left: 63.8%; }

.cleveland-oh {
  top: 35.7%;
  left: 66.5%; }

.columbia-sc {
  top: 61.6%;
  left: 71.5%; }

.comanche-tx {
  top: 73.7%;
  left: 40.4%; }

.dayton-oh {
  top: 42.4%;
  left: 64.4%; }

.east-windsor-ct {
  top: 29%;
  left: 81.3%; }

.el-jebel-co {
  top: 43.5%;
  left: 28%; }

.electra-tx {
  top: 66.2%;
  left: 40.5%; }

.elizabeth-nj {
  top: 34.2%;
  left: 79.6%; }

.fountain-nc {
  top: 53.4%;
  left: 76.3%; }

.fresno-ca {
  top: 46.4%;
  left: 6.7%; }

.grand-rapids-mi {
  top: 31.1%;
  left: 61%; }

.green-valley-az {
  top: 69.8%;
  left: 19.3%; }

.gregory-tx {
  top: 88.2%;
  left: 43.4%; }

.hampton-va {
  top: 48.5%;
  left: 77.7%; }

.hartford-ct {
  top: 29.6%;
  left: 81.2%; }

.homerstown-pa {
  top: 38%;
  left: 72%; }

.iberia-parish-la {
  top: 80.2%;
  left: 54.1%; }

.indianapolis-in {
  top: 43.3%;
  left: 60.9%; }

.jacksonville-fl {
  top: 75.6%;
  left: 71.7%; }

.junction-city-ks {
  top: 47.7%;
  left: 43.9%; }

.lady-lake-fl {
  top: 80.7%;
  left: 71.2%; }

.las-cruces-nm {
  top: 69.7%;
  left: 26.9%; }

.las-vegas-nv {
  top: 52.9%;
  left: 14.5%; }

.litchfield-beach-sc {
  top: 63.2%;
  left: 74.2%; }

.livonia-mi {
  top: 32.6%;
  left: 64.6%; }

.long-branch-nj {
  top: 35.7%;
  left: 79.9%; }

.marion-in {
  top: 40.3%;
  left: 61.4%; }

.mesa-az {
  top: 64.3%;
  left: 18.7%; }

.milwaukee-wi {
  top: 30.7%;
  left: 57.7%; }

.new-haven-ct {
  top: 30.9%;
  left: 80.9%; }

.new-orleans-la {
  top: 80%;
  left: 56.7%; }

.new-york-ny {
  top: 33%;
  left: 79.9%; }

.north-charleston-sc {
  top: 65.6%;
  left: 73.4%; }

.pasadena-ca {
  top: 58.4%;
  left: 9.3%; }

.paterson-nj {
  top: 33.6%;
  left: 79.1%; }

.philadelphia-pa {
  top: 37.2%;
  left: 78.1%; }

.portland-or {
  top: 13.5%;
  left: 7.7%; }

.riviera-beach-fl {
  top: 88%;
  left: 75.3%; }

.rockford-il {
  top: 34.5%;
  left: 56.1%; }

.san-antonio-tx {
  top: 82.4%;
  left: 41.6%; }

.san-francisco-ca {
  top: 42.7%;
  left: 3.5%; }

.san-jacinto-ca {
  top: 60.3%;
  left: 10.1%; }

.seattle-wa {
  top: 5.5%;
  left: 9.9%; }

.st-louis-mo {
  top: 47.7%;
  left: 54.5%; }

.stockton-ca {
  top: 42.6%;
  left: 5.6%; }

.tallahassee-fl {
  top: 76.5%;
  left: 66.9%; }

.toledo-oh {
  top: 35.5%;
  left: 64.8%; }

.trenton-nj {
  top: 35.9%;
  left: 78.9%; }

.tulsa-ok {
  top: 57.4%;
  left: 46.2%; }

.virginia-beach-va {
  top: 48.9%;
  left: 78.3%; }

.wake-forest-nc {
  top: 54.6%;
  left: 75.2%; }

.washington-dc {
  top: 42.2%;
  left: 76%; }

.wilmington-nc {
  top: 59.5%;
  left: 76.4%; }

.incident-list-container {
  display: none;
  color: #fefefe; }

.hour-subhed {
  font-size: 16px;
  padding: 5px;
  border-top: 2px solid #737373;
  border-bottom: 1px solid #737373; }

.single-incident {
  margin: 30px 0; }
  .single-incident .incident-meta {
    padding: 5px 0;
    color: #bfbfbf; }

.single-incident-text {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px; }
  .single-incident-text a {
    color: #fefefe; }
  .single-incident-text:hover a {
    color: #97c2d8; }

/****************
    CVP
*****************/
.cvp-video {
  height: auto; }

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

.cvp-video video, .cvp-video iframe, .cvp-video object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video.html5, .cvp-video.html5 {
  height: auto; }

.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("https://i.cdn.turner.com/cnn/interactive/2014/12/us/cnn-guns-project/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; }

/*# sourceMappingURL=cnn-guns-project.css.map */
