/*Fonts and Kankakee DJ Colors:
serif family=Manuale:400,400i,700,700i
sans family=Open+Sans:400,400i,700,700i
DARK BLUE (Kank Blue): #004A8F
PALE BLUE (Water):  #AABFD8
RED (Kank Deep Red): #A32625
VANILLA:  #F7EBD3
GREEN (Leaf):  #668D69
SUNSET: #EEB992
Text color ranges from full-black #000 to medium-gray #666
*/

/*homepage header adjustments*/
#topbar-col-one {width: 65% !important;}
#topbar-col-two {width: 35% !important;}
#masthead-col-one {
    width: 65% !important;
    max-height: 100px !important;
}
#masthead-col-two {
    width: 35% !important;
    max-height: 100px !important;
}
/*weather sponsor*/
#tncms-block-457850 {
    float: right !important;
    margin-top: 20px !important;
    margin-right: 50px !important;
}
/*complete forecast block*/
#tncms-block-459498 {
    float: right !important;
    margin-top: 20px !important;
}
/*weather block*/
#tncms-block-420090 {
    margin-top: 20px !important;
}
#tncms-block-464340 {
    width: 188px !important;
    height: 86px !important;
    max-width: 175px !important;
}
#site-header {
    border-bottom: none !important;
}
.pull-right .tnt-ads.dfp-ad {min-height: 1px; }
.pull-left .tnt-ads.dfp-ad {min-height: 1px; }

/*add padding between navbar items*/
.navbar-default .navbar-nav > li > a {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
/*adjust padding to re-center*/
#main-navigation ul.nav.navbar-nav.navbar-right li a.user-control-link .fa.fa-user, #main-navigation ul.nav.navbar-nav.navbar-right li.search-form-dropdown a.dropdown-toggle .fa.fa-search {
    padding: 9px 0px !important;
}

/*adjustments by screen resolution*/
/************ ONLY FOR SPECIFIC SCREEN SIZES Medium Devices, Desktops *************/
@media (min-width: 799px) and (max-width: 1000px) {

/*decrease font size in main nav bar*/
.navbar-default .navbar-nav > li > a {
    font-size: 14px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    font-weight: bold !important;
    }
#masthead-col-one {
    width: 65% !important;
}
#masthead-col-two {
    width: 35% !important;
}

/*Header | Weather: Widget, COMPLETE FORECAST BY BLOCK, Ads: Google DFP (Simple) weather sponsor*/
#tncms-block-420090 { margin-top: 20px !important;}
#tncms-block-459498 { margin-top: 32px !important;}
#tncms-block-457850 { margin-top: 20px !important; margin-right: 50px !important;}
}
/*Jeremys CSS*/
/*Search Icon and BG edits*/
#main-navigation .fa, #main-navigation .tnt-svg {
    color: black !important;
}
#site-search-654740-dropdown > li > a {
    background-color: white !important;
    height: 50px;
    width: 50px;
    padding: 12px  10px  10px  18px  !important;
}
#site-search-654740-dropdown > li > a:hover {
    background-color: #A32625 !important;
}
#site-search-654740-dropdown > li > a:focus {
    background-color: #A32625 !important;
}
/* Fonts
font-family: 'Manuale', serif;
font-family: 'Open Sans', sans-serif;
------------------------------------------------ */
body {
    font-family: 'Manuale', serif;
    font-weight: 400
}
.card-headline, .card headline-list {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700
}
/* Grid
-------------------------------------------------- */
#main-top-container {
    border-left: 0px;
    border-right: 0px;
    border-bottom: 2px solid #000000;
}
#main-top-container {
    padding: 0;
    width: 100%;
}
@media (min-width: 799px) {
    #main-top-container {
        padding: 0;
        width: 970px;
    }
}
@media (min-width: 800px) {
    #main-top-container {
        padding: 0;
        width: 1170px;
    }
}
body.fluid #main-top-container {
    padding: 0;
    width: 100%;
}

@media (min-width: 799px) and (max-width: 1200px){
    .main-content.col-lg-8.col-md-7 {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
}
@media (min-width: 800px){
    .main-content.col-lg-8.col-md-7 {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
}
/* Navbar
-------------------------------------------------- */
.navbar-toggle {
    background-color: transparent!important;
    border: none !important;
    box-shadow: none !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:rgba(0,0,0,.1) !important;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, #site-top-nav-container .nav>li>a:hover, #site-top-nav-container .nav>li>a:focus {
    border-radius: 0!important;
}
.dropdown-menu {
    border-radius:0;
}
.navbar-default .navbar-nav > li > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, #site-top-nav-container .nav > li > a:hover, #site-top-nav-container .nav > li > a:focus {
  background-color: #FFF;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #FFF !important;
}
.navbar-default .dropdown-menu > li > a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #000;
}
/*Mobile brand*/
.navbar-brand img {
margin-top: -25px !important;
}
@media only screen and (max-width: 650px) {
    .navbar-brand img {
        max-height: 40px !important;
        margin-top: -20px !important;
    }
}
@media only screen and (max-width: 550px) {
    .navbar-brand img {
        max-height: 30px !important;
        margin-top: -15px !important;
    }
}
@media only screen and (max-width: 450px) {
    .navbar-brand img {
        max-height: 20px !important;
        margin-top: -10px !important;
    }
}
@media only screen and (max-width: 350px) {
    .navbar-brand img {
        max-height: 15px !important;
        margin-top: -10px !important;
    }
}


#main-navigation .pull-right .list-inline {
  margin: 0 4px 0 0;
}
ul.nav.navbar-nav.navbar-right li a.user-control-link,
ul.nav.navbar-nav.navbar-right li a.user-control-link:focus,
ul.nav.navbar-nav.navbar-right li a.user-control-link:active,
ul.nav.navbar-nav.navbar-right li a.user-dropdown,
ul.nav.navbar-nav.navbar-right li a.user-dropdown:focus,
ul.nav.navbar-nav.navbar-right li a.user-dropdown:active,
ul.nav.navbar-nav.navbar-right li.search-form-dropdown a.dropdown-toggle,
ul.nav.navbar-nav.navbar-right li.search-form-dropdown a.dropdown-toggle:focus,
ul.nav.navbar-nav.navbar-right li.search-form-dropdown a.dropdown-toggle:active {
  background-color: #EEEEEE;
  border-radius: 0;
  box-shadow: none;
  color: #fff !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  height: 36px;
  opacity: 0.8;
  padding: 0;
  width: 36px;
}

