/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


@import url("https://use.typekit.net/whq4bgc.css");

@media (max-width: 1200px) {
    #mySidebar {
        width: 97.5%; /*this gives it the precise width to match the Bootstrap defaults*/
    }
}

a{
   transition: all 0.3s ease;color: #cb2128;}

html{}



body{
     background-color: #f1f1f1;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Helvetica";
    font-size: 1rem;
    line-height: 1.4;

}

a:hover{
  transition: all 0.3s ease;
  color: #444;}
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: .5em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}




/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */




#site_bar_company_name {
  margin-left: 150px;
}

#site_bar {
  background-color: #ba0c0c;
  border-bottom: 1px solid black;
  width:100%;
}

#site_bar_content {
  width: 1020px;
  margin: auto;
}

#site_bar_content #top_logo {
  margin-top: 5px;
}

#top_logo {
  float:left;
  margin-left: 187px;
}

#site_bar_company_name {
  float: left;
  margin-left: 100px;
}

#site_bar_logout {
  float: left;
  margin-left: 20px;
  margin-top: 5px;
}


#editor_switch {
  float: left;
  position: relative;
  margin-top: 5px;
}

#editor_switch a, #editor_switch a:hover {
  color: white;
  background: url("/assets/black_button.png") repeat-x;
  border-bottom: 0px none;
  padding: 4px 14px;
  border: 1px solid #000000;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}

#editor_switch span {
  border: 1px solid #000000;
}


#editor_switch a, #editor_switch span {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#site_bar, #site_bar * {
  color: white;
  font-family: Arial;
  font-size: 14px;
  font-weight: normal;
}

#editor_switch {
  left: 0px;
}
#site_bar_branding {
  right: 0px;
}
#site_bar #site_bar_company_name {
  font-weight: bold;
  margin-top: 5px;
}
#site_bar #site_bar_branding a {
  font-weight: normal;
}
#site_bar #site_bar_branding a#logout {
  margin-left: 12px;
}
#site_bar * {
  line-height: 47px;
}

#site_bar a {
  text-decoration: none;
}
#site_bar a:hover {
  border-bottom: 1px solid white;
}
#site_bar_content {
  height:47px;
  position: relative;
}

.switch_link {
  display: none !important;
}

.fahle-card {
  padding-bottom: 15px;
}

.article_photo_caption {
  font-size: 13px!important;
  color: #666!important;
  padding: 0!important;
  margin: 0!important;
  padding-top: 5px;
}

.bg-light {
  background-color: #f1f1f1 !important;
}

.bg-black {
  background-color: #1b1b1b!important;
}

.text-red {
  color: #cb2128!important;
}

.card a {
  transition: all 0.3s ease;
  text-decoration: none!important;
}

.card a.hover, .card a:hover {
  color: #202020!important;
  transition: all 0.3s ease;
}

.card-title a.hover, .card-title a:hover {
  color: #cb2128 !important;
  transition: all 0.3s ease;
}

.bar-text {
  color: #86969c !important;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.card.bar-text a {
  color: #cb2128;
  text-decoration: none!important;
}

.card.bar-text a:hover {
  color: #444;
  transition: all 0.3s ease;
  text-decoration: none!important;
}

