/**
 * Source: http://matthewlein.com/ceaser/
 **/
@-webkit-keyframes fadeInOut {
  0%,100% {
    opacity: .3; }
  50% {
    opacity: 1; } }
@-moz-keyframes fadeInOut {
  0%,100% {
    opacity: .3; }
  50% {
    opacity: 1; } }
@-o-keyframes fadeInOut {
  0%,100% {
    opacity: .3; }
  50% {
    opacity: 1; } }
@keyframes fadeInOut {
  0%,100% {
    opacity: .3; }
  50% {
    opacity: 1; } }
@-webkit-keyframes bounceY {
  0%,100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); } }
@-moz-keyframes bounceY {
  0%,100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); } }
@-o-keyframes bounceY {
  0%,100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); } }
@keyframes bounceY {
  0%,100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px); } }
@-webkit-keyframes left-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(180deg); }
  50% {
    -webkit-transform: rotate(360deg); }
  75% {
    -webkit-transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@-webkit-keyframes right-spin {
  0% {
    -webkit-transform: rotate(0deg); }
  25% {
    -webkit-transform: rotate(180deg); }
  75% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg); } }
@-webkit-keyframes close-wrapper {
  0% {
    clip: rect(0px, 50px, 50px, 25px); }
  24.99% {
    clip: rect(0px, 50px, 50px, 25px); }
  25% {
    clip: rect(auto, auto, auto, auto); }
  75% {
    clip: rect(auto, auto, auto, auto); }
  75.01% {
    clip: rect(0px, 50px, 50px, 25px); }
  100% {
    clip: rect(0px, 50px, 50px, 25px); } }
@-moz-keyframes right-spin {
  0% {
    -moz-transform: rotate(0deg); }
  25% {
    -moz-transform: rotate(180deg); }
  75% {
    -moz-transform: rotate(180deg); }
  100% {
    -moz-transform: rotate(180deg); } }
@-moz-keyframes close-wrapper {
  0% {
    clip: rect(0px, 50px, 50px, 25px); }
  24.99% {
    clip: rect(0px, 50px, 50px, 25px); }
  25% {
    clip: rect(auto, auto, auto, auto); }
  75% {
    clip: rect(auto, auto, auto, auto); }
  75.01% {
    clip: rect(0px, 50px, 50px, 25px); }
  100% {
    clip: rect(0px, 50px, 50px, 25px); } }
@-moz-keyframes left-spin {
  0% {
    -moz-transform: rotate(0deg); }
  25% {
    -moz-transform: rotate(180deg); }
  50% {
    -moz-transform: rotate(360deg); }
  75% {
    -moz-transform: rotate(360deg); }
  100% {
    -moz-transform: rotate(360deg); } }