ul.nav.navbar-nav.navbar-right li.open a.user-control-link,
ul.nav.navbar-nav.navbar-right li.open a.user-control-link:focus,
ul.nav.navbar-nav.navbar-right li.open a.user-control-link:active,
ul.nav.navbar-nav.navbar-right li.open a.user-dropdown,
ul.nav.navbar-nav.navbar-right li.open a.user-dropdown:focus,
ul.nav.navbar-nav.navbar-right li.open a.user-dropdown:active,
ul.nav.navbar-nav.navbar-right li.search-form-dropdown.open a.dropdown-toggle,
ul.nav.navbar-nav.navbar-right li.search-form-dropdown.open a.dropdown-toggle:focus,
ul.nav.navbar-nav.navbar-right li.search-form-dropdown.open a.dropdown-toggle:active {
  background-color: #999 !important;
  border-radius: 0;
  box-shadow: none;
  color: #fff !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  height: 36px;
  opacity: 0.8;
  padding: 0;
  width: 36px;
}
#main-navigation .user-controls ul.nav.navbar-nav.navbar-right li,
#main-navigation ul.nav.navbar-nav.navbar-right .search-form-dropdown {
    margin-right: 5px;
}
#main-navigation ul.nav.navbar-nav.navbar-right li a.user-control-link .fa.fa-user,
#main-navigation  ul.nav.navbar-nav.navbar-right li.search-form-dropdown a.dropdown-toggle .fa.fa-search {
    padding: 9px 11px;
}
#main-navigation .weather-current.size-small li.current-conditions {
    padding: 9px 11px !important;
}
#main-navigation ul.nav.navbar-nav.navbar-right li a.user-dropdown {
    padding: 9px 4px;
}
#main-navigation ul.nav.navbar-nav.navbar-right li a.user-dropdown .caret {
    display: none;
}
#main-navigation .weather-current.size-nav li.current-conditions {
    height: auto !important;
    margin-top: 8px;
}
.navbar-default .weather-current.size-nav .navbar-nav > li.current-conditions > a:hover {
   background: none !important;
}
/* Top Nav
-------------------------------------------------- */
#site-top-nav-container, #site-top-nav {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  height: auto;
}
#site-top-nav-container ul {
    margin-bottom: 0;
    margin-left: 6px
}
#site-top-nav-container .nav>li>a {
    padding: 2px 0px 2px 6px;
}
#site-top-nav {
    padding: 2px 0px 2px 6px;
}
/* Main Nav
-------------------------------------------------- */
#site-navbar-container .navbar {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  height: auto;
  border-radius: 0;
  border: 0;
}
#site-navbar-container .navbar-static .navbar-nav>li>a {
    border-right: 0px solid rgba(255, 255, 255, .1);
}
#main-navigation {
    padding: 1px 1px 0 1px;
}
#main-navigation .dropdown-menu {
    border-top: 0px;
    margin-left: -1px;
}
#main-navigation {
    margin-bottom: 0;
    padding: 0;
}
#main-navigation .fa {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}
#main-navigation.navbar-default {
  border-bottom: 1px solid #000;
  border-left: 0px;
  border-right: 0px;
  border-top: 2px solid #000;
}
#main-navigation .pull-right .list-inline {
  margin: 0 5px 0 0;
}
#tncms-region-main-nav-right-region {
  align-items: center;
  display: flex;
  height: 50px;
}
/* Header
-------------------------------------------------- */
#site-header {
    padding: 10px 5px;
}
#site-header .divider {
    padding: 0 5px;
    color: rgba(0,0,0,.2);
}
#site-header .row {
  display: flex;
  align-items: center;
  width:100%;
}
#site-header .tnt-ads {
  margin: 0 auto;
}
#masthead-col-one {
  width: 65%;
}
#masthead-col-two {
  width: 35%;
}
/* Typography
-------------------------------------------------- */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
   font-family: 'Manuale', serif;
   font-weight: 700;
   text-transform: none;
   margin-top:0;
}
.card a:hover {
  text-decoration: none;
}
.list-inline.block-links {
    padding: 0;
    font-size: 12px;
    line-height: 12px;
}
.list-inline.block-links a {
  text-transform: uppercase;
  font-weight: 700;
}
.list-inline.block-links li {
    padding: 0 6px;
}
.list-inline.block-links li:last-child {
    border-right: 0;
}
.list-inline.block-links.pos-top {
    float:right;
    margin:12px 0;
}
.emphasis-h4 .list-inline.block-links.pos-top {
    margin-top:6px;
}
.emphasis-h2 .list-inline.block-links.pos-top {
    margin-top:18px;
}
.heading-color .list-inline.block-links.pos-top {
    margin-top:23px;
}
.heading-color.emphasis-h4 .list-inline.block-links.pos-top {
    margin-top:18px;
}
.heading-color.emphasis-h2 .list-inline.block-links.pos-top {
    margin-top:30px;
}
.list-inline.block-links.pos-bottom {
    margin-top: 10px;
}
.list-inline.social-share-links {
    margin-left: 0;
}
.list-inline.social-share-links li {
    padding: 0;
}
.list-inline.social-share-links li a {
    margin-left:3px;
}
.bullet-nav {
    padding-left: 18px;
}
.jumbotron > :first-child {
    margin-top:0;
}
.jumbotron > :last-child {
    margin-bottom:0;
}
.container .jumbotron {
    border-radius:0;
    box-shadow:2px 2px rgba(0,0,0,.1);
}
.container .jumbotron h1 {
    text-shadow: none;
}
@media screen and (min-width: 799px) {
    .container .jumbotron h1 {
        text-shadow: none;
    }
}
/* Page
-------------------------------------------------- */

