/* line 1, ../sass/_sprites.scss */
.sprite {
  background-image: url(spritesheet.png);
  background-repeat: no-repeat;
  display: inline-block;
}

/* line 7, ../sass/_sprites.scss */
.sprite-ratio-10 {
  width: 143px;
  height: 87px;
  background-position: -5px -5px;
}

/* line 13, ../sass/_sprites.scss */
.sprite-ratio-15 {
  width: 162px;
  height: 96px;
  background-position: -5px -102px;
}

/* line 19, ../sass/_sprites.scss */
.sprite-ratio-2 {
  width: 78px;
  height: 67px;
  background-position: -158px -5px;
}

/* line 25, ../sass/_sprites.scss */
.sprite-ratio-4 {
  width: 131px;
  height: 67px;
  background-position: -246px -5px;
}

/* line 31, ../sass/_sprites.scss */
.sprite-ratio-7 {
  width: 146px;
  height: 86px;
  background-position: -177px -82px;
}

/* line 37, ../sass/_sprites.scss */
.sprite-ratio-to-1 {
  width: 110px;
  height: 58px;
  background-position: -177px -178px;
}

/* line 7, ../sass/csr.scss */
.orange {
  color: #ff5f00;
}

/* line 10, ../sass/csr.scss */
.blue {
  color: #0E72B2;
}

/* line 13, ../sass/csr.scss */
.light-blue {
  color: #6FBFFD;
}

/* line 16, ../sass/csr.scss */
.hero {
  padding: 84px 0;
  background-size: cover;
  background-position: center;
font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  text-align: center;
  color: #fff;
}
/* line 33, ../sass/csr.scss */
.hero img {
  margin-bottom: 20px;
}
/* line 36, ../sass/csr.scss */
.hero .copy {
  padding: 0 40px;
  margin-bottom: 15px;
}

/* line 41, ../sass/csr.scss */
.button {
font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #fff;
  background-color: #ff5f00;
  border-radius: 3px;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  padding: 20px 0;
  text-align: center;
}

/* line 53, ../sass/csr.scss */
.section {
  padding: 65px 0;
  position: relative;
}
/* line 56, ../sass/csr.scss */
.section:before {
  display: block;
  position: absolute;
  content: " ";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+50,0.1+100 */
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#19000000',GradientType=0 );
  /* IE6-9 */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 35%, black 65%, transparent 100%);
}

/* line 72, ../sass/csr.scss */
.section-header {
  text-align: center;
  color: #28283C;
}
/* line 75, ../sass/csr.scss */
.section-header h2 {
font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  color: inherit;
  margin-top: 0;
}
/* line 81, ../sass/csr.scss */
.section-header h5 {
  font-family: 'Warnok Pro';
  font-size: 24px;
  color: inherit;
  margin-bottom: 40px;
}

/* line 88, ../sass/csr.scss */
.section-footer {
  text-align: center;
  color: #28283C;
}
/* line 91, ../sass/csr.scss */
.section-footer h3 {
font-family: 'Open Sans', sans-serif;
  font-size: 37px;
  color: inherit;
}
/* line 95, ../sass/csr.scss */
.section-footer h3 strong {
font-family: 'Open Sans', sans-serif;
}

/* line 101, ../sass/csr.scss */
.large-bars .col-sm-4, .large-bars .col-sm-8 {
  padding-top: 18px;
  padding-bottom: 18px;
}
/* line 105, ../sass/csr.scss */
.large-bars .col-sm-4 {
  text-transform: uppercase;
  font-size: 18px;
font-family: 'Open Sans', sans-serif;
  text-align: center;
  margin-top: 24px;
}
/* line 112, ../sass/csr.scss */
.large-bars .col-sm-8 {
  padding-left: 53px;
  padding-right: 53px;
  border-left: 1px solid #e7e7e8;
}
/* line 117, ../sass/csr.scss */
.large-bars .row + .row > div {
  padding-top: 31px;
}
/* line 121, ../sass/csr.scss */
.large-bars .row + .row + .row > div {
  padding-top: 18px;
  padding-bottom: 31px;
}

