@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
*/

:root {
  --color-studlife-red: #af2024;
}


#housing-guide-button {
    display: flex;
    border: 3px solid #af2024;
    width: 100%;
    margin-top: 50px;
    padding: 15px;
    align-items: center;
    background-color: #ffffff;
    color: #af2024;
    height: 80px;
    cursor: pointer;
    margin-bottom: 0px;
    border-radius: 5px;
    justify-content: center; 
    font-size: 28px; 
    font-weight: bold;
    text-decoration: none;
}

#housing-guide-button a {
    color: #af2024;
    text-decoration: none;
}

#housing-guide-button:hover {
    background-color: #f5f5f5;
}




.top-border {
  position: fixed;
  height: 5px;
  background-color: #b1170f;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 300; }

.nav-container {
  width: 100%;
  position: relative; }
  .nav-container a.nav-link {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 0.76em;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 0px 10px;
    color: #FFF; }
    .nav-container a.nav-link:hover, .nav-container a.nav-link.current {
      color: #b1170f;
      transition: 0.2s; }
  .nav-container .nav-top {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: .875em;
    text-align: right;
    background-color: #252525; }
    .nav-container .nav-top .nav-top-left {
      display: flex;
      align-items: center; }
      .nav-container .nav-top .nav-top-left a.top-nav-link {
        padding-left: 10px;
        font-size: 0.8em;
        color: #FFF; }
        .nav-container .nav-top .nav-top-left a.top-nav-link:hover {
          color: #D31C13;
          transition: 0.2s; }
      .nav-container .nav-top .nav-top-left .nav-search {
        margin: 10px;
        width: 140px; }
      .nav-container .nav-top .nav-top-left input {
        background-color: #252525;
        font-family: "Helvetica  Neue", helvetica, sans-serif;
        font-size: .75em;
        border: none;
        border-bottom: 1px solid;
        padding: 0px;
        outline: none;
        margin: 0;
        color: #FFF;
        width: 100%; }
        .nav-container .nav-top .nav-top-left input::-webkit-input-placeholder {
          color: #FFF; }
        .nav-container .nav-top .nav-top-left input:-moz-placeholder {
          /* Firefox 18- */
          color: #FFF; }
        .nav-container .nav-top .nav-top-left input::-moz-placeholder {
          /* Firefox 19+ */
          color: #FFF; }
        .nav-container .nav-top .nav-top-left input:-ms-input-placeholder {
          color: #FFF; }
    .nav-container .nav-top .nav-call-to-action {
      color: #FFF;
      padding-right: 15px;
      font-weight: 300;
      font-size: 0.8em;
      font-style: italic; }

.nav-links {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #252525;
  width: 100vw;
  height: 40px; }
  .nav-links .right-links, .nav-links .left-links {
    display: flex;
    justify-content: center;
    align-items: center; }
  .nav-links .search-toggle {
    cursor: pointer;
    width: 15px;
    padding-left: 10px;
    height: 15px;
    color: #FFF; }
    .nav-links .search-toggle:hover {
      color: #b1170f;
      transition: 0.2s; }
  .nav-links .nav-drop-search {
    position: absolute;
    z-index: 100;
    height: 0;
    opacity: 0;
    transition: all 0.3s;
    transition-timing-function: ease-out;
    color: #FFF;
    width: 33%;
    top: 40px;
    right: 0; }
    .nav-links .nav-drop-search .search-box {
      height: 100%; }
    .nav-links .nav-drop-search label {
      display: none; }
    .nav-links .nav-drop-search input {
      background-color: #444;
      font-family: "Montserrat", sans-serif;
      font-size: 0.8em;
      border: none;
      padding: 0 20px;
      outline: none;
      margin: 0;
      color: #FFF;
      height: 100%;
      width: 100%; }
      .nav-links .nav-drop-search input::-webkit-input-placeholder {
        color: #FFF; }
      .nav-links .nav-drop-search input:-moz-placeholder {
        /* Firefox 18- */
        color: #FFF; }
      .nav-links .nav-drop-search input::-moz-placeholder {
        /* Firefox 19+ */
        color: #FFF; }
      .nav-links .nav-drop-search input:-ms-input-placeholder {
        color: #FFF; }
    .nav-links .nav-drop-search.show {
      height: 40px;
      opacity: 1; }
  .nav-links .vertical-divider {
    margin: 0 10px;
    background-color: #FFF;
    height: 20px;
    width: 1px; }

.nav-masthead-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #b1170f; }
  .nav-masthead-container .nav-masthead {
    height: 48px;
    margin: 12px 0 8px 0; }
    .nav-masthead-container .nav-masthead img {
      height: 100%; }
  .nav-masthead-container .nav-tagline {
    color: #FFF;
    font-weight: 300;
    font-style: italic;
    margin-bottom: 10px;
    font-size: 14px; }

/* for Libel */
/*.nav-masthead img:hover {
content:url("http://www.studlife.com/wp-content/themes/student-life-2019/img/logo-studentlifeLIBEL1.svg"); }*/
.gsc-search-button {
  display: none; }

.nav-menu {
  display: none;
  position: absolute;
  top: 35px;
  left: 10px;
  width: 36px;
  height: 35px; }

.nav-links-responsive {
  display: block;
  position: relative;
  width: 100vw;
  height: 0;
  top: 24px;
  left: -10px;
  background-color: #333;
  z-index: 300;
  transition-duration: 400ms; }
  .nav-links-responsive .nav-link {
    display: none;
    transition: 0.4s;
    padding: 12px 0 !important;
    font-size: 1em !important;
    border-left: none;
    text-align: center; }
    .nav-links-responsive .nav-link:hover, .nav-links-responsive .nav-link.current {
      border-bottom: none !important;
      border-left: 3px solid #b1170f; }
  .nav-links-responsive .nav-search {
    display: none;
    padding: 12px 0 !important;
    text-align: center; }
    .nav-links-responsive .nav-search input {
      height: 30px;
      width: 90%;
      max-width: 400px;
      border: none;
      padding-left: 8px;
      font-size: 1em; }

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

.nav-links-responsive-open {
  height: 150vh;
  width: 100vw;
  transition-duration: 400ms; }
  .nav-links-responsive-open .nav-link, .nav-links-responsive-open .nav-search {
    display: block; }

@media (max-width: 1100px) {
  .nav-container a.nav-link {
    font-size: 0.7em;
    padding: 0px 7px; } }
@media (max-width: 960px) {
  .nav-container a.nav-link {
    font-size: 0.65em;
    letter-spacing: 1.6px;
    padding: 0px 7px; } }
@media (max-width: 880px) {
  .nav-menu {
    display: block; }

  .nav-links {
    display: none; } }
@media (max-width: 490px) {
  .article-details p {
    display: none; }

  .nav-masthead-container .nav-masthead {
    height: 30px;
    margin-bottom: 12px; }

  .nav-masthead-container .nav-tagline {
    display: none; }

  .nav-menu {
    top: 11px; }

  .nav-links-responsive {
    top: 7px; } }
.about-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around; }
  .about-nav a {
    max-width: 320px;
    width: 33%;
    text-align: center;
    padding: 10px;
    font-family: "Helvetica  Neue", helvetica, sans-serif;
    text-decoration: none; }
    .about-nav a:hover, .about-nav a.current {
      padding-bottom: 7px;
      border-bottom: 3px solid #b1170f; }

.internal-page-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 1em; }
  .internal-page-nav a {
    text-align: center;
    padding: 10px;
    font-family: "Helvetica  Neue", helvetica, sans-serif;
    font-weight: 100;
    text-decoration: none;
    color: #b1170f; }
    .internal-page-nav a:hover {
      padding-bottom: 7px;
      text-decoration: underline; }

/*
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: "Helvetica  Neue", helvetica, sans-serif;
      margin-top: 0;
      font-weight: 300;
      line-height: 120%;
      color: #252525;
      margin-left: 0; }
    .blog li p:hover {
      color: #b1170f; }
  .blog h2 {
    text-align: center; }
    .blog h2:hover {
      color: #b1170f; }
  .blog h3 {
    font-size: .95em;
    text-align: center;
    font-family: "Helvetica  Neue", helvetica, 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: "Helvetica  Neue", helvetica, 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: "Helvetica  Neue", helvetica, 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: #252525;
    font-family: "Helvetica  Neue", helvetica, sans-serif; }
  .sidebar .most-popular h4 {
    margin: 0 10px;
    font-family: Georgia, serif;
    line-height: 135%;
    font-size: 1em;
    font-weight: 300; }
    .sidebar .most-popular h4 a {
      color: #252525; }
      .sidebar .most-popular h4 a:hover {
        color: #b1170f; }
.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; }

.featured-articles {
  display: flex;
  margin-bottom: 25px; }
  .featured-articles .vertical-divider {
    background-color: #d5d5d5;
    width: 1px; }

.home-article p, .home-article h1, .home-article h2, .home-article h3, .home-article h4 {
  margin: 3px 0; }
.home-article h1, .home-article h2, .home-article h3 {
  font-family: Georgia, serif;
  font-weight: 400; }
.home-article h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: .8em; }
.home-article .author-name, .home-article .section-label {
  color: #000; }
.home-article h3:hover {
  color: #b1170f; }
.home-article p {
  font-size: 1em; }
.home-article .author-name {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase; }

.main-article, .featured-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px); }

.main-article {
  padding-right: 30px; }
  .main-article h4 {
    margin-top: 8px; }
  .main-article .main-article-img-wrapper {
    width: 100%;
    max-width: 575px; }
  .main-article .main-article-img {
    width: 100%;
    display: inline-block;
    padding-bottom: 66%;
    max-width: 575px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
  .main-article p {
    width: 100%;
    color: #000;
    font-family: georgia, times, serif; }
  .main-article h1, .main-article p, .main-article a {
    text-align: center; }
  .main-article h1 {
    margin-top: 12px;
    font-size: 1.8em;
    font-family: Georgia, serif; }
  .main-article h1:hover {
    color: #b1170f;
    transition: 0.2s; }

.featured-stack {
  padding-left: 30px;
  border-left: 1px solid #d5d5d5; }

.featured-stack, .latest-article-stack {
  justify-content: space-between; }
  .featured-stack p, .latest-article-stack p {
    font-size: .8em; }
  .featured-stack .home-article, .latest-article-stack .home-article {
    width: 100%;
    display: flex;
    align-items: center; }
  .featured-stack .featured-article-img, .latest-article-stack .featured-article-img {
    width: 190px;
    height: 120px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }
  .featured-stack .article-details, .latest-article-stack .article-details {
    width: 100%;
    padding-left: 2%; }
  .featured-stack .no-image .article-details, .latest-article-stack .no-image .article-details {
    padding-left: 0; }
  .featured-stack .horizontal-divider, .latest-article-stack .horizontal-divider {
    height: 1px;
    width: 100%;
    background-color: #d5d5d5;
    margin: 18px 0; }
  .featured-stack .author-name, .latest-article-stack .author-name {
    margin-top: 10px; }

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

.banner-ad-abovethfold {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px; }
  .banner-ad-abovethfold .horizontal-divider {
    height: 1px;
    width: 100%;
    margin: 10px 0;
    background-color: #d5d5d5; }

#banner-home-bottom-divider {
  display: none; }

#mobile-banner-placeholder {
  width: 100%; }
  #mobile-banner-placeholder .banner-ad-abovethfold {
    margin-bottom: 0px; }
  #mobile-banner-placeholder #banner-home-top-divider {
    display: none; }
  #mobile-banner-placeholder #banner-home-bottom-divider {
    display: block; }

.hidden {
  display: none; }

.is-single {
  margin-top: 5px; }

.twitter-wrapper {
  margin-bottom: 30px;
  text-align: center; }

.horizontal-divider-red {
  height: 2px;
  width: 100%;
  margin-top: 3px;
  background-color: #b1170f; }

.latest-container {
  display: flex;
  justify-content: space-between; }

.homepage-ad-column {
  position: relative;
  padding-top: 30px;
  width: -webkit-calc(33.333% - 15px);
  width: -moz-calc(33.333% - 15px);
  width: calc(33.333% - 15px); }

.section-label {
  text-transform: uppercase;
  color: #000;
  font-family: Georgia, serif;
  font-size: 2em;
  font-weight: 400; }

.latest-article-stack {
  margin-top: 15px;
  width: -webkit-calc(66.666% - 15px);
  width: -moz-calc(66.666% - 15px);
  width: calc(66.666% - 15px); }
  .latest-article-stack .home-article {
    padding: 18px 0; }
  .latest-article-stack .horizontal-divider {
    margin: 0; }

.homepage-section-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .homepage-section-container .horizontal-divider-red {
    margin-bottom: 18px; }
  .homepage-section-container .section-container {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    margin: 15px 0; }
    .homepage-section-container .section-container h3 {
      font-family: Georgia, serif; }
    .homepage-section-container .section-container .horizontal-divider {
      height: 1px;
      width: 100%;
      background-color: #d5d5d5;
      margin: 18px 0; }
    .homepage-section-container .section-container .author-name, .homepage-section-container .section-container .article-date {
      padding-top: 4px; }

.ad-container {
  margin-bottom: 30px;
  margin-top: -5px;
  text-align: center; }
  .ad-container .ad-wrapper {
    width: 100%;
    margin: 0 auto; }
  .ad-container h5 {
    width: 300px;
    margin: 0 auto; }

.content-container {
  margin-top: 5px;
  position: relative; }

@media (max-width: 960px) {
  .featured-stack .featured-article-img {
    width: 120px;
    height: 75px; }
  .featured-stack h3 {
    font-size: 1.1em; }

  .latest-container {
    flex-direction: column; }
    .latest-container .latest-article-stack {
      width: 100%; }
    .latest-container .homepage-ad-column {
      width: 100%; }
      .latest-container .homepage-ad-column .ad-2 {
        position: relative; } }
@media (max-width: 650px) {
  .content-container {
    margin-top: 25px; }

  .featured-articles {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px; }
    .featured-articles .main-article {
      padding-right: 0;
      border-bottom: 1px solid #d5d5d5;
      padding-bottom: 9px; }
    .featured-articles .featured-stack {
      border-left: none;
      padding-left: 0;
      padding-top: 9px; }
    .featured-articles .main-article, .featured-articles .featured-stack {
      width: 100%; }

  .section-container {
    width: 100% !important; } }
@media (max-width: 490px) {
  .featured-articles .main-article p {
    font-size: .8em; }

  .section-label {
    font-size: 1.5em; }

  .home-article h3 {
    font-size: 1em; }
  .home-article h4 {
    font-size: .65em; }
  .home-article .author-name {
    margin-top: 5px; }
  .home-article .featured-article-img {
    width: 75px;
    height: 75px; } }
.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; }

/*
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 {
  font-family: georgia, times, serif; }
  .article-content img {
    width: 100%;
    height: auto; }
  .article-content p {
    font-size: 1.1em;
    line-height: 1.6em; }

div.pull-quote {
  max-width: 80%;
  display: inline-block;
  text-align: left;
  color: #000;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.2em;
  border-left: 3px solid #b1170f;
  padding: 0px 15px;
  font-style: italic; }

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

.article-category a {
  font-size: .75em;
  color: #b1170f;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase; }
  .article-category a:hover {
    color: #ba1811; }

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

.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; }
.legacy-article .media-credit-container {
  float: left;
  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: #b1170f; }
  .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: #000;
    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: #b1170f; }
  .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: #b1170f; }
  .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: #555;
    text-decoration: none;
    font-weight: 300 !important; }

.article .author, .article .article-date {
  display: inline;
  font-family: "Montserrat", sans-serif; }
.article .author {
  margin-right: 10px; }
.article .author a:hover {
  color: #b1170f; }
.article .article-date {
  color: #555;
  white-space: nowrap; }
.article .article-subheadline {
  font-family: georgia, times, serif;
  margin-bottom: 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: #555;
  font-size: 1.1em; }
  .article-tags a {
    text-decoration: underline;
    color: #555; }
    .article-tags a:hover {
      color: #b1170f; }

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

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

#disqus_thread {
  margin-top: 50px; }

.page-horizontal-divider {
  width: 100%;
  height: 1px;
  background-color: #dcddd8;
  margin-bottom: 1em; }

/*
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 {
  background-color: #252525;
  color: #FFF;
  margin-top: 60px;
  padding: 40px 0 40px 0;
  clear: both;
  font-family: Georgia, serif; }
  footer p {
    margin: 0;
    font-size: 14px; }
  footer h4 {
    font-family: Georgia, serif;
    text-transform: uppercase;
    color: #FFF;
    font-size: 15px;
    margin-bottom: 10px; }
  footer a {
    font-size: 14px;
    color: #FFF; }
    footer a:hover {
      color: #dcddd8; }

.footer-masthead img {
  width: 250px; }

.footer-content-container {
  display: flex;
  justify-content: space-around; }

.footer-section {
  padding: 0px 10px; }

.clear {
  clear: both; }

@media (max-width: 880px) {
  #footer-social, #footer-special-projects {
    display: none; } }
@media (max-width: 674px) {
  .footer-content-container {
    flex-direction: column;
    padding: 0px 10%; }

  .footer-section {
    margin-bottom: 20px; }

  #footer-social, #footer-special-projects {
    display: block; }

  .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: "Helvetica  Neue", helvetica, 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: #b1170f; }
  .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
*/
.article-headline {
  margin: 10px 0 15px 0;
  font-family: Georgia, serif;
  font-weight: 500; }

.author {
  font-size: 1em; }
  .author .author-name, .author .author-position, .author .article-date {
    font-family: "Montserrat", sans-serif; }

.author-name a {
  margin-right: 0px !important; }

.author, time {
  font-weight: 600; }

.category-container .category-label {
  border-bottom: 1px solid #dcddd8;
  font-family: Georgia, serif;
  font-weight: 500;
  font-size: 40px;
  padding-bottom: 15px;
  color: #b1170f; }
.category-container .article {
  display: flex;
  align-items: center; }
.category-container .article-headline {
  margin-top: 0px; }
.category-container .article-box {
  padding: 15px 0;
  border-bottom: 1px solid #dcddd8; }
.category-container .article-excerpt p {
  margin-bottom: 12px;
  font-family: Georgia, serif; }
.category-container .category-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 250px;
  height: 158px;
  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: #b1170f; }
.category-container .clear {
  margin-bottom: 10px; }
.category-container .cat-navigation {
  margin-bottom: 50px; }
  .category-container .cat-navigation a {
    text-transform: uppercase;
    font-size: .85em;
    font-family: Georgia, serif;
    font-weight: 400;
    color: #252525; }
    .category-container .cat-navigation a:hover {
      color: #b1170f; }
  .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.8em; }

h3 {
  font-size: 1.55em; }

h4 {
  font-size: 1.3em; }

h5 {
  font-size: .8em; }

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

h1, h2, h3, h4, h5 {
  font-family: Georgia, serif;
  line-height: 150%;
  font-weight: normal; }

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

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; }

/*
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: "Helvetica  Neue", helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 800;
    line-height: 30px; }
    .oralhistory .text:hover {
      background-color: #555; }
  .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; }

/*
    Created on : Mar 19, 2020, 11:48:40 AM
    Author     : naspringman
*/
#shadow-behind-email-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=60);
  opacity: 0.6;
  display: none; }

#email-box {
  position: fixed;
  left: 50%;
  top: 50%;
  min-height: 200px;
  transform: translate(-50%, -50%);
  background-color: #F8F8F8;
  color: #333;
  width: 70%;
  max-width: 600px;
  padding: 25px;
  display: none; }
  #email-box p {
    font-family: "Helvetica Neue";
    font-weight: 400; }
  #email-box #email-box-close {
    float: right;
    top: 18px;
    right: 25px;
    cursor: pointer;
    font-size: 40px; }
    #email-box #email-box-close:hover {
      color: #555;
      transition: 0.2s; }
  #email-box h1 {
    font-family: "Montserrat", sans-serif;
    margin: 0;
    color: #333;
    margin-bottom: 5px; }
  #email-box .horizontal-divider {
    background-color: #b1170f;
    height: 6px;
    width: 30%;
    margin: 15px 0;
    display: none; }
  #email-box form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; }
    #email-box form div {
      width: 90%;
      max-width: 480px; }
  #email-box input {
    height: 35px;
    width: 100%;
    margin: 0;
    padding-left: 15px;
    font-size: 17px;
    box-sizing: border-box; }
  #email-box #popup-subscribe-btn, #email-box #webform_submit_button {
    background-color: #b1170f;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-style: italic;
    border: none;
    color: #FFF;
    text-align: center;
    padding: 15px;
    margin: auto; }
    #email-box #popup-subscribe-btn h2, #email-box #webform_submit_button h2 {
      color: #FFF;
      font-style: italic;
      font-weight: 600; }
      #email-box #popup-subscribe-btn h2:hover, #email-box #webform_submit_button h2:hover {
        text-decoration: underline;
        transition: 0.2s; }
  #email-box .sl-logo-watermark {
    background-image: url(img/sl-black.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    max-width: 300px;
    height: 252px;
    opacity: 0.04;
    position: fixed;
    bottom: -15px;
    left: 20px;
    z-index: -1; }

@media (max-width: 735px) {
  #email-box .sl-logo-watermark {
    width: 80%;
    left: 10%; }
  #email-box form {
    flex-direction: column; }
  #email-box #popup-subscribe-btn {
    margin-top: 5px;
    width: 70%; } }
/*
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: 880px) {
  .sidebar {
    position: static;
    width: 100%;
    text-align: center;
    height: auto !important;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    .sidebar .blog {
      display: none; }
    .sidebar .ad-container {
      display: inline-block; }

  .content-container {
    margin-right: 0;
    min-width: 100%; }

  .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; } }
@media (max-width: 480px) {
  .category-container .article {
    flex-direction: column; }
    .category-container .article .category-image {
      margin-right: 0;
      margin-bottom: 15px; }

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

  .additional_authors {
    margin-left: 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: "Helvetica  Neue", helvetica, sans-serif;
  color: #262626;
  background-color: #FFF; }

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%; }

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