@import url(//fonts.googleapis.com/css?family=Neuton:400,700);

/* Basics
-------------------------------------------------- */

/* Grid
-------------------------------------------------- */

/* 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;
}

#nav-group-grid-sidebar h4,
.users-sidebar h4 {
    font-family: inherit;
}

.dropdown-menu {
    border-radius: 0;
    border-color: #ccc;
    border-top: 0;
    box-shadow: none;
    margin-left: -1px;
    font-family: inherit;
    font-weight: normal;
    text-transform: none;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 1px;
}

.dropdown-menu>li>a {
    padding: 5px 20px;
    color: #333 !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #000;
}

.navbar-toggle .icon-bar {
    background-color: #FFF !important;
}


/* Main Nav
-------------------------------------------------- */

#main-navigation {
    margin-bottom: 0;
}

#site-navbar-container {
    border-top: medium none;
}

#site-navbar-container .navbar {
    text-transform: uppercase;
    border: 0;
    font-size: 11px;
    font-weight: 400;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

#site-navbar-container .navbar-default .navbar-nav>li {
    padding: 0;
    border-left: 1px solid rgba(0,0,0,.05);
}

#site-navbar-container .navbar-default .navbar-nav>li:first-child {
    border-color: transparent;
}

#site-navbar-container .navbar-default .navbar-nav>li>a {
    text-shadow: none;
}

#site-navbar-container .navbar-collapse {
    padding: 0;
}

#site-navbar-container .navbar-default .navbar-nav>li>a:hover,
#site-navbar-container .navbar-default .navbar-nav>li>a:focus {
    background-color: #444;
    color: #fff;
}

#site-navbar-container .navbar-default .navbar-nav>.open>a,
#site-navbar-container .navbar-default .navbar-nav>.open>a:hover,
#site-navbar-container .navbar-default .navbar-nav>.open>a:focus {
    background-color: #444;
    color: #fff;
}

@media screen and (min-width: 992px) {

    #site-navbar-container .navbar {
        border-top: 2px solid rgba(0,0,0,.7);
    };

    #main-navigation #navbar-collapse {
        margin: auto;
        width: 970px;
    }
}

@media screen and (min-width: 1200px){

    #main-navigation #navbar-collapse {
        margin: auto;
        width: 1170px;
    }

}

/* OVERRIDE DEFAULT BEHAVIOR WHERE BG OF MOBILE HEADER IS THE SAME COLOR AS NAV ON DESKTOP*/

/* Header
-------------------------------------------------- */



#site-header {
    padding: 10px 0;
    border-bottom: medium none;
}

body.fixed-nav > div:first-child {
 /* need a more reliable way to target top container element */
    margin-top: 50px;
}

/* CREATE DOUBLE BORDER BETWEEN HEADER AND NAV */

#site-navbar-container .navbar {
    border-top: 3px double rgba(0,0,0,.2);
}


/* Typography
-------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.logo-date,
.weather-current .temp,
.weather-current .cond {
    font-family: 'Neuton', serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0;
}

h1,
.h1 {
    font-size: 38px;
}

h2,
.h2 {
    font-size: 32px;
}

h3,
.h3 {
    font-size: 26px;
}

h4,
.h4 {
    font-size: 20px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

.list-inline.block-links {
    padding: 0;
    font-size: 12px;
    line-height: 12px;
}

.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: 10px 0;
}

.emphasis-h4 .list-inline.block-links.pos-top {
    margin-top: 6px;
}

.emphasis-h2 .list-inline.block-links.pos-top {
    margin-top: 18px;
}

.emphasis-h2 .block-title,
.emphasis-h2 .user-header {
    border-bottom: 4px double rgba(0, 0, 0, 0.3);
}

.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: 1px;
}

.list-inline.social-links,
.list-inline.followed-notify-link {
    display: inline-block;
    margin-left: 0;
    margin-right: 5px;
}

.list-inline.social-links > li,
.list-inline.followed-notify-link > li {
    padding: 0;
}

.bullet-nav {
    padding-left: 18px;
}

.jumbotron > :first-child {
    margin-top: 0;
}

.jumbotron > :last-child {
    margin-bottom: 0;
}

.jumbotron {
    background-color: transparent;
    padding-top: 15px;
}

.jumbotron h1 {
    font-weight: normal;
}

.jumbotron p {
    font-family: Georgia,Serif;
    color: #777;
}

.container .jumbotron {
    border-radius: 0;
    border-bottom: 3px double rgba(0,0,0,.2);
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 33px;
    };
}



/* Page
-------------------------------------------------- */

