/** DI COLOR PALETTE */
/** FONTS */
@import url("//fonts.googleapis.com/css?family=Oswald:300,400,700");
@import url("//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic");
::selection {
  background: #DEEBF7; }

::-moz-selection {
  background: #DEEBF7; }
body {padding-top: 0;}
.di-article .content-item__side-bar--body { margin: 3px auto 20px; display: block; width: 86%; padding: 15px 20px 20px; }
.di-article .content-item__side-bar--body p {font-size: 14px; padding: 0; margin: 0 !important; width: 100%;}
/* ==================================================

COMMENTS

================================================== */
#di-comments-trigger {
  display: none;
  cursor: pointer;
  font-weight: 500;
  color: #201E1C;
  padding-left: 30px;
  background-image: url("img/icons/comments-blue.png");
  background-repeat: no-repeat;
  background-position: left center; }
  #di-comments-trigger:hover {
    opacity: .8; }

  @media only screen and (min-width: 768px) {
    #di-comments-trigger {
      display: inline; } 
      .di-article .content-item__side-bar--body {float: left; width: 35%; margin: 8px 30px 15px 15px;}
    }
      @media only screen and (min-width: 1199px) {
.di-article .content-item__side-bar--body {width: 30% !important;}
      }
  @media only screen and (min-width: 1400px) {
    .di-article .content-item__side-bar--body {width: 25% !important;}
  }
#disqus_thread {
  position: relative;
  width: 86% !important;
  max-width: 400px;
  float: none;
  margin: auto auto 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #disqus_thread iframe {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  @media only screen and (min-width: 768px) {
    #disqus_thread {
      width: 80%  !important;
      max-width: 700px; } }

#di-comments {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 100%;
  background-color: #F3F3EC;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media only screen and (min-width: 768px) {
    #di-comments {
      display: block;
      -webkit-transition: right 0.5s;
      -moz-transition: right 0.5s;
      -o-transition: right 0.5s;
      transition: right 0.5s; } }

#di-comments.di-reveal {
  right: 0%; }
  @media only screen and (min-width: 768px) {
    #di-comments.di-reveal {
      -webkit-transition: right 0.5s;
      -moz-transition: right 0.5s;
      -o-transition: right 0.5s;
      transition: right 0.5s; } }
  #di-comments.di-reveal #di-disqus-container {
    display: block; }

.di-comments-header {
  padding-top: 36px;
  margin-bottom: 1em; }

.di-comments-close {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 2px;
  margin: 10px;
  font-size: 40px;
  cursor: pointer; }
  @media only screen and (min-width: 768px) {
    .di-comments-close {
      left: auto;
      right: 20px; } }

.di-comments-title {
  width: 86%;
  max-width: 700px;
  margin: 10px auto 1em;
  font: normal 24px "Oswald", Arial, sans-serif;
  text-align: center; }

#di-disqus-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

