/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}

/* HTML5 display definitions    ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
canvas,
progress,
video,
iframe {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}

/* Links    ========================================================================== */
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics    ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
li {
  margin-bottom: 12px;
}

/* Embedded content    ========================================================================== */
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content    ========================================================================== */
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms    ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}

/* Tables    ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.share-box .social {
  margin: 0;
  padding: 4px 0;
  list-style: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
* {
  max-height: 1000000px;
}
body {
  color: #fff;
  background: #000;
  font: 1.25rem/1.2 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
.gm-style img {
  max-width: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "MetaPro-CondBold", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: normal;
  margin: 0 0 0.15em;
  color: inherit;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 30px;
}
h2,
.h2 {
  font-size: 27px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 21px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 15px;
}
p {
  margin: 0 0 1em;
}
a {
  color: #39f;
}
a:hover,
a:focus {
  text-decoration: none;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #333;
}
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #999;
}
select {
  -webkit-border-radius: 0;
}
textarea {
  resize: vertical;
  vertical-align: top;
}
button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

/*Retina graphics!*/
#wrapper {
  margin: 0 auto;
  overflow: hidden;
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  font-family: "MetaPro-CondMedi", "Helvetica Neue", "Helvetica", sans-serif;
  z-index: 20;
  pointer-events: none;
}
#header .logo {
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: auto;
}
#header .logo img {
  width: 100%;
  height: 100%;
  display: block;
}

#header.shrink .has-drop-down {
  height: 40px;
}
#logo-mini {
  margin-top: 16px;
  margin-left: 14px;
  display: none;
}
.header-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  pointer-events: none;
}
.header-left-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  pointer-events: none;
}
.header-left-bar a {
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  pointer-events: auto;
}
.region {
  margin-left: 20px;
  display: none;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.region a {
  text-transform: uppercase;
  text-decoration: none;
  color: #333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: auto;
}
.region a:hover {
  opacity: 0.5;
}
.header-right-bar {
  font-size: 12px;
  font-weight: 300;
  margin-right: 17px;
}
.header-right-bar i {
  color: #fff;
  margin-right: 8px;
  display: block;
  float: left;
  font-size: 14px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.header-right-bar i:hover {
  opacity: 0.5;
}
.header-right-bar a {
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: auto;
}
.header-right-bar a:hover {
  opacity: 0.5;
}

.align-bottom {
  position: absolute;
  bottom: 10px;
  width: calc(100% - 24px);
  z-index: 10;
}
.arrows {
  width: 30px;
  height: 20px;
  display: block;
  margin: 0 auto;
}

.warning {
  font: 0.9em/1.4 "MetaPro-Norm", "Helvetica Neue", "Helvetica", sans-serif;
  background-color: #fee;
  border: 1px solid #c00;
  color: #900;
  padding: 0.5em 1em;
  margin-bottom: 2em;
}

/* Page navigation  =================================== */

#page-nav {
  position: sticky;
  overflow-x: scroll;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0px;
  overflow: auto;
  z-index: 100;
  background-color: #000;
  scrollbar-width: thin;
  scrollbar-color: #555 #222;
}

#page-nav::-webkit-scrollbar {
  height: 3px;
}

#page-nav::-webkit-scrollbar-track {
  background: #222;
  border-radius: 2px;
}

#page-nav::-webkit-scrollbar-thumb {
  background: #555;
  border-radius: 2px;
}

#scroll-left,
#scroll-right {
  position: fixed;
  top: 0px;
  width: 100px;
  height: 100px;
}
#scroll-left {
  left: 0px;
}

#scroll-right {
  right: 0px;
}

#page-nav ul {
  list-style: none;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 900px;
  max-width: 100%;
  margin: 20px 0 10px;
  padding: 0px;
  position: relative;
  z-index: 1;
}
#page-nav li {
  display: inline-block;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  line-height: 0;
  white-space: nowrap;
}
#page-nav a {
  font: 1em/1 "MetaPro-Bold", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 5px 15px;
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
  transition: 0.5s opacity;
}
#page-nav a.current {
  opacity: 1;
}

@media (min-width: 768px) {
  #page-nav a {
    font: 1.25em/1.4 "MetaPro-Bold", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 10px 30px;
  }
}

