#top_articles {
  margin-bottom: 2em;
  clear: both;
  font-family: roboto-condensed, sans-serif;
  color: #fff;
  margin-top: .5em; }

#top_articles .banner {
  width: 100%;
  padding-bottom: 62.5%;
  overflow: hidden;
  position: relative; }

#top_articles .banner .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.75em solid #fff; }

#top_articles .banner .section {
  position: absolute;
  left: 0;
  top: 2em;
  line-height: 2em;
  padding: 0 1.75em;
  font-size: .75em;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #c20e15; }

#top_articles .banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#top_articles .banner h1 {
  position: absolute;
  left: 0;
  bottom: 1em;
  font-size: 1.25em;
  padding: 1em 1.05em; }

#top_articles .banner h1 a {
  color: #fff;
  text-decoration: none; }

#top_articles .banner h1 a:hover {
  text-decoration: underline; }

#top_articles .banner span.date {
  position: absolute;
  left: 0;
  bottom: 2em;
  font-size: 0.625em;
  padding: 0 2.1em;
  font-weight: 100;
  text-transform: uppercase; }

#top_articles .banner .gradient {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  height: 75%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#06080d+0,06080d+100&0+0,0.88+73,0.88+100 */
  background: -moz-linear-gradient(top, rgba(6, 8, 13, 0) 0%, rgba(6, 8, 13, 0.88) 73%, rgba(6, 8, 13, 0.88) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(6, 8, 13, 0) 0%, rgba(6, 8, 13, 0.88) 73%, rgba(6, 8, 13, 0.88) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(6, 8, 13, 0) 0%, rgba(6, 8, 13, 0.88) 73%, rgba(6, 8, 13, 0.88) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0006080d', endColorstr='#e006080d',GradientType=0 );
  /* IE6-9 */ }

#top_articles .top_articles_small {
  width: 100%;
  float: left;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.66); }

#top_articles .article {
  width: 25%;
  float: left;
  color: #fff;
  background-color: rgba(50, 52, 59, 0.88); }

#top_articles .article span.order {
  color: #bbb;
  display: block;
  text-align: center;
  line-height: 2em;
  font-size: 1.25em;
  font-weight: bold; }

#top_articles .article span.order:hover {
  cursor: pointer; }

#top_articles .article.active span.order {
  color: #fff;
  background-color: rgba(100, 104, 118, 0.78); }

#top_articles .article.active span.order:hover {
  cursor: auto; }

#top_articles .article .article_info {
  display: none; }

#top_articles_small_header {
  display: none; }

#top_articles_small_footer {
  display: none; }

#calendar .wrap {
  padding: 1em 1em 2em 1em; }

#calendar ul {
  display: table;
  font-weight: 900;
  width: 100%; }

#calendar li {
  display: table-cell;
  border: 1px solid #f1f1f1;
  text-align: center;
  width: 30%;
  height: 100%;
  background: transparent no-repeat 50% 1em url("/thm/def/img/cal.png"); }

#calendar li.next {
  width: 10%; }

#calendar li span.date_month {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.5em;
  margin-top: 2.5em; }

#calendar li span.date_day {
  display: block;
  color: #c20e15;
  font-size: 1.5em;
  margin-top: .125em; }

#calendar li h3 {
  font-size: 0.75em;
  line-height: 1.25em;
  padding: 1em .5em .5em .5em; }

#calendar li.active {
  background-color: #f1f1f1; }

#calendar li.next {
  background-color: #f1f1f1;
  background-image: none;
  vertical-align: middle; }

#calendar li.day_3, #calendar li.day_4, #calendar li.day_5 {
  display: none; }

#actual_articles .article {
  padding: 1em; }

#actual_articles .article .image {
  width: 100%;
  padding-bottom: 62.5%;
  overflow: hidden;
  position: relative; }

#actual_articles .article .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

#actual_articles .article .header {
  width: 100%;
  overflow: hidden;
  padding-top: 1em;
  position: relative;
  vertical-align: top;
  font-family: roboto-condensed, sans-serif;
  text-align: center; }

#actual_articles .article .header span {
  display: inline-block;
  font-size: 0.875em;
  padding: .5em .75em;
  color: #fff;
  background-color: #c20e15; }

#actual_articles .article .header span a {
  color: #fff;
  text-decoration: none; }

