/**** main.css ***/
@font-face {
  font-family: 'Bebas-Neue';
  src:url('/_assets/fonts/bebas-neue/Bebas-Neue.ttf.woff') format('woff'),
  url('/_assets/fonts/bebas-neue/Bebas-Neue.ttf.svg#Bebas-Neue') format('svg'),
  url('/_assets/fonts/bebas-neue/Bebas-Neue.ttf.eot'),
  url('/_assets/fonts/bebas-neue/Bebas-Neue.ttf.eot?#iefix') format('embedded-opentype'); 
  font-weight: normal;
  font-style: normal;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  font: 0.875em/1.357 Helvetica, arial, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  background-color: black;
}

::-moz-selection {
  background: #eb242c;
  text-shadow: none;
}

::selection {
  background: #eb242c;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 2em 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto !important;
}

iframe {
  max-width: 100%;
}

textarea {
  resize: vertical;
}

h1, h2, h3, h4, h5 {
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

a {
  color: #da242c;
  text-decoration: none;
}

.pages-page  a:hover,
a:focus {
  text-decoration: underline;
}

blockquote {
  background: #f0efdf;
  margin: 10px 0;
  padding: 5px 25px;
  border-left: 4px solid #e3e1cf;
}

.post-content img {
  margin-bottom: 10px;
}

.post-content img[style*="float: left"],
.post-content img[style*="float:left"], .imageleft {
  float left; margin-right: 15px;
}

.post-content img[style*="float: right"],
.post-content img[style*="float:right"], .imageright {
  float: right;
  margin-left: 15px;
}

ul,
 ol {
  padding-left: 2.5em;
}

li {
  margin-bottom: 0.5em;
}

.unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

#header-background {
  color: black;
}

#header {
  background: black;
  color: #fff;
}

.header-links {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
}

.header-links > div {
  flex-grow: 1;
  vertical-align: top;
}

.header-links .section-nav-container {
  flex-grow: 3;
}

.header-links .logo-container,
.header-links .section-nav-container {
  padding-top: 25px;
}

.header-links .section-nav {
  padding-top: 9px;
  padding-right: 50px;
}

.header-links .right-section-container {
  flex-grow: 0;
}

.header-links .right-section-container div {
  display: inline-block;
  vertical-align: top;
}

.header-links .right-section-container .ad {
  float:left;
}

.header-links .right-section-container .links-container {
  float:right;
}

.header-links .right-section-container .divider {
  background-color: #333;
  height: 74px;
  margin-top: 5px;
  width: 2px;
  margin-right: 10px;
}

.header-links .right-section-container .pages-nav-container {
  margin-left: 10px;
}

.header-links .right-section-container .ad img {
  height: auto;
  margin-top: 10px;
  width: 200px
}

.header-links .pages-nav-container {
  padding-right: 15px;
  margin-right: 0;
}

.header-links .pages-nav a {
  height: 21px;
  line-height: 21px;
  text-align: right;
}

.shifter-enabled .shifter-handle {
  z-index: 1000;
  top: 5px;
  left: 10px;
}

.search-handle {
  display: none;
  z-index: 1000;
  position: absolute;
  height: 30px;
  width: 30px;
  top: 5px;
  right: 10px;
}
.search-handle a {
  background-image:url(/_assets/img/search_handle.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 30px;
  width: 30px;
}

.shifter-navigation {
  background-color: black;
  text-transform: uppercase;
  padding-top: 70px;
}

.shifter-navigation .shifter-section-nav {
  margin-bottom: 3em;
}

.shifter-navigation .shifter-section-nav li {
  margin-bottom: 1.5em;
}

.shifter-navigation .shifter-section-nav a {
  color: white;
  border-bottom: 2px solid #da242c;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
}

.shifter-navigation .shifter-pages-nav  {
  margin-top: 15px;
}

.shifter-navigation .shifter-pages-nav a {
  color: #999;
  font-size: 12px;
  font-weight: bold;
}

.shifter-navigation .shifter-pages-nav a:hover {
  text-decoration: underline;
}

#footer {
  background: #000;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

#footer .logo {
  margin-top: 25px;
  max-width: 375px;
  width: 100%;
}

#footer .subtitle {
  color: #bbb;
  text-align: left;
  float: none;
  font-size: 12px;
}

#footer .copyright {
  font-size: 0.70em;
}

#footer .sign-up-text {
  margin: 0 auto;
}

#footer .pages-nav * {
  display: inline;
  font-size: 12px;
  color: white;
  margin-top: 5px;
}

#footer .section-nav {
  float: none;
  max-width: 500px;
  margin: 10px auto;
  padding: 0 1px;
}

#footer .section-nav ul {
  display: flex;
  justify-content: space-between;
}

#footer .section-nav li {
  flex-grow: 0;
  display: inline;
  margin: 0 0 10px;
  text-align: center;
}

#footer .section-nav a {
  display: inline-block;
  font-size: 16px;
  color: white;
  margin: 0;
}

