/* ==========================================================================
   vars.less

   This file is containing every less variable. Any other files should have
   any other variable defined.
   ========================================================================== */
/**
 * Theme
 */
/**
 * Fonts
 */
/**
 * Breakpoints using Desktop First approach
 */
.clearfix {
  display: block;
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* ==========================================================================
   base.less
   
   Base styles for RS Article.
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  height: 100%;
  line-height: 1.4;
}
body {
  font: 16px/26px 'Gotham SSm A', 'Gotham SSm B', Helvetica, Helvetica Neue, Arial;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
img {
  max-width: 100%;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
ul,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
li {
  display: inline-block;
  vertical-align: top;
}
a {
  color: #ffffff;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ==========================================================================
   layout.less

   Master layout styles
   ========================================================================== */
body {
  font-family: "chaparral-pro", serif;
  font-weight: 400;
  background-color: #ffffff;
}
.main-content {
  background-color: #ffffff;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  display: block;
  zoom: 1;
  *zoom: 1;
}
.main-content:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
section {
  height: 100%;
}
/**
 * Tablet Landscape
 * 1024px - 1279px
 */
/**
 * Tablet Portrait
 * 768px - 1023px
 */
@media (max-width: 63.9375em) {
  body {
    font-size: 0.8em;
  }
}
/**
 * Mobile
 * < 767px
 */
[class^="sprite-"],
[class*=" sprite-"] {
  background-color: transparent;
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/sprites/ui-sprite.png);
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/sprites/ui-sprite.svg), none;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 0;
  display: block;
  overflow: hidden;
  *text-indent: -9999px;
}
[class^="sprite-"]:before,
[class*=" sprite-"]:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/**
 * SVG sprite
 */
.sprite-logo {
  width: 158px;
  height: 31px;
}
.sprite-logo-intro {
  background-position: 0 -38px;
}
/**
 * IE 8 sprite (png)
 */
.no-svg .sprite-logo {
  width: 160px !important;
  height: 36px !important;
}
.no-svg .sprite-logo-intro {
  background-position: 0 -34px;
}
.no-svg .sprite-logo-red {
  background-position: 0 -70px !important;
  width: 390px !important;
  height: 88px !important;
}
/**
 * Tablet Landscape
 * 1024px - 1279px
 */
/**
 * Tablet Portrait
 * 768px - 1023px
 */
/**
 * Mobile
 * < 767px
 */
/* ==========================================================================
   utils.less
   
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
.overflow-wrapper {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.valign:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: " ";
  margin-right: -0.25em;
}
.valigned {
  display: inline-block;
  vertical-align: middle;
  width: 54.296875%;
}
.push_left {
  float: left;
}
.push_right {
  float: right;
}
.dropdown {
  position: relative;
}
.dropdown .icon-drop-arrow {
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: -6.5px;
}
.dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #bababa;
  width: 600px;
  padding: 20px 0 16px 0;
  margin-right: -123px;
}
.dropdown .dropdown-title {
  margin: 2px 0 13px 0;
  font-size: 1.181875em;
  font-family: "ff-din-web", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 12px;
  border-bottom: 1px solid #000000;
  margin-left: 2.66666667%;
  width: 94.83333333%;
  font-weight: 800;
}
.dropdown .featured-article {
  width: 38.33333333%;
  float: left;
  margin-left: 2.66666667%;
  position: relative;
}
.dropdown .featured-article a {
  padding: 0;
}
.dropdown .featured-article a:hover {
  text-shadow: none;
}
.dropdown .featured-article a:hover figcaption {
  color: #9d2922;
}
.dropdown .featured-article img {
  width: 100%;
}
.dropdown .featured-article .photographer {
  font-family: "ff-din-web", sans-serif;
  font-size: 0.5em;
  display: block;
  line-height: 1;
  margin-top: 4px;
}
.dropdown .featured-article .featured-article-capt {
  color: #ffffff;
  font-family: "ff-din-web", sans-serif;
  font-size: 1em;
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 1;
}
.dropdown .featured-links {
  width: 54%;
  float: left;
  margin-left: 2.66666667%;
}
.dropdown .featured-links li {
  width: 100%;
  background: #cfcfcf;
  padding: 1.3px 0 1.3px 20px;
}
.dropdown .featured-links li:hover {
  background: #ffffff;
  text-shadow: none;
}
.dropdown .featured-links li:hover a {
  text-shadow: none;
}
.dropdown .featured-links li + li {
  border-left: none;
  border-top: 1px solid #bababa;
}
.dropdown .featured-links a {
  display: block;
  font-family: "ff-din-web", sans-serif;
  font-size: 0.8em;
  letter-spacing: -0.03em;
  font-weight: 600;
}
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(http://cdn.rollingstone.com/feature/gun-control/img/bxslider/bx_loader.gif) center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(http://cdn.rollingstone.com/feature/gun-control/img/bxslider/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(http://cdn.rollingstone.com/feature/gun-control/img/bxslider/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(http://cdn.rollingstone.com/feature/gun-control/img/bxslider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(http://cdn.rollingstone.com/feature/gun-control/img/bxslider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
#next-btn,
#prev-btn {
  font-family: 'rs';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#next-btn a,
#prev-btn a {
  font-size: 4em;
  position: absolute;
}
#next-btn a {
  top: 50%;
  right: 0;
  margin-right: -2em;
}
#next-btn a:before {
  content: "\e608";
}
#prev-btn a {
  top: 50%;
  left: 0;
  margin-left: -2em;
}
#prev-btn a:before {
  content: "\e607";
}
@media (max-width: 79.9375em) {
  #next-btn a,
  #prev-btn a {
    color: #000000;
  }
  #next-btn a {
    margin-right: -1.2em;
  }
  #prev-btn a {
    margin-left: -1.2em;
  }
}
/* icons */
@font-face {
  font-family: "rolling-stones-gun-control";
  src: url("http://cdn.rollingstone.com/feature/gun-control/css/fonts/rolling-stones-gun-control.eot");
  src: url("http://cdn.rollingstone.com/feature/gun-control/css/fonts/rolling-stones-gun-control.eot?#iefix") format("embedded-opentype"), url("http://cdn.rollingstone.com/feature/gun-control/css/fonts/rolling-stones-gun-control.woff") format("woff"), url("http://cdn.rollingstone.com/feature/gun-control/css/fonts/rolling-stones-gun-control.ttf") format("truetype"), url("http://cdn.rollingstone.com/feature/gun-control/css/fonts/rolling-stones-gun-control.svg#rolling-stones-gun-control") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-map {
  background: url(http://cdn.rollingstone.com/feature/gun-control/img/misc/texture_bg.jpg) repeat;
}
/* /icons */
.interactive-map {
  padding: 90px 20px 20px 20px;
}
.interactive-map.main-content {
  background: none;
}
.interactive-map h3,
.interactive-map h4 {
  font-family: "ff-din-web-condensed", sans-serif;
  font-weight: normal;
  margin: 0;
}
.interactive-map p {
  margin: 0;
}
.interactive-map a {
  text-decoration: none;
}
.interactive-map .icon-graph,
.interactive-map .icon-next,
.interactive-map .icon-scale,
.interactive-map .icon-status {
  font-family: "rolling-stones-gun-control";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
}
.interactive-map .icon-graph:before {
  content: "_";
}
.interactive-map .icon-next:before {
  content: ">";
}
.interactive-map .icon-scale:before {
  content: "^";
}
.interactive-map .icon-status:before {
  content: "+";
}
.map-container {
  float: right;
  width: 80%;
  position: relative;
}
.map-titlewrapper {
  text-align: center;
  padding-left: 240px;
}
.map-titlewrapper h2,
.map-titlewrapper h4 {
  font-family: "chaparral-pro", serif;
  font-weight: bold;
  text-transform: uppercase;
}
.map-titlewrapper h2,
.map-titlewrapper h4,
.map-titlewrapper p {
  margin: 0;
  line-height: 1;
  text-transform: none;
  font-weight: bold;
  font-size: 0.9em;
}
.map-titlewrapper h2 em,
.map-titlewrapper h4 em,
.map-titlewrapper p em {
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 0.5em;
}
.map-titlewrapper h2 {
  text-transform: uppercase;
  font-size: 3.3em;
  letter-spacing: -0.03em;
}
.map-titlewrapper h4 {
  text-transform: uppercase;
  font-size: 1.5625em;
}
.map-titlewrapper p {
  font-family: "ff-din-web", sans-serif;
  font-size: 1.4375em;
  line-height: 1.4;
  width: 80%;
  margin: 0 auto -20px auto;
  letter-spacing: -0.035em;
}
/* fix small map on ie*/
.map-embed {
  height: 500px;
  width: 100%;
}
.shadowed {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
.accordion {
  float: left;
  font-size: 14px;
  width: 221px;
}
.accordion h3 {
  display: inline-block;
  font-size: 21px;
  text-transform: uppercase;
  padding-top: 3px;
}
.accordion li {
  display: block;
}
.accordion li p {
  display: none;
}
.accordion a {
  display: block;
}
.accordion dd,
.accordion dl,
.accordion ul {
  margin: 0;
  padding: 0;
}
.accordion [data-action] {
  cursor: pointer;
}
.accordion .accordion-content {
  background-color: #2f2f2f;
  font-family: "ff-din-web", sans-serif;
  font-style: normal;
  font-weight: 300;
}
.accordion .accordion-content .section-content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height ease-out 0.4s;
  -moz-transition: max-height ease-out 0.4s;
  -ms-transition: max-height ease-out 0.4s;
  -o-transition: max-height ease-out 0.4s;
}
.accordion .accordion-content .nav-header {
  background-color: #000000;
  color: #cbcbcb;
  padding: 10px 10px 10px 17px;
}
.accordion .accordion-content .nav-header:hover,
.accordion .accordion-content .nav-header[data-open] {
  color: #ebebeb;
}
.accordion .accordion-content .nav-header[data-open] {
  padding-bottom: 0;
}
.accordion .accordion-content .nav-header[data-open] .icon-status:before {
  content: "-";
}
.accordion .accordion-content .nav-header[data-open] + .section-content {
  -webkit-transition: max-height ease-in 0.4s;
  -moz-transition: max-height ease-in 0.4s;
  -ms-transition: max-height ease-in 0.4s;
  -o-transition: max-height ease-in 0.4s;
  max-height: 720px;
}
.accordion .accordion-content .nav-header[data-open] h3:after {
  color: #cbcbcb;
  content: attr(data-caption);
  display: block;
  font-size: 11px;
  font-family: "ff-din-web", sans-serif;
  margin: 0 0 7px -30px;
  text-transform: none;
}
.accordion .accordion-content .nav-header .icon-status {
  float: right;
  margin-top: 3px;
  font-size: 16px;
  line-height: 16px;
}
.accordion .accordion-content .nav-header .icon-status:before {
  font-size: 24px;
  line-height: 24px;
}
.accordion .accordion-content .nav-header [class^=icon-]:first-child {
  color: #737373;
  display: inline-block;
  margin: 1px;
  vertical-align: top;
}
.accordion .accordion-content .nav-header [class^=icon-]:first-child:before {
  font-size: 24px;
  line-height: 24px;
}
.accordion .accordion-content .nav-item {
  border-top: 1px solid #262626;
  color: #e9e9e9;
  display: table;
  height: 100%;
  overflow: auto;
  padding: 11px 7px 11px 20px;
  width: 100%;
  font-weight: 600;
  letter-spacing: -0.035em;
}
.accordion .accordion-content .nav-item span {
  float: left;
  line-height: 14px;
  max-width: 93%;
}
.accordion .accordion-content .nav-item [class^=icon-] {
  visibility: hidden;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.accordion .accordion-content .nav-item:hover {
  background-color: #4e4e4e;
}
.accordion .accordion-content .nav-item[data-select] {
  background-color: #e8e8e8;
  color: #1b1b1b;
}
.accordion .accordion-content .nav-item[data-select] [class^=icon-] {
  visibility: visible;
}
.accordion .accordion-content .nav-buttons ul {
  padding-top: 10px;
}
.accordion .accordion-content .nav-buttons li {
  padding: 5px 12px;
}
.accordion .accordion-content .slot-selector {
  background-color: #747474;
  height: 120px;
  padding-top: 50px;
  color: #b1b1b1;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color ease 0.4s;
  -moz-transition: background-color ease 0.4s;
  -ms-transition: background-color ease 0.4s;
  -o-transition: background-color ease 0.4s;
}
.accordion .accordion-content .slot-selector[data-slot] {
  background-color: #d63d37;
  color: #fff;
  font-size: 25px;
  padding-top: 30px;
}
.accordion .accordion-content .slot-selector[data-slot]:before {
  color: #b1b1b1;
  content: attr(data-caption);
  display: block;
  font-size: 13px;
}
.accordion .accordion-content .slot-comparison {
  background-color: #d1d1d1;
  margin-bottom: 15px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  color: #b1b1b1;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
.accordion .accordion-content .slot-comparison[data-action] {
  color: #fff;
  background-color: #f87909;
}
.tooltips {
  position: absolute;
  z-index: 999;
}
.tooltips.visible .tooltip.visible {
  opacity: 1;
}
.tooltip {
  display: none;
  opacity: 0;
  overflow: auto;
  position: relative;
  -webkit-transition: opacity ease 0.4s;
  -moz-transition: opacity ease 0.4s;
  -ms-transition: opacity ease 0.4s;
  -o-transition: opacity ease 0.4s;
}
.tooltip a {
  color: #000;
}
.tooltip a:hover {
  color: #666;
}
.tooltip .tooltip-content {
  background-color: #ffffff;
  float: left;
  padding: 6px;
  width: 240px;
}
.tooltip .tooltip-arrow {
  max-height: 0;
  max-width: 0;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.tooltip.visible {
  display: block;
}
.tooltip.left {
  margin-left: -255px;
  float: left;
}
.tooltip.left .tooltip-arrow {
  border-bottom: 13px solid transparent;
  border-left: 13px solid #ffffff;
  border-right: 13px solid transparent;
  border-top: 13px solid transparent;
  float: right;
  left: -1px;
}
.tooltip.right {
  margin-right: -255px;
  float: right;
}
.tooltip.right .tooltip-arrow {
  border-bottom: 13px solid transparent;
  border-left: 13px solid transparent;
  border-right: 13px solid #ffffff;
  border-top: 13px solid transparent;
  float: left;
}
.tooltip.right .tooltip-content {
  float: right;
}
.tooltip.top {
  clear: both;
}
.tooltip.top .tooltip-arrow {
  border-bottom: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 13px solid #ffffff;
  border-right: 13px solid transparent;
  clear: both;
  margin-top: 0;
  margin: 0 auto;
  top: -1px;
}
.tooltip.bottom {
  clear: both;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom: 13px solid #ffffff;
  border-left: 13px solid transparent;
  border-top: 13px solid transparent;
  border-right: 13px solid transparent;
  clear: both;
  margin-top: 0;
  margin: 0 auto;
}
.tooltip .state-info {
  float: left;
  padding: 0 7px;
}
.tooltip .state-info .state-name {
  font-family: "ff-din-web-condensed", sans-serif;
  font-size: 24px;
}
.tooltip .state-info .state-details {
  font-family: "ff-din-web", sans-serif;
  font-size: 11px;
  line-height: 11px;
  margin: 0 0 10px 0;
  max-width: 145px;
}
.tooltip .state-aside {
  background-color: #c2ae86;
  display: block;
  float: right;
  font-family: "league-gothic", sans-serif;
  font-weight: normal;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
}
.info-overlay {
  padding: 0;
  position: fixed;
  right: -200%;
  top: 0px;
  margin: 0;
  bottom: 0;
  width: auto;
  z-index: 9000;
  -webkit-transition: right .5s ease;
  transition: right .5s ease;
}
.info-overlay .overflow-wrapper {
  background: #fff\9;
  width: 503px\9;
  float: right;
}
.info-overlay .state-a,
.info-overlay .state-b {
  float: left;
  position: relative;
  min-height: 100%;
  background: #ffffff;
  width: 503px;
}
.info-overlay .state-a {
  border-left: 1px solid #d1d1d1;
}
.infobox {
  padding: 2em 3.5em;
  height: 100%;
  float: left;
  background-color: #fff;
  width: 100%;
  position: relative;
}
.infobox .white-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9000;
  display: none;
}
.infobox + .infobox {
  border-left: 1px solid #acacac;
}
.state-graphic-container {
  text-align: center;
}
.state-graphic-container .state-graphic {
  height: 130px;
  margin-bottom: 30px;
}
.selectstate {
  text-align: center;
  margin-bottom: 26px;
  text-transform: uppercase;
  position: absolute;
  top: 4.5em;
  width: 100%;
  margin-left: -3.25em;
  margin-right: -3.25em;
}
.selectstate .center-wrapper {
  display: none;
  margin: 0 auto;
  width: 300px;
}
.selectstate .wrapper {
  height: 440px;
  position: absolute;
  z-index: 999999;
  width: 300px;
  border-top: 4px solid #4a4a4a;
}
.selectstate .wrapper .nano-pane {
  top: 0;
}
.selectstate .wrapper ul {
  font-family: "ff-din-web", sans-serif;
  margin: 0 auto;
}
.selectstate .wrapper ul.nano-content {
  top: 0;
  padding-right: 10px;
}
.selectstate .wrapper ul li {
  background-color: #d7d7d7;
  display: block;
  border-bottom: 1px solid #808080;
  line-height: 3em;
  font-size: 0.9em;
}
.selectstate .wrapper ul li:hover {
  background: #bfbfbf;
}
.selectstate .wrapper ul li.no-state {
  background: #e6e6e6;
}
.selectstate .wrapper ul li.no-state a {
  color: #999999;
}
.selectstate .wrapper ul li a {
  color: #000000;
  display: block;
}
.selectstate-lead,
.selectstate-name {
  line-height: 1;
}
.selectstate-lead {
  font-size: 0.9375em;
  font-family: "ff-din-web", sans-serif;
  color: #9d2922;
  margin-bottom: 4px;
}
.selectstate-name {
  font-size: 3em;
  margin: 0;
  cursor: pointer;
}
.selectstate-name .icon-arrow-down-light {
  font-size: .3em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}
.stats {
  padding-left: 56px;
  padding-right: 37px;
  margin-bottom: 92px;
  position: relative;
  display: block;
  zoom: 1;
  *zoom: 1;
}
.stats:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.stats:before {
  content: " ";
  width: 90%;
  border-top: 1px dashed #000000;
  position: absolute;
  right: 0;
  top: 100%;
}
.stats-container {
  width: 31.33%;
  float: left;
  height: 178px;
  position: relative;
  display: table;
  background: #d7d7d7;
}
.stats-container + .stats-container {
  margin-left: 3%;
}
.stats-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0%;
  background: transparent url(http://cdn.rollingstone.com/feature/gun-control/img/content/stats-bar-stripe.png) 0 0 repeat;
  z-index: 1000;
  -webkit-transition: height 800ms ease-in 500ms;
  transition: height 800ms ease-in 500ms;
}
.stats-number {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 3.4375em;
  font-family: "league-gothic", sans-serif;
  position: relative;
  z-index: 2000;
}
.stats-fact {
  font-family: "ff-din-web", sans-serif;
  font-size: 0.95em;
  position: absolute;
  text-align: center;
  top: 105%;
  text-transform: uppercase;
  line-height: 1.1;
  color: #000000;
}
.stats-labels {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-family: "ff-din-web", sans-serif;
  font-size: 1.0625em;
  text-transform: uppercase;
  line-height: 1;
}
.stats-label {
  position: absolute;
  left: 0;
}
.stats-label:nth-child(1):after,
.stats-label:nth-child(2):after {
  height: 50px;
  content: " ";
  display: block;
  border-left: 1px dashed #000000;
  margin-left: 17px;
}
.stats-label:nth-child(1) {
  top: 0;
}
.stats-label:nth-child(1):after {
  margin-top: 4px;
}
.stats-label:nth-child(2) {
  top: 50%;
  margin-top: -0.85em;
}
.stats-label:nth-child(2):after {
  height: 55px;
  margin-top: 7px;
}
.stats-label:nth-child(3) {
  bottom: 0;
}
.questions {
  width: 390px;
  float: right;
  padding: 0 37px 0 27px;
  border-bottom: 1px dashed #000000;
}
.questions-item + .questions-item {
  border-top: 1px dashed #000000;
}
.questions-item:before {
  content: "q";
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  font-size: 4.14em;
  font-family: "ff-din-web-condensed", sans-serif;
  color: #acacac;
  line-height: 1.3;
}
p.questions-question {
  width: 170px;
  font-size: 1.0625em;
  font-family: "ff-din-web-condensed", sans-serif;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  margin-left: 8px;
}
.questions-answer {
  font-family: "league-gothic", sans-serif;
  text-transform: uppercase;
  font-size: 2.0625em;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 0;
  width: 96px;
  background: #acacac;
  text-align: center;
  line-height: 1;
  margin: 0 0 0 14px;
}
.asidestates {
  float: right;
  width: 0;
  background: #e2861c;
  font-family: "ff-din-web", sans-serif;
  text-transform: uppercase;
  font-size: 0.75em;
  text-align: center;
  padding-top: 68px;
  overflow: hidden;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}
.asidestates-title {
  margin: 0;
  font-size: inherit;
  padding: 19.3px 12px;
  border-bottom: 1px solid #000000;
  line-height: 1.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 134px;
}
.asidestates-item {
  padding: 0 12px;
  height: 68px;
  line-height: 1.2;
  cursor: pointer;
  display: table;
  width: 100%;
}
.asidestates-item:hover {
  background: #f99c32;
}
.asidestates-item + .asidestates-item {
  border-top: 1px solid #000000;
}
.asidestates-item a {
  color: inherit;
  display: table-cell;
  vertical-align: middle;
}
.overlay-nav {
  position: absolute;
  right: 100%;
  top: 68px;
  background: #d7d7d7;
  color: #000000;
  width: 113px;
  font-family: "ff-din-web", sans-serif;
  text-align: center;
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}
.overlay-list {
  height: inherit;
}
.overlay-item {
  height: 68px;
  width: 113px;
  display: table;
  padding: 0 12px;
  border-right: 1px solid #000000;
  border: none;
}
.overlay-item + .overlay-item {
  border-top: 1px solid #000000;
}
.overlay-item:hover,
.overlay-item.active {
  background: #e2861c;
  border-right: none;
}
.overlay-link {
  color: inherit;
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
.overlay-share {
  top: 68px;
  width: 0;
  height: 204px;
  float: right;
  background: #e2861c;
  position: relative;
  border-right: 1px solid #000000;
  border: none;
  padding-top: 19px;
  overflow: hidden;
  -webkit-transition: width .3s ease;
  transition: width .3s ease;
}
.overlay-sharebtn {
  display: block;
}
.overlay-sharebtn + .overlay-sharebtn {
  margin-top: 8px;
}
.overlay-sharebtn a {
  color: #000000;
  font-size: 1.7em;
  border: 3px solid #000000;
  border-radius: 50%;
  display: block;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  text-align: center;
  display: table;
}
.overlay-sharebtn a:hover {
  background: #f99c32;
}
.overlay-sharebtn a:before {
  font-family: "rs" !important;
  display: table-cell;
  vertical-align: middle;
}
.overlay-closebtn {
  position: absolute;
  top: 15px;
  left: -54px;
  color: #ffffff;
  font-size: 2.2em;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .2s ease 600ms;
  transition: opacity .2s ease 600ms;
}
.overlay-closebtn:before {
  font-family: "rs" !important;
}
.open-asidestates .overlay-item:first-child {
  background: #e2861c;
}
.open-asidestates .overlay-item:nth-child(2),
.open-asidestates .overlay-item:nth-child(3) {
  border-right: 1px solid #000000;
}
.open-asidestates .asidestates {
  width: 134px;
}
.open-overlayshare .overlay-item:nth-child(2) {
  background: #e2861c;
}
.open-overlayshare .overlay-item:nth-child(1),
.open-overlayshare .overlay-item:nth-child(3) {
  border-right: 1px solid #000000;
}
.open-overlayshare .overlay-share {
  width: 100px;
}
.comparing .overlay-item:first-child {
  display: none;
}
.comparing .overlay-item:nth-child(2) {
  border-top: none;
}
.comparing .info-overlay .overflow-wrapper {
  width: 1023px\9;
}
.open-compare {
  overflow: hidden;
}
.open-compare .info-overlay {
  right: 0;
}
.open-compare .backdrop {
  display: block;
  opacity: .92;
  z-index: 8500;
}
.open-compare .overlay-closebtn {
  visibility: visible;
  opacity: 1;
}
.mapkeys {
  position: absolute;
  right: 3%;
  bottom: 23%;
  width: 132px;
  min-height: 72px;
}
.mapkey {
  display: none;
}
.mapkey.negative .yes {
  background: #da3e3a;
}
.mapkey.negative .no {
  background: #b5a380;
}
.mapkey.positive .no {
  background: #b5a380;
}
.drop-open .center-wrapper {
  display: block;
}
.drop-open .white-overlay {
  display: block;
}
.drop-open .state-graphic-container {
  position: relative;
  z-index: 9000;
}
.drop-open .selectstate {
  z-index: 9000;
}
[data-selection="deadPer100K"] .mapkey[data-key-type="deadPer100K"],
[data-selection="totalGunMurders"] .mapkey[data-key-type="totalGunMurders"],
[data-selection="rank"] .mapkey[data-key-type="rank"],
[data-selection="salesBannedForViolent"] .mapkey[data-key-type="yes-no"],
[data-selection="convictedBarredToBuyGun"] .mapkey[data-key-type="yes-no"],
[data-selection="backgroundCheck"] .mapkey[data-key-type="yes-no"],
[data-selection="schoolShootings"] .mapkey[data-key-type="yes-incident"],
[data-selection="survivorGallery"] .mapkey[data-key-type="yes-blank"] {
  display: block;
}
.mapkey[data-key-type="yes-incident"] {
  margin-left: -30px;
  width: 150%;
}
.mapkey_item {
  display: block;
  font-family: "ff-din-web", sans-serif;
  font-size: 0.9375em;
  line-height: 1;
}
.mapkey_item + .mapkey_item {
  margin-top: 6px;
}
.mapkey_square {
  width: 21px;
  height: 15px;
  background: #797979;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.mapkey_square.high {
  background: #da3e3a;
}
.mapkey_square.medium-high {
  background: #e38719;
}
.mapkey_square.medium-low {
  background: #b18658;
}
.mapkey_square.low {
  background: #b5a380;
}
.mapkey_square.not-reported {
  background: #dbd4ca;
}
.mapkey_square.yes {
  background: #b5c77b;
}
.mapkey_square.no {
  background: #dd423c;
}
.zoom-ctrl {
  bottom: 0;
  padding: 5px;
  display: none;
  position: absolute;
  right: 0;
}
.zoom-ctrl [data-action] {
  background-color: #000;
  display: block;
  font-size: 32px;
  margin-top: 2px;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
}
/*
  responsive
*/
/**
 * Tablet Landscape
 * 1024px - 1279px
 */
@media (max-width: 79.9375em) {
  .map-container {
    min-width: 65%;
    width: 75%;
  }
}
/**
 * Tablet Portrait
 * 768px - 1023px
 */
@media (max-width: 63.9375em) {
  .map-container {
    float: none;
    width: 100%;
  }
  .accordion {
    display: none;
  }
  .interactive-map {
    padding: 46px 0 0 0;
  }
  .map-titlewrapper {
    padding: 2em 0;
    background-color: #dfdfdf;
    margin-bottom: 2em;
  }
  .map-titlewrapper p {
    width: 100%;
    margin: 0;
  }
  .map-container,
  .map-embed {
    max-width: 100%;
    height: 100%;
  }
  .zoom-ctrl {
    top: 100%;
    display: block;
  }
  .overlay-item:first-child {
    display: none;
  }
}
/**
 * Mobile Portrait
 * < 768px
 */
@media (max-width: 47.9375em) {
  .map-titlewrapper {
    font-size: 0.55em;
  }
  .zoom-ctrl {
    display: block;
  }
  .overlay-nav {
    display: none;
  }
  .overlay-closebtn {
    color: #000;
    left: auto;
    right: 0.5em;
  }
  .info-overlay {
    width: 100%;
  }
  .info-overlay .state-a {
    width: 100%;
  }
  .info-overlay .state-b {
    display: none;
  }
  .infobox {
    padding: 0.8em;
  }
  .infobox .questions {
    padding: 0;
    width: 100%;
  }
  .infobox .questions .questions-question {
    width: 50%;
  }
}
.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: block;
  zoom: 1;
  *zoom: 1;
}
.container.valigned {
  display: inline-block;
}
.container:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.landing_intro {
  background: #666666 url(http://cdn.rollingstone.com/feature/gun-control/img/content/landing_mainimg.jpg) 14% 50% no-repeat;
  background-size: cover;
  border-bottom: 6px solid #666666;
}
.landing_intro .valigned {
  width: 556px;
  margin-left: 140px;
}
.landing_intro .valigned > a {
  line-height: 1;
  font-size: 1.75em;
  font-family: "ff-din-web", sans-serif;
  color: #000000;
  display: block;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.landing_intro .valigned > a + a {
  margin: 22px 0 0 0;
}
.landing_intro .valigned > a:hover {
  color: #c8262d;
}
.landing_intro .sprite-logo {
  width: 362px;
  height: 77px;
  background-position: 0 -160px;
  margin: 0 auto;
}
.landing_intro h2 {
  font-family: "chaparral-pro", serif;
  font-size: 4.875em;
  line-height: .8;
  margin: 0 0 34px 0;
}
.landing_intro h4 {
  font-family: "ff-din-web", sans-serif;
  font-size: 1.256875em;
  letter-spacing: 5px;
  color: #c8262d;
  width: 92%;
  margin: 0 auto 24px auto;
  position: relative;
}
.landing_intro h4:before,
.landing_intro h4:after {
  content: " ";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 32%;
  border-top: 1px dashed #c8262d;
}
.landing_intro h4:before {
  left: 0;
}
.landing_intro h4:after {
  right: 0;
}
.landing_intro .scrolldown-btn {
  margin-top: 54px;
}
.landing_intro .scrolldown-btn p {
  text-transform: uppercase;
  font-family: "ff-din-web", sans-serif;
  font-size: 1.75em;
  margin: 0 0 30px 0;
}
.landing_intro .scrolldown-btn .icon-arrow-down-light:before {
  font-size: 2em;
  color: #000000;
}
.lfeatures {
  min-height: 1040px;
}
.lfeatures_title {
  font-family: "chaparral-pro", serif;
  color: #000000;
  font-size: 4.375em;
  line-height: 1;
  margin: 0 0 62px 0;
  text-transform: uppercase;
}
.lfeatures_speakout {
  width: 48.85416667%;
}
.lfeatures_speakout .lfeatures_featuredimg {
  width: 100%;
  height: 575px;
  background: url(http://cdn.rollingstone.com/feature/gun-control/img/content/landing_featured.jpg) 0 0 no-repeat;
  background-size: 100%;
}
.lfeatures_speakout .lfeatures_featuredimg a {
  display: block;
  width: 100%;
  height: 100%;
}
.lfeatures_speakout figure {
  width: 100%;
  position: relative;
}
.lfeatures_speakout figcaption {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  color: #ffffff;
  text-align: center;
}
.lfeatures_speakout figcaption h2 {
  font-size: 3.75em;
  font-family: "chaparral-pro", serif;
  line-height: .8;
  margin: 0 0 14px 0;
}
.lfeatures_speakout figcaption h2 a {
  font-family: inherit;
}
.lfeatures_speakout figcaption a {
  font-size: 1.30625em;
  font-family: "ff-din-web", sans-serif;
}
.lfeatured {
  width: 47.70833333%;
  margin-left: 3.4375%;
}
.farticle {
  padding-bottom: 32px;
  border-bottom: 1px dashed #000000;
  margin-bottom: 30px;
}
.farticle img {
  width: 33.84279476%;
}
.farticle .farticle_wrapper {
  width: 62.88209607%;
  margin-left: 3.27510917%;
  padding-right: 9.17030568%;
  text-align: left;
}
.farticle .farticle_title {
  font-size: 2.1875em;
  font-family: "ff-din-web-condensed", sans-serif;
  color: #000000;
  line-height: .8;
  margin: 0;
  text-transform: uppercase;
  padding-top: 2px;
  margin-bottom: 4px;
}
.farticle .farticle_title a {
  color: inherit;
}
.farticle .farticle_title a:hover {
  color: #9d2922;
}
.farticle .farticle_intro {
  font-size: 0.8em;
  font-weight: 600;
  font-family: "ff-din-web", sans-serif;
  margin: 0 0 20px 0;
  line-height: 1.3;
  color: #000000;
}
.farticle .farticle_link {
  font-family: "ff-din-web-condensed", sans-serif;
  font-size: 1.62375em;
  color: #000000;
}
.farticle .farticle_link:hover {
  color: #9d2922;
}
.featured_links {
  text-align: left;
}
.featured_link {
  display: block;
  position: relative;
  padding-left: 7.86026201%;
}
.featured_link:nth-child(1) {
  display: none;
}
.featured_link:before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #9d2922;
}
.featured_link.disabled:before {
  background: #cccccc;
}
.featured_link.disabled a,
.featured_link.disabled a:hover {
  color: #cccccc;
  cursor: default;
}
.featured_link + .featured_link {
  margin-top: 13px;
}
.featured_link a {
  color: #000000;
  font-family: "ff-din-web-condensed", sans-serif;
  font-size: 1.7em;
  line-height: 1;
}
.featured_link a:hover {
  color: #9d2922;
}
.ldiscover {
  background: #588293;
  border-top: 6px solid #456673;
  border-bottom: 6px solid #456673;
  height: 578px;
}
.ldiscover .container {
  position: relative;
}
.ldiscover_title {
  color: #ffffff;
  font-family: "chaparral-pro", serif;
  font-size: 2.8125em;
  margin: 0 0 48px 0;
  line-height: 1;
}
.ldiscover_title a {
  color: inherit;
}
.carousel_survivor {
  background: #ffffff;
  padding: 15px 11px 11px 11px;
  cursor: pointer;
}
.carousel_survivor:hover .carouselbtn {
  background: #469ec3;
  border-bottom: 5px solid #3481a1;
}
.carousel_survivor img {
  width: 100%;
  margin-bottom: 12px;
}
.carousel_survivor .carousel_survivorimg {
  width: 100%;
  height: 226px;
  margin: 0 auto 12px auto;
  background-size: cover;
  background-position: 50%0;
  background-repeat: no-repeat;
}
.carousel_survivor .carousel_survivorimg.benedict {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_benedictjones.jpg);
}
.carousel_survivor .carousel_survivorimg.khayree {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_khayree.jpg);
}
.carousel_survivor .carousel_survivorimg.clai {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_clai.jpg);
}
.carousel_survivor .carousel_survivorimg.stephen {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_stephen.jpg);
}
.carousel_survivor .carousel_survivorimg.jean {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_jean.jpg);
}
.carousel_survivor .carousel_survivorimg.jennifer {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_jennifer.jpg);
}
.carousel_survivor .carousel_survivorimg.kate {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_kate.jpg);
}
.carousel_survivor .carousel_survivorimg.mindy {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_mindy.jpg);
}
.carousel_survivor .carousel_survivorimg.santokh {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_santokh.jpg);
}
.carousel_survivor .carousel_survivorimg.antonius {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_antonius.jpg);
}
.carousel_survivor p {
  font-family: "ff-din-web", sans-serif;
  font-size: 1.5625em;
  color: #000000;
  width: 70%;
  margin: 0 auto 17px auto;
  word-spacing: 30px;
}
.carousel_survivor .carouselbtn {
  background: #2e728e;
  color: #ffffff;
  font-family: "ff-din-web", sans-serif;
  font-size: unt(14.81, em);
  padding: 14px 22px;
  display: block;
  border-bottom: 5px solid #225367;
}
.carousel_survivor.clai p {
  width: 100%;
  word-spacing: initial;
}
.carousel_readmore {
  display: none;
}
.lstate {
  background: url(http://cdn.rollingstone.com/feature/gun-control/img/content/lmost_dangerous_state.jpg) center center no-repeat;
  background-size: cover;
  color: #000000;
  text-transform: uppercase;
}
.lstate a {
  color: inherit;
}
.lstate_beforetitle,
.lstate_title,
.lstate_link {
  line-height: 1;
  margin: 0;
}
.lstate_beforetitle,
.lstate_title {
  font-family: "chaparral-pro", serif;
}
.lstate_beforetitle {
  font-size: 1.73125em;
  margin-bottom: 16px;
}
.lstate_title {
  font-size: 3.80875em;
  margin-bottom: 12px;
}
.lstate_link {
  color: #9d2922;
  font-family: "ff-din-web-condensed", sans-serif;
  font-size: 2.21875em;
}
.lform {
  background: #b25959;
  border-top: 6px solid #944444;
  min-height: 840px;
  height: auto;
  padding-top: 40px;
}
.lform form {
  width: 548px;
  margin: 0 auto;
}
.lform iframe {
  width: 65%;
  margin: 0 auto;
  height: 850px;
}
.lform_title {
  color: #ffffff;
  font-size: 3.4375em;
  line-height: .9;
  text-align: center;
  font-family: "ff-din-web", sans-serif;
  width: 632px;
  margin: 0 auto 26px auto;
}
.lform_title:before {
  content: " ";
  display: block;
  height: 7px;
  background: #84221d;
  width: 80px;
  margin: 0 auto 22px auto;
}
.lform_subtitle {
  font-size: 1.375em;
  color: #ffffff;
  font-family: "ff-din-web", sans-serif;
  width: 380px;
  margin: 0 auto;
  line-height: 1;
  margin-bottom: 32px;
}
.lform_input {
  background: #ffffff;
  color: #000000;
  font-family: "ff-din-web", sans-serif;
  font-size: 1.2em;
  text-transform: uppercase;
  display: block;
  width: 100%;
  resize: none;
  border: none;
  padding: 15.2px 19px;
}
.lform_input + .lform_input {
  margin-top: 10px;
}
.lform_input::-webkit-placeholder {
  color: #000000;
}
.lform_input::-moz-placeholder {
  color: #000000;
}
.lform_input:-ms-placeholder {
  color: #000000;
}
.lform_input::-webkit-input-placeholder {
  color: #000000;
}
.lform_input::-moz-placeholder {
  color: #000000;
}
.lform_input:-ms-input-placeholder {
  color: #000000;
}
.lform_input::placeholder {
  color: #000000;
}
.lform_input.istextarea {
  height: 257px;
  margin-bottom: 22px;
}
.lform_legal {
  font-family: "ff-din-web-condensed", sans-serif;
  font-size: 0.75em;
  display: block;
  text-align: left;
  line-height: 1.4;
  width: 97%;
  margin: 0 auto 24px auto;
}
.lform_submit {
  background: #84221d;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  font-size: 1.75em;
  font-family: "ff-din-web", sans-serif;
  line-height: 1;
  padding: 22px 112px;
  border-bottom: 6px solid #731e19;
}
.lform_submit:hover {
  background: #b22e27;
  border-bottom-color: #9d2922;
}
.lfooter {
  background: #000000;
  height: 108px;
  padding-top: 21px;
}
.lfooter .sprite-logo {
  width: 193px;
  height: 45px;
}
.lfooter_legallinks {
  color: #ffffff;
  font-family: "ff-din-web", sans-serif;
  font-size: 0.75em;
}
.lfooter_legallinks p {
  margin: 0;
  line-height: 4;
}
/**
 * Tablet Landscape
 * 1024px - 1279px
 */
@media (max-width: 79.9375em) {
  .landing_intro {
    background-position: 34% 50%;
  }
  .ldiscover .container {
    max-width: 848px;
  }
  .carousel_survivor.clai p {
    font-size: 1.2625em;
  }
}
/**
 * Tablet Portrait
 * 768px - 1023px
 */
@media (max-width: 63.9375em) {
  .section-landing {
    background: #f0f0f0;
  }
  .container {
    max-width: 686px;
  }
  .container.valigned {
    margin: 0 auto;
  }
  .push_left,
  .push_right {
    float: none;
  }
  .landing_intro {
    background: url(http://cdn.rollingstone.com/feature/gun-control/img/content/landing_mainimg768.jpg) center top no-repeat;
    background-size: cover;
    border: none;
  }
  .landing_intro h2 {
    color: #ffffff;
    font-size: 7.1875em;
    margin: 0 0 20px 0;
  }
  .landing_intro h2:before {
    content: attr(data-title);
    display: block;
    color: #9d2922;
    font-size: .4em;
    margin: 0 0 20px 0;
  }
  .landing_intro h4 {
    display: none;
  }
  .landing_intro p {
    color: #ffffff;
    font-size: 2.34375em;
    margin: 0 0 14px 0;
  }
  .landing_intro a.sprite-logo {
    display: none;
  }
  .landing_intro .valigned {
    width: 686px;
    margin: 0 auto 42px auto;
    vertical-align: bottom;
  }
  .lfeatures {
    height: auto;
    background: #f0f0f0;
    padding: 68px 0 0 0;
  }
  .lfeatures_title {
    margin-bottom: 22px;
  }
  .lfeatures_speakout {
    width: 100%;
    background: #ffffff;
    padding: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px 0;
  }
  .lfeatures_speakout figure img {
    display: none;
  }
  .lfeatures_speakout figcaption {
    position: static;
    color: #000000;
  }
  .lfeatures_speakout figcaption h2 {
    margin: 0 0 0 0;
    font-size: 3.65em;
  }
  .lfeatures_speakout figcaption h2 a {
    display: block;
    color: #000000;
  }
  .lfeatures_speakout figcaption a {
    display: none;
  }
  .lfeatures_speakout .lfeatures_featuredimg {
    display: block;
    width: 100%;
    height: 366px;
    margin-bottom: 24px;
    background: url(http://cdn.rollingstone.com/feature/gun-control/img/content/landing_featured768.jpg) 0 0 no-repeat;
    background-size: 100%;
  }
  .farticle {
    display: none;
  }
  .lfeatured {
    margin: 0;
    width: 100%;
  }
  .featured_link {
    background: #ffffff;
    padding: 34px 26px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .featured_link:nth-child(1) {
    display: block;
  }
  .featured_link.disabled {
    display: none;
  }
  .featured_link:before {
    display: none;
  }
  .featured_link a {
    font-size: 3.90625em;
  }
  .featured_link a:hover {
    color: #000000;
  }
  .featured_link a:after {
    content: "Read article +";
    display: block;
    font-size: .5em;
    font-family: "ff-din-web", sans-serif;
    color: #9d2922;
  }
  .ldiscover {
    background: #f0f0f0;
    border: none;
    height: auto;
    margin-bottom: 104px;
  }
  .ldiscover .container {
    max-width: 686px;
  }
  .ldiscover_title {
    color: #000000;
    margin: 36px 0;
  }
  .carousel_survivors {
    margin-bottom: 20px;
  }
  .carousel_survivor {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    display: block;
    zoom: 1;
    *zoom: 1;
  }
  .carousel_survivor:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .carousel_survivor.clai p {
    font-size: 2.41484375em;
    top: 30px;
    width: auto;
  }
  .carousel_survivor + .carousel_survivor {
    margin-top: 20px;
  }
  .carousel_survivor:hover .carouselbtn {
    background: none;
    border: none;
  }
  .carousel_survivor:nth-child(5),
  .carousel_survivor:nth-child(6),
  .carousel_survivor:nth-child(7),
  .carousel_survivor:nth-child(8),
  .carousel_survivor:nth-child(9),
  .carousel_survivor:nth-child(10) {
    display: none;
  }
  .carousel_survivor p {
    float: left;
    position: absolute;
    top: 56px;
    left: 290px;
    text-align: left;
    font-size: 2.41484375em;
    width: auto;
    word-spacing: initial;
  }
  .carousel_survivor .carouselbtn {
    background: none;
    color: #588293;
    border: none;
    padding: 0;
    width: auto;
    position: absolute;
    top: 88px;
    left: 290px;
    font-size: 1.875em;
  }
  .carousel_survivor .carousel_survivorimg {
    width: 266px;
    height: 140px;
    background-size: cover;
    float: left;
    margin: 0;
  }
  .carousel_survivor .carousel_survivorimg.benedict {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_benedictjones768.jpg);
  }
  .carousel_survivor .carousel_survivorimg.khayree {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_khayree768.jpg);
  }
  .carousel_survivor .carousel_survivorimg.clai {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_clai768.jpg);
  }
  .carousel_survivor .carousel_survivorimg.stephen {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_stephen768.jpg);
  }
  .carousel_survivor .carousel_survivorimg.jean {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_jean768.jpg);
  }
  .carousel_survivor .carousel_survivorimg.jennifer {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_jennifer768.jpg);
  }
  .carousel_survivor .carousel_survivorimg.kate {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_kate768.jpg);
  }
  .carousel_survivor .carousel_survivorimg.mindy {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_mindy768.jpg);
  }
  .carousel_survivor .carousel_survivorimg.santokh {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_santokh768.jpg);
  }
  .carousel_survivor .carousel_survivorimg.antonius {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/carousel_antonius768.jpg);
  }
  .carousel_readmore {
    background: #588293;
    color: #ffffff;
    font-size: 2.5em;
    font-family: "ff-din-web", sans-serif;
    width: 100%;
    display: block;
    padding: 35px 0;
  }
  .lstate {
    width: 686px;
    margin: 0 auto 40px auto;
    background-size: 100%;
    height: 570px;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .lstate:after {
    content: " ";
    display: block;
    height: 6px;
    width: 142px;
    background: #b3b3b3;
    position: absolute;
    top: -52px;
    left: 50%;
    margin-left: -71px;
  }
  .lstate .container {
    max-width: 676px;
  }
  .lstate_title {
    font-size: 4.71875em;
  }
  .lstate_link {
    color: #000000;
  }
  .lstate_link span {
    display: none;
  }
  .lform {
    display: none;
  }
  .lfooter {
    height: 186px;
    background: #292929;
    padding-top: 50px;
  }
  .lfooter_legallinks {
    font-size: 1.40625em;
  }
  .lfooter_legallinks p {
    line-height: 2.5;
  }
}
/**
 * Mobile
 * 320 - 767px
 */