/* Page Contents  =================================== */

article {
  position: relative;
  padding: 0;
  margin: 0 auto;
}

.scrolly {
  position: relative;
}

figure {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  margin: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  min-height: 100vh;
}

figure::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  z-index: 5;
  background-color: rgb(0, 0, 0, 0);
  transition: 1s background-color;
  pointer-events: none;
}
figure.dark::before {
  background-color: rgb(0, 0, 0, 0.6);
}

.intro,
.poster {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  height: 100vh;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  pointer-events: auto;
  overflow: hidden;
}

.credit {
  font-family: "MetaPro-Norm";
  position: absolute;
  bottom: 10px;
  font-size: 0.9rem;
  text-shadow: 0 0 15px #000;
  color: rgb(200, 200, 200);
}
@media (min-width: 768px) {
  .credit {
    right: 10px;
  }
}

#show {
  margin-top: -50vh;
}

#show .poster {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step {
  color: #fff;
  font: 16px/1.5 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
  z-index: 10;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 120rem;
}

.step:last-child {
  margin-bottom: 0;
}

.step h4,
.step p {
  padding: 0 1.5rem 0 2.25rem;
  text-shadow: 0 0 15px #000;
}
.step h4 {
  font-size: 24px;
}

h2 {
  text-align: center;
  font-family: "MetaPro-Bold";
  font-size: 50px;
  line-height: 1.1;
}
.section-intro {
  text-shadow: 0 0 20px #000;
  padding: 1rem;
  font-family: "MetaPro-Medi";
  opacity: 0;
  width: 100%;
  max-width: 65ch;
}
.section-intro  p {
  margin: 0 auto;
}
@media (min-width: 768px) {
  h2 {
    font-size: 90px;
    max-width: calc(100% - 20px);
  }
}

/* Content Cells  =================================== */

.cell {
  margin: 30px;
  opacity: 0;
  transition-delay: 1.5s;
  transition: opacity 2s;
}
.cell.photo {
  margin-top: 20px;
}
.cell.photo img {
  display: block;
  width: 100%;
  height: auto;
}

.source {
  padding-top: 12px;
  font-size: 15px;
}
.quote-box {
  padding: 10px;
  font-size: 20px;
}
.cell.visible {
  opacity: 1;
}
.quote,
.source {
  font-family: "MetaPro-Bold";
}

.author {
  padding-left: 20px;
  font-family: "MetaPro-Norm";
}
.researcher {
  font-size: 20px;
  color: rgb(200, 200, 200);
  font-family: "MetaPro-Norm";
}

.gray {
  color: rgb(200, 200, 200);
}

.quote {
  margin-left: 20px;
}
.emdash {
  margin-left: -20px;
  line-height: 1;
  margin-top: 10px;
  display: inline-block;
}
.left-quote {
  margin-left: -20px;
  font-size: 40px;
  line-height: 0;
  margin-top: 10px;
  display: inline-block;
  top: 15px;
  left: 0px;
  position: relative;
}

/* Hero montage  =================================== */

#opener,
#montage {
  width: 100%;
  overflow: visible;
  position: relative;
}

#opener {
  position: absolute;
  top: 0px;
  left: 0px;
}

#montage .image-group {
  opacity: 0;
  animation: mymove 18s infinite;
  margin: 0px;
  padding: 4px;
  position: relative;
}
#montage .image-group img {
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}

