/******* George B added ***************/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
}

a {
    color: black;
}

#digioh {
    overflow: hidden; /* clearfix to prevent subscribe boxes from bleeding into content */
}

/*           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("https://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%;
    visibility: hidden;
}

.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          */

.fact-box-mobile > h4,
.fact-box > h4 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid black;
    text-align: center;
    font-size: 1.4em;
}

.fact-box p,
.fact-box-mobile p {
    margin: 0 0 0.5em;
    font-size: 1.3em;
    line-height: 1.8em;
}

.gallery-and-title-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.article-title {
    flex-basis: 100%;
    order: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
}

.main-image-box {
    flex-basis: 100%;
    order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
}

.gallery-byline {
    flex-basis: 100%;
    order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
}

/*************************************/

input:focus {
    outline: none;
}

h1 {
    margin: 0 !important;
    font-size: 1.6em !important;
    line-height: 1.1em;
}

#toTop {
    position: fixed;
    width: 100%;
    height: 50px;
    border: 1px solid black;
    font-size: 200%;
    background-color: green;
}

* {
    box-sizing: border-box !important;
}

p {
    margin: 0;
    font-size: 1.2em;
    line-height: 1.8;
}

.story-content p {
    margin-bottom: 1em;
}

ul {
    margin: 0;
    line-height: 1.3;
}

body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
	font-family: 'Open Sans',sans-serif;
    font-size: 14px;
}

.byline-container {
    position: relative;
}

.article-title,
.byline-container,
.sections-list,
.sections-heading,
.categories,
.newsletter-signup-container,
.columnists-title,
.pc-most-popular-container,
.tablet-popular-big-box,
.mobile-popular-big-box {
    font-family: 'Roboto Condensed',sans-serif !important;
    font-size: 16px;
}

article p {
    margin-bottom: 15px;
    font-family: "Open Sans",sans-serif;
}

.top-block-container {
    margin: 25px auto 0 auto;
    overflow: hidden;
}

/*****Z-Index'd Items*****/


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

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

.overlay-closed {
    display: none;
}

.container {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden;
}

/*****Top Navigation*****/

.fa-inverse {
    color: rgba(255,255,255,.8) !important;
}

.fa-inverse:hover {
    color: rgb(255,255,255) !important;
}

.search-icon {
    position: absolute;
    top: 9px;
    left: 111px;
    font-size: 160%;
    cursor: pointer;
}

.arrow-box input {
    width: 100%;
    height: 43px;
    padding-left: 15px;
    border: none;
    border-radius: 2px;
    text-align: left;
}

.arrow-box {
    z-index: 99999999;
    position: fixed;
    top: 62px;
    left: 110px;
    width: 200px;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: white;
    box-shadow: 1px 1px 5px #ccc;
    transiton: .5s;
}

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

.arrow-box:after {
    top: -31px;
    margin-left: -99px;
    border-color: rgba(136,183,213,0);
    border-width: 17px;
    border-bottom-color: white;
}

.arrow-box:before {
    top: -32px;
    margin-left: -98px;
    border-color: rgba(194,225,245,0);
    border-width: 16px;
    border-bottom-color: #ccc;
}

.logo-container {
    height: 36px;
}

.logo {
    display: block;
    width: 300px;
    height: 30px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
}

/**********Categories************/

.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 a:hover {
    text-decoration: underline;
}

.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,.4);
    transition: .1s;
    cursor: pointer;
}

.submenu ul {
    padding: 0;
}

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

.hide {
    height: 0;
}

.hidden {
    visibility: hidden;
}

.show {
    height: auto;
}

/*****Side Menu*****/

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

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

.is-open {
    left: 0;
    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%;
}

.fa-times {
    font-size: 0.7em !important;
    line-height: 1.5em;
}

.close-icon {
    height: 100px;
}

.close {
    cursor: pointer;
}

.close-settings {
    cursor: pointer;
}

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

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

.side-link-container {
    height: 45px;
    color: rgb(250,250,250);
    color: white;
    cursor: pointer;
}

/*****     Sliding Navigation     *****/

.side-link {
    display: block;
    float: left;
    padding: 5px 60px 10px 15px;
    font-size: 110%;
}