@media only screen and (max-width: 1000px) and (min-width:850px) {
  #footer .section-nav a {
    font-size: 12px;
  }
}

.footer-col {
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
  width: 32%;
}

.footer-col-two {
  color: #b4b3ab;
}

.footer-col-one img {
  width: 100%;
}

.footer-col.col-two {
  text-align: center;
}

@media only screen and (max-width: 850px) {
  #footer {
    padding: 40px;
  }

  #footer .subtitle {
    font-size: 1em;
  }

  #footer .logo {
    max-width: 450px;
  }

  .footer-col {
    width: 100%;
    text-align: center;
  }

  .footer-col .subtitle {
    text-align: center !important;
  }

  #mc_embed_signup {
    max-width: 450px;
  }
  .sign-up-text {
    max-width: 450px;
  }
}

#footer nav {
  font-size: 0.857em;
  margin: 12px 0;
}

#footer,
#footer nav a {
  color: #B4B3AB;
}

#footer nav a:hover {
  color: #fff;
}

.footer-icons {
  margin-top: 10px;
}

.footer-icons a[class*="spicon-"] {
  height: 40px;
  width: 40px;
  background-position: center;
  background-size: contain;
  margin: 0 5px;
}

.footer-icons .spicon-facebook { background:url(/_assets/img/social_facebook_icon.png);}
.footer-icons .spicon-twitter { background:url(/_assets/img/social_twitter_icon.png);}
.footer-icons .spicon-instagram { background:url(/_assets/img/social_instagram_icon.png);}
.footer-icons .spicon-search { background:url(/_assets/img/social_search_icon.png);}

.SocialContent__links:after {
  content: '';
  display: block;
  clear: both;
}

.SocialContent__links li {
  margin: 0;
}

.SocialContent__links a {
  color: #fff;
  display: inline-block;
}

.SocialContent__links a[class*="spicon-"] {
  height: 21px;
  width: 21px;
  background-position: center;
  background-size: contain;
}

.SocialContent__links .spicon-facebook { background:url(/_assets/img/logo-facebook-white.jpg);}
.SocialContent__links .spicon-twitter { background:url(/_assets/img/logo-twitter-white.jpg);}
.SocialContent__links .spicon-instagram { background:url(/_assets/img/logo-instagram-white.jpg);}
.SocialContent__links .spicon-search { background:url(/_assets/img/logo-search-white.jpg);}

.SocialContent--expanded .SocialContent__links a {
  margin-right: 4px;
}

.SocialContent__links a:hover {
  opacity: .7;
}

[class*='spicon-'] {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 17px;
  width: 21px;
  margin-top: -3px;
  text-indent: -9999px;
}

.spicon-popular,
.spicon-recent,
.spicon-splog {
  height: 12px;
  width: 22px;
  margin-bottom: -4px;
}

.spicon-recent {
  background-position: 0 -20px;
}

.spicon-splog {
  background-position: 0 -217px;
}

a.spicon-search {
  background-position: center -36px;
}

a.spicon-facebook {
  background-position: center -56px;
}

a.spicon-twitter {
  background-position: center -76px;
}

a.spicon-instagram {
  background-position: center -96px;
}

a.spicon-home {
  background-position: center -96px;
  width: 12%
}

a.spicon-rss {
  background-position: center -156px;
}

.RecentSPlogs {
  clear: both;
  background: black;
  overflow: hidden;
  padding: 0 10px;
  border-bottom: 5px solid #da242c;
}

.RecentSPlogs__header {
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 2px solid #da242c;
  overflow: hidden;
}

.RecentSPlogs__header .splog-submit {
  float: right;
  color: #aaa;
  font-weight: bold;
  font-size: 12px;
  margin-top: 8px;
}

.RecentSPlogs__title img {
  width: 30px;
  height: auto;
  margin-right: 3px;
  margin-top: -2px;
}

.RecentSPlogs__title {
  float: left;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  margin: 5px 14px 0 0;
  color: white;
}

.RecentSPlogs__body {
  height: 350px;
  padding: 10px;
  overflow-y: scroll;
}

.RecentSPlogs__body .post {
  border-bottom: 2px solid #333;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}

.RecentSPlogs__body .post .post-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.RecentSPlogs__body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.RecentSPlogs__body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.SocialContent__links .splog-submit-link {
  display: none;
}

.SocialContent__links .splog-home-link a {
  display: inline-block;
  width: 39.705882353%;
  text-align: center;
  padding: 5px 0 7px;
  text-transform: none;
  margin-top: -6px;
  margin-right: 13px;
}

#mc_embed_signup {
  display: inline-block;
  background-color: black;
  margin-bottom: 25px;
}

#footer #mc_embed_signup {
  margin-bottom: 15px;
  width: 100%;
}

#mc_embed_signup div,
#mc_embed_signup form {
  width: 100%;
}

#mc_embed_signup input {
  border: 0;
  display: inline-block;
  height: 3em;
  vertical-align: top;
  border-radius: 0;
}

