/** GENERAL BLOX STYLES **/
.no-btm-margin .block {
    margin-bottom: 0px !important;
}
.headline-shadow .card-headline h2 a {
    color: rgba(255, 255, 255, 1) !important;
    text-shadow: 1px 1px 2px #000000;
}
.feature-headline .centered-content {
    background-color: rgba(51, 51, 51, 0.75);
    padding: 1%;
    border-radius: 20px;
}
.headlineslider-grid .card-container {
    min-height: 380px;
}
.headlineslider-436241.headlineslider-grid .card-container img {
    height: 380px;
}
#site-copyright-container {
    /* Makes copyright container full width too */
    background-color: #333333;
    width: 100%;
    padding: 0 1%;
    text-align: center;
}
#tncms-region-footer-copyright a {
    color: #FFF !important;
}

.comments-container {
    margin-top: 20px;
}
/* Breaking News Banner Styles */
.breaking .col-md-2 {
    display: none;
}
.breaking .col-md-10 {
    width: 100%;
}
.breaking .card-headline a, .breaking .card-meta time, .breaking .card-meta a {
    /* Makes the headline and meta not be white on a light grey. :/ */
    color: #333333 !important;
}
.breaking .card-headline a:hover {
    text-decoration: underline !important;
}
.noselect { /* PREVENTS TEXT SELECTION */
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Chrome/Safari/Opera */
       -khtml-user-select: none; /* Konqueror */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently not supported by any browser */
}
.read-more ul,
.read-more .block,
.read-more .block-title,
.read-more .block-title-inner { /* Read More (In-Story) Headline List */
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.read-more {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
  padding: 10px 15px;
}
.read-more h4 {
  font-size: 14px;
  font-weight: bold;
}
.center {
    margin: 0 auto !important;
    display: block !important;
}

/** MAIN SIDEBAR STYLES **/
.main-sidebar,
.main-sidebar h1,
.main-sidebar h2,
.main-sidebar h3,
.main-sidebar h4,
.main-sidebar h5,
.main-sidebar h6 {
  font-size: 14px !important;
  line-height: 16px !important;
}
.blogs-card .card-panel,
.blogs-card .panel-body {
  border: none !important;
  box-shadow: none;
  padding: 0;
}
@media all and (max-width: 767px) {
    .blogs-card .panel-body {
        padding: 2px;
    }
}
.sidebar-classifieds .btn {
    width:100%;
}
.sidebar-classifieds article,
.sidebar-classifieds .search-form-container {
  margin-bottom: -20px;
}

/* GOOGLE ADS */
.google-ads {
    margin-top: -25px;
    margin-bottom: 15px;
}
.goog-no-display {
    display: none !important;
}
.goog-in-story {
    margin-bottom: 20px;
}
.goog-in-story::before {
    content: "ADVERTISEMENT";
    display: block;
    font-size: 8px;
    left: 50%;
    margin-left: -30px;
    margin-top: -15px;
    position: absolute;
}
#infinite-container iframe,
.infinity-ad-side-primary iframe,
.infinity-ad iframe {
    /* Infinity Content Discovery Google Ad */
    width: 325px !important;
    height: auto !important;
    max-height: 250px !important;
}

/* GAZETTE VIDEO ADS */
.gaz-video-ad {
    height: 1px;
    margin-bottom: 40px !important;
}
/* #tncms-admanager-video-player-125108 {
   height: 1px;
} */
.gaz-video-ad::before {
    content: "ADVERTISEMENT";
    display: block;
    font-size: 8px;
    left: 50%;
    margin-left: -30px;
    margin-top: -15px;
    position: absolute;
}

/* Top Ad Region BG Colour */
.tncms-region-ads {
    background-color: #FFFFFF;
}

/* Min-height on front-page story-containers */
#block-436178 .card-container /*arts*/,
#block-436187 .card-container /*life*/{
    min-height: 200px;
}
@media all and (max-width: 1200px) {
    #block-436271 .fa {
        color: #333333;
    }
}
.live_stream_iframe {
     border: 6px #4f2680 solid;
     margin: 0 0;
     overflow: none;
     height: 600px;
     width: 100%;
}
@media all and (max-width: 560px) {
    .live_stream_iframe {
        height: 275px;
    }
}