.link-spanner {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home,
.food,
.find-events,
.blogs {
    position: relative;
}

/*****Left Side*****/

.breadcrumb-container {
    display: none;
}

.breadcrumb {
    float: left;
    width: 140px;
    margin-right: 15px;
    padding: 5px;
    min-width: 80px;
    border-radius: 2px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: black;
    background-color: #f7f7f7;
}

.article-title {
    margin-top: 0;
    font-size: 1.8em;
}

.main-image-box {
    position: relative;
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}

.main-image-box img {
    width: 100%;
}

.byline-item {
    position: relative;
    margin: 15px 0 0 0;
    overflow: hidden;
}

.share-icons {
    float: right;
    /*position: absolute;
    top: 0;
    right: 0;*/
}

.author {
    float: left;
    font-size: 1em;
    font-weight: 700;
}

.time-posted {
    float: left;
    margin-left: 5px;
    font-size: .9em;
    color: rgb(136,0,0);
}

.paper-name-and-date {
    float: left;
    clear: left;
    margin: 0;
    font-size: .9em;
}

.paper-name-and-date p {
    padding: 0;
    font-size: 1em;
    line-height: 1.4;
}

/*****Right Side*****/

.right-side {
    float: left;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 49px;
}

.cube-ad {
    width: 300px;
    height: 250px;
}

.in-house-ad {
    width: 300px;
    height: 115px;
    margin: 15px 0;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.half-page-ad {
    width: 300px;
    height: 600px;
}

.top-half-page-ad {
    width: 300px;
    height: 615px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

/*****Movie Times*****/

/*.movie-times-container {
    position: relative;
    width: 300px;
    height: 300px;
    margin-top: 25px;
    margin-left: 15px;
    border-radius: 2px;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
}

.movie-times-top-row {
    padding: 5px 0 0 0;
    border-radius: 2px 2px 0 0;
    border-bottom: 2px solid white;
    overflow: hidden;
    font-size: 110%;
    font-weight: 500;
    color: #f7f7f7;
    background-color: #0077ef;
}

.movie-times-header {
    float: left;
    padding: 5px 0 0 5px;
}

.theaters-tab {
    float: right;
    margin-top: 10px;
    margin-right: 5px;
    padding: 0 10px;
    border: 1px solid black;
    border-radius: 4px 4px 0 0;
    color: #f7f7f7;
    background-color: rgba(0,0,0,.7);
}

.movies-tab {
    float: right;
    margin-top: 10px;
    padding: 0 10px;
}

.movie-item-container {
    clear: both;
    height: 259px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.movie-item {
    padding: 5px 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}*/

/*****    Columnists    *****/

.columnists-container {
    width: 300px;
    margin-top: 15px;
    padding-top: 15px;
    border-radius: 2px;
    border-top: 1px solid #ccc;
}

.columnists-heading {
    padding: 10px;
    border-radius: 2px;
    font-size: 110%;
    color: #f7f7f7;
    background-color: #000;
}

.columnist {
    margin: 8px 0;
    padding-top: 8px;
    border-top: 1px solid #ccc;
    overflow: hidden;
}

.columnist:first-child {
    margin-top: 0;
    border: none;
}

.columnist-container {
    width: 300px;
}

.columnist-image {
    float: left;
    width: 75px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #ccc;
}

.columnist-image img {
    float: left;
    width: 75px;
    height: 75px;
}

.columnist-title {
    height: 75px;
    padding: 5px 0 0 10px;
    overflow: hidden;
    font-family: Roboto Condensed;
    font-size: 1.1em;
    line-height: 1.3;
}

.columnist-title a {
    text-decoration: none;
}

.leaderboard-box {
    clear: both;
    padding: 30px 0 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.top-leaderboard-ad {
    clear: both;
    padding-top: 7px;
    text-align: center;
}

.leaderboard-ad {
    clear: both;
    height: 90px;
    text-align: center;
}

.bottom-leaderboard-ad {
    clear: both;
    width: 728px;
    height: 90px;
    margin: 0 auto;
}

.newsletter-signup-container {
    width: 300px;
    margin-top: 25px;
    border-radius: 2px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f7f7f7;
}

.signup-header {
    margin-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    font-size: 120%;
}

.signup-field input {
    width: 90%;
    height: 40px;
    margin-left: 5%;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-align: center;
}

.signup-button {
    width: 90%;
    height: 40px;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 5%;
    border: 1px solid transparent;
    border-radius: 2px;
    border-bottom: 1px solid #aaa;
    font-size: 120%;
    color: #f7f7f7;
    background-color: #69C;
}

.comments-container {
    clear: both;
    text-align: center;
}

.footer a {
    text-decoration: none;
}

.footer-section-nav li:hover {
    text-decoration: underline;
    cursor: pointer;
}

.quarter-container-list li:hover {
    text-decoration: underline;
    cursor: pointer;
}

.n-block-container {
    margin-top: 15px;
}

.tablet-most-popular-container-left {
    border-radius: 2px;
}

.tablet-most-popular-container-right {
    border-radius: 2px;
}

.tablet-most-popular-heading {
    padding: 10px;
    border-radius: 2px;
    font-size: 1.1em;
    color: #f7f7f7;
    background-color: #000;
}

.tablet-popular-story {
    margin: 8px 0;
    padding: 0 0 7px 0;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}

.tablet-popular-story-container {
    margin-top: 8px;
    overflow: hidden;
}

.tablet-popular-story-image {
    float: left;
    width: 100px;
    height: 75px;
    overflow: hidden;
}

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

.tablet-popular-story-title {
    padding: 5px;
    overflow: hidden;
    text-decoration: none;
    font-size: 100%;
    line-height: 1.3;
}

.tablet-popular-story-title a {
    text-decoration: none !important;
}

.tablet-popular-story:first-child {
    margin-top: 0;
}

.left-right-holder {
    clear: both;
    margin-top: 15px;
    border-top: 1px solid #ccc;
    overflow: hidden;
}

/*****    Smartphones    *****/

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

    .ndn-embed {
        clear: right;
        width: 400px;
        height: 300px;
        margin: auto;
    }

    .twitframe {
        clear: right;
        width: 400px;
    }

    .arrow-box {
        top: 62px;
        left: 48px;
    }

    .paper-name-and-date p {
        padding: 0;
        font-size: 1em;
        line-height: 1.4;
    }

    .n-block-container {
        margin-top: 0;
    }

    .first-paragraph-no-border {
        padding-top: 0 !important;
    }

    .container {
        padding: 0;
    }

    .logo-container {
        height: 36px;
    }

    .logo {
        width: 170px;
        height: 17px;
        margin-top: 17px;
    }

    .sign-in-button {
        right: 9px;
    }

    .article-title,
    .breadcrumb-container,
    .byline-container,
    p {
        padding-right: 10px;
        padding-left: 10px;
    }

    .subscribe-iframe {
        padding: 0 10px;
    }

    .left-right-holder {
        margin: 0;
    }

    .article-title {
        margin-top: 0;
        font-size: 1.3em;
    }

    .thumbnail-container {
        display: none;
    }

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

    .left-right-holder {
        border: 0;
    }

    .first-paragraph {
        border: 0;
    }

    .ad {
        width: 300px;
        height: 250px;
        margin-top: 25px;
        margin-right: auto;
        margin-bottom: 25px;
        margin-left: auto;
    }

    .fact-box {
        display: none;
    }

    .block-1-ad {
        width: 300px;
        height: 250px;
        margin: 65px auto 10px auto;
    }

    .fact-box-mobile {
        margin: 0 auto;
        padding: 20px;
        border-radius: 2px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-size: 0.8em;
        background-color: #f0f0f0;
    }

    /*****Mobile Most Popular*****/

    .mobile-most-popular-heading {
        padding: 10px;
        border-radius: 2px;
        border-bottom: 3px solid white;
        font-size: 110%;
        color: #f7f7f7;
        background-color: #0077ef;
    }

    .mobile-popular-story {
        border-top: 1px solid #ccc;
        overflow: hidden;
    }

    .mobile-popular-story-container {
        border-radius: 2px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
        background-color: #f0f0f0;
    }

    .mobile-popular-story-image {
        float: left;
        width: 100px;
        height: 75px;
        overflow: hidden;
    }

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

    .mobile-popular-story-title {
        float: left;
        padding: 10px 5px 10px 5px;
        max-width: 64%;
        min-height: 75px;
    }

    .mobile-popular-story:first-child {
        margin-top: 0;
    }

    .mobile-adhesion-ad {
        z-index: 999;
        position: fixed;
        bottom: 0;
        width: 323px;
        height: 52px;
        margin-left: calc(50% - 160px);
        border: 1px solid black;
    }

    .taboola-ads {
        margin-top: 25px;
    }

    .footer {
        clear: both;
        margin-top: 25px;
        background-color: #f0f0f0;
    }

    .footer-top-bar {
        border-bottom: 1px solid #ccc;
        overflow: hidden;
    }

    .footer-logo {
        width: 200px;
        padding: 10px;
    }

    .footer-section-nav {
        float: left;
        list-style: none;
    }

    .footer-main-box {
        clear: both;
        padding-bottom: 60px;
        overflow: hidden;
    }

    .footer-quarter-container {
        float: left;
        width: 50%;
        text-align: center;
    }

    .quarter-container-list ul li a {
        text-decoration: none;
    }

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

    .quarter-container-title {
        padding: 10px;
        font-weight: 600;
    }

    .quarter-container-list ul {
        padding: 5px;
        font-size: 100%;
        list-style: none;
    }

    .quarter-container-list {
        padding-left: 10px;
    }

    .comments-image {
        width: 100%;
    }

    .breadcrumb {
        margin-top: 40px;
    }

    .comments-container img {
        width: 300px;
    }

    #disqus_toggle {
        margin-top: 25px;
    }

    .speedbump-mobile {
        z-index: 200;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 75px;
        padding-left: calc(50% - 200px);
        background-color: rgba(0,0,0,.8);
    }

    .hide-speedbump {
        visibility: hidden;
        height: 0;
    }

    .button-holder {
        position: relative;
        width: 400px;
        height: 362px;
    }

    .bug-me-later {
        z-index: 500;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 211px;
        height: 39px;
        background-color: rgba(0,0,0,0);
        cursor: pointer;
    }

    .bug-me-later a {
        display: block;
        width: 100%;
    }

    f .left-right-holder {
        margin: 0;
    }

    .article-title {
        margin-top: 10px;
    }

    /*.author {
        float: left;
        height: 25px;
        margin-left: 0;
        font-size: 1em;
        font-weight: 700;
    }*/

    /*.paper-name-and-date {
        clear: left;
        margin: 13px 0 0 0;
    }*/

    .time-posted {
        float: left;
        clear: left;
        margin-left: 0;
        font-size: 1em;
        color: rgb(136,0,0);
    }

    .byline-item {
        margin: 5px 10px 0 10px;
    }

    /*.share-icons img {
        width: 100px;
        height: 26.6px;
        margin-right: 5px;
    }

    .share-icons img:last-child {
        width: auto;
    }*/

    .related-container {
        float: none !important;
        margin: 0 auto 15px auto !important;
    }

    .search-icon {
        left: 39px;
    }

    .settings-icon {
        right: -10px;
    }

    .border-mobile {
        border-bottom: 1px solid #ccc !important;
    }

    .settings-open {
        height: 165px;
    }

    /*.share-icons {
        float: none;
        clear: both;
        top: 0;
        width: 144px;
        margin: 0 0 0 5px;
        margin-top: 0;
    }*/

    #separator {
        display: none;
    }

    .search-icon {
        left: 49px;
    }
}

/*****    in-between devices    *****/

@media only screen and (min-width:400px) and (max-width:598px) {

    .ndn-embed {
        clear: right;
        width: 400px;
        height: 300px;
        margin: auto;
    }

    .twitframe {
        clear: right;
        width: 400px;
    }

    /*.paper-name-and-date {
        clear: both;
    }*/

    .arrow-box {
        top: 62px;
        left: 48px;
    }

    .byline-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .time-posted {
        margin-top: 0;
        margin-left: 0;
    }

    /*.author {
        margin-left: 0;
    }*/

    /*.paper-name-and-date {
        margin: -8px 0 0 0;
    }*/

    #separator {
        display: none;
    }

    .search-icon {
        left: 49px;
    }

    .fact-box-mobile {
        margin: 0 auto 25px auto !important;
        padding: 20px;
        border-radius: 2px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-size: 0.8em;
        background-color: #f0f0f0;
    }
}

