/* Required */
/*  ------------------------------------------------------------------
  
@library :      CNN Grid System - SASS
@version :      0.0.0.1
@description :  System for managing breakpoints and
	            responsive grid columns.

@author :       Kenneth Uzquiano (kenneth.uzquiano@gmail.com)

------------------------------------------------------------------ */
    /*  BASE VALUES
		-----------
		All default values for generating the grid can be found in the
		'lib/vars' file. They can also be overidden by the project's vars file.
		Here is a brief description of what each variable within this file does.
		These variables are global, as they need to be used from mixin to mixin,
		but are calculated at each grid change, thus, do not need to be initialized.
		
		    $grid-id :              Active grid id
		    $grid-active :          Active grid
		    $grid-columns :         Number of columns in active grid
		    $grid-column-width :    Width of a column based on units below
		    $grid-query :           Media query for active grid
		    $grid-full-width :      Full width of active grid
    */
    /*  -------------------------------
	                MIXINS
		-------------------------------

		@mixin :                @mixin breakpoint( $breakpointId: mobile )
		@description :          Define active grid by id
		@param $breakpointId :  Id of grid to activate (default : mobile)
		@param $retina :        Include media queries for retina displays (default : false)
    */
/* 20px */
    /*  
    	@mixin :                @mixin grid-col( $col: 1 )
		@description :          Calculate widths of grid columns based on px, ems, or %
		@param $col :           Number of columns to calculate width (default : 1)
		@param $fluid :         Calculate using percentages vs em / px (default : true)
	*/
/*
	@mixin :                @mixin grid-row( $fluid: true )
	@description :          Define a row to house columned elements
	@param $fluid :         Calculate using percentages vs em / px (default : true)
*/
/*
	---------------------------------
	           FUNCTIONS
	---------------------------------
*/
/*
	@function :         -fn-findGridById( $gridID: mobile )
	@description :      Define active grid by id
	@param $gridId :    Id of grid to activate
*/
/*
	@function :         -fn-setGridProperties($p_grid)
	@description :      Set properties based on active grid
	@param $p_grid :    Grid to use to set properties
*/
/*
	@function :         -fn-getStaticWidth($col: 1)
	@description :      Calculate and return the static width of columns.
	@param $col :       Number of columns to use to calculate static width.
*/
/*
	@function :         -fn-getFluidWidth($col: 1)
	@description :      Calculate and return the fluid width of columns.
	@param $col :       Number of columns to use to calculate fluid width.
*/
/*
	@function :         -fn-getStaticMargin()
	@description :      Calculate and return the static margin
	@param :            null
*/
/*
	@function :         -fn-getFluidMargin()
	@description :      Calculate and return the fluid margin
	@param :            null
*/
body {
  font-size: 16px;
  font-family: CNN,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0; }
  body * {
    box-sizing: border-box; }

a {
  color: #006598; }

/* Set up flexible containers */
.interactive-container,
.cnn-outbrain,
#comments,
#disqus_thread {
  /*margin: 0 auto;*/
  width: 100%;
  /* max-width: 1100px;*/ }

/* ------------ MOBILE / DEFAULT STYLES ------------ */
h1 {
  font-size: 1.75rem;
  line-height: 1.21429;
  padding: 10px 0 0;
  font-weight: 300;
  margin: 10px 0; }

