/*.ad {
    float: none !important;
    clear: right;
    width: 300px;
    height: auto !important;
    margin: 0 !important;
}
*/

.header-container {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
}

#ad_billboard {
    padding-bottom: 15px;
}

* {
    box-sizing: border-box;
    margin: 0;
}

html {
    height: 100%;
}

body {
    box-sizing: border-box;
    height: 100%;
    font-family: 'Roboto Condensed',sans-serif !important;
    font-size: 1em;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

h1 {
    margin: 0;
    font-size: 1.6em;
}

p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: black;
}

/*           START TOP NAV           */

.top-nav {
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 50px;
    background-color: black;
    background-image: url("http://img.pressdemocrat.com/logo/logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    -js-display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.top-nav .hamburger {
    margin-left: 9px;
    font-size: 1.4em;
}

.top-nav .hamburger .sections-text {
    font-size: .8em;
    font-weight: 400;
    color: white;
}

.top-nav .hamburger .fa-border {
    transition: background-color 250ms linear, color 250ms linear;
    border: 1px solid #FFF;
    border-radius: 4px;
    background-color: #000;
    color: #FFF !important;
}

.top-nav .hamburger .fa-border:hover {
    background-color: #FFF;
    color: #000 !important;;
    cursor: pointer;
}

.top-nav > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 80%;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 50px;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    -js-display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.top-nav > a img {
    height: 70%;
}

.top-nav .section-front-links {
    flex-basis: 80%;
    height: 50px;
    color: white;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
}

.top-nav .search-icon {
    position: absolute;
    top: 0;
    left: 25px;
}

.top-nav .settings-icon {
    margin-right: 9px;
    font-size: 1.4em;
    color: white;
}

.top-nav .settings-icon:hover {
    cursor: pointer;
}

/*           END TOP NAV           */

/*           START SETTINGS           */

.settings-overlay-opened {
    z-index: 998;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.settings-overlay-closed {
    display: none;
}


.close,
.close-settings {
    cursor: pointer;
}

.settings-pane {
    z-index: 999;
    position: absolute;
    top: 47px;
    right: 3px;
    height: auto !important;
    width: auto;
    min-width: 140px;
    max-width: 240px;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 2px;
    font-size: 1em;
    background-color: white;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.3);
}

.settings-pane:after,
.settings-pane:before {
    content: " ";
    position: absolute;
    bottom: 100%;
    left: auto;
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
}

.settings-pane:after {
    right: 6px;
    margin: 0;
    border-color: transparent;
    border-width: 9px;
    border-bottom-color: white;
}

.settings-pane:before {
    right: 5px;
    margin: 0;
    border-color: transparent;
    border-width: 10px;
    border-bottom-color: #CCC;
}


.settings-heading {
    display: none;
}


.settings-closed {
    display: none;
    right: 0;
    height: 0;
}

.settings-open {
    display: block;
}



.settings-list {
    font-size: 1em;
}

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

.settings-list ul li {
    display: block;
    line-height: 2em;
    margin: 0;
    padding: 0 .65em;
    color: #000000;
}

.settings-list ul li.heading {
    background-color: #000000;
    font-style: italic;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.settings-list a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*           END SETTINGS          */

.adhesion-ad {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    font-size: 1.5em;
}

#mobile-cube-1,
#mobile-cube-2,
#mobile-cube-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 99;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 25px 0;
}

.slide-menu {
    z-index: 10018;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -240px;
    width: 240px;
    height: 100%;
    overflow: scroll;
    background-color: black;
}

.overlay-opened {
    z-index: 10015;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.overlay-closed {
    display: none;
}

.categories {
    height: 50px;
    padding: 10px 0 0 0;
    list-style: none;
    color: white;
}

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

.categories li {
    float: left;
    width: 100%;
    padding: 10px 0 5px 0;
}

.categories li a {
    display: block;
    float: left;
    width: 80%;
    padding: 0 0 0 10px;
    text-decoration: none;
    font-size: 130%;
    color: #f7f7f7;
}

.categories li i {
    display: block;
    float: right;
    padding: 0 10px 0 0;
    font-size: 140%;
}

.categories li ul {
    margin: 0;
}

.submenu {
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.show li {
    padding: 10px 0 10px 30px;
    color: #f7f7f7;
    background-color: #1e1e1e;
}

.show li:hover {
    color: #f7f7f7;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: .1s;
    transition: .1s;
    cursor: pointer;
}

.submenu ul {
    padding: 0;
}

.expand {
    float: left;
    width: 20%;
    height: 30px;
    cursor: pointer;
}

.hide {
    height: 0;
}

.hide-breaking {
    display: none;
}

.hidden {
    visibility: hidden;
}

.arrow-box {
    display: none;
}

.show {
    height: auto;
    -webkit-transition: .5s;
    transition: .5s;
}

.slide-menu::-webkit-scrollbar {
    display: none;
}

.is-closed {
    left: -240px;
    -webkit-transition: .5s;
    transition: .5s;
}

.is-open {
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.sections-heading {
    padding: 0 0 0 5px;
    font-size: 250%;
    color: #f7f7f7;
}

.sections-heading i {
    margin: 2px 4px 0 0;
    font-size: 110%;
    color: white;
}

.close-icon {
    height: 100px;
}

.sections-list {
    padding: 2px 0 0 0;
    font-size: 150%;
}

.home-button {
    border-top: 1px solid white;
}

.side-link-container {
    height: 45px;
    color: #fafafa;
    color: white;
    cursor: pointer;
}

.sf-heading {
    width: 100%;
    margin: 10px 0;
}

.top-story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -js-display: flex;
}

.top-story div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -js-display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.top-story div h1 {
    padding: 10px 5px;
    font-size: 2.2em;
    line-height: 1.1em;
}

.top-story div img {
    display: block;
    width: 100%;
    height: 100%;
}

.top-story div p {
    padding: 10px 5px;
}

.top-story-image {
    overflow: hidden;
}

.latest-stories > div .latest-heading {
    padding: 5px;
    text-align: left;
    font-size: 1.1em;
    color: white;
    background-color: black;
}

.more-news-heading {
    padding: 5px;
    text-align: left;
    font-size: 1.1em;
    color: white;
    background-color: black;
}

.latest-stories > div .top-latest-story {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #ccc;
}

.latest-stories > div .top-latest-story img {
    display: block;
    width: 120px;
    height: 90px;
    margin-left: 10px;
}

.latest-stories > div .top-latest-story .title-description-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: calc(100% - 120px);
            flex-basis: calc(100% - 120px);
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 10px;
    -js-display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-preferred-size: calc(100% - 120px);
}

.top-latest-title a {
    font-size: 1.2em;
    font-weight: bold;
}

.latest-stories > div .top-latest-story .title-description-box .top-latest-time {
    display: none;
    align-self: flex-end;
    font-size: .9em;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
}

.latest-stories > div .text-latest-story {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.evergreen-stories > div .evergreen-story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    -js-display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

.evergreen-stories > div .evergreen-story img {
    display: block;
    width: 120px;
    height: 90px;
    margin-left: 10px;
}

.evergreen-stories > div .evergreen-story .title-description-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: calc(100% - 120px);
            flex-basis: calc(100% - 120px);
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 10px;
    -js-display: flex;
    -ms-flex-preferred-size: calc(100% - 120px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.evergreen-stories > div .evergreen-story .title-description-box .evergreen-title h2 {
    font-size: 0.9em;
    line-height: 1.1em;
    letter-spacing: -0.3px;
}

.evergreen-stories > div .evergreen-story .title-description-box .evergreen-subtitle {
    align-self: flex-end;
    font-size: .75em;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
}

.pc-most-popular-container .pc-most-popular-heading {
    padding: 5px;
    text-align: left;
    font-size: 1.1em;
    color: white;
    background-color: black;
}

.pc-most-popular-container .pc-popular-story-container .pc-popular-story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    padding: 10px 0;
    border-bottom: 1px solid #aaa;
    -js-display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
}

.pc-popular-story a {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.pc-popular-story-image {
    width: 120px;
    height: 90px;
    margin-left: 10px;
}

.pc-most-popular-container .pc-popular-story-container .pc-popular-story a .pc-popular-story-image div img {
    display: block;
    width: 120px;
    height: 90px;
}

.pc-most-popular-container .pc-popular-story-container .pc-popular-story .pc-popular-story-title {
    -webkit-flex-basis: calc(100% - 120px);
            flex-basis: calc(100% - 120px);
    padding: 0 10px;
    font-weight: 400;
    letter-spacing: -0.2px;
    -ms-flex-preferred-size: calc(100% - 120px);
}

.visual-stories > div .visual-story:last-child {
    border: none;
}

.visual-stories > div .visual-heading {
    padding: 5px;
    text-align: left;
    font-size: 1.1em;
    background-color: black;
}

.visual-stories > div .visual-heading i {
    float: right;
}

.visual-stories > div .visual-heading a {
    color: white;
}

.visual-stories > div .visual-story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    -js-display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.visual-stories > div .visual-story img {
    display: block;
    width: 120px;
    height: 90px;
}

.visual-stories > div .visual-story .visual-title {
    -webkit-flex-basis: calc(100% - 120px);
            flex-basis: calc(100% - 120px);
    padding: 0 10px;
    font-weight: 400;
    -ms-flex-preferred-size: calc(100% - 120px);
}

.pd-blogs > div .pd-blogs-heading {
    padding: 5px;
    text-align: left;
    font-size: 1.1em;
    background-color: black;
}

.pd-blogs > div .pd-blogs-heading i {
    float: right;
}

.pd-blogs > div .pd-blogs-heading a {
    color: white;
}

.pd-blogs > div .top-pd-blogs-story {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px 0 0 0;
    border-bottom: 1px solid #ccc;
    -js-display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.pd-blogs > div .top-pd-blogs-story img {
    display: block;
    width: 100%;
}

.pd-blogs-img-wrapper-scale {
    width: 230px;
    padding-top: 75%;
    background-size: cover;
}

.pd-blogs > div .top-pd-blogs-story .top-pd-blogs-title {
    flex-basis: 100%;
    padding: 10px 0;
    font-weight: 200;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
}

.pd-blogs > div .text-pd-blogs-story {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
}

.v-chunk {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -js-display: flex;
}

.v-chunk > div {
    width: 100%;
}

.v-chunk > div .v-chunk-heading {
    width: 100%;
    padding: 5px;
    text-align: left;
    font-size: 1.1em;
    background-color: black;
    color: white;
}

.v-chunk > div .v-chunk-heading a {
    color: white;
}

.v-chunk > div .top-v-chunk-story {
    padding: 10px 0 0 0;
    border-bottom: 1px solid #ccc;
}

.v-chunk > div .top-v-chunk-story .top-v-chunk-title {
    padding: 10px 0;
}

.v-chunk > div .text-v-chunk-story {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.vchunk-img-wrapper-clip {
}

.vchunk-img-wrapper-scale {
    width: 100%;
    padding-top: 75%;
    background-size: cover;
}

.column-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -js-display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.breaking {
    width: 100%;
    margin: 0 0 -10px 0;
    padding: 0 10px;
    font-size: 2em;
    font-weight: 800;
}

.breaking a {
    color: #cc0001;
}

.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 15px 0 0 0;
    padding: 0 0 15px 0;
    font-size: .8em;
    background-color: #f0f0f0;
    -js-display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
}

.footer .footer-top-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -js-display: flex;
}

.footer .footer-top-bar .footer-logo-box {
    flex-basis: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
}

.footer .footer-top-bar .footer-logo-box img {
    width: 200px;
}

.footer .footer-top-bar .footer-section-nav {
    display: none;
}

.footer .footer-top-bar .footer-section-nav li {
    flex-basis: 15%;
    text-align: center;
    font-size: .9em;
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
}

.footer .footer-top-bar .footer-section-nav li a {
    text-decoration: none;
    color: black;
}

.footer .footer-main-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -js-display: flex;
}

.footer .footer-main-box .footer-quarter-container {
    flex-basis: 50%;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    border-right: 1px solid #ccc;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.footer .footer-main-box .footer-quarter-container:last-child {
    border: none;
}

.footer .footer-main-box .footer-quarter-container .quarter-container-title {
    padding: 10px;
    text-align: center;
    font-size: 1.2em;
}

.footer .footer-main-box .footer-quarter-container .quarter-container-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -js-display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.footer .footer-main-box .footer-quarter-container .quarter-container-list ul {
    list-style: none;
}

.footer .footer-main-box .footer-quarter-container .quarter-container-list ul li {
    padding: 2px 0;
}

.footer .footer-main-box .footer-quarter-container .quarter-container-list ul li a {
    text-decoration: none;
    color: black;
}

@media only screen and (min-width:250px) and (max-width:767px) {
    .slide-menu > form > #search-terms {
        font-size: 1em !important;
    }

    .footer-logo-box {
        -webkit-flex-basis: 100% !important;
            -ms-flex-preferred-size: 100% !important;
                flex-basis: 100% !important;
    }

    .footer-logo {
        width: 200px !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .evergreen-subtitle {
        display: none;
    }

    .top-latest-story {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -js-display: flex;
    }

    .top-latest-story a {
        display: block;
    }

    .columnists-container {
        display: none;
    }

    .vchunk-img-wrapper-clip {
        max-height: 100%;
        text-align: center;
    }

    .vchunk-img-wrapper-scale img {
        width: auto;
    }

    .evergreen-title h2 {
        font-size: 1.4em !important;
        font-weight: normal;
    }

    .latest-stories > div .text-latest-story {
        font-size: 1.4em;
    }

    .pc-popular-story-title {
        font-size: 1.4em;
    }

    .visual-title {
        font-size: 1.4em;
    }

    .visual-story {
        margin-left: 10px;
    }

    .text-pd-blogs-story {
        padding-left: 10px !important;
        font-size: 1.4em;
    }

    .top-pd-blogs-title {
        padding-left: 10px !important;
        font-size: 1.4em;
    }

    .top-v-chunk-title {
        padding-left: 10px !important;
        font-size: 1.4em;
    }

    .text-v-chunk-story {
        padding-left: 10px !important;
        font-size: 1.4em;
    }
}

/*           Tablet Media Queries           */

@media only screen and (min-width:768px) and (max-width:1025px) {
    .slide-menu > form > #search-terms {
        font-size: 1em !important;
    }

    .slide-menu form {
        text-align: center;
    }

    .top-nav {
        background-size: auto 70%;
    }

    h1 {
        font-size: 2em;
    }

    .pc-popular-story-image div {
        width: 120px !important;
        height: 90px !important;
    }

    .hide-tablet {
        display: none !important;
    }

    .evergreen-stories div .evergreen-story img {
        margin-left: 0;
    }

    .pc-popular-story-image {
        margin-left: 0;
    }

    .pc-popular-story-title {
        display: block;
        width: 100%;
    }

    .pd-blogs > .v-chunk {
        width: 100%;
    }

    .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin: 25px 25px 0 25px;
        padding: 0 5px;
        -js-display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .column-1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        display: none;
        flex-basis: 300px;
        flex-direction: column;
        height: 100%;
        -js-display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
    }

    .column-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        width: calc(100% - 310px);
        height: 100%;
        padding-right: 25px;
        -js-display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
    }

    .column-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 300px;
        flex-direction: column;
        margin-left: 10px;
        -js-display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
    }

    .column-4 {
        -webkit-justify-content: space-around;
        justify-content: space-around;
        -ms-flex-pack: distribute;
    }

    .top-story div a {
        order: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
    }

    .top-story div img {
        width: 100%;
    }

    .top-story div p {
        order: 2;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
    }

    .latest-tablet .latest-stories {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 100%;
        align-items: center;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -js-display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    }

    .latest-tablet .latest-stories div {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }

    .latest-tablet .latest-stories div .top-latest-story {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 10px 0 0 0;
        border-bottom: 1px solid #ccc;
        -js-display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .latest-tablet .latest-stories div .top-latest-story img {
        display: block;
        width: 300px;
        height: 225px;
        margin-left: 0;
    }

    .latest-tablet .latest-stories div .top-latest-story .title-description-box {
        flex-basis: 100%;
        padding: 10px 0 10px 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }

    .latest-tablet .latest-stories div .text-latest-story:last-child {
        border: none;
    }

    .top-latest-time {
        display: none;
    }

    .evergreen-stories div .evergreen-story .title-description-box {
        align-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
    }

    .evergreen-stories div .evergreen-story .title-description-box .evergreen-title {
        font-size: 1.1em;
    }

    .evergreen-stories div .evergreen-story .title-description-box .evergreen-subtitle {
        align-self: flex-start;
        margin-top: 2px;
        font-size: 1em;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
    }

    .evergreen-stories div .evergreen-story:last-child {
        border-bottom: none;
    }

    .evergreen-stories div .evergreen-story:first-child {
        border-top: 1px solid #ccc;
    }

    .visual-stories {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 48%;
        align-items: center;
        -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
        -js-display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    }

    .visual-stories div {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }

    .visual-tablet {
        flex-basis: 49%;
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
    }

    .blogs-tablet {
        flex-basis: 49%;
        -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
    }

    .weather {
        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;
        width: 100%;
        margin: 0 0 15px 0;
    }

    .in-house-ad {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100px;
        margin: 0 0 15px 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -js-display: flex;
    }

    .cube-ad {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        align-self: flex-start;
        width: 100%;
        height: 250px;
        margin: 0 0 15px 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -js-display: flex;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
    }

    .leaderboard-ad {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 100%;
        align-items: center;
        -webkit-justify-content: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100px;
        margin: 25px 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -js-display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    }

    .v-chunk {
        width: 49%;
    }

    .v-chunk div .text-v-chunk-story:last-child {
        border: none;
    }

    .popular-tablet {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 100%;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -js-display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .popular-tablet .pc-most-popular-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        background-color: white;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -js-display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .popular-tablet .pc-most-popular-container .pc-most-popular-heading {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }

    .popular-tablet .pc-popular-story-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 100%;
        flex-wrap: wrap;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -js-display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .popular-tablet .pc-popular-story-container .pc-popular-story {
        display: block;
        width: 50%;
        padding: 10px 10px 10px 5px;
    }

    .popular-tablet .pc-popular-story-container .pc-popular-story:last-child {
        border: none;
    }

    .popular-tablet .pc-popular-story-container .pc-popular-story:nth-child(8) {
        border: none;
    }

    .text-latest-story {
        padding: 10px 0 !important;
    }

    .latest-mobile {
        display: none;
    }

    .visual-mobile {
        display: none;
    }

    .blogs-mobile {
        display: none;
    }

    .column-4-mobile {
        display: none;
    }

    .text-pd-blogs-story:last-child {
        border: none !important;
    }

    .breaking {
        width: 100%;
        margin: 0 0 10px 0;
        font-size: 3em;
        font-weight: 800;
    }

    .breaking a {
        color: #cc0001;
    }

    .columnists-container {
        display: none;
    }

    #mobile-cube-1,
    #mobile-cube-2,
    #mobile-cube-3 {
        display: none;
    }
}