/*****    Tablets    *****/

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

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

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



    .ndn-embed {
        clear: right;
        width: 600px;
        height: 450px;
        margin: auto;
    }

    .twitframe {
        clear: right;
        width: 550px;
    }

    .settings-open {
        height: 165px;
    }

    .search-icon {
        left: 49px;
    }

    .arrow-box {
        top: 62px;
        left: 48px;
    }

    .tablet-most-popular-container-left {
        float: left;
        width: 48%;
    }

    .tablet-most-popular-container-right {
        float: right;
        width: 49%;
        padding-left: 15px;
        border-left: 1px solid #ccc;
    }

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

    .ad {
        float: right;
        clear: right;
        width: 300px;
        height: 250px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 15px;
    }

    .fact-box {
        float: right;
        width: 300px;
        margin-top: 40px;
        margin-left: 15px;
        padding: 20px;
        border-radius: 2px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-size: 0.8em;
        background-color: #f0f0f0;
    }

    .left-right-holder {
        padding-top: 10px;
    }

    .fact-box-mobile {
        display: none;
    }

    .block-1-ad {
        float: right;
        clear: right;
        width: 300px;
        height: 250px;
        margin: 45px 0 10px 10px;
    }

    /*****Mobile Most Popular*****/

    .mobile-popular-big-box {
        display: none;
    }

    .taboola-ads {
        margin-top: 25px;
    }

    /*****Thumbnail Images*****/

    .thumbnail-container {
        width: 100%;
        height: 154px;
        padding-top: 15px;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
    }

    .thumbnail {
        float: left;
        height: 120px;
        background-color: rgba(0,0,0,.7);
    }

    .footer {
        clear: both;
        margin-top: 25px;
        background-color: #f0f0f0;
    }

    .footer-top-bar {
        border-bottom: 1px solid #ccc;
        overflow: hidden;
    }

    .footer-logo-box {
        float: left;
    }

    .footer-logo {
        width: 200px;
        padding: 10px 0 10px 10px;
    }

    .footer-section-nav li {
        display: inline;
        padding: 5px;
    }

    .footer-main-box {
        clear: both;
        overflow: hidden;
    }

    .footer-quarter-container {
        float: left;
        width: 50%;
        padding-left: 16%;
        min-height: 270px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
    }

    .tablet-border {
        border-right: 1px solid #ccc;
    }

    .quarter-container-title {
        padding: 10px;
        font-weight: 600;
    }

    .quarter-container-list ul {
        padding: 5px;
        font-size: 100%;
        list-style: none;
    }

    .quarter-container-list {
        padding-left: 10px;
    }

    .button-holder {
        position: relative;
        width: 692px;
        height: 626px;
    }

    .article-title {
    /* why?        text-align: center;
*/

        margin-top: 0;
    }

    /*.share-icons {
        float: left;
        clear: both;
        width: 144px;
        margin: 0 0 0 5px;
    }*/

    .byline-item {
        position: relative;
        margin: 15px 0 0 0;
    }
}