#main-page-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

#status-404 .main-content {
    margin: 0 0 5% 5%;
}

#status-404 .main-content h1 {
    font-size: 80px;
}

#status-404 .main-content p {
    font-family: Georgia,Serif;
    font-size: 20px;
    color: #777;
}


/* Tabs
-------------------------------------------------- */
.nav-tabs {
    border-bottom: 1px solid rgba(0,0,0,.15);
    margin-bottom: 15px;
}

.nav-tabs > li > a {
    border: none;
    outline: none;
    margin-right: 0;
    color: #666666;
    -webkit-box-shadow: inset 0 -1px 0 #dddddd;
    box-shadow: inset 0 -1px 0 #dddddd;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.nav-tabs > li > a:hover {
    background-color: transparent;
    -webkit-box-shadow: inset 0 -2px 0 #333;
    box-shadow: inset 0 -2px 0 #333;
    color: #333;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
    -webkit-box-shadow: inset 0 -2px 0 #333;
    box-shadow: inset 0 -2px 0 #333;
    color: #333;
    font-weight: bold;
}

.nav-tabs > li.active > a:hover {
    border: none;
    color: #333;
    font-weight: bold;
}

.nav-tabs > li.disabled > a {
    -webkit-box-shadow: inset 0 -1px 0 #dddddd;
    box-shadow: inset 0 -1px 0 #dddddd;
}

.nav-tabs.nav-justified > li > a,
.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover {
    border: none;
}

.nav-tabs .dropdown-menu {
    margin-top: 0;
}


/* Labels
-------------------------------------------------- */

.label {
    border-radius: 0;
}

.label-primary {
    background-color: #333;
}

.label-default {
    background-color: rgba(0,0,0,.8);
}

.label-muted {
    background-color: #AAA;
}

.label-flag {
    background-color: rgba(0,0,0,.8);
    text-transform: uppercase;
    line-height: 2em;
}

.label-flag-breaking,
.label-flag-alert,
.label-flag-weather_alert {
    background-color: #C9302C;
}

.label-flag-hot {
    background-color: #ff4800;
}


/* Tooltips
-------------------------------------------------- */
.tooltip-inner {
    border-radius: 0;
}


/* Panels
-------------------------------------------------- */

.panel {
    border-radius: 0;
    box-shadow: none;
}

.panel-heading,
.panel-footer {
    border: 0;
    border-radius: 0;
}

.panel-heading {
    border-bottom: 3px double rgba(0,0,0,.2);
}

.panel-footer {
    border-top: 3px double rgba(0,0,0,.2);
}

.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;
    border: 0;
    border-bottom: 3px double rgba(0,0,0,.2);
}

.alert.notification {
    position: fixed;
    bottom: 2em;
    left: -1em;
    padding-left: 3em;
    z-index: 9999;
}


/* Thumbnails
-------------------------------------------------- */

.thumbnail {
    border-radius: 0;
    padding: 0;
    border: none;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border: none;
}


/* Breadcrumbs
-------------------------------------------------- */

.breadcrumb {
    border-radius: 0;
    color: #fff;
}

.breadcrumb>.active {
    color: #fff;
}

.breadcrumb a,
.breadcrumb a:hover {
    color: #fff;
}



/* Pagination
-------------------------------------------------- */

/* Blockquotes
-------------------------------------------------- */
blockquote {
    border-left: 3px double rgba(0,0,0,.2);
    font-family: Georgia,Serif;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    padding: 0 20px;
}

.asset .asset-body blockquote {
    margin-bottom: 20px;
}