@media only screen and (min-width:1026px) {
    .top-nav {
        background-image: none !important;
    }

    .top-nav .section-front-logo-div {
        flex-basis: 84%;
        align-self: center;
        -webkit-flex-basis: 84%;
        -ms-flex-preferred-size: 84%;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
    }

    .top-nav .section-front-logo-div a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -js-display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .top-nav .section-front-logo-div a img {
        display: block;
        height: 40px;
    }

    .top-nav .hamburger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-left: 9px;
        -js-display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    }

    .top-nav .hamburger .sections-text {
        margin-left: 9px;
    }

    .top-nav .subscribe {
        margin-right: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

    .top-nav .subscribe > a {
        display: block;
        padding: 5px 10px;
        text-decoration: none;
        color: white;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .top-nav .subscribe > a:hover {
        color: black;
        background-color: #f7f7f7;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .top-nav .section-front-links {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        visibility: hidden;
        flex-basis: 100%;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        -js-display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
    }

    .top-nav .section-front-links a {
        padding: 15px 20px 16px 20px;
        text-decoration: none;
        white-space: nowrap;
        color: white;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .top-nav .section-front-links a:hover {
        -webkit-transition: .5s;
        transition: .5s;
        cursor: pointer;
    }

    form #search-terms {
        width: 100%;
        height: 30px;
        padding-left: 10px;
        border: none;
        border-radius: 2px;
        font-size: .7em !important;
    }

    .hamburger form {
        visibility: hidden;
        width: 0;
        height: 30px;
        margin: 0 4px;
        border: none;
        border-radius: 3px;
        -webkit-transition: .5s;
        transition: .5s;
    }

    .slide-menu > form > #search-terms {
        display: none;
    }

    #mobile-cube-1,
    #mobile-cube-2,
    #mobile-cube-3 {
        display: none;
    }

    .top-story-image {
        width: 560px;
        max-height: 420px;
        overflow: hidden;
    }

    .weather-holder {
        align-self: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
    }

    .settings-open {
        height: 100px;
    }

    .pd-blogs > .v-chunk {
        width: 100%;
    }

    .top-story-image img {
        width: 100%;
    }

    h1 {
        font-size: 2.5em;
    }

    .popular-tablet {
        display: none;
    }

    .hide-pc {
        display: none !important;
    }

    .homepage-banner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 100%;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        height: 90px;
        margin: 0 0 0 0;
        -js-display: flex;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .homepage-banner .homepage-weather {
        flex-basis: 200px;
        align-self: center;
        text-align: center;
        -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
    }

    .homepage-banner .big-logo {
        -webkit-flex-basis: calc(100% - 350px);
                flex-basis: calc(100% - 350px);
        background-position: center;
        background-repeat: no-repeat;
        -ms-flex-preferred-size: calc(100% - 350px);
    }

    .homepage-banner .big-logo:hover {
        cursor: pointer;
    }

    .homepage-banner .big-banner-social {
        flex-basis: 150px;
        align-self: center;
        -webkit-flex-basis: 150px;
        -ms-flex-preferred-size: 150px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
    }

    .homepage-banner .big-banner-social div {
        float: right;
        margin: 10px;
    }

    .find-it-fast,
    .sf-subnav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 100%;
        align-items: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        height: 27px;
        margin: 0 0 15px 0;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -js-display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .find-it-fast .trending-links a,
    .sf-subnav .subnav-links a {
        padding: 1px 10px;
        text-decoration: none;
        color: black;
    }

    .find-it-fast .trending-links a:last-child,
    .sf-subnav .subnav-links a:last-child {
        border: none;
    }

    .sf-subnav{
        width: 840px;
    }

    .find-it-fast .classifieds {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 300px;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        background-color: #ccc;
        -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
        -js-display: flex;
        -ms-flex-pack: distribute;
    }

    .find-it-fast .classifieds a {
        padding: 3px;
        text-decoration: none;
        color: black;
    }



    .header-container {
        width: 1200px;
    }

    .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 1200px;
        margin: 0 auto 0 auto;
        padding: 0 5px;
        -js-display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .container .section-front-leaderboard {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 100%;
        align-items: center;
        height: 100px;
        margin: 15px 0;
        background-color: rgba(100,50,50,0.3);
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -js-display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    }

    .container .section-front-leaderboard div {
        flex-basis: 100%;
        text-align: center;
        background-color: rgba(0,0,0,0.3);
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }

    .column-1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 230px;
        height: 100%;
        -js-display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .column-2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: calc(100% - 630px);
                flex-basis: calc(100% - 630px);
        flex-direction: column;
        flex-wrap: wrap;
        height: 100%;
        -js-display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -ms-flex-preferred-size: calc(100% - 630px);
    }

    .column-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 300px;
        flex-direction: column;
        flex-wrap: wrap;
        -js-display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-basis: 300px;
        -ms-flex-preferred-size: 300px;
    }

    .column-4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: flex-start;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: calc(100% - 330px);
        padding: 0;
        -js-display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }

    .section-front-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: calc(100% - 330px);
                flex-basis: calc(100% - 330px);
        flex-direction: column;
        flex-wrap: wrap;
        height: 100%;
        height: 1100px;
        -js-display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -ms-flex-preferred-size: calc(100% - 330px);
    }

    .section-front-column a h1 {
        padding: 0 0 10px 0;
        font-size: 3em;
    }

    .section-front-column a h2 {
        padding: 10px 0 0 0;
        font-size: 2em;
    }

    .section-front-column p {
        padding: 0 0 15px;
        border-bottom: 1px solid #ccc;
    }

    .latest-stories {
        margin: 0 0 10px 0;
    }

    .latest-stories div .top-latest-story {
        padding: 0;
    }

    .latest-stories div .top-latest-story img {
        width: 230px;
        height: 172.5px;
        margin-left: 0;
    }

    .latest-stories div .top-latest-story .title-description-box {
        padding: 0;
        letter-spacing: -0.4px;
        -ms-flex-preferred-size: 100%;
    }

    .latest-stories div .top-latest-story .title-description-box .top-latest-title {
        padding: 10px 0 0 0;
        max-width: 230px;
        font-size: 1.2em;
        line-height: 1.3em;
    }

    .latest-stories div .top-latest-story .title-description-box .top-latest-description {
        padding: 5px 0 10px 0;
        max-width: 230px;
        line-height: 1.15em;
        color: #666;
    }

    .latest-stories div .top-latest-story .title-description-box .top-latest-time {
        display: none;
    }

    .latest-stories div .text-latest-story {
        padding: 10px 0;
        font-size: 1em;
    }

    .latest-stories div .text-latest-story:last-child {
        border: none;
    }

    .visual-stories > div .visual-story img {
        width: 230px;
        height: 172.5px;
    }

    .visual-stories > div .visual-story .visual-title {
        flex-basis: 100%;
        padding: 10px 0 0 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }

    .pd-blogs > div .text-pd-blogs-story:last-child {
        border: none;
    }

    .pd-blogs > div .text-pd-blogs-story:nth-child(4) {
        border: none;
    }

    .text-pd-blogs-story:last-child {
        border: none !important;
    }

    .top-story {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 15px 0;
        border-bottom: 1px solid #ccc;
        -js-display: flex;
    }

    .top-story div {
    }

    .top-story div h1 {
        padding: 10px 0 5px 0;
        letter-spacing: -0.4px;
		order: 2;
    }

    .top-story div a {
/*        order: 1;  */
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
    }

    .top-story div a h1 {
        max-width: 560px;
    }

    .top-story div img {
        order: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
    }

    .top-story div p {
        order: 2;
        padding: 0;
        max-width: 560px;
        line-height: 1.2;
        color: #666;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
    }

    .pc-popular-story-image {
        margin-left: 0;
    }

    .evergreen-stories div .evergreen-story {
        display: block;
        height: 150px;
        padding: 15px 0;
    }

    .evergreen-story > a {
        display: block;
        float: left;
        width: 160px;
    }

    .evergreen-stories div .evergreen-story:last-child {
        border-bottom: none;
    }

    .evergreen-story-img-wrapper-scale {
        width: 160px;
        padding-top: 120px;
        background-size: cover;
    }

    .evergreen-stories div .evergreen-story img {
        width: 160px;
        height: 120px;
        margin-left: 0;
    }

    .evergreen-stories div .evergreen-story .title-description-box {
        display: block;
        float: left;
        width: calc(100% - 160px);
        padding: 0 15px 0 15px;
    }

    .evergreen-stories div .evergreen-story .title-description-box .evergreen-title {
        font-size: 1.6em;
    }

    .evergreen-stories div .evergreen-story .title-description-box .evergreen-subtitle {
        align-self: flex-start;
        margin: 5px 0 0 0;
        font-size: 0.95em;
        letter-spacing: -0.2px;
        color: #666;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
    }

    .weather {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: 75px;
            -ms-flex-preferred-size: 75px;
                flex-basis: 75px;
        width: 100%;
        margin: 0 0 25px 0;
    }

    .in-house-ad {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 100px;
        align-items: center;
        width: 100%;
        margin: 20px 0 0 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -js-display: flex;
        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
    }

    .in-house-ad div {
        flex-basis: 100%;
        text-align: center;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }

    .cube-ad {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 250px;
        align-items: center;
        align-self: flex-start;
        width: 100%;
        margin: 0 0 25px 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -js-display: flex;
        -webkit-flex-basis: 250px;
        -ms-flex-preferred-size: 250px;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
    }

    .section-front-half-page-ad {
        margin: 25px 0 0 0;
    }

    .section-front-half-page-ad div {
        text-align: center;
    }

    .half-page-ad {
        height: 600px;
        margin: 25px 0 0 0;
    }

    .most-popular-stories {
        background-color: white;
    }

    .most-popular-stories > div .popular-story:last-child {
        border: none;
    }

    .most-popular-stories > div .popular-story .most-popular-title {
        padding: 0 0 0 10px;
    }

    .pc-popular-story-title {
        -webkit-flex-basis: calc(100% - 100px) !important;
                flex-basis: calc(100% - 100px) !important;
        -ms-flex-preferred-size: calc(100% - 100px) !important;
    }

    .pc-popular-story-image {
        width: 100px;
        height: 75px;
    }

    .pc-popular-story-image div img {
        width: 100px !important;
        height: 75px !important;
    }

    .digital-features {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin: 0 0 25px 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        -js-display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    }





    .digital-features .top-pd-blogs-story,
    .top-pd-blogs-story {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-basis: 30%;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 10px 0;
        -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
        -js-display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }

    .digital-features .top-pd-blogs-story img,
    .top-pd-blogs-story img {
        display: block;
        width: 100px;
        height: 75px;
    }

    .digital-features .top-pd-blogs-story .top-pd-blogs-title,
    .top-pd-blogs-story .top-pd-blogs-title {
        -webkit-flex-basis: calc(100% - 100px);
                flex-basis: calc(100% - 100px);
        padding: 0 10px;
        font-size: 1em;
        font-weight: 800;
        -ms-flex-preferred-size: calc(100% - 100px);
    }

    .columnists-container {
        margin: 25px 0 0 0;
    }

    .columnists-container .columnists-heading {
        padding: 5px;
        text-align: left;
        font-size: 1.1em;
        color: white;
        background-color: black;
    }

    .columnists-container .columnist-container .columnist {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        -js-display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
    }

    .columnists-container .columnist-container .columnist:last-child {
        border: none;
    }

    .columnists-container .columnist-container .columnist a .columnist-image img {
        display: block;
        width: 75px;
        height: 75px;
        border-radius: 50%;
    }

    .columnists-container .columnist-container .columnist .columnists-title {
        -webkit-flex-basis: calc(100% - 100px);
                flex-basis: calc(100% - 100px);
        padding: 0 10px;
        font-weight: 800;
        -ms-flex-preferred-size: calc(100% - 100px);
    }

    .columnist-title {
        width: 85%;
        padding: 5px 0 0 10px;
        letter-spacing: -0.2px;
    }

    .columnists-container .columnist-container .columnist .columnists-title a {
        text-decoration: none;
        color: black;
    }

    .complete-container {
        margin: 0 0 20px 0;
    }

    .complete-container .complete-heading {
        padding: 5px;
        text-align: left;
        font-size: 1.1em;
        color: white;
        background-color: black;
    }

    .complete-container .complete-list .complete {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        padding: 10px 0;
        border-bottom: 1px solid #ccc;
        -js-display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
    }

    .complete-container .complete-list .complete:last-child {
        border: none;
    }

    .complete-container .complete-list .complete .complete-title {
        flex-basis: 100%;
        padding: 0 10px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
    }

    .complete-title {
        padding: 5px 0 0 10px;
    }

    .complete-container .complete-list .complete .complete-title a {
        text-decoration: none;
        letter-spacing: -0.2px;
        color: black;
    }

    .newsletter-signup {
        float: left;
        width: 300px;
        height: 250px;
        margin: 10px 0;
        padding: 30px 10px 40px 10px;
        border-radius: 4px;
        background: rgba(0,0,0,0) -webkit-linear-gradient(top,#3b3b3b 0,#363636 51%,#404040 100%) repeat scroll 0 0;
        background: rgba(0,0,0,0) linear-gradient(to bottom,#3b3b3b 0,#363636 51%,#404040 100%) repeat scroll 0 0;
    }

    .newsletter-signup h3 {
        margin-bottom: 10px;
        text-shadow: 0 1px 2px #000;
        font-size: 1.4em;
        font-style: normal;
        font-weight: 700;
    }

    .newsletter-signup h3,
    .newsletter-signup p {
        font-family: "Roboto-Condensed","Arial","Helvetica",sans-serif;
        color: #fff;
    }

    .newsletter-signup div::after {
        content: "";
        display: table;
        clear: both;
    }

    .newsletter-signup div {
        margin-top: 20px;
    }

    .newsletter-signup a,
    .localb input[type="Submit"],
    .blueBtn {
        display: block;
        width: 150px;
        margin: auto;
        border: 1px solid #0d507a !important;
        border-radius: 4px !important;
        text-align: center;
        font-size: 1em;
        line-height: 1.9em;
        color: #ffffff !important;
        background-color: #14a7cf;
        box-shadow: 0 1px 2px rgba(0,0,0,0.25) ,0 1px 0 rgba(255,255,255,0.4) inset;
        cursor: pointer;
    }

    .newsletter-signup input,
    .newsletter-signup a {
        float: left;
        box-shadow: 0 0 7px rgba(50,50,50,0.75);
    }

    .breaking {
        width: 100%;
        margin: -15px 0 5px 0;
        padding: 0;
        font-size: 3em;
        font-weight: 800;
    }

    .breaking a {
        color: #cc0001;
    }

    .v-chunk {
        width: 30%;
    }

    .v-chunk div .top-v-chunk-story .top-v-chunk-title {
        padding: 10px 0;
        letter-spacing: -0.2px;
    }

    .v-chunk div .text-v-chunk-story {
        padding: 10px 0;
    }

    .v-chunk div .text-v-chunk-story:last-child {
        border: none;
    }
}

.network-sites {
    margin: 0 0 20px 0;
    padding: 5px 0 0;
    border-radius: 4px;
    background: white none repeat scroll 0 0;
}

.tab-container h4,
.network-sites h4 {
    margin: 0 0 10px 10px;
    text-align: center;
    text-shadow: 0 1px 2px #fff;
    font-family: "Roboto condensed",sans-serif;
    font-size: 1.8em;
    font-style: normal;
    font-weight: 700;
    color: #5e5e60;
}

.network-sites a {
    display: block;
    height: 55px;
    margin-right: 28px;
    margin-bottom: 10px;
    margin-left: 30px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: url("http://img.pressdemocrat.com/logo/network-logos7.jpg") no-repeat scroll 0 0;
}

.network-sites a.sit-logo {
    background-position: 0 -165px;
}

.network-sites a.p360-logo {
    background-position: 0 -110px;
}

.network-sites a.nbbj-logo {
    background-position: 0 -55px;
}

.network-sites a.smag-logo {
    background-position: 0 0;
}

.network-sites a.er-logo {
    background-position: 0 -220px;
}

.network-sites a.pd-logo {
    background-position: 0 -275px;
}

.network-sites a.lp-logo {
    background-position: 0 -330px;
}

.three-column-360 {
    height: 95px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCC;
}

.three-column-360 div {
    float: left;
    width: 255px;
    margin: 0 15px;
}

.three-column-360 div img {
    float: left;
    width: 80px;
    margin: 0 10px 0 0;
}

.three-column {
    margin-top: 20px !important;
    padding: 15px 0 5px 0;
    border-top: 1px solid #e4e4e4;
}

.three-column > div {
    float: left;
    width: 270px;
    padding: 3px 5px;
    border-left: 1px solid #e4e4e4;
}

.three-column > div:first-child {
    border-left: 0;
}

.three-column img {
    float: left;
    width: 80px;
    margin-right: 10px;
}