#main-page-container {
    padding-top:20px;
    padding-bottom:20px;
}
/* Tabs
-------------------------------------------------- */
.nav-tabs {
    margin-bottom:15px;
}
.nav-tabs>li>a {
    border-radius:0;
}
/* Labels
-------------------------------------------------- */
.label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding:.25em .5em;
}
.label-default {
    background-color: #A32625;
}
.label-flag {
    background-color: #A32625;
    color: #fff;
    text-transform:uppercase;
    line-height:2em;
}
.label-flag-breaking, .label-flag-alert, .label-flag-weather_alert  {
    background-color:#A32625;
    color:#fff;
}
.label-flag-hot {
    background-color:#A32625;
    color:#fff;
}
/* Tooltips
-------------------------------------------------- */
.tooltip-inner {
    border-radius:0;
}
/* Panels
-------------------------------------------------- */
.panel {
    border-radius:0;
    box-shadow:none;
}
.panel-heading, .panel-footer {
    border:0;
    border-radius:0;
}
.panel-group .panel,
.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}
.panel > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
/* Alerts
-------------------------------------------------- */
.alert {
    border-radius:0;
    box-shadow:2px 2px rgba(0,0,0,.1);
}
.alert.notification {
    position: fixed;
    bottom: 2em;
    left: -1em;
    padding-left: 3em;
    z-index: 9999;
}
/* Thumbnails
-------------------------------------------------- */
.thumbnail {
    border-radius:0;
    padding:0;
    border-color:transparent;
}
/* Breadcrumbs
-------------------------------------------------- */
.section-title-black .block-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: smaller;
    text-transform: uppercase;
    background: #000;
}
.breadcrumb {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: smaller;
    text-transform: uppercase;
    background-color:transparent;
    border-radius:0;
    margin-bottom: 0;
    padding: 12px 10px 12px 0;
}
@media (max-width: 479px) and (min-width: 480) {
    .breadcrumb {
        display:none;
    }
}
/* Pagination
-------------------------------------------------- */
.pagination {
    box-shadow:2px 2px rgba(0,0,0,.1);
}
/* Blockquotes
-------------------------------------------------- */
blockquote {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
    font-size:19px;
    line-height:24px;
    border:0;
    margin:0;
    padding:0;
}
.asset .asset-body blockquote {
    margin-bottom:24px;
}
blockquote p, .asset .related-sidebar blockquote p, .asset .asset-body blockquote p {
    font-size:19px;
    line-height:24px;
}
blockquote p:last-child, .asset .related-sidebar blockquote p:last-child, .asset .asset-body blockquote p:last-child {
    margin-bottom:0;
}
/* Buttons
-------------------------------------------------- */
.btn {
    border-radius:0;
    font-family: 'Open Sans', sans-serif;
    font-weight:700;
    /* a few bootstrap components depend on default .btn font-size, do not change */
}
.btn-lg, .btn-group-lg>.btn, .btn-sm, .btn-group-sm>.btn, .btn-xs, .btn-group-xs>.btn, .form-control, .btn {
    border-radius:0;
}
/* Forms
-------------------------------------------------- */
.form-control:focus {
    border-color:rgba(255, 255, 255, 0);
    box-shadow:none;
}
/* Search forms
-------------------------------------------------- */
.search-form-container {
    background-color:rgba(255, 255, 255, 0);
}
.search-form-container .centered-content-container {
    padding: 15px;
}
@media screen and (min-width: 799px) {
    .search-form-container.has-image .centered-content {
        max-width: 90%;
    }
}
@media screen and (min-width: 1001px) {
    .container-fullscreen-region .search-form-container .centered-content {
        max-width: 65%;
    }
}
/* Tables
-------------------------------------------------- */
.table>thead>tr>th {
    border-color:rgba(0,0,0,.05);
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-color:rgba(0,0,0,.05);
}
.asset-table.panel .panel-heading h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700
    margin:5px 0;
}
.asset-table.panel .table-desc {
    border-bottom:1px solid rgba(0,0,0,.1);
}
.asset-table.panel .table-desc p:last-child {
    margin-bottom:0;
}
/* Photo Carousel
-------------------------------------------------- */
.card.photo-carousel .card{
    margin-bottom: 0;
}
.photo-carousel .caption-container {
    padding-top: 10px;
}
.photo-carousel .item .photo-container {
    background-color:rgba(255, 255, 255, 0)
}
.photo-carousel .caption-container .card-meta .list-inline {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
    margin:0 0 5px 0;
}
.photo-carousel .caption-container .card-meta .list-inline>li:first-child {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
    padding-left:0;
}
.asset .photo-carousel .caption-container p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400
    font-size: 12px;
    line-height: 16px;
    text-shadow: none;
    color: #777;
}
/* Assets
-------------------------------------------------- */
/* Base styles used by all asset types */
.asset {
    position: relative;
    padding-bottom: 18px;
}
.asset .related-sidebar {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
.asset .related-sidebar > * {
    margin-bottom: 40px;
}
.asset .related-sidebar div:first-child {
    margin-top:0;
}
.asset .related-sidebar div.tncms-region {
    margin-bottom: 0;
}
.asset .asset-masthead {
    margin: 0 0 20px;
    position: relative;
}
.asset .asset-header .hammer, .asset .asset-header .kicker, .asset .asset-header h1 {
    margin: 0;
}
.asset .asset-header .hammer {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: none;
    line-height:normal;
}
.asset .asset-header h1 {
    font-family: 'Manuale', serif;
    font-size: 32px;
    font-weight: 700;
}
.asset .asset-header .subhead {
    font-family: 'Manuale', serif;
    font-size: 18px;
    font-weight: 400i;
    margin-top: 10px;
}
.asset .asset-header .meta {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #777777
    margin-top: 20px;
}
.asset .share-container.headline-right {
    position: absolute;
    top: 0px;
    right: -15px;
}
.asset .share-container.content-above {
    margin-bottom:20px;
}
.asset .share-container.content-below {
    margin-top:20px;
}
.asset .asset-masthead.showcase {
    color: #FFFFFF;
    padding: 15px 30px;
    background-color: #EEEEEE;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.asset .asset-masthead.showcase:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.asset .asset-masthead.showcase .asset-header {
    position: relative;
}
.asset .asset-masthead.showcase .asset-byline a,
.asset .asset-masthead.showcase .asset-date,
.asset .asset-masthead.showcase .cm {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-transform: none;
    line-height:normal;
    color: #666666;
}
.asset .asset-masthead.showcase .share-container.headline-right {
    top: 15px;
    right: 15px;
}
.asset .asset-masthead.showcase .social-share-links.icon .social-share-link a {
    color:#fff;
}

.asset .asset-masthead.showcase .hammer, .asset .asset-masthead.showcase h1 {
    text-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.asset .asset-body > h1, .asset .asset-body > h2, .asset .asset-body > h3 {
    font-family: 'Manuale', serif;
    font-weight: 700;
    margin-bottom:24px;
}
.asset .asset-body p {
    font-family: 'Manuale', serif;
    font-weight: 400;
    color:#000000;
    font-size:16px;
    line-height:22px;
    margin-bottom:12px;
}
.asset .asset-body ul, .asset .asset-body ol {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom:24px;
}
.asset figure {
    display: block;
    margin: 40px auto;
}
.asset figure .caption, .asset figure .caption p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom:10px;
    font-size: 14px;
    line-height:1.4em;
}
.asset figure .caption .credit {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom:10px;
    font-size: 12px;
    line-height:1.4em;
}
.asset .related-sidebar .inline-asset {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 40px;
}
.asset .inline-asset .inline-heading {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size:18px;
    text-transform:uppercase;
    margin-top: 10px;
    margin-bottom:10px;
}
.asset .inline-asset figure {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom:10px;
}
.asset .asset-label-flags {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom:20px;
}
.asset .asset-tags {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}
.asset .asset-tags h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin: 5px 0px 5px 0px;
    float: left;
}
.asset .asset-tags .list-inline {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0px 0px 0px 60px;
}
.asset .asset-tags .list-inline > li,
.card.classifieds-categories .list-inline > li{
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 0;
    margin-bottom: 4px;
}
.asset .related-sidebar p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size:14px;
    line-height:20px;
    margin-bottom:15px;
}
.asset .related-sidebar .asset-audio audio {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: block;
}
.asset .asset-recommend .outbrain h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height:20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.asset .popover .author-card .tagline {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
}
.asset .asset-recommend .outbrain ul {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 0;
}
.asset .asset-html .html-content {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}
.asset .asset-author .card {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-top: 20px;
    border-top: 1px rgba(0, 0, 0, 1);
}
.asset .asset-fields.agent-info ul {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    list-style-type: none;
}
/* Articles
-------------------------------------------------- */
/* Base styles used by all article assets */
body.article .asset {
    font-family: 'Manuale', serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25em;
}
/* Longform */
.article-longform .inline-asset.layout-horizontal .image img {
    width:100%;
}
.article-longform .asset-header .hammer,
body.article .article-longform .asset-header .kicker,
body.article .article-longform .asset-header h1 {
    font-family: 'Manuale', serif;
    font-weight: 700;
    margin: 0 20px;
}
@media screen and (min-width: 799px) {
    body.article .article-longform .asset-header .hammer,
    body.article .article-longform .asset-header .kicker,
    body.article .article-longform .asset-header h1 {
    font-family: 'Manuale', serif;
    font-weight: 400;
    margin: 0 120px;
    }
    body.article .article-longform .asset-content > p,
    body.article .article-longform .asset-content > hr,
    body.article .article-longform .asset-content > h1,
    body.article .article-longform .asset-content > h2,
    body.article .article-longform .asset-content > h3,
    body.article .article-longform .asset-content > h4,
    body.article .article-longform .asset-content > ul,
    body.article .article-longform .asset-content > ol,
    body.article .article-longform .asset-body > .share-container {
        font-family: 'Manuale', serif;
        font-weight: 400;
        max-width: 80%;
        margin-left:auto;
        margin-right:auto;
    }
}
/* Blocks
-------------------------------------------------- */
.block-title, .user-header {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.block-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-top:1px solid #000000;
    border-bottom:1px solid #000000;
}
.block-title .block-title-inner, .user-header .user-header-inner {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 0px 6px 0px;
}
.card-heading-color .block-title h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-shadow:none;
}
.block-title h2 small {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-shadow:none;
}
.block-title h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: medium;
    text-transform: uppercase;
}
.block-title h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.list-inline.block-links.pos-bottom {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
}
.list-inline.block-links.pos-top {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #777777
    font-size: 14px;
}
.dark-theme .block-title, .dark-theme .list-inline.block-links.pos-bottom {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  border-color:rgba(255,255,255,.1);
}
.dark-theme .block-title h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.emphasis-h3 .block-title h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: medium;
  text-transform: uppercase;
}
.emphasis-h4 .block-title h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
/* Cards
-------------------------------------------------- */
.card-panel .card {
    border-bottom:none;
    padding-bottom:0;
}
.card .card-labels {
    padding-bottom: 5px;
}
.card .card-label-section {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size:12px;
  text-transform:uppercase;
}
.card .card-label-section a {
    color: #777777;
}
.card .card-label-flags {
    font-size:85%;
}
.card .card-headline h1, .card .card-headline h2, .card .card-headline h3, .card .card-headline h4, .card .card-headline h5, .card .card-headline h6 {
    font-family: 'Manuale', serif;
    font-weight: 700;
    font-size:18px;
    line-height:20px;
    margin-top: 0px;
}
.card.mini .card-headline h1, .card.mini .card-headline h2, .card.mini .card-headline h3, .card.mini .card-headline h4, .card.mini .card-headline h5, .card.mini .card-headline h6 {
    font-family: 'Manuale', serif;
    font-weight: 700;
    font-size:14px;
    line-height:16px;
    margin-bottom:2px;
}
.card .card-headline a:hover {
    text-decoration:none;
}
.card-slideshow .owl-carousel-control-container {
    display:none;
    margin-bottom:10px;
    margin-top:-10px;
}
.card figure .image {
    position: relative;
}
.card-grid .card-panel .panel-body, .card-bg-color.card-img-lg .card-panel .panel-body {
    padding: 0px 20px 0px 20px;
}
.card-grid .card-panel .card-body, .card-bg-color.card-img-lg .card-panel .card-body {
    padding: 0px 20px 0px 20px;
}
.card-agent {
    font-size: 12px;
    line-height: 1.4em;
    border-top: 1px solid rgba(0,0,0,0.08);
    margin-top: 15px;
    margin-bottom: 0;
    padding-top: 15px;
}
@media screen and (min-width: 480px) {
    .card .card-meta {
        font-size: 75%;
    }
    .card.has-image > .card-container > .card-body {
        padding: 0px 20px 0px 20px;
    }
    .card-img-lg .card.has-image > .card-container > .card-body {
       padding: 0px 20px 0px 20px;
    }
    .card .card-headline h1 {
        font-family: 'Manuale', serif;
        font-weight: 700;
        font-size: 30px;
        line-height: 34px;
    }
    .card .card-headline h2 {
        font-family: 'Manuale', serif;
        font-weight: 700;
        font-size: 26px;
        line-height: 30px;
    }
    .card .card-headline h3 {
        font-family: 'Manuale', serif;
        font-weight: 700;
        font-size: 22px;
        line-height:26px;
    }
    .card .card-headline h4 {
        font-family: 'Manuale', serif;
        font-weight: 700;
        font-size: 18px;
        line-height: 22px;
    }
    .card .card-headline h5 {
        font-family: 'Manuale', serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
    }
    .card .card-headline h6 {
        font-family: 'Manuale', serif;
        font-weight: 400;
        font-size: 10px;
        line-height: 14px;
    }
    .inline-asset .card .card-body {
        font-family: 'Manuale', serif;
        font-weight: 400;
        padding: 5px;
    }
    .inline-asset .card .card-body .card-headline h3 {
        font-family: 'Manuale', serif;
        font-weight: 700;
        font-size: 22px;
        line-height:26px;
        margin: 0 0 5px 0;
    }
    .inline-asset .card .card-body .card-lead {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        display:block;
    }
    .card-slideshow .owl-carousel-control-container {
        display:block;
    }
}
@media (min-width: 799px) {
    .card .card-meta {
        font-size: 100%;
    }
    }