/* ==================================================

FOOTER

================================================== */
.di-footer {
  padding: 1em;
  text-align: center;
  font: normal 14px "Source Sans Pro", Arial, sans-serif;
  color: #201E1C; }
  .di-footer a {
    color: #798FA3; }
    .di-footer a:hover {
      color: #3E5266; }
  .di-footer.dark-bg {
    color: #F2F2F2; }
    .di-footer.dark-bg a {
      color: #BDCFE2; }
      .di-footer.dark-bg a:hover {
        color: #798FA3; }

.LV_validation_message {
  font-weight: bold;
  margin: 0 0 0 5px; }

.LV_valid {
  color: #00CC00;
  display: none; }

.LV_invalid {
  color: #9A0F0F;
  font-size: 10px; }

.LV_valid_field,
input.LV_valid_field:hover,
input.LV_valid_field:active,
textarea.LV_valid_field:hover,
textarea.LV_valid_field:active {
  border: 1px solid #00CC00; }

.LV_invalid_field,
input.LV_invalid_field:hover,
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover,
textarea.LV_invalid_field:active {
  border: 1px solid #9A0F0F; }

#eloqua-trigger {
  display: block;
  font-weight: 500;
  color: #201E1C;
  text-align: left;
  padding-left: 28px;
  background-image: url("img/icons/eloqua-blue.png");
  background-repeat: no-repeat;
  background-position: left center; }
  #eloqua-trigger:hover {
    opacity: .8; }
  @media only screen and (min-width: 768px) {
    #eloqua-trigger {
      display: inline;
      margin-left: 2em; } }

#eloqua-signup {
  /*    position: fixed;
      top: 0; right: 0; bottom: 0; left: 0;
      z-index: 999;
      background-color: rgba(0, 0, 0, .75);*/ }
  #eloqua-signup label {
    white-space: nowrap; }
  #eloqua-signup input[type='text'] {
    display: block;
    width: 100%;
    margin: 0; }
  #eloqua-signup .di-required {
    color: #9A0F0F; }

/*
.eloqua-signup-inner {
    width: 86%;
    max-width: 589px;
    padding: 10px;
    margin: 2em auto;
    background-color: @gray-light;
    border: 8px solid @blue-darker;
    .border-box;
}
*/
input.eloqua-submit-button {
  width: 172px;
  height: 40px;
  outline: none; }

.eloqua-form-element {
  margin-bottom: 10px; }

/* ==================================================

PACKAGE MENU

================================================== */
.di-pkg {
  background-color: rgba(0, 0, 0, 0.75); }

div.di-next-story {
  display: block;
  width: 100%;
  font-weight: 300;
  color: #fff;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center bottom; }

a.di-next-story {
  display: block;
  width: 100%;
  min-height: 300px;
  color: #FAFAF7;
  font: 300 20px "Oswald", Arial, sans-serif;
  background-color: rgba(32, 30, 28, 0.7); }
  a.di-next-story:hover {
    color: #DADAD1;
    background-color: rgba(32, 30, 28, 0.9); }
    @media only screen and (min-width: 768px) {
      a.di-next-story:hover {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; } }
  @media only screen and (min-width: 768px) {
    a.di-next-story {
      min-height: 400px;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; } }
  a.di-next-story:hover {
    text-decoration: none !important; }

a.di-next-story.di-open-newsletter {
  /* on mobile > nothing happens */
  color: #BABAA6;
  background-color: rgba(32, 30, 28, 0.9);
  /* on bigger screen > newlsetter option */ }
  a.di-next-story.di-open-newsletter:hover {
    color: #BABAA6;
    background-color: rgba(32, 30, 28, 0.9); }
  @media only screen and (min-width: 768px) {
    a.di-next-story.di-open-newsletter {
      color: #FAFAF7;
      background-color: rgba(32, 30, 28, 0.7);
      cursor: pointer;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      a.di-next-story.di-open-newsletter:hover {
        color: #DADAD1;
        background-color: rgba(32, 30, 28, 0.9);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; } }

.di-next-story-text {
  width: 86%;
  max-width: 1100px;
  margin: auto;
  padding: 1em 0; }

.di-next-story-kicker {
  text-transform: uppercase; }

.di-next-story-headline {
  margin: 10px auto 20px;
  font: 600 40px/1.2em "Oswald", Arial, sans-serif; }
  @media only screen and (min-width: 768px) {
    .di-next-story-headline {
      font: 600 50px/1.2em "Oswald", Arial, sans-serif; } }
  @media only screen and (min-width: 992px) {
    .di-next-story-headline {
      font: 600 60px/1.2em "Oswald", Arial, sans-serif; } }
  @media only screen and (min-width: 1350px) {
    .di-next-story-headline {
      font: 600 70px/1.2em "Oswald", Arial, sans-serif; } }

.di-newsletter {
  display: none; }
  @media only screen and (min-width: 768px) {
    .di-newsletter {
      display: block; } }

.di-next-story-blurb {
  display: block; }

.di-other-stories {
  width: 86%;
  max-width: 1100px;
  margin: auto;
  padding: 1em 0;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #F2F2F2;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.di-pkg-header {
  font: 300 24px "Oswald", Arial, sans-serif;
  margin-bottom: 1em;
  text-align: center;
  text-transform: uppercase; }

@media only screen and (min-width: 768px) {
  .di-pkg-stories {
    width: 50%;
    float: left; } }

.di-pkg-story {
  display: block;
  width: 100%; }
  .di-pkg-story:hover {
    /*opacity: 0.8;*/ }
  .di-pkg-story:last-child {
    margin-right: 0; }
  .di-pkg-story a {
    display: inline-block;
    color: #f2f2f2; }
    .di-pkg-story a:hover {
      color: rgba(242, 242, 242, 0.8);
      text-decoration: none !important; }
  .di-pkg-story .di-pkg-interactive-image {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .di-pkg-story {
      float: none;
      width: 100%; } }
  .di-pkg-story .di-pkg-story-headline {
    font: 400 18px/1.2em "Source Sans Pro", Arial, sans-serif; }
    @media only screen and (min-width: 768px) {
      .di-pkg-story .di-pkg-story-headline {
        font: 400 20px/1.2em "Source Sans Pro", Arial, sans-serif; } }
  .di-pkg-story .di-pkg-story-kicker {
    margin-top: 2em; }
  .di-pkg-story:first-child .di-pkg-story-kicker {
    margin-top: 0; }

.di-pkg-story-kicker {
  font: 400 11px/1em 'Arial', sans-serif;
  text-transform: uppercase; }

.di-pkg-interactives {
  margin-top: 2em;
  margin-bottom: 1em;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .di-pkg-interactives {
      width: 40%;
      float: right;
      margin-top: 0;
      margin-bottom: 0;
      overflow: hidden; } }

.di-pkg-interactive {
  float: left;
  width: 46%;
  margin-right: 8%; }
  .di-pkg-interactive:nth-child(even) {
    margin-right: 0;
    clear: right; }
  .di-pkg-interactive:hover {
    color: rgba(242, 242, 242, 0.8); }
    .di-pkg-interactive:hover .di-pkg-interactive-image {
      opacity: .8; }
  .di-pkg-interactive a {
    display: block;
    color: #f2f2f2; }
    .di-pkg-interactive a:hover {
      color: rgba(242, 242, 242, 0.8);
      text-decoration: none !important; }
  .di-pkg-interactive .di-pkg-interactive-image {
    display: block;
    width: 100%;
    height: 140px;
    margin-top: 2px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top; }
    @media only screen and (min-width: 992px) {
      .di-pkg-interactive .di-pkg-interactive-image {
        height: 130px; } }
    @media only screen and (min-width: 1350px) {
      .di-pkg-interactive .di-pkg-interactive-image {
        height: 120px; } }
  .di-pkg-interactive .side-bar-link-1 {
    background-image: url("http://placehold.it/800x800"); }
    @media only screen and (min-width: 768px) {
      .di-pkg-interactive .side-bar-link-1 {
        background-image: url("http://placehold.it/800x800"); } }
  .di-pkg-interactive .side-bar-link-2 {
    background-image: url("http://placehold.it/800x800"); }
    @media only screen and (min-width: 768px) {
      .di-pkg-interactive .side-bar-link-2 {
        background-image: url("http://placehold.it/800x800"); } }
  .di-pkg-interactive .di-pkg-story-headline {
    font: 400 16px/1.2em "Source Sans Pro", Arial, sans-serif; }
  .di-pkg-interactive.coming-soon .di-pkg-interactive-image {
    opacity: .4; }
  .di-pkg-interactive.coming-soon:hover .di-pkg-interactive-image {
    opacity: .4; }
  @media only screen and (min-width: 768px) {
    .di-pkg-interactive {
      float: none;
      width: 100%;
      margin-right: 0;
      margin-bottom: 2em; }
      .di-pkg-interactive:nth-child(even) {
        margin-bottom: 0; } }

.di-interactive-single {
  float: none;
  width: 100%; }
  .di-interactive-single .di-pkg-interactive-image {
    height: 140px; }
    @media only screen and (min-width: 768px) {
      .di-interactive-single .di-pkg-interactive-image {
        height: 300px; } }
    @media only screen and (min-width: 992px) {
      .di-interactive-single .di-pkg-interactive-image {
        height: 250px; } }
  .di-interactive-single .di-pkg-story-headline {
    font-size: 18px; }

div.coming-soon {
  color: rgba(242, 242, 242, 0.5);
  cursor: default; }
  div.coming-soon:hover {
    color: rgba(242, 242, 242, 0.5); }
    div.coming-soon:hover img {
      opacity: 1.0; }
  @media only screen and (min-width: 768px) {
    div.coming-soon {
      cursor: pointer; } }

div.di-pkg-story.coming-soon .di-pkg-story-headline {
  margin-left: 1em;
  margin-top: 5px; }

/* =========================

VIDEOS

========================= */
.di-video {
  width: 86%;
  max-width: 700px;
  margin: auto auto 1em; }

.di-video-container {
  /* standard 16:9 ratio video*/
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin: auto; }

.di-video-container object, .di-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden; }

#di-video-wrapper .di-cover {
  display: none;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font: 300 24px "Oswald", Arial, sans-serif;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding-top: 1% 0 0; }
  @media only screen and (min-width: 768px) {
    #di-video-wrapper .di-cover {
      padding-top: 3%; } }
  @media only screen and (min-width: 992px) {
    #di-video-wrapper .di-cover {
      padding-top: 5%; } }
  @media only screen and (min-width: 1350px) {
    #di-video-wrapper .di-cover {
      padding-top: 10%; } }
  #di-video-wrapper .di-cover.di-mobile {
    display: block !important;
    cursor: default;
    position: relative;
    padding: 0;
    margin-bottom: 1em;
    text-shadow: none; }
    #di-video-wrapper .di-cover.di-mobile .alcohol-video-overlay {
      display: none; }
    #di-video-wrapper .di-cover.di-mobile .alcohol-video-play {
      display: none; }
    #di-video-wrapper .di-cover.di-mobile h1#di-headline {
      width: auto;
      max-width: 700px;
      margin: auto;
      color: #3E5266;
      text-align: center; }
    #di-video-wrapper .di-cover.di-mobile h2#di-subhed {
      width: auto;
      max-width: 700px;
      margin: auto;
      color: #666;
      text-align: center; }
  #di-video-wrapper .di-cover.di-desktop h1#di-headline {
    width: auto;
    color: #fff;
    text-align: left;
    max-width: 200px;
    margin-bottom: 20px;
    font: 400 50px/1em "Oswald", Arial, sans-serif; }
    @media only screen and (min-width: 768px) {
      #di-video-wrapper .di-cover.di-desktop h1#di-headline {
        max-width: 300px;
        font: 400 80px/1em "Oswald", Arial, sans-serif;
        margin-bottom: 30px; } }
    @media only screen and (min-width: 992px) {
      #di-video-wrapper .di-cover.di-desktop h1#di-headline {
        max-width: 500px;
        font: 400 100px/1em "Oswald", Arial, sans-serif; } }
    @media only screen and (min-width: 1350px) {
      #di-video-wrapper .di-cover.di-desktop h1#di-headline {
        max-width: 600px;
        font: 400 120px/1em "Oswald", Arial, sans-serif;
        margin-bottom: 40px; } }
  #di-video-wrapper .di-cover.di-desktop h2#di-subhed {
    width: auto;
    color: #fff;
    text-align: left;
    max-width: 300px;
    font: 300 20px/1.2em "Oswald", Arial, sans-serif;
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      #di-video-wrapper .di-cover.di-desktop h2#di-subhed {
        max-width: 500px;
        font: 300 26px/1.2em "Oswald", Arial, sans-serif;
        margin-bottom: 30px; } }
    @media only screen and (min-width: 992px) {
      #di-video-wrapper .di-cover.di-desktop h2#di-subhed {
        max-width: 500px;
        font: 300 32px/1.2em "Oswald", Arial, sans-serif;
        margin-bottom: 40px; } }
