/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Required */
/* Set up flexible containers */
/* line 5, ../sass/_base-page.scss */
.interactive-container,
.cnn-outbrain,
#comments,
#disqus_thread {
  margin: 0 auto;
  width: 95%;
  max-width: 980px;
}

/* social buttons to right */
/* line 12, ../sass/_base-page.scss */
.c_share_container {
  float: right;
}
@media screen and (max-width: 500px) {
  /* line 12, ../sass/_base-page.scss */
  .c_share_container {
    float: none;
    text-align: center;
  }
  /* line 17, ../sass/_base-page.scss */
  .c_share_container .c_sharebtns {
    margin: 0 auto;
    display: inline-block;
  }
}

/*
    HEADER
*/
/* line 5, ../sass/_header-footer.scss */
.cnn-skinny-header {
  background-color: #ca0002;
  color: #fff;
  margin: 0;
  padding: 0;
  height: 35px;
}

/* line 13, ../sass/_header-footer.scss */
.header-container {
  width: 95%;
  max-width: 980px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  line-height: 100%;
}

/* line 23, ../sass/_header-footer.scss */
.header-link {
  position: absolute;
  left: 0;
  top: 10px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
/* line 33, ../sass/_header-footer.scss */
.header-link:hover, .header-link:active, .header-link:visited {
  color: #fff;
}

/* line 39, ../sass/_header-footer.scss */
.logo-link img {
  width: 51px;
  height: 35px;
}

/*
    FOOTER
*/
/* line 49, ../sass/_header-footer.scss */
.footer {
  clear: both;
  margin: 20px 0 0 0;
  width: 100%;
  padding: 0;
  text-align: center;
}

/* line 57, ../sass/_header-footer.scss */
.footer-container {
  width: 95%;
  max-width: 980px;
  border-top: 10px solid #ca0002;
  margin: 0 auto;
  padding-top: 10px;
  color: #666666;
  font-size: 10px;
  text-align: left;
}
/* line 67, ../sass/_header-footer.scss */
.footer-container p {
  display: inline-block;
}
/* line 70, ../sass/_header-footer.scss */
.footer-container p.footer-links {
  float: right;
  display: block;
}
@media screen and (max-width: 640px) {
  /* line 76, ../sass/_header-footer.scss */
  .footer-container {
    width: 100%;
    border: 0;
    background-color: #e6e1df;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  /* line 86, ../sass/_header-footer.scss */
  .footer-container p, .footer-container p.footer-links {
    display: block;
    float: none;
  }
}

/* Optional (uncomment if needed) */
/* @import "buttons"; */
/* line 18, ../sass/project.scss */
body {
  background-image: url("../img/background.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
  background-size: 100%;
}

/* line 25, ../sass/project.scss */
.shaded-background {
  background-color: #535251;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 10px;
  color: #f2f1f0;
}

/* line 31, ../sass/project.scss */
.shaded-background h1 {
  font: bold 30px/33px arial;
  margin: 15px 0 10px 10px;
}
@media screen and (max-width: 500px) {
  /* line 31, ../sass/project.scss */
  .shaded-background h1 {
    clear: both;
  }
}

/* line 38, ../sass/project.scss */
.shaded-background h2 {
  font: bold 24px/28px arial;
  margin: 15px 0 10px 10px;
}

/* line 43, ../sass/project.scss */
.shaded-background > p {
  font: normal 14px/19px arial;
  padding: 0 10px 19px 10px;
  margin: 0;
}

/* line 48, ../sass/project.scss */
.events {
  margin-left: -10px;
}

/* line 52, ../sass/project.scss */
.month {
  padding-left: 10px;
  font-family: "Arial Black", Arial, sans-serif;
  letter-spacing: -0.025em;
  font-weight: 900;
  font-size: 32px;
  clear: both;
  margin: 10px 0;
}
/* line 60, ../sass/project.scss */
.dock-month > .month {
  padding-left: 0;
  padding-bottom: 5px;
  line-height: 30px;
  margin: 0;
  color: #fffefc;
}

/* line 68, ../sass/project.scss */
.card {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 2px 0 0 0;
  border-style: solid;
  padding: 35px 10px 10px 10px;
  background-color: #f2f1f0;
  width: 237px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 1px #d9d8d7;
  font-family: Arial, sans-serif;
  margin-left: 10px;
  color: #262524;
}
/* line 82, ../sass/project.scss */
.card div.card-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  background-position: top left;
  background-repeat: no-repeat;
}
/* line 91, ../sass/project.scss */
.card .release-date {
  position: absolute;
  left: 40px;
  top: 7px;
  color: #595857;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 99, ../sass/project.scss */
.card .new {
  color: #fffefc;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 5px;
  background-color: #b00f39;
  border-radius: 4px;
  line-height: 12px;
  display: inline-block;
  padding: 4px 6px 3px 6px;
}
/* line 110, ../sass/project.scss */
.card .title {
  font-weight: 900;
  font-size: 18px;
  letter-spacing: -0.025em;
  line-height: 22px;
  font-family: "Arial Black", Arial, sans-serif;
  margin-bottom: 2px;
}
/* line 118, ../sass/project.scss */
.card .network, .card .credits, .card .author, .card .artist {
  font-size: 12px;
  font-weight: bold;
}
/* line 122, ../sass/project.scss */
.card .weekday, .card .director, .card .genre, .card .timeslot {
  font-style: italic;
  font-weight: normal;
  text-transform: none;
}
/* line 127, ../sass/project.scss */
.card .description {
  margin-top: 8px;
  font-family: Georgia, serif;
  padding-bottom: 20px;
}

/* line 135, ../sass/project.scss */
.card.featured {
  width: 484px;
  background-color: #262524;
  color: #fffefc;
}
/* line 139, ../sass/project.scss */
.card.featured .release-date {
  color: #fffefc;
}
/* line 142, ../sass/project.scss */
.card.featured .featured_img {
  margin-bottom: -10px;
  float: right;
  position: relative;
  top: -20px;
  right: -10px;
}
@media screen and (max-width: 540px) {
  /* line 150, ../sass/project.scss */
  .card.featured .featured_img {
    float: none;
    position: static;
    display: block;
    margin-bottom: 5px;
  }
}
/* line 157, ../sass/project.scss */
.card.featured .title {
  letter-spacing: -0.01em;
  font-size: 26px;
  line-height: 30px;
  padding: 5px 5px 0 0;
}
/* line 163, ../sass/project.scss */
.card.featured .network, .card.featured .credits, .card.featured .author, .card.featured .artist {
  font-size: 14px;
}
/* line 166, ../sass/project.scss */
.card.featured .description {
  padding-bottom: 10px;
  font-size: 14px;
}

/* line 171, ../sass/project.scss */
.hot-now > .card.featured {
    position: relative;
    top: 0;
    left: 0;
  width: 46%;
  margin: 0 2%;
  float: left;
  box-shadow: none;
}
@media screen and (max-width: 590px) {
  /* line 171, ../sass/project.scss */
  .hot-now > .card.featured {
    float: none;
    width: 95%;
    margin-bottom: 10px;
  }
}

/* line 182, ../sass/project.scss */
.card.book {
  border-top-color: #319fa1;
}
/* line 184, ../sass/project.scss */
.card.book .card-icon {
  background-image: url("../img/book-sprite.png");
  background-color: #319fa1;
}

/* line 190, ../sass/project.scss */
.card.movie, .card.tv {
  border-top-color: #b00f39;
}
/* line 192, ../sass/project.scss */
.card.movie .card-icon, .card.tv .card-icon {
  background-position: 1px 0;
  background-image: url("../img/video-sprite.png");
  background-color: #b00f39;
}

/* line 199, ../sass/project.scss */
.card.music {
  border-top-color: #ffb82c;
}
/* line 201, ../sass/project.scss */
.card.music .card-icon {
  background-position: 0 -1px;
  background-image: url("../img/music-sprite.png");
  background-color: #ffb82c;
}

/* line 208, ../sass/project.scss */
.hot-now {
  overflow-y: auto;
  padding-bottom: 10px;
}

/* line 213, ../sass/project.scss */
.dock {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  background-color: #1a1918;
  min-height: 32px;
  z-index: 9999;
}
/* line 220, ../sass/project.scss */
.dock .buttons {
  float: right;
}

/* line 222, ../sass/project.scss */
.dock-month {
  display: inline-block;
}

/* line 224, ../sass/project.scss */
.cnn-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #40403f;
  border-radius: 5px;
  border: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
  padding: 0 15px;
  margin-left: 15px;
  cursor: pointer;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
/* line 243, ../sass/project.scss */
.cnn-btn:hover {
  background-color: #fff;
  color: #40403f;
}

/* line 248, ../sass/project.scss */
#watch-btn {
  background-color: #b00f39;
  background-image: url("../img/video-sprite.png");
}
/* line 251, ../sass/project.scss */
#watch-btn:hover {
  color: #b00f39;
}

/* line 255, ../sass/project.scss */
#read-btn {
  background-color: #319fa1;
  background-image: url("../img/book-sprite.png");
}
/* line 258, ../sass/project.scss */
#read-btn:hover {
  color: #319fa1;
}

/* line 262, ../sass/project.scss */
#listen-btn {
  background-image: url("../img/music-sprite.png");
  background-color: #ffb82c;
}
/* line 265, ../sass/project.scss */
#listen-btn:hover {
  color: #ffb82c;
}

/* line 269, ../sass/project.scss */
#listen-btn, #watch-btn, #read-btn {
  padding-left: 40px;
  background-position: 10px 0px;
}
/* line 272, ../sass/project.scss */
#listen-btn:hover, #watch-btn:hover, #read-btn:hover {
  background-color: #fff;
  background-position: 10px -330px;
}

@media screen and (max-width: 830px) {
  /* line 277, ../sass/project.scss */
  #listen-btn, #watch-btn, #read-btn, #all-btn {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  /* line 282, ../sass/project.scss */
  .card, .card.featured {
    width: 97%;
  }
}

/* line 287, ../sass/project.scss */
.cnnint-ad {
  margin: 0 auto;
}