.card-lead > p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
#main-page-container .showcase-plus-list .block {
  margin-bottom: 0;
}
.supporting-list .card.headline-list a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 480px) {
.supporting-list .card.headline-list a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
}
}
@media (min-width: 480px) and (max-width: 799px) {
.supporting-list .card.headline-list a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
}
.supporting-list .card.headline-list > li {
  border-top: 1px solid #999999;
  padding-bottom: 16px;
  padding-top: 16px;
}
@media (min-width: 800px) {
    .card-top-story-list .col-sm-7 {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 22px;
    }
}
/* Business Cards
-------------------------------------------------- */
.card.business {
    border-top: 1px solid rgba(0,0,0,.08);
    margin: 0;
}
.card.business.basic.mini {
    border:none;
}
.card.business .card-content > div:last-child {
    margin-bottom:0;
}
.card.business .card-tag {
    position: absolute;
    top: 0;
    right: 0;
}
.card.business .card-tag .tag-bg {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 50px 50px 0;
}
.card.business .card-tag .tag-txt {
    padding: 6px 9px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    color: #fff;
}
.card.business .card-body {
    padding: 15px 15px 15px 0;
}
.card.business.enhanced .card-body,
.card.business.power .card-body {
    padding-right: 25px;
}
.card.business.basic.mini .card-body {
    padding: 0;
}
.card.business .card-image {
    float:right;
    padding:15px 15px 10px 10px;
}
.card.business .card-image img {
    width:100px;
}
.card.business .card-image img.lazyload {
    width:auto;
}
.card.business .card-contact,
.card.business .card-lead,
.card.business .card-isopen {
    margin-bottom:10px;
    font-size:12px;
}
.card.business .card-branch {
    font-size:12px;
    font-weight: bold;
    text-transform: uppercase;
}
.card.business .card-isopen {
    color:#A32625;
}
.card.business .card-social {
    float:none;
    margin-left:0;
}
.card.business.mini .card-social .social-share-links {
    margin-bottom:0;
}
.card.business .social-share-links.list-inline>li {
    padding:0 5px 0 0;
}
.card.business.power .card-contact,
.card.business.power .card-branch,
.card.business.enhanced .card-contact,
.card.business.enhanced .card-branch,
.card.business.featured .card-contact,
.card.business.featured .card-branch {
    font-size:16px;
    line-height:1.3em;
}
.card.business.power.mini .card-contact, .card.business.enhanced.mini .card-contact, .card.business.featured.mini .card-contact {
    font-size:12px;
    line-height:1.4em;
}
.card.business .card-container .fa {
    opacity: .5;
}
.card.business.featured .card-tag .tag-bg {
    border-color: transparent #999999 transparent transparent;
}
.card.business.power .card-tag .tag-bg {
    border-color: transparent #668D69 transparent transparent;
}
.card.business.enhanced .card-tag .tag-bg {
    border-color: transparent #004a8f transparent transparent;
}
.business-cards.card-bg-color .panel-body {
    padding:0;
}
.business-cards.card-bg-color .panel-body .card.business {
    padding-left:15px;
}
.business-cards.card-bg-color .card.business {
    border:0;
}
.gmap_marker .card.business {
    color: #333;
    width: 550px;
    border: 0;
}
.gmap_marker .card.business .card-body {
    padding:5px;
}
.gmap_marker .card.business a {
    color: inherit!important;
}
.business-search-power .card.business {
    border:1px solid rgba(102,141,105,0.25);
    padding-left:15px;
    margin:10px 0;
}
.business-search-enhanced .card.business {
    border:1px solid rgba(0,74,143,0.25);
    padding-left:15px;
    margin:10px 0;
}
.card-grid.business-cards .card.business.power .card-contact, .card-grid.business-cards .card.business.enhanced .card-contact, .card-grid.business-cards .card.business.featured .card-contact {
    font-size:12px;
}
.card-grid.business-cards .card-content > div:last-child, .card-grid.business-cards .card-content > div:last-child > ul {
    margin-bottom:0;
}
@media screen and (min-width: 800px) {
    .card.business .card-container > .card-image {
        float:left;
        padding:15px 0;
        width:10%;
    }
    .card.business.featured .card-container > .card-image, .card.business.enhanced .card-container > .card-image, .card.business.power .card-container > .card-image {
        width:20%;
    }
    .card.business.has-image > .card-container > .card-body {
        margin-left:10%;
        padding:15px;
    }
    .card.business.featured.has-image > .card-container > .card-body, .card.business.power.has-image > .card-container > .card-body, .card.business.enhanced.has-image > .card-container > .card-body  {
        margin-left:20%;
    }
    .card.business .card-image img {
        width:100%;
    }
    .card-grid-multi .card.business {
        height:240px;
        overflow:hidden;
    }
    .card-grid-multi .card.business .card-body {
        padding:15px;
        position:absolute;
        left:0;
        right:0;
    }
    .card-grid-multi .card.business.has-image .card-body {
        padding-top:40px;
        bottom:0;
    }
    .card-grid-multi .card.business .card-image {
        float:none;
        padding:15px 15px 0;
    }
    .card-grid-multi .card.business .card-image img {
        width:100%;
    }
    .card-grid-multi.business-cards.card-bg-color .panel-body .card.business {
        padding-left:0;
    }
    .card-grid-multi .card.business .card-container > .card-image {
        width: 100%;
        padding:15px 15px 0;
        float: none;
    }
    .card-grid-multi .card.business.has-image > .card-container > .card-body {
        padding-top:40px;
        margin-left:0;
    }
}
@media screen and (min-width: 800px) {
    .card.business.featured .card-container > .card-image, .card.business.enhanced .card-container > .card-image, .card.business.power .card-container > .card-image {
        width:25%;
    }
    .card.business.featured.has-image > .card-container > .card-body, .card.business.power.has-image > .card-container > .card-body, .card.business.enhanced.has-image > .card-container > .card-body  {
        margin-left:25%;
    }
    .card-grid-multi .card.business .card-container > .card-image {
        width: 100%;
        float: none;
    }
    .card-grid-multi .card.business.featured.has-image .card-container > .card-body,
    .card-grid-multi .card.business.power.has-image .card-container > .card-body,
    .card-grid-multi .card.business.enhanced.has-image .card-container > .card-body {
        margin-left:0;
    }
}
/* Event Card
-------------------------------------------------- */
.card.event .card-date,
.card.event .card-venue,
.card.event .card-cost {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin-bottom: 2px;
}
.card.event .schedule-container {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
/* Card Partitions
-------------------------------------------------- */
.date-partition {
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   margin:20px 0;
}
.date-partition h5 {
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   position: relative;
   overflow: hidden;
   color:#666666;
}
.date-partition h5 .fa {
    padding-right:5px;
}
.date-partition h5 span {
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding-right: 15px;
}
.date-partition h5 span:after {
  content: '';
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.6em;
  border-top: 1px solid rgba(0,0,0,.1);
}
.date-partition h5 span:after {
  left: 100%;
}
/* Headline List
-------------------------------------------------- */
.card.headline-list {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin: 0;
  border: 0;
}
.headline-list.bullet-disc,
.headline-list.bullet-circle,
.headline-list.bullet-square {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-left: 1.2em;
}
.headline-list.bullet-circle {
    list-style-type: circle;
}
.headline-list.bullet-square {
    list-style-type: square;
}
.headline-list.bullet-decimal {
    list-style-type: decimal;
    padding-left: 1.9em;
}
.headline-list > li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding-top: 4px;
  padding-bottom: 4px;
}
.headline-list.border li {
    padding: 5px 0;
    border-bottom-width: 1px;
    border-bottom-color: rgba(0,0,0,.1);
}
.light .headline-list.border li {
    border-bottom-color: rgba(255,255,255,.15);
}
.dark .headline-list.border li {
    border-bottom-color: rgba(0,0,0,.15);
}
.headline-list.border-solid li {
    border-bottom-style: solid;
}
.headline-list.border-dotted li {
    border-bottom-style: dotted;
}
.headline-list.border-dashed li {
    border-bottom-style: dashed;
}
.headline-list.border li:last-child {
    border-bottom-width: 0px;
    border-bottom-style: none;
}
/* Top Story List
-------------------------------------------------- */
.card-top-story-list .headline-list > .card {
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   font-size:14px;
   line-height:1.2em;
   border-bottom:1px solid rgba(0,0,0,.1);
   padding-left:0;
   padding-right:0;
}
.light .card-top-story-list .headline-list > .card {
    border-color:rgba(255,255,255,.2);
}
.card-top-story-list .headline-list .card .card-headline h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size:14px;
  line-height:1.2em;
}
.card-top-story-list .headline-list .card .card-body div:last-child,
.card-top-story-list .headline-list .card .card-body div:last-child p,
.card-top-story-list .headline-list .card .card-body div:last-child h4,
.card-top-story-list .headline-list .card .card-body div:last-child h3,
.card-top-story-list .headline-list .card .card-body div:last-child h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom:0;
}
@media screen and (min-width: 800px) {
    .card-top-story-list .headline-list > .card {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  padding-bottom:10px;
  margin-bottom:10px;
    }
    .card-top-story-list .headline-list .card .card-headline h3 {
 font-family: 'Open Sans', sans-serif;
 font-weight: 700;
 font-size:18px;
 line-height:20px;
    }
}
.col-md-4 .col-sm-5 {
  width: 100%;
}
.col-md-4 .card-top-story-list .col-sm-7 {
  border-left: none;
  width: 100%;
}
/* Breaking
-------------------------------------------------- */
.breaking .breaking-container {
    max-width:1170px;
    margin:0 auto;
}
.breaking .breaking-title {
    display:inline-block;
    padding:5px 10px;
    margin:10px 10px 0 10px;
    overflow: hidden;
}
.breaking .breaking-title h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size:16px;
    line-height:20px;
    text-transform:none;
    margin:0;
}
.breaking .breaking-title.light, .block.light .breaking .card a, .block.light .breaking .card a:hover {
    color:#fff;
}
.breaking .breaking-title.dark, .block.dark .breaking .card a, .block.dark .breaking .card a:hover {
    color:#000;
}
.block.light .breaking .card .text-muted, .block.light .breaking .card .cm {
    color:rgba(255,255,255,.8);
}
.block.dark .breaking .card .text-muted, .block.dark .breaking .card .cm {
    color:rgba(0,0,0,.7);
}
.breaking .breaking-content {
    display:block;
}
.breaking .breaking-content .card {
    margin:0;
    padding:5px 10px 10px;
    border-top:none;
}
.breaking .breaking-content .card-meta {
    display:none;
}
.breaking .breaking-content .card .card-headline > * {
    margin:0;
}
.breaking .breaking-content .card .list-inline {
    margin:0;
}
.breaking .owl-theme .owl-controls {
    margin:0;
    position:absolute;
    bottom:0;
    right:0;
}
.breaking .owl-theme .owl-controls .owl-nav [class*='owl-'] {
    background-color:transparent;
    margin: 2px 5px;
}
.block.dark .breaking .owl-theme .owl-controls .owl-nav [class*='owl-'] {
    color:#222;
}
.breaking .owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
    background-color:rgba(0,0,0,.2);
}
@media screen and (min-width: 800px) {
    .breaking .breaking-title {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        display:block;
        margin:0px;
        padding:10px 15px;
        font-size:18px;
        width:160px;
        float:left;
    }
    .breaking.show-images .breaking-title {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        min-height:86px;
    }
    .breaking .breaking-title h4 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        font-size:18px;
    }
    .breaking .breaking-content {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        margin-left:180px;
    }
    .breaking .breaking-content .card {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        margin:0;
        padding:0;
    }
    .breaking .breaking-content .card-meta {
        display:block;
    }
    .breaking .breaking-content .card .card-body, .breaking .breaking-content .card .card-image {
        padding-top:5px;
        padding-bottom:5px;
    }
    .breaking .breaking-content .card .card-headline > h3 {
        padding-top:5px;
        padding-bottom:5px;
    }
    .breaking .breaking-content .card .card-headline > h2 {
        padding-top:3px;
        padding-bottom:3px;
    }
}
/* Breaking on Mobile devices
---------------------------------------------------- */
@media (max-width: 799px) {
    .fullscreen-region .breaking .card-panel {
      border: medium none;
      box-shadow: none;
      margin: 0;
    }
    .fullscreen-region .breaking .col-md-2 {
      float: left;
      width: 30%;
    }
    .fullscreen-region .breaking .col-md-10 {
      float: left;
      width: 70%;
    }
    .fullscreen-region .breaking .breaking-item-content {
      padding: 5px;
    }
    .fullscreen-region .breaking-item-content .card-headline {
      float: left;
      margin-right: 10px;
      max-width: 80%;
      overflow: hidden;
      padding-right: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: auto;
    }
    .fullscreen-region .card .breaking-item-content .card-meta {
      font-size: 85%;
      line-height: 20px;
    }
    .fullscreen-region .breaking .list-inline {
      margin: 0;
    }
    .fullscreen-region .card .card-headline h4 {
      font-size: 14px;
      line-height: 20px;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .fullscreen-region .breaking .breaking-label {
      padding: 5px 0;
    }
    .fullscreen-region .breaking-label > h4 {
      font-size: 14px;
      line-height: 20px;
      font-weight: bold;
      text-transform: uppercase;
    }
}
/* Breaking and Search located in #tncms-region-global-container-top-fullscreen - requires custom class on the blocks
---------------------------------------------------- */
#tncms-region-global-container-top-fullscreen .breaking .card-panel {
  border: medium none;
  box-shadow: none;
  margin: 0;
}
#tncms-region-global-container-top-fullscreen .global-container-top-fullscreen-right {
  float: left;
  width: 30%;
}
#tncms-region-global-container-top-fullscreen .global-container-top-fullscreen-left {
  float: left;
  height: 37px;
  width: 70%;
}
#tncms-region-global-container-top-fullscreen .breaking.small .col-md-2 {
  float: left;
  width: 25%;
}
#tncms-region-global-container-top-fullscreen .breaking.small .col-md-10 {
  float: left;
  width: 75%;
}
#tncms-region-global-container-top-fullscreen .breaking .breaking-item-content {
  padding: 5px;
}
#tncms-region-global-container-top-fullscreen .breaking-item-content .card-headline {
  float: left;
  margin-right: 10px;
  max-width: 80%;
  overflow: hidden;
  padding-right: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}