/** LINK STYLES **/
.asset-content a {
  transition: color .4s;
  color: #0092bd !important;
}
.asset-content a:link,
.asset-content a:visited { color: #0092bd; }
.asset-content a:hover   { color: #5d2b86 !important; text-decoration: none; }
.asset-content a:active  {
  transition: color .3s;
  color: #9184c6 !important;
  text-decoration: none;
}
.link { text-decoration: none; }


/** ARTICLE STYLES **/
.asset-header {
    /* Stops the headline from smashing into the share icons! */
    width: 97%;
}


/** CLASSIFIEDS STYLES **/
.app-classifieds .share-container.content-above,
.app-classifieds .asset-details-title,
.app-classifieds .caption-text {
    /* This removes the top share-container, details div and image captions */
    display:none;
}


/** SPORT MOSAIC HEADLINES **/
@media all and (min-width: 991px) {
    .hide-headline .mosaic-item .meta {
        transition: all 0.25s ease-in-out;
        bottom: -200px !important;
    }
    .hide-headline .mosaic-item:hover .meta {
        transition: all 0.25s ease-in-out;
        bottom: 0 !important;
    }
}


/** AVATAR STYLES **/
.card-container .avatar-box .card-image {
    background-size: 85% auto !important;
}


/** FRONT-END LOGIN **/
.media-heading a {
    color: #777777;
}
.user-dropdown {
    color: #4f2680 !important;
}
.user-dropdown:hover {
    color: #999999 !important;
}


/** NAVAGATION/MASTHEAD STYLES **/
#masthead-col-two {
    width: 0 !important;
}
#masthead-col-three {
    width: 60% !important;
    padding-right: 0 !important;
    margin-right: -20px;
}
.masthead_search {
    float: left;
    margin-left: 20%;
    width: 60%;
}
.masthead_social {
    padding-top: 5px;
}
.nav > li { /** border on main navigation menu, between items **/
    border-right: 1px solid #B3B3B3;
}
.nav > li:last-child {
    border-right: none;
} 


/** GAZ-SUBMENU NAV STYLES **/
.gaz-submenu {
    width: 100%;
    height: 30px;
    display: block;
    background-color: #333;
    color: #FFF;
    font-size: 12px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    letter-spacing: 0.5px;
}
.gaz-submenu-single {
    left: 0;
    margin: -167px 0 167px;
    position: relative;
    z-index: 100;
}
.gaz-submenu-single::before {
    content: "";
    border-left: 10000px solid #333;
    left: -1000px;
    padding-bottom: 30px;
    position: absolute;
    top: 0;
    z-index: -1;
}
.gaz-submenu ul{
    margin: 0 auto;
    padding: 7px 0 0 10px;
    width: 1170px;
}
.gaz-submenu li {
    list-style-type: none;
    display: inline;
    margin-right: 1px;
}
.gaz-submenu-single li {
    margin-right: 3px !important;
}
.gaz-submenu li+li::before {
    content: "| ";
}
.gaz-submenu a {
    color: #FFF;
    text-decoration: none;
}
.gaz-submenu a:hover, .gaz-submenu a:visited  {
    color: #FFF;
    text-decoration: underline;
}
.gaz-section {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.gaz-submenu-sticky {
    position: fixed;
    /* NORMALLY TOP:50PX - BUT 0 WHEN MENU IS STATIC UNTIL BUG FIX */
    top: 50px;
    z-index: 100;
    height: 50px;
    border-bottom: 20px solid #FFFFFF;
    margin: 0;
}
@media all and (max-width: 800px) {
    .gaz-submenu {
        display: none;
    }
}


/** EMAIL POPUP STYLES **/
.email_popup .email-signup .row .btn-default {
    display: none !important;
}


/** FROSH SECTION STYLES **/
body.section-frosh #main-page-container {
    font-size: 16px;
    padding: 25px 80px;
}
body.section-frosh .asset-body {
    margin: 0 50px;
}
body.section-frosh #tncms-region-index-featured-top article::after{
  border-bottom: 1px solid black;
  content: "";
  display: block;
  height: 10px;
  margin-bottom: 50px;
  width: 100%;
}
body.section-frosh .offcanvas-inner {
    top: -75px;
}
body.section-frosh #main-body-container {
    margin-bottom: -100px;
    border-bottom: 100px solid #333333;
}
body.section-frosh .block-title {
    background-color: #186B89;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    margin: 10px 0;
    padding-top: 10px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-family: "Bangers",cursive;
    letter-spacing: 3px;
}
body.section-frosh #block-496881 .img-responsive {
    width: 100% !important;
}
@media all and (max-width: 767px) {
    body.section-frosh #main-page-container {
        font-size: 14px;
        padding: 0 15px;
    }
    body.section-frosh .asset-body {
        margin: 0;
    }
}

/** SPONSOR CONTENT **/
.sponsor_content_message h4 {
  background-color: #f5f5f5;
  display: inline-block;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
  width: 10%;
  min-width: 100px;
}
.sponsor_content_message h4::before {
  border-top: 1px solid #ab0e0e;
  content: "";
  height: 5px;
  left: -150%;
  position: absolute;
  top: 6px;
  width: 400%;
  z-index: -1;
}

/** WESTERN TV **/
.section-westerntv #site-top-nav-container,
.section-westerntv #site-top-nav {
    display: none;
}