/*****    Large Screens    *****/

@media only screen and (min-width:1025px) {

    .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;
        width: 152px;
    }

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

    .top-nav .subscribe {
        margin-right: 10px;
        border: 1px solid #ccc;
        -webkit-border-radius: 4px;
        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;
        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 {
        height: 30px;
        width: 0%;
        padding-left: 10px;
        border: none;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        font-size: .7em !important;
        opacity: 0;
    }

    .hamburger form {
        width: 0;
        height: 30px;
        margin: 0 4px;
        border: none;
        border-radius: 3px;
    }

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

    .ndn-embed {
        clear: right;
        width: 600px;
        height: 450px;
        margin: auto;
    }

    .twitframe {
        clear: right;
        width: 550px;
    }

    .logo-block {
        display: block;
        width: 300px;
        margin: 0 auto;
    }

    .top-block-container {
        width: 1200px;
        margin: 0 auto 0 auto;
    }

    .left-side {
        float: left;
        width: 850px;
        margin-top: 15px;
        margin-bottom: 10px;
        padding-right: 50px;
        border-right: 1px solid #ccc;
    }

    .n-block-container {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        max-width: 100%;
    }

    .ad {
        float: right;
        clear: right;
        width: 300px;
        height: 250px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: 15px;
    }

    .fact-box {
        float: right;
        width: 300px;
        margin-top: 35px;
        margin-left: 15px;
        padding: 20px;
        border-radius: 2px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        font-size: 0.8em;
        background-color: #f0f0f0;
    }

    .fact-box-mobile {
        display: none;
    }

    .block-1-ad {
        float: right;
        clear: both;
        width: 300px;
        height: 250px;
        margin-top: 25px;
    }

    /*****PC Most Popular Stories*****/

    .pc-most-popular-container {
        width: 300px;
        margin-top: 20px;
        padding-top: 15px;
        border-radius: 2px;
        border-top: 1px solid #ccc;
    }

    .pc-most-popular-heading {
        padding: 10px;
        border-radius: 2px;
        font-size: 110%;
        color: #FFF;
        background-color: #000;
    }

    .pc-popular-story {
        margin: 8px 0;
        padding-top: 10px;
        border-top: 1px solid #ccc;
        overflow: hidden;
    }

    .pc-popular-story:first-child {
        margin-top: 0;
        border: none;
    }

    .pc-popular-story a {
        text-decoration: none;
        color: black;
    }

    .pc-popular-story a:hover {
        text-decoration: none;
    }

    .pc-popular-story-container {
        width: 300px;
    }

    .pc-popular-story-image {
        float: left;
        width: 100px;
        overflow: hidden;
        background-color: #ccc;
    }

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

    .pc-popular-story-title {
        height: 75px;
        padding: 0 0 0 5px;
        overflow: hidden;
        font-size: 100%;
        line-height: 1.3;
    }

    .tablet-popular-big-box {
        display: none;
    }

    .mobile-popular-big-box {
        display: none;
    }

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

    .taboola-ads {
        margin-top: 25px;
        margin-bottom: 15px;
        overflow: hidden;
    }

    /*****Thumbnail Images*****/

    .thumbnail-container {
        width: 100%;
        height: 154px;
        padding-top: 15px;
        border-bottom: 1px solid #ccc;
    }

    .thumbnail {
        float: left;
        height: 100px;
        background-color: rgba(0,0,0,.7);
    }

    /*****     Footer     *****/

    .footer {
        clear: both;
        background-color: #f0f0f0;
    }

    .footer-top-bar {
        border-bottom: 1px solid #ccc;
        overflow: hidden;
    }

    .footer-logo-box {
        float: left;
    }

    .footer-logo {
        width: 200px;
        padding: 10px;
    }

    .footer-section-nav {
        float: left;
        margin: 10px;
        list-style: none;
    }

    .footer-section-nav li {
        display: inline;
        padding: 30px 5px 5px 5px;
    }

    .footer-main-box {
        clear: both;
        overflow: hidden;
    }

    .footer-quarter-container {
        float: left;
        width: 25%;
        padding-left: 6%;
        border-right: 1px solid #ccc;
    }

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

    .quarter-container-title {
        padding: 10px;
        font-weight: 600;
    }

    .quarter-container-list ul {
        padding: 5px;
        font-size: 100%;
        list-style: none;
    }

    .quarter-container-list {
        padding-left: 10px;
    }

    .footer-main-box {
        padding-bottom: 15px;
    }

    .button-holder {
        position: relative;
        width: 692px;
        height: 626px;
    }
}