#tncms-region-global-container-top-fullscreen .card .breaking-item-content .card-meta {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 100%;
  line-height: 27px;
}
#tncms-region-global-container-top-fullscreen .breaking .list-inline {
  margin: 0;
}
#tncms-region-global-container-top-fullscreen .card .card-headline h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#tncms-region-global-container-top-fullscreen .breaking .breaking-label {
  padding: 5px 0;
}
#tncms-region-global-container-top-fullscreen .breaking-label > h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.global-container-top-fullscreen-right .form-control {
  border-left: 1px solid #ccc;
  border-top: none;
  border-bottom: none;
  border-right:none;
  box-shadow: none;
  height: 37px;
}
#tncms-region-global-container-top-fullscreen .fa.fa-search {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #CCC;
}
/* Breaking on Mobile devices
---------------------------------------------------- */
@media (max-width: 799px) {
    .fullscreen-region #tncms-region-global-container-top-fullscreen .global-container-top-fullscreen-left {
      float: left;
      height: auto;
      width: 100%;
    }
    .fullscreen-region #tncms-region-global-container-top-fullscreen .global-container-top-fullscreen-right {
      float: left;
      height: auto;
      width: 100%;
    }
    .fullscreen-region #tncms-region-global-container-top-fullscreen .breaking .card-panel {
      border: medium none;
      box-shadow: none;
      margin: 0;
      padding: inherit;
    }
    .fullscreen-region #tncms-region-global-container-top-fullscreen .breaking .col-md-2 {
      float: left;
      width: 30%;
      padding: inherit;
    }

    .fullscreen-region #tncms-region-global-container-top-fullscreen .breaking .col-md-10 {
      float: left;
      width: 70%;
    }
    .fullscreen-region #tncms-region-global-container-top-fullscreen .breaking .breaking-item-content {
      padding: 5px;
    }
    .fullscreen-region #tncms-region-global-container-top-fullscreen .breaking-item-content .card-headline {
      float: left;
      margin-right: 10px;
      max-width: 80%;
      overflow: hidden;
      padding-right: 0;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: auto;
    }

    .fullscreen-region #tncms-region-global-container-top-fullscreen .card .breaking-item-content .card-meta {
      font-size: 85%;
      line-height: 20px;
    }
    .fullscreen-region #tncms-region-global-container-top-fullscreen .breaking .list-inline {
      margin: 0;
    }
    .fullscreen-region #tncms-region-global-container-top-fullscreen .card .card-headline h4 {
      font-size: 14px;
      line-height: 20px;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .fullscreen-region #tncms-region-global-container-top-fullscreen .breaking .breaking-label {
      padding: 5px 0;
    }
    .fullscreen-region #tncms-region-global-container-top-fullscreen .breaking-label > h3 {
      font-size: 14px;
      line-height: 20px;
      font-weight: bold;
      text-transform: uppercase;
    }
}
/* Most Popular
-------------------------------------------------- */
.most-popular figure {
    margin: 0;
}
.most-popular .nav-tabs {
    border-bottom: 0;
    margin-bottom: 0;
}
.most-popular .no-results {
    font-family: 'Manuale', serif;
    font-weight: 400;
    font-style: italic;
    margin: 0;
}
.most-popular .tab-content {
    border: 1px solid #DDD;
    padding: 15px;
}
.most-popular .tab-content-list {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.most-popular .tab-pane-articles li,
.most-popular .tab-pane-commented li,
.most-popular .tab-pane-collections li,
.most-popular .tab-pane-audio li {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #666666;
}
.most-popular .tab-pane-images .tab-content-list,
.most-popular .tab-pane-videos .tab-content-list {
    margin: 0;
    padding: 0;
}
.most-popular .tab-pane-images li,
.most-popular .tab-pane-videos li {
    display: inline-block;
    list-style-type: none;
}
.most-popular .tab-pane-images li img,
.most-popular .tab-pane-videos li img {
    max-height: 90px;
    max-width: 90px;
}
.most-popular .tab-content-heading {
    display: none;
    margin-top: 0;
}
.most-popular .tab-pane-articles li,
.most-popular .tab-pane-audio li,
.most-popular .tab-pane-collections li,
.most-popular .tab-pane-commented li {
    padding: 6px 0;
}
.most-popular .tab-content-list.border li {
    padding: 5px 0;
    border-bottom-width: 1px;
    border-bottom-color: #DDD;
}
.most-popular .tab-content-list.border-solid li {
    border-bottom-style: solid;
}
.most-popular .tab-content-list.border-dotted li {
    border-bottom-style: dotted;
}
.most-popular .tab-content-list.border-dashed li {
    border-bottom-style: dashed;
}
.most-popular .tab-content-list.border li:last-child {
    border-bottom-width: 0px;
    border-bottom-style: none;
}
.most-popular .tab-content-list.bullet-disc,
.most-popular .tab-content-list.bullet-circle,
.most-popular .tab-content-list.bullet-square {
    padding-left: 1.2em;
}
.most-popular .tab-content-list.bullet-circle {
    list-style-type: circle;
}
.most-popular .tab-content-list.bullet-square {
    list-style-type: square;
}
.most-popular .tab-content-list.bullet-decimal {
    list-style-type: decimal;
    padding-left: 1.9em;
}
/* Featured Classifieds
-------------------------------------------------- */
.featured-classifieds .card.product > .card-container > .card-image {
    width: 100%;
    float: none;
    margin-bottom: 10px;
}
.featured-classifieds .card.product > .card-container > .card-body {
    padding-left: 0;
    margin-left: 0;
}
.featured-classifieds .card.product .card-lead {
    display: none;
}
@media screen and (min-width: 800px) {
    .featured-classifieds .card.business .card-image img {
        width: 100px;
    }
    .featured-classifieds .card.business .card-container > .card-image {
        width: 100px;
    }
    .featured-classifieds .card.business.has-image > .card-container > .card-body {
        margin-left: 100px;
    }
    .featured-classifieds .cols-4 .card.business .card-image img {
        width: auto;
    }
    .featured-classifieds .cols-4 .card.business .card-container > .card-image {
        width: 100%;
        float: none;
        padding-bottom: 0;
    }
    .featured-classifieds .cols-4 .card.business .card-container > .card-body {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .featured-classifieds .card.product .card-lead {
        display: block;
    }
}
/* Business Featured Category
-------------------------------------------------- */
.biz-featured-category .logos img {
    max-height: 200px;
    max-width: 200px;
    width: 40%;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.biz-featured-category.squery-sm .logos img {
    width: 46%;
}
.biz-featured-category.squery-lg .logos img {
    max-height: 100px;
    width: auto;
}
.biz-featured-category .logos a:only-child img {
    max-height: 100px;
    width: auto;
    max-width: 100%;
}
/* Featured Events
-------------------------------------------------- */
.featured-events .panel-body{
    padding:0;
}
.block.light .featured-events .photo-carousel-control {
    color:rgba(255,255,255,.4);
    background-color:rgba(0,0,0,0.9);
}
.block.dark .featured-events .photo-carousel-control {
    color:rgba(0,0,0,0.4);
    background-color:rgba(255,255,255,.9);
}
.block.light .featured-events .photo-carousel-control:hover {
    color:rgba(255,255,255,0.8);
    background-color:#000;
}
.block.dark .featured-events .photo-carousel-control:hover {
    color:rgba(0,0,0,0.8);
    background-color:#FFF;
}
.featured-events .text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position:absolute;
    top:0;
    bottom:0;
    text-align:center;
    width:100%;
}
.featured-events .no-img .text-wrapper{
    background-color:transparent;
    text-shadow:none;
}
.featured-events .no-img .text-wrapper{
    background-color:transparent;
    text-shadow:none;
}
.featured-events .text-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding:15px;
}
.featured-events .no-img .card-social,
.featured-events .no-img .card-social ul{
    margin:0;
}
.featured-events .date-cond{
    display:block;
}
.featured-events .date-full,
.featured-events .card-social{
    display:none;
}
@media (max-width: 321px) {
    .featured-events .text-wrapper .card-venue,
    .featured-events .text-wrapper .card-cost{
        display:none;
    }
}
@media (min-width: 768px) {
    .featured-events .date-cond{
        display:none;
    }
    .featured-events .card-social,
    .featured-events .date-full {
        display:block;
    }
    .featured-events .has-img .text-wrapper{
        display:block;
        text-align:left;
    }
    .featured-events .has-img .text-content{
        display:block;
    }
}
/* Utility Email Signup
-------------------------------------------------- */
.block .mailinglist-container .mailinglist-item {
    padding: 15px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin: 0;
}
.block .mailinglist-container .mailinglist-item.only-one {
    padding: 15px 0px;
}
.block .mailinglist-instructions {
    margin-bottom: 20px;
}
.block .mailinglist-container .form-group .mailinglist-item:first-child {
    padding-top: 0;
}
.block .mailinglist-container .form-group .mailinglist-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.block .mailinglist-container .mailinglist-item p:last-child {
    margin: 0;
}
.block .mailinglist-container .mailinglist-title {
    margin: 0;
}
.block .mailinglist-block-description {
    margin-bottom: 10px;
}
.block .mailinglist-container .form-group.has-desc .mailinglist-item:first-child {
    border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 15px;
}
/* Utility Subscription Services
-------------------------------------------------- */
.subscription-service.panel-default > .service-heading {
    background: #444;
    color: #FFF;
}
.subscription-service .service-price-text {
    font-size: 22px;
}
.subscription-service .service-sublink .btn {
    display: block;
    width: 100%;
}
.subscription-service .service-rates {
    margin-bottom: 10px;
}
.subscription-service .collapse-rates table {
    margin-bottom: 0px;
    margin-top: 10px;
}
.subscription-service .collapse-rates .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.03);
}
/* the following line can be removed when we update bootstrap - github.com/twbs/bootstrap/pull/13920 */
.subscription-service .collapse-rates .table-striped > tbody > tr:nth-child(odd) > td {
    background-color: transparent;
}
@media (min-width: 768px) {
    .subscription-service .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .subscription-service .align-bottom {
        align-self: flex-end;
    }
    .subscription-service .service-sublink .btn {
        display: inline-block;
        width: auto;
    }
    .subscription-service .service-rates {
        margin-bottom: 0px;
    }
}
/* Contribute Wrapper
-------------------------------------------------- */
.btn-contrib {
    font-weight: normal;
}
/* Ads
-------------------------------------------------- */
.ad-separator-top {
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid rgba(0,0,0,.1);
}
.ad-separator-bottom {
    margin-bottom:20px;
    border-bottom:1px solid rgba(0,0,0,.1);
}
.dark-theme .ad-separator-top, .dark-theme .ad-separator-bottom {
    border-color:rgba(255,255,255,.1);
}
.tnt-ads {
    display:block;
    margin:0 auto 20px;
}
/* Ad-owl
-------------------------------------------------- */
.adowl-your-ad-container .fa-edit {
    font-size: 12px;
    margin-top: 5px;
}
.adowl-default .total {
    font-size: 14px;
    margin-top: 22px;
}
/* Footer
-------------------------------------------------- */
#site-footer {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding: 15px 20px 0 20px;
    margin-bottom: 10px;
}
#site-footer .block-title h4 {
    color:inherit;
}
#site-copyright {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-top:20px;
    padding-bottom:20px;
}
@media screen and (max-width: 799px) {
    #site-copyright {
        font-size: 75%;
    }
    #site-copyright .text-right {
        text-align:left!important;
    }
}
/* Status pages
-------------------------------------------------- */
#status-404 {
    margin-bottom:80px;
}
#status-404 .page-header {
    margin-bottom:0;
}
.img-404 .cite {
    text-align:right;
}
.img-404 .cite a {
    font-size:14px;
    font-style:italic;
    color:#c0c0c0;
}
#status-404 .error-code {
    font-weight:bold;
    color:#ccc;
    cursor:default;
}
@media (min-width: 799px) {
    #status-404 .page-header {
        margin-bottom:20px;
    }
}
/* Calendar Search
-------------------------------------------------- */
/* the form border-radius comeback */
.search-calendar .btn,
.search-calendar .form-control{
    border-radius:3px !important;
}
/* Block CSS classes
-------------------------------------------------- */
.box {
    border:solid 1px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
    padding: 15px;
}
/* Redesign Tests (Jeremy and Ellen)
-------------------------------------------------- */
#site-header {
    padding: 0px;
    padding-top: 20px;
}
/*set font family and weight*/
.headline > h1, .card-headline > h2 {font-family: 'Manuale', serif; font-weight:700;}
.card-lead > p {font-family: 'Open Sans', sans-serif; font-weight:400;}
.asset-body > p {font-family: 'Manuale', serif; font-weight:400;}
/******^^^^^^^^****** ONLY FOR SPECIFIC SCREEN SIZES Medium Devices, Desktops *******^^^^^^^^^******/
/*add more padding to the right side of the top in story MR ad*/
#fixed-big-ad-top-asset {padding-right: 20px !important; margin-right: 15px !important;}
/*remove right margin from all ad blocks*/
#asset-content .tnt-ads-container { margin-right: 0px !important;}
/*mobile menu home logo icon*/
#tncms-block-462145 {
    z-index: 0 !important;
    max-height: 50px !important;
    margin-top: 10px !important;
    margin-left: 10px !important;
}
/*complete forecast by block*/
#tncms-block-459595 {
    float: right !important;
    color: black !important;
    margin-right: -85px !important;
}
#tncms-block-459594 { margin-top: 25px !important; height: 31px !important; width: 88px !important;}
/*weather block*/
#tncms-block-459596 {
    margin-bottom: 20px !important;
}
/* Fix for floated DFP ads  */
.pull-right .tnt-ads.dfp-ad {min-height: 1px; float: right; }
.pull-left .tnt-ads.dfp-ad {min-height: 1px; float: left; }
/*test button style for links on homepage*/
#block-423065 > ul > li > a, #block-423062 > ul > li > a, #block-420007 > ul > li > a {
    background-color: #004a8f;
    border-color: #004a8f;
    color: #fff;
    border-radius: 0;
    padding: 6px 12px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}