@media (max-width: 47.9375em) {
  .container {
    width: 301px;
    max-width: 301px;
  }
  .landing_intro {
    margin-bottom: 24px;
  }
  .landing_intro h2 {
    font-size: 3.1875em;
  }
  .landing_intro p {
    font-size: 1em;
  }
  .landing_intro .valigned {
    width: 301px;
  }
  .landing_intro .valigned > a {
    color: #ffffff;
    font-size: 1.65em;
  }
  .landing_intro .valigned > a + a {
    margin-top: 11px;
  }
  .landing_intro a.sprite-logo {
    display: none;
  }
  .landing_intro .scrolldown-btn {
    margin-top: 20px;
  }
  .landing_intro .scrolldown-btn .icon-arrow-down-light:before {
    color: #ffffff;
  }
  .lfeatures {
    padding-top: 0;
  }
  .lfeatures_title {
    font-size: 2.375em;
  }
  .lfeatures_speakout figcaption h2 {
    font-size: 1.45em;
    line-height: 1;
  }
  .lfeatures_speakout .lfeatures_featuredimg {
    height: 147px;
  }
  .featured_link a {
    font-size: 2em;
  }
  .featured_link a:after {
    font-size: .8em;
  }
  .ldiscover {
    margin-bottom: 54px;
  }
  .ldiscover_title {
    font-size: 1.5125em;
  }
  .carousel_survivor.clai p {
    font-size: 1.414844em;
    line-height: 1;
    top: 13px;
  }
  .carousel_survivor p {
    left: 150px;
    top: 28px;
    font-size: 1.414844em;
  }
  .carousel_survivor .carouselbtn {
    left: 150px;
    font-size: 1.275em;
    top: 50px;
  }
  .carousel_survivor .carousel_survivorimg {
    width: 130px;
    height: 70px;
  }
  .carousel_readmore {
    padding: 12px 0;
    font-size: 1.6em;
  }
  .lstate {
    width: 301px;
    height: 285px;
    background-size: 127%;
  }
  .lstate:after {
    top: -27px;
    width: 70px;
    height: 3px;
    margin-left: -35px;
  }
  .lstate .container {
    max-width: 298px;
  }
  .lstate_beforetitle {
    font-size: 1.33125em;
    margin-bottom: 6px;
  }
  .lstate_title {
    font-size: 2.31875em;
  }
  .lstate_link {
    font-size: 1.61875em;
  }
  .lform {
    display: none;
  }
  .lfooter {
    height: 129px;
    padding-top: 24px;
  }
  .lfooter .sprite-logo {
    width: 114px;
    height: 22px;
    background-position: 0 -27px;
  }
  .lfooter_legallinks p {
    font-size: 0.50625em;
    line-height: 3;
  }
}
/**
 * Really small devices
 * < 320px
 */