#montage .image-group img:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 4px;
  opacity: 0;
  z-index: 1;
  animation: imageswap 36s infinite;
}
@keyframes imageswap {
  0% {
    opacity: 0;
  }
  49.9999% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes mymove {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* timing */

#montage .image-group:nth-of-type(1),
#montage .image-group:nth-of-type(1) img:nth-of-type(1) {
  animation-delay: 0s;
}
#montage .image-group:nth-of-type(2),
#montage .image-group:nth-of-type(2) img:nth-of-type(1) {
  animation-delay: 6s;
}
#montage .image-group:nth-of-type(3),
#montage .image-group:nth-of-type(3) img:nth-of-type(1) {
  animation-delay: 12s;
}
#montage .image-group:nth-of-type(4),
#montage .image-group:nth-of-type(4) img:nth-of-type(1) {
  animation-delay: 0s;
}
#montage .image-group:nth-of-type(5),
#montage .image-group:nth-of-type(5) img:nth-of-type(1) {
  animation-delay: 6s;
}
#montage .image-group:nth-of-type(6),
#montage .image-group:nth-of-type(6) img:nth-of-type(1) {
  animation-delay: 12s;
}
#montage .image-group:nth-of-type(7),
#montage .image-group:nth-of-type(7) img:nth-of-type(1) {
  animation-delay: 0s;
}
#montage .image-group:nth-of-type(8),
#montage .image-group:nth-of-type(8) img:nth-of-type(1) {
  animation-delay: 6s;
}
#montage .image-group:nth-of-type(9),
#montage .image-group:nth-of-type(9) img:nth-of-type(1) {
  animation-delay: 12s;
}
#montage .image-group:nth-of-type(10),
#montage .image-group:nth-of-type(10) img:nth-of-type(1) {
  animation-delay: 0s;
}
#montage .image-group:nth-of-type(11),
#montage .image-group:nth-of-type(11) img:nth-of-type(1) {
  animation-delay: 6s;
}
#montage .image-group:nth-of-type(12),
#montage .image-group:nth-of-type(12) img:nth-of-type(1) {
  animation-delay: 12s;
}
#montage .image-group:nth-of-type(13),
#montage .image-group:nth-of-type(13) img:nth-of-type(1) {
  animation-delay: 0s;
}
#montage .image-group:nth-of-type(14),
#montage .image-group:nth-of-type(14) img:nth-of-type(1) {
  animation-delay: 6s;
}

/* size */

#montage .image-group:nth-of-type(1),
#montage .image-group:nth-of-type(2),
#montage .image-group:nth-of-type(5),
#montage .image-group:nth-of-type(6),
#montage .image-group:nth-of-type(12),
#montage .image-group:nth-of-type(15) {
  width: 40%;
}

#montage .image-group:nth-of-type(3),
#montage .image-group:nth-of-type(4),
#montage .image-group:nth-of-type(10),
#montage .image-group:nth-of-type(11),
#montage .image-group:nth-of-type(13) {
  width: 30%;
}
#montage .image-group:nth-of-type(7),
#montage .image-group:nth-of-type(8),
#montage .image-group:nth-of-type(9),
#montage .image-group:nth-of-type(14) {
  width: 60%;
}

@media (min-width: 768px) {
  #montage .image-group:nth-of-type(1),
  #montage .image-group:nth-of-type(2),
  #montage .image-group:nth-of-type(5),
  #montage .image-group:nth-of-type(6),
  #montage .image-group:nth-of-type(10),
  #montage .image-group:nth-of-type(11),
  #montage .image-group:nth-of-type(12) {
    width: 20%;
  }

  #montage .image-group:nth-of-type(3),
  #montage .image-group:nth-of-type(4),
  #montage .image-group:nth-of-type(13) {
    width: 30%;
  }
  #montage .image-group:nth-of-type(7),
  #montage .image-group:nth-of-type(8),
  #montage .image-group:nth-of-type(9),
  #montage .image-group:nth-of-type(14) {
    width: 40%;
  }
}

/* Tablet and other responsive tweaks  =================================== */

@media (min-width: 568px) {
  .cell {
    max-width: calc(50% - 30px);
  }
  #montage .image-group {
    max-width: calc(50% - 30px);
    height: auto;
  }
}

@media (min-width: 768px) {
  .cell {
    max-width: calc(50% - 100px);
  }

  .quote-box {
    max-width: calc(33.333% - 100px);
    padding: 1rem;
  }
  #montage .image-group {
    width: 32%;
    height: auto;
  }
}

/* Region coding  =================================== */

.latin-america .left-quote,
.latin-america .right-quote,
.latin-america .emdash {
  color: #00a000;
}
.latin-america {
  background-color: #00a00016;
  border: 1px solid #00a00099;
}

.north-america .left-quote,
.north-america .right-quote,
.north-america .emdash {
  color: #00c8ff;
}
.north-america {
  background-color: #00c8ff16;
  border: 1px solid #00c8ff99;
}