blockquote p,
.asset .related-sidebar blockquote p,
.asset .asset-body blockquote p {
    font-size: 24px;
    line-height: 32px;
}

blockquote p:last-child,
.asset .related-sidebar blockquote p:last-child,
.asset .asset-body blockquote p:last-child {
    margin-bottom: 0;
}


/* Buttons
-------------------------------------------------- */

.btn-primary {
    background-color: #333;
    border-color: #222;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-color: #222;
    border-color: #111;
}

.btn-lg,
.btn-group-lg>.btn,
.btn-sm,
.btn-group-sm>.btn,
.btn-xs,
.btn-group-xs>.btn,
.form-control,
.btn,
.tncms-captcha-response {
    border-radius: 2px;
}

/* FORCE DEFAULT BUTTON COLOR, LOOKS BETTER IN HEADER */

.btn-link:hover,
.btn-link:focus {
    background-color: #FFF;
}

#site-header .site-search-form .btn-link,
#site-header .site-search-form .btn-link:active,
#site-header .site-search-form .btn-link.active,
#site-header .site-search-form .btn-link[disabled] {
    background-color: inherit;
}


/* Forms
-------------------------------------------------- */

.form-control:focus,
.tncms-captcha-response:focus {
    border-color: #bbb;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05) inset, 0 0 8px rgba(0,0,0,0.2);
}


/* Tables
-------------------------------------------------- */
.asset-table.panel .panel-heading h4 {
    margin: 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;
}

/* Page Heading block
-------------------------------------------------- */

.card .block-title.dark a,
.card .block-title.dark a:hover {
    color: #333 !important;
}

.card .block-title.light a,
.card .block-title.light a:hover {
    color: #FFF !important;
}

/* Photo Carousel
-------------------------------------------------- */

.card.photo-carousel .card {
    margin-bottom: 0;
}

.photo-carousel .caption-container {
    padding-top: 10px;
}

.photo-carousel .item .photo-container {
    background-color: rgba(0,0,0,.9);
}

.photo-carousel .caption-container .card-meta .list-inline {
    margin: 0 0 5px 0;
}

.photo-carousel .caption-container .card-meta .list-inline>li:first-child {
    padding-left: 0;
}

.photo-carousel .photo-carousel-control {
    font-size: 12px;
    padding: 10px 14px;
    color: #fff;
    background-color: rgba(0,0,0,.6);
}

.photo-carousel .photo-carousel-control:hover {
    background-color: rgba(0,0,0,.9);
    color: #fff;
}