.metadata {
  color: #737373;
  font-weight: 400;
  font-size: .75rem;
  line-height: 1.5; }
  .metadata p {
    margin-bottom: 0; }
  .metadata__byline {
    font-weight: 700;
    padding-bottom: 0; }
    .metadata__byline a {
      color: #006598; }
  .metadata:after {
    clear: both;
    content: '';
    display: table; }

p {
  padding: 0 10px 18px 0; }

/* ------------ TABLET STYLES ------------ */
/* md 10 screen and (min-width: 30em) */
@media screen and (min-width: 30em) {
  h1 {
    font-size: 3.25rem;
    line-height: 1.07692;
    padding: 10px 0 0;
    font-weight: 300;
    margin: 10px 0; }

  .metadata {
    color: #737373;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.57143; }
    .metadata p {
      margin-bottom: 0; }
    .metadata__byline {
      font-weight: 700;
      padding-bottom: 0; }
      .metadata__byline a {
        color: #006598; }
    .metadata:after {
      clear: both;
      content: '';
      display: table; } }
/* ------------ DESKTOP STYLES ------------ */
/* lg 12 screen and (min-width: 48em) */
@media screen and (min-width: 48em) {
  h1 {
    font-size: 3.875rem;
    line-height: 1.06452;
    padding: 10px 0 0;
    font-weight: 300;
    margin: 10px 0; }

  .metadata {
    color: #737373;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5; }
    .metadata p {
      margin-bottom: 0; }
    .metadata__byline {
      font-weight: 700;
      padding-bottom: 0; }
      .metadata__byline a {
        color: #006598; }
    .metadata:after {
      clear: both;
      content: '';
      display: table; } }
/* CNN Sharebar */
.share-container {
  width: 150px; }
  .share-container .share-bar {
    margin: 0;
    padding: 0; }
    .share-container .share-bar li.share-button {
      width: 35px;
      height: 35px;
      display: inline-block;
      margin-right: 15px;
      cursor: pointer;
      list-style-type: none;
      -webkit-transition: transform 0.5s ease 0s;
      transition: transform 0.5s ease 0s; }
      .share-container .share-bar li.share-button.email {
        background: url("http://i.cdn.turner.com/cnn/.e/img/4.0/interactive/sharebar/email.png");
        background-size: 35px 35px; }
      .share-container .share-bar li.share-button.facebook {
        background: url("http://i.cdn.turner.com/cnn/.e/img/4.0/interactive/sharebar/facebook.png");
        background-size: 35px 35px; }
      .share-container .share-bar li.share-button.twitter {
        background: url("http://i.cdn.turner.com/cnn/.e/img/4.0/interactive/sharebar/twitter.png");
        background-size: 35px 35px; }
      .share-container .share-bar li.share-button:hover {
        transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2); }
      .share-container .share-bar li.share-button:last-child {
        margin-right: 0; }

/*---------------
DESKTOP
---------------*/
/* lg 12 screen and (min-width: 48em) */
@media screen and (min-width: 48em) {
  .share-container {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px; }
    .share-container .share-bar {
      text-align: right; } }
/* Project-level vars */
/* 
    CNN Colors
    based on swatches from Data viz style guide
	https://www.dropbox.com/s/vo2qkfk6ycgndni/Data%20Viz%20Style%20Guide-1.pdf?dl=0
*/
@font-face {
  font-family: 'DIN-Alternate';
  src: url("../fonts/DINBoldAlternate.otf") format("opentype"), url("../fonts/DINBoldAlternate.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'CNNSans Condensed';
  src: url("../fonts/CNNSansW04-CondensedMedium.eot") format("embedded-opentype");
  src: url("../fonts/CNNSansW04-CondensedMedium.woff") format("woff"), url("../fonts/CNNSansW04-CondensedMedium.woff2") format("woff2"), url("../fonts/CNNSansW04-CondensedMedium.svg") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "cnnmoney-icons";
  src: url("../media/fonts/cnnmoney-icons.eot");
  src: url("../media/fonts/cnnmoney-icons.eot?#iefix") format("embedded-opentype"), url("../media/fonts/cnnmoney-icons.woff") format("woff"), url("../media/fonts/cnnmoney-icons.ttf") format("truetype"), url("../media/fonts/cnnmoney-icons.svg?#cnnmoney-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "cnnmoney-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  vertical-align: middle; }

.icon--cnn-money {
  position: relative;
  line-height: 1; }

.icon--cnn-money:before {
  content: "\f109"; }

.icon--cnn-money:after {
  content: "\f124";
  font-size: 1.5em;
  position: absolute;
  top: 0.20em;
  left: 0.778em; }

/* Classes */
.icon--arrow-down:before {
  content: "\f101"; }

.icon--arrow-left:before {
  content: "\f102"; }

.icon--arrow-line-down:before {
  content: "\f103"; }

.icon--arrow-line-up:before {
  content: "\f104"; }

.icon--arrow-right:before {
  content: "\f105"; }

.icon--arrow-up:before {
  content: "\f106"; }

.icon--checkmark:before {
  content: "\f107"; }

.icon--close:before {
  content: "\f108"; }

.icon--cnn-logo:before {
  content: "\f109"; }

.icon--cnn:before {
  content: "\f10a"; }

.icon--comment:before {
  content: "\f10b"; }

.icon--embed:before {
  content: "\f10c"; }

.icon--social-embed:before {
  content: "\f10c"; }

.icon--expand-close:before {
  content: "\f10d"; }

.icon--expand-open:before {
  content: "\f10e"; }

.icon--follow:before {
  content: "\f10f"; }

.icon--globe:before {
  content: "\f110"; }

.icon--home:before {
  content: "\f111"; }

.icon--link:before {
  content: "\f112"; }

.icon--social-link:before {
  content: "\f112"; }

.icon--log-in:before {
  content: "\f113"; }

.icon--log-out:before {
  content: "\f114"; }

.icon--markets-arrow-down:before {
  content: "\f115"; }

.icon--markets-arrow-up:before {
  content: "\f116"; }

.icon--media-end:before {
  content: "\f117"; }

.icon--media-fastforward:before {
  content: "\f118"; }

.icon--media-fullscreen:before {
  content: "\f119"; }

.icon--media-minimize:before {
  content: "\f11a"; }

.icon--media-mute:before {
  content: "\f11b"; }

.icon--media-pause:before {
  content: "\f11c"; }

.icon--media-play:before {
  content: "\f11d"; }

.icon--media-restart:before {
  content: "\f11e"; }

.icon--media-rewind:before {
  content: "\f11f"; }

.icon--media-start:before {
  content: "\f120"; }

.icon--media-stop:before {
  content: "\f121"; }

.icon--media-volume:before {
  content: "\f122"; }

.icon--menu:before {
  content: "\f123"; }

.icon--money:before {
  content: "\f124"; }

.icon--profile:before {
  content: "\f125"; }

.icon--quad-square:before {
  content: "\f126"; }

.icon--quote:before {
  content: "\f127"; }

.icon--rss:before {
  content: "\f128"; }

.icon--search:before {
  content: "\f129"; }

.icon--settings:before {
  content: "\f12a"; }

.icon--share-arrow:before {
  content: "\f12b"; }

.icon--social-android:before {
  content: "\f12c"; }

.icon--social-apple:before {
  content: "\f12d"; }

.icon--social-facebook:before {
  content: "\f12e"; }

.icon--social-googleplus:before {
  content: "\f12f"; }

.icon--social-instagram:before {
  content: "\f130"; }

.icon--social-linkedin:before {
  content: "\f131"; }

.icon--social-mail:before {
  content: "\f132"; }

.icon--social-more:before {
  content: "\f133"; }

.icon--social-pinterest:before {
  content: "\f134"; }

.icon--social-reddit:before {
  content: "\f135"; }

.icon--social-stumbleupon:before {
  content: "\f136"; }

.icon--social-tumblr:before {
  content: "\f137"; }

.icon--social-tvtag:before {
  content: "\f138"; }

.icon--social-twitter:before {
  content: "\f139"; }

.icon--social-vimeo:before {
  content: "\f13a"; }

.icon--social-vine:before {
  content: "\f13b"; }

.icon--social-youtube:before {
  content: "\f13c"; }

.icon--timestamp:before {
  content: "\f13d"; }

.icon--trend-down:before {
  content: "\f13e"; }

.icon--trend-flat:before {
  content: "\f13f"; }

.icon--trend-up:before {
  content: "\f140"; }

.icon--type-audio:before {
  content: "\f141"; }

.icon--type-chart:before {
  content: "\f142"; }

.icon--type-gallery:before {
  content: "\f143"; }

.icon--type-map:before {
  content: "\f144"; }

.icon--type-video-large:before {
  content: "\f145"; }

.icon--type-video:before {
  content: "\f146"; }

/* ==== CSS VIDEO ==== */
@-webkit-keyframes stickyvideo {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes stickyvideo {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes stickyvideo {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes stickyvideo {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.video-container {
  margin-bottom: 20px;
  width: 100%;
  height: 56.25vw;
  max-height: 478.13px; }

.video, .video-inner {
  position: relative;
  width: 100%; }

.video {
  background-color: #000;
  height: 56.25vw;
  max-width: 850px;
  max-height: 478.13px;
  width: 100% !important;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity .5s ease-in-out;
  opacity: 1; }

.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

@media screen and (min-width: 768px) {
  .no-touchevents .vp--video-inner {
    height: 56.25vw;
    max-height: 478px;
    overflow: hidden; }

  .vp--video {
    max-width: inherit; } }
@media screen and (min-width: 1100px) {
  .video {
    width: 850px !important; }

  .no-touchevents .sticky .video-inner {
    position: fixed;
    top: 50px;
    left: 10px;
    z-index: 7;
    max-width: 300px;
    max-height: 169px;
    overflow: hidden; }

  .no-touchevents .sticky .video {
    transition: opacity .5s ease-in-out;
    max-width: 300px;
    max-height: 169px;
    left: 0;
    transform: translateX(0);
    animation: a 1s; } }
/*@media screen and (min-width: 1100px) {

	.interactive-container {
	    & .description {
	      &__doc-title {
	        font-size: 32px;
	      }
	    }
	}
}*/
a {
  text-decoration: none; }

.source {
  font-size: .75rem;
  color: #595959;
  text-align: right; }

/**{border: 1px dotted red;}*/
/* ------------------------------ */
/* ------------------------------ */
/*        COLOR PALETTE           */
/* ------------------------------ */
/* ------------------------------ */
/* ------------------------------ */
/*          BASE STYLES           */
/* ------------------------------ */
* {
  box-sizing: border-box; }

h1, h2, h3 {
  font-family: 'DIN-Alternate', helvetica, arial;
  /*font-family: 'CNNSans Condensed', helvetica, arial;*/
  margin: 0; }

p {
  margin: 0; }

html, body {
  margin: 0;
  padding: 0;
  /*height: 100%;*/ }

ul {
  list-style-type: none;
  margin: 0;
  /*padding: 10px 0;*/ }

ul li {
  list-style-type: none; }

.watch-videos, #terms-section, .recirc-tout {
  display: none; }

.hide {
  visibility: hidden; }

#chapter1, #chapter2, #chapter3, #chapter4, #chapter5, #chapter6, #chapter7 {
  display: none; }

.description {
  display: none; }

.fadeIn {
  opacity: 0; }

.bottom-border {
  width: 0px;
  height: 5px;
  /* padding-top: 10px; */
  margin-top: 5px;
  margin-left: 20px;
  /* background-color: transparent; */ }

.border-fill {
  background-color: #DF3806;
  width: 30px; }

.cvp-video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 20px; }
  .cvp-video div {
    height: auto;
    max-width: 100%;
    width: 100%; }
  .cvp-video video, .cvp-video iframe, .cvp-video object {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/* ------------------------------ */
/* ------------------------------ */
/*          HEADER/NAV            */
/* ------------------------------ */
.header-bar {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  text-transform: uppercase; }
  .header-bar a {
    color: white;
    text-decoration: none; }

[data-animate-header] {
  background-color: #2f2f2f;
  border: solid 0.5px #575757;
  left: 0;
  padding: 0px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 31px;
  -webkit-transition: top 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: top 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: top 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: top 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75); }

.nav-bar p.txtTitle {
  display: none;
  color: white;
  font-family: 'DIN-Alternate';
  font-size: 8px;
  text-transform: uppercase; }

header.nav-bar .nav-item-text a, header.nav-bar .nav-item-text span {
  color: #000000;
  font-size: 11px;
  letter-spacing: .5px; }

.footer, .nav-bar {
  line-height: 0; }

.nav-bar .nav-item-text {
  flex-grow: 1; }
.nav-bar #content-logo {
  padding: 0px;
  max-width: 1100px;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.nav-bar .cnn_tech_logo {
  width: 70px; }
.nav-bar .divided_logo {
  width: 110px; }
.nav-bar .brand-nav-item-logo {
  flex-grow: 0; }
.nav-bar .nav-item-logo {
  flex-grow: 0;
  width: 90px; }
.nav-bar .scrollTitle {
  font-family: 'DIN-Alternate', helvetica, arial;
  font-size: 10px;
  color: #ffffff; }

.nav-item-wrapper {
  width: 35%;
  display: flex;
  justify-content: center;
  align-items: center; }

.nav-item-wrapper .nav-item-social {
  width: 33%;
  display: inline-block;
  border-right: 0.5px solid #575757;
  height: 30px;
  cursor: pointer; }

.nav-item-wrapper .nav-item-social:first-of-type {
  border-left: 0.5px solid #575757; }

.nav-item-wrapper .nav-item-social svg, .nav-item-wrapper .nav-item-social .menu-wrapper .menu-icon {
  margin-left: calc((100% - 20px) / 2);
  margin-top: 6.5px; }

.footer .nav-item-social, .nav-bar .nav-item-social {
  /*width: 27px;*/
  flex-grow: 0; }

.footer .nav-item-social {
  width: 27px; }

.social-media-icons {
  width: 15px; }

.mobile-placeholder-button {
  width: 29px; }

/* Menu icon */
.menu-wrapper {
  position: relative;
  /*right: calc((100% - 20px);*/
  z-index: 3; }

.menu-icon {
  width: 20px;
  height: 16px;
  position: relative;
  /*margin: 0 auto;*/
  top: 9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.menu-icon.active {
  top: 12px; }

.top, .middle, .bottom {
  width: 100%;
  height: 2px;
  background: white;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease; }

.middle {
  margin: 4px 0; }

/* Transform menu icon into close icon */
.active .top {
  -webkit-transform: translateY(4px) translateX(0) rotate(45deg);
  transform: translateY(4px) translateX(0) rotate(45deg); }

.active .middle {
  opacity: 0; }

.active .bottom {
  -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
  transform: translateY(-8px) translateX(0) rotate(-45deg); }

/* Navigation */
.overlay-nav {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background: #0c0c0c;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.6s ease;
  transition: opacity 0.35s, visibility 0.35s, height 0.6s ease; }
  .overlay-nav.active {
    width: 100%;
    height: 100%;
    opacity: 100;
    visibility: visible; }

/* Open navigation */
.nav-content {
  width: 90%;
  height: 100%;
  padding-top: 10%;
  margin: auto; }
  .nav-content ul {
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    .nav-content ul li {
      border-bottom: 1px solid #e9e9e9; }
      .nav-content ul li:last-of-type {
        border-bottom: none; }
    .nav-content ul li a {
      width: 100%;
      padding: 0;
      display: block;
      font-weight: 100;
      font-size: 1.5em;
      letter-spacing: 0.6px;
      text-decoration: none;
      text-transform: uppercase;
      color: white;
      -webkit-transition: all 0.35s ease;
      transition: all 0.35s ease; }

.nav-items-wrapper {
  text-align: center;
  padding: 25px 0px; }
  .nav-items-wrapper .title-wrapper {
    font-family: 'DIN-Alternate', helvetica, arial;
    text-transform: uppercase; }
    .nav-items-wrapper .title-wrapper__title {
      font-size: 20px;
      padding: 0;
      color: #ffffff; }

/* ------------------------------ */
/* ------------------------------ */
/*            END-NAV             */
/* ------------------------------ */
#arrow-left {
  font-size: 18px; }

#arrow-right {
  font-size: 18px;
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.end-nav {
  /*text-align: center;
  padding: 10px;*/
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
  background-color: #ccc;
  box-shadow: 1px -1px 8px 0 rgba(0, 0, 0, 0.16); }

.previous-button {
  position: relative; }

.previous {
  color: #000000;
  float: left;
  padding-top: 10px; }

.next {
  color: #000000;
  float: right;
  padding-top: 10px; }

.right {
  float: right;
  padding-right: 5px;
  padding-left: 10px;
  margin-top: 12px;
  color: #000000; }

.left {
  float: left;
  padding-right: 5px;
  margin-top: 14px;
  padding-left: 10px;
  color: #000000; }

.end-nav-titles {
  font-family: 'DIN-Alternate', helvetica, arial;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700; }

/* ------------------------------ */
/* ------------------------------ */
/*            CONTENT             */
/* ------------------------------ */
#second-nav {
  display: none; }

.divided-we-code {
  display: none; }

#desktop-nav {
  display: none; }

p {
  font-size: 18px; }

@keyframes load {
  100% {
    opacity: 1; } }
.site-loaded {
  overflow-y: auto;
  height: auto;
  padding: 0;
  /*background: #D0D0D0 url(../media/bg.png) repeat-y center center;

    background-color: white;*/ }

.intro-video {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  width: 100%; }

.interactive-container__container-video {
  position: relative;
  overflow: hidden;
  opacity: 0.01;
  animation: load 1.5s 0.8s ease-out forwards; }
  .interactive-container__container-video--GIF {
    background: url(../media/optimized.gif) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
.interactive-container .intro-container__hedline-wrapper {
  position: absolute;
  width: 286.4px;
  /*padding-left: 10px;
  padding-right: 10px;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #000000; }
  .interactive-container .intro-container__hedline-wrapper--logo {
    width: 100%; }
.interactive-container .chapters-hed {
  text-align: center;
  text-transform: uppercase; }
  .interactive-container .chapters-hed__title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.07;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff; }

.article-content {
  max-width: 575px;
  margin: 20px auto;
  line-height: 1.6667;
  width: 95%;
  text-align: left; }
  .article-content__copy--first:first-letter {
    font-family: 'DIN-Alternate', helvetica, arial;
    font-weight: 500;
    text-transform: uppercase;
    float: left;
    font-size: 63px;
    line-height: 48px;
    padding-top: 2px;
    padding-right: 4px;
    clear: both; }
  .article-content__copy--italic {
    font-style: italic; }
  .article-content .story-image-wrapper {
    padding-bottom: 18px; }
    .article-content .story-image-wrapper__story-img {
      margin: 0px auto 5px auto;
      display: block;
      width: 100%; }
      .article-content .story-image-wrapper__story-img--caption {
        font-size: 12px;
        color: #b0b0b0;
        margin: 5px auto 0px auto;
        padding-bottom: 5px;
        border-bottom: solid 1px #e9e9e9; }
  .article-content__subheader-copy {
    font-family: 'DIN-Alternate', helvetica, arial;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    margin: 0; }

.mobile-banner__bgImg-1, .mobile-banner__bgImg-2, .mobile-banner__bgImg-3, .mobile-banner__bgImg-4, .mobile-banner__bgImg-5, .mobile-banner__bgImg-6 {
  min-height: 137px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  background-size: cover; }
.mobile-banner__bgImg-1 {
  background-image: url(//cdn.cnn.com/cnn/2017/images/10/28/intro-mobile.jpg); }
.mobile-banner__bgImg-2 {
  background-image: url(//cdn.cnn.com/cnn/2017/images/10/28/undercover-conservatives-mobile.jpg); }
.mobile-banner__bgImg-3 {
  background-image: url(//cdn.cnn.com/cnn/2017/images/10/28/free-speech-mobile.jpg); }
.mobile-banner__bgImg-4 {
  background-image: url(//cdn.cnn.com/cnn/2017/images/10/28/alt-tech-mobile.jpg); }
.mobile-banner__bgImg-5 {
  background-image: url(//cdn.cnn.com/cnn/2017/images/10/28/red-pill-blue-pill-mobile.jpg); }
.mobile-banner__bgImg-6 {
  background-image: url(//cdn.cnn.com/cnn/2017/images/11/09/sexual-harrassment-mobile.jpg); }

.parallax__bgImg-1, .parallax__bgImg-2, .parallax__bgImg-3 {
  position: relative;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover; }
.parallax__bgImg-1 {
  background-position: initial;
  background-image: url(//cdn.cnn.com/cnn/2017/images/10/28/alt-tech-parallax.jpg);
  min-height: 100vh; }
.parallax__bgImg-2 {
  background-position: center;
  background-image: url(//cdn.cnn.com/cnn/2017/images/10/28/red-pill-parallax.jpg);
  min-height: 100vh; }
.parallax__bgImg-3 {
  background-position: initial;
  background-image: url(//cdn.cnn.com/cnn/2017/images/10/29/divided-parallax.jpg);
  min-height: 40vh; }
.parallax__bgImg-4 {
  background-position: center;
  background-image: url(//cdn.cnn.com/cnn/2017/images/11/09/sexual-harrassment-parallax-opt.jpg);
  min-height: 40vh; }

.parallax-banner .quote-wrapper {
  text-align: left;
  width: 260px; }
.parallax-banner .imgquote {
  width: 100%;
  padding: 15px 0px 20px 15px;
  /*text-align: center;
  padding: 15px 0 20px;
  margin: 0px auto 60px auto;
  position: relative;*/ }
.parallax-banner .imgquote blockquote {
  font-family: 'DIN-Alternate', helvetica, arial;
  margin: 0;
  color: #000000;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: 0;
  text-transform: uppercase;
  /*    position: relative;
      display: inline-block;
      text-align: center;*/ }
.parallax-banner .quote-author {
  padding-top: 10px;
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 1.2px; }
.parallax-banner .divider {
  width: 85px;
  height: 10px;
  background: #afafaf; }

.pullquote {
  position: relative;
  width: 75%; }
  .pullquote__text-quote-wrapper {
    margin: 40px 0px 40px 20px;
    text-align: left; }
  .pullquote .quote {
    width: 35px; }
  .pullquote__textquote-content {
    text-transform: uppercase;
    margin: 0;
    /*font-size: 1em;
    position: relative;
    display: inline-block;
    text-align: center;
    letter-spacing: 1.5px;*/ }
  .pullquote__q-content {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.22;
    letter-spacing: 0;
    padding-top: 10px;
    padding-bottom: 10px; }
  .pullquote__quote-author {
    line-height: 1.6;
    letter-spacing: 1.2px;
    font-size: 12px;
    padding: 0;
    margin-bottom: 7px; }
  .pullquote .divider {
    width: 85px;
    height: 10px;
    background: #DF3806; }

.watch-videos {
  background-color: #f4f4f4;
  padding-bottom: 35px; }
  .watch-videos__title {
    padding-top: 30px;
    font-size: 22px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    text-transform: uppercase; }
  .watch-videos .desktop-vid-content {
    width: 90%;
    padding-top: 35px;
    padding-bottom: 35px;
    margin: auto; }
    .watch-videos .desktop-vid-content ul {
      margin: 0 auto;
      padding: 0;
      list-style: none; }
      .watch-videos .desktop-vid-content ul li a {
        width: 100%;
        padding: 0;
        display: block;
        font-size: 1.5em;
        letter-spacing: 0.6px;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
  .watch-videos .desktop-vid-content-wrapper {
    text-align: left;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .watch-videos .desktop-vid-content-wrapper .main-img-wrapper .nav-img {
      width: 150px;
      height: 85px; }
    .watch-videos .desktop-vid-content-wrapper .title-wrapper {
      text-transform: uppercase; }
      .watch-videos .desktop-vid-content-wrapper .title-wrapper__title {
        font-family: 'DIN-Alternate', helvetica, arial;
        font-size: 14px;
        padding: 0;
        color: #888888;
        font-weight: 500;
        padding-left: 20px; }
      .watch-videos .desktop-vid-content-wrapper .title-wrapper__btm-border {
        height: 5px;
        margin-top: 5px; }

/* ------------------------------ */
/* ------------------------------ */
/*            FOOTER              */
/* ------------------------------ */
.footer .content {
  width: 95%;
  max-width: 575px;
  margin: 0px auto;
  padding: 50px 0px; }
.footer #content-logo {
  width: 95%;
  max-width: 1100px;
  margin: 0px auto;
  padding: 15px 0px 0px 0px; }

.footer, .nav-bar {
  background: #ffffff;
  color: #000000;
  line-height: 0px; }
  .footer .nav, .footer .tech-nav, .nav-bar .nav, .nav-bar .tech-nav {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer .nav-item-logo, .nav-bar .nav-item-logo {
    flex-grow: 1; }
  .footer .footer-item-social, .nav-bar .footer-item-social {
    flex-grow: 0;
    width: 30px; }
    .footer .footer-item-social:hover, .nav-bar .footer-item-social:hover {
      color: #0066a7; }
  .footer--credits-section, .nav-bar--credits-section {
    background: #d8d8d8; }
  .footer--dash, .nav-bar--dash {
    width: 50px;
    height: 10px;
    background: #000000;
    margin-bottom: 35px; }
  .footer h4, .nav-bar h4 {
    font-family: 'DIN-Alternate', helvetica, arial;
    font-size: 24px;
    padding: 0px 0px 25px 0px;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 1.2px; }
  .footer .tech-nav-bar, .nav-bar .tech-nav-bar {
    margin-bottom: 50px; }
  .footer p, .nav-bar p {
    font-size: 13px;
    line-height: 20px;
    color: #777;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: .5px; }
  .footer .credit-title, .nav-bar .credit-title {
    font-weight: 700;
    margin-top: 13px; }

#terms-section {
  background: #000000;
  margin-top: -30px;
  padding-bottom: 55px; }

.float_center {
  display: flex;
  justify-content: center; }

ul.child li.terms {
  float: left; }

.child {
  padding: 10px 0; }

.terms {
  margin-left: 10px; }
  .terms--first {
    margin-left: 0; }

.cnn-copyright {
  margin-top: 15px;
  max-width: 1100px;
  width: 100%;
  margin: 15px auto;
  padding: 15px 0px 0px 0px; }

.social-media-icons-footer:hover {
  fill: #d4d4d4; }

.description-intro {
  font-family: 'DIN-Alternate', helvetica, arial;
  text-transform: uppercase;
  text-align: center;
  color: black;
  line-height: 35px;
  margin-top: 20px; }
  .description-intro__doc-title {
    font-size: 32px;
    padding: 0;
    margin-bottom: 5px; }
  .description-intro__time {
    font-family: 'CNNSans Condensed', helvetica, arial;
    font-size: 12px;
    letter-spacing: 0.8px;
    padding: 0;
    margin-bottom: 20px; }

/* media query for medium screens (tablets) */
@media only screen and (min-width: 768px) {
  .nav-item-wrapper {
    width: 15%; }

  .nav-items-wrapper {
    padding: 50px 0px; }
    .nav-items-wrapper .title-wrapper__title {
      font-size: 30px; }

  .interactive-container .intro-container__hedline-wrapper {
    width: auto; }
    .interactive-container .intro-container__hedline-wrapper--hedline {
      text-transform: uppercase;
      font-size: 70px; }
  .interactive-container .chapters-hed__title {
    font-size: 34px; }

  .mobile-banner__bgImg-1, .mobile-banner__bgImg-2, .mobile-banner__bgImg-3, .mobile-banner__bgImg-4, .mobile-banner__bgImg-5, .mobile-banner__bgImg-6 {
    min-height: 274px; }

  .watch-videos .desktop-vid-content ul {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .watch-videos .desktop-vid-content-wrapper {
    display: block; }
    .watch-videos .desktop-vid-content-wrapper .title-wrapper__title {
      padding: 0;
      text-align: center; }

  .pullquote {
    margin: auto; }
    .pullquote__text-quote-wrapper {
      margin: 40px 0px 40px 0px; }

  .article-content__article-link-copy {
    float: left;
    width: 50%; }
  .article-content__article-link {
    float: right;
    width: 50%; }

  .footer .content {
    max-width: inherit; }

  .bottom-border {
    margin-left: 60px; } }
@media only screen and (max-width: 1023px) and (orientation: landscape) {
  .parallax__bgImg-3 {
    min-height: 100vh; }
  .parallax__bgImg-4 {
    min-height: 100vh; } }
@media only screen and (min-width: 1024px) {
  .desktop-vid-content-wrapper:hover {
    cursor: pointer; }

  .bottom-border {
    margin-top: 5px;
    margin-left: 0px; }

  .desktop-vid-content-wrapper:hover p {
    color: white;
    -webkit-transition: color .75s;
    /* For Safari 3.1 to 6.0 */
    transition: color .75s; }

  .desktop-vid-content-wrapper img, .recirc-vid-content-wrapper img {
    opacity: 1; }

  .desktop-vid-content-wrapper:hover img, .recirc-vid-content-wrapper:hover img {
    opacity: 0.7;
    -webkit-transition: opacity .75s;
    /* For Safari 3.1 to 6.0 */
    transition: opacity .75s; }

  .desktop-vid-content-wrapper:hover .bottom-border {
    width: 30px;
    -webkit-transition: width .75s;
    /* For Safari 3.1 to 6.0 */
    transition: width .75s;
    background: #DF3806; }

  .desktop-vid-content-wrapper:hover .title-wrapper__btm-border {
    width: 30px;
    -webkit-transition: width .75s;
    /* For Safari 3.1 to 6.0 */
    transition: width .75s;
    background: #DF3806; }

  .desktop-vid-content li:hover .title-wrapper__title {
    color: black;
    -webkit-transition: color .75s;
    /* For Safari 3.1 to 6.0 */
    transition: color .75s; }

  #first-nav, #second-nav {
    display: none; }

  #desktop-nav {
    display: block; }

  .description {
    display: block; }

  .mobile-banner__bgImg-1, .mobile-banner__bgImg-2, .mobile-banner__bgImg-3, .mobile-banner__bgImg-4, .mobile-banner__bgImg-5, .mobile-banner__bgImg-6 {
    display: none; }

  .nav-item-wrapper .nav-item-social:hover {
    background-color: #000000; }

  #chapter1, #chapter2, #chapter3, #chapter4, #chapter5, #chapter6, #chapter7 {
    display: none; }

  .nav-item-wrapper {
    width: 10%; }

  .nav-up {
    top: 0; }

  .facebook {
    border-right: 1px solid #e9e9e9; }

  [data-animate-header] {
    border: none;
    height: 40px; }

  .nav-item-wrapper .nav-item-social {
    height: 40px; }

  .nav-item-wrapper .nav-item-social svg, .nav-item-wrapper .nav-item-social .menu-wrapper .menu-icon {
    margin-top: 11.5px; }

  .end-nav {
    position: fixed;
    display: none; }

  .nav-bar .cnn_tech_logo {
    width: 97px; }
  .nav-bar p.title-wrapper__title--long {
    width: 150px; }

  img.nav-img {
    width: 150px;
    height: 150px; }

  /*dropdown nav */
  .dropdown-nav-wrapper {
    flex-grow: 1;
    margin-left: 20px;
    padding-left: 10px;
    border-left: solid 0.5px #575757;
    height: 40px; }
    .dropdown-nav-wrapper .dropdown {
      width: 100%;
      text-align: left;
      top: 5px;
      color: #ffffff; }
      .dropdown-nav-wrapper .dropdown.closed .dropdown-menu {
        margin-top: 0px; }
        .dropdown-nav-wrapper .dropdown.closed .dropdown-menu li {
          height: 0px; }
      .dropdown-nav-wrapper .dropdown.closed .title {
        font-family: 'DIN-Alternate', helvetica, arial;
        border-bottom: none; }
        .dropdown-nav-wrapper .dropdown.closed .title:after {
          margin-top: 0px;
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          -o-transform: rotate(135deg);
          transform: rotate(135deg); }
      .dropdown-nav-wrapper .dropdown .title {
        font-family: 'DIN-Alternate', helvetica, arial;
        /*max-width: 250px;*/
        position: relative;
        font-size: 11px;
        text-transform: uppercase;
        /*height: 40px;*/
        padding: 20px;
        cursor: pointer; }
        .dropdown-nav-wrapper .dropdown .title:after {
          display: block;
          position: absolute;
          left: 0px;
          margin-top: 0px;
          content: "";
          height: 8px;
          top: 13px;
          width: 8px;
          border: 1px solid #bdbdbd;
          border-width: 1px 1px 0 0;
          transform: rotate(315deg); }
      .dropdown-nav-wrapper .dropdown .dropdown-menu {
        position: absolute;
        overflow: hidden;
        max-height: 350px;
        width: 100%;
        right: 0;
        height: 0;
        background-color: #000000;
        top: 40px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-box-sizing: "border-box";
        -moz-box-sizing: "border-box";
        box-sizing: "border-box"; }
      .dropdown-nav-wrapper .dropdown .subwrapper {
        max-width: 1100px;
        margin: auto; }
      .dropdown-nav-wrapper .dropdown ul {
        display: flex;
        justify-content: space-between;
        padding: 0;
        margin: 0;
        width: 100%;
        z-index: 9999; }
        .dropdown-nav-wrapper .dropdown ul li {
          font-family: 'DIN-Alternate', helvetica, arial;
          display: inline-block;
          /*height: 40px;*/
          font-size: 11px;
          line-height: 40px;
          text-transform: uppercase;
          vertical-align: top;
          overflow: hidden;
          cursor: pointer;
          -webkit-transition: margin-top 0.5s, height 0.5s;
          -moz-transition: margin-top 0.5s, height 0.5s;
          transition: margin-top 0.5s, height 0.5s; }
        .dropdown-nav-wrapper .dropdown ul .desktop-vid-content-wrapper .main-img-wrapper .nav-img {
          width: 150px;
          height: 150px; }

  .temp-logo {
    width: 200px;
    margin: 30px 0px; }

  .interactive-container__container-video {
    background-color: #000000; }
    .interactive-container__container-video--dskimg-1 {
      height: 100%;
      background-image: url(//cdn.cnn.com/cnn/2017/images/10/28/intro.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .interactive-container__container-video--dskimg-2 {
      height: 100%;
      background-image: url(//cdn.cnn.com/cnn/2017/images/10/28/undercover-conservative.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .interactive-container__container-video--dskimg-3 {
      height: 100%;
      background-image: url(//cdn.cnn.com/cnn/2017/images/10/28/free-speech.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .interactive-container__container-video--dskimg-4 {
      height: 100%;
      background-image: url(//cdn.cnn.com/cnn/2017/images/10/28/alt-tech.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .interactive-container__container-video--dskimg-5 {
      height: 100%;
      background-image: url(//cdn.cnn.com/cnn/2017/images/10/28/red-pill-blue-pill.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
    .interactive-container__container-video--dskimg-6 {
      height: 100%;
      background-image: url(//cdn.cnn.com/cnn/2017/images/11/09/sexual-harrassment-opt.jpg);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
  .interactive-container .divided-we-code {
    display: block;
    padding-top: 55px;
    padding-bottom: 30px; }
    .interactive-container .divided-we-code__human-special {
      display: block;
      margin: 0 auto;
      width: 260px;
      padding-bottom: 30px; }
    .interactive-container .divided-we-code__divided_logo {
      display: block;
      margin: 0 auto;
      width: 370px; }
  .interactive-container .description {
    font-family: 'DIN-Alternate', helvetica, arial;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    margin-top: 20px; }
    .interactive-container .description__doc-title {
      font-size: 32px;
      padding: 0;
      margin-bottom: 5px; }
    .interactive-container .description__time {
      font-family: 'CNNSans Condensed', helvetica, arial;
      font-size: 9px;
      letter-spacing: 0.8px;
      padding: 0;
      margin-bottom: 20px; }

  .story-image-wrapper {
    width: 775px;
    padding-bottom: 18px; }
    .story-image-wrapper__story-img {
      margin: 0px auto 5px auto;
      display: block;
      width: 100%; }
      .story-image-wrapper__story-img--caption {
        font-size: 10px;
        color: #b0b0b0;
        margin: 5px auto 0px auto;
        padding-bottom: 5px;
        border-bottom: solid 1px #e9e9e9; }

  .article-content__article-link-copy {
    float: left;
    width: 50%; }
  .article-content__article-img {
    width: 100%;
    margin: 0px auto 0px auto;
    display: block; }
  .article-content__float_center {
    margin-top: 5px;
    position: relative;
    text-align: center; }
  .article-content__child {
    position: relative;
    left: 50%;
    display: inline-block; }
    .article-content__child--story-icon {
      width: 20px;
      margin-right: 10px; }
    .article-content__child--author-byline {
      font-family: 'DIN-Alternate', helvetica, arial;
      font-size: 14px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      font-weight: 500; }

  .parallax__bgImg-1, .parallax__bgImg-2, .parallax__bgImg-3, .parallax__bgImg-4 {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    z-index: -1; }
  .parallax__bgImg-1 {
    min-height: 440px; }
  .parallax__bgImg-2 {
    min-height: 440px; }
  .parallax__bgImg-3 {
    min-height: 440px; }
  .parallax__bgImg-4 {
    min-height: 440px; }

  .recirc-tout {
    display: block;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    margin-top: 22px;
    margin-bottom: 40px;
    width: 860px; }
    .recirc-tout__title {
      color: #cf3333;
      font-size: 12px;
      padding-top: 15px;
      letter-spacing: 1.3px;
      text-align: center;
      text-transform: uppercase; }
    .recirc-tout .recirc-vid-content ul {
      margin: 0 auto;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: row;
      align-items: baseline;
      justify-content: space-between; }
      .recirc-tout .recirc-vid-content ul li {
        margin: 7px; }
      .recirc-tout .recirc-vid-content ul li a {
        width: 100%;
        padding: 0;
        display: block;
        font-size: 1.5em;
        letter-spacing: 0.6px;
        text-decoration: none;
        text-transform: uppercase;
        color: white;
        -webkit-transition: all 0.35s ease;
        transition: all 0.35s ease; }
    .recirc-tout .recirc-vid-content-wrapper {
      text-align: left;
      padding: 5px 0px;
      /*display: flex;
      align-items: center;
      justify-content: flex-start;*/ }
      .recirc-tout .recirc-vid-content-wrapper .main-img-wrapper .nav-img {
        width: 130px;
        height: 73px; }
      .recirc-tout .recirc-vid-content-wrapper .title-wrapper {
        text-transform: uppercase; }
        .recirc-tout .recirc-vid-content-wrapper .title-wrapper__title {
          font-family: 'DIN-Alternate', helvetica, arial;
          font-size: 11px;
          padding: 0;
          color: #000000;
          font-weight: 500; }

  .watch-videos .desktop-vid-content ul {
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between; }
  .watch-videos .desktop-vid-content-wrapper {
    display: block; }
    .watch-videos .desktop-vid-content-wrapper .title-wrapper__title {
      text-align: left;
      font-size: 12px; }

  .end-nav-titles {
    font-size: 18px; }

  #arrow-right, #arrow-left {
    font-size: 18px; }

  .left, .right {
    padding-right: 15px; }

  .pullquote {
    width: 780px;
    margin: auto;
    padding: 0;
    margin-bottom: 18px;
    /*&__textquote-content {
        text-transform: uppercase;
        font-size: 1em;
        position: relative;
        display: inline-block;
        text-align: center;
        letter-spacing: 1.5px;
    }*/ }
    .pullquote__text-quote-wrapper {
      margin: 50px 0px 50px 0px; }
    .pullquote .quote {
      width: 50px;
      padding-bottom: 20px; }
    .pullquote .textquote {
      font-family: 'DIN-Alternate', helvetica, arial;
      padding: 0;
      /* font-weight: 500;
       line-height: 1.2;
       letter-spacing: -0.3px;*/
      text-align: left;
      text-transform: uppercase;
      /*padding: 50px 0px 50px 0px;*/ }
    .pullquote__q-content {
      margin: 0;
      font-size: 40px;
      font-weight: 500;
      line-height: 1.2;
      letter-spacing: -0.3px;
      /*letter-spacing: 5px;
      text-transform: uppercase;*/ }
    .pullquote__quote-author {
      /*padding-top: 15px;*/
      font-size: 19px;
      font-stretch: condensed;
      line-height: 1.58;
      letter-spacing: 2.4px; }
    .pullquote .divider {
      padding-top: 10px;
      width: 75px;
      height: 10px;
      background: #DF3806; }

  .parallax-banner .quote-wrapper {
    text-align: left;
    padding-right: 65px; }
  .parallax-banner .quote-wrapper {
    width: 500px; }
  .parallax-banner .imgquote {
    width: 100%;
    padding: 15px 0 15px; }
  .parallax-banner .imgquote blockquote {
    font-size: 62px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 1px;
    text-transform: uppercase; }
  .parallax-banner .quote-author {
    padding-top: 10px;
    font-size: 20px;
    line-height: 1.58;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left; }
  .parallax-banner .divider {
    padding-top: 10px;
    width: 120px;
    height: 20px; }

  .footer {
    /*INTERNET EXPLORER */
    /* Microsoft Edge Browser 12+ (All) - @supports method */ }
    .footer .content {
      max-width: 1100px;
      margin-bottom: 30px; }
    .footer #terms-section {
      margin-top: -30px !important; } }
  @media only screen and (min-width: 1024px) and (-ms-high-contrast: active), only screen and (min-width: 1024px) and (-ms-high-contrast: none) {
    .footer {
      /* IE10+ specific styles go here */ }
      .footer .watch-videos .desktop-vid-content ul {
        flex-direction: row;
        align-items: baseline;
        justify-content: space-around; } }
@media only screen and (min-width: 1024px) {
    @supports (-ms-ime-align: auto) {
      .footer .watch-videos .desktop-vid-content ul {
        flex-direction: row;
        align-items: baseline;
        justify-content: space-around; } } }

/*# sourceMappingURL=long-money.css.map */