/* iPads (landscape) ----------- */
/* devices (landscape) ----------- */
@media only screen and (min--device-width: 320px) and (orientation: landscape) {
  .landing_intro {
    height: auto;
  }
}
/* ==========================================================================
   header.less

   Header styles
   ========================================================================== */
.header {
  background-color: #f0f0f0;
  color: #151515;
  font-family: "chaparral-pro", serif;
  position: fixed;
  width: 100%;
  height: 46px;
  z-index: 8000;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.header a {
  color: #151515;
}
.header a:hover {
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}
.header .sprite-logo {
  float: left;
  margin-top: 10px;
  margin-right: 15px;
  width: 135px;
  height: 30px;
}
.header .icon-menu {
  font-size: 1.5em;
  float: left;
  z-index: 1;
  padding: 0 0 0 15px;
  width: 3.046875%;
}
.header .icon-menu:before {
  line-height: 1.9;
}
.header .featured_btn {
  display: none;
}
.header .section-title {
  border-left: 1px solid #000000;
  float: left;
  font-size: 1.120625em;
  line-height: 1;
  margin: 15px 0.416666em 0 0;
  padding-left: 15px;
  text-transform: uppercase;
}
.header .section-title a:hover {
  color: #808080;
  text-shadow: none;
}
.header .header-container {
  float: left;
  padding-left: 15px;
  padding-right: 24px;
  position: relative;
  width: 96.953125%;
}
.header .pushright {
  float: right;
  width: 48%;
}
.header .global-nav {
  float: right;
  height: 46px;
}
.header .global-nav ul,
.header .global-nav li {
  height: 100%;
}
.header .global-nav > ul > li {
  float: left;
}
.header .global-nav > ul > li + li {
  border-left: 1px solid #ffffff;
}
.header .global-nav > ul > li > a {
  color: #000000;
  font-family: "ff-din-web", sans-serif;
  font-size: 0.78625em;
  text-transform: uppercase;
  padding: 0 13px;
  line-height: 3.6;
  display: block;
  background: #e9e9e9;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.header .global-nav > ul > li > a:hover,
.header .global-nav > ul > li > a.active {
  background: #bababa;
}
.header .global-nav > ul > li.dropdown:hover > .dropdown-content {
  display: block;
}
.header .global-nav > ul > li.dropdown:hover > a {
  background: #bababa;
}
.header .global-nav > ul > li.dropdown > a {
  padding-right: 27px;
}
.header .social-bar {
  float: right;
  width: 83px;
  margin-left: 16px;
}
.header .social-bar li {
  display: table-cell;
  vertical-align: center;
  text-align: center;
  width: 1%;
}
.header .social-bar [class^="icon-"]:before,
.header .social-bar [class*=" icon-"]:before {
  line-height: 2.1;
  font-size: 1.4em;
}
.header .social-bar [class^="icon-"]:hover,
.header .social-bar [class*=" icon-"]:hover {
  text-shadow: none;
  color: #9c9c9c;
}
.navbar {
  display: none;
}
/**
 * Tablet Landscape
 * 1024px - 1279px
 */
/**
 * Tablet Portrait
 * 768px - 1023px
 */
@media (max-width: 63.9375em) {
  .header .header-container {
    padding-right: 0;
    width: 96.18768328%;
  }
  .header .icon-menu {
    font-size: 1.9em;
    width: 3.81231672%;
  }
  .header .featured_btn {
    display: block;
    float: right;
    font-size: 1.120625em;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    width: 86px;
    line-height: 3.25;
    background: #bababa;
    padding: 0 8px;
  }
  .header .featured_btn .icon-menu {
    float: right;
    width: auto;
    padding: 0;
    font-size: 1.7em;
  }
  .header .featured_btn .icon-menu:before {
    line-height: 1.76;
  }
  .header .pushright {
    width: auto;
  }
  .header .social-bar,
  .header .global-nav {
    display: none;
  }
}
/**
 * Mobile
 * < 767px
 */
@media (max-width: 47.9375em) {
  .header .header-container {
    padding-left: 0;
    width: 100%;
  }
  .header .featured_btn {
    height: 45px;
    width: auto;
    padding: 0 12px;
  }
  .header .featured_btn > span {
    display: none;
  }
  .header .section-title {
    display: none;
  }
  .header .sprite-logo {
    float: none;
    margin: 10px auto 0 auto;
  }
  .header > .icon-menu {
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  .header .pushright {
    top: 0;
    right: 0;
    position: absolute;
  }
}
/* ==========================================================================
   navbars.less

   Navigation
   ========================================================================== */
/**
 * Hamburger nav
 */
.navbar {
  background-color: #252525;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #ffffff;
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 9000;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.navbar.from-right {
  left: auto;
  right: 0;
}
.navbar .close-btn {
  right: 1em;
  position: absolute;
  top: 1em;
}
.navbar .close-btn:hover {
  font-weight: bold;
}
.navbar h2 {
  background-color: #424242;
  margin: 0;
  padding: 0.55em 1em;
  display: block;
  zoom: 1;
  *zoom: 1;
}
.navbar h2:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.navbar h2 .sprite-logo {
  margin: 0;
}
.navbar li {
  border-bottom: 1px solid #222;
  display: block;
}
.navbar li a {
  display: block;
  padding: 0.5em 1.6em;
}
.navbar li a:hover {
  color: #b3b3b3;
}
.backdrop {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.92);
  bottom: 0;
  filter: alpha(opacity=70);
  left: 0;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  zoom: 1;
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
.backdrop.menu-backdrop {
  background-color: rgba(0, 0, 0, 0.7);
}
.menu-backdrop {
  display: none;
}
.menu-open {
  overflow-x: hidden;
}
.menu-open .header {
  z-index: 1;
}
.menu-open .pager {
  opacity: 0;
}
.menu-open .menu-backdrop {
  display: block;
}
.lt-ie9 .navbar.from-right {
  display: none !important;
}
.featured-navbar h2 {
  font-family: "chaparral-pro", serif;
  font-size: 1.7em;
}
.featured-navbar .overflow-wrapper {
  height: 85%;
}
.featured-navbar li a {
  font-family: "ff-din-web", sans-serif;
  font-size: 1.2em;
}
.main-navbar h2 {
  padding-right: 2em;
}
.main-navbar h2 a {
  background-position: 0 -38px;
}
.columns2 {
  float: left;
  width: 48.67724868%;
}
.columns2 + .columns2 {
  margin-left: 2.43386243%;
}
.detail {
  height: 100%;
}
.detail * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.detail .detail_content {
  height: 100%;
}
.detail_contentw {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}
.detail_contentw.nopadding {
  padding: 0;
}
.detail_feature {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 8px;
  color: #ffffff;
}
.detail_feature.antonius {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/antonius.jpg);
}
.detail_feature.benedict {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/benedict.jpg);
}
.detail_feature.clai {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/clai.jpg);
}
.detail_feature.clai .valigned {
  width: 64.296875%;
}
.detail_feature.jean {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/jean.jpg);
}
.detail_feature.jennifer {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/jennifer.jpg);
}
.detail_feature.kate {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/kate.jpg);
}
.detail_feature.khayree {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/khayree.jpg);
}
.detail_feature.khayree .detail_contentw h1 {
  line-height: .9;
}
.detail_feature.mindy {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/mindy.jpg);
}
.detail_feature.mindy .valigned {
  width: 61.296875%;
}
.detail_feature.santokh {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/santokh.jpg);
}
.detail_feature.stephen {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/stephen.jpg);
}
.detail_feature.isdark {
  color: #000000;
}
.detail_feature .detail_contentw {
  height: 100%;
  text-align: right;
}
.detail_feature .detail_contentw h1,
.detail_feature .detail_contentw h4 {
  margin: 0;
}
.detail_feature .detail_contentw h1 {
  font-size: 8.26375em;
  line-height: .74;
  font-weight: 400;
  margin-bottom: 50px;
}
.detail_feature .detail_contentw h4 {
  font-family: "ff-din-web", sans-serif;
  font-size: 1.25em;
  font-weight: 300;
  margin-bottom: 26px;
  text-transform: uppercase;
}
.detail_feature .detail_contentw .icon-arrow-down-light {
  font-size: 1.6875em;
  cursor: pointer;
  display: inline-block;
  margin-right: 92px;
  padding: 6px 0;
}
.detail_photographer {
  font-family: 'Georgia', serif;
  margin: 0 0 46px 40px;
  line-height: 1;
  color: #acacac;
  font-size: 0.8725em;
}
.detail_content {
  margin-bottom: 122px;
}
.detail_content > p,
.detail_content .ashare {
  width: 74.07407407%;
  margin: 0 auto;
}
.detail_content > p {
  margin: 46px auto;
  font-size: 1.375em;
  line-height: 33px;
}
.detail_introcopy {
  font-style: italic;
  color: #797979;
  font-size: 1.375em;
  margin-bottom: 58px;
}
.detail_introcopy .no-style {
  font-style: normal;
}
.detail_pullquote {
  font-size: 3.4375em;
  text-align: center;
  line-height: 1;
  font-family: "ff-din-web", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 72px 0;
}
.detail_pullquote:before {
  content: " ";
  display: block;
  height: 11px;
  width: 134px;
  margin: 0 auto 30px auto;
  background: #000000;
}
.detail_pullquote.has_share {
  position: relative;
}
.detail_pullquote.has_share:hover .ashare .ashare_btn {
  opacity: 1;
}
.detail_pullquote.has_share .ashare {
  background: none;
  top: 100%;
  padding: 0;
  width: 142px;
  left: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}