#di-video-wrapper .alcohol-video-headlines {
  position: relative;
  z-index: 10;
  padding: 10px 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 768px) {
    #di-video-wrapper .alcohol-video-headlines {
      padding: 1em 1em 0; } }
#di-video-wrapper #alcohol-video-play {
  display: none;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font: 300 18px "Oswald", Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #di-video-wrapper #alcohol-video-play .alcohol-video-play-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-right: 5px;
    background-color: #fff;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      #di-video-wrapper #alcohol-video-play .alcohol-video-play-button {
        line-height: 28px; } }
  #di-video-wrapper #alcohol-video-play .alcohol-video-play-triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 9px inset transparent;
    border-right: 0 inset transparent;
    border-bottom: 9px inset transparent;
    border-left: 15.6px solid #000;
    margin-left: 3px;
    -webkit-transition: border-left 0.2s;
    -moz-transition: border-left 0.2s;
    -o-transition: border-left 0.2s;
    transition: border-left 0.2s; }
  @media only screen and (min-width: 768px) {
    #di-video-wrapper #alcohol-video-play {
      font: 300 22px "Oswald", Arial, sans-serif;
      padding-left: 1em;
      padding-right: 1em; } }
#di-video-wrapper .alcohol-video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); }
  @media only screen and (min-width: 1350px) {
    #di-video-wrapper .alcohol-video-overlay {
      top: 20px; } }