/* line 130, ../sass/csr.scss */
.bar-graph {
  height: 42px;
  font-size: 34px;
  position: relative;
  width: 100%;
}
/* line 135, ../sass/csr.scss */
.bar-graph .fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}
/* line 142, ../sass/csr.scss */
.bar-graph .value {
  position: absolute;
  left: 10px;
  height: 100%;
font-family: 'Open Sans', sans-serif;
  line-height: normal;
}
/* line 148, ../sass/csr.scss */
.bar-graph .value.outside {
  left: 100%;
  padding-left: 10px;
}
/* line 152, ../sass/csr.scss */
.bar-graph .value.inside {
  color: #fff;
}
/* line 155, ../sass/csr.scss */
.bar-graph .value:after {
  content: "%";
  display: inline;
  font-size: 0.5em;
  vertical-align: 0.75em;
}
/* line 162, ../sass/csr.scss */
.bar-graph.large {
  height: 112px;
  font-size: 85px;
}
/* line 167, ../sass/csr.scss */
.bar-graph.orange .fill {
  background-color: #ff5f00;
}
/* line 172, ../sass/csr.scss */
.bar-graph.blue .fill {
  background-color: #0E72B2;
}

/* line 177, ../sass/csr.scss */
.ratio {
  text-align: center;
font-family: 'Open Sans', sans-serif;
  line-height: normal;
  padding: 40px 15px;
}
/* line 182, ../sass/csr.scss */
.ratio .name {
  color: #0E72B2;
  font-size: 21px;
}
/* line 186, ../sass/csr.scss */
.ratio .value {
  color: #ff5f00;
  font-size: 55px;
}

/* line 191, ../sass/csr.scss */
.ratios .row.last {
  border-top: 1px solid #e7e7e8;
}

/* line 196, ../sass/csr.scss */
.large-percents .col-sm-6 {
  text-align: center;
font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: normal;
  padding-bottom: 40px;
}
/* line 202, ../sass/csr.scss */
.large-percents .col-sm-6 .percent {
  font-size: 174px;
}
/* line 204, ../sass/csr.scss */
.large-percents .col-sm-6 .percent:after {
  content: "%";
  display: inline;
  font-size: 0.5em;
  vertical-align: 0.75em;
}
/* line 211, ../sass/csr.scss */
.large-percents .col-sm-6 + .col-sm-6 {
  border-left: 1px solid #e7e7e8;
}

