/* 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,Utkal,sans-serif; }
  body * {
    box-sizing: border-box; }

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

/* ------------ 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;
  position: relative;
  margin: 0 auto; }
  .share-container .share-bar {
    width: auto;
    display: inline-block;
    float: none;
    padding: 0; }
    .share-container .share-bar li.share-button {
      width: 35px;
      height: 35px;
      float: right;
      margin-left: 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("https://cdn.cnn.com/cnn/.e/img/4.0/interactive/sharebar/email.png");
        background-size: 35px 35px; }
      .share-container .share-bar li.share-button.facebook {
        background: url("https://cdn.cnn.com/cnn/.e/img/4.0/interactive/sharebar/facebook.png");
        background-size: 35px 35px; }
      .share-container .share-bar li.share-button.twitter {
        background: url("https://cdn.cnn.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); }

/*---------------
TABLET
---------------*/
/* md 10 screen and (min-width: 30em) */
@media screen and (min-width: 30em) {
  .share-container {
    width: 150px;
    position: relative;
    margin-left: 0px;
    clear: both;
    margin: 0 auto; }
    .share-container .share-bar {
      width: auto;
      display: inline-block;
      float: left;
      padding-bottom: 15px; }
      .share-container .share-bar li.share-button {
        width: 35px;
        height: 35px;
        float: right;
        margin-left: 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("https://cdn.cnn.com/cnn/.e/img/4.0/interactive/sharebar/email.png");
          background-size: 35px 35px; }
        .share-container .share-bar li.share-button.facebook {
          background: url("https://cdn.cnn.com/cnn/.e/img/4.0/interactive/sharebar/facebook.png");
          background-size: 35px 35px; }
        .share-container .share-bar li.share-button.twitter {
          background: url("https://cdn.cnn.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); } }
/*---------------
DESKTOP
---------------*/
/* lg 12 screen and (min-width: 48em) */
@media screen and (min-width: 48em) {
  .share-container {
    width: 150px;
    margin: 0 auto; }
    .share-container .share-bar {
      width: auto;
      display: inline-block;
      float: right; }
      .share-container .share-bar li.share-button {
        width: 35px;
        height: 35px;
        float: right;
        margin-left: 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("https://cdn.cnn.com/cnn/.e/img/4.0/interactive/sharebar/email.png");
          background-size: 35px 35px; }
        .share-container .share-bar li.share-button.facebook {
          background: url("https://cdn.cnn.com/cnn/.e/img/4.0/interactive/sharebar/facebook.png");
          background-size: 35px 35px; }
        .share-container .share-bar li.share-button.twitter {
          background: url("https://cdn.cnn.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); } }
/* Project-level vars */
.cnnquiz-question__video {
  display: block;
  margin: 20px auto;
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .cnnquiz-question__video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0; }
  .cnnquiz-question__video.response {
    height: auto !important;
    padding-bottom: 20px !important; }
  .cnnquiz-question__video .cnnquiz-response {
    width: 100%;
    height: 100%;
    background-color: #1a1a1a; }
    .cnnquiz-question__video .cnnquiz-response__info {
      padding: 20px; }
      .cnnquiz-question__video .cnnquiz-response__info h3 {
        text-align: center;
        font-size: 3em;
        display: block;
        font-weight: 300;
        line-height: 1em;
        margin: 0;
        text-transform: capitalize; }
        .cnnquiz-question__video .cnnquiz-response__info h3.correct {
          color: #6fb22d; }
        .cnnquiz-question__video .cnnquiz-response__info h3.incorrect {
          color: #ee373b; }
      .cnnquiz-question__video .cnnquiz-response__info h2 {
        font-weight: 300;
        color: #fefefe;
        font-size: 1.5em;
        text-align: center; }
      .cnnquiz-question__video .cnnquiz-response__info p {
        text-align: center;
        margin-top: 5px;
        font-style: italic;
        padding: 0;
        color: #bfbfbf; }
    .cnnquiz-question__video .cnnquiz-response .btn-next {
      position: relative;
      text-align: center;
      cursor: pointer;
      color: #fefefe;
      font-weight: 300;
      font-size: 1.25em;
      padding: 15px 40px;
      background-color: #2ab3f9;
      border-radius: 8px;
      display: block;
      width: 250px;
      margin: 0 auto; }
      .cnnquiz-question__video .cnnquiz-response .btn-next:after {
        content: "\00bb";
        font-weight: 300; }
.cnnquiz-question #begin-quiz {
  text-align: center;
  width: 250px;
  background-color: #259cd8;
  border-radius: 8px;
  border: 1px solid #404040;
  padding: 20px;
  font-size: 1.25em;
  color: #fefefe;
  font-weight: 300;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -ms-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear; }
.cnnquiz-question .cnnquiz-input .answer {
  width: 100%;
  padding: 10px;
  background-color: #2ab3f9;
  border: 1px solid #006598;
  border-radius: 8px;
  font-weight: 300;
  font-size: 1.25em;
  float: none;
  margin-bottom: 8px;
  text-align: center;
  color: #fefefe;
  cursor: pointer;
  -webkit-transition: background 0.25s linear;
  -moz-transition: background 0.25s linear;
  -ms-transition: background 0.25s linear;
  -o-transition: background 0.25s linear;
  transition: background 0.25s linear; }
  .cnnquiz-question .cnnquiz-input .answer:nth-child(odd) {
    margin-right: initial; }
  .cnnquiz-question .cnnquiz-input .answer:hover {
    color: #737373; }
  .cnnquiz-question .cnnquiz-input .answer.correct {
    color: #fff;
    background-color: #6fb22d;
    border-color: #404040; }
  .cnnquiz-question .cnnquiz-input .answer.incorrect {
    color: #fff;
    background-color: #ee373b;
    border-color: #404040; }
  .cnnquiz-question .cnnquiz-input .answer.disabled {
    background-color: #737373;
    border-color: #404040; }
.cnnquiz-question .cnnquiz-question__number {
  color: #f2f2f2;
  font-style: italic; }
.cnnquiz-question .btn-submit {
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 900;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 auto 40px;
  color: #40a9c7;
  display: block;
  clear: both;
  text-align: center;
  width: 309px;
  height: 49px;
  line-height: 49px; }
.cnnquiz-question .cnnquiz-results-container {
  margin-bottom: 20px;
  position: relative; }
  .cnnquiz-question .cnnquiz-results-container .results-text {
    margin-top: -10px;
    width: 100%;
    padding: 10px;
    position: relative; }
    .cnnquiz-question .cnnquiz-results-container .results-text h2 {
      margin-left: 20px;
      font-size: 1.75em;
      text-align: center;
      color: #fefefe; }
  .cnnquiz-question .cnnquiz-results-container .cnnquiz-share-cta {
    position: relative;
    font-size: 1.2em;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #f2f2f2;
    padding-top: 10px; }

/* md 10 screen and (min-width: 30em) */
@media screen and (min-width: 30em) {
  .cnnquiz-question__video {
    display: block;
    max-width: 780px;
    margin: 20px auto;
    height: 0;
    padding-bottom: 56.25%; }
    .cnnquiz-question__video video {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .cnnquiz-question__video.response {
      height: 0 !important;
      padding-bottom: 56.25% !important; }
    .cnnquiz-question__video .cnnquiz-response {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
      .cnnquiz-question__video .cnnquiz-response__info {
        padding: 20px;
        margin: 40px auto;
        width: 75%; }
        .cnnquiz-question__video .cnnquiz-response__info h3 {
          display: block;
          line-height: 2em;
          margin: 0; }
        .cnnquiz-question__video .cnnquiz-response__info h2 {
          padding: 0;
          margin: 0;
          font-size: 1.2em; }
        .cnnquiz-question__video .cnnquiz-response__info p {
          font-style: italic; }
      .cnnquiz-question__video .cnnquiz-response .btn-next {
        position: relative;
        text-align: center;
        cursor: pointer;
        color: #fefefe;
        font-weight: 300;
        font-size: 1.25em; }
  .cnnquiz-question .btn-submit {
    font-size: 1.5em;
    line-height: 49px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0px;
    cursor: pointer;
    margin: 84px 5% 40px auto;
    color: #40a9c7;
    display: block;
    clear: both;
    text-align: center;
    position: relative; }
  .cnnquiz-question .cnnquiz-input .answer {
    width: 48%;
    padding: 20px;
    float: left;
    margin-bottom: 4%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.25s linear;
    -moz-transition: background 0.25s linear;
    -ms-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear; }
    .cnnquiz-question .cnnquiz-input .answer:nth-child(odd) {
      margin-right: 4%; }
    .cnnquiz-question .cnnquiz-input .answer:hover {
      color: #737373; }
    .cnnquiz-question .cnnquiz-input .answer.correct {
      color: #fff;
      background-color: #6fb22d; }
    .cnnquiz-question .cnnquiz-input .answer.incorrect {
      color: #fff;
      background-color: #ee373b; }
  .cnnquiz-question .cnnquiz-results-container {
    margin-bottom: 80px;
    position: relative; }
    .cnnquiz-question .cnnquiz-results-container .results-text {
      margin-top: 30px;
      width: 100%;
      padding: 10px 20px;
      position: relative; }
      .cnnquiz-question .cnnquiz-results-container .results-text h2 {
        margin-left: 20px;
        font-size: 2em;
        font-weight: 300;
        color: #f2f2f2;
        text-align: center; }
    .cnnquiz-question .cnnquiz-results-container .cnnquiz-share-cta {
      font-size: 1.2em;
      vertical-align: middle;
      text-align: center;
      text-transform: uppercase;
      font-weight: 900; } }
/* Optional (uncomment if needed) */
/* @import "buttons"; */
html {
  -webkit-text-size-adjust: 100%; }

body {
  background-image: url("../media/bg-cnn-quiz-show.jpg");
  background-color: #000000;
  background-repeat: no-repeat;
  background-size: 100% auto; }

a {
  text-decoration: none;
  color: #40a9c7; }

.cnn-outbrain-container {
  width: 100%;
  padding: 40px 0;
  background-color: #f2f2f2; }

.cnnquiz-container {
  margin: 20px auto;
  background: rgba(0, 0, 0, 0.6); }

.cnnquiz-headline {
  font-weight: 300;
  position: relative;
  display: inline-block;
  font-size: 1.65em;
  color: #fff; }

.cnnquiz-intro {
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
  color: #fefefe;
  font-size: 1em; }

/* md 10 screen and (min-width: 30em) */
@media screen and (min-width: 30em) {
  .cnnquiz-headline {
    font-weight: 300;
    position: relative;
    display: inline-block;
    font-size: 2.25em; }

  .cnnquiz-intro {
    font-weight: 300;
    margin: 0 0 20px 0;
    padding: 0; } }
/* lg 12 screen and (min-width: 48em) */
@media screen and (min-width: 48em) {
  .cnnquiz-container {
    max-width: 780px;
    margin: 40px auto;
    background: rgba(0, 0, 0, 0.6); }

  .cnnquiz-headline {
    font-weight: 300;
    position: relative;
    display: inline-block;
    font-size: 3em;
    margin-left: 20px; }

  .cnnquiz-intro {
    font-weight: 300;
    margin: 0 0 20px 20px;
    padding: 0; } }

/*# sourceMappingURL=quiz-show.css.map */