.photo-carousel .photo-carousel-control.left {
    top: 10px;
    right: 48px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.photo-carousel .photo-carousel-control.right {
    top: 10px;
    right: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


/* 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: 30px;
}

.asset .related-sidebar div:first-child {
    margin-top: 0;
}

.asset-byline {
    font-family: Georgia,Serif;
}

.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-weight: bold;
    text-transform: uppercase;
    line-height: normal;
}

.asset .asset-header h1 {
    font-size: 24px;
    font-weight: normal;
}

.asset .asset-header .subhead {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0;
}

.asset .asset-header .meta {
    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: 20px 0;
}

.asset .asset-showcase-image {
    position: relative;
    margin-bottom: 40px;
    min-height: 90px;
}

.asset .asset-showcase-image .showcase-title,
.asset .asset-showcase-image .showcase-caption {
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.7);
    color: #fff;
}

.asset .asset-showcase-image img {
    width: 100%;
}

.asset .asset-showcase-image .showcase-caption {
    bottom: 0;
}

.asset .asset-showcase-image .showcase-caption .credit {
    position: absolute;
    top: -30px;
    left: 20px;
    text-shadow: 0 0 5px #000;
}

.asset .asset-showcase-image .showcase-caption .caption-text {
    padding: 10px 20px 0;
}

.asset .asset-showcase-image .showcase-title {
    top: 0;
    text-align: center;
    padding: 10px;
}

.asset .asset-masthead.showcase {
    color: #fff;
    margin: 0 -15px 30px;
    padding: 15px 30px;
    background-color: #222;
    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,.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 {
    color: #ddd;
}

.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: 2px 2px rgba(0,0,0,0.3);
    font-weight: bold;
}

.asset .asset-body > h1,
.asset .asset-body > h2,
.asset .asset-body > h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.asset .asset-body p,
.asset .asset-body ul,
.asset .asset-body ol {
    color: #666;
    font-family: Georgia,Serif;
    margin-bottom: 20px;
}

.asset .asset-body p {
    font-size: 18px;
    line-height: 30px;
}

.asset .asset-body ul,
.asset .asset-body ol {
    font-size: 16px;
}

.asset figure {
    display: block;
}

.asset .asset-body figure p,
.asset .asset-body figure ul,
.asset .asset-body figure ol {
    font-family: inherit;
}

#asset-content figure .image {
    margin-bottom: 10px;
}

#asset-content .inline-asset .card figure .image {
    margin: 0px;
}

.asset figure .caption,
.asset figure .caption p {
    margin-bottom: 20px;
    color: #666;
    font-size: 12px;
    line-height: 1.4em;
}

.asset figure .caption p {
    margin-bottom: 10px;
}

.asset figure .caption .credit {
    display: block;
    color: #999;
    margin-top: 5px;
}

.asset figure .caption .actions.pull-right {
    padding-left: 10px;
}

.asset .inline-asset {
    margin: 40px 0;
    clear: right;
}

.asset .inline-article,
.asset .inline-poll,
.asset .inline-zip {
    float: right;
    clear: right;
    width: 35%;
    margin: 0 0 30px 30px;
}

.asset .inline-asset figure {
    margin: 0 auto;
}

.asset .inline-asset.layout-vertical {
    width: 35%;
    clear: right;
    float: right;
    margin: 5px 0 30px 30px;
}

.asset .asset-body .asset-tagline p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.asset .asset-tagline {
    padding-top: 20px;
    position: relative;
}

.asset .asset-tagline:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 37.5%;
    width: 25%;
    border-top: 1px solid rgba(0,0,0,.1);
}

.asset .asset-label-flags {
    margin-bottom: 10px;
    font-size: 90%;
}

.asset .asset-tags {
    margin-bottom: 20px;
}

.asset .asset-tags h4 {
    margin: 0 15px 0 0;
    float: left;
}

.asset .asset-tags .list-inline {
    margin: 0 0 0 60px;
}

.asset .asset-tags .list-inline > li,
.card.classifieds-categories .list-inline > li {
    padding: 0;
    margin-bottom: 4px;
}

.asset .related-sidebar p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

.asset .related-sidebar .asset-audio audio {
    display: block;
}

.asset .asset-recommend .outbrain h3 {
    font-size: 18px;
    margin: 10px;
}

.asset .popover .author-card .tagline {
    font-size: 12px;
}

.asset .asset-recommend .outbrain ul {
    padding-left: 30px;
    margin-bottom: 0;
}

.asset .asset-html .html-content {
    margin-bottom: 20px;
}

.asset .asset-author .card {
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,.1);
}

.asset-related {
    margin-bottom: 30px;
}

.asset-related > h4 {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 10px;
}

.asset-related .related-content {
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 20px;
}

.asset-related .headline-list > li:first-child {
    padding-top: 0;
}

#asset-content .asset-related figure .image {
    margin: 0;
}

.asset .asset-fields.agent-info ul {
    list-style-type: none;
}

@media screen and (min-width: 768px) {
    .asset .asset-body.has-fixed-share {
        margin-left: 100px;
    }

    .asset .share-container.headline-right {
        top: 0;
        right: 0;
    }

    .asset .asset-header .hammer,
    .asset .asset-header .kicker,
    .asset .asset-header .subhead,
    .asset .asset-header .meta,
    .asset .asset-header h1 {
        margin-right: 100px;
    }

    .asset.article-longform .asset-header .hammer {
        margin: 0 100px;
    }

    .asset.article-longform .asset-header .kicker,
    .asset.article-longform .asset-header .subhead,
    .asset.article-longform .asset-header .meta,
    .asset.article-longform .asset-header h1 {
        margin-right: 0;
    }

    .asset .asset-header h1 {
        font-size: 50px;
        line-height: 1em;
    }

    .asset .asset-header .subhead {
        font-size: 24px;
    }

    .asset .asset-masthead {
        margin: 20px 0 40px;
    }

    .asset figure .caption,
    .asset figure .caption p {
        font-size: 13px;
    }

    .asset figure .caption .credit {
        font-size: 12px;
    };
}


/* Articles
-------------------------------------------------- */

/* Base styles used by all article assets */
body.article .asset {
}

/* 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 {
    margin: 0 20px;
}

@media screen and (min-width: 768px) {
    body.article .article-longform .asset-header .hammer,
    body.article .article-longform .asset-header .kicker,
    body.article .article-longform .asset-header h1 {
        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 {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    };
}


/* Blocks
-------------------------------------------------- */

.block-title,
.user-header {
    border-bottom: 3px double rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
}

.block-title .block-title-inner,
.user-header .user-header-inner {
    padding-bottom: 9px;
    border-bottom: 0px double rgba(0,0,0,.2);
    display: block;
}

.block.heading-color .block-title-inner {
    padding: 10px;
}

.heading-color .block-title .block-title-inner {
    border: none;
}

.block-title h4 {
    color: rgba(0,0,0,.5);
}

.block-title h4,
.block-title h5,
.block-title h6 {
    font-weight: normal;
}

/* Cards
-------------------------------------------------- */

.card-panel .card {
    border-bottom: none;
    padding-bottom: 0;
}

.card .card-labels {
    padding-bottom: 5px;
}

.card .card-label-section,
.card .card-label-section a {
    text-transform: uppercase;
    font-size: 12px;
    color: #999;
}

.card .card-label-flags {
    font-size: 90%;
}

.card .asset-byline,
.card .card-lead,
.card .card-about {
    font-family: Georgia,Serif;
}

.card .card-meta .list-inline {
    margin-bottom: 5px;
}

.card .card-section {
    text-transform: uppercase;
    font-size: 85%;
}

.card .card-section a {
    color: #999;
}

.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-size: 18px;
    line-height: 20px;
    margin-top: 0;
}

.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-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
}

