/*
	Outputs classes (.columns-#) for each column <= $nbrOfColumns in _variables.scss
	<div class="columns-6"></div> is 50% width in a 12-column layout
*/
.columns-1, .columns-2, .columns-3, .columns-4, .columns-5, .columns-6, .columns-7, .columns-8, .columns-9, .columns-10, .columns-11, .columns-12 {
  width: 100%; }

@media only screen and (min-width: 64em) {
  .columns-1 {
    float: left;
    width: 8.33333%;
    padding: 0 0.625em; }

  .columns-2 {
    float: left;
    width: 16.66667%;
    padding: 0 0.625em; }

  .columns-3 {
    float: left;
    width: 25%;
    padding: 0 0.625em; }

  .columns-4 {
    float: left;
    width: 33.33333%;
    padding: 0 0.625em; }

  .columns-5 {
    float: left;
    width: 41.66667%;
    padding: 0 0.625em; }

  .columns-6 {
    float: left;
    width: 50%;
    padding: 0 0.625em; }

  .columns-7 {
    float: left;
    width: 58.33333%;
    padding: 0 0.625em; }

  .columns-8 {
    float: left;
    width: 66.66667%;
    padding: 0 0.625em; }

  .columns-9 {
    float: left;
    width: 75%;
    padding: 0 0.625em; }

  .columns-10 {
    float: left;
    width: 83.33333%;
    padding: 0 0.625em; }

  .columns-11 {
    float: left;
    width: 91.66667%;
    padding: 0 0.625em; }

  .columns-12 {
    float: left;
    width: 100%;
    padding: 0 0.625em; } }
@font-face {
  font-family: 'Avenir Regular';
  src: url("../fonts/avenir-webfont.eot");
  src: url("../fonts/avenir-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/avenir-webfont.woff") format("woff"), url("../fonts/avenir-webfont.ttf") format("truetype"), url("../fonts/avenir-webfont.svg#avenir") format("svg"); }
@font-face {
  font-family: 'Questa Sans Regular';
  src: url("../fonts/2-questa_sans_regular-webfont.eot");
  src: url("../fonts/2-questa_sans_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/2-questa_sans_regular-webfont.woff") format("woff"), url("../fonts/2-questa_sans_regular-webfont.ttf") format("truetype"), url("../fonts/2-questa_sans_regular-webfont.svg#2-questa_sans_regular") format("svg"); }
@font-face {
  font-family: 'Avenir Black Regular';
  src: url("../fonts/AvenirLTStd-Black.eot");
  src: url("../fonts/AvenirLTStd-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Black.woff") format("woff"), url("../fonts/AvenirLTStd-Black.ttf") format("truetype"), url("../fonts/AvenirLTStd-Black.svg#AvenirLTStd-Black") format("svg"); }
/*
  ---- ---- ---- ---- RESET STYLESHEET ---- ---- ---- ----
*/
html, body {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1.35em;
  font-family: "Questa Sans Regular", sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
  ---- ---- ---- ---- ALL VIEWPORTS AND SIZES ---- ---- ---- ----
*/
/* BODY */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  width: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  width: 100%;
  font-family: "Questa Sans Regular", sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.35em;
  color: #333333; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Questa Sans Regular", sans-serif;
  line-height: 1.1;
  text-rendering: optimizeLegibility;
  text-shadow: none; }
  h1 *,
  h2 *,
  h3 *,
  h4 *,
  h5 *,
  h6 * {
    line-height: 1.1; }