@keyframes right-spin {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(180deg); } }
@-webkit-keyframes left-spin {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(360deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes close-wrapper {
  0% {
    clip: rect(0px, 50px, 50px, 25px); }
  24.99% {
    clip: rect(0px, 50px, 50px, 25px); }
  25% {
    clip: rect(auto, auto, auto, auto); }
  75% {
    clip: rect(auto, auto, auto, auto); }
  75.01% {
    clip: rect(0px, 50px, 50px, 25px); }
  100% {
    clip: rect(0px, 50px, 50px, 25px); } }
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "museo-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-weight: 100;
  font-size: 1.1em;
  color: white;
  background-color: #363638;
  -moz-osx-font-smoothing: grayscale; }

.ipad {
  font-size: 20px; }

h1 {
  margin: 0;
  color: white;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 2.5em; }

h2 {
  margin: 0;
  color: white;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  font-size: 2em; }

h3 {
  margin: 0;
  color: white;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
  font-size: 1.6em; }

.bold {
  font-weight: 600; }

.white {
  color: #ffffff; }

.blue {
  color: #2bafe9; }

.blue2 {
  color: #0000ff; }

.orange {
  color: #f18d21; }

.uLINE {
  text-decoration: underline; }

.page {
  display: none;
  position: relative;
  width: 100%; }

.absoluteCenter {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30px; }

.hide {
  display: none; }

a {
  color: inherit;
  text-decoration: none;
  outline: 0; }

a:hover, a:active, a:focus {
  outline: 0; }

.butn {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

.header {
  position: relative;
  background: transparent url("../img/00_masthead.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding-top: 50px;
  opacity: 0; }
  .header > * {
    opacity: 0; }
    @media handheld {
      .header > * {
        opacity: 1; } }
  @media handheld {
    .header {
      opacity: 1; } }
  @media screen and (max-width: 500px) {
    .header {
      padding-top: 50px; } }
  .header .logo {
    position: relative;
    display: inline-block;
    background: transparent url("../img/logo-white.png") center center no-repeat;
    background-size: 100%;
    width: 250px;
    height: 108px;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .header .logo {
        width: 200px;
        height: 87px; } }
  .header .copy {
    display: inline-block;
    width: 650px;
    max-width: 65%;
    margin: 10px 0 30px;
    padding: 0 170px; }
    @media screen and (max-width: 768px) {
      .header .copy {
        max-width: 90%;
        padding: 0 5%;
        margin: 20px 0; } }
  .header h1 {
    font-weight: 100; }
    @media screen and (max-width: 500px) {
      .header h1 {
        font-size: 42px; } }
  .header h2.bolded {
    padding: 20px 0;
    color: #1695cd;
    font-weight: 900;
    font-size: 40px; }
  .header h2.payments {
    margin: 15px 0 5px; }
  .header h3 {
    font-weight: 100;
    margin: 0; }
  .header .odometer-container {
    font-size: 4.8em; }
    @media screen and (max-width: 500px) {
      .header .odometer-container {
        margin-top: -10px; } }
    .header .odometer-container span.num {
      font-size: .6em;
      opacity: 0.6; }
      @media screen and (max-width: 500px) {
        .header .odometer-container span.num {
          font-size: 36px;
          padding: 0;
          margin-right: -10px; } }
    .header .odometer-container h2 {
      display: inline-block;
      font-size: 1.8em;
      margin-bottom: -10px; }
    .header .odometer-container p {
      font-size: 1.3em;
      line-height: 1.5em;
      width: 450px;
      margin: 10px auto; }
    .header .odometer-container .odometer {
      display: inline-block;
      font-size: 60px; }
      @media screen and (max-width: 768px) {
        .header .odometer-container .odometer {
          font-size: 46px; } }
      @media screen and (max-width: 500px) {
        .header .odometer-container .odometer {
          font-size: 26px; } }
    .header .odometer-container .odometer-digit {
      font-family: "museo-sans", sans-serif;
      font-weight: 600;
      background-image: none;
      background-color: #f18d21;
      line-height: 80px; }
      @media screen and (max-width: 768px) {
        .header .odometer-container .odometer-digit {
          line-height: 65px; } }
      @media screen and (max-width: 500px) {
        .header .odometer-container .odometer-digit {
          line-height: 50px; } }
    .header .odometer-container .odometer-ribbon {
      margin-top: 6px; }
  .header .paidto {
    padding: 20px 0 20px 0;
    display: inline-block;
    margin-top: 45px; }
    @media screen and (max-width: 500px) {
      .header .paidto {
        margin-top: 0px; } }
    @media screen and (max-width: 768px) {
      .header .paidto {
        padding: 30px 0 20px 0; } }
    .header .paidto .text {
      display: inline-block;
      vertical-align: top; }
      .header .paidto .text p {
        vertical-align: top; }
    .header .paidto .recording-artists {
      display: inline-block;
      padding-right: 30px; }
      .header .paidto .recording-artists img {
        width: 40px;
        height: auto; }
      .header .paidto .recording-artists p {
        position: relative;
        display: block;
        top: -10px; }
    .header .paidto .rights-owners {
      display: inline-block;
      padding-right: 130px; }
      .header .paidto .rights-owners img {
        width: 70px;
        height: auto; }
      .header .paidto .rights-owners p {
        position: relative;
        display: block;
        top: -10px; }
  .header .twitter-share {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 150px;
    margin-bottom: 30px;
    padding-right: 30px; }
    @media screen and (max-width: 500px) {
      .header .twitter-share {
        margin-top: 0px; } }
    .header .twitter-share strong {
      font-size: 18px; }
    .header .twitter-share p {
      position: static;
      display: inline-block;
      text-align: center;
      vertical-align: top;
      top: 14px;
      left: 0px;
      width: 140px;
      font-size: .7em;
      margin: 0; }
    .header .twitter-share a {
      overflow: hidden; }
    .header .twitter-share img {
      vertical-align: top;
      width: 90px;
      padding-bottom: 20px; }
  .header .twitter-tweet {
    position: static;
    display: inline-block;
    margin: 0 auto;
    width: 150px; }
  .header .butn {
    color: white;
    width: 90px;
    display: inline-table;
    padding: 2px 20px;
    border: 2px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: .7em;
    font-weight: bold; }
    @media screen and (max-width: 500px) {
      .header .butn {
        display: block;
        margin: 10px auto 30px;
        width: 90%;
        padding: 10px 5%; } }
  .header .butn:hover {
    background-color: white;
    color: #1695cd; }
  .header .two .butn {
    background-color: white;
    color: #1695cd; }
  .header .two .butn:hover {
    background-color: #1695cd;
    color: white; }

.row-second-odometer {
  position: relative;
  background: transparent url("../img/27338_sx_digital-report-2015-Q2-row1.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  padding-top: 50px; }
  @media handheld {
    .row-second-odometer > * {
      opacity: 1; } }
  @media handheld {
    .row-second-odometer {
      opacity: 1; } }
  @media screen and (max-width: 500px) {
    .row-second-odometer {
      padding-top: 50px; } }
  .row-second-odometer .logo {
    position: relative;
    display: inline-block;
    background: transparent url("../img/logo-white.png") center center no-repeat;
    background-size: 100%;
    width: 250px;
    height: 108px;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .row-second-odometer .logo {
        width: 200px;
        height: 87px; } }
  .row-second-odometer .copy {
    display: inline-block;
    max-width: 690px;
    margin: 10px 0 20px;
    padding: 0 170px; }
    @media screen and (max-width: 768px) {
      .row-second-odometer .copy {
        max-width: 90%;
        padding: 0 5%;
        margin: 20px 0; } }
  .row-second-odometer h1 {
    font-weight: 100; }
    @media screen and (max-width: 500px) {
      .row-second-odometer h1 {
        font-size: 42px; } }
  .row-second-odometer h2.bolded {
    padding: 20px 0;
    color: #1695cd;
    font-weight: 900;
    font-size: 40px; }
  .row-second-odometer h2.payments {
    margin: 15px 0 5px; }
  .row-second-odometer h3 {
    font-weight: 100;
    font-size: 30px;
    margin: 0; }
  .row-second-odometer .odometer-container {
    font-size: 4.8em; }
    .row-second-odometer .odometer-container span.num {
      font-size: 50px;
      padding: 0 10px 0 0;
      opacity: 0.6; }
      @media screen and (max-width: 500px) {
        .row-second-odometer .odometer-container span.num {
          font-size: 36px;
          padding: 0;
          margin-right: -10px; } }
    .row-second-odometer .odometer-container h2 {
      display: inline-block;
      font-size: 1.8em;
      margin-bottom: -10px; }
    .row-second-odometer .odometer-container p {
      font-size: 1.3em;
      line-height: 1.5em;
      width: 450px;
      margin: 10px auto; }
    .row-second-odometer .odometer-container .odometer.two {
      display: inline-block;
      font-size: 55px; }
      @media screen and (max-width: 768px) {
        .row-second-odometer .odometer-container .odometer.two {
          font-size: 46px; } }
      @media screen and (max-width: 500px) {
        .row-second-odometer .odometer-container .odometer.two {
          font-size: 26px; } }
    .row-second-odometer .odometer-container .odometer-digit {
      font-family: "museo-sans", sans-serif;
      font-weight: 600;
      background-image: none;
      background-color: #1694cd;
      line-height: 80px; }
      @media screen and (max-width: 768px) {
        .row-second-odometer .odometer-container .odometer-digit {
          line-height: 65px; } }
      @media screen and (max-width: 500px) {
        .row-second-odometer .odometer-container .odometer-digit {
          line-height: 50px; } }
    .row-second-odometer .odometer-container .odometer-ribbon {
      margin-top: 6px; }
  .row-second-odometer .paidto {
    width: 100%;
    padding: 10px 0 20px 0; }
    .row-second-odometer .paidto p {
      padding-bottom: 10px; }
    .row-second-odometer .paidto .recording-artists {
      display: inline-block;
      padding-right: 70px; }
      .row-second-odometer .paidto .recording-artists img {
        width: 40px;
        height: auto; }
    .row-second-odometer .paidto .rights-owners {
      display: inline-block; }
      .row-second-odometer .paidto .rights-owners img {
        width: 60px;
        height: auto; }

.bar-graph {
  display: block;
  position: relative;
  margin-bottom: 10px;
  text-align: left; }
  .bar-graph .bar {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #57575c;
    width: 100%;
    height: 50px;
    z-index: 0; }
    .bar-graph .bar .clr {
      width: 0;
      height: 100%;
      background-color: #2bafe9; }
  .bar-graph .text {
    position: relative;
    color: white;
    font-size: 2em;
    line-height: 50px;
    margin-left: 20px; }
  .bar-graph .subtext {
    position: relative;
    line-height: 30px;
    margin-top: 6px;
    text-transform: uppercase; }

.bar-circle {
  display: block;
  position: relative; }
  .bar-circle .bar {
    position: absolute;
    top: 70px;
    left: 0;
    width: 200px;
    height: 200px;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 200px;
    border: solid 20px #57575c; }
  .bar-circle .bar2 {
    position: absolute;
    top: -140px;
    left: 0;
    width: 110px;
    height: 110px;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 110px;
    border: solid 13px #57575c; }
  .bar-circle .clr {
    position: absolute;
    top: 0px;
    left: -70px;
    display: inline-block;
    z-index: 99; }

.row1 {
  position: relative;
  width: 100%;
  text-align: center;
  background-image: url("../img/27338_sx_digital-report-2015-Q3-row1.jpg");
  padding-top: 120px;
  padding-bottom: 100px; }
  @media screen and (max-width: 900px) {
    .row1 {
      padding-bottom: 60px; } }
  .row1 h2 {
    width: 90%;
    margin: 0 auto; }
    @media screen and (max-width: 900px) {
      .row1 h2 {
        font-size: 30px;
        width: 85%; } }
  .row1 .big-number {
    margin: 30px 0; }
    .row1 .big-number .big-text {
      display: inline-block;
      font-size: 5.5em;
      color: #57575c; }
      @media screen and (max-width: 900px) {
        .row1 .big-number .big-text {
          font-size: 5em;
          line-height: 1em; } }
      .row1 .big-number .big-text .bold {
        font-weight: 600;
        color: #f18d21; }
    .row1 .big-number .sml-text {
      display: inline-block;
      text-align: left;
      font-size: 20px;
      margin-top: -28px;
      margin-left: 15px;
      vertical-align: middle;
      line-height: 22px;
      color: grey; }
      @media screen and (max-width: 600px) {
        .row1 .big-number .sml-text {
          text-align: center;
          margin: 20px 0 0 0;
          display: block; } }
  .row1 .charts {
    position: relative;
    display: inline-block;
    width: 760px;
    margin-top: 50px; }
    @media screen and (max-width: 900px) {
      .row1 .charts {
        width: 100%;
        margin-top: 20px; } }
    .row1 .charts .bar-graph {
      width: 400px; }
      .row1 .charts .bar-graph.bar1 .clr {
        width: 84%; }
      .row1 .charts .bar-graph.bar2 .clr {
        width: 100%; }
      @media screen and (max-width: 900px) {
        .row1 .charts .bar-graph {
          width: 90%;
          margin: 0 auto; } }
    .row1 .charts .bar-circle {
      position: absolute;
      top: -60px;
      right: 50px;
      width: 125px; }
      @media screen and (max-width: 900px) {
        .row1 .charts .bar-circle {
          position: relative !important;
          margin: 70px auto 80px;
          top: 0px;
          left: 0px; } }
      .row1 .charts .bar-circle .text {
        margin-top: 60px;
        margin-left: 0px;
        width: 140px; }
        .row1 .charts .bar-circle .text span {
          display: inline-block; }
        @media screen and (max-width: 900px) {
          .row1 .charts .bar-circle .text {
            position: relative !important;
            top: 60px;
            left: 0px; } }
      .row1 .charts .bar-circle .num {
        font-size: 42px;
        line-height: 42px; }
      .row1 .charts .bar-circle .percent1 {
        position: relative;
        display: inline-block;
        font-size: 20px;
        top: -13px; }
  .row1 .wrapper {
    margin-top: 80px;
    position: relative;
    display: inline-block;
    width: 760px; }
    @media screen and (max-width: 900px) {
      .row1 .wrapper {
        display: block !important;
        position: static !important;
        margin: 0 auto;
        padding: 0;
        width: 80%; } }
  .row1 .row1_left {
    position: relative;
    display: inline-block;
    width: 660px;
    margin-left: -100px; }
    @media screen and (max-width: 900px) {
      .row1 .row1_left {
        display: block !important;
        position: static !important;
        margin: 0;
        padding: 0;
        top: 0px;
        left: 0px;
        width: 100%; } }
  .row1 .circle2Align {
    position: relative;
    display: inline-block;
    padding-left: 80px;
    width: 0px; }
    @media screen and (max-width: 900px) {
      .row1 .circle2Align {
        display: block !important;
        position: static !important;
        margin: 0;
        padding: 0;
        width: 90%;
        margin: 220px auto 20px; } }
    .row1 .circle2Align .BIG {
      position: relative;
      top: 5px;
      font-size: 80px; }
    .row1 .circle2Align .percent2 {
      position: relative;
      top: -30px;
      font-size: 34px; }
    .row1 .circle2Align .text2-1 {
      display: inline-block;
      position: absolute;
      margin-left: -60px;
      top: -170px;
      width: 150px; }
      @media screen and (max-width: 900px) {
        .row1 .circle2Align .text2-1 {
          display: block !important;
          position: static !important;
          margin: -130px auto 35px;
          padding: 0;
          width: 100%; } }
    .row1 .circle2Align .text2 {
      display: inline-block;
      position: relative;
      margin-left: -60px;
      top: -40px;
      width: 170px; }
      .row1 .circle2Align .text2 p {
        margin: 0;
        border: 0;
        padding: 0; }
        @media screen and (max-width: 900px) {
          .row1 .circle2Align .text2 p {
            display: block !important;
            position: static !important;
            margin: 0;
            padding: 0;
            top: 0px;
            left: 0px; } }
      @media screen and (max-width: 900px) {
        .row1 .circle2Align .text2 {
          display: block !important;
          position: static !important;
          margin: 0;
          padding: 0;
          top: 0px;
          left: 0px;
          width: 100%; } }
    .row1 .circle2Align .clr {
      top: -195px;
      left: -60px; }
      @media screen and (max-width: 900px) {
        .row1 .circle2Align .clr {
          display: block !important;
          position: static !important;
          margin: -165px auto 0px;
          padding: 0;
          top: 0px;
          left: 0px; } }
  .row1 .payees {
    position: relative;
    display: inline-block;
    margin-top: 70px;
    text-align: left; }
    @media screen and (max-width: 900px) {
      .row1 .payees {
        display: block;
        width: 80%;
        margin: 50px auto 0px; } }
    .row1 .payees .text {
      display: inline-block;
      width: 220px;
      margin: 0 0 10px 0; }
      .row1 .payees .text .num {
        font-size: 40px; }
      .row1 .payees .text span {
        display: block; }
      @media screen and (max-width: 900px) {
        .row1 .payees .text {
          display: block;
          text-align: center;
          margin: 0 auto 10px; } }
    .row1 .payees .peeps {
      display: inline-block;
      width: 360px; }
      @media screen and (max-width: 900px) {
        .row1 .payees .peeps {
          display: block;
          margin: 0 auto;
          width: 90%; } }
      .row1 .payees .peeps .peep {
        display: inline-block;
        width: 20px;
        height: 40px;
        margin-right: 3px;
        background: transparent url("../img/icon-peep-grey.png") center center no-repeat;
        background-size: 100%;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        transition: all 300ms ease-out; }
        .row1 .payees .peeps .peep.orange {
          background-image: url("../img/icon-peep-orange.png"); }
        .row1 .payees .peeps .peep.grey {
          background-image: url("../img/icon-peep-grey.png"); }
        .row1 .payees .peeps .peep.part2014 {
          background-image: url("../img/icon-peep-part-2014.png"); }
        .row1 .payees .peeps .peep.part2015 {
          background-image: url("../img/icon-peep-part-2015.png"); }
      .row1 .payees .peeps .amount {
        color: grey;
        float: right; }
        @media screen and (max-width: 900px) {
          .row1 .payees .peeps .amount {
            float: none;
            text-align: center; } }
  .row1 .chart2 {
    position: relative;
    display: inline-block;
    width: 760px;
    height: 200px;
    margin: 20px 0 0;
    text-align: left; }
    @media screen and (max-width: 900px) {
      .row1 .chart2 {
        width: 100%;
        margin: 30px 0 0;
        height: auto; } }
    .row1 .chart2 .bigNumber {
      font-size: 72px;
      font-weight: 500;
      padding: 10px 0 0 110px; }
      @media screen and (max-width: 900px) {
        .row1 .chart2 .bigNumber {
          width: 100%;
          padding: 0;
          margin: 0;
          text-align: center; } }
      .row1 .chart2 .bigNumber span {
        font-size: 40px;
        vertical-align: text-top; }
    .row1 .chart2 .label {
      position: relative;
      display: block;
      margin-left: 240px;
      margin-top: -70px; }
      @media screen and (max-width: 900px) {
        .row1 .chart2 .label {
          margin: 0px 10% 0 !important;
          width: 80%;
          padding: 0;
          text-align: center;
          position: relative;
          display: block; } }
      .row1 .chart2 .label span {
        display: block; }

.row2 {
  position: relative;
  background: transparent url("../img/02_row-background.jpg") top center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: white; }
  .row2 .copy {
    display: inline-block;
    max-width: 960px;
    margin: 80px 0;
    padding: 0 160px; }
    @media screen and (max-width: 768px) {
      .row2 .copy {
        max-width: 90%;
        padding: 0 5%;
        margin: 60px 0; } }
  .row2 h2 {
    color: white; }
  .row2 h3 {
    padding-top: 10px;
    font-size: 22px; }
  .row2 p:last-child {
    max-width: 70%;
    margin: 0 auto; }
    @media screen and (max-width: 500px) {
      .row2 p:last-child {
        max-width: 100%;
        padding: 0 5%; } }
  .row2 .butns {
    width: 100%;
    margin: 50px 0;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 500px) {
      .row2 .butns {
        margin: 20px 0;
        width: 100%; } }
  .row2 .butn {
    color: white;
    display: inline-table;
    padding: 5px 20px !important;
    border: 2px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold; }
    @media screen and (max-width: 500px) {
      .row2 .butn {
        display: block;
        margin: 0 auto 20px;
        width: 80%;
        padding: 10px 5%; } }
  .row2 .section:last-child .butn {
    padding: 5px 40px !important; }
    @media screen and (max-width: 500px) {
      .row2 .section:last-child .butn {
        padding: 5px 20px !important; } }
  .row2 .section {
    float: left;
    width: 40%;
    padding: 0 5%;
    font-weight: bold; }
    @media screen and (max-width: 500px) {
      .row2 .section {
        display: block;
        width: 90%;
        float: none; } }
    .row2 .section img {
      width: 50px;
      margin-bottom: 5px;
      display: inline-block; }
    .row2 .section p {
      height: 60px; }
      @media screen and (max-width: 500px) {
        .row2 .section p {
          height: auto; } }
  @media screen and (max-width: 500px) {
    .row2 .section:last-child {
      padding-top: 20px; } }
  .row2 .butn:hover {
    background-color: #1695cd;
    border-color: #1695cd;
    color: white; }
  .row2 .butns a:first-child .section {
    margin-right: 40px; }
  .row2 a.inline {
    text-decoration: underline;
    color: #1695cd; }

.row3, .row4 {
  position: relative;
  background: transparent url("../img/row-3.jpg") top center no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: black; }
  .row3 .copy, .row4 .copy {
    display: inline-block;
    max-width: 960px;
    margin: 80px 0;
    padding: 0 160px; }
    @media screen and (max-width: 768px) {
      .row3 .copy, .row4 .copy {
        max-width: 90%;
        padding: 0 5%;
        margin: 60px 0; } }
  .row3 h2, .row4 h2 {
    max-width: 700px;
    color: black;
    margin: auto; }
  .row3 h3, .row4 h3 {
    font-weight: bold;
    font-size: 50px;
    margin: 0;
    color: white; }
  .row3 img, .row4 img {
    max-width: 960px;
    width: 90%;
    height: auto;
    margin: 30px 0; }
    @media screen and (max-width: 1024px) {
      .row3 img, .row4 img {
        width: 90%;
        padding: 0 5%;
        margin: 30px 0; } }
    @media screen and (max-width: 900px) {
      .row3 img, .row4 img {
        width: 100%;
        padding: 0;
        margin: 30px 0; } }
    @media screen and (max-width: 500px) {
      .row3 img, .row4 img {
        width: 100%;
        padding: 0; } }
  .row3 .twitter-share img, .row4 .twitter-share img {
    width: 100px; }
  .row3 .twitter-share p, .row4 .twitter-share p {
    font-size: .8em; }
  .row3 .butn, .row4 .butn {
    color: #1695cd;
    display: inline-table;
    margin: 30px 0 40px;
    padding: 5px 40px;
    border: 2px solid #1695cd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold; }
    @media screen and (max-width: 500px) {
      .row3 .butn, .row4 .butn {
        display: block;
        margin: 0 auto 20px;
        width: 90%;
        padding: 10px 5%; } }
  .row3 .butn:hover, .row4 .butn:hover {
    background-color: #1695cd;
    color: white; }
  .row3 a.inline, .row4 a.inline {
    text-decoration: underline;
    color: white; }

.row4 {
  background: transparent url("../img/04_row-background.jpg") top center no-repeat;
  background-size: cover;
  color: white; }
  .row4 h2 {
    color: white; }

.row5 {
  background-color: white;
  position: relative;
  text-align: center;
  color: white; }
  .row5.one {
    background-color: white;
    background: transparent url("../img/05_row-background.png") top center no-repeat;
    background-size: cover; }
  .row5.one h2 {
    color: white; }
  .row5.one .copy {
    margin: 80px 0 20px;
    color: white; }
  .row5.two {
    background-size: 100%; }
  .row5.two .copy {
    margin: 60px 0 80px;
    color: black; }
  .row5 .copy {
    display: inline-block;
    max-width: 960px;
    margin: 80px 0;
    padding: 0 160px; }
    @media screen and (max-width: 900px) {
      .row5 .copy {
        max-width: 90%;
        padding: 0 5%;
        margin: 60px 0; } }
  .row5 h2 {
    color: black;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .row5 h2 {
        width: 90%; } }
    @media screen and (max-width: 900px) {
      .row5 h2 {
        width: 80%; } }
    @media screen and (max-width: 500px) {
      .row5 h2 {
        width: 90%; } }
  .row5 p.subscribe {
    width: 70%;
    margin: 0 auto; }
  .row5 img {
    max-width: 960px;
    width: 90%;
    height: auto;
    margin: 30px 0; }
    @media screen and (max-width: 1024px) {
      .row5 img {
        width: 90%;
        padding: 0 5%;
        margin: 30px 0; } }
    @media screen and (max-width: 900px) {
      .row5 img {
        width: 100%;
        padding: 0;
        margin: 30px 0; } }
    @media screen and (max-width: 500px) {
      .row5 img {
        width: 100%;
        padding: 0; } }
  .row5 .butn {
    color: #1695cd;
    display: inline-table;
    padding: 5px 40px;
    border: 2px solid #1695cd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    margin: 30px 0 40px; }
    .row5 .butn.sub {
      color: #f79239;
      border: 2px solid #f79239;
      margin: 25px 0 50px; }
      .row5 .butn.sub:hover {
        background-color: #f79239;
        color: white; }
    @media screen and (max-width: 500px) {
      .row5 .butn {
        display: block;
        margin: 10px auto 40px;
        width: 90%;
        padding: 10px 5%; } }
  .row5 .butn:hover {
    background-color: #1695cd;
    color: white; }
  .row5 .butn2 {
    color: white;
    display: inline-table;
    padding: 5px 40px;
    border: 2px solid white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    margin: 30px 0 40px; }
    @media screen and (max-width: 500px) {
      .row5 .butn2 {
        display: block;
        margin: 10px auto 40px;
        width: 90%;
        padding: 10px 5%; } }
  .row5 .butn2:hover {
    background-color: white;
    color: #1695cd; }
  .row5 .divider {
    padding: 50px 5%;
    width: 90%;
    background: white url("../img/divider.png") center center no-repeat;
    background-image: 100%; }
  .row5 .disclaimer {
    width: 80%;
    background-color: #f79239;
    padding: 30px 10%;
    color: white;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px; }
    .row5 .disclaimer h4 {
      font-size: 24px;
      margin: 15px 0 0; }
  .row5 .socialmedia {
    width: 200px;
    height: 40px;
    margin: 20px auto 20px; }
    .row5 .socialmedia div {
      width: 30px;
      height: 30px;
      font-size: 1em;
      color: #ffffff;
      line-height: 30px;
      float: left;
      margin: 0 2px;
      border-radius: 15px;
      background-color: #57575c; }
    .row5 .socialmedia a {
      line-height: 30px;
      display: inline-block; }
  .row5 .logo {
    width: 200px; }
  .row5 a.inline {
    text-decoration: underline;
    color: #1695cd; }

/*# sourceMappingURL=style.css.map */