.card .card-headline a:hover {
    text-decoration: none;
}

.inline-asset .card .card-body .card-headline h3 {
    font-size: 16px;
}

.card-grid .card-panel .panel-body,
.card-bg-color.card-img-lg .card-panel .panel-body {
    padding: 0;
}

.card-grid .card-panel .card-body,
.card-bg-color.card-img-lg .card-panel .card-body {
    padding: 15px;
}

.card-slideshow {
    margin-left: -15px;
    margin-right: -15px;
}

.card-slideshow .owl-stage-outer {
    padding-bottom: 2px;
}

.owl-carousel .owl-item .card * {
    -webkit-backface-visibility: hidden;
}

.card-slideshow .owl-carousel-control-container {
    display: none;
    margin-bottom: 10px;
    margin-top: -10px;
}

.card figure .image {
    position: relative;
}

.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: 768px) {
    .card .card-meta {
        font-size: 85%;
    }

    .card.has-image > .card-container > .card-body {
        padding: 0 0 0 15px;
    }

    .card-img-lg .card.has-image > .card-container > .card-body {
        padding: 15px;
    }

    .card .card-headline h1,
    .card .card-headline h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .card .card-headline h3 {
        font-size: 26px;
        line-height: 26px;
    }

    .card .card-headline h4,
    .card .card-headline h5,
    .card .card-headline h6 {
        font-size: 20px;
        line-height: 20px;
    }

    .inline-asset .card .card-body {
        padding: 15px;
    }

    .inline-asset .card .card-body .card-headline h3 {
        margin: 0 0 5px 0;
        font-size: 18px;
        line-height: 20px;
    }

    .inline-asset .card .card-body .card-lead {
        display: block;
    }

    .card-slideshow {
        margin-left: 0;
        margin-right: 0;
    }

    .card-slideshow .owl-carousel-control-container {
        display: block;
    };
}