#mc_embed_signup input[type="email"] {
  background-color: black;
  color: white;
  padding: 15px;
}

#footer #mc_embed_signup input[type="email"] {
  background-color: white;
  color: black;
  width: 65%;
}

#footer #mc_embed_signup input[type="submit"] {
  width: 35%;
}

#mc_embed_signup input[type="submit"] {
  background-color: #da242c;
  text-transform: uppercase;
}

#mc_embed_signup input[type="submit"]:hover {
  opacity: 0.8;
}

.sign-up-text {
  text-align: center;
}

.sign-up-text .spacer {
  display: inline-block;
  width: 65%;
}

.sign-up-text .text {
  font-size: 10px;
  display: inline-block;
  width: 35%;
}

#main {
  background: #fff;
  padding-top: 30px;
}

.main-left-col {
  margin-bottom: 25px;
  width: 100%;
}

.main-right-col {
  display: none;
}

.promoted-content-carousels {
  margin-top: 20px;
}

.carousel .loading {
  text-align: center;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.carousel {
  background: black;
}

.featured-carousel {
  border-top: 1px solid black;
  border-bottom: 5px solid #da242c;
}

.carousel-switcher {
  color: #fff;
  display: inline-block;
  margin-right: 15px;
}

.carousel-switcher:last-child {
  margin-right: 0;
}

.carousel-switcher em {
  position: relative;
  top: -0.2em;
  margin-left: 0.2em;
}

.carousel-switcher:hover,
.carousel-switcher:focus, 
.carousel-switcher.selected {
  text-decoration: none;
  color: #da242c;
}

.carousel-switcher:hover .spicon-popular,
.carousel-switcher:focus .spicon-popular 
.carousel-switcher.selected .spicon-popular {
  background-position: 0 -233px;
}

.carousel-switcher:hover .spicon-recent,
.carousel-switcher:focus .spicon-recent,
.carousel-switcher.selected .spicon-recent {
  background-position: 0 -253px;
}

.carousel-header {
  padding: 12px 0;
  margin: 0 15px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-bottom: 3px solid #da252c;
  overflow: hidden;
}

.carousel-header img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}

.carousel-footer {
  font-size: 0.857em;
  color: #b4b3ab;
  clear: both;
  border-top: 1px solid #333;
  overflow: hidden;
}

.carousel-nav {
  background: transparent;
  border: none;
  color: #b4b3ab;
  width: 33.3333%;
  float: left;
  padding: 0;
  height: 30px;
  line-height: 0;
  outline: none !important;
}

.carousel-nav:hover {
  background-color: #111;
  color: #fff;
}

.carousel-page-count {
  line-height: 30px;
  text-align: center;
  width: 33.3333%;
  float: left;
  border: 1px solid black;
  border-width: 0 1px;
}

.carousel-body {
  height: 240px;
  overflow: hidden;
}

.carousel-stage {
  position: relative;
}

.carousel-slide {
  width: 175px;
  padding: 13px 10px 0 15px;
  float: left;
}

.carousel-slide-even {
  padding: 13px 15px 0 10px;
}
/*.carousel-col-one,
.carousel-col-two {
  float: left;
  width: 50%;
  padding: 13px 10px 0 15px;
}
.carousel-col-two { padding: 13px 15px 0 10px; }*/

.wrapper {
  max-width: 1220px;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}

.home-post-list .small-teaser:nth-child(22),
.home-post-list .small-teaser:first-child {
  position: relative;
  padding: 0 0 15px 10px;
}

.home-post-list .small-teaser:nth-child(22) img,
.home-post-list .small-teaser:first-child img {
  width: 300px;
  height: auto !important;
}

.home-post-list .small-teaser:nth-child(22) .post-title,
.home-post-list .small-teaser:first-child .post-title {
  font-size: 36px;
  min-height: 100px;
}

.home-post-list .small-teaser:nth-child(22) .post-content,
.home-post-list .small-teaser:first-child .post-content {
  min-height: 70px;
  margin-bottom: 25px;
}

.home-post-list .small-teaser:nth-child(22) .post-meta-links,
.home-post-list .small-teaser:first-child .post-meta-links {
  position: absolute;
  bottom: 20px;
  left: 325px;
}

.home-post-list .small-teaser:nth-child(22) {
  border-bottom: 0;
}


.post {
  padding: 0 0 15px 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c9c8c3;
 /*overflow: hidden; taken out to show Share links KRB */
}

.post-content {
  overflow: hidden;
}

.post-content a:hover,
.post-content a:focus {
  text-decoration: underline;
}

.home-post-list .post {
  padding: 0 15px;
}

.headliner {
  padding: 20px 0;
  margin: 0;
  border: none;
}

.headliner .post-sections {
  color: #e0ded5;
}

.headliner .byline {
  margin-bottom: 15px;
  color: #B4B3AB;
}

.headliner .featured-image {
  width: 39.705882353%;
  margin-bottom: 0;
}

