body {
  background: #fff; }

.contain-to-grid header.navigation {
  top: 0px; }
  @media only screen and (min-width: 64.0625em) {
    .contain-to-grid header.navigation {
      top: 100px; } }

body section.content {
  margin-top: 45px; }

.aserve-top {
  top: 45px;
  padding: 5px 0 5px 0; }
  @media only screen and (min-width: 64.063em) {
    .aserve-top {
      height: 100px;
      top: 0; } }

.user-alert-wrapper {
  top: 45px; }
  @media only screen and (min-width: 64.063em) {
    .user-alert-wrapper {
      top: 195px;
      z-index: 5; } }

body.gc-alert section.content {
  margin-top: 45px; }

.article-hero .image {
  position: relative;
  height: 350px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .article-hero .image {
      height: 535px;
      background-attachment: fixed; } }
  @media only screen and (min-width: 1441px) and (max-width: 1920px) {
    .article-hero .image {
      height: 625px;
      background-attachment: fixed; } }
  @media only screen and (min-width: 1921px) {
    .article-hero .image {
      height: 870px;
      background-attachment: fixed; } }
  .article-hero .image .credit {
    margin: 0 auto;
    max-width: 77.5rem;
    width: 100%;
    position: relative;
    height: 100%;
    font-size: 10px;
    color: #878787; }
    .article-hero .image .credit .content {
      bottom: -20px;
      position: absolute;
      left: 20px; }
      .article-hero .image .credit .content span:nth-of-type(2) {
        padding-left: 4px;
        border-left: 1px solid #878787;
        margin-left: 6px; }

.article-hero .intro {
  background-color: #ECECEC;
  padding: 20px 0px;
  border-bottom: 1px solid #979797;
  margin-bottom: 15px; }
  @media only screen and (min-width: 64.063em) {
    .article-hero .intro {
      margin-bottom: 30px; } }
  .article-hero .intro h1 {
    font-size: 20px;
    color: #000;
    line-height: 25px;
    margin-bottom: 10px; }
    @media only screen and (min-width: 64.063em) {
      .article-hero .intro h1 {
        font-size: 42px;
        margin-bottom: 10px;
        line-height: 50px; } }
  .article-hero .intro p {
    font-size: 12px;
    line-height: 17px;
    color: #343434;
    margin-bottom: 0px; }
    @media only screen and (min-width: 64.063em) {
      .article-hero .intro p {
        font-size: 22px;
        line-height: 28px; } }
  .article-hero .intro .meta {
    margin-bottom: 0px;
    font-size: 12px; }
    @media only screen and (min-width: 64.063em) {
      .article-hero .intro .meta {
        font-size: 16px; } }
    .article-hero .intro .meta .date {
      font-size: 12px;
      margin-left: 15px;
      color: #8E8E8E; }
      @media only screen and (min-width: 64.063em) {
        .article-hero .intro .meta .date {
          font-size: 14px; } }

.social_share {
  width: 100%;
  text-align: center;
  margin-bottom: 30px; }
  @media only screen and (min-width: 64.063em) {
    .social_share {
      margin-bottom: 0px; } }
  .social_share .social_share_button {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 0%;
    font-size: 24px;
    color: #fff;
    opacity: 1;
    transition: opacity 0.15s linear;
    cursor: pointer; }
    @media only screen and (min-width: 64.063em) {
      .social_share .social_share_button {
        display: block;
        margin: 0 auto; } }
    .social_share .social_share_button:hover {
      opacity: 0.75; }
  .social_share span {
    position: relative;
    top: 15%;
    color: #fff;
    pointer-events: none; }
  .social_share .facebook {
    background: #839ccf;
    transition: all ease-in-out 0.5s; }
  .social_share .twitter {
    background: #c9e5fa;
    transition: all ease-in-out 0.5s; }
  .social_share .googleplus {
    background: #f0aea6;
    transition: all ease-in-out 0.5s; }
  .social_share .email {
    background: #c4c4c4;
    transition: all ease-in-out 0.5s; }
  .social_share.active .facebook {
    background: #3b5998; }
  .social_share.active .twitter {
    background: #55acee; }
  .social_share.active .googleplus {
    background: #dd4b39; }
  .social_share.active .email {
    background: #848484; }

@media only screen and (min-width: 780px) {
  .article-container article {
    padding: 0 10% 0 0; } }

@media only screen and (min-width: 1025px) {
  .article-container article {
    padding: 0 20% 0 0; } }

.article-container article p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px; }
  @media only screen and (min-width: 64.063em) {
    .article-container article p {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 20px; } }

.article-container article blockquote {
  width: 75%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  border: none;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 25px auto;
  line-height: 32px; }
  @media only screen and (min-width: 64.063em) {
    .article-container article blockquote {
      line-height: 46px; } }
  .article-container article blockquote p {
    color: #343434;
    border: none;
    font-size: 18px;
    font-weight: 600;
    font-family: Geaorgia;
    line-height: 32px;
    margin: 0;
    padding: 0px 5%; }
    @media only screen and (min-width: 64.063em) {
      .article-container article blockquote p {
        line-height: 46px;
        font-size: 25px; } }

.article-container article iframe {
  width: 100%; }

.article-tags {
  margin: 15px 0 0px 0; }
  .article-tags .row {
    border-bottom: 1px solid #979797;
    padding-bottom: 15px; }
    .article-tags .row span {
      font-size: 16px; }
    .article-tags .row span:nth-of-type(1) {
      font-size: 20px;
      color: #000;
      margin-right: 20px; }

.trending-container {
  margin-bottom: 40px; }
  .trending-container .trendingheader h2 {
    font-size: 16px;
    color: #000;
    margin-right: 20px;
    font-weight: bold;
    margin: 30px 0 20px; }
  .trending-container .inner-container .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 15px; }
    .trending-container .inner-container .caption h3 {
      color: #fff;
      font-weight: 600;
      font-size: 16px;
      margin: 0px; }
      @media only screen and (min-width: 40.063em) and (max-width: 90em) {
        .trending-container .inner-container .caption h3 {
          font-size: 20px;
          color: #fff; } }
  @media only screen and (max-width: 641px) {
    .trending-container .first {
      margin-bottom: 20px;
      padding: 0; } }
  @media only screen and (min-width: 642px) {
    .trending-container .first {
      padding-right: 0px; } }
  @media only screen and (max-width: 641px) {
    .trending-container .second {
      padding: 0px; } }
  @media only screen and (min-width: 642px) {
    .trending-container .second {
      padding-left: 10px;
      padding-right: 15px; } }
  @media only screen and (max-width: 641px) {
    .trending-container .second > .row {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 641px) {
    .trending-container .second .caption {
      position: relative !important;
      background: none !important;
      color: #000 !important;
      padding: 10px 15px !important; } }
  .trending-container .second .caption h3 {
    font-size: 12px;
    font-weight: 600; }
    @media only screen and (max-width: 641px) {
      .trending-container .second .caption h3 {
        color: #000; } }
    @media only screen and (min-width: 40.063em) and (max-width: 90em) {
      .trending-container .second .caption h3 {
        font-size: 16px;
        color: #fff; } }
  .trending-container .second .row {
    margin-bottom: 8px; }
    .trending-container .second .row .columns:nth-of-type(1) {
      padding-right: 5px; }
    .trending-container .second .row .columns:nth-of-type(2) {
      padding-left: 5px; }
  @media only screen and (min-width: 641px) {
    .trending-container .first {
      padding-right: 0px; }
    .trending-container .second {
      padding-left: 8px; }
      .trending-container .second .row {
        margin-bottom: 8px; }
        .trending-container .second .row .columns:nth-of-type(1) {
          padding-right: 5px; }
        .trending-container .second .row .columns:nth-of-type(2) {
          padding-left: 5px; } }

.ad-slot-middle {
  text-align: center;
  padding: 5px 0 10px 0; }

.load-more {
  padding: 10px 0 10px 0;
  text-align: center;
  align-items: center; }
  .load-more button {
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #008CBA;
    width: 50%; }

.wrapper-404 {
  margin: 53px 0 0 10px; }

@media only screen and (min-width: 1025px) {
  #main-content > div > div .image {
    background-position: 0 135px; } }

.video-container {
  background-color: #000; }
  @media only screen and (min-width: 1025px) {
    .video-container {
      height: 385px; } }
  @media only screen and (min-width: 1441px) and (max-width: 1920px) {
    .video-container {
      height: 625px; } }
  @media only screen and (min-width: 1921px) {
    .video-container {
      height: 720px; } }
  .video-container .player-container {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 1025px) {
      .video-container .player-container {
        display: flex;
        margin: 0 auto;
        max-width: 64.5rem;
        width: 100%;
        -webkit-transition: right .5s,width .5s ease,height .5s ease;
        -o-transition: right .5s,width .5s ease,height .5s ease;
        transition: right .5s,width .5s ease,height .5s ease;
        height: 385px; } }
    @media only screen and (min-width: 1441px) and (max-width: 1920px) {
      .video-container .player-container {
        height: 625px;
        max-width: 76rem; } }
    @media only screen and (min-width: 1921px) {
      .video-container .player-container {
        height: 720px; } }
    .video-container .player-container .player {
      position: relative;
      height: auto;
      overflow: hidden;
      padding-bottom: 48.65%;
      padding-top: 0px; }
      @media only screen and (min-width: 1025px) {
        .video-container .player-container .player {
          padding-bottom: 36.6%;
          padding-top: 0px;
          position: relative;
          height: auto;
          overflow: hidden;
          width: 100%; } }
      @media only screen and (min-width: 1440px) {
        .video-container .player-container .player {
          width: 100%;
          padding-bottom: 42%; } }
      .video-container .player-container .player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .video-container .player-container.scrolled {
      position: fixed;
      z-index: 5000;
      right: 25px;
      width: 430px;
      height: 244px;
      top: 165px; }
    .video-container .player-container .close-player {
      background: #000;
      width: 23px;
      height: 23px;
      text-align: center;
      color: #fff;
      top: -8px;
      position: absolute;
      right: -10px;
      visibility: hidden;
      display: none;
      z-index: 5;
      border-radius: 50%;
      display: block; }
      .video-container .player-container .close-player .ion-android-close::before {
        padding-top: 3px;
        font-weight: bold; }

.switchbutton {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .switchbutton .switchVideo {
    cursor: pointer;
    display: block;
    font-size: 2em;
    color: white;
    position: absolute;
    z-index: 2;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 94px;
    height: 94px;
    text-align: center;
    background: black;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid white;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    -webkit-writing-mode: horizontal-tb; }
    .switchbutton .switchVideo:before {
      padding: 20px 0 0 10px;
      font-size: 3.5rem; }

.article-hero.playing .close-player {
  visibility: visible;
  display: block; }

.thumbnails-d .videoCube.syndicatedItem,
.trc_popover_fade.trc_in {
  z-index: 5 !important; }

.trc_rbox_header_span {
  font-size: 16px;
  color: #000;
  margin-right: 20px;
  font-weight: bold;
  margin: 30px 0 20px; }