#di-video-wrapper .alcohol-video-container {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-bottom: 1em;
  margin-right: auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (min-width: 1350px) {
    #di-video-wrapper .alcohol-video-container {
      padding-top: 20px;
      width: 86%;
      max-width: 1400px; } }
#di-video-wrapper .di-article-info {
  border-top: none; }

/* =========================

PULLQUOTES & EXCERPTS

========================= */
.di-pullquote, .di-excerpt {
  display: none;
  margin: 2em; }
  @media only screen and (min-width: 768px) {
    .di-pullquote, .di-excerpt {
      display: block;
      width: 33%; } }
  @media only screen and (min-width: 1350px) {
    .di-pullquote, .di-excerpt {
      width: 18%; } }

.di-pullquote blockquote p, .di-excerpt blockquote p {
  width: 100%;
  margin: 0;
  color: #3A3A3A;
  font: bold 26px "Source Sans Pro", Arial, sans-serif !important; }

.di-pullquote.di-left, .di-excerpt.di-left {
  float: left; }

.di-pullquote.di-right, .di-excerpt.di-right {
  float: right; }

.di-pullquote blockquote, .di-excerpt blockquote {
  margin: 0; }

.di-pullquote blockquote p:before {
  content: '\201C'; }

.di-pullquote blockquote p:after {
  content: '\201D'; }

.di-source:before {
  content: '\2014'; }