.card {
  border: none;
  padding-bottom: 0px;
  background-color: #f1f1f1;
}
.card-header {
  padding-top: 0.75rem;
  padding-right: 1.25rem!important;
  padding-bottom: 0.75rem;
  padding-left: 0rem !important;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body {
  border: none;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  padding-top: .0rem !important;
  padding-bottom: .75rem !important;
}

.card-title {
  text-transform: capitalize;
  color : #444;
  font-optical-sizing: auto;
  font-family: bookmania, serif !important;
  font-weight: 700;
}

h1 .card-title {
line-height: 1.4;
margin-bottom: 0px;
}

h3 .card-title {
  line-height: 1.5;
  margin-bottom: 0px;
}

h4 .card-title {
  margin-bottom: 0px;
}

h5 .card-title {
  line-height: 1.2;
  margin-bottom: 0px;
}

.card-title a:hover {
  color: #cb2128;
  text-decoration:none;
  transition: all 0.3s ease;
}

.title-link {
  color: #444;
  line-height: 1.2;
}

.title-link a {
  color: #444444;
}

.title-link a:hover {
  color: #cb2128;
  text-decoration:none;
  transition: all 0.3s ease;
}

.writer-link {
  color: #444;
  line-height: 1.2;
}
.writer-link a {
  color: #444444;


}
.writer-link a:hover {
  color: #cb2128;
  text-decoration:none;
  transition: all 0.3s ease;
}

.video-date {
  color : #444;
  margin-right: .25rem;
}

.card-text {
  word-break: keep-all;
  font-size: 1rem;
}

.article-source {
  margin-left: 2px !important;
}

a.load-more {
  color: #cb2128 !important;
  font-size: 18px;
  font-weight: 700;
  font-family: Montserrat;
}

a.load-more:hover {
  color: #000 !important;
  transition: all 0.3s ease;
  text-shadow: none;
  cursor: pointer;
}

.teaser-box{
  border-left: 4px solid #cb2128;
}

.teaser{
  font-family: Montserrat, sans-serif;
  font-weight: bolder;
  font-style: italic;
  color: #666;
}

.button:hover {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

h2 {
  position: relative;
  text-align: left;
  font-weight: 700;
  font-family: Montserrat;
  font-size: 1.75rem !important;
  color: #202020;
}

h2 span {
  background: #f1f1f1;
  padding: 0px 0px;
  position: relative;
  z-index: 1;
}

h2:before {
  background: #cb2128;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  width: 100%;
}

h2:before {
  left: 0;
}

h2 .headline {
  font-family: Montserrat;
  font-size: 1.5rem !important;
}

figure {
  margin:0;margin-bottom: 10px;
}

figcaption {
  bottom: 0;
  text-align: right;
  float: right;
  color: #808080;
  font-size:13px;
  line-height:
}

.tag {
  color: #86969c !important;
  font-family: helvetica;
  font-size: .8rem !important;
  font-weight: bolder !important;
  text-transform: uppercase;
  letter-spacing: .25px;
  margin-left: 1.25rem;
  margin-bottom: .25rem;
}

.category-tag {
  color: #666;
  font-size:14px;
  font-weight: bolder !important;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.category-tag a {
  color: #808080; !important;
  transition: all 0.3s ease;
  text-decoration: none!important;
}

.category-tag a:hover {
  color: #000 !important;
  transition: all 0.3s ease;
  text-decoration: none!important;
}

.date {
  color: #666;
  font-weight: normal;
  font-size: 13px;
}

.author {
  color: #cb2128;
  font-weight: bolder;
  font-size: 13px;
 }

.byline {
  /*color: #cb2128;*/
  font-weight: bolder;
  font-size: 16px;
 }

.not-linked {
  color: #666;
}

.btn-play {
  color: #fff!important;
  background-color: #cb2128!important;
  border-color: #cb2128!important;
}

.btn-mute {
  color: #fff!important;
  background-color: #cb2128!important;
  border-color: #cb2128!important;
}

.btn-deadline {
  color: #fff!important;
  background-color: #cb2128!important;
  border-color: #cb2128!important;
}

.btn-deadline:hover {
  color: #fff!important;
  background: #222!important;
  border: #000!important;
}

.bg-light {
  background-color: #f1f1f1 !important;
}

.bg-black {
  background-color: #1b1b1b!important;
}

.text-red {
  color: #cc0000!important;
}

.searchbar {
float: left;
  padding: .375rem .75rem!important;
  line-height: 1.5!important;
  color: #495057!important;
  background-color: transparent!important;
  border-radius: 13rem !important;

  overflow: hidden;
}

.header-logo {
  padding-left: 115px;
}

.header-logo-img {
  max-width: 150px;
  background-repeat: no-repeat;
  background-size: contain;
}

.score-widget {
  max-height: 70px;
}

.story-body {
  padding: 1rem 1rem 1rem 1rem!important;
  margin-top: 20px;
  /*margin: 0px !important;*/
}

.story-body p{
  font-size: 1.25rem;
  padding: 0px!important;
  orphans: 3;
  text-justify: auto;
}

.story-body p a{
  color: #cb2128;
  font-weight: 500;

}

.story-body {
  max-width: 100% !important;
  padding: 1rem 0 1rem 0rem ;
  width: 100%;
  display: inline-block;
}

.article_photo_item {
  max-width: 100% !important;
  padding: 1rem 0 1rem 0rem ;
  width: 100%;
}

.story-body img {
  padding: 0!important;
  margin-right: 0px !important;
}
img.article_photo_item {
  padding: 1rem 0rem 1rem 20px;
  margin: 0;

}
.story{
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 1rem 2rem 1rem 0rem !important;
  border-left: 4px solid #cb2128 !important;
  padding-left: 2rem !important;
}

blockquote p {
  font-weight: 600!important;
  color: #444!important;
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.header-ad {
  display: inline-block;
}

.home-top-ad {
  margin-top: 10px;
}

.ad-2 {
  max-width: 728px;
  max-height: 90px;
}

.share-btn {
  display: inline-block;
  color: #ffffff;
  border: none;
  margin-bottom: 1rem;
  box-shadow: 0 2px 0 0 rgba(0,0,0,0.2);
  outline: none;
  text-align: center;
}

.share-btn:hover {
  color: #eeeeee;
}

.share-btn:active {
  position: relative;
  box-shadow: none;
  color: #e2e2e2;
  outline: none;
}

.fb-btn {
  margin-top: 10px;
}

.twitter-btn {
  margin-left: 15px;
  padding-right: 5px;
}

.share-btn.twitter {
  background: #55acee;
}

.share-btn.facebook {
  background: #3B5998;
}

.share-btn.link {
  background: #555;
}

/*
 * newsletter
 */
.subscribe-bg {
  background-color: #ffffff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.threeonethree{
  max-width: 85px;
  /*max-height: 242px;*/
  /*float: right;*/
}

.newsletter-title{
  float: right;
  max-width: 225px;
  font-family: Montserrat;
  text-transform: capitalize;
  font-weight:800;
}

.newsletter-title-red{
  font-family: bookmania, charter, serif !important;
  font-weight: bolder;
  color: #cb2128;
}

.newsletter-input {
  border: none;
  border-bottom: 1px solid #abb0b2;
}
/*
 * sidebar
 */


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1030;
  top: 0rem;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0px;
  border-right: 1px solid #ccc;
}

.side-bar-text{
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
 /*
 * video


.sidenav input{

  display: block;
  transition: 0.3s;
  border: 1px solid #ccc;
}
.sidenav li {
  padding: 8px 49px 8px 32px;

  font-family: Montserrat, sans-serif;
  font-weight: bolder;


}
.sidenav a {
  text-decoration: none;
  color: #202020 !important;
  transition: 0.3s;

}
.sidenav a:hover {
  color: #cb2128;
  transition: all 0.3s ease;

} */
.closebtn  {
     position: absolute;
    color: #808079;
    top: 0;
    right: 1.1rem;
    font-size: 3.2rem;
}

.closebtn:hover  {
  position: absolute;
  color: #cb2128;
  top: 0;
  right: 1.1rem;
  text-decoration: none;
  font-size: 3.2rem;
   -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}

.nav-shadow {
  box-shadow: 0px 5px 9px -3px #ccc
}

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

.sidenav  h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0,0,0,0.4);
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
  font-weight: 300;
  font-size: 2em;
}

.sidenav  ul li a {
  font-family: Montserrat, sans-serif;
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  box-shadow: inset 0 -1px rgba(0,0,0,0.2);
  color: #202020;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(255,255,255,0.1);
  letter-spacing: 1px;
  font-weight: 500;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}


.sidenav  ul li:first-child a {
  box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.sidenav  ul li a:hover {
  background: #cb2128;
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff!important
}

.sidenav  ul li a:active {
  background: #cb2128;
  box-shadow: inset 0 -1px rgba(0,0,0,0);
  color: #fff;
}

.box-shadow-none {
  box-shadow: none!important;
}
/*
 * video
 */


.ddtv-logo-box {
  width: 13rem;

}

.ddtv-logo {
  /* background-image: url('/assets/deadlineTV.svg'); */
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #312C2C;
  height: 38px;
  padding-left: 0;
  padding-right: 10px;
}

.detroit-digest-logo {
  /* background-image: url('/assets/deadlineTV.svg'); */
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #312C2C;
  padding-left: 0;
  padding-right: 10px;
}

.digest-article {
  max-width: 500px;
}

.ddtv-bg {
  background-color: #312C2C;
}

.ddtv-date {
  color: #DDDBDB;
}

.deadlineTv-video {
  max-width: 100%;
  height: 200px!important;
}

.deadline-video {
  width: 1005;
  height:256px;
}

.deadlinTv-top-video {

}

.deadlineTv-video-thumb {
  max-width: 100%;
}

.deadlineTv-video-thumb-small {
  height: 200px!important;
  overflow: hidden;
}

.video-title {
  color: #ECEAEA;
}

.admin_switch {
  display: inline-block;
}
/*
 * footer
 */

footer {
  font-size: smaller;
  color: #fff;
  background-color: #333;
}
footer a {
  text-decoration: none;
  color: #fff;
  display: block !important;
}
footer a:hover {
  text-decoration: none;
  color: #cb2128;
}
.footer-logo-space{
  margin-right: 32px;
  height:20px;
}

.footer-logo{
  height: 30px;
  /* background: url(<%= asset_path(‘d@2x.png’) %>); */
  background-image: url('/assets/d@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;

}
.social-icon-white{
  margin-right: 10px;
  max-width: 20px;
  height: 20px;
}

/*.footer-facebook{
  background: url(<%= asset_path(‘white-facebook@2x.png’) %>);
  background-image: url('/assets/white-facebook@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.footer-instagram{
  background: url(<%= asset_path(‘white-instagram@2x.png’) %>);
  background-image: url('/assets/white-instagram@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-twitter{
  background: url(<%= asset_path(‘white-twitter@2x.png’) %>);
  background-image: url('/assets/white-twitter@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
}*/


/*
 * black runner
 */
.black-bar{
  height: 28px;
  padding: 10px;
}

.real-news-div{
  display: inline-block;
  padding-right: 5px;
  background-color: #000 !important;
}

.real-news-text{
  color: #cb2128 !important;
  font-size: 18px;
  /* text-shadow: 0px 1px 2.2px #bbb; */
  font-weight: 700;
  font-style: italic;
  font-family: Montserrat;
}

.real-news-text a{ color : #CB2128;
  padding-right: 10px;
  padding-left: 10px;
  text-decoration-line: none;
}

.real-news-text a:hover{
  color : #ffffff !important;
}

.bg-dark{
  background-color: #000 !important;
}

.first-letter {
  font-size: 60px;
  line-height: 26px;
  text-transform: capitalize;
  color: #cb2128;
  font-family: bookmania,Georgia, charter, serif !important;
  font-weight: 700;
  float: left;
  padding-top: 8px;
  padding-right: 3px;
}


.article-photo {
  max-height:426px;
  border-radius: 3px;
  border: 1px solid #eee;
  box-shadow: 1px 1px 1px #eee;
}

/*
 * Header
 */
.business-header{
  height: 200px;
  background-image: url('https://nerdist.com/wp-content/uploads/2014/08/comics-roundup-82714-hdr.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #cccccc;
  top:20%;
}

.business-header-articles {
  height: 200px;
  background-image: url('/assets/img/header-pic.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #cccccc;
}

.business-header-video {
  height: 200px;
  background-image: url('/assets/img/header-pic.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #cccccc;
}

.sponsored-box {
  /*height: 40px;*/
  /*width: :  150px;*/
  list-style: none;
  margin-right: 45px;
  /*display:inline-block;*/

}

.sponsored-text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  vertical-align: top;
  color: #777;
  text-align: left;
  line-height: 1;
  display: inline-block;
}

.spec-logo {
  height: 14px;
  margin-top: -.15rem;
}

.detroit-data {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #86969c;
}

.top-date, .header-newsletter a {
  font-family: Montserrat, sans-serif;
  /*font-family: Helvetica, Arial, sans-serif;*/
  font-weight: 500;
  color: #777;
  /*color: #86969c;*/
  font-size: 13px;
  /*padding-left: 30px;*/
  list-style: none;
  max-height: 35px;
  text-decoration: none;
}

.header-newsletter {
  list-style: none;
}

.header-left {
  padding-left: 30px;
}

.header-right {
  padding-left: 15px !important;
  padding-top: 30px;
}

.weather-icon{
  text-shadow: 1px 1px 1px #eee;
}
.search-form {
  margin-right: 30px;
  list-style: none;
  padding-bottom: 5px;
}


/*
 * navigation
 */

.bar-text-label{
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  color: #808080;
}
.bar-text-nav{
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size:14px!important;
}

.bar-text-nav a{
   color: #86969c;
   transition: all 0.3s ease;
   text-decoration: none!important;
   font-weight: 600;
}

.bar-text-nav a:active, .bar-text-nav a.active{
  color: #cb2128!important;
  text-shadow:.5px .5px .5px #ffffff;

}
.bar-text-nav a:focus, .bar-text-nav a.focus{
  color: #cb2128!important;
   transition: all 0.3s ease;
}
.bar-text-nav a:hover, .bar-text-nav a.hover{
  color: #cb2128!important;
   transition: all 0.3s ease;
}

/*
 * article
 */


.btn:hover {
  color:#333;
  background: #222;
  transition: all 0.3s ease;
}

.btn {
  color:#ffffff;
}

.btn.twitter {
  background: #55acee;
}

.btn.twitter:hover {
  background: #55acee;
}

.btn.facebook {
  background: #3B5998;
}

.btn.facebook:hover {
  background: #3B5998;
}

.btn.link {
  background: #555;
}

.btn.link:hover {
  background: #555;
}

/*
 * Naviagtion
 */


/*
 * about author page
 */
 .social-icon{
  margin-right: 30px;
  height:20px;
 }
.social-icon-red {
  margin-right: 30px;
  height:20px;
}

.red-facebook{
  /* background: url(<%= asset_path(‘red-facebook@2x.png’) %>); */
  background-image: url('/assets/red-facebook@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
}
.red-instagram{
  background-image: url('/assets/red-instagram@2x.png');
  /* background: url(<%= asset_path(‘red-instagram@2x.png’) %>); */
  background-size: contain;
  background-repeat: no-repeat;
}
.red-instagram-icon{
  margin:1rem;

}
.instagram .red-instagram{
  padding-right: 2px;
}

.red-twitter{
  background-image: url('/assets/red-twitter@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.image-about-headshot {
  min-width: 250px;
}

.articles{
  width: 18rem;
  padding:1rem;
}

.media-body{
  border: none;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  padding-top: .0rem !important;
  padding-bottom: .75rem !important;}

.media-images{
  overflow: hidden;
  max-width: 200px;
  max-height: 130px;
}

.media-imgs{
  max-width: 200px;
  max-height:120px;
  overflow: hidden;
  background-size: 100% 100%;border-radius: 3px;
  outline: #ccc;
  border:1px solid #eee;
}

.media-img{
  background-size: contain;
}

.img-box{
  overflow: hidden;
  min-height: 300px;
}

.img-in-box{
  background-size: contain;
}

.side-img-box{
  overflow: hidden;
  max-height: 200px;
}

.side-img-in-box{
  background-size: contain;
}

.small-img-box{
  overflow: hidden;
  max-width:auto;
  max-width: 300px;
}

.small-img-in-box{
  background-size: contain;
}

.newsfeed {
  max-width: 250px;
  max-height: 100px;
  margin-right: 1rem;
  overflow: hidden;
}

.newsfeed-img {
  max-width: 100%;
  background-position: center;
  overflow: hidden;
  object-fit: contain;
  border-radius: 3px;
  border: 1px solid #eee;
  box-shadow: 1px 1px 1px #eee;
}

.image-view{
  width: 100% !important;
  height:130px;
  overflow: hidden;
  align-self: center;
}


.article_photo_item{
  max-width: 720px !important;
}

.page-links {
  padding-top: 15px;
}

.pre-rol {
  width: 100%;
  
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.mobile-nav-toggle {
  display: none;
  padding-left: 15px;
  padding-right: 15px;
}

.newsletter-icon {
  max-width: 20px !important;
}

.weather-icon {
  max-width: 30px;
}

.ad-3 {
  margin: auto;
}

.ad-4 {
  width: 300px;
  height: 250px;
  text-align: center;
  margin: auto;
  /*background-color: #b3d4fc;*/
}

.deadline-dailies {
  width: 300px;
  height: 600px;
  text-align: center;
  margin: auto;
  /*background-color: #80CCEC;*/
}

.deadline-tv-section {
  background-color: #312C2C;
}

.header-break {
  width: 100%;
  height: 1px;
  background: #EDEAEA;
  margin-bottom: 6px;
  /*border-bottom: 1px solid #777;*/
}

@media only screen and (max-width: 680px) {
  .page-links, .header-left, .no-search {
    display: none;
  }

  /*.nav-toggle {
    max-width: 75px;
  }*/

  .mobile-nav-toggle {
    display: block;
    padding-bottom: 10px;
  }

  .header-logo-img {
    max-width: 170px;
  }

  #site_bar {
    display: none !important;
  }

  .switch_link {
    display: block !important;
  }

  .image-view {
    width: 200px !important;
  }

  .newsletter-title{
    max-width: 240px;
  }

  .inline_article_photo {
    max-width: 320px !important;
  }

}

@media only screen and (max-width: 800px) {

  .story-body {
    /* width: auto; */
    max-width: 100% !important;
    padding: 1rem 0 1rem 0rem ;
  }

  .article_photo_item {
    width: auto;
    max-width: 100% !important;
    padding: 1rem 0 1rem 0rem ;
  }

  .mobile_inline_photo .mobile_inline_container {
    width: auto;
    max-width: 100% !important;
    padding: 1rem 0 1rem 0rem ;
  }

}

@media only screen and (max-width: 550px) {

  .nav-toggle {
    display: none;
  }

  .mobile-nav-toggle {
    display: block;
    padding-bottom: 10px;
  }

  iframe {
    width: auto;
    max-width: 320px;
  }

}

@media only screen and (max-width: 460px) {

  .header-container {
    overflow: hidden;
  }
  
  .header-right {
    padding-left: 0px !important;
  }

  .mobile-nav-toggle {
    padding-left: 5px;
    padding-right: 0px !important;
  }

  .header-logo-img {
    max-width: 135px;
  }

  .sponsored-box {
    margin-right: 0px;
  }

}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
f
@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        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 that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