#block-423065 > ul > li > a:hover, #block-423062 > ul > li > a:hover, #block-420007 > ul > li > a:hover { background-color: #004a8f !important;}
/*adjustments to mobile*/
/*increase width of useable mobile nav bar
.navbar-brand {width: 80% !important;}
.navbar-brand img {max-height: 45px !important; !important;}*/
/*custom class*/
.double-pad-bottom .tnt-ads-container {padding-bottom:20px !important;}
.double-pad-right .tnt-ads-container {padding-right:20px !important;}
/*aligning right promo image as link asset in header*/
.hide-title  .card-headline { display: none !important;}
@media screen and (min-width: 480px) {
.overlay-fix-custom .centered-content-container.content-overlay.text-center {
width: 60px !important;
max-width: 60px !important;
height: 30px !important;
position: relative;
}
}
/*adjustments to mobile menu*/
@media screen and (max-width: 799px){
/*change mobile menu color to black*/
#main-navigation > div.navbar-header > button > span:nth-child(2), #main-navigation > div.navbar-header > button > span:nth-child(3), #main-navigation > div.navbar-header > button > span:nth-child(4) {
    background-color: black !important;
}
/*align mobile logo
.navbar-brand img {
    max-height: 45px !important;
    position:absolute !important;
    margin-left:0px !important;
    max-width: 370px !important;
}*/
/*decrease height of clearfix div to 1px*/
#block-465311 > div.clearfix {
    height: 1px;
}
/*change bg color of mobile menu to white*/
#main-navigation {
    background-color: white !important;
}}
/*change arrows to black on carousel*/
.dark-arrows .fa {color: black !important;}
#user-controls-420087 .tn-user-screenname, #user-controls-420087 .large-user-controls .user-welcome { color: white !important;}
/*center Place your classified ad online and in print*/
#block-460144 > article > div > a > button {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
/*test css for test page*/
#ad-465775 {
    margin-top: 50px !important;
}
#tncms-block-465775 {width:50%;}
#block-503266 > div.block {
    margin-left: 80px !important;
    margin-top: -45px !important;
    position: relative;
    z-index: 9 !important;
}
/*hide marketplace businesses upper right hand corner star*/
.card.business .card-tag {display:none !important;}
/*hide svg icons on classifieds*/
.card.business .card-tag {display:none !important;}