.detail_pullquote.has_share .ashare .ashare_btn {
  width: 60px;
  height: 60px;
  font-size: .6em;
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.detail_pullquote.has_share .ashare .ashare_btn:before {
  line-height: 1.8;
}
.ashare {
  text-align: center;
  background: #f3f3f3;
  padding: 25px 0 33px 0;
}
.ashare .ashare_title {
  margin: 0 auto 20px auto;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "ff-din-web", sans-serif;
  font-size: 1.3125em;
}
.ashare .ashare_btns {
  display: inline-block;
}
.ashare .ashare_btn {
  display: block;
  height: 77px;
  width: 77px;
  color: #000000;
  font-size: 2.0625em;
  border: 3px solid #000000;
  border-radius: 50%;
  float: left;
}
.ashare .ashare_btn:hover {
  background: #000000;
  color: #ffffff;
}
.ashare .ashare_btn + .ashare_btn {
  margin-left: 22px;
}
.ashare .ashare_btn:before {
  line-height: 2.2;
}
.waudio {
  float: left;
  margin-left: -40px;
  margin-right: 40px;
  margin-bottom: 36px;
  width: 454px;
}
.waudio .iframewrapper {
  position: relative;
  width: 100%;
  padding-top: 56.49%;
}
.waudio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.waudio p {
  margin: 0;
  text-align: right;
  font-size: 0.875em;
  color: #797979;
  font-style: italic;
}
.dsurvivors .dsurvivors_title {
  font-size: 2.375em;
  text-align: center;
  font-weight: 700;
  width: 57.67195767%;
  margin: 0 auto 50px auto;
  position: relative;
  line-height: .8;
}
.dsurvivors .dsurvivors_title:before,
.dsurvivors .dsurvivors_title:after {
  content: " ";
  display: inline-block;
  border-top: 1px dashed #000000;
  position: absolute;
  top: 16%;
  width: 34.74264706%;
}
.dsurvivors .dsurvivors_title:before {
  right: 100%;
  margin-right: 10px;
}
.dsurvivors .dsurvivors_title:after {
  left: 100%;
  margin-left: 10px;
}
.dsurvivors .dsurvivor {
  text-align: center;
  margin-bottom: 56px;
}
.dsurvivors .dsurvivorw {
  position: relative;
  margin-bottom: 16px;
}
.dsurvivors .dsurvivor_bgimage {
  width: 100%;
}
.dsurvivors .dsurvivor_copyw {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.dsurvivors .dsurvivor_copy {
  color: #ffffff;
  margin: 0;
  width: 90%;
  font-size: 1.603125em;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "ff-din-web", sans-serif;
}
.dsurvivors .dsurvivor_name {
  color: #000000;
  text-align: center;
  font-weight: 700;
  font-size: 1.60125em;
  text-transform: uppercase;
}
.sticky-backbtn {
  color: #000000;
  font-family: "ff-din-web", sans-serif;
  text-transform: uppercase;
  text-align: center;
  width: 132px;
  background: url("http://cdn.rollingstone.com/feature/gun-control/img/content/sticky-backbtn-overlay.png") 0 0 repeat;
  background: rgba(255, 255, 255, 0.42);
  display: block;
  position: fixed;
  left: 0;
  top: 85px;
  padding: 17.7px 0;
  z-index: 9999;
  display: none;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.sticky-backbtn .icon-arrow-left-light:before {
  font-size: 2.1875em;
  font-weight: light;
  marign-bottom: 2px;
}
.sticky-backbtn span {
  font-size: 0.8125em;
  line-height: 1.2;
  display: block;
}
.sticky-backbtn span.desktop {
  display: block;
}
.sticky-backbtn span.mobile {
  display: none;
}
.sticky-backbtn:hover {
  background: #ffffff;
  color: #999999;
}
.sticky-backbtn-show .sticky-backbtn {
  display: block;
  opacity: 1;
}
/**
 * Tablet Landscape
 * 1024px - 1279px
 */
@media (max-width: 79.9375em) {
  .detail_pullquote.has_share .ashare .ashare_btn {
    opacity: 1;
  }
}
/**
 * Tablet Portrait
 * 768px - 1023px
 */
@media (max-width: 63.9375em) {
  .waudio {
    margin-left: 0;
  }
  .ashare .ashare_btn {
    font-size: 2.4em;
  }
  .dsurvivors .dsurvivors_title {
    width: 47.671958%;
  }
  .dsurvivors .dsurvivors_title:before,
  .dsurvivors .dsurvivors_title:after {
    width: 54.764706%;
  }
  .dsurvivors .dsurvivors_title:before {
    margin-right: 0;
  }
  .dsurvivors .dsurvivors_title:after {
    margin-left: 0;
  }
  .valigned {
    margin-right: 40px;
  }
  .detail_pullquote.has_share .ashare .ashare_btn:before {
    line-height: 2.2;
  }
  .sticky-backbtn {
    width: 78px;
    padding-top: 7.2px;
    padding-bottom: 7.2px;
    position: absolute;
    opacity: 1;
    z-index: 7000;
    display: block;
    top: 52px;
  }
  .sticky-backbtn span.desktop {
    display: none;
  }
  .sticky-backbtn span.mobile {
    display: block;
    font-size: 1em;
  }
}
/**
 * Mobile
 * < 767px
 */
@media (max-width: 47.9375em) {
  .waudio {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .waudio p {
    text-align: left;
    font-size: 1em;
    line-height: 1.2;
    margin: 12px 0;
  }
  .columns2 {
    float: none;
    display: block;
    width: 100%;
  }
  .detail_contentw {
    padding: 0 34px;
  }
  .detail_content > p {
    width: 100%;
  }
  .detail_content .ashare {
    width: 100%;
  }
  .detail_feature.antonius {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/antonius768.jpg);
  }
  .detail_feature.benedict {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/benedict768.jpg);
  }
  .detail_feature.clai {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/clai768.jpg);
  }
  .detail_feature.jean {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/jean768.jpg);
  }
  .detail_feature.jennifer {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/jennifer768.jpg);
  }
  .detail_feature.kate {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/kate768.jpg);
  }
  .detail_feature.khayree {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/khayree768.jpg);
  }
  .detail_feature.mindy {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/mindy768.jpg);
  }
  .detail_feature.santokh {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/santokh768.jpg);
  }
  .detail_feature.stephen {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/stephen768.jpg);
  }
  .detail_feature .detail_contentw {
    text-align: center;
  }
  .detail_feature .detail_contentw h1 {
    font-size: 5.3em;
  }
  .detail_feature .detail_contentw .icon-arrow-down-light {
    margin-right: 0;
  }
  .detail_feature .valign:before,
  .detail_feature .valign .valigned {
    vertical-align: bottom;
  }
  .detail_feature .valign .valigned {
    margin-bottom: 30px;
    width: 90%;
    margin-right: 0;
  }
  .detail_pullquote {
    font-size: 1.953125em;
    margin: 30px 0;
  }
  .detail_pullquote:before {
    margin-bottom: 16px;
  }
  .detail_pullquote.has_share .ashare {
    display: block;
  }
  .detail_pullquote.has_share .ashare .ashare_btn {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 0;
    font-size: 1.3em;
    color: #797979;
  }
  .detail_pullquote.has_share .ashare .ashare_btn:hover {
    background: none;
  }
  .detail_pullquote.has_share .ashare .ashare_btn:before {
    line-height: 1.8;
  }
  .dsurvivors .dsurvivors_title {
    width: 100%;
    font-size: 1.8em;
    line-height: 1.4;
    padding-top: 26px;
  }
  .dsurvivors .dsurvivors_title:after {
    display: none;
  }
  .dsurvivors .dsurvivors_title:before {
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 47.9375em), only screen and (-min--moz-device-pixel-ratio: 1.5) and (max-width: 47.9375em), only screen and (-o-min-device-pixel-ratio: 1.5) and (max-width: 47.9375em), only screen and (min-device-pixel-ratio: 1.5) and (max-width: 47.9375em) {
  .detail_feature .detail_contentw h1 {
    font-size: 4em;
    line-height: .9;
  }
}
/**
 * Really small devices
 * < 767px
 */