#disqus_toggle {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.margin-top {
    margin-top: 25px;
}

.progress-bar {
    z-index: 105;
    position: fixed;
    top: 0;
    top: 100px;
    left: 0;
    width: 0;
    height: 3px;
    border-top: 1px solid white;
    background-color: rgba(0,0,0,.9);
}

.top50 {
    top: 50px;
}

.topZero {
    top: 0;
    border: none;
}

.next-article {
    display: none;
    visibility: hidden;
    z-index: 99999;
    position: fixed;
    top: calc(50% - 50px);
    right: 0;
    width: 100px;
    background-color: rgba(0,0,0,.9);
}

.next-article-arrow {
    position: absolute;
    top: 18px;
    left: 33px;
    font-size: 3em;
}

.next-article-text {
    margin-top: 1px;
    text-align: center;
    color: #f7f7f7;
}

.show-next-icon {
    visibility: visible;
    height: 100px;
    transition: .1s;
}

.hide-next-icon {
    visibility: hidden;
    height: 0;
    transition: .1s;
}

.speedbump {
    z-index: 200;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 175px;
    padding-left: calc(50% - 346px);
    background-color: rgba(0,0,0,.5);
}

.hide-speedbump {
    visibility: hidden;
    height: 0;
}

.login {
    z-index: 500;
    position: absolute;
    top: 0;
    left: 0;
    width: 292px;
    height: 70px;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
}