#actual_articles .article .header span a:hover {
  text-decoration: underline; }

#actual_articles .article .header h3 {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.25em;
  padding: .5em 0; }

#actual_articles .article .header h3 a {
  color: #333;
  text-decoration: none; }

#actual_articles .article .header h3 a:hover {
  text-decoration: underline; }

#actual_articles .article .header p {
  font-size: 0.875em;
  line-height: 1.25em;
  padding: 3px 0; }

#actual_articles .article .header .next {
  font-size: 1.125em;
  margin: 0.875em 0 0 0; }

#actual_articles .article .header .next img {
  vertical-align: -20%;
  margin-right: .75em; }

#actual_articles .article .header .next a {
  color: #333;
  text-decoration: none; }

#actual_articles .article .header .next a:hover {
  text-decoration: underline; }

/*
#actual_articles .article .header .next {font-size: 1.125em; margin: .875em 0 0 9em }
#actual_articles .article .header .next img {vertical-align: -20%; margin-right: .75em}
#actual_articles .article .header .next a {color: $colorBasicCnt; text-decoration: none}
#actual_articles .article .header .next a:hover {text-decoration: underline}
*/
#actual_articles .articles {
  padding: .5em 1em 1em 1em; }

#actual_articles .articles h4 {
  width: 100%;
  font-size: 0.875em;
  padding: .625em 1em;
  font-weight: 900;
  background-color: #f1f1f1;
  text-transform: uppercase; }

#actual_articles .articles .article_line {
  border-bottom: 1px solid #f1f1f1;
  font-size: 0.875em;
  position: relative;
  padding-top: 1.875em; }

#actual_articles .articles .article_line span {
  display: inline-block;
  line-height: 2em;
  padding: 0 1em; }

#actual_articles .articles .article_line span.date {
  color: #666;
  position: absolute;
  top: 0;
  left: 0; }

#actual_articles .articles .article_line span.mtitle {
  font-weight: bold;
  padding-bottom: .25em;
  line-height: 1.5em; }

#actual_articles .articles .article_line span.link {
  color: #c20e15;
  position: absolute;
  top: 0;
  right: 0; }

#actual_articles .articles .article_line span.link a {
  color: #c20e15;
  text-decoration: none; }

#actual_articles .articles .next {
  border: 0;
  text-align: center;
  padding-top: .25em; }

#actual_articles .articles .next a {
  display: inline-block;
  line-height: 2em;
  color: #c20e15;
  text-decoration: none; }

#actual_articles .articles .next a img {
  display: none; }

#actual_videos .wrap {
  padding: 1em 1em 2em 1em; }

#actual_videos ul {
  display: table;
  font-weight: 900;
  width: 100%; }

#actual_videos li {
  display: table-cell;
  text-align: center;
  width: 50%;
  padding: 0 .25em .25em .25em; }

#actual_videos li .wrap {
  border: 1px solid #f1f1f1;
  padding: .5em;
  overflow: hidden;
  text-overflow: ellipsis; }

#actual_videos li .iframe_wrap {
  padding-bottom: 56.25%;
  position: relative; }

#actual_videos li iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

#actual_videos li h3 {
  display: block;
  height: 3.75em;
  font-size: 0.875em;
  line-height: 1.25em;
  margin-top: 12px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis; }

#actual_videos .video_3, #actual_videos .video_4 {
  display: none; }

@media screen and (min-width: 30em) {
  #top_articles .banner .section {
    top: 2em;
    padding: 0 1.75em;
    font-size: 1em; }

  #top_articles .banner h1 {
    bottom: 1em;
    font-size: 1.6667em;
    padding: 1em 1.05em; }

  #top_articles .banner span.date {
    bottom: 2em;
    font-size: 0.8333em;
    padding: 0 2.1em; }

  #top_articles .banner .gradient {
    top: 25%;
    height: 75%; }

  #calendar li.day_3 {
    display: table-cell; }

  #calendar li {
    width: 22%; }

  #calendar li.next {
    width: 10%; }

  #actual_videos li {
    width: 33.3333%; }

  #actual_videos .video_3 {
    display: table-cell; } }
