
@font-face {
  font-family: 'Akkurat-Bold';
  src: url('../fonts/Akkurat-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Akkurat-Bold.woff') format('woff'), url('../fonts/Akkurat-Bold.ttf')  format('truetype'), url('../fonts/Akkurat-Bold.svg#Akkurat-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Akkurat';
  src: url('../fonts/Akkurat.eot?#iefix') format('embedded-opentype'),  url('../fonts/Akkurat.woff') format('woff'), url('../fonts/Akkurat.ttf')  format('truetype'), url('../fonts/Akkurat.svg#Akkurat') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Didot-Italic';
  src: url('../fonts/Didot-Italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/Didot-Italic.woff') format('woff'), url('../fonts/Didot-Italic.ttf')  format('truetype'), url('../fonts/Didot-Italic.svg#Didot-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

*,
*:after,
*:before {
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}

html {
    font-size:62.5%;
}
body {
  background-color: #000;
  color:#000;
  font-family: 'Akkurat', Helvetica;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  opacity: 1;
  filter:alpha(opacity=100);
  visibility: visible;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
body, html {
  height: 100%!important;
  width: 100%;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
h1, h2, h3, h4, h5, h6, p, dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1.6rem;
  }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3 {
  font-style: normal;
  font-weight: normal;
  line-height: 1.35;
  }

.h0 {
  font-size: 9rem;
  line-height: 7.8rem;
}
h1, .h1 {
  font-size: 2.6rem;
  line-height: 2rem;
}
h2, .h2 {
  font-size: 5.2rem;
}
h3, .h3 {
  font-size: 4.6rem;
  line-height: 5.2rem;
}
h4, .h4 {
  font-size: 3.2rem;
  line-height: 3.6rem;
}
h5, .h5 {
  font-size: 2.4rem;
}
h6, .h6 {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
@media only screen and (min-width:768px) {
  h1, .h1 {
    font-size: 5rem;
  }
}
@media only screen and (min-width:1028px) {
  h1, .h1 {
    font-size: 7.6rem;
  }
}
@media only screen and (min-width:1240px) {
  h1, .h1 {
    font-size: 9.6rem;
  }
}

video {
  float:right;
}

ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
  
a {
  text-decoration:none;
  color:#000;
  -webkit-transition: color .2s ease; 
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    color:#ee0488;
}
a:focus {
    outline:0;
}
a:hover,
a:active {
    outline:0;
}

a:visited {
  color:#fd8bcc;
}

a:visited:hover {
  color:#c90373;
}

p {
  font-size: 1.6rem;
  line-height: 2.1rem;
  margin-top: 0;
  margin-bottom: 1.6rem;
}

.small {
  font-size: 1.2rem;
  line-height: 1.9rem;
}
.pointer {
  cursor: pointer;
}
.didot {
  font-family: 'Didot-Italic', Times;
}
.no-scroll {
  overflow: hidden;
}

/*------------------------------------*\
    Reusable classes
\*------------------------------------*/
.hide {
  display: none!important;
}
.show {
  display: table!important;
}
.content {
  background-color: #fff;
  opacity: 1;
  filter:alpha(opacity=100);
  visibility: visible;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.obfuscate {
  opacity: 0;
  filter:alpha(opacity=0);
  visibility: hidden;
}
.rounded {
  -moz-border-radius: 1.6rem;
  -webkit-border-radius: 1.6rem;
  border-radius: 1.6rem;
}

/* postitioning */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.center {
  text-align: center;
}
.right-align {
  text-align: right;
}
.left-align {
  text-align: left;
}
.right {
  float: right;
}
.b0 {
  bottom: 0;
}
.l0 {
  left: 0;
}

/* layout */
.full-width {
  width: 100%;
}
.wrap {
  margin: 0 auto;
}
.clearfix {
  overflow: hidden;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.container {
  max-width: 64rem;
  width: 100%;
}
@media only screen and (min-width:1280px) {
  .container {
    max-width: 128rem;
  }
}

.table {
  display: table;
  width: 100%;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.vert-top {
  vertical-align: top;
}
.vert-bottom {
  vertical-align: bottom;
}
.block {
  display: block;
}
.inbl {
  display: inline-block;
}
.full-height {
  height: 100%;
}
.pl-3 {
  padding-left: .3rem;
}
.pl-5 {
  padding-left: .5rem;
}
.pr-5 {
  padding-right: .5rem;
}
.pb-5 {
  padding-bottom: .5rem;
}
.pt-5 {
  padding-top: .5rem;
}
.p-5 {
  padding: .5rem;
}
.pl1 {
  padding-left: 1rem;
}
.pr1 {
  padding-right: 1rem;
}
.pr2 {
  padding-right: 2rem;
}

@media only screen and (min-width:768px) {
  .col {
    float: left;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-1 {
    width: 8.33%;
  }
}

.italic {
  font-style: italic;
}
.bold {
  font-family: 'Akkurat-Bold', Helvetica;
  font-weight: normal;
}
.caps {
  text-transform: uppercase;
}
.white {
  color: #fff;
}
a.white:visited {
  color: #fff;
}
.black {
  color: #000;
}
.light-gray {
  color: #dadada;
}
.pink {
  color: #ee0488;
}
.dark {
  color: #151515;
}
.bg-dark {
  background-color: #151515;
}
.bg-black {
  background-color: #000;
}
.bg-white {
  background-color: #fff;
}
.bg-pink {
  background-color: #ee0488;
}


.p1 {
  padding: 1rem;
}
.pl1 {
  padding-left: 1rem;
}
.pt1 {
  padding-top: 1rem;
}
.px1 {
  padding-right: 1rem;
  padding-left: 1rem;
}
.pb1 {
  padding-bottom: 1rem;
}
.py1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.p2 {
  padding: 2rem;
}
.pl2 {
  padding-left: 2rem;
}
.pt2 {
  padding-top: 2rem;
}
.pt3 {
  padding-top: 3rem;
}
.px2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb2 {
  padding-bottom: 2rem;
}
.pb4 {
  padding-bottom: 4rem;
}
.p3 {
  padding: 3rem;
}
.p4 {
  padding: 4rem;
}
.pt4 {
  padding-top: 4rem;
}
.mb0 {
  margin-bottom: 0;
}
.mb1 {
  margin-bottom: 1rem;
}
.mb4 {
  margin-bottom: 4rem;
}
.mt2 {
  margin-top: 2rem;
}
.ml3 {
  margin-left: 3rem;
}
.m2 {
  margin: 2rem;
}
.mx2 {
  margin-left: 2.7rem;
  margin-right: 2.7rem;
}

.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.z4 {
  z-index: 4;
}
.z5 {
  z-index: 5;
}

.bb {
  border-bottom-width: .1rem;
  border-bottom-style: dashed;
  border-bottom-color: #bbb;
}
.bt {
  border-top-width: .1rem;
  border-top-style: dashed;
  border-top-color: #bbb;
}
.bt-solid {
  border-top-width: .1rem;
  border-top-style: solid;
  border-top-color: #bbb;
}
.bl {
  border-left-width: .1rem;
  border-left-style: dashed;
  border-left-color: #bbb;
}
.br {
  border-right-width: .1rem;
  border-right-style: dashed;
  border-right-color: #bbb;
}
@media only screen and (min-width:640px) {
  .br-tablet {
    border-right-width: .1rem;
    border-right-style: dashed;
    border-right-color: #bbb;
  }
}
@media only screen and (min-width:1280px) {
  .br-desktop {
    border-right-width: .1rem;
    border-right-style: dashed;
    border-right-color: #bbb;
  }
}

.icon-5 {
  width: .5rem;
}
.tools .icon-5 {
  position: relative;
  top: -.5rem;
}
.icon-8 {
  width: .8rem;
}
.tools .icon-8 {
  position: relative;
  top: -.3rem; 
}
.icon-10 {
  width: 1rem;
}
.tools .icon-10 {
  position: relative;
  top: -.2rem; 
}
.icon-14 {
  width: 1.4rem;
}
.icon-20 {
  width: 2rem;
}
.icon-26 {
  width: 2.6rem;
}

.tracked-out {
  letter-spacing: normal;
}

/*------------------------------------*\
    Custom classes
\*------------------------------------*/
.splash-screen {
  /*background-color: rgba(0,0,0,.9);*/
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: scroll;
  opacity: 0;
  filter:alpha(opacity=0);
  visibility: hidden;
  padding: 2rem 2rem 4rem;
  -webkit-transition: all .6s ease; 
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.splash-video {
  width: 275px;
  height: 225px;
}
.splash-intro {
  font-size: 1.8rem;
  line-height: 2.4rem;
  max-width: 60rem;
  margin: 0 auto 4rem;
}
.splash-arrow {
  width: 4rem;
  position: relative;
}

.splash-screen.showing {
  opacity: 1;
  filter:alpha(opacity=100);
  visibility: visible;
  -webkit-transition: all .6s ease; 
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
}
.flourish {
  display: none;
}

.quotes {
  background-image: url(../img/tweetbackground_m.png);
  background-position: center;
  background-size: cover;
}
.margin-vid {
  margin-bottom: 2rem;
}
@media only screen and (min-width:768px) {
  .splash-video {
    width: 572px;
    height: 372px;
  }
  .margin-vid {
    margin-bottom: 4rem;
  }
  .pad-subhead {
    padding: 2rem 0 0;
  }
  .flourish {
    display: block;
  }
  .quotes {
    background-image: url(../img/tweetbackground.png);
  }
  .pad-extra {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .splash-arrow {
    position: absolute;
    top: 50%;
    right: 8rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.pad-route {
  padding-top: .4rem;
  padding-bottom: .4rem;
}
.pad-tools {
  padding-top: .8rem;
  padding-bottom: .8rem;
  min-height: 3.1rem;
}
.pad-quantitative {
  padding-bottom: 1.6rem;
}
.width-car {
  width: 10.6rem;
}
.width-hours {
  width: 12rem;
}
.width-people {
  width: 13.3rem;
}
.down-2 {
  position: relative;
  top: .2rem;
}
.infographics {
  letter-spacing: -.1rem;
  font-size: 1.2rem;
}
.info-module,
.info-module-2 {
  text-align: left;
}
.bt-black {
  border-top: .1rem solid #000;
}
.info-module {
  width: 32rem;
}
.info-module-2 {
  width: 64rem;
}
.people-desktop {
  display: none;
}
.people-mobile {
    display: inline-block;
  }
@media only screen and (min-width:640px) {
  .people-desktop {
    display: inline-block;
  }
  .people-mobile {
    display: none;
  }
}
.header {
  position: relative;
}
.footer {
  background: rgb(62,62,62); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(62,62,62,1) 0%, rgba(86,86,86,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,62,62,1)), color-stop(100%,rgba(86,86,86,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(62,62,62,1) 0%,rgba(86,86,86,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(62,62,62,1) 0%,rgba(86,86,86,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(62,62,62,1) 0%,rgba(86,86,86,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(62,62,62,1) 0%,rgba(86,86,86,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#565656',GradientType=0 ); /* IE6-9 */
  font-size: 1.4rem;
  line-height: 4.7rem;
  position:relative;
  z-index: 1000;
}
.view-all-trigger {
  display: none;
  width: 18rem;
  height: 6.6rem;
}
.view-all-trigger img:nth-child(2) {
  display: none;
}
.view-all-trigger.active img:first-child {
  display: none;
}
.view-all-trigger.active img:nth-child(2) {
  display: block;
}
.all-vids {
  background: rgb(86,86,86); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(86,86,86,1) 0%, rgba(69,69,69,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,86,86,1)), color-stop(100%,rgba(69,69,69,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(69,69,69,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(69,69,69,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(86,86,86,1) 0%,rgba(69,69,69,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(86,86,86,1) 0%,rgba(69,69,69,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#454545',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .4);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .4);
  display: none;
}

.tablet-cell {
  display: block;
}

@media only screen and (min-width:768px) {
  .header {
    min-height: 13.8rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .header-cell {
    display: table-cell;
    vertical-align: middle;
  }
  .pad-header {
    padding-top: 13.8rem;
  }
  .all-vids {
    display: block;
  }
  .view-all-trigger {
    display: block;
  }
  .tablet-cell {
    display: table-cell;
    vertical-align: middle;
  }
}


@media only screen and (min-width:480px) {
  .all-vids {
    display: none;
    height: 48rem;
    overflow: scroll;
  }
}
.comment-left {
  position: absolute;
  top: 100%;
  left: 2rem;
}
.comment-right {
  position: absolute;
  top: 100%;
  right: 2rem;
}

.credit {
  font-size: 1.3rem;
}
.subhead {
  font-family: 'Akkurat-Bold', Helvetica;
  font-weight: normal;
  font-size: 2.9rem;
  line-height: 2.5rem;
}

.emojis {
  line-height: 1rem;
  margin-top: -1.5rem;
  padding-bottom: 7.7rem;
  padding-left: 3rem;

}

.qsframe {
  margin-bottom: 1rem;
}

.map {
    padding-bottom: 1.8rem;
}

#mapoverlay {
    background: rgb(237, 0, 140);
    color:#ffffff;
    margin-top: -0.25rem;
    width: 100%;
    height: 0rem;
    z-index: -1;
}

.mapcta {
  font-family: 'Akkurat-Bold', Helvetica;
  font-size: 2rem;
  line-height: 1.6rem;
  color: #FFFFFF;
  padding: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1rem;
  padding-top: 1rem;
}

.insta {
  margin-top: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  background-color: #ed008c;
  background-image: url(../img/pattern.png);
}
.boldtitle {
  font-family: 'Akkurat-Bold', Helvetica;
  font-weight: normal;
  line-height: 6rem;
  color: #fff;
  margin: 0;
}
.instagram {
  display: none;
}

@media only screen and (min-width:768px) {
  .instagram {
    display: block;
  }
  .boldtitle {
    line-height: 12rem;
    margin-top: -0.25rem;
    margin-bottom: 0;
  }
  .subhead {
    padding-top: 0.5rem;
    margin-bottom: -1.5rem;
    font-family: 'Akkurat-Bold', Helvetica;
    font-weight: normal;
    font-size: 4.5rem;
    line-height: 8rem;
  }
  .emojis {
    font-size: 6rem;
    line-height: 1.5rem;
    margin-top: 1.9rem;
  }
  .qsframe {
    padding-top: 0.35rem;
    padding-left: 1rem;
    padding-right: 0.25rem;
    margin-bottom: 1rem;
  }
  .map {
    /*-webkit-filter: grayscale(100%);*/
    margin-bottom: -1rem;
  }
  #mapoverlay {
    background: rgb(237, 0, 140);
    mix-blend-mode: multiply;
    color:#ffffff;
    margin-top: 7rem;
    position: absolute;
    width: 25rem;
    height: 19.5rem;
    z-index: 1;
  }
  .mapcta {
    font-family: 'Akkurat-Bold', Helvetica;
    font-size: 2.5rem;
    line-height: 2rem;
    color: #FFFFFF;
    padding-left: 2rem;
    padding-right: 1.5rem;
    padding-top: 1.5rem;
  }
  .insta {
    padding-top: 1.6rem;
    padding-bottom: 1.25rem;
    margin-top: 2rem;
    background-color: #ed008c;
    background-image: url(../img/pattern.png);
  }
}
.tweets {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  float: left;
}

.tweettext {
  padding-left: 3.5rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
  position: relative;
  font-size: 1.5rem;
  line-height: 3rem;
}