.summary {
  display: inline;
}

.summary p {
  margin: 0;
  display: inline;
}

.long-summary {
  display: none;
}

.xsmall-teaser {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin: 0;
  padding-top: 15px;
  border-bottom: 0;
}

.xsmall-teaser .byline,
.xsmall-teaser .post-content {
  display: none;
}

.home-teaser:nth-child(2),
.home-teaser:nth-child(18),
.xsmall-teaser:nth-child(6),
.xsmall-teaser:nth-child(10),
.xsmall-teaser:nth-child(14) 
{
  border-right: 1px solid #c9c8c3;
}

.xsmall-teaser img {
  width: 45%;
  height: auto;
}

.small-teaser img {
  width: 200px;
}

.xsmall-teaser .post-title {
  font-size: 18px;
  min-height: 105px;
}

.home-teaser {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin: 0;
  padding-top: 15px;
  border-bottom: 0;
}

.home-teaser .post-title {
  min-height: 50px;
}
.home-teaser .byline {
  min-height: 25px;
}
.home-teaser .post-content {
  min-height: 70px;
}

.home-teaser .post-img {
  display:none;
}

.home-teaser .post-img img {
  float: none;
  width: 100%;
  height: auto;
}

.post .post-img.home-only,
.post .post-img.mobile-only {
  display: none;
}
.home-teaser .post-img.home-only {
  display: block;
}

.medium-teaser .featured-image {
  margin-right: 20px;
  width: 46.551724138%;
}

.large-teaser .featured-image,
.full-post .featured-image {
  display: block;
  float: none;
  margin-bottom: 15px;
}

.mini-teaser .featured-image {
  margin: 0;
}

.full-post h2,
.full-post h3,
.full-post h4 {
  font-weight: bold;
  margin: 1.5em 0 0.5em;
}

.full-post h2 {
  font-size: 1.8em;
}

.full-post h3 {
  font-size: 1.4em;
}

.full-post h4 {
  font-size: 1.15em;
}

.micro-teaser {
  padding: 0;
  margin: 0;
  border: 0;
}

.micro-teaser .featured-image {
  float: none;
  margin: 7px 0 3px;
}

.micro-teaser .post-title {
  font-size: 0.786em;
  line-height: 1.182;
  font-weight: normal;
  color: #fff;
  height: 3.546em;
  overflow: hidden;
}

@media only screen and (max-width: 1000px) {
  .post-list hr {
    display: none;
  }

  .post-list .ad.mobile-ad {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #ccc;
  }

  .teaser {
    width: 100%;
    border-right: 0 !important;
    border-bottom: 2px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px !important;
    position: static;
  }

  .post-list .teaser:last-child {
    border-bottom: 0;
  }

  .teaser .post-title {
    font-size: 18px !important;
    min-height: 0 !important;
    margin: 5px 0;
  }

  .teaser .byline {
    min-height: 0;
    font-weight: normal;
  }

  .teaser .post-img.home-only,
  .teaser .post-img {
    display: none;
  }

  .teaser .post-img img {
    width: 100%;
  }

  .teaser .post-img.mobile-only,
  .teaser .post-content {
    float: none;
    display: inline-block;
    width: 49%;
    margin-bottom: 5px;
    vertical-align: top;
    min-height: 0;
  }

  .teaser .post-content {
    padding: 0 0 0 10px;
  }

  .teaser .post-content a {
    font-weight: bold;
  }

  .xsmall-teaser {
    width: 100%;
  }

  .xsmall-teaser .byline {
    display: block;
  }

  .home-post-list .small-teaser:first-child .post-meta-links,
  .home-post-list .small-teaser:nth-child(22) .post-meta-links,
  .teaser .post-meta-links {
    margin-top: 0;
    position: static;
  }
}

.splog-icon {
  width: 36px;
  height: 36px;
  background: #aa2127 url(../img/splog-icons.png);
  text-indent: -9999px;
}

.link-icon {
  background-position: 0 -36px;
}

.photo-icon {
  background-position: 0 -72px;
}

.quote-icon {
  background-position: 0 -108px;
}

.video-icon {
  background-position: 0 -144px;
}

.word-icon {
  background-position: 0 -180px;
}

.mini-teaser {
  margin-bottom: 0;
  border: none;
}

.mini-teaser .post-title {
  font-size: 0.857em;
  line-height: 1.167;
  font-weight: normal;
  margin-top: 0;
}

.mini-teaser .post-title a {
  color: #fff;
}

.mini-teaser .splog-meta {
  font-size: 10px;
  font-weight: bold;
  color: #999;
}

.comments-link {
  color: #fff;
}

.section-header {
  margin-bottom: 20px;
}

.section-header__categories {
  display: none;
}

.section-title {
  font-size: 1.714em;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}

.section-top-categories {
  font-size: 1.286em;
  color: #bbb;
}

.section-top-categories a {
  color: #333333;
  margin: 0 3px;
}