.di-source {
  margin-top: 1em;
  font: normal 16px "Source Sans Pro", Arial, sans-serif;
  text-align: right; }

/* ==================================================

RELATED ITEMS

================================================== */
.di-related {
  width: 86%;
  max-width: 700px;
  margin: 1em auto;
  padding: 2% 4% 4%;
  overflow: hidden;
  border: 1px solid #D5D4D2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .di-related img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .di-related {
      padding: 1% 2%; } }

.di-related-header {
  font: 300 20px "Oswald", Arial, sans-serif !important;
  margin-bottom: 10px; }

.di-related-story {
  width: 100%;
  margin-bottom: 1em;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .di-related-story a {
    display: block;
    color: #798FA3;
    font: 600 18px/1em "Source Sans Pro", Arial, sans-serif; }
  .di-related-story a:hover {
    color: #798FA3; }
  .di-related-story:last-child {
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .di-related-story:last-child {
        margin-right: 0 !important; } }
  .di-related-story:hover {
    opacity: .8;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }

@media only screen and (min-width: 768px) {
  .di-related.di-two .di-related-story {
    width: 49%;
    float: left;
    margin-right: 1%; } }

@media only screen and (min-width: 768px) {
  .di-related.di-three .di-related-story {
    width: 32%;
    float: left;
    margin-right: 2%; } }

@media only screen and (min-width: 768px) {
  .di-related.di-four .di-related-story {
    width: 22%;
    float: left;
    margin-right: 4%; } }

/* =========================

SIDEBARS

========================= */
.di-sidebar {
  float: none;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .di-sidebar {
      font-size: 16px;
      line-height: 1.3em; } }

.di-sidebar-bordered {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.di-sidebar p {
  width: auto;
  max-width: none;
  font-size: 14px; }
  @media only screen and (min-width: 768px) {
    .di-sidebar p {
      font-size: 16px;
      line-height: 1.3em; } }

@media only screen and (min-width: 768px) {
  .di-sidebar.di-left {
    float: left;
    margin: 1em 2em 1em 1em; } }

@media only screen and (min-width: 768px) {
  .di-sidebar.di-right {
    float: right;
    margin: 1em 1em 1em 2em; } }

.di-sidebar.di-center {
  width: 86%;
  max-width: 1200px; }

@media only screen and (min-width: 768px) {
  .di-sidebar.di-width-25 {
    width: 25%; } }

@media only screen and (min-width: 768px) {
  .di-sidebar.di-width-33 {
    width: 33%; } }

@media only screen and (min-width: 768px) {
  .di-sidebar.di-width-50 {
    width: 50%; } }

.di-sidebar-header {
  font: 600 18px/1.2em "Source Sans Pro", Arial, sans-serif;
  margin-bottom: .5em; }
  @media only screen and (min-width: 768px) {
    .di-sidebar-header {
      font: 600 22px/1.2em "Source Sans Pro", Arial, sans-serif; } }

/* =========================

VISUALS

Styling for images

========================= */
.di-visual {
  margin: 0 0 1em; }
  .di-visual img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .di-visual {
      /*margin: 0;*/ } }

.di-visual-caption {
  font: normal 13px/1.3em "Source Sans Pro", Arial, sans-serif;
  margin: 5px 3px; }
  .di-visual-caption em {
    font: normal 13px/1.3em "Source Sans Pro", Arial, sans-serif;
    font-style: italic; }

.di-visual.di-full-bleed {
  display: block;
  width: 100%; }

.di-visual.di-full-bleed .di-visual-caption {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em; }

.di-visual.di-left {
  float: none;
  width: 86%;
  margin: 1em auto; }
  @media only screen and (min-width: 768px) {
    .di-visual.di-left {
      max-width: 400px;
      float: left;
      margin: 1em 2em 1em 1em; } }
  @media only screen and (min-width: 992px) {
    .di-visual.di-left {
      max-width: 580px; } }

.di-visual.di-right {
  float: none;
  width: 86%;
  margin: 1em auto; }
  @media only screen and (min-width: 768px) {
    .di-visual.di-right {
      max-width: 400px;
      float: right;
      margin: 1em 1em 1em 2em; } }
  @media only screen and (min-width: 992px) {
    .di-visual.di-right {
      max-width: 580px; } }

.di-visual.di-center {
  float: none;
  width: 86%;
  margin: 1em auto; }
  @media only screen and (min-width: 768px) {
    .di-visual.di-center {
      width: 90%;
      max-width: 1100px; } }

@media only screen and (min-width: 768px) {
  .di-visual.di-width-25 {
    width: 25%; } }

@media only screen and (min-width: 768px) {
  .di-visual.di-width-33 {
    width: 33%; } }

@media only screen and (min-width: 768px) {
  .di-visual.di-width-50 {
    width: 50%; } }

.di-responsive-bg-img {
  background-size: cover;
  background-repeat: no-repeat; }

.di-height-resize {
  /* Gets overwriten by JS */
  height: 100vh; }

/* ==================================================

TEMPLATE OVERRIDES

================================================== */
.di-navbar {
  z-index: 1000; }

.ad {
  display: none !important; }

.clearfix.content-center {
  padding: 0 !important; }

/* ==================================================

BODY

================================================== */
.di-article a {
  font-weight: normal;
  color: #007AAD; }
  .di-article a:hover {
    text-decoration: none !important; }

.di-headlines {
  width: 86%;
  margin: auto; }

.di-fade-in {
  animation: fadeInLoad 5s; }

@keyframes fadeInLoad {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.di-nowrap {
  white-space: nowrap; }

.di-cover-navbar-spacer {
  padding-top: 1em; }

.di-headline-article-width {
  width: 86%;
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important; }

h1#di-headline {
  display: block;
  color: #3E5266;
  font: 400 50px/1.2em "Oswald", Arial, sans-serif;
  text-align: center; }
  h1#di-headline a {
    color: #3E5266; }
    h1#di-headline a:hover {
      color: #000; }
  @media only screen and (max-width: 480px) {
    h1#di-headline {
      font-size: 40px !important; } }
  @media only screen and (min-width: 768px) {
    h1#di-headline {
      font: 400 60px/1.2em "Oswald", Arial, sans-serif; } }

h2#di-subhed {
  display: block;
  font: 400 30px/1.2em "Oswald", Arial, sans-serif;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    h2#di-subhed {
      font-size: 20px !important; } }
  @media only screen and (min-width: 768px) {
    h2#di-subhed {
      font: 400 40px/1.2em "Oswald", Arial, sans-serif; } }

