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

.clear {
  clear: both;
}

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

.center {
  margin: 0 auto !important;
}

.grid-width {
  max-width: 960px;
  width: 100%;
}

.span.full {
  width: 97.91667%;
  margin-left: 1.73333%;
  max-width: 940px;
  margin: 0 1.04167%;
}

.span.half {
  width: 47.91667%;
  margin-left: 1.73333%;
  max-width: 460px;
}

.quote-indent {
	margin-left: 5%;
}

.quote-indent {
	margin-left: 5%;
}

.row {
  width: auto;
  margin-left: -1.73333%;
}
.row.static {
  margin-left: -20px;
}

.span-1 {
  width: 6.25%;
  margin-left: 1.73333%;
  max-width: 60px;
}
.span-1.static {
  width: 60px;
  margin-left: 20px;
}

.span-2 {
  width: 14.58333%;
  margin-left: 1.73333%;
  max-width: 140px;
}
.span-2.static {
  width: 140px;
  margin-left: 20px;
}

.span-3 {
  width: 22.91667%;
  margin-left: 1.73333%;
  max-width: 220px;
}
.span-3.static {
  width: 220px;
  margin-left: 20px;
}

.span-4 {
  width: 31.25%;
  margin-left: 1.73333%;
  max-width: 300px;
}
.span-4.static {
  width: 300px;
  margin-left: 20px;
}

.span-5 {
  width: 39.58333%;
  margin-left: 1.73333%;
  max-width: 380px;
}
.span-5.static {
  width: 380px;
  margin-left: 20px;
}

.span-6 {
  width: 47.91667%;
  margin-left: 1.73333%;
  max-width: 460px;
}
.span-6.static {
  width: 460px;
  margin-left: 20px;
}

.span-7 {
  width: 56.25%;
  margin-left: 1.73333%;
  max-width: 540px;
}
.span-7.static {
  width: 540px;
  margin-left: 20px;
}

.span-8 {
  width: 64.58333%;
  margin-left: 1.73333%;
  max-width: 620px;
}
.span-8.static {
  width: 620px;
  margin-left: 20px;
}

.span-9 {
  width: 72.91667%;
  margin-left: 1.73333%;
  max-width: 700px;
}
.span-9.static {
  width: 700px;
  margin-left: 20px;
}

.span-10 {
  width: 81.25%;
  margin-left: 1.73333%;
  max-width: 780px;
}
.span-10.static {
  width: 780px;
  margin-left: 20px;
}

.span-11 {
  width: 89.58333%;
  margin-left: 1.73333%;
  max-width: 860px;
}
.span-11.static {
  width: 860px;
  margin-left: 20px;
}

.span-12 {
  width: 97.91667%;
  margin-left: 1.73333%;
  max-width: 940px;
}
.span-12.static {
  width: 940px;
  margin-left: 20px;
}

.padding-half {
  padding: 0.86667%;
}

.padding-left-half {
  padding-left: 0.86667%;
}

.padding-right-half {
  padding-right: 0.86667%;
}

.padding-top-half {
  padding-top: 0.86667%;
}

.padding-bottom-half {
  padding-bottom: 0.86667%;
}

.margin-half {
  margin: 0.86667%;
}

.margin-left-half {
  margin-left: 0.86667%;
}

.margin-right-half {
  margin-right: 0.86667%;
}

.margin-top-half {
  margin-top: 0.86667%;
}

.margin-bottom-half {
  margin-bottom: 0.86667%;
}

.padding-1 {
  padding: 1.73333%;
}

.padding-left-1 {
  padding-left: 1.73333%;
}

.padding-right-1 {
  padding-right: 1.73333%;
}

.padding-top-1 {
  padding-top: 1.73333%;
}

.padding-bottom-1 {
  padding-bottom: 1.73333%;
}

.margin-1 {
  margin: 1.73333%;
}

.margin-left-1 {
  margin-left: 1.73333%;
}

.margin-right-1 {
  margin-right: 1.73333%;
}

.margin-top-1 {
  margin-top: 1.73333%;
}

.margin-bottom-1 {
  margin-bottom: 1.73333%;
}

.padding-2 {
  padding: 3.46667%;
}

.padding-left-2 {
  padding-left: 3.46667%;
}

.padding-right-2 {
  padding-right: 3.46667%;
}

.padding-top-2 {
  padding-top: 3.46667%;
}

.padding-bottom-2 {
  padding-bottom: 3.46667%;
}

.margin-2 {
  margin: 3.46667%;
}

.margin-left-2 {
  margin-left: 3.46667%;
}

.margin-right-2 {
  margin-right: 3.46667%;
}

.margin-top-2 {
  margin-top: 3.46667%;
}

.margin-bottom-2 {
  margin-bottom: 3.46667%;
}