.section-top-categories a:hover {
  color: #999;
}

.section-top-categories .separator:last-child {
  display: none;
}

.category-header {
  border: 1px solid #c9c8c3;
  border-width: 1px 0;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 20px;
}

.post-sections {
  font: 0.786em/1 Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3f3f3f;
}

.post-sections a {
  font-weight: bold;
  line-height: 15px;
}

.post-title {
  font-size: 1.429em;
  font-weight: bold;
  line-height: 1.2;
  margin: 5px 0 15px;
}

#search-form h1 {
  font-size: 1.429em;
  font-weight: bold;
  line-height: 1.2;
  margin: 5px 0 5px 0;
}

.post-title a {
  color: black;
}

.byline {
  color: #da242c;
  font-size: 0.857em;
  font-weight: bold;
  margin-bottom: 10px;
}

.byline a:hover {
  text-decoration: underline;
}

.byline .separator {
  color: #444;
}

.headliner .byline a {
  color: #B4B3AB;
}

.headliner .byline a:hover {
  color: #fff;
}

.featured-image {
  float: left;
  margin: 0 13px 5px 0;
}

.post-meta-links {
  font: 0.714em/1 Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
}

.headliner .post-meta-links {
  color: #B4B3AB;
  clear: both;
  font: 0.714em/1 Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 12px;
}

.headliner .post-meta-links a {
  color: #B4B3AB;
}

.post-meta-links a {
  color: black;
  line-height: 15px;
}

.post-meta-links em {
  display: inline-block;
  width: 21px;
  height: 12px;
  margin-bottom: -3px;
}

.spicon-share {
  background-position: 0 -119px;
}

.spicon-comment {
  background-position: 0 -139px;
}

.headliner .spicon-share {
  background-position: 0 -176px;
}

.headliner .spicon-comment {
  background-position: 0 -196px;
}

.large-teaser .post-meta-links,
.full-post .post-meta-links {
  float: right;
  margin: 0 0 5px;
}

.large-teaser .post-title,
.full-post .post-title {
  clear: both;
}

.media,
.media-body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

.media .media-object {
  float: left;
  margin-right: 20px;
}

.media .media-object img {
  display: block;
}

.media-condensed .media-object {
  margin-right: 10px;
}

.title {
  margin: 0 auto;
  width: 400px;
  height: 50px;
  background: url(../img/logo.png);
  text-indent: -9999px;
}

.header-links .logo-container h1[class*="logo-"].title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* channel page pages */
.logo-arts { background: url(/_assets/img/logo-arts.png); }
.logo-culture { background: url(/_assets/img/logo-culture.jpg); }
.logo-opinion { background: url(/_assets/img/logo-opinion.jpg); }
.logo-fooddrink { background: url(/_assets/img/logo-foodanddrink.jpg); }
.logo-music { background: url(/_assets/img/logo-music.jpg); }
.logo-splog { background: url(/_assets/img/logo-splog.jpg); }

/*section pages*/
.logo-about { background: url(/_assets/img/logo-about.jpg); }
.logo-advertise { background: url(/_assets/img/logo-advertize.jpg); }
.logo-contribute { background: url(/_assets/img/logo-contribute.jpg); }
.logo-contact { background: url(/_assets/img/logo-contact.jpg); }

.subtitle {
  display: none;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  margin: 6px 0 0 4px;
}

.pages-nav {
  font-size: 0.857em;
  color: #b4b3ab;
}

.pages-nav a {
  display: block;
  color: #b4b3ab;
}

.pages-nav a:hover {
  color: #fff;
}

.separator {
  margin: 0 1px;
}

.section-nav {
  margin: 0;
  font-family: "Bebas-Neue";
  width: 100%;
}

.section-nav ul {
  display: flex;
  justify-content: space-between;
}

.section-nav li {
  flex-grow: 0;
  display: inline;
  margin-bottom: 10px;
}

.section-nav li:first-child {
  margin-left: 0;
}

.section-nav li:last-child {
  margin-right: 0;
}

.section-nav a {
  color: #fff;
  display: inline;
  text-align: center;
  margin: 0;
  padding: 9px 0 2px;
  border-bottom: 3px solid;
  border-color: #da242c;
  text-transform: uppercase;
}

.header-links .section-nav a {
  font-size: 18px;
}

.section-nav a:hover,
.section-nav a:active,
.section-nav a.current-section {
  border-top: 3px solid #da242c;
  padding-top: 6px;
  text-decoration: none;
}

.arts-nav a {
  margin-left: 0;
}

.arts-link {
  color: #da242c;
}

.food-link {
  color: #da242c;
}

.music-link {
  color: #da242c;
}

.culture-link {
  color: #da242c;
}

.opinion-link {
  color: #da242c;
}

.tech-link {
  color: #da242c;
}

.splog-link {
  color: #da242c;
}

.sponsored-link {
  color: #999;
}

#main-background {
  background-color: #fff;
}

.button {
  background-color: #888;
  color: #fff;
}