@media (min-width: 992px) {
    .card .card-meta {
        font-size: 100%;
    };
}

/* 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;
}

.card.business .card-isopen {
    color: #51B201;
}

.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:14px;
    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 #ccc transparent transparent;
}

.card.business.power .card-tag .tag-bg {
    border-color: transparent #eea236 transparent transparent;
}

.card.business.enhanced .card-tag .tag-bg {
    border-color: transparent #46b8da transparent transparent;
}

.business-cards.card-bg-color .panel-body {
    padding: 0 0 0 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(119, 191, 59, 0.25);
    padding-left: 15px;
    margin: 10px 0;
}

.business-search-enhanced .card.business {
    border: 1px solid rgba(88, 155, 247, 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: 768px) {
    .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.business .card-location > span {
        display: block;
    }

    .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: 1200px) {
    .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;
    };
}


/* 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: 767px) {
    .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%;
}


/* Event Card
-------------------------------------------------- */
.card.event .card-date,
.card.event .card-venue,
.card.event .card-cost {
    margin-bottom: 2px;
}

.card.event .schedule-container {
    margin-bottom: 5px;
}

/* Card Partitions
-------------------------------------------------- */
.date-partition {
    margin: 20px 0;
}

.date-partition h5 {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.date-partition h5 .fa {
    padding-right: 5px;
}

.date-partition h5 span {
    display: inline-block;
    vertical-align: baseline;
    zoom: 1;
    *display: inline;
    *vertical-align: auto;
    position: relative;
    padding: 0 15px;
}

.date-partition h5 span:before,
.date-partition h5 span:after {
    content: '';
    display: block;
    width: 1000px;
    position: absolute;
    top: 0.6em;
    border-top: 1px solid rgba(0,0,0,.2);
}

.date-partition h5 span:before {
    right: 100%;
}

.date-partition h5 span:after {
    left: 100%;
}


/* Headline List
-------------------------------------------------- */

.card.headline-list {
    margin: 0;
    border: 0;
}

.headline-list.bullet-disc,
.headline-list.bullet-circle,
.headline-list.bullet-square {
    padding-left: 1.2em;
}

.headline-list li.bullet-circle {
    list-style-type: circle;
}

.headline-list li.bullet-square {
    list-style-type: square;
}

.headline-list.bullet-decimal {
    padding-left: 1.9em;
}

.headline-list li.bullet-decimal {
    list-style-type: decimal;
}

.headline-list > li {
    padding: 4px 0;
}

.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;
}

.headline-list.list-unstyled .premium-asset-icon {
    margin-left: 0;
}

/* Top Story List
-------------------------------------------------- */

.card-top-story-list .headline-list > .card {
    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-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 {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .card-top-story-list .headline-list > .card {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .card-top-story-list.top-grid .card > .card-container > .card-image {
        width: 25%;
        float: left;
        margin: 0 20px 10px 0;
    }

    .card-top-story-list.top-grid .card > .card-container > .card-body {
        margin: 0;
        padding: 0;
    }

    .card-top-story-list.top-grid .headline-list {
        display: -ms-Flexbox;
        -ms-box-orient: horizontal;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        justify-content: flex-start;
        margin-top: 5px;
    }

    .card-top-story-list.top-grid .headline-list > .card {
        width: 50%;
        width: 100%\9;
        margin: 0;
        padding: 15px 0;
        border-top: 1px solid rgba(0,0,0,.1);
        border-bottom: 0;
    }

    .card-top-story-list.top-grid .headline-list > .card:nth-child(even) {
        padding-left: 15px;
    }

    .card-top-story-list.top-grid .headline-list > .card:nth-child(odd) {
        padding-right: 15px;
    }

    .card-top-story-list.top-grid.card-bg-color .headline-list > .card:nth-child(odd) {
        border-right: 1px solid rgba(0,0,0,.1);
    }

    .card-top-story-list.top-grid .headline-list > .card > .card-container {
        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-size:12px;
    line-height:1em;
    text-transform:uppercase;
    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:#222;
}

.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;
}

.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: 768px) {
    .breaking .breaking-title {
        display:block;
        margin:7px;
        padding:10px 15px;
        width:125px;
        float:left;
    }

    .breaking.show-images .breaking-title {
        min-height:86px;
    }

    .breaking .breaking-title h4 {
        font-size:18px;
    }

    .breaking .breaking-content {
        margin-left:144px;
    }

    .breaking .breaking-content .card {
        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:7px;
        padding-bottom:7px;
    }

    .breaking .breaking-content .card .card-headline > h3 {
        padding-top:7px;
        padding-bottom:7px;
    }

    .breaking .breaking-content .card .card-headline > h2 {
        padding-top:3px;
        padding-bottom:3px;
    }

}


/* Most Popular
-------------------------------------------------- */

.most-popular figure {
    margin: 0;
}

.most-popular .nav-tabs {
    border-bottom: 0;
    margin-bottom: 0;
}

.most-popular .no-results {
    font-style: italic;
    margin: 0;
}

.most-popular .tab-content {
    border: 1px solid #DDD;
    padding: 15px;
}

.most-popular .tab-content-list {
    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 {
    color: #646464;
}

.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: 79px;
    width: auto;
    object-fit: inherit;
}

.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: 4px 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;
}