h3.di-subhed {
  width: 86%;
  max-width: 700px;
  margin-left: auto;
  margin-bottom: .75em;
  margin-right: auto;
  font: 300 30px/1.3em "Oswald", Arial, sans-serif; }
  @media only screen and (min-width: 768px) {
    h3.di-subhed {
      font: 300 40px/1.3em "Oswald", Arial, sans-serif; } }

h4.di-subhed {
  width: 86%;
  max-width: 700px;
  margin-left: auto;
  margin-bottom: .75em;
  margin-right: auto;
  font: 300 20px/1.3em "Oswald", Arial, sans-serif; }
  @media only screen and (min-width: 768px) {
    h4.di-subhed {
      font: 300 30px/1.3em "Oswald", Arial, sans-serif; } }

.di-article p {
  width: 86%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9em;
  font-size: 18px; }

.che.di-container p {
  font-size: 16px;
  line-height: 1.9em; }
  @media only screen and (min-width: 768px) {
    .che.di-container p {
      font-size: 18px; } }

.cop.di-container p {
  font-size: 14px;
  line-height: 1.9em; }
  @media only screen and (min-width: 768px) {
    .cop.di-container p {
      font-size: 16px; } }

span.di-drop {
  display: block;
  float: left;
  font: 600 104px "Source Sans Pro", Arial, sans-serif;
  margin-right: 6px;
  height: 106px;
  margin-top: -22px; }
  @media only screen and (min-width: 768px) {
    span.di-drop {
      font: 600 118px "Source Sans Pro", Arial, sans-serif;
      margin-right: 6px;
      height: 112px;
      margin-top: -25px; } }

.di-kicker {
  width: 86%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #ABABAB;
  font: bold 16px/1.3em "Source Sans Pro", Arial, sans-serif;
  text-transform: uppercase; }
  @media only screen and (min-width: 768px) {
    .di-kicker {
      font: bold 18px/1.3em "Source Sans Pro", Arial, sans-serif; } }

.di-blockquote {
  font-weight: 300;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #666;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .di-blockquote p {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .di-blockquote p {
        padding-left: 5em; } }

/* =========================

ARTICLE INFO

========================= */
.di-article-info {
  width: 86%;
  max-width: 700px;
  float: none;
  margin: 0 auto 1em;
  padding: 1em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font: 300 16px "Oswald", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .di-article-info em {
    font-style: italic;
    font-family: "Oswald", Arial, sans-serif; }
  .di-article-info div:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .di-article-info {
      width: 250px;
      float: right;
      margin: 0 1em 1em 2em;
      padding: 0 0 0 1em;
      border-top: 0 none transparent;
      border-left: 1px solid #ccc;
      border-bottom: 0 none transparent; }
      .di-article-info.di-centered {
        width: 86%;
        max-width: 700px;
        float: none;
        margin: 0 auto 1em;
        padding: 1em 0;
        border-top: 1px solid #ccc;
        border-left: 0 none transparent;
        border-bottom: 1px solid #ccc;
        font: 300 16px "Oswald", Arial, sans-serif;
        text-align: center; } }