.arts-button {
  background-color: #e4b84c;
}

.food-button {
  background-color: #a9c358;
}

.music-button {
  background-color: #ad3d79;
}

.culture-button {
  background-color: #f26d1b;
}

.opinion-button {
  background-color: #55937b;
}

.tech-button {
  background-color: #3c64a0;
}

.splog-button {
  background-color: #da242c;
}

.button:hover {
  background-color: #000;
}

.standalone-page .button {
  padding: 0.2em 0.5em;
  border-radius: 0.15em;
  display: inline-block;
  margin-bottom: 0.33em;
}

.pagination {
  clear: both;
  background: black;
  color: #999;
  overflow: hidden;
  line-height: 1;
  padding: 10px;
  font-size: 0.857em;
}

.pagination-links {
  float: right;
}

.pagination a {
  color: #999;
}

.pagination a:hover {
  color: #fff;
}

.pagination a.active {
  color: #fff;
}

.pagination .separator:last-child {
  display: none;
}

.pagination .pages {
  margin: 0 5px;
}

.page-first {
  margin-right: 5px;
}

.page-last {
  margin-left: 5px;
}

.desktop-ad {
  display: none;
}

.mobile-ad {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  clear: both;
}

.mobile-ad img {
  margin: 0 !important;
}

.full-post .mobile-ad {
  padding-top: 15px;
  border-top: 1px solid #c9c8c3;
}

.mobile-leaderboard {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: #000;
  padding: 10px 0;
  margin: 0;
}

.hidden-mobile-ad .mobile-leaderboard {
  position: absolute;
  display: none;
}

.hidden-mobile-ad #header {
  padding-top: 10px;
}

.leaderboard .ad {
  padding 0 15px;
  text-align: center;
}

.main-left-col-ad {
  padding: 0;
  margin: 20px 0 25px;
}

.main-left-col-ad a {
  display: block;
  width: 100%;
}

.main-left-col-ad img {
  display: block;
  width: 728px;
  height: 90px;
  padding: 0 10px;
  margin: 0 auto;
}

.main-right-col .ad {
  padding-top: 20px;
}

.main-right-col .ad:first-child {
  padding-top: 0;
}

.footer-ad {
  margin: 15px -400px 15px 0;
  clear: both;
}

.footer-ad.mobile-ad {
  margin-bottom: 15px;
}

.desktop-ad.footer-ad img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  height: auto;
  padding: 0;
}

.ad.stuck-bottom {
  left: auto !important;
  top: auto !important;
  right: 20px;
  bottom: 350px;
}

.wallpaper-ad {
  width: 1800px;
  height: 1200px;
  position: fixed;
  left: 50%;
  margin-left: -900px;
}

.splog-submit-container {
  padding: 5px;
  margin-bottom: 10px;
  background-color: black;
}

.splog-submit-button {
  color: white; 
  background-color: #e92332;
  display: block;
  padding: 25px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
}

.splog-submit-button .smiley {
  height: auto;
  width: 40px;
}

.splog-page .section-info a:hover {
  background-color: #333;
}

.section-info {
  background-color: black;
  padding: 0 0 15px;
}

.section-description {
  color: white;
  background-color: black;
  padding: 15px 15px 25px 15px;
  margin-bottom: 8px;
  font-size: 0.857em;
  position: relative;
}

.section-description .section-title {
  text-transform: uppercase;
  border-bottom: 3px solid #da242c;
  display: block;
  margin: 0 0 15px;
}

.section-description-smile {
  background-image: url(/_assets/img/logo-simple.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
  display: inline-block;
}

.channel-title-container {
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
}

.section-description p {
  margin-top: 0;
}

.section-description p:last-child {
  margin: 0;
}

.category-dropdown {
  background-color: #da242c;
  color: white;
}

.categories-toggle {
  background: transparent url(../img/dropdown-icon.png) no-repeat 93.5% 14px;
  background-size: 13px 13px;
  color: white;
  padding: 10px 15px;
  display: block;
  font-weight: bold;
}

.categories-list {
  background-color: black;
  display: none;
  padding: 10px 15px;
}

.categories-list li {
  margin-bottom: 5px;
}

.categories-list a {
  color: white;
}

.categories-list a:hover {
  color: #999;
}

.categories-list .archived {
  color: #999;
}

.categories-list .archived:hover {
  color: #333;
}

.popular-recent-callout {
  position: relative;
}

.popular-recent-callout a {
  position: absolute;
  top: 23px;
  padding-right: 40px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}

.popular-callout {
  left: 30px;
  background: url(../img/popular-icon-large.png) no-repeat right 50%;
}

.recent-callout {
  left: 172px;
  background: url(../img/recent-icon-large.png) no-repeat right 50%;
}

.share-widgets {
  position: relative;
}

.share-widgets .widgets {
  display: none;
  position: absolute;
  z-index: 100;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 5px 6px;
  width: 220px;
  top: 0;
  left: 0;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.medium-teaser .share-widgets .widgets {
  right: auto;
  left: 0;
  top: auto;
  bottom: 0;
}

.loading {
  text-transform: uppercase;
  color: #999;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 1px;
}

#dqRecentComments {
  font-size: 0.857em;
}

#dqRecentComments p {
  display: inline;
}