@keyframes circle3 {
  from {
    stroke-dashoffset: 502.65482;
    transform: rotate(-130deg);
  }
  to {
    stroke-dashoffset: 150.79645;
    transform: rotate(-120deg);
  }
}
@keyframes circle2 {
  from {
    stroke-dashoffset: 502.65482;
    transform: rotate(-130deg);
  }
  to {
    stroke-dashoffset: 467.46899;
    transform: rotate(132deg);
  }
}
@keyframes circle1 {
  from {
    stroke-dashoffset: 502.65482;
    transform: rotate(-130deg);
  }
  to {
    stroke-dashoffset: 387.04421;
    transform: rotate(157.2deg);
  }
}
/* line 235, ../sass/csr.scss */
.pie-chart .st0 {
  fill: #ff5f00;
}
/* line 236, ../sass/csr.scss */
.pie-chart .st1 {
font-family: 'Open Sans', sans-serif;
}
/* line 237, ../sass/csr.scss */
.pie-chart .st2 {
  font-size: 20px;
}
/* line 238, ../sass/csr.scss */
.pie-chart .st3 {
  font-size: 141px;
}
/* line 239, ../sass/csr.scss */
.pie-chart .st4 {
  fill: #0E72B2;
}
/* line 240, ../sass/csr.scss */
.pie-chart .st5 {
  font-size: 14px;
}
/* line 241, ../sass/csr.scss */
.pie-chart .st6 {
  font-size: 65px;
}
/* line 242, ../sass/csr.scss */
.pie-chart .st7 {
  fill: #6FBFFD;
}
/* line 243, ../sass/csr.scss */
.pie-chart .st8 {
  opacity: 0.35;
}
/* line 244, ../sass/csr.scss */
.pie-chart .st9 {
  fill: none;
}
/* line 245, ../sass/csr.scss */
.pie-chart .st10 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #231F20;
}
/* line 246, ../sass/csr.scss */
.pie-chart .dashed {
  stroke-dasharray: 4.6;
  stroke-width: 3;
  stroke: #231F20;
  opacity: 0.35;
  transform-origin: left;
  transform: scaleX(0);
  transition-duration: 0.4s;
}
/* line 255, ../sass/csr.scss */
.pie-chart .dashed.rtl {
  transform-origin: right;
}
/* line 258, ../sass/csr.scss */
.pie-chart .value {
  opacity: 0;
  transition-duration: 0.4s;
}
/* line 262, ../sass/csr.scss */
.pie-chart .perspective {
  perspective: 500px;
}
/* line 265, ../sass/csr.scss */
.pie-chart .desc {
  transform-origin: top;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.35, 1.81, 0.64, 0.64);
}
/* line 270, ../sass/csr.scss */
.pie-chart circle {
  transform: rotate(-120deg);
  transform-origin: center;
  stroke-dasharray: 502.65482;
  stroke-dashoffset: 502.65482;
  stroke-width: 160;
  fill: transparent;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
/* line 281, ../sass/csr.scss */
.pie-chart .dashed-1 {
  transition-delay: 1s;
}
/* line 284, ../sass/csr.scss */
.pie-chart .value-1 {
  transition-delay: 1.25s;
}
/* line 287, ../sass/csr.scss */
.pie-chart .desc-1 {
  transform: translate(837.4962px, 208.8834px) rotateX(90deg);
  transition-delay: 1.5s;
}
/* line 281, ../sass/csr.scss */
.pie-chart .dashed-2 {
  transition-delay: 1.25s;
}
/* line 284, ../sass/csr.scss */
.pie-chart .value-2 {
  transition-delay: 1.5s;
}
/* line 287, ../sass/csr.scss */
.pie-chart .desc-2 {
  transform: translate(146.9755px, 293.6877px) rotateX(90deg);
  transition-delay: 1.75s;
}
/* line 281, ../sass/csr.scss */
.pie-chart .dashed-3 {
  transition-delay: 1.5s;
}
/* line 284, ../sass/csr.scss */
.pie-chart .value-3 {
  transition-delay: 1.75s;
}
/* line 287, ../sass/csr.scss */
.pie-chart .desc-3 {
  transform: translate(124.8133px, 144.7952px) rotateX(90deg);
  transition-delay: 2s;
}
/* line 294, ../sass/csr.scss */
.pie-chart .inview circle:nth-child(3) {
  animation-name: circle3;
  stroke: #ff5f00;
}
/* line 294, ../sass/csr.scss */
.pie-chart .inview circle:nth-child(2) {
  animation-name: circle2;
  stroke: #6FBFFD;
}
/* line 294, ../sass/csr.scss */
.pie-chart .inview circle:nth-child(1) {
  animation-name: circle1;
  stroke: #0E72B2;
}
/* line 299, ../sass/csr.scss */
.pie-chart .inview .dashed {
  transform: scaleX(1);
}
/* line 302, ../sass/csr.scss */
.pie-chart .inview .value {
  opacity: 1;
}
/* line 306, ../sass/csr.scss */
.pie-chart .inview .desc-1 {
  transform: translate(837.4962px, 208.8834px) rotateX(0deg);
}
/* line 306, ../sass/csr.scss */
.pie-chart .inview .desc-2 {
  transform: translate(146.9755px, 293.6877px) rotateX(0deg);
}
/* line 306, ../sass/csr.scss */
.pie-chart .inview .desc-3 {
  transform: translate(124.8133px, 144.7952px) rotateX(0deg);
}

/* line 312, ../sass/csr.scss */
.mask-graph {
  position: relative;
  color: #0E72B2;
  background-color: #E9EAEA;
  display: inline-block;
  text-align: center;
font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  overflow: hidden;
  text-transform: uppercase;
}
/* line 322, ../sass/csr.scss */
.mask-graph .text, .mask-graph .fill {
  position: absolute;
  width: 100%;
  left: 0;
}
/* line 327, ../sass/csr.scss */
.mask-graph .text {
  bottom: 0;
  line-height: 12px;
}
/* line 331, ../sass/csr.scss */
.mask-graph .value {
  font-size: 56px;
  line-height: 45px;
}
/* line 334, ../sass/csr.scss */
.mask-graph .value:after {
  content: "%";
  display: inline-block;
}
/* line 339, ../sass/csr.scss */
.mask-graph .fill {
  height: 0;
  bottom: 0;
  background-color: #0E72B2;
  overflow: hidden;
  color: #fff;
}
/* line 346, ../sass/csr.scss */
.mask-graph .mask {
  position: relative;
}
/* line 350, ../sass/csr.scss */
.mask-graph.democrat .text {
  bottom: 110px;
  width: 87%;
  right: 0;
  left: auto;
}
/* line 357, ../sass/csr.scss */
.mask-graph.republican {
  top: 16px;
}
/* line 359, ../sass/csr.scss */
.mask-graph.republican .text {
  bottom: 96px;
  width: 84%;
}
/* line 365, ../sass/csr.scss */
.mask-graph.independent .text {
  bottom: 78px;
}

/* line 371, ../sass/csr.scss */
.masks .col-sm-4 {
  text-align: center;
}

/* line 375, ../sass/csr.scss */
.banner {
  background-color: #0E72B2;
}
/* line 377, ../sass/csr.scss */
.banner .row {
  height: 567px;
}
/* line 380, ../sass/csr.scss */
.banner img {
  position: absolute;
}
/* line 383, ../sass/csr.scss */
.banner .left, .banner .right {
  height: 100%;
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
}
/* line 390, ../sass/csr.scss */
.banner .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 395, ../sass/csr.scss */
.banner .left {
  padding-right: 125px;
  transform: translateX(calc(-100% - 124px));
  transition-duration: 400ms;
}
/* line 399, ../sass/csr.scss */
.banner .left .inner {
  background-color: #ff5f00;
}
/* line 401, ../sass/csr.scss */
.banner .left .inner img {
  margin-top: -181.5px;
  margin-left: -181px;
  transform: translateX(-362px);
  transition-duration: 400ms;
  transition-delay: 200ms;
}
/* line 410, ../sass/csr.scss */
.banner .right {
  padding-left: 124px;
}
/* line 412, ../sass/csr.scss */
.banner .right .inner {
  perspective: 500px;
  perspective-origin: 50% calc(50% - 181.5px);
}
/* line 415, ../sass/csr.scss */
.banner .right .inner img {
  transform-origin: top;
  transform: rotateX(-90deg);
  transition-duration: 600ms;
  transition-delay: 300ms;
  transition-timing-function: cubic-bezier(0.35, 1.81, 0.64, 0.64);
  margin-top: -181.5px;
  margin-left: -181.5px;
}
/* line 427, ../sass/csr.scss */
.banner .inner img {
  position: absolute;
  left: 50%;
  top: 50%;
}
/* line 432, ../sass/csr.scss */
.banner .chevron {
  position: absolute;
  right: -124px;
  top: 0;
}
/* line 438, ../sass/csr.scss */
.banner.inview .left {
  transform: translateX(0);
}
/* line 440, ../sass/csr.scss */
.banner.inview .left .inner img {
  transform: translateX(0);
}
/* line 444, ../sass/csr.scss */
.banner.inview .right .inner img {
  transform: rotateX(0deg);
}

/* line 449, ../sass/csr.scss */
.bars {
  font-size: 14px;
font-family: 'Open Sans', sans-serif;
}
/* line 452, ../sass/csr.scss */
.bars .bar-graph {
  background-color: #e5e5e5;
  overflow: hidden;
}
/* line 455, ../sass/csr.scss */
.bars .bar-graph + .bar-graph {
  margin-top: 6px;
}
/* line 458, ../sass/csr.scss */
.bars .bar-graph .label {
  position: absolute;
  right: 0;
  text-align: right;
  top: 8px;
  color: #0E72B2;
  text-transform: uppercase;
  font-size: 14px;
font-family: 'Open Sans', sans-serif;
  padding: 0 5px 0 0;
}
/* line 470, ../sass/csr.scss */
.bars .fill:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  height: 100%;
  width: 5px;
  background: -moz-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#19000000',GradientType=0 );
  /* IE6-9 */
}
/* line 483, ../sass/csr.scss */
.bars .col-sm-7 .col-sm-5 {
  line-height: normal;
  padding-top: 7px;
}
/* line 487, ../sass/csr.scss */
.bars .col-sm-7 .row + .row {
  margin-top: 20px;
}
/* line 491, ../sass/csr.scss */
.bars .container > .row > .col-sm-7 {
  padding-left: 50px;
  border-left: 1px solid #e7e7e8;
}