.login a {
    display: block;
    width: 100%;
}

.activate {
    z-index: 500;
    position: absolute;
    top: 0;
    right: 0;
    width: 292px;
    height: 70px;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
}

.activate a {
    display: block;
    width: 100%;
}

.special-offer {
    z-index: 500;
    position: absolute;
    right: 0;
    bottom: 45px;
    width: 100%;
    height: 55px;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
}

.special-offer a {
    display: block;
    width: 100%;
}

.speedbump img {
    display: block;
    position: absolute;
    width: 692px;
}

.bug-me-later {
    z-index: 500;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 211px;
    height: 39px;
    background-color: rgba(0,0,0,0);
    cursor: pointer;
}

.bug-me-later a {
    display: block;
    width: 100%;
}

.left-side:last-child {
    border: none;
}

.first-paragraph {
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.no-border {
    border: none;
}

.thumbnail-container div {
    position: relative;
    width: 160px;
    height: 120px;
    overflow: hidden;
}

a .title {
    position: absolute;
    bottom: 0;
    height: auto;
    padding: 10px 5px 5px 5px;
    text-decoration: none;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 1.1em;
    line-height: 1.1em;
    color: white;
    background-image: url('//img.pressdemocrat.com/article/titlefade.png');
}



.related-container {
    float: right;
    clear: right;
    width: 300px;
    margin: 0 0 15px 15px;
    padding: 0 0 20px 0;
    min-height: 200px;
    border-radius: 2px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #f0f0f0;
}

.related-heading {
    width: 300px;
    padding: 8px;
    text-align: center;
    font-family: 'Roboto Condensed',sans-serif;
    font-size: 1.4em;
    color: white;
    background-color: black;
}

.related-story {
    position: relative;
    width: 240px;
    height: 180px;
    margin: 20px auto 0 auto;
    overflow: hidden;
    background-image: url('//img.pressdemocrat.com/article/spinner.gif');
}

.related-story-photo {
    max-height: 18000px;
}

.related-story-photo img {
    width: 240px;
    min-height: 180px;
}

.related-story-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 16px 8px 8px 8px;
    text-decoration: none;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 1.3em;
    line-height: 1.1em;
    color: white;
    background-image: url('//img.pressdemocrat.com/article/titlefade.png');
}