/*bold all links with-in articles*/
#asset-content > div.row > div > div > div.asset-content.p402_premium.subscriber-premium > div > p > a {font-weight: bold !important;}
/*center stuff*/
.center-title  .card-headline {text-align: center;}
/*test css to remove all black backgrounds from images and */
.card .card-image .photo.layout-vertical {
    width: 100%;
    margin: 0;
    background-color: white !important;
}
/*make image backgrounds white*/
.photo-carousel .item .photo-container {
    background-color: white !important;
}
.photo-carousel .item .photo-container {
    background-color: white !important;
}
/*                test csss do not move                               */
/*mobile header image padding*/
#tncms-block-465311 {
   padding-left: 20px !important;
   padding-top: 10px !important;
}
/*search bar when opened needed more length*/
#site-search-654740 .site-search-form {
   width: 160px !important;
}
#site-search-654740-dropdown > li > a {
    background-color: white !important;
    height: 50px;
    width: 50px;
    padding: 12px 10px 10px 18px !important;
}
#site-search-654740-dropdown > li > a:hover {
    background-color: #A32625 !important;
    height: 50px;
    width: 50px;
    padding: 12px 10px 10px 18px !important;
}#site-search-654740-dropdown > li > a:focus {
    background-color: #A32625 !important;
    height: 50px;
    width: 50px;
    padding: 12px 10px 10px 18px !important;
}
#site-search-654740-dropdown > li > a > svg {color:black !important;}