/* line 496, ../sass/csr.scss */
.pin {
  text-align: center;
font-family: 'Open Sans', sans-serif;
}
/* line 499, ../sass/csr.scss */
.pin .inner {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
/* line 504, ../sass/csr.scss */
.pin .fill {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 204px;
  height: 204px;
  margin-left: -102px;
  margin-top: -110px;
}
/* line 512, ../sass/csr.scss */
.pin .fill circle {
  stroke-width: 52px;
  stroke-dasharray: 458.67px;
  stroke-dashoffset: 458.67px;
  fill: transparent;
  transform-origin: center;
}
/* line 520, ../sass/csr.scss */
.pin .mask {
  position: relative;
  background-image: url("../../images/csr/pin-mask.png");
  width: 174px;
  height: 198px;
}
/* line 526, ../sass/csr.scss */
.pin .value {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 59px;
  height: 59px;
  line-height: 41px;
  text-align: center;
  margin-top: -29.5px;
}
/* line 536, ../sass/csr.scss */
.pin .value:after {
  content: "%";
  display: inline;
  font-size: 0.5em;
  vertical-align: 0.75em;
}
/* line 543, ../sass/csr.scss */
.pin.orange {
  stroke: #ff5f00;
}
/* line 546, ../sass/csr.scss */
.pin.blue {
  stroke: #0E72B2;
}
/* line 549, ../sass/csr.scss */
.pin.light-blue {
  stroke: #6FBFFD;
}
/* line 552, ../sass/csr.scss */
.pin .label {
  color: inherit;
  font-size: 28px;
  text-transform: uppercase;
  padding: 0;
}

/* line 559, ../sass/csr.scss */
.download {
  padding: 40px 0;
}

@media only screen and (max-width: 767px) {
  /* line 563, ../sass/csr.scss */
  .section {
    padding: 32px 0;
  }

  /* line 566, ../sass/csr.scss */
  .hero {
    padding: 30px 0 50px;
  }
  /* line 568, ../sass/csr.scss */
  .hero h1 {
    padding: 0;
    font-size: 24px;
  }
  /* line 572, ../sass/csr.scss */
  .hero .copy {
    line-height: normal;
    padding: 0;
  }
  /* line 576, ../sass/csr.scss */
  .hero .col-sm-5 + .col-sm-5 {
    margin-top: 15px;
  }

  /* line 581, ../sass/csr.scss */
  .section-header h2 {
    font-size: 32px;
  }
  /* line 584, ../sass/csr.scss */
  .section-header h5 {
    font-size: 18px;
    margin-bottom: 12px;
  }

  /* line 590, ../sass/csr.scss */
  .large-bars .col-sm-4, .large-bars .col-sm-8, .large-bars .row + .row > div, .large-bars .row + .row + .row > div {
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  /* line 595, ../sass/csr.scss */
  .large-bars .col-sm-8 {
    padding-left: 15px;
    padding-right: 135px;
  }

  /* line 601, ../sass/csr.scss */
  .bar-graph.large {
    height: 84px;
    line-height: 84px;
    font-size: 63.75px;
  }

  /* line 608, ../sass/csr.scss */
  .large-percents .col-sm-6 {
    padding-bottom: 0;
  }
  /* line 610, ../sass/csr.scss */
  .large-percents .col-sm-6 .percent {
    font-size: 100px;
  }
  /* line 613, ../sass/csr.scss */
  .large-percents .col-sm-6 + .col-sm-6 {
    border: 0 none;
  }

  /* line 618, ../sass/csr.scss */
  .ratio {
    padding: 10px 15px;
  }
  /* line 620, ../sass/csr.scss */
  .ratio .value {
    font-size: 35px;
  }

  /* line 625, ../sass/csr.scss */
  .banner .row {
    height: auto;
  }
  /* line 628, ../sass/csr.scss */
  .banner .left, .banner .right {
    float: none;
    height: auto;
    width: 100%;
    height: calc(50vh - 37px);
  }
  /* line 633, ../sass/csr.scss */
  .banner .left .inner img, .banner .right .inner img {
    margin: 0;
  }
  /* line 637, ../sass/csr.scss */
  .banner .inner {
    padding: 15px;
    text-align: center;
  }
  /* line 640, ../sass/csr.scss */
  .banner .inner img {
    position: static;
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
  }
  /* line 647, ../sass/csr.scss */
  .banner .left {
    padding-right: 0;
  }
  /* line 650, ../sass/csr.scss */
  .banner .right {
    padding-left: 0;
  }
  /* line 653, ../sass/csr.scss */
  .banner .chevron {
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    top: auto;
    transform-origin: 0 100%;
    transform: rotate(90deg);
    height: 100vw;
    width: auto;
  }

  /* line 666, ../sass/csr.scss */
  .bars .container > .row > .col-sm-7 {
    padding-left: 15px;
  }
}