.share-gallery-photo {
    float: right;
    position: relative;
    width: 89px;
    height: 29px;
    margin-left: 10px;
    padding: 5px 10px 5px 10px;
    border: 1px solid black;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
}

.share-gallery-photo:hover {
    cursor: pointer;
}

.share-photo-icon {
    float: left;
}

.share-photo-text {
    float: left;
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid black;
}

.share-box-container {
    position: absolute;
    top: -61px;
    right: 20px;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.3);
}

.hide-share-box {
    visibility: hidden;
}

.show-share-box {
    visibility: visible;
}

.share-box {
    float: left;
    position: relative;
    width: 95px;
    height: 42px;
    padding: 5px;
    border: 1px solid #ccc;
    background: #f7f7f7;
}

.share-box:after,
.share-box:before {
    content: " ";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    pointer-events: none;
}

.share-box:after {
    margin-left: -16px;
    border-color: rgba(247,247,247,0);
    border-width: 16px;
    border-top-color: #f7f7f7;
}

.share-box:before {
    margin-left: -17px;
    border-color: rgba(168,168,168,0);
    border-width: 17px;
    border-top-color: #a8a8a8;
}

.fa-facebook-square {
    margin-bottom: 5px;
    color: #305891;
}

.fa-twitter-square {
    color: #2ca8d2;
}

.fa-pinterest-square {
    color: #BD1D23;
}

.invisible-click-overlay {
    display: none;
    z-index: 199;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.article-text {
    clear: both;
}

.clear-right {
    clear: right;
}

.search-text {
    position: absolute;
    top: 4px;
    left: 37px;
    font-size: 0.7em;
    color: #f7f7f7;
}

.tall {
    width: auto !important;
    height: 100% !important;
    margin: 0 auto !important;
}

.wide {
    width: 100% !important;
    height: auto;
}

.show li a {
    padding-left: 0;
    font-size: 16px;
}

#ad1x1 {
    width: 980px;
    margin: 0 auto;
    margin-left: 1px;
    padding-top: 15px;
}