@media screen and (min-width: 45em) {
  #calendar li.day_4, #calendar li.day_5 {
    display: table-cell; }

  #calendar li {
    width: 15%; }

  #calendar li.next {
    width: 10%; }

  #actual_videos li {
    width: 25%; }

  #actual_videos .video_4 {
    display: table-cell; }

  #actual_articles .article {
    display: table; }

  #actual_articles .article .image {
    display: table-cell;
    width: 50%;
    padding-bottom: 31.25%; }

  #actual_articles .article .header {
    display: table-cell;
    width: 50%;
    padding: 0 0 1em 1em;
    text-align: left; }

  #actual_articles .articles .article_line {
    display: table;
    padding-top: 0;
    width: 100%; }

  #actual_articles .articles .article_line span {
    border-bottom: 1px solid #f1f1f1;
    display: table-cell;
    line-height: 2em; }

  #actual_articles .articles .article_line span.date {
    width: 20%;
    position: relative;
    top: auto;
    left: auto; }

  #actual_articles .articles .article_line span.mtitle {
    font-weight: bold;
    padding-bottom: 0;
    line-height: 2em; }

  #actual_articles .articles .article_line span.link {
    position: relative;
    top: auto;
    right: auto;
    text-align: right; } }
@media screen and (min-width: 60em) {
  #top_articles .banner {
    width: 69.3333%;
    padding-bottom: 43.3333%;
    float: left;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.66);
    z-index: 10; }

  #top_articles .top_articles_small {
    width: 30.6667%;
    float: right;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.66);
    margin-top: 2%; }

  #top_articles .article {
    width: 100%;
    padding-bottom: 28%;
    float: right;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #5b5d63;
    border-bottom: 1px solid #151b23; }

  #top_articles .article.active {
    background-color: rgba(100, 104, 118, 0.78); }

  #top_articles .banner .section {
    top: 3em;
    padding: 0 2em;
    font-size: 1em; }

  #top_articles .banner .border {
    border: 1em solid #fff; }

  #top_articles .banner h1 {
    bottom: 1em;
    font-size: 2.5em;
    padding: 1em 1.5em; }

  #top_articles .banner span.date {
    bottom: 3.25em;
    font-size: 1em;
    padding: 0 3.75em; }

  #top_articles .banner .gradient {
    top: 50%;
    height: 50%; }

  #top_articles_small_header {
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.75em;
    font-weight: 900;
    background-color: rgba(35, 37, 43, 0.89); }

  #top_articles_small_header {
    border-bottom: 1px solid #151b23;
    font-size: 0.875em; }

  #top_articles_small_footer {
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.75em;
    font-weight: 900;
    background-color: rgba(35, 37, 43, 0.89); }

  #top_articles_small_footer {
    border-top: 1px solid #5b5d63; }

  #top_articles_small_footer a {
    color: #fff;
    text-decoration: none;
    font-size: 0.75em; }

  #top_articles .article span.order {
    display: none; }

  #top_articles .article .article_info {
    display: block; }

  #top_articles .article .article_info .image {
    display: block;
    height: 60%;
    width: 23%;
    overflow: hidden;
    position: absolute;
    top: 20%;
    left: 2em;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.66); }

  #top_articles .article .article_info .image img {
    height: 100%; }

  #top_articles .article .title {
    display: inline-block;
    height: 64%;
    position: absolute;
    top: 18%;
    left: 38%;
    overflow: hidden;
    padding-right: 2em; }

  #top_articles .article .title span {
    display: block;
    font-size: 0.75em;
    font-weight: 100;
    color: #bbb;
    margin-bottom: .125em;
    white-space: nowrap; }

  #top_articles .article .title span a {
    color: #bbb;
    text-decoration: none; }

  #top_articles .article .title span a:hover {
    text-decoration: underline; }

  #top_articles .article .title h2 {
    line-height: 1.25em; }

  #top_articles .article .title h2 a {
    color: #fff;
    text-decoration: none; }

  /*
  #top_articles .article span {color: $colorSubTitleCnt; font-size: 0.6875em}
  #top_articles .article h2 {line-height: 1.2em; padding: .5em 0; font-weight: bold; font-size: .8125em}
  #top_articles .article h2 a {color: $colorBasicCnt; text-decoration: none}
  #top_articles .article h2 a:hover {text-decoration: underline}
  #top_articles .active {background-color: $colorHighlightBkg}
  #top_articles .active span {color: $colorBasicCnt}
  */ }
@media screen and (min-width: 75em) {
  .content_wrap {
    width: 75em;
    margin: 0 auto;
    position: relative; } }

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