.di-series {
  margin: 1em 0 0;
  padding-top: 0.75em;
  border-top: 1px solid #ccc; }

.di-byline {
  margin-bottom: 1em; }

.di-pubdate {
  margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .di-pubdate {
      margin-bottom: 1em; } }

.di-dateline {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 1em; }

.di-article-info-footer {
  width: 86%;
  max-width: 700px;
  margin: 0 auto 1em;
  padding: 1em 0;
  font: 300 16px/1.3em "Oswald", Arial, sans-serif;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .di-article-info-footer em {
    font-style: italic;
    font-family: "Oswald", Arial, sans-serif; }
  @media only screen and (min-width: 768px) {
    .di-article-info-footer {
      font: 300 18px/1.3em "Oswald", Arial, sans-serif; } }

.di-author-bios {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  text-align: left; }

/* ==================================================

IE8 fixes

================================================== */
div.di-container.ie8 div.di-article,
div.di-container.ie8 div.di-article-info-footer,
div.di-container.ie8 div.di-pkg {
  width: 800px;
  margin: auto; }

div.di-container.ie8 .di-navbar-logo a {
  background-image: url("img/logos/che_380x14.png") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important; }

div.di-container.ie8 div.di-section-image {
  background-position: center; }

div.di-container.ie8 div.di-pkg {
  background-color: #3f3f3f; }

.di-next-story {
  background-image: url("../img/seesaw_fade.jpg");
  background-position: center 20%; }

#cover-image {
  height: 100vh;
  margin-bottom: 5px;
  background-position: 50% center;
  background-image: url("../img/gsu/gsu1_1200x800.png"); }
  @media (max-width: 480px) {
    #cover-image {
      background-image: url("../img/gsu/gsu1_800x400.png"); } }
  @media only screen and (min-width: 2000px) {
    #cover-image {
      background-image: url("../img/gsu/gsu1_full.png"); } }

#stadium2 {
  background-position: 28% top;
  background-image: url("../img/gsu/gsu2_1200x800.png"); }
  @media (max-width: 480px) {
    #stadium2 {
      background-image: url("../img/gsu/gsu2_800x400.png"); } }
  @media only screen and (min-width: 2000px) {
    #stadium2 {
      background-image: url("../img/gsu/gsu2_full.png"); } }

#stadium3 {
  background-position: right center;
  background-image: url("../img/gsu/gsu3_1200x800.png"); }
  @media (max-width: 480px) {
    #stadium3 {
      background-image: url("../img/gsu/gsu3_800x400.png"); } }
  @media only screen and (min-width: 2000px) {
    #stadium3 {
      background-image: url("../img/gsu/gsu3_full.png"); } }

#stadium4 {
  background-position: 91% top;
  background-image: url("../img/gsu/gsu4_1200x800.png"); }
  @media (max-width: 480px) {
    #stadium4 {
      background-image: url("../img/gsu/gsu4_800x400.png"); } }
  @media only screen and (min-width: 2000px) {
    #stadium4 {
      background-image: url("../img/gsu/gsu4_full.png"); } }

#becker {
  background-position: center top;
  background-image: url("../img/gsu/gsu_becker_md.png"); }
  @media (max-width: 480px) {
    #becker {
      background-position: center top;
      background-image: url("../img/gsu/gsu_becker_xs.png"); } }
  @media only screen and (min-width: 2000px) {
    #becker {
      background-image: url("../img/gsu/gsu_becker_lg.png"); } }

#curry {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80% top;
  background-image: url("../img/gsu/gsu_curry_md.png"); }
  @media (max-width: 480px) {
    #curry {
      background-image: url("../img/gsu/gsu_curry_xs.png"); } }
  @media only screen and (min-width: 2000px) {
    #curry {
      background-image: url("../img/gsu/gsu_curry_lg.png"); } }

#serrano-franklin {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("../img/gsu/gsu_serrano-franklin_md.png"); }
  @media (max-width: 480px) {
    #serrano-franklin {
      background-image: url("../img/gsu/gsu_serrano-franklin_xs.png"); } }
  @media only screen and (min-width: 2000px) {
    #serrano-franklin {
      background-image: url("../img/gsu/gsu_serrano-franklin_lg.png"); } }

#di-fill-image {
  margin-bottom: 2em;
  background-position: center top;
  background-image: url("http://placehold.it/800x600"); }
  @media (max-width: 480px) {
    #di-fill-image {
      background-image: url("http://placehold.it/500x300"); } }
  @media only screen and (min-width: 992px) {
    #di-fill-image {
      background-image: url("http://placehold.it/2000x600"); } }