.dqCommentMeta {
  font-size: 0.75em;
  color: #aaa;
}

.dqCommentText {
  word-wrap: break-word;
  display: block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
}

.dqCommentText:hover {
  color: #ccc;
}

.dqCommentAvatar {
  margin-top: 0.2em;
}

.standalone-page {
  background: #fff;
  padding: 20px;
  max-width: 860px;
}

.standalone-page h1 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1em;
}

.standalone-title {
  background: #333;
  overflow: hidden;
}

.standalone-title .title {
  float: none;
  margin: 10px -10px;
}

.saef {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sizeholder ul {
  list-style: none;
}

.saef li {
  margin-bottom: 1em;
}

.saef label {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.857em;
  line-height: 1.75;
  letter-spacing: 1px;
}

.saef input,
.saef textarea {
  width: 100%;
}

input.captcha {
  width: 10em;
}

.saef input[type="submit"],
.saef input[type="checkbox"] {
  width: auto;
}

.help-text label {
  float: left;
}

.help-text .help {
  float: right;
  margin-top: 2px;
  color: #777;
}

.cke_panel_frame {
  background: #fff;
}

.wygwam-editor {
  background: #fff;
  overflow-y: scroll;
  margin: 0;
  max-width: 640px;
  min-height: 400px;
  padding: 10px 30px !important;
}

.wygwam-editor ::selection,
.wygwam-editor ::-moz-selection {
  background: #a8d1ff;
}

#search-form {
  margin: 0 10px 20px;
}

#search-form form {
  margin: 10px 0;
}

#search-form input[type="text"] {
  width: 75%;
}

.mobile-return {
  display: none;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1200px) and (min-width: 1051px) {
  .header-links .logo-container {
    padding-top: 20px;
  }

  .header-links .logo-container .title {
    width: 250px;
    height: 50px;
    margin: 0 auto; 
    background-size: cover;
  }
}

@media only screen and (max-width: 1050px) and (min-width: 821px) {
  .header-links .logo-container {
    padding-top: 13px;
  }

  .header-links .logo-container .title {
    background: url('/_assets/img/logo-simple.jpg');
    margin: 0 auto;
    width: 100px;
    height: 50px;
  }

  .desktop-ad.main-left-col-ad {
    margin-right: -390px;
  }

  .desktop-ad.main-left-col-ad a {
    display: block;
    width: 100%;
  }

  .desktop-ad.main-left-col-ad img {
    display: block;
    width: 728px;
    height: 90px;
    margin: 0 auto;
  }

  .main-right-col {
    margin-top: 110px;
  }
}

@media only screen and (max-width: 820px) {
  #header-background {
    position: fixed;
    width: 100vw;
    z-index: 1000;
    background-color: black;
  }

  #header {
    margin-top: -30px;
  }

  #main-background {
    padding-top: 35px;
  }

  .header-links .logo-container {
    padding-top: 0;
    margin: -16px auto -18px;
  }

  .header-links .logo-container .title {
    width: 200px;
    height: 35px;
    margin: 0 auto;
  }

  .section-nav-container,
  .right-section-container,
  .SocialContent,
  .pages-nav-container {
    display: none;
  }

  .shifter-enabled .shifter-handle {
    top: 6px;
    left: 10px;
  }

  .search-handle {
    display: block;
    top: 6px;
    right: 10px;
  }
}

@media only screen and (max-width: 475px) {
  .header-links .logo-container .title {
    width: 150px;
    height: 30px;
    margin: 3px auto 0; 
    background-size: cover;
  }

  .shifter-enabled .shifter-handle {
    top: 5px;
    left: 10px;
  }

  .search-handle {
    top: 5px;
    right: 10px;
  }

  #footer {
    padding: 20px;
  }
}

@media only screen and (max-width: 325px) {
  #footer {
    padding: 20px 10px;
  }

  .sign-up-text .spacer,
  #footer #mc_embed_signup input[type="email"] {
    width: 55%;
  }

  .sign-up-text .text,
  #footer #mc_embed_signup input[type="submit"] {
    width: 45%;
  }

}

@media only screen and (max-width: 475px) {
}

@media only screen and (min-width: 380px) {
  .subtitle {
    display: block;
    text-align: center;
  }
}

