/* 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: 300px;
  position: relative;
  margin-left: -15px; }
  .share-container .share-bar {
    width: auto;
    display: inline-block;
    float: none; }
    .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: 300px;
    position: relative;
    margin-left: -15px;
    clear: both;
    margin-top: 0px; }
    .share-container .share-bar {
      width: auto;
      display: inline-block;
      float: none;
      padding: 0;
      margin: 0 0 16px 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); } }
/*---------------
DESKTOP
---------------*/
/* lg 12 screen and (min-width: 48em) */
@media screen and (min-width: 48em) {
  .share-container {
    width: 300px;
    float: right;
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 0px; }
    .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 */
/* 
    CNN Colors
    based on swatches from Data vis style guide
    (http://docs.turner.com/display/cnndxg/Data+Visualisation+style+guide)
*/
a {
  text-decoration: none;
  color: #006598; }

.dateline {
  font-weight: bold; }

body {
  margin: 0; }

.ad-container {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  margin: 1em 0;
  padding: .4em 0 1em 0; }

.cnn-outbrain {
  margin-top: 60px; }

.d-intro-full-bleed {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  position: relative;
  height: auto;
  padding-bottom: 0;
  z-index: 25; }
  .d-intro-full-bleed .gradient {
    display: none; }
  .d-intro-full-bleed .d-intro-hed-container {
    display: block;
    margin: 0 auto;
    width: 95%;
    position: relative;
    bottom: initial;
    left: initial;
    color: #404040;
    z-index: 25; }
    .d-intro-full-bleed .d-intro-hed-container .d-intro-hed {
      width: 100%; }
      .d-intro-full-bleed .d-intro-hed-container .d-intro-hed .d-intro-headline {
        font-size: 36px; }
      .d-intro-full-bleed .d-intro-hed-container .d-intro-hed p {
        font-weight: 300;
        font-size: 20px;
        line-height: 26px;
        color: #8C8C8C; }
        .d-intro-full-bleed .d-intro-hed-container .d-intro-hed p span {
          display: block;
          font-size: 16px;
          line-height: 1.5em;
          padding-top: 15px;
          color: #A6A6A6; }
          .d-intro-full-bleed .d-intro-hed-container .d-intro-hed p span:before {
            width: 120px;
            height: 1px;
            background-color: #D9D9D9;
            display: block;
            margin: 15px 0;
            content: " "; }
  .d-intro-full-bleed img {
    width: 100%;
    height: auto;
    z-index: 20; }

.d-photo {
  display: block;
  margin: 0 auto; }
  .d-photo:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .d-photo .d-caption {
    color: #8C8C8C;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 40px 0;
    margin: 10px 0 0; }
    .d-photo .d-caption span.bold {
      font-weight: bold; }
  .d-photo.mid {
    padding-top: 24px; }
  .d-photo.full-width {
    width: 100%; }
    .d-photo.full-width img {
      width: 100%;
      height: auto; }
  .d-photo.standard {
    width: 100%;
    max-width: 940px; }
    .d-photo.standard img {
      width: 100%;
      height: auto; }
  .d-photo .full-width {
    margin-bottom: 15px; }
    .d-photo .full-width img {
      width: 100%;
      height: auto; }
  .d-photo .half,
  .d-photo .large,
  .d-photo .small {
    width: 100%; }
    .d-photo .half img,
    .d-photo .large img,
    .d-photo .small img {
      width: 100%;
      height: auto; }

.d-pullquote {
  display: block;
  width: 100%;
  max-width: 620px;
  margin: 14px auto 30px auto; }
  .d-pullquote:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .d-pullquote blockquote {
    color: #8C8C8C;
    font-weight: 300;
    font-size: 32px;
    line-height: 40px;
    padding: 0;
    margin: 0; }
    .d-pullquote blockquote:after {
      width: 120px;
      height: 1px;
      background-color: #D9D9D9;
      display: block;
      margin: 15px 0;
      content: " "; }
  .d-pullquote cite {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    color: #8C8C8C;
    font-style: normal; }

h2.d-body-subhed {
  margin: 0 auto;
  width: 100%;
  max-width: 620px;
  margin-bottom: 1rem;
  margin-top: 2rem; }

p.d-body-copy {
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  padding: 0 0 16px 0;
  margin: 0 auto;
  color: #404040;
  width: 100%;
  max-width: 620px; }
  p.d-body-copy.dateline {
    font-size: 0.95em;
    font-style: italic; }
  p.d-body-copy.last {
    padding: 0; }
  p.d-body-copy.end {
    padding-bottom: 50px; }

hr {
  width: 120px;
  height: 1px;
  border: 0;
  border-color: #D9D9D9;
  background-color: #D9D9D9;
  color: #D9D9D9;
  display: block;
  margin: 10px auto 26px auto; }

h3 {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  font-size: 22px;
  padding: 0 0 16px 0;
  font-weight: bold;
  color: #404040; }

.editors-note {
  margin: 0 auto;
  width: 100%;
  max-width: 620px;
  padding-bottom: 12px; }
  .editors-note p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0 auto;
    color: #8C8C8C;
    width: 100%;
    max-width: 620px; }
  .editors-note:after {
    width: 120px;
    height: 1px;
    background-color: #D9D9D9;
    display: block;
    margin: 15px 0;
    content: " "; }

.d-body-credits {
  position: relative;
  padding-top: 30px;
  margin: 0 auto;
  color: #8C8C8C;
  width: 100%;
  max-width: 620px; }
  .d-body-credits p {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 16px 0;
    margin: 0 auto;
    color: #8C8C8C;
    width: 100%;
    max-width: 620px; }
  .d-body-credits:before {
    width: 120px;
    height: 1px;
    background-color: #D9D9D9;
    display: block;
    margin: 15px 0;
    content: " ";
    position: absolute;
    top: 0;
    left: 0; }

.author-portrait {
  width: 30%;
  max-width: 400px;
  float: left;
  margin: 0 1em 1em 0; }

/* ********************************
************ DESKTOP **************
*********************************** */
/* lg 12 screen and (min-width: 48em) */
@media screen and (min-width: 48em) {
  .d-intro-full-bleed {
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
    position: relative;
    height: 0;
    z-index: 25;
    overflow: hidden;
    background-image: url("../media/01.jpg");
    background-size: cover;
    background-position: bottom; }
    .d-intro-full-bleed .gradient {
      width: 100%;
      height: 100%;
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(180deg, rgba(25, 25, 25, 0.9), rgba(25, 25, 25, 0) 60%);
      z-index: 24; }
    .d-intro-full-bleed .d-intro-hed-container {
      display: block;
      margin: 0 auto;
      position: relative;
      color: #F2F2F2;
      z-index: 25;
      text-align: center;
      max-width: 1100px;
      height: 500px;
      text-shadow: 0 0 10px rgba(25, 25, 25, 0.8); }
      .d-intro-full-bleed .d-intro-hed-container .d-intro-hed {
        width: 430px;
        margin: 0 auto 0 auto;
        position: absolute;
        top: 20px;
        left: 0;
        right: 0; }
        .d-intro-full-bleed .d-intro-hed-container .d-intro-hed .d-intro-headline {
          font-size: 62px; }
        .d-intro-full-bleed .d-intro-hed-container .d-intro-hed p {
          font-weight: 300;
          font-size: 24px;
          line-height: 32px;
          color: #F2F2F2;
          padding: 0;
          margin-top: 0; }
          .d-intro-full-bleed .d-intro-hed-container .d-intro-hed p span {
            display: block;
            font-size: 16px;
            line-height: 1.5em;
            padding-top: 30px;
            color: #BFBFBF;
            position: relative; }
            .d-intro-full-bleed .d-intro-hed-container .d-intro-hed p span:before {
              width: 120px;
              height: 1px;
              background-color: #BFBFBF;
              display: block;
              margin: 15px auto;
              content: " ";
              position: absolute;
              top: 0;
              right: 0;
              left: 0; }
    .d-intro-full-bleed img {
      display: none;
      width: 100%;
      height: auto;
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0; }

  .d-photo {
    display: block;
    margin: 0 auto; }
    .d-photo:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .d-photo .d-caption {
      color: #8C8C8C;
      font-weight: 300;
      font-size: 14px;
      line-height: 18px;
      padding: 0 0 40px 0;
      margin: 10px 0 0; }
      .d-photo .d-caption span.bold {
        font-weight: bold; }
    .d-photo.mid {
      padding-top: 24px; }
    .d-photo.full-width {
      width: 100%; }
      .d-photo.full-width img {
        width: 100%;
        height: auto; }
    .d-photo.standard {
      width: 100%;
      max-width: 680px; }
      .d-photo.standard img {
        width: 100%;
        height: auto; }
    .d-photo .full-width {
      margin-bottom: 30px; }
      .d-photo .full-width img {
        width: 100%;
        height: auto; }
    .d-photo .half {
      width: 49%;
      float: left;
      margin-right: 2%; }
      .d-photo .half:last-child {
        margin-right: 0; }
      .d-photo .half img {
        width: 100%;
        height: auto; }
    .d-photo .large {
      width: 66.4%; }
      .d-photo .large img {
        width: 100%;
        height: auto; }
      .d-photo .large.pair01 {
        width: 67.2%; }
      .d-photo .large.pair02 {
        width: 63.1%; }
    .d-photo .small {
      width: 29.5%; }
      .d-photo .small img {
        width: 100%;
        height: auto; }
      .d-photo .small.pair01 {
        width: 30.8%; }
      .d-photo .small.pair02 {
        width: 34.9%; }
    .d-photo .left {
      float: left;
      margin-right: 2%; }
      .d-photo .left:last-child {
        margin-right: 0; }
    .d-photo .right {
      float: right;
      margin-left: 2%; }

  .d-pullquote {
    display: block;
    width: 100%;
    max-width: 620px;
    margin: 34px auto 50px auto;
    padding: 0; }
    .d-pullquote:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .d-pullquote blockquote {
      color: #8C8C8C;
      font-weight: 300;
      font-size: 32px;
      line-height: 40px;
      padding: 0;
      margin: 0; }
      .d-pullquote blockquote:after {
        width: 120px;
        height: 1px;
        background-color: #D9D9D9;
        display: block;
        margin: 15px 0;
        content: " "; }
    .d-pullquote cite {
      font-size: 16px;
      font-weight: 300;
      line-height: 20px;
      color: #8C8C8C;
      font-style: normal; }

  h3 {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    font-size: 22px;
    padding: 0 0 16px 0;
    font-weight: bold;
    color: #404040; }

  hr {
    width: 120px;
    height: 1px;
    border: 0;
    border-color: #D9D9D9;
    background-color: #D9D9D9;
    color: #D9D9D9;
    display: block;
    margin: 10px auto 26px auto; }

  p.d-body-copy {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 16px 0;
    margin: 0 auto;
    color: #404040;
    width: 100%;
    max-width: 620px; }

  .d-body-credits {
    position: relative;
    padding-top: 30px;
    margin: 0 auto;
    color: #8C8C8C;
    width: 100%;
    max-width: 620px; }
    .d-body-credits p {
      font-weight: 300;
      font-size: 16px;
      line-height: 24px;
      padding: 0 0 16px 0;
      margin: 0 auto;
      color: #8C8C8C;
      width: 100%;
      max-width: 620px; }
    .d-body-credits:before {
      width: 120px;
      height: 1px;
      background-color: #D9D9D9;
      display: block;
      margin: 15px 0;
      content: " ";
      position: absolute;
      top: 0;
      left: 0; } }
.cnnint-section {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #BFBFBF; }
  .cnnint-section img {
    padding: 0; }
    .cnnint-section img.full-width {
      max-width: 980px;
      width: 100%; }
    .cnnint-section img.left {
      max-width: 640px;
      width: 60%;
      float: left;
      padding-right: 20px; }
    .cnnint-section img.right {
      max-width: 640px;
      width: 60%;
      float: right;
      padding-left: 20px; }
  .cnnint-section .cvp-video {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 20px; }
    .cnnint-section .cvp-video div {
      height: auto;
      max-width: 100%;
      width: 100%; }
    .cnnint-section .cvp-video video, .cnnint-section .cvp-video iframe, .cnnint-section .cvp-video object {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

@media screen and (max-width: 480px) {
  .cnnint-section img {
    padding: 10px 0; }
    .cnnint-section img.full-width {
      max-width: 480px;
      width: 100%; }
    .cnnint-section img.left, .cnnint-section img.right {
      max-width: 480px;
      width: 100%;
      float: none;
      padding-right: 0px;
      padding-left: 0px; } }

/*# sourceMappingURL=congressional-baseball-game.css.map */