@media (max-width: 19.9375em) {
  .detail_content {
    margin-bottom: 32px;
  }
  .detail_content > p {
    margin: 26px 0;
  }
  .detail_pullquote {
    font-size: 1.7em;
    margin: 30px 0;
  }
  .detail_pullquote:before {
    margin-bottom: 16px;
  }
  .ashare .ashare_btn {
    width: 50px;
    height: 50px;
    font-size: 2em;
  }
  .ashare .ashare_btn:before {
    line-height: 1.8;
  }
  .dsurvivors .dsurvivor {
    margin-bottom: 26px;
  }
  .detail_feature {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/antonius768.jpg);
    background-position: center center;
  }
}
.valign.tocenter {
  text-align: center;
}
.valign.toleft {
  text-align: left;
}
.valign.toright {
  text-align: right;
}
.valign.tobottom:before {
  vertical-align: bottom;
}
.valign.toptop:before {
  vertical-align: top;
}
.survivorsi_nav {
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 34%;
  right: 24px;
  z-index: 7990;
}
.survivorsi_item {
  display: block;
}
.survivorsi_item + .survivorsi_item {
  margin-top: 11px;
}
.survivorsi_item a {
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.survivorsi_item a:hover,
.survivorsi_item a.active {
  background: #ffffff;
}
.survivorsi_item a:active,
.survivorsi_item a:focus {
  outline: 0;
}
.survivorsi_page {
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1000;
}
.survivorsi_page h2 {
  margin: 0 0 22px 0;
  font-size: 5.27375em;
  line-height: .8;
  color: #323232;
  font-weight: 700;
  text-transform: uppercase;
}
.survivorsi_page p {
  font-size: 1.40625em;
  margin: 0 0 40px 0;
}
.survivorsi_page p .italic {
  font-style: italic;
}
.survivorsi_page .survivorsi_wrapper {
  width: 450px;
  margin-left: 52px;
}
.survivorsi_page.intro {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_intro.jpg);
  z-index: 3000;
}
.survivorsi_page.benedict {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_benedict.jpg);
}
.survivorsi_page.khayree {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_khayree.jpg);
}
.survivorsi_page.stephon {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_stephon.jpg);
}
.survivorsi_page.clai {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_clai.jpg);
}
.survivorsi_page.mindy {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_mindy.jpg);
}
.survivorsi_page.kate {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_kate.jpg);
}
.survivorsi_page.jennifer {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_jennifer.jpg);
}
.survivorsi_page.jean {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_jean.jpg);
}
.survivorsi_page.santock {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_santokh.jpg);
}
.survivorsi_page.antonius {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_antonius.jpg);
}
.survivorsi_page.endcard {
  background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_endcard.jpg);
}
.survivorsi_page.clai h2,
.survivorsi_page.mindy h2,
.survivorsi_page.clai p,
.survivorsi_page.mindy p {
  color: #d2d2d2;
}
.survivorsi_page.clai .survivorsi_btn,
.survivorsi_page.mindy .survivorsi_btn {
  background: #d2d2d2;
  color: #000000;
}
.survivorsi_page.jean h2,
.survivorsi_page.jean p {
  color: #f1f0f0;
}
.survivorsi_page.jean .survivorsi_btn {
  background: #ffffff;
  color: #000000;
}
.survivorsi_page.jean .survivorsi_btn:hover {
  background: #cccccc;
}
.survivorsi_page.intro .survivorsi_wrapper,
.survivorsi_page.endcard .survivorsi_wrapper {
  width: 484px;
  margin-left: 0;
}
.survivorsi_page.intro .sprite-logo,
.survivorsi_page.endcard .sprite-logo {
  width: 265px;
  height: 54px;
  margin: 0 auto 14px auto;
}
.survivorsi_page.intro .sprite-logo-intro,
.survivorsi_page.endcard .sprite-logo-intro {
  background-position: 0 -61px;
}
.survivorsi_page.intro h1,
.survivorsi_page.endcard h1,
.survivorsi_page.intro h2,
.survivorsi_page.endcard h2,
.survivorsi_page.intro p,
.survivorsi_page.endcard p {
  color: #ffffff;
}
.survivorsi_page.intro h1,
.survivorsi_page.endcard h1,
.survivorsi_page.intro h2,
.survivorsi_page.endcard h2 {
  font-size: 4.625em;
  line-height: .8;
  font-weight: 700;
}
.survivorsi_page.intro p,
.survivorsi_page.endcard p {
  font-family: "ff-din-web", sans-serif;
  font-weight: 300;
}
.survivorsi_page.intro .icon-arrow-down-light,
.survivorsi_page.endcard .icon-arrow-down-light,
.survivorsi_page.intro .icon-arrow-up,
.survivorsi_page.endcard .icon-arrow-up {
  font-size: 2em;
}
.survivorsi_page.intro .survivorsi_wrapper {
  margin-bottom: 84px;
}
.survivorsi_page.intro h1 {
  margin: 0 0 148px 0;
}
.survivorsi_page.intro p {
  font-size: 1.616875em;
  margin: 0 0 28px 0;
}
.survivorsi_page.endcard .survivorsi_wrapper {
  margin-bottom: 56px;
}
.survivorsi_page.endcard h1 {
  margin: 0 0 36px 0;
}
.survivorsi_page.endcard p {
  font-size: 1.6175em;
  width: 324px;
  margin: 0 auto 26px auto;
}
.survivorsi_page.endcard .endcard_btn,
.survivorsi_page.endcard .gotop {
  display: block;
  font-family: "ff-din-web", sans-serif;
  text-transform: uppercase;
}
.survivorsi_page.endcard .endcard_btn {
  background: #676767;
  font-size: 1.5475em;
  color: #ffffff;
  width: 324px;
  margin: 0 auto 86px auto;
  line-height: 3;
}
.survivorsi_page.endcard .endcard_btn:hover {
  background: #bfbfbf;
  color: #000000;
}
.survivorsi_page.endcard .icon-arrow-up {
  margin-bottom: 30px;
  display: block;
}
.survivorsi_page.endcard .gotop {
  font-size: 1.616875em;
  margin-bottom: 0;
}
.survivorsi_page .survivorsi_btn {
  background: #323232;
  font-size: 1.20625em;
  font-family: "ff-din-web", sans-serif;
  font-weight: 300;
  line-height: 3.4;
  display: inline-block;
  padding-left: 26px;
  padding-right: 44px;
  position: relative;
}
.survivorsi_page .survivorsi_btn:hover {
  background: rgba(255, 255, 255, 0.996);
  color: #323232;
}
.survivorsi_page .survivorsi_btn .plus {
  font-size: 1.40625em;
  line-height: .8;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -13.5px;
}
.asideform {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 2000;
  background: #ffffff;
  width: 767px;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.asideform iframe {
  height: 850px;
}
.asideform .asideform_scrollwrapper {
  width: 100%;
  height: 100%;
  padding: 44px 114px 36px 144px;
}
.asideform .actionbox {
  position: absolute;
  bottom: 7%;
  left: -120px;
  text-align: right;
}
.asideform .actionbox_btn,
.asideform .actionbox_copyw {
  background: #e9e9e9;
}
.asideform .actionbox_btn {
  font-size: 1.75em;
  display: inline-block;
  cursor: pointer;
  padding: 7px 20px;
}
.asideform .actionbox_copyw {
  padding: 10px;
  width: 120px;
}
.asideform .actionbox_copy {
  margin: 3px 0;
  font-family: "ff-din-web", sans-serif;
  font-size: 0.6875em;
  line-height: 1.2;
  color: #000000;
}
.asideform .asideform_title,
.asideform .asideform_subtitle {
  font-family: "ff-din-web", sans-serif;
  text-align: center;
}
.asideform .asideform_title {
  font-size: 2.625em;
  line-height: 1;
  margin: 0 0 10px 0;
}
.asideform .asideform_subtitle {
  font-size: 1.125em;
  width: 370px;
  margin: 0 auto 22px auto;
}
.asideform .asideform_submit {
  margin-top: 17px;
  background: #49740b;
  color: #ffffff;
  font-family: "ff-din-web", sans-serif;
  text-transform: uppercase;
  width: 304px;
  margin: 17px auto;
  display: block;
  padding: 21.4px 0;
  border: none;
}
.asideform .asideform_legal {
  font-size: 0.6875em;
  line-height: 1.4;
  font-family: "ff-din-web", sans-serif;
  display: block;
  color: #000000;
}
.asideform .formfield {
  background: #e1e1e1;
  color: #000000;
  border: 0;
  font-size: 1.2em;
  display: block;
  text-transform: uppercase;
  width: 100%;
  padding: 16px 20px;
}
.asideform .formfield::-webkit-input-placeholder {
  color: #000000;
}
.asideform .formfield::-moz-placeholder {
  color: #000000;
}
.asideform .formfield:-ms-input-placeholder {
  color: #000000;
}
.asideform .formfield::placeholder {
  color: #000000;
}
.asideform .formfield + .formfield {
  margin-top: 12px;
}
.asideform textarea {
  resize: none;
}
.aside-open {
  overflow: hidden;
}
.aside-open .asideform {
  -webkit-transform: translate(-767px, 0);
  -ms-transform: translate(-767px, 0);
  transform: translate(-767px, 0);
  z-index: 9999;
}
.aside-open .asideform_scrollwrapper {
  overflow-y: scroll;
}
.aside-open .menu-backdrop {
  display: block;
  z-index: 8500;
}
.lt-ie9 .survivorsi_page.intro .sprite-logo,
.lt-ie9 .survivorsi_page.endcard .sprite-logo {
  width: 158px;
  height: 36px;
}
.lt-ie9 .survivorsi_page.intro .sprite-logo.sprite-logo-intro,
.lt-ie9 .survivorsi_page.endcard .sprite-logo.sprite-logo-intro {
  background-position: 0 -34px;
}
/**
 * Tablet Landscape
 * 1024px - 1279px
 */
@media (max-width: 79.9375em) {
  .survivorsi_page.endcard .survivorsi_wrapper {
    margin-bottom: 30px;
  }
  .survivorsi_page.endcard .endcard_btn {
    margin-bottom: 40px;
  }
}
/**
 * Tablet Portrait
 * 768px - 1023px
 */
@media (max-width: 63.9375em) {
  .desktop {
    display: none;
  }
  .survivorsi_nav {
    display: none;
  }
  .survivorsi_page h2,
  .survivorsi_page p {
    color: #000000;
  }
  .survivorsi_page h2 {
    font-size: 7em;
  }
  .survivorsi_page .survivorsi_wrapper {
    margin-bottom: 40px;
    width: 563px;
  }
  .survivorsi_page .survivorsi_btn {
    background: #000000;
    font-size: 2em;
    padding: 0;
    width: 333px;
  }
  .survivorsi_page .survivorsi_btn .plus {
    margin-top: -17.5px;
    right: 12px;
  }
  .survivorsi_page.valign:before {
    vertical-align: bottom;
  }
  .survivorsi_page.valign.toleft,
  .survivorsi_page.valign.toright {
    text-align: center;
  }
  .survivorsi_page.valign.tobottom:before,
  .survivorsi_page.valign.toptop:before {
    vertical-align: middle;
  }
  .survivorsi_page.intro {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_intro768.jpg);
  }
  .survivorsi_page.benedict {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_benedict768.jpg);
  }
  .survivorsi_page.khayree {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_khayree768.jpg);
  }
  .survivorsi_page.stephon {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_stephon768.jpg);
  }
  .survivorsi_page.clai {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_clai768.jpg);
  }
  .survivorsi_page.mindy {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_mindy768.jpg);
  }
  .survivorsi_page.kate {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_kate768.jpg);
  }
  .survivorsi_page.jennifer {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_jennifer768.jpg);
  }
  .survivorsi_page.jean {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_jean768.jpg);
  }
  .survivorsi_page.santock {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_santokh768.jpg);
  }
  .survivorsi_page.antonius {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_antonius768.jpg);
  }
  .survivorsi_page.endcard {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_endcard768.jpg);
  }
  .survivorsi_page.intro .survivorsi_wrapper,
  .survivorsi_page.endcard .survivorsi_wrapper {
    margin-bottom: 0px;
  }
  .survivorsi_page.intro .icon-arrow-down-light,
  .survivorsi_page.endcard .icon-arrow-down-light,
  .survivorsi_page.intro .icon-arrow-up,
  .survivorsi_page.endcard .icon-arrow-up {
    font-size: 1.4em;
  }
  .survivorsi_page.endcard .no_mobile {
    display: none;
  }
  .survivorsi_page.endcard p {
    width: 100%;
  }
  .survivorsi_page.clai h2,
  .survivorsi_page.jean h2,
  .survivorsi_page.clai p,
  .survivorsi_page.jean p {
    color: #000000;
  }
  .survivorsi_page.clai .survivorsi_btn,
  .survivorsi_page.jean .survivorsi_btn {
    background: #000000;
    color: #ffffff;
  }
  .survivorsi_page.mindy h2,
  .survivorsi_page.mindy p {
    color: #ffffff;
  }
  .survivorsi_page.mindy .survivorsi_btn {
    background: #ffffff;
    color: #000000;
  }
  .asideform {
    width: 640px;
  }
  .asideform .asideform_scrollwrapper {
    padding-left: 80px;
    padding-right: 80px;
  }
  .asideform .actionbox_copy {
    font-size: 1em;
  }
  .asideform .actionbox_btn {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .asideform .asideform_legal {
    font-size: .9em;
  }
  .aside-open .asideform {
    -webkit-transform: translate(-640px, 0);
    -ms-transform: translate(-640px, 0);
    transform: translate(-640px, 0);
  }
}
/**
 * Mobile
 * 320 - 767px
 */