.hidden-desktop {
  display: none;
}

.visible-desktop {
  display: block;
}

body {
  font-size: 13px !important;
  line-height: 18px;
}

.cnn-lightbox {
  position: fixed;
  background: url("http://z.cdn.turner.com/cnn/interactive/2014/02/opinion/sutter-change-alaska-rape/media/assets/bg-75.png");
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 0px;
  top: 0;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  z-index: 20000;
}
.cnn-lightbox.open {
  height: 100%;
  opacity: 1;
}
.cnn-lightbox .content {
  display: block;
  position: relative;
  margin: 0 auto !important;
}
.cnn-lightbox .content .image-gallery {
  display: block;
  position: relative;
}
.cnn-lightbox .content .image-gallery .image-container {
  display: block;
  position: relative;
  border: 1px #E7E5D7 solid;
  background: #fefcf1;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  -o-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
}
.cnn-lightbox .content .image-gallery .image-container img {
  max-width: 100%;
  height: auto;
  width: 100%;
  vertical-align: middle;
}
.cnn-lightbox .content .close-button {
  text-indent: -999999px;
  display: block;
  position: absolute;
  text-align: center;
  line-height: 23px;
  background: url("http://z.cdn.turner.com/cnn/interactive/2014/02/opinion/sutter-change-alaska-rape/media/assets/close-button.png") no-repeat;
  right: -5px;
  top: -5px;
  height: 28px;
  width: 28px;
}

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

@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  .cvp-video .play-button .icon {
    background: url("http://z.cdn.turner.com/cnn/interactive/2014/02/opinion/sutter-change-alaska-rape/media/assets/playbutton_icon@2x.png") no-repeat;
    background-size: 67px 134px;
    -webkit-background-size: 67px 134px;
    -moz-background-size: 67px 67px;
    -ie-background-size: 67px 134px;
    -o-background-size: 67px 134px;
    background-size: 67px 134px;
  }
  .cvp-video .play-button:hover .icon {
    background-position: 0 -67px;
  }
}
body {
  font-family: Georgia, serif;
}