h1,
.h1 {
  margin-bottom: 0.9em;
  color: #333333;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300; }
  h1 a,
  .h1 a {
    font-weight: 300; }

h2,
.h2 {
  margin-bottom: 0.9em;
  color: #333333;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300; }
  h2 a,
  .h2 a {
    font-weight: 300; }

h3,
.h3 {
  margin-bottom: 0.77143em;
  color: #333333;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300; }
  h3 a,
  .h3 a {
    font-weight: 300; }

h4,
.h4 {
  margin-bottom: 0.77143em;
  color: #333333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300; }
  h4 a,
  .h4 a {
    font-weight: 300; }

h5,
.h5 {
  margin-bottom: 0.675em;
  color: #333333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300; }
  h5 a,
  .h5 a {
    font-weight: 300; }

h6,
.h6 {
  margin-bottom: 0.675em;
  color: 1em;
  font-size: 16px;
  font-size: 1rem; }
  h6 a,
  .h6 a {
    font-weight: 300; }

ol,
ul,
dl {
  margin-bottom: 1.35em;
  line-height: 1.6875em; }

p,
address {
  margin-bottom: 0.675em; }

small {
  font-size: .875em; }

ul,
ol {
  margin-left: 1em;
  padding: 0 0 0 1em; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

li {
  margin: .25em 0; }

blockquote {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  padding-left: 0;
  border-left: 0 solid #cccccc;
  color: gray;
  font-family: "Questa Sans Regular", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 200; }
  blockquote * {
    font-family: "Questa Sans Regular", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 200; }

dl,
dd {
  margin-bottom: 0.675em; }

dt {
  font-weight: bold; }

b,
strong {
  font-weight: bold; }
  b a,
  strong a {
    font-weight: bold; }

i,
dfn,
em {
  font-style: italic; }
  i a,
  dfn a,
  em a {
    font-style: italic; }

u {
  text-decoration: underline; }

ins {
  background-color: #cccccc;
  color: red;
  text-decoration: none; }

mark {
  background-color: #cccccc;
  color: red;
  font-style: italic;
  font-weight: bold; }

pre,
code,
kdb,
samp {
  display: block;
  margin: 1em 0;
  padding: 0.5em;
  background-color: white;
  border: 0;
  font-family: "Source Code Pro", monospace;
  font-size: 0.875em;
  color: #333333; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: middle; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

/* LINKS */
a {
  color: #37c0ce;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #2eb0bd;
    text-decoration: underline;
    border: 0;
    outline: 0; }
  a:visited {
    color: #299da9;
    color: #299da9; }
  a:focus, a:active {
    color: #248a94;
    border: 0;
    outline: 0; }
  a img {
    border: 0;
    outline: 0; }

strong a {
  font-weight: bold; }

/* SELECTION */
::-moz-selection {
  background-color: #cccccc;
  color: white;
  text-shadow: none; }

::selection {
  background-color: #cccccc;
  color: white;
  text-shadow: none; }

/* ELEMENTS */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  background-color: #cccccc; }

img {
  max-width: 100%;
  height: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

figure {
  margin-bottom: 1.35em; }

figcaption {
  display: block;
  margin: .25em 0 0 0;
  padding: 0;
  font-weight: normal; }

/* FORMS */
label {
  font-size: 1.125em;
  color: #333333; }

input[type="text"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="file"],
input[type="password"],
select,
textarea,
.textbox {
  display: block;
  width: 100%;
  width: -moz-calc(100% - .5em);
  width: -webkit-calc(100% - .5em);
  width: calc(100% - .5em);
  padding: 0.375em 1.5em;
  margin-bottom: 1.35em;
  background-color: #e2e2e2;
  border: 1px solid #e2e2e2;
  color: #333333;
  font-size: .875em;
  -webkit-box-shadow: 0.5em 0.125em 0 #d5d5d5;
  -moz-box-shadow: 0.5em 0.125em 0 #d5d5d5;
  box-shadow: 0.5em 0.125em 0 #d5d5d5;
  font-family: "Questa Sans Regular", sans-serif; }
  input[type="text"]:active, input[type="text"]:focus,
  input[type="date"]:active,
  input[type="date"]:focus,
  input[type="time"]:active,
  input[type="time"]:focus,
  input[type="datetime"]:active,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:active,
  input[type="datetime-local"]:focus,
  input[type="url"]:active,
  input[type="url"]:focus,
  input[type="email"]:active,
  input[type="email"]:focus,
  input[type="number"]:active,
  input[type="number"]:focus,
  input[type="search"]:active,
  input[type="search"]:focus,
  input[type="file"]:active,
  input[type="file"]:focus,
  input[type="password"]:active,
  input[type="password"]:focus,
  select:active,
  select:focus,
  textarea:active,
  textarea:focus,
  .textbox:active,
  .textbox:focus {
    outline-color: red; }

input[type="checkbox"],
input[type="radio"] {
  margin: 3px 0;
  padding: 0;
  *width: 13px;
  *height: 13px; }

button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0.5em 1.5em;
  background-color: white;
  -webkit-box-shadow: 0 0.375em 0.25em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0.375em 0.25em rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.375em 0.25em rgba(0, 0, 0, 0.5);
  border: 0.25em solid #333333;
  color: #333333;
  font-family: "Questa Sans Regular", sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase; }
  button.alt,
  .button.alt,
  input[type="button"].alt,
  input[type="submit"].alt,
  input[type="reset"].alt {
    background-color: #333333; }
  button:active, button:focus,
  .button:active,
  .button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus {
    outline-color: none; }
  button:hover, button:focus, button:visited,
  .button:hover,
  .button:focus,
  .button:visited,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:visited,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:visited,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:visited {
    color: #333333;
    text-decoration: none;
    border: 0.25em solid #333333; }

input[type="hidden"] {
  display: none; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: not-allowed; }

::-webkit-input-placeholder {
  color: gray;
  font-size: 0.875em;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Questa Sans Regular", sans-serif;
  line-height: 2; }

:-moz-placeholder {
  color: gray;
  font-size: 0.875em;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Questa Sans Regular", sans-serif;
  line-height: 2; }

::-moz-placeholder {
  color: gray;
  font-size: 0.875em;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Questa Sans Regular", sans-serif;
  line-height: 2; }

:-ms-input-placeholder {
  color: gray;
  font-size: 0.875em;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Questa Sans Regular", sans-serif;
  line-height: 2; }

/* BUTTON SIZES */
.button-xl {
  padding: .875em 1.75em;
  font-size: 1.25em;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box; }

.button-lg {
  padding: .5em 1em;
  font-size: 1em;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box; }

.button-med {
  padding: .375em .75em;
  font-size: .875em;
  line-height: 1em;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box; }

.button-xs {
  padding: .25em .5em;
  font-size: .75em;
  line-height: .875em;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box; }

/* TABLES */
table {
  height: 100%;
  width: 100%;
  margin-bottom: 0.675em;
  background-color: transparent;
  border-spacing: 0; }

th,
td {
  padding: 0.25em;
  vertical-align: middle;
  line-height: 1.35em;
  text-align: left;
  font-size: .875em; }

th {
  font-weight: bold; }

td {
  border-top: 1px solid #cccccc; }

thead th {
  vertical-align: bottom; }

thead:first-child tr:first-child th,
thead:first-child tr-first-child td {
  border-top: 0; }

tbody tr td,
tbody tr th {
  -webkit-transition: background-color 0.25s 0 ease;
  -moz-transition: background-color 0.25s 0 ease;
  -ms-transition: background-color 0.25s 0 ease;
  -o-transition: background-color 0.25s 0 ease;
  transition: background-color 0.25s 0 ease; }

tbody tr:hover td,
tbody tr:hover th {
  background-color: transparent; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #cccccc; }

.wrapper {
  max-width: 960px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden; }

body {
  background: url("../img/background.png"); }

.black--header {
  background: #404041;
  color: white;
  width: 60%;
  font-size: 3.3em;
  text-transform: uppercase;
  font-family: 'Avenir Black Regular';
  margin: 0 auto;
  text-align: center;
  padding: 3% 0 2% 0;
  margin-bottom: -3%;
  z-index: 100;
  position: relative;
  max-width: 625px; }

.general--image {
  margin: 5% auto;
  display: block; }

.shadow {
  -webkit-box-shadow: 13px 13px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 13px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 13px 13px 0px rgba(0, 0, 0, 0.2);
  width: 80%;
  margin: 5% auto;
  display: block;
  transform: translate(0%, 5%); }

.shadow.animate {
  transform: translate(0%, 0%);
  transition-property: 'transform';
  transition-duration: 1s; }

#globe--shadow, #meteor, #globe {
  transition-property: 'all';
  transition-duration: 2s; }

a:hover {
  text-decoration: none;
  opacity: 1; }

.versus {
  height: 0;
  padding-bottom: 30%; }

#versus--background {
  z-index: 0;
  position: absolute;
  top: 0; }

#versus {
  z-index: 10;
  position: absolute;
  top: 0; }

.tape {
  margin: 0 auto -6% auto;
  position: relative;
  z-index: 1000;
  opacity: 0;
  width: 18%;
  display: block; }

.tape.animate {
  opacity: .5; }

#no--margin {
  width: 50%;
  padding-top: .5%; }

.contact {
  padding-bottom: .5%; }

.next {
  z-index: 1000; }

.previous {
  z-index: 1000; }

#last--page {
  margin-bottom: 3%;
  margin-top: -3%; }

@media only screen and (max-width: 36.5em) {
  .next {
    position: fixed;
    bottom: 5em;
    right: 3%;
    width: 12%; }

  .previous {
    position: fixed;
    bottom: 5em;
    left: 3%;
    width: 12%; }

  .black--header {
    width: 100%;
    font-size: 1.7em; } }
@media only screen and (min-width: 36.5em) {
  .next {
    float: right;
    position: fixed;
    bottom: 5%;
    right: 5%; }

  .previous {
    float: left;
    position: fixed;
    bottom: 5%;
    left: 5%; }

  .black--header {
    width: 85%;
    font-size: 3.3em; } }
#devices {
  margin-bottom: -2.5%;
  width: 90%;
  margin-left: 5%; }

.black--header {
  background: #404041;
  color: white;
  text-transform: uppercase;
  font-family: 'Avenir Black Regular';
  margin: 0 auto;
  text-align: center;
  padding: 3% 0 2% 0;
  margin-bottom: -3%;
  margin-top: -4%;
  z-index: 100;
  position: relative; }

.pdf {
  text-transform: uppercase;
  text-align: center;
  margin-top: 3%;
  font-size: 20px; }

.pdf span {
  font-size: 14px; }

p {
  font-size: 16px; }

h1 {
  padding: 1% 0 1% 10%;
  font-family: 'Avenir Black Regular';
  color: #299da9; }

h2 {
  font-family: 'Avenir Regular';
  text-transform: uppercase;
  color: #37c0ce;
  margin: 5% 0 0 0;
  background: white;
  display: inline-block;
  font-size: 2em;
  padding: 1% 0 1% 10%; }

h3 {
  background: white;
  display: inline-block;
  font-size: 2em;
  padding: 1% 0 1% 10%; }

h4 {
  background: #404041;
  color: white;
  font-family: 'Avenir Black Regular';
  text-transform: uppercase;
  padding: 1% 0 1% 10%;
  font-size: 1em;
  margin: 0 0 3% 0; }

#shorter {
  width: 44%;
  margin: 0; }

#longer {
  width: 48%; }

@media only screen and (max-width: 36.5em) {
  h1 {
    font-size: .6em; }

  .header--title {
    padding-left: 2%; }

  h2 {
    width: 60%; }

  h3 {
    width: 90%; }

  h4 {
    width: 70%; }

  li {
    margin: .75em 0;
    font-size: .9em; }

  li span {
    display: block; } }
@media only screen and (min-width: 36.5em) {
  h2 {
    width: 40%; }

  h3 {
    width: 57%; }

  h4 {
    width: 35%; } }
@media only screen and (min-width: 36.5em) {
  .header--title {
    font-size: 5em; } }
@media only screen and (max-width: 36.5em) {
  .header--title {
    font-size: 2.4em; } }
.header--title {
  text-transform: uppercase;
  margin-top: 10%; }

.header--first--line {
  padding-top: 1%;
  font-family: 'Avenir Black Regular'; }

.header--second--line {
  font-family: 'Avenir Black Regular'; }

.header--first--line, .header--second--line {
  background: white;
  display: inline-block;
  -webkit-box-shadow: 13px 13px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 13px 13px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 13px 13px 0px rgba(0, 0, 0, 0.2);
  padding-right: 3%;
  padding-left: 3%; }

.header--first--line span {
  color: #37c0ce; }

header img {
  margin: 0 auto;
  display: block; }

/*
.main--section {
	margin-top: 3em;
}

    .section--header {
        background: rgba(0,0,0,.2);
        margin-bottom: 1rem;
        padding: .5rem 0;
        text-align: center;

        h1 {
            margin-bottom: 0;
        }
    }

    .section--content {
        padding: 0 1em;
        margin-bottom: 3em;
    }

        .section--graphic {
            text-align: center;
        }

@media only screen and (min-width: 36.5em) {
	.body--main {
		@include flexbox();
		@include flexbox-justify-content(space-between);
		@include flexbox-align-items(flex-start);
		@include flexbox-flex-wrap(wrap);
        padding: 1em;
	}

        .main--section {
            @include css3-calc('width', '25% - .75em');
        }

        .main--section_full {
            width: 100%;
        }

            .section--content {
                padding: 0;
            }

    // Use both .no-flexbox.no-flexboxlegacy if you're not using flexbox-wrap, because all flexbox mixins except flexbox-wrap() work in all flexboxlegacy browsers.
	// In 3 months, all supported versions of browsers will support flexbox-wrap
	// We also fallback to no-flexbox for IE9 because it's easy.
	.no-flexbox {
		.main--section {
			display: block;
			@include clearfix();
		}
	}

}*/
@media only screen and (max-width: 36.5em) {
  .table--of--contents ul {
    width: 90%; } }
@media only screen and (min-width: 36.5em) {
  .table--of--contents ul {
    width: 70%; } }
.data--viz {
  background: url("../img/data-viz.png");
  background-position: center top;
  background-size: 175%;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 35%; }

.table--of--contents {
  font-family: 'Questa Sans Regular';
  background: white;
  font-size: 1.5em;
  z-index: 10;
  color: black; }

.table--of--contents ul {
  margin: 0 auto;
  padding: 10% 0; }

.table--of--contents li {
  display: block; }

.table--of--contents span {
  font-family: 'Avenir Black Regular';
  text-transform: uppercase;
  color: #37c0ce;
  margin-right: 2%; }

.table--of--contents a, .table--of--contents a:hover, .table--of--contents a:visited {
  text-decoration: none;
  color: black;
  font-weight: 100; }

.infographic--text {
  max-width: 1000px;
  padding: 0 10%;
  margin: 0 auto; }

@media only screen and (min-width: 36.5em) {
  #tablet--arm, #phone--arm, #phone, #hand, #tablet, #keyboard--hand, #mouse, #mouse--hand {
    transition-property: 'all';
    transition-duration: 1s;
    transform: 'scale(0.24)'; }

  #mobile--header {
    display: none; } }
@media only screen and (max-width: 36.5em) {
  #devices {
    display: none; } }
#tablet {
  opacity: 0; }

.header--second--line {
  margin-top: -1%; }

.no-pointerevents #devices {
  display: none; }

.no-pointerevents #worldSVG {
  display: none; }

.pointerevents #comet {
  display: none; }

.no-pointerevents #mobile--header {
  display: block; }

.body--footer {
  position: relative;
  padding: 1em 0 0 0;
  *zoom: 1; }
  .body--footer:before, .body--footer:after {
    display: table;
    content: ""; }
  .body--footer:after {
    clear: both; }

@media only screen and (min-width: 36.5em) {
  .footer--logo {
    float: right;
    width: 15rem;
    font-size: .75em; } }
.share-options {
  padding: 1em 0;
  margin: 0 auto;
  width: 268px; }
  .share-options a {
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-right: 10px; }

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