@media (max-width: 47.9375em) {
  .no-mobile {
    display: none;
  }
  .valign.tobottom:before,
  .valign.toptop:before {
    vertical-align: bottom;
  }
  .survivorsi_page h2 {
    font-size: 3.3em;
  }
  .survivorsi_page .survivorsi_wrapper {
    width: 88.75%;
  }
  .survivorsi_page .survivorsi_wrapper.valigned {
    margin-right: 0;
    margin-left: 0;
  }
  .survivorsi_page .survivorsi_btn {
    width: 63.4375%;
    font-size: 1.2em;
    line-height: 3;
  }
  .survivorsi_page .survivorsi_btn .plus {
    position: relative;
    right: -4px;
  }
  .survivorsi_page.intro {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_intro320.jpg);
  }
  .survivorsi_page.benedict {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_benedict320.jpg);
  }
  .survivorsi_page.khayree {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_khayree320.jpg);
  }
  .survivorsi_page.stephon {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_stephon320.jpg);
  }
  .survivorsi_page.clai {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_clai320.jpg);
  }
  .survivorsi_page.mindy {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_mindy320.jpg);
  }
  .survivorsi_page.kate {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_kate320.jpg);
  }
  .survivorsi_page.jennifer {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_jennifer320.jpg);
  }
  .survivorsi_page.jean {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_jean320.jpg);
  }
  .survivorsi_page.santock {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_santokh320.jpg);
  }
  .survivorsi_page.antonius {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_antonius320.jpg);
  }
  .survivorsi_page.endcard {
    background-image: url(http://cdn.rollingstone.com/feature/gun-control/img/content/survivors_index_endcard320.jpg);
  }
  .survivorsi_page.intro .survivorsi_wrapper,
  .survivorsi_page.endcard .survivorsi_wrapper {
    width: 88.125%;
    max-width: 423px;
    margin-bottom: 30px;
  }
  .survivorsi_page.intro .sprite-logo,
  .survivorsi_page.endcard .sprite-logo {
    width: 150px;
    height: 30px;
    background-position: 0 -34px;
  }
  .survivorsi_page.intro h1,
  .survivorsi_page.endcard h1,
  .survivorsi_page.intro h2,
  .survivorsi_page.endcard h2 {
    font-size: 3.7em;
  }
  .survivorsi_page.intro .survivorsi_wrapper {
    margin-bottom: 0;
  }
  .survivorsi_page.intro h1 {
    margin: 0 auto 40px auto;
  }
  .survivorsi_page.intro p {
    font-size: 1.2em;
  }
  .ashare .ashare_btn + .ashare_btn {
    margin-left: 10px;
  }
  .asideform {
    display: none;
  }
}
/**
 * Really small devices
 * < 320px
 */
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .asideform {
    width: 640px;
    padding: 1em 80px;
  }
  .aside-open .asideform {
    -webkit-transform: translate(-640px, 0);
    -ms-transform: translate(-640px, 0);
    transform: translate(-640px, 0);
  }
  .aside-open textarea {
    height: 180px;
  }
}
/*# sourceMappingURL=rsgc.css.map */