/* Numbered Most Popular
-------------------------------------------------- */

.list-popular {
    counter-reset: list-popular;
    margin: 0;
}

.list-popular > li {
    display: block;
    margin-bottom: 15px;
}

.list-popular > li:last-child {
    margin-bottom: 0;
}

.list-popular > li h3,
.list-popular > li h4,
.list-popular > li h5 {
    margin: 0 0 0 38px;
    min-height: 23px;
    line-height: 1.2em;
}

.list-popular > li h3 {
    font-size: 18px;
}

.list-popular > li a {
    display: block;
}

.list-popular > li a .comment-count {
    font-size: 80%;
    line-height: 100%;
    display: inline-block;
    padding-left: 5px;
}

.list-popular > li:before {
    display: block;
    float: left;
    width: 23px;
    height: 23px;
    line-height: 23px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #222;
    text-align: center;
    margin-right: 15px;
    content: counter(list-popular);
    counter-increment: list-popular;
}

@media screen and (min-width: 768px) {

    .list-popular.bold > li {
        background-color: rgba(0,0,0,.04);
        margin-bottom: 1px;
    }

    .list-popular.bold > li a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .list-popular.bold > li:before {
        width: 47px;
        height: 47px;
        line-height: 47px;
        font-size: 20px;
    }

    .list-popular.bold > li h3,
    .list-popular.bold > li h4,
    .list-popular.bold > li h5 {
        margin: 0;
        line-height: 47px;
    }

    .list-popular > li h3 {
        font-size: 24px;
    };
}

/* 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,
.featured-events .card-venue,
.featured-events .card-cost {
    display: none;
}

.featured-events.squery-370 .date-cond {
    display: none;
}

.featured-events.squery-370 .card-social,
.featured-events.squery-370 .date-full {
    display: block;
}

.featured-events.squery-370 .has-img .text-wrapper {
    display: block;
    text-align: left;
}

.featured-events.squery-370 .has-img .text-content {
    display: block;
}

.featured-events.squery-370 .card-venue,
.featured-events.squery-370 .card-cost {
    display: block;
}

.featured-events .card-headline h2,
.featured-events .card-headline h3,
.featured-events .card-headline h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.featured-events.squery-370 .card-headline h2,
.featured-events.squery-370 .card-headline h3,
.featured-events.squery-370 .card-headline h4 {
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
}


/* 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;
}

.block .mailinglist-container .mailinglist-btn-container + .mailinglist-btn-container {
    padding-top: 5px;
}

@media(min-width:768px) {
    .block .mailinglist-container .mailinglist-btn-container + .mailinglist-btn-container {
        padding-top: 0px;
    };
}


/* Utility Text Promo
-------------------------------------------------- */
.card.promo .img-thumbnail {
    background-color: rgba(255,255,255,0.5);
    border: 1px solid rgba(0,0,0,0.1);
}