.c_share_container {
  float: right;
}
.c_share_container.overlay {
  position: absolute;
  right: 0;
}
.c_share_container.block {
  width: 100%;
}
.c_share_container.block .c_sharebtns {
  float: right;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

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

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

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

.cnn-hdr {
  font-family: Arial;
  background: #CA0002;
  height: 32px;
}
.cnn-hdr .section {
  position: absolute;
}
.cnn-hdr .section .link {
  display: block;
  font-size: 1em;
  line-height: 2.46154em;
  color: #FFFFFF;
}
.cnn-hdr .cnn-logo {
  position: relative;
  display: block;
  background: url("http://z.cdn.turner.com/cnn/interactive/2014/02/opinion/sutter-change-alaska-rape/media/assets/cnn-logo.png") 0 0 no-repeat;
  height: 21px;
  width: 45px;
  top: 5px;
}
.cnn-hdr .cnn-logo .link {
  display: block;
  text-indent: -9999px;
  height: 100%;
  width: 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .cnn-hdr .cnn-logo {
    background: url("http://z.cdn.turner.com/cnn/interactive/2014/02/opinion/sutter-change-alaska-rape/media/assets/cnn-logo.png") 0 -11px no-repeat;
    -webkit-background-size: 44px 33px;
    -moz-background-size: 44px 33px;
    -ie-background-size: 44px 33px;
    -o-background-size: 44px 33px;
    background-size: 44px 33px;
  }
}
.cnn-longform {
  width: 960px;
  margin: 0 auto;
}
.cnn-longform .content {
  display: block;
  width: 940px;
  margin: 0 auto;
  position: relative;
}
.cnn-longform .content .cnn-longform-header {
  display: block;
  position: relative;
  padding-top: 0;
  margin-top: 20px;
}
.cnn-longform .content .cnn-longform-header .title {
  float: left;
  width: 43.75%;
  max-width: 420px;
  padding-bottom: 2.6%;
  margin-right: 20px;
}
.cnn-longform .content .cnn-longform-header .title h1 {
  text-indent: -9999px;
  display: none;
}
.cnn-longform .content .cnn-longform-header .title .src {
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.cnn-longform .content .cnn-longform-header .title.text {
  margin-bottom: 0 !important;
}
.cnn-longform .content .cnn-longform-header .title.text h1 {
  font-size: 1.84615em;
  line-height: 1.16667em;
  font-weight: bold;
  text-indent: 0px;
  display: block;
}
.cnn-longform .content .cnn-longform-header .description {
  font-family: Arial;
  font-size: 0.92308em;
  line-height: 1.33333em;
  width: 500px;
  position: absolute;
  right: 0;
  top: 0;
  max-width:500px;
  margin-top:0;
}
.cnn-longform .content .cnn-longform-header .description .intro {
  float: left;
}
.cnn-longform .content .cnn-longform-header .description .credit {
  margin-top: 10px;
  float: left;
}
.cnn-longform .content .cnn-longform-header .lead-media {
  float: left;
  position: relative;
  width: 940px;
  border: 1px #CCC solid;
  background: #FFF;
  padding: 5px;
  max-width:940px;
}
.cnn-longform .content .cnn-longform-header .lead-media.image img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.cnn-longform .content .cnn-longform-header .lead-media  .credit{
  color: #777777;
  font-style: italic;
  margin-top: 5px;
  text-align: right;
  }

.cnn-longform .content .cnn-longform-header.horizontal .title {
  margin: 0;
  width: 97.91667%;
  margin-left: 1.73333%;
  max-width: 940px;
}
.cnn-longform .content .cnn-longform-header.horizontal .description {
  width: 81.25%;
  margin-left: 1.73333%;
  max-width: 780px;
  margin-top: 1.73333%;
}
.cnn-longform .content .cnn-longform-header:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.cnn-longform .content .body-copy {
  width: auto;
  margin-left: -20px;
  margin-top: 20px;
}
.cnn-longform .content .body-copy .block {
  width: 940px;
  margin-left: 20px;
  max-width:940px;
}
.cnn-longform .content .body-copy .block .title {
  font-size: 1.53846em;
  line-height: 1.2em;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
}
.cnn-longform .content .body-copy .block .paragraph {
  font-size: 1.07692em;
  line-height: 1.57143em;
  padding-bottom: 12px;
  padding-top: 0px;
}

.cnn-longform .content .body-copy .block .paragraph.intro {
  font-size: 1.57142857142857em;
  line-height: 1.55454545454545em;
  font-weight: 100;
}

.cnn-longform .content .body-copy .block .paragraph.break {
  font-size: 1.57142857142857em;
  line-height: 1.55454545454545em;
  font-weight: 100;
}

.cnn-longform .content .body-copy .block .bold {
  font-weight: bold;
}
.cnn-longform .content .body-copy .block .italic {
  font-variant: italic;
}

.cnn-longform .content .body-copy .block .list {
  margin-left: 40px;
}

.cnn-longform .content .body-copy .block .story-element {
  margin-bottom: 24px;
  width: 100%;
}
.cnn-longform .content .body-copy .block .story-element.container {
  width: 460px;
  margin: 15px 50px;
  float: right;
}
.cnn-longform .content .body-copy .block .story-element.container .element-text {
  width: 300px;
  float: right;
}
.cnn-longform .content .body-copy .block .story-element.sm {
  width: 39.58333%;
  max-width: 380px;
}
.cnn-longform .content .body-copy .block .story-element .element-media {
  position: relative;
}
.cnn-longform .content .body-copy .block .story-element .element-media.image {
  padding: 5px;
  border: 1px #EAEAEA solid;
  background: #FFF;
}
.cnn-longform .content .body-copy .block .story-element .element-media.video, .cnn-longform .content .body-copy .block .story-element .element-media.gallery {
  padding: 5px;
  border: 1px #EAEAEA solid;
  background: #FFF;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery {
  position: relative;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery img {
  display: none;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery img.active {
  display: block;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav {
  position: relative;
  background: #E2E2E0;
  background: -webkit-linear-gradient(180deg, #cacaca 10%, #e2e2e0);
  background: -o-linear-gradient(180deg, #cacaca 10%, #e2e2e0);
  background: -moz-linear-gradient(180deg, #cacaca 10%, #e2e2e0);
  background: linear-gradient(180deg, #cacaca 10%, #e2e2e0);
  border: 1px #CACACA solid;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav .btn {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  border-left: 1px #CACACA solid;
  background: #FFF;
  text-align: center;
  line-height: 30px;
  width: 30px;
  zoom: 1;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav .btn:first-child {
  border-left: none;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav .btn.arrow.right {
  position: absolute;
  right: 0;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav .btn:hover {
  background: #FFFFFF;
  color: #CA0002;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav .btn.active {
  color: #FFF;
  background: #CA0002;
  font-weight: bold;
  cursor: default;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav .btn.active:hover {
  color: #FFF;
  background: #CA0002;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav .btn.disabled {
  color: #AAA;
  background: #E2E2E2;
  cursor: default;
}
.cnn-longform .content .body-copy .block .story-element .element-media.gallery .nav .btn.disabled:hover {
  color: #AAA;
  background: #E2E2E2;
}
.cnn-longform .content .body-copy .block .story-element .element-media.viz {
  margin: 0 auto;
}
.cnn-longform .content .body-copy .block .story-element .element-media.quote {
  padding: 5px;
  border: 1px #EAEAEA solid;
  background: #FFF;
}
.cnn-longform .content .body-copy .block .story-element .element-media.text {
  padding: 20px;
  border-left: 1px #EAEAEA solid;
}
.cnn-longform .content .body-copy .block .story-element .element-media.text .title,
.cnn-longform .content .body-copy .block .story-element .element-media.text .paragraph {
  font-size: 16px;
  line-height: 22px;
  padding-right: 0;
  padding-left: 0;
  max-width: initial;
  width: auto;
}
.cnn-longform .content .body-copy .block .story-element .element-media.text .title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}
.cnn-longform .content .body-copy .block .story-element .element-media.text .list {
  padding-left: 20px;
}

.cnn-longform .content .body-copy .block .story-element .element-media.text .list li {
  list-style: disc;
  list-style-position: outside;
}
.cnn-longform .content .body-copy .block .story-element .element-media img {
  vertical-align: middle;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.cnn-longform .content .body-copy .block .story-element .element-media img.click-enabled {
  cursor: pointer;
}
.cnn-longform .content .body-copy .block .story-element .element-media .overlay {
  position: absolute;
  font-size: 0.92308em;
  line-height: 2.08333em;
  padding: 0 5px 0 25px;
  color: #000;
  height: 25px;
  right: 0px;
  top: -25px;
}
.cnn-longform .content .body-copy .block .story-element .element-media .overlay .plus {
  position: absolute;
  font-size: 0.84615em;
  line-height: 2.27273em;
  margin-left: -16px;
}
.cnn-longform .content .body-copy .block .story-element .element-media .overlay.click-enabled {
  cursor: pointer;
}
.cnn-longform .content .body-copy .block .story-element .element-text {
  font-family: Arial;
  font-size: 0.84615em;
  line-height: 1.27273em;
  width: 100%;
  border-left: 1px #CCC solid;
  padding-left: 10px;
  margin-top: 15px;
}
.cnn-longform .content .body-copy .block .story-element .element-text .credit {
  color: #777777;
  font-style: italic;
  margin-top: 5px;
}
.cnn-longform .content .body-copy .block .about {
  position: relative;
  font-family: Georgia;
  margin-top: 20px;
  background: #F1EFEB;
  border: 2px #D1CDC4 solid;
  padding: 20px 20px;
}
.cnn-longform .content .body-copy .block .about .title {
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
  color: #858075;
  padding: 0 0 20px 0;
}
.cnn-longform .content .body-copy .block .about .paragraph {
  color: #666259;
  padding: 0 0 12px 0;
  max-width: 100%;
  width: 100%;
}
.cnn-longform .content .recirc-container {
  font-family: Georgia, serif;
  font-weight: bold;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.cnn-longform .content .recirc-container .recirc-header {
  margin-bottom: 15px;
}
.cnn-longform .content .recirc-container .recirc-header .header-row {
  display: table-row;
  position: relative;
}
.cnn-longform .content .recirc-container .recirc-header .header-row h3 {
  font-size: 1.38462em;
  line-height: 1.11111em;
  color: #000;
  min-width: 150px;
  margin-right: 10px;
}
.cnn-longform .content .recirc-container .recirc-header .header-row .header-bar {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.cnn-longform .content .recirc-container .recirc-header .header-row .header-bar .bar {
  display: block;
  border-bottom: 1px #CCC solid;
  height: 17px;
  width: 100%;
  float: left;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-content-row {
  margin-left: -20px;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-content-row .recirc-item {
  width: 47.91667%;
  margin-left: 1.73333%;
  max-width: 460px;
  margin-left: 20px;
  float: left;
  display: block;
  padding-top: 15px;
  border-top: 1px #CCC dotted;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-content-row:first-child .recirc-item {
  margin-top: 0;
  border: none;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-content-row:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item {
  display: block;
  width: 460px;
  margin-left: 20px;
  margin-bottom: 15px;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item .recirc-header {
  font-size: 1.38462em;
  line-height: 1.22222em;
  font-weight: bold;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item .recirc-header a {
  color: #000;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item .recirc-header a:hover {
  color: #f15a2a;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item .recirc-img {
  width: 47.91667%;
  max-width: 460px;
  margin-right: 1.73333%;
  float: left;
  margin-bottom: 10px;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item .recirc-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item .recirc-description {
  font-weight: normal;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item.sm {
  width: 22.91667%;
  max-width: 220px;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item.sm .recirc-img {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cnn-longform .content .recirc-container .recirc-content .recirc-item.sm .recirc-description {
  display: none;
}
.cnn-longform .content .recirc-container:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.cnn-longform .indent .title {
  padding-left: 100px;
  padding-right: 20px;
}
.cnn-longform .indent .paragraph {
  padding-right: 200px;
  padding-left: 100px;
}

