@charset "UTF-8";
/*   
Theme Name:Student Life Newspaper - 2014
Theme URI:http://www.studlife.com/theme
Description:The theme for Student Life Newspaper, the independent student newspaper of Washington University in St. Louis built over summer 2014
Author:Billy Jacobson, Emily Sybrant & Online Staff
Author URI:http://www.studlife.com
Version:1.0
.
This theme was designed for use in newsroom settings and looks to make WordPress a viable CMS for the unique needs of a newspaper. It is in active development by Student Life's web staff. This theme is � Copyright Student Life Newspaper and free to be used  
and modified under the GPL license provided that this text remains intact.
.

*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 18, 2014, 5:14:58 PM
    Author     : emilysybrant
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 15, 2014, 10:54:26 PM
    Author     : emilysybrant
*/
.top-border {
  position: fixed;
  height: 5px;
  background-color: #D31C13;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 300; }

.nav-container {
  width: 100%;
  padding: 0 0 5px 0;
  margin-bottom: 15px;
  border-bottom: 2px solid #909090; }
  .nav-container a.nav-link {
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    margin-left: 10px;
    padding: 0 5px 7px 5px;
    color: #262626; }
    .nav-container a.nav-link:hover, .nav-container a.nav-link.current {
      color: #D31C13; }
  .nav-container input {
    font-family: "Roboto", sans-serif;
    font-size: .75em;
    border: 1px solid #dcddd8;
    padding: 3px;
    outline: none;
    margin: 0;
    color: #909090; }
    .nav-container input::-webkit-input-placeholder {
      color: #dcddd8; }
    .nav-container input:-moz-placeholder {
      /* Firefox 18- */
      color: #dcddd8; }
    .nav-container input::-moz-placeholder {
      /* Firefox 19+ */
      color: #dcddd8; }
    .nav-container input:-ms-input-placeholder {
      color: #dcddd8; }
    @media (max-width: 550px) {
      .nav-container input {
        width: 100%; } }
  .nav-container .nav-top {
    font-size: .875em;
    text-align: right; }
    .nav-container .nav-top .nav-call-to-action {
      display: inline-block;
      padding: 5px 10px 3px 10px;
      margin-left: 7px;
      position: relative; }
      .nav-container .nav-top .nav-call-to-action .nav-call-to-action-background {
        background-color: #D31C13;
        position: absolute;
        margin: -5px -10px;
        width: 100%;
        height: 100%;
        z-index: -10;
        -webkit-transform: perspective(20px) rotateX(1deg);
        -ms-transform: perspective(20px) rotateX(1deg);
        transform: perspective(20px) rotateX(1deg);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center; }
    .nav-container .nav-top .nav-tagline {
      display: inline-block;
      font-weight: 300;
      font-style: italic; }

.nav-bottom {
  margin-top: 5px; }

.nav-search {
  float: right;
  width: 140px;
  margin-right: 8px;
  margin-top: 33px; }
  .nav-search input {
    width: 100%; }

.nav-links {
  display: inline-block; }

.nav-masthead {
  height: 52px;
  margin-right: 20px;
  display: inline-block; }
  .nav-masthead img {
    height: 100%; }

.gsc-search-button {
  display: none; }

.nav-menu {
  display: none;
  float: right;
  width: 35px;
  height: 35px;
  margin-top: 1px;
  margin-left: 10px; }

.nav-links-responsive {
  display: none;
  position: absolute;
  background-color: #F6F6F6;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  right: 15px;
  margin-top: 8px;
  overflow: hidden;
  z-index: 300;
  height: 0px;
  transition-duration: 700ms; }
  .nav-links-responsive .nav-link {
    display: block;
    padding: 6px 15px !important;
    margin: 0px !important;
    border-left: 3px solid #F6F6F6; }
    .nav-links-responsive .nav-link:hover, .nav-links-responsive .nav-link.current {
      border-bottom: none !important;
      border-left: 3px solid #D31C13; }
  .nav-links-responsive .nav-search {
    display: block;
    float: none;
    width: auto;
    padding: 8px 20px 8px 14px;
    margin: 0px !important; }

.nav-menu-button {
  width: 100%;
  height: 100%;
  background-color: #ba1811;
  background-image: url("img/icon-menu2.png");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
  cursor: pointer; }

.nav-links-responsive-open {
  height: 210px;
  padding-top: 6px;
  transition-duration: 700ms; }

@media (max-width: 960px) {
  .nav-masthead {
    height: 40px; }

  .nav-search {
    margin-top: 21px; } }
@media (max-width: 880px) {
  .nav-menu {
    display: block; }

  .nav-links {
    display: none; }

  .nav-search {
    display: none; }

  .nav-masthead {
    height: 30px; }

  .nav-bottom {
    margin-top: 18px; }

  .nav-links-responsive {
    display: block; } }
@media (max-width: 720px) {
  .nav-tagline {
    display: none !important; } }
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 18, 2014, 10:33:04 AM
    Author     : emilysybrant
*/
.blog {
  margin-bottom: 40px;
  padding: 20px 10px 0 10px; }
  .blog li {
    border-top: 1px solid #dcddd8;
    padding: 20px 8px; }
    .blog li .blog-img {
      width: 60px;
      height: 60px;
      background-size: cover;
      background-position: center;
      margin-right: 7px;
      display: inline-block;
      vertical-align: top; }
    .blog li .has-image {
      width: -webkit-calc(100% - 71px);
      width: -moz-calc(100% - 71px);
      width: calc(100% - 71px);
      display: inline-block;
      vertical-align: top;
      margin-top: -3px; }
    .blog li p {
      font-size: 1.15em;
      font-family: 'Roboto Slab', sans-serif;
      margin-top: 0;
      font-weight: 300;
      line-height: 120%;
      color: #7f7f7f;
      margin-left: 0; }
    .blog li p:hover {
      color: #D31C13; }
  .blog h2 {
    text-align: center; }
    .blog h2:hover {
      color: #D31C13; }
  .blog h3 {
    font-size: .95em;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
    margin-top: 5px; }
  .blog .blog-title {
    padding: 0 !important;
    margin: 0;
    border-top: none; }
  .blog .blog-more {
    text-align: center;
    padding-top: 8px; }
    .blog .blog-more p {
      text-transform: uppercase;
      font-size: 1em;
      font-family: "Roboto Condensed", sans-serif;
      font-weight: 400; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 22, 2014, 1:55:27 PM
    Author     : emilysybrant
*/
.twitter-tweet {
  width: 100% !important; }

.embedded-media {
  margin-bottom: 24px; }
  .embedded-media p {
    margin-left: 0 !important; }
  .embedded-media iframe {
    width: 100%; }

.youtube iframe, .google-map iframe {
  height: 450px; }
  @media (max-width: 660px) {
    .youtube iframe, .google-map iframe {
      height: 350px; } }
  @media (max-width: 480px) {
    .youtube iframe, .google-map iframe {
      height: 250px; } }

.spotify iframe {
  width: 100%; }
  .spotify iframe html {
    background-color: red; }
  .spotify iframe body #outerWidgetContainer {
    width: 100% !important; }
  @media (max-width: 660px) {
    .spotify iframe {
      height: 350px; } }
  @media (max-width: 480px) {
    .spotify iframe {
      height: 250px; } }

#soundslider {
  margin-left: 85px; }
  @media (max-width: 1080px) {
    #soundslider {
      margin-left: 0; } }
  @media (max-width: 1000px) {
    #soundslider {
      display: none; } }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 29, 2014, 2:47:49 PM
    Author     : emilysybrant
*/
.sidebar {
  width: 300px;
  position: absolute;
  right: -340px;
  top: 0; }

.sidebar .most-popular {
  margin: 40px 0 40px 0;
  font-family: "Roboto", sans-serif; }
  .sidebar .most-popular li {
    margin-top: 12px;
    border-top: 1px solid #dcddd8;
    padding-top: 12px; }
  .sidebar .most-popular h2 {
    text-align: center;
    color: #7f7f7f;
    font-family: "Roboto Condensed", sans-serif; }
  .sidebar .most-popular h4 {
    margin: 0 10px;
    font-family: "Roboto Slab", sans-serif;
    line-height: 135%;
    font-size: 1em;
    font-weight: 300; }
    .sidebar .most-popular h4 a {
      color: #7f7f7f; }
      .sidebar .most-popular h4 a:hover {
        color: #D31C13; }
.sidebar .blog li {
  padding: 17px 8px; }
.sidebar .blog p {
  font-size: 1em;
  margin-bottom: 0;
  line-height: 130%;
  margin-top: 0; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 29, 2014, 4:03:25 PM
    Author     : emilysybrant
*/
.layout1 img, .layout2 img, .layout3 img {
  width: 100%; }
.layout1 p, .layout2 p, .layout3 p {
  margin-bottom: 0;
  margin-top: 6px; }

.home-article, .main-article {
  border: 1px solid #ededed;
  margin-top: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(177, 175, 175, 0.3);
  -moz-box-shadow: 0px 0px 4px 0px rgba(177, 175, 175, 0.3);
  box-shadow: 0px 0px 4px 0px rgba(177, 175, 175, 0.3); }
  .home-article p, .home-article h3, .home-article h4, .home-article h1, .home-article h2, .main-article p, .main-article h3, .main-article h4, .main-article h1, .main-article h2 {
    margin: 0 12px; }
  .home-article h3:hover, .main-article h3:hover {
    color: #D31C13; }
  .home-article h4, .main-article h4 {
    margin-top: 12px; }
  .home-article h3, .home-article h1, .main-article h3, .main-article h1 {
    margin-top: 10px; }
  .home-article p, .main-article p {
    color: #7f7f7f;
    margin-top: 5px;
    margin-bottom: 12px; }

.main-article {
  margin-bottom: 20px;
  margin-top: 0;
  width: -webkit-calc(66.666% - 15px);
  width: -moz-calc(66.666% - 15px);
  width: calc(66.666% - 15px); }
  .main-article p {
    color: #7f7f7f; }
  .main-article h1:hover {
    color: #D31C13; }

.home-article-category {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #D31C13; }

.ad-container {
  margin-bottom: 30px;
  margin-top: -5px; }
  .ad-container .ad-wrapper {
    width: 300px;
    height: 250px;
    margin: 0 auto; }
  .ad-container h5 {
    width: 300px;
    margin: 0 auto; }

.content-container {
  position: relative; }

.featured-articles-container {
  width: -webkit-calc(66.666% - 15px);
  width: -moz-calc(66.666% - 15px);
  width: calc(66.666% - 15px); }

.column1-container {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  float: right; }

.column2-container {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px); }

.column3-container {
  width: -webkit-calc(33.333% - 15px);
  width: -moz-calc(33.333% - 15px);
  width: calc(33.333% - 15px);
  position: absolute;
  top: 0;
  right: 0; }

.layout1 p, .layout2 p, .layout3 p {
  font-size: .85em; }

.layout1 .column1-container .top-home-article {
  margin-top: 15px; }

.layout2 .layout2-top-featured {
  margin-bottom: 30px; }
  .layout2 .layout2-top-featured .column1-container {
    float: none;
    display: inline-block;
    vertical-align: top; }
  .layout2 .layout2-top-featured .column2-container {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 26px; }
  .layout2 .layout2-top-featured .home-article {
    padding-top: 0;
    margin-top: 0; }
  .layout2 .layout2-top-featured .column1-container h3 {
    font-size: 2em; }
  .layout2 .layout2-top-featured .column2-container p {
    display: none; }
  .layout2 .layout2-top-featured .column2-container h3 {
    margin-bottom: 12px; }
.layout2 .main-article .home-article {
  border: none;
  box-shadow: none;
  margin-top: 0; }
.layout2 .featured-articles-container .column1-container .top-home-article {
  margin-top: 15px; }
.layout2 .layout2-top-featured {
  width: -webkit-calc(66.666% - 15px);
  width: -moz-calc(66.666% - 15px);
  width: calc(66.666% - 15px); }

.layout3 .main-article-text {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.32) 6%, rgba(0, 0, 0, 0.57) 15%, rgba(0, 0, 0, 0.8) 29%, rgba(0, 0, 0, 0.95) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(6%, rgba(0, 0, 0, 0.32)), color-stop(15%, rgba(0, 0, 0, 0.57)), color-stop(29%, rgba(0, 0, 0, 0.8)), color-stop(100%, rgba(0, 0, 0, 0.95)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.32) 6%, rgba(0, 0, 0, 0.57) 15%, rgba(0, 0, 0, 0.8) 29%, rgba(0, 0, 0, 0.95) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.32) 6%, rgba(0, 0, 0, 0.57) 15%, rgba(0, 0, 0, 0.8) 29%, rgba(0, 0, 0, 0.95) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.32) 6%, rgba(0, 0, 0, 0.57) 15%, rgba(0, 0, 0, 0.8) 29%, rgba(0, 0, 0, 0.95) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.32) 6%, rgba(0, 0, 0, 0.57) 15%, rgba(0, 0, 0, 0.8) 29%, rgba(0, 0, 0, 0.95) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f2000000',GradientType=0 );
  /* IE6-9 */
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 15px 15px 15px; }
  .layout3 .main-article-text h1 {
    margin-bottom: 8px; }
.layout3 .main-article-content {
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
.layout3 .main-article {
  width: 100%; }
.layout3 .column3-container {
  width: -webkit-calc(33.333% - 15px);
  width: -moz-calc(33.333% - 15px);
  width: calc(33.333% - 15px);
  position: static;
  float: right; }
.layout3 .featured-articles-container {
  float: left; }
.layout3 .column1-container .top-home-article {
  margin-top: 10px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 30, 2014, 7:30:50 PM
    Author     : emilysybrant
*/
.article-content p, .article-content ol, .article-content ul, .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5 {
  margin-left: 85px; }
.article-content img {
  width: 100%;
  height: auto; }
.article-content p {
  line-height: 1.7em; }

div.pull-quote {
  width: 215px;
  color: #D31C13;
  float: left;
  margin-right: 1.5em;
  margin-top: 5px;
  margin-bottom: .5em;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.2em;
  border-top: 5px solid #D31C13;
  border-bottom: 5px solid #D31C13;
  padding: 15px 5px;
  font-style: italic; }

p.wp-caption-text {
  margin-left: 0;
  font-size: .85em;
  color: #7f7f7f;
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1.5em !important; }

.article-category a {
  font-size: .75em;
  color: #D31C13;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  text-transform: uppercase; }
  .article-category a:hover {
    color: #ba1811; }

.article-category {
  margin-bottom: 10px; }

.not-legacy .wp-caption {
  width: 100% !important; }
  .not-legacy .wp-caption .media-credit-container {
    width: 100% !important; }
.not-legacy .media-credit-container {
  width: 100% !important; }

.legacy-article .wp-caption {
  float: left;
  margin-bottom: 30px;
  margin-right: 30px; }
.legacy-article .media-credit-container {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px; }
.legacy-article .article-category {
  display: none; }

.media-credit-container {
  margin-bottom: 24px; }

.wp-caption {
  margin-bottom: 24px; }
  .wp-caption .media-credit-container {
    margin-bottom: 0; }

.article-content {
  font-weight: 300; }
  .article-content a {
    text-decoration: underline; }
    .article-content a:hover {
      color: #D31C13; }
  .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5 {
    margin-bottom: 8px; }
  .article-content h2 {
    font-weight: 600;
    font-size: 1.8em; }
  .article-content h4 {
    font-size: 1em; }
  .article-content h5 {
    color: #262626;
    font-size: 1em; }
  .article-content ul {
    list-style-type: disc;
    padding-left: 40px;
    font-weight: 300; }
    .article-content ul li {
      margin-bottom: 12px; }
      .article-content ul li a {
        text-decoration: underline; }
        .article-content ul li a:hover {
          color: #D31C13; }
  .article-content ol li {
    margin-bottom: 12px; }
    .article-content ol li p {
      margin-left: 0; }
    .article-content ol li a {
      text-decoration: underline; }
      .article-content ol li a:hover {
        color: #D31C13; }
  .article-content .rating {
    width: 110px;
    background: url("img/star-empty.png") 0 0 repeat-x;
    margin: 0;
    margin-bottom: 24px;
    margin-left: 85px; }
  .article-content .rating div {
    height: 21px;
    background: url("img/star-filled.png") 0 0 repeat-x; }

.media-credit {
  margin: -5px 0 0 0 !important;
  position: relative;
  padding: 1px 5px;
  background-color: black; }
  .media-credit a {
    color: #909090;
    text-decoration: none;
    font-weight: 300 !important; }

.author, .article-date {
  display: inline;
  font-size: .8em; }

.author {
  margin-right: 20px; }

.author a:hover {
  color: #D31C13; }

.article-date {
  color: #909090;
  white-space: nowrap; }

.article-headline {
  margin-bottom: 25px; }

.article-subheadline {
  font-family: 'Roboto Condensed';
  margin-bottom: 25px;
  margin-top: -15px;
  font-size: 1.3em;
  font-weight: 300; }

.article-content-container .article-share {
  border-top: 1px solid #dcddd8;
  margin-top: 12px;
  margin-bottom: 45px;
  padding-top: 5px;
  font-size: .5em; }
  .article-content-container .article-share a {
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: top;
    margin-right: 22px;
    opacity: .25; }
    .article-content-container .article-share a img {
      width: 19px; }
  .article-content-container .article-share a:hover {
    opacity: .5; }
  .article-content-container .article-share .facebook img {
    margin-left: 1px; }
  .article-content-container .article-share .twitter img {
    width: 22px;
    margin-top: 1px; }
  .article-content-container .article-share .email img {
    width: 21px;
    margin-top: 1px; }

.article-tags {
  color: #909090;
  font-size: .85em; }
  .article-tags a {
    text-decoration: underline;
    color: #909090; }
    .article-tags a:hover {
      color: #D31C13; }

.additional_authors {
  font-style: italic;
  margin-left: 85px; }

.corrections p {
  font-weight: 400 !important; }

#disqus_thread {
  margin-top: 50px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 3, 2014, 4:55:39 PM
    Author     : emilysybrant
*/
.page-top-content {
  text-align: center;
  margin-bottom: 20px; }

.leaderboard {
  display: inline-block;
  vertical-align: top;
  margin: 0; }

.call_to_action {
  width: -webkit-calc(100% - 745px);
  width: -moz-calc(100% - 745px);
  width: calc(100% - 745px);
  height: 90px;
  display: inline-block;
  vertical-align: top;
  margin-left: 13px;
  background-image: url("img/call-to-action2.jpg");
  background-position: center;
  background-size: cover;
  display: none; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 4, 2014, 6:13:10 PM
    Author     : emilysybrant
*/
footer {
  border-top: 1px solid #dcddd8;
  margin-top: 60px;
  padding: 20px 0 100px 0;
  clear: both;
  font-family: "Roboto Condensed", sans-serif; }
  footer a:hover {
    color: #262626; }
    footer a:hover:hover {
      color: #D31C13; }

.footer-section {
  display: inline-block;
  vertical-align: top;
  width: -webkit-calc(25% - 15px);
  width: -moz-calc(25% - 15px);
  width: calc(25% - 15px);
  margin-right: 12px; }

.clear {
  clear: both; }

@media (max-width: 674px) {
  .footer-section {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 40px; }

  .footer {
    padding-bottom: 40px; } }
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 8, 2014, 9:10:37 PM
    Author     : emilysybrant
*/
.banner-container {
  margin-bottom: 30px; }
  .banner-container p {
    font-family: "Roboto", sans-serif;
    font-size: 1.1em;
    padding: 6px 13px;
    display: block;
    font-weight: 400;
    float: left;
    margin-bottom: 0; }
  .banner-container img {
    float: left;
    height: 120px; }

.breakingnews {
  background-color: #D31C13; }
  .breakingnews p {
    color: #f7f7f7; }
  .breakingnews:hover {
    background-color: #ba1811; }

.featuredpost {
  background-color: #ededed; }
  .featuredpost:hover {
    background-color: #dcddd8; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 12, 2014, 3:36:40 PM
    Author     : emilysybrant
*/
.category-container .article-box {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dcddd8; }
.category-container .article-excerpt p {
  margin-bottom: 12px; }
.category-container .category-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 250px;
  height: 197px;
  float: left;
  margin-right: 15px; }
.category-container .article-share {
  display: inline;
  font-size: .8em;
  margin-left: 20px; }
.category-container .article-share:hover a {
  text-decoration: underline; }
.category-container a:hover h1 {
  color: #D31C13; }
.category-container .clear {
  margin-bottom: 10px; }
.category-container .cat-navigation {
  margin-top: -25px;
  margin-bottom: 80px; }
  .category-container .cat-navigation a {
    text-transform: uppercase;
    font-size: .85em;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    color: #7f7f7f; }
    .category-container .cat-navigation a:hover {
      color: #D31C13; }
  .category-container .cat-navigation .alignleft, .category-container .cat-navigation .alignright {
    width: 50%;
    display: inline-block; }
  .category-container .cat-navigation .alignleft {
    text-align: left;
    float: left; }
  .category-container .cat-navigation .alignright {
    text-align: right;
    float: right; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 12, 2014, 7:34:02 PM
    Author     : emilysybrant
*/
h1 {
  font-weight: 600;
  font-size: 2em; }

.category-container h1 {
  font-size: 1.7em; }

.article-content-container h1 {
  font-size: 2.7em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.35em;
  font-weight: 600; }

h4 {
  font-size: .85em; }

h1, h2, h3, h4, h5, p {
  margin: 0; }

h1, h2, h3, h4 {
  font-family: "Roboto Slab", sans-serif;
  line-height: 115%; }

h2, h4 {
  font-weight: 400; }

a {
  text-decoration: none;
  color: #262626; }

p {
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 24px; }
  p a {
    text-decoration: underline; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

h5 {
  color: #b5b5b5;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: .7em; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 8, 2014, 12:09:28 AM
    Author     : emilysybrant
*/
.oralhistory {
  margin-left: 2%;
  margin-bottom: 15px;
  float: left;
  width: 48%;
  height: 120px;
  font-size: 0;
  cursor: pointer; }
  @media (max-width: 1100px) {
    .oralhistory {
      width: 100%;
      margin-right: 0; } }
  .oralhistory .text {
    height: 100%;
    width: 60%;
    background-color: #dcddd8;
    display: inline-block;
    vertical-align: top;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    line-height: 30px; }
    .oralhistory .text:hover {
      background-color: #909090; }
  .oralhistory .textwrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px; }
  .oralhistory .photo {
    width: 40%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    background-position: center;
    background-size: cover; }

.oralhistorynav {
  margin-bottom: 24px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 13, 2014, 2:00:47 PM
    Author     : emilysybrant
*/
@media (max-width: 990px) {
  .layout1 .column3-container, .layout2 .column3-container, .layout3 .column3-container {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    position: static;
    float: right; }
  .layout1 .main-article, .layout2 .main-article, .layout3 .main-article {
    width: 100%; }
  .layout1 .featured-articles-container, .layout2 .featured-articles-container, .layout3 .featured-articles-container {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    float: left; }
    .layout1 .featured-articles-container .column1-container, .layout2 .featured-articles-container .column1-container, .layout3 .featured-articles-container .column1-container {
      width: 100%;
      float: none; }
    .layout1 .featured-articles-container .column2-container, .layout2 .featured-articles-container .column2-container, .layout3 .featured-articles-container .column2-container {
      width: 100%; }
  .layout1 .layout2-top-featured, .layout2 .layout2-top-featured, .layout3 .layout2-top-featured {
    width: 100%; }

  .layout1 .featured-articles-container .column1-container .top-home-article, .layout2 .featured-articles-container .column1-container .top-home-article {
    margin-top: 10px; }

  .featured-articles-container .ad-container {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dcddd8; } }
@media (max-width: 660px) {
  .layout1 .main-article, .layout2 .main-article, .layout3 .main-article {
    width: 100%; }
  .layout1 .column3-container, .layout2 .column3-container, .layout3 .column3-container {
    width: 100%;
    position: static;
    float: right; }
  .layout1 .featured-articles-container, .layout2 .featured-articles-container, .layout3 .featured-articles-container {
    width: 100%; }

  .layout2-top-featured .column1-container {
    display: block;
    width: 100%; }
  .layout2-top-featured .column2-container {
    display: block;
    margin-left: 0 !important;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dcddd8;
    width: 100%; }

  .column3-container .ad-container {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #dcddd8; }

  #twitter-widget-0 {
    display: none; } }
@media (max-width: 880px) {
  .sidebar {
    position: static;
    width: 100%;
    text-align: center;
    height: auto !important; }
    .sidebar .blog {
      display: none; }
    .sidebar .most-popular {
      display: none; }
    .sidebar .ad-container {
      display: inline-block; }
      .sidebar .ad-container h5 {
        text-align: left; }
    .sidebar .sidebar-ad1 {
      margin-right: 40px; }

  .content-container {
    margin-right: 0;
    min-width: 100%; } }
@media (max-width: 674px) {
  .sidebar .sidebar-ad1 {
    margin-right: 0; }
  .sidebar .ad-container {
    display: block; }

  .layout3 .main-article-content {
    height: 300px; }
    .layout3 .main-article-content .main-article-text h1 {
      font-size: 1.5em; }
    .layout3 .main-article-content .main-article-text p {
      display: none; } }
@media (max-width: 481px) {
  .category-image {
    width: 100% !important;
    float: none !important; }

  .article-content-container .article h1 {
    font-size: 2em !important; }

  .additional_authors {
    margin-left: 0; }

  .article-content p, .article-content ol, .article-content ul, .article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5 {
    margin-left: 0; }
  .article-content .rating {
    margin-left: 0; }

  div.pull-quote {
    width: 100% !important;
    padding: 15px 0; } }
/* Ad media queries */
@media (max-width: 970px) {
  .call_to_action {
    display: none; } }
@media (max-width: 758px) {
  .leaderboard {
    width: 468px;
    height: 60px; } }
@media (max-width: 498px) {
  .leaderboard {
    width: 320px;
    height: 50px; } }
@media (max-width: 320px) {
  .leaderboard {
    margin-left: -15px; } }
#pdf-archive form {
  text-align: center;
  font-size: 12px;
  margin: 15px auto; }
  #pdf-archive form select, #pdf-archive form button {
    background-color: #FCFCFC; }
  #pdf-archive form button {
    border: 1px solid grey;
    border-radius: 5px;
    cursor: pointer; }
#pdf-archive .pdf-preview-container {
  width: 200px;
  height: 300px;
  margin-right: 10px;
  margin-bottom: 20px;
  float: left; }
  #pdf-archive .pdf-preview-container:hover .date, #pdf-archive .pdf-preview-container.no-preview .date {
    display: block; }
  #pdf-archive .pdf-preview-container .date {
    display: none;
    width: 200px;
    height: 300px;
    position: absolute;
    line-height: 300px;
    text-align: center;
    background-color: black;
    color: white;
    opacity: 0.75; }
  #pdf-archive .pdf-preview-container .pdf-preview {
    width: 200px;
    height: 300px; }

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  color: #262626;
  background-color: #F6F6F6; }

html, body {
  width: 100%;
  overflow-x: hidden; }

.site-container {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 15px; }

.article-content-container, .category-container {
  float: left; }

.content-container {
  width: -webkit-calc(100% - 340px);
  width: -moz-calc(100% - 340px);
  width: calc(100% - 340px);
  float: left; }

.layout1 .content-container, .layout2 .content-container, .layout3 .content-container {
  width: 100%; }

.article-content p iframe {
    max-width: 100%;
}


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