/* =========================

CUSTOM CONTENT

========================= */
button img {
  margin-bottom: 0 !important; }

hr {
  max-width: 700px; }

.content-item__related {
  margin-left: 0; }
  @media only screen and (min-width: 992px) {
    .content-item__related {
      margin-left: 15px; } }

.di-share-message {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em; }

.btn-primary {
  margin: 1px; }

.di-height-resize {
  height: 90vh; }

.table-space {
  margin-top: 70px;
  max-width: 700px; }

.di-excerpt p {
  margin-bottom: 0 !important; }

.video-wrapper {
  width: 100%;
  text-align: center; }
  .video-wrapper a {
    cursor: pointer; }
  @media (max-width: 500px) {
    .video-wrapper {
      width: 100% !important; } }
  @media only screen and (min-width: 992px) {
    .video-wrapper {
      margin-left: 15px;
      width: 50%;
      float: right; } }
  .video-wrapper #video-frame {
    width: 300px;
    height: 200px; }
    @media only screen and (min-width: 768px) {
      .video-wrapper #video-frame {
        width: 587px;
        height: 331px; } }

#di-custom-content-wrapper .di-cover {
  position: relative; }
#di-custom-content-wrapper .di-headlines {
  position: absolute;
  width: 90%;
  bottom: 21%;
  left: 5%;
  max-width: none;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
  @media only screen and (min-width: 768px) {
    #di-custom-content-wrapper .di-headlines {
      bottom: 16%; } }
  @media only screen and (min-width: 992px) {
    #di-custom-content-wrapper .di-headlines {
      text-align: left;
      top: auto;
      bottom: 14%; } }
  #di-custom-content-wrapper .di-headlines h1#di-headline {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px black; }
    @media only screen and (min-width: 992px) {
      #di-custom-content-wrapper .di-headlines h1#di-headline {
        font-size: 70px;
        text-align: left; } }
    @media only screen and (min-width: 1350px) {
      #di-custom-content-wrapper .di-headlines h1#di-headline {
        font-size: 80px; } }
  #di-custom-content-wrapper .di-headlines h2#di-subhed {
    width: 80%;
    margin: 0 auto auto;
    color: #fff;
    font-weight: 300;
    text-shadow: 1px 1px 2px black; }
    @media only screen and (min-width: 992px) {
      #di-custom-content-wrapper .di-headlines h2#di-subhed {
        width: 80%;
        margin: 0;
        text-align: left; } }
    @media only screen and (min-width: 1350px) {
      #di-custom-content-wrapper .di-headlines h2#di-subhed {
        width: auto; } }
@media only screen and (min-width: 1350px) {
  #di-custom-content-wrapper .di-left {
    margin-left: 10%; } }
@media only screen and (min-width: 1350px) {
  #di-custom-content-wrapper .di-right {
    margin-right: 10%; } }
#di-custom-content-wrapper .di-article p {
  margin-bottom: 1.3333em; }
  @media only screen and (max-width: 480px) {
    #di-custom-content-wrapper .di-article p {
      font-size: 16px; } }
#di-custom-content-wrapper .di-article-info {
  float: left;
  margin-left: 6.5%;
  width: 86%;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    #di-custom-content-wrapper .di-article-info {
      float: right;
      text-align: left;
      margin: 0 1em 1em 2em;
      width: 275px; } }
  @media only screen and (min-width: 992px) {
    #di-custom-content-wrapper .di-article-info {
      text-align: left;
      width: 275px; } }
  @media only screen and (min-width: 1350px) {
    #di-custom-content-wrapper .di-article-info {
      text-align: left;
      width: 400px; } }
  #di-custom-content-wrapper .di-article-info .di-series {
    text-align: center;
    padding-top: 1em; }
    #di-custom-content-wrapper .di-article-info .di-series img {
      margin: auto;
      margin-bottom: 0.5em; }
  #di-custom-content-wrapper .di-article-info .attr {
    display: none; }
    @media only screen and (min-width: 768px) {
      #di-custom-content-wrapper .di-article-info .attr {
        display: block; } }
  #di-custom-content-wrapper .di-article-info .mobile-attr {
    display: block;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      #di-custom-content-wrapper .di-article-info .mobile-attr {
        display: none; } }
    #di-custom-content-wrapper .di-article-info .mobile-attr img {
      margin-top: 0.5em;
      width: 100%; }
#di-custom-content-wrapper .di-article-info-footer {
  clear: both; }
  #di-custom-content-wrapper .di-article-info-footer .di-author-bios {
    padding-top: 2em;
    border-top: 1px solid #ccc; }

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