.card.promo .media-body button {
    white-space: normal;
}

.card.promo .media-object {
    display: inline-block;
}

.card.promo.media {
    margin-top: 0px;
}


/* 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;
    };
}


/* Forms
-------------------------------------------------- */

/* Search forms
-------------------------------------------------- */
.search-form-container .centered-content-container {
    padding: 15px;
}

@media screen and (min-width: 992px) {
    .search-form-container.has-image .centered-content {
        max-width: 90%;
    };
}


/* Followed Notifications
-------------------------------------------------- */
.follow-notify-form .follow-btn {
    margin-bottom: 5px;
}

@media (min-width: 768px) {
    .follow-notify-form .follow-btn {
        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);
}


/* Footer
-------------------------------------------------- */

#site-footer {
    padding: 15px 20px 0 20px;
}

#site-footer .block-title h4 {
    color: inherit;
}

#site-footer .block-title .block-title-inner {
    border-bottom: 3px double #FFF;
}

#site-copyright {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(0,0,0,.1);
}

#site-copyright-container p {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

@media screen and (max-width: 991px) {
    #site-copyright {
        font-size: 80%;
    }

    #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:10px;
    font-style:italic;
    color:#c0c0c0;
}

#status-404 .error-code {
    font-weight:bold;
    font-size:132px;
    text-align:center;
    color:#ccc;
    cursor:default;
}

@media (min-width: 768px) {
    #status-404 .page-header {
        margin-bottom:20px;
    }
}

/* Modals
-------------------------------------------------- */

.modal-backdrop {
    background-color: #fff;
}

/* Block CSS
-------------------------------------------------- */

.no-btm-border .block-title,
.no-btm-border .user-header {
    border-bottom: none;
}

.highlight-accent {
    margin-bottom: 40px;
    padding: 20px;
}

.highlight-accent .block-title {
    border-bottom: 3px double #FFF;
}

.highlight-accent .block-title h1,
.highlight-accent .block-title h2,
.highlight-accent .block-title h3,
.highlight-accent .block-title h4,
.highlight-accent .block-title h5,
.highlight-accent .block-title h6,
.highlight-accent .block-title h1 a,
.highlight-accent .block-title h2 a,
.highlight-accent .block-title h3 a,
.highlight-accent .block-title h4 a,
.highlight-accent .block-title h5 a,
.highlight-accent .block-title h6 a {
    color: #FFF;
}

.highlight-accent .block-links a {
    color: #FFF;
}

.highlight-accent .block-links a:hover {
    color: #333;
}

.highlight-accent .card-grid .row.equal > div[class*="col-"] {
    border-right: 1px solid rgba(0,0,0,.1);
}

#main-page-container .highlight-accent .block {
    margin-bottom: 0px;
}

.border-top {
    border-top: 1px solid rgba(0,0,0,.05);
    padding-top: 20px;
}

.top-grid article:nth-child(2n) {
    border-left: dotted 1px rgba(0,0,0,.1);
}

.top-grid article:nth-child(2n+1) {
    border-left: solid 0px #ccc;
}

.card-top-story-list.top-grid .headline-list > .card {
    border-bottom: 0 none;
    border-top: medium none;
}

.card-top-story-list.top-grid .card-headline h2,
.card-top-story-list.top-grid .card-headline h3,
.card-top-story-list.top-grid .card-headline h4 {
    display: list-item;
    margin-left: 20px;
}

.card-top-story-list.top-grid .headline-list {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

/* @screen-xs----------- */
@media (max-width: 767px) {
    .top-grid article:nth-child(2n) {
        border-left: dotted 0px rgba(0,0,0,.1);
    }

    .highlight-accent .card-grid .row.equal > div[class*="col-"] {
        border-right: 0px solid rgba(0,0,0,.1);
    }

    .card-compact > .card {
        padding: 15px 0;
    }

    .card-compact .panel-body {
        padding: 15px 0;
    };
}

.well {
    border: 0px solid #E3E3E3;
    border-radius: 0px;
    box-shadow: none;
    color: #FFF;
}

.well a:hover {
    color: #FFF;
}