.eca .left-quote,
.eca .right-quote,
.eca .emdash {
  color: #ffc800;
}
.eca {
  background-color: #ffc80016;
  border: 1px solid #ffc80099;
}

.africa .left-quote,
.africa .right-quote,
.africa .emdash {
  color: #ff7800;
}
.africa {
  background-color: #ff780016;
  border: 1px solid #ff780099;
}

.mena .left-quote,
.mena .right-quote,
.mena .emdash {
  color: #5000ff;
}
.mena {
  background-color: #5000ff16;
  border: 1px solid #5000ff99;
}

.asia .left-quote,
.asia .right-quote,
.asia .emdash {
  color: #ff0050;
}
.asia {
  background-color: #ff005016;
  border: 1px solid #ff005099;
}

/* Hero text  =================================== */

.step.text {
  max-width: 50rem;
  font-family: "MetaPro-Medi";
  margin-top: 50vh;
  margin-bottom: 50vh;
}
.text p {
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.6);
}

.desktop {
  display: none;
}

.content-holder {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  z-index: 4;
  padding: 1rem;
  text-align: center;
  max-width: 50rem;
  margin: 0px auto;
  display: flex;
  align-items: center;
}

#splash {
  min-height: 100vh !important;
  display: flex;
  align-items: center;
}

h1 {
  font-family: "MetaPro-CondXbold", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 3em;
  line-height: 1;
  font-weight: regular;
  text-shadow: 0 0 15px #000;
}
h3 {
  font-family: "MetaPro-CondMedi", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1.6em;
  margin-top: 0px;
  line-height: 1.2;
  margin-bottom: 0.9em;
  font-weight: regular;
  text-shadow: 0 0 15px #000;
}

.content-holder p {
  opacity: 0.8;
}

/* Social share  =================================== */

.has-drop-down {
  z-index: 1;
  overflow: hidden;
  height: 80px;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.share-box {
  background: #fff;
  opacity: 0.94;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  padding: 14px;
  width: 100%;
  max-width: 1280px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  letter-spacing: 0.14em;
  padding: 14px 10px 11px 14px;
  overflow: hidden;
  z-index: 10;
  pointer-events: auto;
}
.share-box .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.share-box .social li {
  margin-right: 5px;
}
.share-box .social li:last-child {
  margin-right: 0;
}
.share-box a {
  display: inline-block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.share-box a:hover {
  opacity: 0.5;
}
.share-box i {
  font-size: 18px;
  color: #333;
}
.share-box .blue-box {
  width: 18px;
  height: 18px;
  background: #007bc6;
  margin-right: 14px;
}
.share-box .left-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
}

/* mobile */

@media (min-width: 568px) {
  .mobile-only {
    display: none;
  }
}

@media (min-width: 768px) {
  .step {
    font: 25px/1.5 "Georgia", "Times New Roman", "Times", "Baskerville", serif;
  }

  #header .logo {
    width: 80px;
    height: 80px;
  }
  .content-holder.step {
    width: 100%;
  }
  .content-holder {
    max-width: 53ch;
    padding-bottom: 71px;
  }
  h1 {
    font-size: 60px;
  }
}
@media (min-width: 920px) {
  .desktop {
    display: block;
  }
  .content-holder {
    line-height: 1.5;
    opacity: 1;
    font-size: 24px;
  }
  .content-holder p {
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .content-holder {
    padding-bottom: 72px;
  }
  h1 {
    font-size: 72px;
    line-height: 1;
  }
}
@media (min-width: 1600px) {
  .content-holder {
    padding-bottom: 78px;
    line-height: 1.45;
    font-size: 26px;
  }
  h1 {
    line-height: 1;
  }
}

@media print {
  * {
    background: none !important;
    color: #000 !important;
  }

  #header {
    position: static !important;
    width: 80% !important;
    width: 100% !important;
    margin: 0 auto;
  }
  .content-holder {
    padding-top: 30px;
    padding-bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .content-holder p {
    margin-bottom: 0 !important;
  }
  .text {
    padding: 0 !important;
  }
}