@media only screen and (min-width: 480px) {
  .title {
    margin: 0;
  }

  .subtitle {
    text-align: left;
  }

  .headliner {
    display: block;
  }

  .header-links hgroup {
    float: left;
  }

  .section-nav {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 639px) {
  li.search-link {
    clear: right;
    margin-bottom: 11px;
  }
}

@media only screen and (min-width: 640px) {
  .pages-nav {
    display: block;
  }

  .standalone-page {
    padding: 40px;
  }

  .section-header__categories {
    display: block;
  }
}

@media only screen and (min-width: 820px) {
  .wrapper {
    padding: 10px 20px;
  }

  #main {
    box-sizing: border-box;
    padding-right: 400px;
    overflow: hidden;
  }

  .main-left-col {
    float: left;
  }

  .main-right-col {
    padding: 20px 0;
    float: right;
    width: 350px;
    margin-right: -380px;
    display: block;
  }

  .section-header {
    margin-right: -380px;
  }

  .leaderboard {
    margin: 0 -20px 20px;
    background: transparent;
  }

  .desktop-ad {
    display: block;
  }

  .mobile-ad {
    display: none;
  }

  .header-links hgroup {
    float: none;
  }

  .RecentSplogs-container {
    width: 100%;
  }

  .PageHeader__content {
    margin-right: 262px;
    clear: both;
  }

  .large-teaser .long-summary {
    display: block;
  }

  .large-teaser .summary {
    display: none;
  }

  .splog-submit-button-maincol {
    display: none;
  }
}

@media only screen and (max-width: 820px) {
  .main-scripts a {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 747px) {
  .large-teaser,
  .full-post {
    padding: 0 10px 30px;
  }

  .large-teaser .featured-image-wrapper,
  .full-post .featured-image-wrapper {
    margin: 0 -10px;
  }

  .large-teaser .post-title,
  .full-post .post-title, #search-form h1 {
    font-size: 2.143em;
  }

  .large-teaser .post-content {
    font-size: 1.143em;
    line-height: 1.3125;
  }

  .section-header {
    margin-left: 10px;
  }

  .medium-teaser {
    padding: 0 10px 15px;
    margin-bottom: 20px;
  }

  .mobile-col-one {
    width: 50%;
    float: left;
    padding: 10px 20px 0 10px;
    margin-bottom: 20px;
  }

  .mobile-col-two {
    width: 50%;
    float: right;
    padding: 10px 10px 0 20px;
    margin-bottom: 20px;
    border-left: 1px solid #c9c8c3
  }

  .mobile-col-one .post:last-child,
  .mobile-col-two .post:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }

  .twocol-post-list .count-5 {
    margin-bottom: 0;
  }

  .twocol-post-list .count-5 .post {
    margin-bottom: 5px;
    border-bottom: 1px solid #c9c8c3;
  }

  .mobile-ad.bordered {
    border-top: 1px solid #c9c8c3;
    padding-top: 15px;
  }

  .RecentSplogs-container {
    margin-top: 0;
  }

  .SocialContent__links [class*='spicon-'] {
    text-indent: 9999px;
  }
}

@media only screen and (min-width: 910px) {
  .headliner {
    padding: 20px 10px;
  }

  .large-teaser,
  .full-post {
    padding: 0 10px 30px;
  }

  .large-teaser .featured-image-wrapper,
  .full-post .featured-image-wrapper {
    margin: 0 -10px;
  }

  .large-teaser .post-title,
  .full-post .post-title, #search-form h1 {
    font-size: 2.143em;
  }

  .large-teaser .post-content {
    font-size: 1.143em;
    line-height: 1.3125;
  }

  .section-header {
    margin-left: 10px;
  }

  .medium-teaser {
    padding: 0 10px 15px;
    margin-bottom: 20px;
  }

  .posts-col-one {
    width: 50%;
    float: left;
    padding: 10px 20px 0 10px;
    margin-bottom: 20px;
  }

  .posts-col-two {
    width: 50%;
    float: left;
    padding: 10px 10px 0 20px;
    margin-bottom: 20px;
    border-left: 1px solid #c9c8c3;
  }

  .mobile-col-one:last-child .post:last-child,
  .mobile-col-two:last-child .post:last-child {
    border: none;
    margin: 0;
  }

  .headliner .post-title {
    font-size: 2.143em;
  }

  .headliner .post-content {
    font-size: 1.143em;
    line-height: 1.3125;
  }

  .PageHeader__content {
    margin-right: 282px;
  }
}

/**
 *
 * Print styles
 *
 */

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
 /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,

    a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images,
 or javascript/internal links
   */

  .ir a:after,

  a[href^="javascript:"]:after,

  a[href^="#"]:after {
      content: "";
  }

  pre,

  blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
  }

  thead {
      display: table-header-group; /* h5bp.com/t */
  }

  tr,

  img {
      page-break-inside: avoid;
  }

  img {
      max-width: 100% !important;
  }

  @page {
      margin: 0.5cm;
  }

  p,
  h2,

  h3 {
      orphans: 3;
      widows: 3;
  }

  h2,
  h3 {
      page-break-after: avoid;
  }
}


body:after {
  content: 'mobile';
  display: none;
}

@media all and (min-width: 820px) {
  body:after {
    content: 'desktop';
    display: none;
  }
}

@viewport {
  width: device-width;
}
