/**
    Scrolling Smoothness
*/
html{
    scroll-behavior:smooth;
}

/**** TOP BAR CSS ****/

#topMenu_center ul {
    overflow: hidden;
    flex-wrap: wrap;
    height: 100%;
}

#top-bar, #top-bar-mobile, #top-bar .bg-primary {
    padding-top: 2px;
    padding-bottom: 5px;
}

#top-bar .top-bar-logo img {
    max-width: 200px;
}

#top-bar .top-bar-logo {
    text-align: center;
    margin: auto;
}

#top-bar-mobile {
    background-color: black;
} 

#top-bar-mobile .logo {
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 45px;
}

#top-bar-mobile .logo img {
    max-width: 200px;
}

.header-region .mobile .below-logo .date {
    text-align: center;
    padding-bottom: 2px;
    font-size: 16px;
}

.header-region .mobile .below-logo .become_member {
    width: 168px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

@media (max-width: 767px) {
    .header-region {
        padding-top: 15px;
    }
}

#top-bar .left {
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: bold;
}

#top-bar .left, #top-bar .left a {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 16px;
}

#top-bar .middle, #top-bar .middle {
    padding-left: 0;
    padding-right: 0;
    margin: auto;
}

#top-bar .middle, #top-bar .middle a {
    font-family: "grad", Georgia, serif;
    font-weight: bold;
    font-size: 14px;
}

div#top-bar div.middle nav {
    padding-left: 0;
    padding-right: 0;
}

#top-bar.full-width .left .menu-items .sidemenuTrigger {
    padding-left: 11px;
}

.desktop #top-bar {
    z-index: 1000;
}

#top-bar .left .menu-items span {
    background-color: rgba(255,255,255,0.2);
    border-radius: 4px;
    color: #fff;
    width: 40px;
    text-align: center;
    font-size: 18px;
    padding-top: 5px;
    padding-right: 6px;
    padding-bottom: 5px;
    padding-left: 12px;
    margin-left: 5px;
}
#top-bar .left .menu-items span:hover {
    color: #fff;
    background-color: rgba(255,255,255,.5);
    text-decoration: none;
}

#top-bar .right {
    margin-top: auto;
    margin-bottom: auto;
}

#top-bar-mobile .header-weather-content {
    font-size: 0;
    display: flex;
    justify-content: flex-end;
    margin-top: 3px;
}
#top-bar-mobile .header-weather-content img {
    max-width: 30px;
    max-height: 30px;
}

#top-bar-mobile .header-weather-content a {
    display: flex;
}

#top-bar-mobile .header-weather-content b {
    color: #fff;
    font-size: 16px;
}

nav.top-bar-nav {
    margin: auto;
}

#top-bar .navbar-nav > li > a {
    font-size: 0.9rem;
}

#topMenu_center {
    max-height: 41px;
    overflow: hidden;
    line-height: 1.8rem;
}

/**** END TOP BAR CSS *****/

/***** HEADER CSS *****/

.header-region {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.header-region .below-logo span {
    margin-right: 40px;
}

.header-region .below-logo .items {
    text-align: center;
}

.header-region .below-logo .become_member {
    border-radius: 4px;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    background-color: #990000;
    color: #ffffff;
    padding: 8px;
}

.header-region .below-logo .date {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: bold;
    color: #333333;
    font-size: 14px;
}

div#header-branding {
    margin-top: 22px !important;
    margin-bottom: 18px !important;
    text-align: center;
}

#header-branding .navbar-brand img {
    max-width: 510px;
}

.header-region-article {
    padding-top: 85px;
    padding-bottom: 15px;
}

@media (max-width:767px) {
    .header-region-article {
        padding-top: 10px;
    }

    .header-region-article .container {
        padding-bottom: 15px;
    }
}

.header-region-article .logo {
    background-color: #000;
    border-radius: 4px;
    padding: .5rem;
    margin-right: .5rem;
    display: inline-block;
    height: 50px;
    margin-bottom: 12px;
}

.header-region-article .logo img {
    max-width: 45px;
}

.header-region-article .container {
    border-bottom: 1px solid #d7d7d7;
    padding-left: 40px;
}

.header-region-article .menu .category {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
    padding-right: 15px;
}

.header-region-article .menu-logo {
    padding-left: 28px;
}

.header-region-article .menu a {
    font-family: "grad", Georgia, serif;
    font-weight: 600;
    font-size: 15px;
    color: #666666;
    padding-right: 15px;
    display: inline-block;
    padding-bottom: 14px;
}

.header-region-article .menu a.active {
    color: #990000;
}

.header-region-section {
    display: flex;
    flex-wrap: wrap;
    padding-top: 64px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 1em;
}

.section-news-logo {
    background-color: #000;
    border-radius: 4px;
    padding: .5rem;
    margin-right: .5rem;
    display: inline-block;
    height: 50px;
    margin-bottom: 0.5rem;
}

.section-news-logo-img {
    max-height: 100%;
}

.section-news-link {
    color: #000 !important;
    text-decoration: none;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
}

.section-news-link:hover {
    color: #666666 !important;
    text-decoration: underline !important;
}

.section-news-header-text {
    color: #000 !important;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 2.25rem;
    font-weight: 700;   
}

@media (max-width:767px) {
    .section-news-subsection-links {
        margin-left: 0px !important;
    }
    .section-news-subsection-links a:first {
        margin-left: 0px !important;
    }
}

@media screen and (max-width: 39.9375em) {
    .section-news-subsection-links {
        margin-left: 0px !important;
    }
    .section-news-subsection-links a:first {
        margin-left: 0px !important;
    }
    .section-news-subsection-links a:before {
        content: "•";
        padding-right: .25rem;
    }
}

.section-news-subsection-links {
    font-family: "grad", Georgia, serif;
    line-height: 40px;
    margin-left: 1rem;
    vertical-align: bottom;
    padding-bottom: 7px;
    align-items: flex-end;
    flex-wrap: wrap;
}

.section-news-subsection-links a {
    color: #666666;
    margin-left: .75rem;
    font-size: .9rem;
    font-weight: 600;
}

.section-news-subsection-links a:hover {
    color: #990000;
    text-decoration: underline !important;
}

.section-news-subsection-links a.active {
    color: #990000;
    text-decoration: underline !important;
}

.trending-tags-container {
    position: relative;
    font-family: "proxima-nova", Arial, sans-serif;
    border: none;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: .85rem;
}

/***** END HEADER CSS *****/

/***** TEASER CSS ******/

.topstories_section_main .teaser-content {
    padding-left: 15px !important;
}

.topstories_section_main .headline {
    font-family: "grad", Georgia, serif;
    font-size: 40px;
    line-height: 42px;
    padding-bottom: 10px;
    font-weight: bold;
}

.topstories_section_main .headline a {
    color: black;
}

@media (max-width:767px) {
    .topstories_section_main .headline {
        margin-top: 15px;
    }
}

.topstories_section_main .body {
    color: #666666;
    font-size: 31px;
    font-family: "grad", Georgia, serif;
    line-height: 36px;
    padding-bottom: 10px;
}

.topstories_section_main .byline {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

.topstories_section_main .byline .author {
    color: #990000;
}

.category_heading {
    border-bottom: 1px solid #e6e6e6;
    color: #666666;
    font-family: "bourbon", "Teko", sans-serif;
    font-size: 31px;
    margin-bottom: 15px;
}

.category_heading .text {
    border-bottom: 6px solid #990000;
    display: inline-block;
}

.article-block.teaser {
    float: left;
    padding-left: 0;
}

.article-block.teaser .headline {
    padding-top: 10px;
    font-family: "grad", Georgia, serif;
    color: #333333;
}

.article-block.teaser .teaser-image {
    position: relative;
    text-align: center;
    color: white;
}

.article-block.teaser .section {
    position: absolute;
    bottom: 86px;
    left: 15px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 2px;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 4px;
    padding-top: 4px;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.category-list .entry-title {
    color: #666666;
    font-family: "grad", Georgia, serif;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
}

.category-list .teaser-image {
    margin-bottom: 15px;
}

.category-list.board-col-md-4 {
    background: #fefefe;
    border: 1px solid #d7d7d7;
    padding: .75rem 1rem;
    margin-right: 15px;
    margin-left: 15px;
}

/***** END TEASER CSS *****/

/*
    Durango category block styling
*/
.category-block-article-headline-primary {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 23px;
}

.category-block-article-headline-secondary {
    border-top: 1px solid #d7d7d7;
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 23px;
}

.category-block-article-headline-text {
    color: #666666;;
    font-family: "grad", Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
}

.category-block-article-headline-text:hover {
    color: #666666;;
    text-decoration: underline !important;
}

.category-block-label {
    padding-top: 12px;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #d7d7d7;
}

.category-block-label h3 {
    display: inline-block;
    font-size: 1.8rem;
    font-family: "bourbon", "Teko", sans-serif;
    text-transform: uppercase;
    color: #666666;
    border-bottom: 6px solid #990000;
    margin-bottom: -3px;
    padding-bottom: 0;
    line-height: 1.4;
}

.category-block-label h3 a {
    color: #666666;
    text-decoration: none;
}

.category-block-label h3 a:hover {
    color: #990000 !important;
    text-decoration: none;
}

.category-block-container-inner {
    border: 1px solid #d7d7d7;
    padding-bottom: 12px;
    height: 100%;
    background-color: #fff;
}

.category-block-container-outer {
    padding: .75rem 1rem;
    height: 100%;
}

/**
    Poll styling
    !important is needed to override any plugin-specific styling
*/

.poll-extra-text {
    font-family: "grad", Georgia, serif;
    font-weight: 700;
    color: #333333;
    margin: .25rem 0 1.5rem 0;
    font-size: 1.15rem;
}

.poll-extra-text a {
    color: #666666;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

.poll-extra-text a:hover {
    text-decoration: underline !important;
}

.basic-yop-poll-container {
    border: none !important;
    margin-bottom: 0 !important;
}

.basic-vote {
    text-align: center !important;
    margin-bottom: 0 !important;
}

.basic-question-title h5 {
    font-family: "grad", Georgia, serif !important;
    font-size: 1.15rem !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin: .25rem 0 1.5rem 0 !important;
    text-align: start !important;
}

.basic-answer-label {
    font-size: 0.875rem !important;
    font-weight: normal !important;
    line-height: 1.8 !important;
    color: #0a0a0a !important;
    font-family: "proxima-nova", Arial, sans-serif !important;
}

div.basic-question {
    margin-top: 0 !important;
}

li.basic-answer {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.basic-vote .basic-vote-button {
    vertical-align: middle !important;
    margin: 0 0 1rem 0 !important;
    border: 1px solid transparent !important;
    transition: background-color 0.25s ease-out, color 0.25s ease-out !important;
    line-height: 1 !important;
    cursor: pointer !important;
    appearance: none !important;
    font-size: 0.75rem !important;
    display: inline-block !important;
    font-family: "proxima-nova", Arial, sans-serif !important;
    color: #333333 !important;
    background-color: #f2f2f2 !important;
    font-weight: 700 !important;
    border-radius: 4px !important;
    padding: 0.85rem 2rem !important;
}

.basic-vote .basic-vote-button:hover {
    color: #fff !important;
    background-color: #990000 !important;
    text-decoration: underline !important;
}

/**
    Special sections block
*/

.special-sections-image-wrapper {
    max-height: 350px;
    overflow: hidden;
    padding: 0 .5rem;
    position: relative;
    display: inline-block;
    border-bottom: solid 2px #d7d7d7;
    width: 100%;
}

.special-sections-image {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
    min-height: 350px;
}

.special-sections-headline {
    color: #666666;
    text-decoration: none;
    margin-top: .5rem;
    font-family: "grad", Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
}

/**
    E-Edition block
*/
.e-edition-image-wrapper {
    max-height: 350px;
    overflow: hidden;
    display: inline-block;
    border-bottom: solid 2px #d7d7d7;
    width: 100%;
}

.e-edition-image {
    width: 100%;
}

.e-edition-headline {
    color: #666666;
    text-decoration: none;
    margin-top: .5rem;
    font-family: "grad", Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
    min-height: 33px;
}

/**
    Latest covid stats
*/

.home-covid-latest-stats {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    max-width: 75rem;
    border-bottom: 1px solid #ccc;
    overflow: auto;
    padding: 0.5rem 0;
    font-family: "proxima-nova", Arial, sans-serif;
}

.home-covid-latest-stats div {
    display: inline-block;
}

.home-covid-latest-stats h6 {
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    color: #666;
}

.home-covid-latest-stats p {
    margin-bottom: .75rem;
    border-bottom: 3px solid #990000;
}

.home-covid-latest-stats p:nth-of-type(2) {
    clear: left;
}

.home-covid-latest-stats ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 0;
    padding-bottom: 1.5rem;
    margin-left: -1rem;
}

.home-covid-latest-stats ul:first-of-type {
    margin-bottom: 1rem;
}

.home-covid-latest-stats ul li {
    float: left;
    margin-left: 1rem;
    background-color: #cecece;
    padding: .25rem .5rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: .5rem;
}


/**
    Boards
*/

.board-column-no-pad {
    padding: 0;
}

.everyboard-max-height {
    height: 100%;
}

.everyboard-max-height > .widget_ocobjectswidget {
    height: 100%;
}

.everyboard-max-height > .widget_boardrenderwidget {
    height: inherit;
}

.everyboard-max-height > .widget_boardrenderwidget > .every_board {
    height: inherit;
}

/**
    Special Reports block
*/

/**
    E-Edition block
*/
.special-reports-image-wrapper {
    max-height: 200px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.special-reports-image {
    width: 100%;
}

.special-reports-headline {
    color: #666666;
    text-decoration: none;
    font-family: "grad", Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
    min-height: 33px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 12px;
}

/** 
    Article factbox
*/
.article-factbox {
    background-color: inherit !important;
    border: none !important;
    padding-left: .75rem !important;
    border-left: 4px solid #797979 !important;
    margin-bottom: 1.5rem !important;
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    font-family: "proxima-nova", Arial, sans-serif;
}

.article-factbox > .content-part__header > .content-part__title {
    text-decoration: none;
    line-height: 1.15em;
    color: #000;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
}

.article-factbox > .content-part__text {
    overflow: hidden;
    transition: all 0.5s ease;
}

.article-factbox > .content-part__text > p {
    margin: 0;
    font-weight: 500;
    color: #797979;
    font-size: .84rem;
    line-height: 1.35em;
}

.factbox-dropdown-button-container {
    text-align: right;
}

.factbox-dropdown-button {
    transition: all 0.5s ease;
    transform: rotate(180deg);
    height: 20px;
    font-size: 1.25rem;
}

/** 
    Article Page
*/

.article-page .article__headline {
    font-size: 42px;
    font-family: "grad", Georgia, serif;
    font-weight: 700;
    color: #000;
}

.article-page .article-summary {
    display: none;
}

.article-page .article-summary-moved {
    font-family: "grad", Georgia, serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #666666;
    margin-top: 8px;
}

.article-page .article-date {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    color: #666666;
    padding-bottom: 0;
}

.article-page .article-date .article-modifieddate {
    margin-left: 4px;
    color: #990000;
}

.article-page .author-share .twitter-button {
    background-color: #2199eB;
    border-radius: 4px;
    padding: .15rem .45rem;
    color: #fff;
    font-size: 12px;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    margin-top: .5rem;
    display: inline-block;
}

.article-page .article__part--main {
    padding: 0;
}

.article-page .article-byline .article__byline-name {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 0;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    color: #666666;
}

.article-page .article__body {
    font-family: "grad", Georgia, serif;
    line-height: 26px;
    color: #333333;
    font-size: 18px;
}

.article-page .article__body a {
    color: #666666;
}

.article-page .gallery-slider, .article-page .article-slider {
    padding-left: 0;
    padding-right: 0;
    border: solid 1px #d7d7d7;
    margin-bottom: 20px;
}

.article-page .gallery-slider {
    border: 0;
    margin-bottom: 0;
}
.article-page .gallery-slider .slick-prev {
    left: 10px;
    z-index: 1000;
    top: 175px;
}

.article-page .gallery-slider .slick-next {
    right: 25px;
    z-index: 1000;
    top: 175px;
}

.article-page .gallery-slider .slick-prev:before, .article-page .gallery-slider .slick-next:before {
    color: #990000;
    font-size: 40px;
}

.article-page .comments-border {
    border: 1px solid #d7d7d7;
}

.article-page .article-comments h5 {
    font-family: "grad", Georgia, serif;
    background-color: #990000;
    color: #fff;
    text-align: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-weight: 900;
    margin-bottom: 0;
}

.article-page .fb-comments {
    padding-right: 50px;
    padding-left: 10px;
}

.article-page .relatedArticles {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.article-page .relatedArticles .heading {
    font-family: "grad", Georgia, serif;
    background-color: #990000;
    color: #fff;
    text-align: center;
    padding-top: .25rem;
    padding-bottom: .25rem;
    font-weight: 900;
    margin-bottom: 0;
}

.article-page .relatedArticles .date {
    color: #333333 !important;
    font-size: .8em;
    font-family: "grad",serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

.article-page .relatedArticles .headline {
    color: #333333 !important;
    font-size: 1em;
    font-family: "grad",serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    line-height: 26px;
}

.article-page .relatedArticles .article {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}


.article-social-media .icon-wrapper {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    border: 2px solid #666666;
    text-align: center;
    display: inline-block;
    margin-right: .5em;
}

.article-social-media i {
    font-size: 17px;
}

.article-social-media .facebook i {
    color: #3B5998;
}

.article-social-media .twitter i {
    color: #56ACEE;
}

.article-social-media .mail i {
    color: #990000;
}

.article-page .article__body {
    font-family: "grad", Georgia, serif;
    font-size: 17px;
}

.article-page .article__headline {
    font-size: 40px;
    font-family: "grad", Georgia, serif;
    font-weight: bold;
}

.category_heading.sidebar .text {
    border-bottom: 6px solid black;
}

.article-page .gallery-slider, .article-page .article-slider {
    margin-top: 15px;
		padding-bottom: 15px;
}

.article-slider div .article_image_caption {
    padding-top: 12px;
    color: #666666;
    font-weight: 600;
    font-family: "proxima-nova", Arial, sans-serif;
    line-height: 22px;
    padding-right: 15px;
    padding-left: 15px;
}

.article-page .relatedArticles .heading {
    font-size: 19px;
    padding-bottom: 0;
    padding-top: 0;
}

.article-page .tagged-related-articles .heading {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.article-page .tagged-related-articles {
    border-left: 4px solid #797979;
    padding-left: 12px;
    padding-right: 15px;
    padding-bottom: 10px;
    max-width: 230px;
    float: left;
    margin-top: 10px;
}

.article-page .tagged-related-articles .related-article .date {
    font-weight: 600;
    font-family: "proxima-nova", Arial, sans-serif;
    color: #990000;
    font-size: 14px;
    padding-bottom: 2px;
}

.article-page .tagged-related-articles .related-article .link {
    color: #797979;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    line-height: 14px;
    font-weight: 700;
    font-size: 16px;
}

.article-page .tagged-related-articles .related-article {
    padding-bottom: 10px;
    line-height: 20px;
    border-bottom: solid 1.5px #d7d7d7;
    padding-top: 10px;
}

.article-page .image-container {
    display: inline-block;
}

.article-page .image-container .bottom-container {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border: solid 1px #d7d7d7;
    padding: 12px;
    text-align: left;
    margin-bottom: 20px;
    font-family: proxima-nova,Arial,sans-serif;
    line-height: 24px;
    color: #666;
    font-weight: 600;
    font-size: 16px;
}

.article-page .image-container .bottom-container .byline {
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}

.article-page .image-container .bottom-container .expand {
    text-align: center;
}

.article-page .articleImageModal {
    color: white;
}

.article-page .articleImageModal .modal-dialog {
    max-width: 1200px;
}

.article-page .articleImageModal .modal-header {
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
}

.article-page .articleImageModal .modal-footer {
    border-top: 0;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}

.article-page .articleImageModal .modal-content {
    background-color: black;
    border: black;
    padding-left: 50px;
    padding-right: 50px;
}

.article-page .articleImageModal .caption {
    font-family: proxima-nova,Arial,sans-serif;
}

.article-page .articleImageModal .modal-footer .byline {
    text-align: center;
    font-family: proxima-nova,Arial,sans-serif;
    font-size: 15px;
}

.article-page .articleImageModal .modal-body {
    text-align: center;
}

.article-page .articleImageModal .modal-body .image {
    max-width: 750px;
}

.article-page .articleImageModal button.close {
    border: 2px solid #fff;
    border-radius: 50px;
    color: white;
    opacity: 1;
    padding: .25em .35em !important;
}

.article-page .articleImageModal button.close:hover {
    background: #990000;
    color: white;
}

.article-page .article__subheadline {
    display: block;
    margin: 1rem 0;
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 26px;
    font-family: "grad", Georgia, serif;
}

.article__byline-link {
    color: #666666;
}

.article__byline-link:hover {
    color: #990000;
    text-decoration: underline!important;
}

/**
    Footer
*/
.footer-container {
    margin-top: auto;
    flex-shrink: 0;
}

.footer-logo {
    background-color: #333333;
}

.footer-logo p {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "proxima-nova", Arial, sans-serif;
    padding-top: .75rem;
    padding-bottom: .85rem;
    margin: 0;
}

.footer-row {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-flow: row wrap;
    max-width: 64.5rem !important;
}

.footer-logo p img {
    max-width: 225px;
    border: 0;
    vertical-align: middle;
    height: auto;
}

.footer-content {
    background-color: #434343;
    color: #fff;
    padding-bottom: 1.75rem;
}

.footer-content p {
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    font-family: "grad", Georgia, serif;
}

.footer-content a {
    color: #fff;
    text-decoration: none;
    font-family: "grad", Georgia, serif;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: .75rem;
    display: block;
}

.footer-content a:hover {
    text-decoration: underline !important;
}

.footer-social-link span {
    display: flex;
    align-items: center;
    margin-right: .75rem;
    padding: .22rem .5rem;
    border: 1px solid #fff;
    border-radius: 20px;
    width: 32px;
    height: 32px;
}

.footer-social-link svg {
    overflow: visible;
    width: .875em;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.footer-social-link {
    display: flex !important;
    align-items: center;
}

.footer-subscription-button {
    color: #333333 !important;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 500;
    border-radius: 4px;
    padding: 0.6rem 1rem;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 0.9rem;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    border: 1px solid transparent;
    vertical-align: middle;
    margin: 0 0 1rem 0;
}

input.string.email.required {
    background-color: #f2f2f2;
    border: 1px solid #000000;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border-radius: 0;
    box-shadow: inset 0 1px 2px rgba(10,10,10,0.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    appearance: none;
}

input[type="hidden"] {
    display: none;
}

.footer-title {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    border-bottom: 1px solid #fff;
    font-weight: 800;
    margin-top: 1rem;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    font-size: 1.25rem;
    line-height: 1.4;
}

.footer-row-adjusted {
    margin-left: -15px;
    margin-right: -15px;
}

.divider-line {
    border-right: 1px solid #fff;
}

.footer-copyright {
    text-align: center;
    background-color: #333333;
    color: #fff;
    font-size: .85rem;
}

.footer-copyright p {
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "proxima-nova", Arial, sans-serif;
    padding-top: .75rem;
    padding-bottom: .85rem;
    margin: 0;
}

.footer-copyright p a {
    color: #fff;
    text-decoration: none !important;
}

.footer-copyright p a:hover {
    text-decoration: underline !important;
}

#footer-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #666666;
    width: 100%;
    border-top: solid #990000;
    z-index: 1000 !important;
}

#footer-mobile .button {
    border-right: solid 1px #fefefe;
    text-align: center;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    font-family: "proxima-nova", Arial, sans-serif;
}

#footer-mobile .button .text {
    font-style: italic;
}

.footer-row .newsletter-popup {
    position: absolute;
    width: 100%;
    padding: 1rem 2rem;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 1rem;
    color: black;
    z-index: 1000;
    bottom: -60px;
}

.footer-row .newsletter-popup .close {
    color: #990000 !important;
    opacity: 1 !important;
}

.footer-row .newsletter-popup .message {
    font-family: proxima-nova,Arial,sans-serif;
    font-size: 16px;
}

.footer-row .newsletter-popup .heading {
    color: #900;
    font-family: helvetica neue,Helvetica,Roboto,Arial,sans-serif;
    font-size: 20px;
}

.footer-row .newsletter-popup .sign-up-button {
    width: 100%;
    background: #cacaca;
    color: #333;
    font-weight: 500;
    border-radius: 4px;
    padding: .6rem 1rem;
    border: none;
    font-family: "proxima-nova", Arial, sans-serif;
}

.footer-row .newsletter-popup .subscribe-checkboxes label {
    font-family: proxima-nova,Arial,sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.footer-row .newsletter-popup .subscribe-checkboxes #email_subscriber_breaking_news {
    margin-right: 4px;
}

/**
    Frontpage Headlines Block
*/

#headlines-articles {
    overflow: hidden;
    transition: height 0.5s linear 0s;
}

.frontpage-headlines-title, .ntv-headline {
    color: #333333;
    line-height: 1.25em;
    margin-top: .75rem;
    margin-bottom: 1.5rem;
}

.frontpage-headlines-title a, .ntv-headline {
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: "grad", Georgia, serif;
    color: #333333;
}

.frontpage-headlines-title a, .ntv-headline {
    text-decoration: none;
}

.frontpage-headlines-title a:hover, .ntv-headline:hover {
    text-decoration: underline !important;
}

.frontpage-headlines-section, .headline-section {
    position: absolute;
    top: .75rem;
    left: 1.75rem;
    font-size: .85rem;
    font-weight: 600;
    padding: .35rem .65rem;
    background-color: rgba(0,0,0,0.5);
    border-radius: 2px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .frontpage-headlines-section, .headline-section {
        position: relative;
        width: 100%;
        font-size: .75rem;
        background-color: #000000;
        top: 0;
        left: 0;
        border-radius: 0;
    }
}

.frontpage-headlines-section a, .headline-section a {
    color: #fff;
    font-family: "proxima-nova", Arial, sans-serif;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

.frontpage-headlines-section a:hover, .headline-section a:hover {
    text-decoration: underline !important;
}

.frontpage-headlines-image, .headline-image {
    width: 260px;
    max-height: 150px;
}

@media (min-width: 768px) {
    .frontpage-headlines-image, .headline-image {
        width: 250px;
    }
}

@media (min-width: 992px) {
    .frontpage-headlines-image, .headline-image {
        width: 228px;
    }
}

.more-news-button-container {
    text-align: center;
}

.more-news-button {
    color: #333333;
    background-color: #f2f2f2;
    text-decoration: none;
    display: inline-block;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    border-radius: 4px;
    padding: 0.85rem 2rem;
    font-size: 0.75rem;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    border: 1px solid transparent;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.more-news-button:hover {
    color: #fff !important;
    background-color: #990000;
    text-decoration: underline;
}

.more-news-button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

#pagination-count {
    display: none !important;
}

/** 
    Sidebar CSS
*/

#right-sidebar .ew-article-list__container .sidebar-recent-articles {
    display: none;
}

@media (min-width:767px) {
    #right-sidebar .recent-articles-container .teaser-image img {
        max-width: 282px;
    }
}

#right-sidebar .recent-articles-container {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    display: inline-block;
    width: 100%;
    padding-left: 12px;
    padding-top: 10px;
}

#right-sidebar .recent-articles-container .heading h3 {
    display: inline-block;
    font-family: "bourbon", "Teko", sans-serif;
    text-transform: uppercase;
    color: #666666;
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: 6px solid #000;
}

#right-sidebar .sidebar-recent-articles .headline a {
    font-family: "grad", Georgia, serif;
    color: #666654;
}

#right-sidebar .sidebar-recent-articles .headline {
    line-height: 25px;
    padding-top: 10px;
    font-size: 18px;
}

#right-sidebar .sidebar-recent-articles {
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #d7d7d7;
}

/**
    Section fronts
*/

.featured-story-link {
    text-decoration: none;
}

.featured-story-link:hover {
    text-decoration: underline !important;
}

.featured-story-link.featured-story-headline:hover {
    color: #666666;
}

.featured-story-link.featured-story-preview:hover {
    color: #999;
}

.featured-story-headline {
    font-size: 1.5rem;
    font-family: "grad", Georgia, serif;
    color: #000;
    font-weight: 700;
    line-height: 1.08em;
    margin-bottom: .5rem;
}

.featured-story-preview {
    font-size: 1.25rem;
    font-family: "grad", Georgia, serif;
    color: #666666;
    font-weight: 400;
    line-height: 1.08em;
    margin-bottom: .75rem;
}

.section-featured-story-image {
    margin-bottom: 1rem;
}

.section-link-button {
    max-width: 32%;
    width: 32%;
    flex-basis: 32%;
    background-color: #e6e6e6;
    color: #333333;
    text-align: center;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.5rem;
    border-radius: 4px;
    padding: .3rem 1rem;
    flex: 1 0 0;
    border-style: none;
    margin-bottom: .65rem;
    text-decoration: none;
    cursor: pointer;
}

.section-link-button:hover {
    background-color: #666666;
    color: #ffffff;
    text-decoration: none;
}

.section-link-buttons {
    display: flex;
    justify-content: space-between;
}

/**
    Frontpage Video/Gallery Slider
*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.photo-video-slider {
    background-color: #e6e6e6;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin: 0 0 2rem 0;
}

.frontpage-photo-video-block-container {
    background-color: #e6e6e6;
    padding-left: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-right: 0.9375rem;
}

.frontpage-photo-video-block {
    background-color: #e6e6e6;
    margin-bottom: 0px;
    border-bottom: 1px solid #000;
    justify-content: space-between;
    display: flex;
}

.frontpage-photo-video-block h3 {
    color: #000 !important;
    border-bottom: 6px solid #000;
}

.frontpage-photo-video-headline a {
    font-family: "grad", Georgia, serif;
    font-size: 1.5625rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: .25rem;
    color: #000;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.frontpage-photo-video-headline a:hover {
    color: #333333;
    text-decoration: underline !important;
}

.frontpage-photo-video-text {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    font-size: .85rem;
    text-align: left;
    line-height: 1.5;
}

.frontpage-photo-video-text a {
    color: #666666;
    text-decoration: none !important;
}

.frontpage-photo-video-text a:hover {
    text-decoration: underline !important;
}

.frontpage-photo-video-socials {
    text-align: right;
    margin-top: 0.5rem;
}

.frontpage-photo-video-socials a {
    display: inline-block;
}

.frontpage-photo-video-socials .fa-facebook-square {
    color: #3b5998;
}

.frontpage-photo-video-socials .fa-twitter {
    color: #55acee;
}

.frontpage-photo-video-socials .fa-envelope {
    color: #990000;
}

.icon-circle-border {
    width: 30px;
    height: 30px;
    border: 2px solid #666666;
    border-radius: 20px;
    text-align: center;
    margin-left: 0.5rem;
}

.frontpage-photo-video-block #slick-nav-photo-video {
    display: inline-block;
}

#slick-nav-photo-video .slick-arrow {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
}

#slick-nav-photo-video .slick-prev {
    left: unset;
} 

#slick-nav-photo-video .slick-next {
    right: unset;
} 

#slick-nav-photo-video .slick-arrow:before {
    font-size: 1.75rem;
    color: #990000;
}

.photo-video-slider-element .frontpage-photo-video-related .subject {
    color: #333333;
    margin-top: .5rem;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    font-size: .85rem;
    line-height: 1.5;
}

.photo-video-slider-element .frontpage-photo-video-related .related-link {
    color: #666666;
    text-decoration: none;
    margin-top: .5rem;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    font-size: .85rem;
    line-height: 1.5;
}

.photo-video-slider-element .frontpage-photo-video-related .related-link:hover {
    text-decoration: underline !important;
}

/**
    Briefs Section Front
*/
#main .rendered_board_article:first-of-type .section-article {
    border-top: 1px solid #cacaca;
    padding-top: 1rem;
}

.section-article {
    border-top: 1px solid #d7d7d7;
}

.section-article, .section-article-featured {
    padding-top: 1rem;
    margin-top: 1rem;
    margin-right: 15px;
}

.section-article-headline {
    font-size: 1.65rem;
    font-family: "grad", Georgia, serif;
    line-height: 1.15em;
    font-weight: 700;
    margin-top: .75rem;
}

.section-article-headline > a {
    text-decoration: none !important;
    color: #000 !important;
}

.section-article-headline > a:hover {
    text-decoration: underline !important;
}

.section-article-summary {
    font-family: "grad", Georgia, serif;
    font-weight: normal;
    line-height: 1.35;
    color: #333333;
    margin-bottom: 1rem;
}

.section-article-date-category-link {
    color: #333333;
    text-decoration: none !important;
}

.section-article-date-category-link:hover {
    color: #333333 !important;
    text-decoration: underline !important;
}

.section-article-date-category-text {
    font-size: 0.85rem;
    margin: 0.25rem;
}

.section-article, .section-article-featured {
    margin-left: 0px;
}

.section-article-text {
    padding: 0px;
}

.section-article-featured .section-article-headline {
    margin-top: 0px;
}

.section-article-image {
    padding-left: 0px;
}

.section-article-featured {
    margin-bottom: 15px;
}

.section-button-container {
    padding-left: 0;
    padding-right: 0;
}
.section-button {
    background-color: #e6e6e6;
    color: #333333;
    text-align: center;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.5rem;
    border-radius: 4px;
    padding: .3rem 1rem;
    flex: 1 0 0;
    border-style: none;
    margin-bottom: .65rem;
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.section-button:hover {
    background-color: #666666;
    color: #ffffff;
    text-decoration: none;
}
/** 
    Pagination
*/

.pagination {
    margin-bottom: 0;
}
.pagination-container {
    margin: 16px 0 0 0;
    padding-top: 16px;
}

.pagination-container > .section-pagination {
    margin-left: 0px;
    padding: 4px 15px 4px 15px;
    width: 100%;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
}
/**
    Frontpage Most Popular
*/

.frontpage-most-popular-block-label {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    padding-top: 1rem;
}

@media (min-width: 575px) {
    .frontpage-most-popular-left-col {
        padding-right: 0;
    }
    .frontpage-most-popular-right-col {
        padding-left: 0;
    }
}


.frontpage-most-popular-teaser {
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
}

.frontpage-most-popular-teaser a:hover .frontpage-most-popular-headline {
    text-decoration: underline;
}

.frontpage-most-popular-teaser a:hover .frontpage-most-popular-rank {
    background-image: url(/wp-content/themes/durango/images/dh-mp-background.png);
}

.frontpage-most-popular-headline {
    color: #666666;
    display: inline-block;
    width: 60%;
    font-family: "grad", Georgia, serif;
    color: #666666;
    font-size: 1rem;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
}

.frontpage-most-popular-rank {
    display: inline-block;
    background-image: url(/wp-content/themes/durango/images/gray-mp-background.png);
    background-position: 50% 0%;
    background-repeat: no-repeat;
    height: 60px;
    font-family: "grad", Georgia, serif;
    font-size: 45px;
    line-height: 55px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
}

.frontpage-most-popular-stories .frontpage-most-popular-teaser {
    border-top: 1px solid #d7d7d7;
}

.frontpage-most-popular-stories .frontpage-most-popular-teaser:first-child {
    border-top: none;
}

/**
    Background gradient
*/

.frontpage-wrapper {
    background: linear-gradient(to bottom, #fff 10%, #e1e1e1 100%);
}

/**
    Sidebar photo/video slider
*/
.sidebar-photo-video-block-container {
    background-color: #fff;
    padding-left: 0.9375rem;
    padding-bottom: 0.9375rem;
    padding-right: 0.9375rem;
    border-top: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    margin-top: 1rem;
}

.sidebar-photo-video-block {
    background-color: #fff;
    margin-bottom: 0px;
    border-bottom: 1px solid #000;
    justify-content: space-between;
    display: flex;
}

.sidebar-photo-video-block a {
    color: #000 !important;
}
.sidebar-photo-video-block h3 {
    color: #000 !important;
    border-bottom: 6px solid #000;
}

.sidebar-photo-video-headline a {
    font-family: "grad", Georgia, serif;
    font-size: 1.15rem;
    line-height: 1.35rem;
    margin-top: .5rem;
    margin-bottom: 1rem;
    padding-bottom: .75rem;
    color: #666666;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.sidebar-photo-video-headline a:hover {
    color: #999;
    text-decoration: underline !important;
}

.sidebar-photo-video-text {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    font-size: .85rem;
    text-align: left;
    line-height: 1.5;
}
.sidebar-photo-video-text p {
    margin-bottom: 4px;
}

.sidebar-photo-video-text a {
    color: #666666;
    text-decoration: none !important;
}

.sidebar-photo-video-text a:hover {
    text-decoration: underline !important;
}

.sidebar-photo-video-socials {
    text-align: right;
    margin-top: 0.5rem;
}

.sidebar-photo-video-socials a {
    display: inline-block;
}

.sidebar-photo-video-socials .fa-facebook-square {
    color: #3b5998;
}

.sidebar-photo-video-socials .fa-twitter {
    color: #55acee;
}

.sidebar-photo-video-socials .fa-envelope {
    color: #990000;
}

.sidebar-photo-video-block #slick-nav-photo-video-sidebar {
    display: inline-block;
}

.sidebar-photo-video-block #slick-nav-photo-video-sidebar {
    display: inline-block;
}

#slick-nav-photo-video-sidebar .slick-arrow {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
}

#slick-nav-photo-video-sidebar .slick-prev {
    left: unset;
} 

#slick-nav-photo-video-sidebar .slick-next {
    right: unset;
} 

#slick-nav-photo-video-sidebar .slick-arrow:before {
    font-size: 1.75rem;
    color: #990000;
}

.sidebar-photo-video-slider .slick-active > div {
    margin: auto;
}

.sidebar-photo-video-slider {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}

/**
    Sidebar Most Popular / Most Recent
*/

.sidebar-most-popular-most-recent-list {
    padding-inline-start: 0;
    padding-top: 1rem;
    margin-bottom: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.sidebar-most-popular-most-recent-item {
    list-style-type: none;
}

.sidebar-most-popular-most-recent-item h3 {
    font-size: 1.65rem;
    font-family: "bourbon", "Teko", sans-serif;
    text-transform: uppercase;
    line-height: 1.4;
    font-style: normal;
    font-weight: normal;
}

.sidebar-most-popular-most-recent-item.active h3 {
    border-bottom: 6px solid #000000;
}

.sidebar-most-popular-most-recent-label {
    cursor: pointer;
    color: #cacaca;
    padding-bottom: 5px;
    margin-bottom: -5px;
}

.sidebar-most-popular-most-recent-item.active > h3 {
    color: #666666;
}

.sidebar-most-popular-most-recent-label:hover {
    color: #990000 !important;
}

.sidebar-most-popular-most-recent-list-container {
    border-bottom: 1px solid #e6e6e6;
}

.sidebar-most-popular-most-recent-container {
    margin-bottom: 1rem;
}

.sidebar-most-popular-most-recent-article-link-container {
    font-family: "grad", Georgia, serif;
    font-size: 1.15rem;
    line-height: 1.15em;
    font-weight: normal;
    display: flex;
    align-content: center;
}

.sidebar-most-popular-most-recent-article-link {
    color: #666666;
    text-decoration: none;
}

.sidebar-most-popular-most-recent-article-link:hover {
    color: #999 !important;
    text-decoration: underline !important;
}

.sidebar-most-popular-most-recent-article {
    margin-bottom: .75rem;
    padding-bottom: .75rem;
    margin-left: 15px;
    margin-right: 15px;
}

.sidebar-most-popular-most-recent-article:not(:last-of-type) {
    border-bottom: 1px solid #d7d7d7;
}

.sidebar-most-popular-most-recent-article-list {
    margin-left: -15px;
    margin-right: -15px;
}

.sidebar-most-popular-most-recent-article-image-container {
    padding-left: 0;
}

.sidebar-most-popular-most-recent-article-link-container {
    padding-right: 0;
}

.sidebar-most-popular-most-recent-item:first-of-type {
    padding-right: 20px;
}

.sidebar-most-popular-most-recent-item:first-of-type h3::after {
    content: "";
    display: inline-block;
    border-right: 1px solid #d7d7d7;
    position: relative;
    left: .65rem;
    top: 2px;
    height: 24px;
}
/**
    Sidebar Menu CSS
*/

/* Base theme override */
.navbar-nav > li:hover > ul, #sidebarMenu .list-group > li:hover > ul {
    display: none;
}

@media (max-width: 479px) {
    .sidebarMenu {
        padding-top: 0 !important;
    }
}


@media (max-width: 767px) {
    #sidebarMenu ul.sidebar-dropdown-menu {
        display: block !important;
    }
}

#sidebarMenu #menu-hamburger-menu {
    padding-left: 10px;
    padding-right: 0;
    padding-top: 10px;
}

#sidebarMenu #menu-hamburger-menu > li.nav-item:last-child {
    margin-bottom: 9rem;
}

#sidebarMenu li a {
    padding-left: 7px;
    padding-bottom: 7px;
    padding-top: 8px;
    font-size: 16px;
    font-weight: 600;
}

#sidebarMenu li a:hover {
    background: linear-gradient(to right, #000 0%, #000 75%, transparent 95%, transparent 100%);
}

#sidebarMenu li a.dropdown-item:hover {
    background: linear-gradient(to right, #666 0%, #666 75%, rgba(102,102,102,0) 95%, rgba(102,102,102,0) 100%);
    border-radius: 3px;
}

#sidebarMenu hr.sidebarMenuLine {
    margin-left: 0;
    margin-right: 10px;
    color: white;
    opacity: 0.5;
}

#sidebarMenu li a.dropdown-item {
    font-size: 15px;
    font-weight: 100;
    padding-bottom: 0;
}

#sidebarMenu ul.sidebar-dropdown-menu {
    padding-left: 10px;
    padding-bottom: 12px;
    width: 100%;
}

#sidebarMenu ul.sidebar-dropdown-menu li a {
    font-size: 15px;
}

#sidebarMenu li.menu-item-has-children .sidebarMenuLine {
    display: none;
}

.sidebarMenu {
    z-index: 100 !important;
}

#sidebarMenu li a.dropdown-item {
    font-size: 14px;
    font-weight: 100;
}

#sidebarMenu .fa.fa-angle-down {
    color: white;
    border: 1px solid white;
    border-radius: 30px;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 18px;
}

#sidebarMenu .fa.fa-angle-down:hover {
    color: #990000;
    border: 1px solid #990000;
}

#sidebarMenu .dropdown-icon {
    margin-top: auto;
    margin-bottom: auto;
}

#sidebarMenu .dropdown.row.nav-item {
    margin-left: 0;
    margin-right: 0;
}

#sidebarMenu ul.sidebar-dropdown-menu {
    display: none;
}

/**
    RSS Feeds CSS
*/

.feeds-main .block {
    margin-bottom: 15px;
}

.feeds-main .body {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 17px;
    color: #666666;
    line-height: 22px;
}

.feeds-main .heading {
    font-family: "grad", Georgia, serif;
    font-size: 23px;
    font-weight: bold;
    color: #666666;
}

.feeds-main .links {
    margin-top: 10px;
    padding-left: 25px;
}

.feeds-main .links li {
    line-height: 23px;
}

.feeds-main .links li a {
    color: #666666;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 17px;
}

.feeds-main ul.links li.sublist {
    list-style: disc;
}

#static-page .copyright-heading {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 6px;
}

#static-page .copyright-body {
    font-family: "grad", Georgia, serif;
    color: #333;
    font-size: 16px;
}

#static-page .header {
    margin-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
    margin-top: 45px;
}

#static-page .header .text{
    font-family: "bourbon", "Teko", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    color: #666666;
    border-bottom: 6px solid #990000;
    display: inline-block;
}

/* 
* Advertisement CSS 
*/

.advertisement #right-rail-square {
    padding-top: 30px;
    padding-bottom: 30px;
}

.advertisement #right-rail-rectangle {
    padding-bottom: 30px;
}

.advertisement.leaderboard-ad {
    padding-bottom: 30px;
}

/**
    Flavor of Durango
*/

.flavor-of-durango {
    background-image: url(/wp-content/themes/durango/images/2019-flavor-guide-photo-ea145b7b56e53b06146d0571955828b5566bdb88552b38a8219332bd26d90f00.png);
    background-size: cover;
    min-height: 100%;
}

.spacer {
    margin-top: 1rem;
}

.leaderboard-ad {
    text-align: center;
    margin: 0 auto 1rem auto;
    line-height: 0;
}

.flavor-of-durango .label {
    font-family: "proxima-nova", Arial, sans-serif;
    line-height: 1.5;
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
}

.flavor-of-durango .guide {
    padding: 0 4rem !important;
    margin: auto 0;
    min-height: 100%;
}

/**
    Be a Member
*/

div.membership {
    margin-top: 64px;
}

.membership-block {
    margin-bottom: 3.5rem;
}

.membership-logo {
    width: 100%;
    padding-bottom: .5rem;
}

.membership-tier {
    height: 100%;
    position: relative;
    border: 3px solid #990000;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
    background-color: #cacaca;
}

.membership-tier-logo {
    display: flex;
    justify-content: center;
    margin-top: -3.25rem;
    margin-bottom: .25rem;
}

.membership-tier-logo img {
    height: 100px;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}

.membership-tier-price {
    text-align: center;
    padding: .5rem 0;
    background-color: #FF0000;
    text-transform: uppercase;
}

.membership-tier  .membership-tier-price-text {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    color: #fefefe;
    font-size: 1.9375rem;
    line-height: 1.4;
}

.membership-tier.bronze .membership-tier-price {
    background-color: #990000;
}

.membership-tier.silver .membership-tier-price {
    background-image: linear-gradient(to right, #900, red 95%);
}

.membership-tier.gold .membership-tier-price {
    background-image: linear-gradient(to right, #900, red 60%);
}

.membership-tier.platinum .membership-tier-price {
    background-image: linear-gradient(to right, #900, red 80%);
}

.membership-tier-list {
    position: relative;
    margin-bottom: -4rem;
}

.membership-tier-list ul {
    padding: .5rem 1rem;
    margin: 0;
    margin-bottom: 1rem;
    list-style-type: none;
}

.membership-tier-list ul li {
    line-height: 1.3;
    padding: .5rem 0;
    font-weight: bold;
}

.membership-tier-list ul li:not(:last-child) {
    border-bottom: 1px solid #cacaca;
}

.membership-tier-list ul li:last-child {
    padding-bottom: 3.5rem;
}

.membership-tier-button {
    position: absolute;
    bottom: 0;
    margin-bottom: 1.5rem;
    width: 100%;
    text-align: center;
}

.membership-tier-button a {
    bottom: 0;
    margin-bottom: 1.5rem;
    width: 100%;
    text-align: center;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    color: #fefefe !important;
    background-color: #FF0000;
    padding: .5rem 1.5rem;
    font-weight: 600;
    border-radius: 20px;
}

.membership-tier.bronze .membership-tier-button a {
    background-color: #990000;
}

.membership-tier.silver .membership-tier-button a {
    background-image: linear-gradient(to right, #900, red 95%);
}

.membership-tier.gold .membership-tier-button a {
    background-image: linear-gradient(to right, #900, red 60%);
}

.membership-tier.platinum .membership-tier-button a {
    background-image: linear-gradient(to right, #900, red 80%);
}

.membership-tier .membership-tier-button:hover {
    text-decoration: underline !important;
}

.membership-notes p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

.membership-notes p a {
    color: #990000;
    text-decoration: none !important;
}

.membership-notes p a:hover {
    color: #990000;
    text-decoration: underline !important;
}


.thank-you-image img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    font-family: "grad", Georgia, serif;
    color: #333333;
}

/**
    Comics
*/
.comics-root {
    margin-top: 4rem;
}

.comics-notes h5 {
    font-family: "grad", Georgia, serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #666666;
    margin: 1rem 0 .25rem 0;
}

.comics-notes p {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 1em;
    color: #666666;
    line-height: 1.25rem;
    text-align: left;
}

/**
    Puzzles
*/

.puzzles-root {
    margin-top: 4rem;
}

div#kingpuzz {
    width: 100%;
}

/**
    Horoscopes
*/

.horoscopes-root {
    margin-top: 4rem;
}

/**
    Columnists
*/

.category-block-label-columns {
    padding-top: 12px;
    margin-bottom: 1.25rem;
}

.category-block-label-columns h3 {
    display: inline-block;
    font-size: 1.8rem;
    font-family: "bourbon", "Teko", sans-serif;
    text-transform: uppercase;
    color: #666666;
    border-bottom: 6px solid #990000;
    margin-bottom: -3px;
    padding-bottom: 0;
    line-height: 1.4;
}

.category-block-label-columns h3 a {
    color: #666666;
    text-decoration: none;
}

.category-block-label-columns h3 a:hover {
    color: #990000 !important;
    text-decoration: none;
}

.columns-container {
    background-color: #fff;
    padding: 1rem;
    padding-top: .5rem;
    margin-bottom: 1rem;
}

.columns-container-section {
    background-color: #fff;
    padding-top: .5rem;
}

.columnist-card-outer, .columnist-card-outer-wide {
    background-color: #fff;
    text-align: center;
}

.columns-container-section .columnist-card-outer {
    padding-bottom: 1rem;
}

.columns-container-section .columnist-card-outer-wide {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.columnist-card-inner {
    height:100%;
    border: 1px solid #d7d7d7;
    padding: 1rem;
}

.columnist-image-container {
    height: 101px;
    width: 101px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
    border: 4px solid #990000;
}

.columnist-column {
    font-family: "grad", Georgia, serif;
    color: #000000;
    font-weight: 800;
    margin-top: .25rem;
    line-height: 1.15em;
    hyphens: none;
    font-size: 1.9375rem;
    margin-bottom: 0.5rem;
}

.columnist-column > a {
    color: #000000;
}

.columnist-column > a:hover {
    color: #666666;
    text-decoration: underline !important;
}

.columnist-headline {
    font-family: "grad", Georgia, serif;
    color: #000000;
    font-size: 1.25rem;
    font-weight: 800;
    margin-top: .25rem;
    margin-bottom: 0.25rem;
}

.columnist-headline > a {
    color: #000000;
}

.columnist-headline > a:hover {
    color: #666666;
    text-decoration: underline !important;
}

.columns-container-section .columnist-card-outer:not(:nth-child(1)):not(:nth-child(2)) {
    padding-top: 1rem;
}

.section-columnist-container {
    margin-bottom: 0.5rem;
}

.columnist-name {
    font-family: "proxima-nova", Arial, sans-serif;
    color: #999;
    font-size: 1.25rem;
    font-weight: 800;
    margin-top: .25rem;
    line-height: 1.15em;
}

.columnist-label {
    line-height: 1.6;
    font-weight: bold;
    font-family: "grad", Georgia, serif;
    color: #333333;
}

.columnist-email a {
    color: #666666;
    text-decoration: none;
    font-family: "grad", Georgia, serif;
    line-height: 1.6;
    font-weight: 400;
}

.columnist-email a:hover {
    color: #990000 !important;
    text-decoration: underline !important;
}

.section-column-label {
    font-family: "grad", Georgia, serif;
    color: #000000;
    font-weight: 800;
    margin-top: .25rem;
    line-height: 1.15em;
    hyphens: none;
    font-size: 1.9375rem;
    margin-bottom: 0.5rem;
}

.section-column-label a {
    color: #000000;
    text-decoration: none;
}

.section-column-label a:hover {
    color: #666666 !important;
    text-decoration: underline !important;
}

.columnist-twitter-button {
    background-color: #2199eB;
    border-radius: 4px;
    padding: .15rem .45rem;
    color: #fff !important;
    font-size: .75rem;
    font-weight: 600;
    margin-top: .5rem;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    font-family: "proxima-nova", Arial, sans-serif;
}

.columnist-twitter-button:hover {
    background-color: #318cca !important;
    text-decoration: underline !important;
}

.everyboard-max-height .columns-container-section {
    height: 100%;
}

.everyboard-max-height .columnist-card-outer {
    height: 100%;
}

/*
* WEATHER MODAL CSS
*/

#weatherModal .modal-dialog {
    max-width: 1000px !important;
    text-align: center;
}

#weatherModal .modal-header {
    text-align: center;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    border-bottom: 3px solid #fff;
    display: inline-block;
    margin: 0 auto;
    padding-bottom: 0;
}

.modal-backdrop
{
    opacity:0.9 !important;
}

#weatherModal .modal-content {
    background: rgba(0, 0, 0, 0);border: none;
    color: white;
    padding-top: 15px;
}

#weatherModal .weather-credit {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

#weatherModal button.close {
    color: white;
    opacity: 1;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding-bottom: 5px;
    font-weight: 700;
}

#weatherModal button.close.bottom {
    margin-top: 45px;
}

#weatherModal .weather-summary {
    color: #fff;
    font-family: "grad", Georgia, serif;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 24px;
    text-align: center;
}

#weatherModal .weather-container .day .temperature {
    font-family: "grad", Georgia, serif;
    text-transform: none;
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
    margin-bottom: 15px;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

#weatherModal .below-weather-buttons {
    margin-top: 30px;
}

#weatherModal .below-weather-buttons button {
    width: 32%;
    background: #E6E6E6 !important;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
}

#weatherModal .below-weather-buttons button:hover {
    background: #990000 !important;
    border-color: #990000 !important;
    color: white !important;
}

#weatherModal .below-weather-buttons button i {
    font-weight: 600;
    font-size: 15px;
    padding-right: 5px;
}

#weatherModal .below-weather-buttons button.middle {
    margin-right: 15px;
    margin-left: 15px;
}

#weatherModal .weather-container .day {
    background-color: rgba(0,0,0,0.5);
    border: 1px solid #d7d7d7;
    font-family: "bourbon", "Teko", sans-serif;
    font-size: 28px;
    text-align: center;
}

#weatherModal .weather-container .day .header {
    text-decoration: underline;
    text-transform: uppercase;
}

#weatherModal .weather-container .day .summary {
    font-family: "grad", Georgia, serif;
    text-transform: none;
    line-height: 22px;
    font-size: 17px;
    text-align: left;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 15px;
}

.header-region .header-weather-content {
    color: #333333;
    font-family: "proxima-nova", Arial, sans-serif;
}

.header-region .below-logo .weather {
    font-size: 15px;
}

.header-region .header-weather-content img {
    max-width: 45px;
}

#weatherModal .weather-container .day .forecast {
    font-family: "grad", Georgia, serif;
    text-transform: none;
    line-height: 22px;
    font-size: 17px;
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
}

#weatherModal .weather-currently img {
    max-width: 85px;
}

#weatherModal .weather-currently {
    text-align: center;
    font-family: "grad", Georgia, serif;
    font-weight: 600;
    font-size: 20px;
}

#weatherModal .weather-container .day .icon img {
    max-width: 115px;
}

#top-bar .right .weather {
    text-align: right;
    padding-right: 5px;
}

#top-bar .top-bar-weather-content img {
    max-height: 20px;
}

#top-bar .top-bar-weather-content img {
    max-height: 20px;
    padding-right: 10px;
}

#top-bar .top-bar-weather-content {
    font-family: "grad", Georgia, serif;
    font-weight: 700;
    font-size: 15px
}

#top-bar .right button.btn.btn-primary {
    border-color: transparent !important;
}

.frontpage-weather-link {
    color: #333;
}

.frontpage-weather-link:hover {
    color: #333;
    text-decoration: underline !important;
}

.weather-mrec {
    margin: auto;
    padding-top: 1.5rem;
}

/**
    Podcasts
*/
.podcast-series-header {
    padding-top: 64px;
}

.podcast-series-description {
    margin-top: 1rem;
    padding: .75rem;
    border-radius: .15rem;
    background: #e6e6e6;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 800;
    font-size: 1.15rem;
    line-height: 1.2;
}

.podcast-series-image-container {
    display: flex;
    justify-content: center;
}

.podcast-series-image {
    height: 20vw;
}

.podcast-link-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.podcast-label {
    padding-top: 12px;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #d7d7d7;
    padding-left: 0;
    padding-right: 0;
}

.podcast-label h3 {
    display: inline-block;
    font-size: 1.8rem;
    font-family: "bourbon", "Teko", sans-serif;
    text-transform: uppercase;
    color: #666666;
    border-bottom: 6px solid #990000;
    margin-bottom: -3px;
    padding-bottom: 0;
    line-height: 1.4;
}

.podcast-section-articles > .row {
    padding-left: 15px;
    padding-right: 15px;
}

.podcast-section-sidebar {
    min-height: 225px;
}

.podcast-section-sidebar > .row {
    padding-left: 15px;
    padding-right: 15px;
}

.podcast-section-link-button.section-link-button {
    max-width: 49%;
}

@media screen and (max-width: 39.99875em) {
    .podcast-series-image {
        height: 50vw;
    }
    .podcast-section-link-button.section-link-button {
        min-width:100%
    }
}

.podcast-episode-image-container {
    padding-left: 0;
}

.podcast-episode-info-container {
    padding-right: 0;
}

.podcast-episode-headline {
    font-weight: 800;
    font-size: 1.75rem;
    font-family: 'grad', serif;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.podcast-episode-pubdate {
    font-family: 'proxima-nova', Arial, sans-serif;
    font-size: .85rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.podcast-episode-body {
    margin-top: 16px;
    padding-left: 0;
    padding-right: 0;
}

.podcast-episode-body > .article__body {
    margin-bottom: 0;
}

.podcast-episode-body p {
    font-size: 1rem;
    color: #666666;
    font-family: 'grad', serif;
    font-weight: normal;
    line-height: 1.5;
}

.podcast-episode-separator {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: solid 1px #d7d7d7;
}

.podcast-title {
    text-align: center;
}

.podcast-title a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    font-family: "grad", Georgia, serif;
    font-weight: 600;
}

.podcast-title a:hover {
    text-decoration: underline !important;
    color: #990000 !important;
}

.podcast-count {
    font-family: "grad", Georgia, serif;
    font-weight: 400;
    line-height: 1.5;
}

.podcast-description {
    text-align: left;
    margin-bottom: .75rem;
    line-height: 1.6;
    font-family: "grad", Georgia, serif;
    color: #333333;
}

.listen-now-container {
    padding-left: 0;
    padding-right: 0;
}

.section-link-button-red {
    display: block;
    min-width: 100%;
    background-color: #990000;
    color: #ffffff;
}

.section-link-button-red:hover {
    background-color: #666666 !important;
}

.podcast-section-links .podcast-link-buttons {
    padding-left: 0;
    padding-right: 0;
}

.podcast-image {
    width: 100%;
}

.podcast-series {
    padding-bottom: 60px;
}

.podcast-embed-container {
    padding: 0;
}

.jwplayer {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.jwplayer.jw-flag-audio-player {
	background-color: #000 !important;
}

.jw-button-color {
    color: #fff;
}

.living-sports .jwplayer .jw-progress, .living-sports .jwplayer .jw-rail {
    background-color: #00aeef;
}

.living-sports .jwplayer .jw-knob {
    background-color: #ef3f4a;
}

.in-your-ear .jwplayer .jw-progress, .in-your-ear .jwplayer .jw-rail {
    background-color: #990000;
}

.in-your-ear .jwplayer .jw-knob {
    background-color: #fff;
}

/**
    La Plata Leaders & Montezuma Leaders
*/

.local-reps-header {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 1em;
}

.local-reps-header img {
    width: 6rem;
    display: block;
    margin: auto;
    height: auto;
}

.local-reps-header h1 {
    font-family: "grad", Georgia, serif;
    font-weight: 600;
    font-size: 4rem;
    color: #002868;
    width: 100%;
    text-align: center;
    line-height: 1.1;
}

.selection-container {

}

.selection-label {
    display: inline-block;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #333333;
}

.selection-list {
    width: 45%;
    margin-left: .5rem;
    margin-bottom: 1rem;
    border: 1px solid #000000;
    border-radius: 4px;
    height: auto;
    padding: 0.25rem .5rem;
    line-height: 1.5;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    color: #0a0a0a;
    appearance: none;
}

.la-plata-leaders-card-outer, .montezuma-leaders-card-outer {
    padding: 1rem;
    text-align: center;
    font-family: "proxima-nova", Arial, sans-serif;
}

.la-plata-leaders-card-inner, .montezuma-leaders-card-inner {
    border: 1px solid #d7d7d7;
    padding: 1rem;
    height: 100%;
}

.la-plata-leaders-image-container, .montezuma-leaders-image-container {
    height: 101px;
    width: 101px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
    border: 4px solid #990000;
    padding: 0;
}

.la-plata-leaders-image, .montezuma-leaders-image {
    min-height: 100%;
    min-width: 100%;
}

.la-plata-leaders-name, .montezuma-leaders-name {
    font-family: "proxima-nova", Arial, sans-serif;
    color: #999;
    font-size: 1.25rem;
    font-weight: 800;
    margin-top: .25rem;
    line-height: 1.15em;
}

.la-plata-leaders-subtitle, .montezuma-leaders-subtitle {
    margin-top: .25rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-family: "proxima-nova", Arial, sans-serif;
    line-height: 1.4;
}

.la-plata-leaders-title, .montezuma-leaders-title {
    font-family: "grad", Georgia, serif;
    color: #000000;
    font-weight: 800;
    margin-top: .25rem;
    line-height: 1.15em;
    hyphens: none;
    font-size: 1.9375rem;
    margin-bottom: 0.5rem;
}

.la-plata-leaders-phone-container, .montezuma-leaders-phone-container {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-family: "grad", Georgia, serif;
    color: #333333;
}

.la-plata-leaders-phone, .montezuma-leaders-phone {
    color: #666666;
    text-decoration: none;

}

.la-plata-leaders-phone:hover, .montezuma-leaders-phone:hover {
    color: #990000 !important;
    text-decoration: underline !important;
}

.la-plata-leaders-email-container, .montezuma-leaders-email-container {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-family: "grad", Georgia, serif;
    color: #333333;
}

.la-plata-leaders-email, .montezuma-leaders-email {
    color: #666666;
    text-decoration: none;
}

.la-plata-leaders-email:hover, .montezuma-leaders-email:hover {
    color: #990000 !important;
    text-decoration: underline !important;
}

.la-plata-leaders-twitter, .montezuma-leaders-twitter {
    background-color: #2199eB;
    border-radius: 4px;
    padding: .15rem .45rem;
    color: #fff !important;
    font-size: .75rem;
    font-weight: 600;
    margin-top: .5rem;
    display: inline-block;
    text-decoration: none;
}

.la-plata-leaders-twitter:hover, .montezuma-leaders-twitter:hover {
    background-color: #318cca;
    text-decoration: underline !important;
}

/** 
    Empty Page
*/

@media screen and (min-width: 48em) {
    .empty-root {
        margin-top: 3rem;
    }
}

@media (max-width: 767px) {
    .empty-root {
        margin-bottom: 30px;
    }
}

/**
    Paywall
*/

#paywall-header-link {
    padding-right: 6px;
}

#paywall-notice .alert, #paywall-notice p.alert {
    padding: .35rem .65rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    font-size: .875rem;
    font-weight: 600;
    font-family: proxima-nova, serif;
}
#paywall-notice .alert.alert-success, #paywall-notice p.alert.alert-success {
    background: #cacaca;
    color: #000;
}
#paywall-notice .alert.alert-success a, #paywall-notice p.alert.alert-success a {
    color: #000;
    text-decoration: underline !important;
}
#paywall-notice .alert.alert-danger, #paywall-notice p.alert.alert-danger {
    background: #900;
    color: #fff;
}
#paywall-notice .alert.alert-danger a, #paywall-notice p.alert.alert-danger a {
    color: #fff;
    text-decoration: underline !important;
}

/**
* SEARCH PAGE CSS
**/

.search_page_title .logo {
    background-color: #000;
    border-radius: 4px;
    padding: .5rem;
    margin-right: .5rem;
    display: inline-block;
    height: 50px;
}

.search_page_title .logo img {
    max-width: 45px;
}

@media(min-width:767px) {
    div#search-page {
        margin-top: 50px;
    }
}

#search-page .leaderboard-advertisment {
    margin-top: 15px;
    margin-bottom: 15px;
}

#search-page .search-filter-container {
    font-family: "proxima-nova", Arial, sans-serif;
    justify-content: center;
    flex-wrap: wrap;
    border-radius: 15px;
    box-shadow: none !important;
    padding: 20px;
    background: #E6E6E6;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 0;
}

#search-page .teaser-body {
    font-family: "grad", Georgia, serif;
    font-size: 16px;
    margin-bottom: 10px;
}

#search-page .search_results_query {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 30px;
    padding-bottom: 5px;
}

#search-page select {
    height: 2.4375rem;
    padding: 0.5rem;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    width: 100%;
}

#search-page .teaser-body {
    font-family: "grad", Georgia, serif;
    font-size: 16px;
    margin-bottom: 10px;
}

#search-page .bottom-teaser {
    font-family: "grad", Georgia, serif;
    font-size: 14px;
}

#search-page .bottom-teaser .left {
    font-weight: bold;
}

#search-page .bottom-teaser .date, .bottom-teaser .category {
    padding-right: 10px;
}

#search-page  .teaser-image {
    padding-bottom: 14px;
    padding-left: 15px;
}

#search-page .filters-container {
    margin-top: 30px;
}

#search-page button#searchSortFilter, #search-page button#searchCategoryFilter {
    width: 100%;
}

#search-page .search_page_form {
    padding-bottom: 10px;
    padding-right: 50px;
    margin-bottom: 10px;
}

#search-page .section-pagination {
    font-family: "proxima-nova", Arial, sans-serif;
}

#search-page .teaser__headline {
    font-family: "grad", Georgia, serif;
    font-size: 28px;
    font-weight: 600;
}

#search-page .teaser-content a {
    color: black;
}

#search-page .search_page_form input#searchsubmit {
    border-radius: unset;
    background-color: #990000 !important;
    border-color: #990000 !important;
}

#search-page .search_page_title {
    font-family: "bourbon", "Teko", sans-serif;
    text-transform: uppercase;
    color: #666666;
    border-bottom: 1px solid #d7d7d7;
}

#search-page .search_page_title .text {
    border-bottom: 6px solid #990000;
    display: inline-block;
}

#searchButtonModal .modal-body {
    text-align: center;
    font-family: "grad", Georgia, serif;
    font-size: 31px;
    font-weight: 600;
}

#searchButtonModal .modal-dialog {
    max-width: 600px;
    margin-top: 80px;
}

#searchButtonModal .input-group {
    font-family: "proxima-nova", Arial, sans-serif;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}

#searchButtonModal .input-group-append {
    display: block;
}

#searchButtonModal .searchform .input-group-append .btn {
    z-index: auto;
    background-color: #990000 !important;
    border-radius: 15px;
    font-size: 15px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-color: #990000 !important;
}

#searchButtonModal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

#search-page .search-image .teaser-image {
    padding-left: 0;
    padding-right: 0;
}

#search-page.search-images .headline a {
    font-family: proxima-nova,Arial,sans-serif;
    color:#666;
}

#search-page.search-images .headline b {
    color: black;
    font-weight: 600;
}

#search-page.search-images .search-image.teaser .modal-dialog {
    max-width: 1000px;
}

#search-page.search-images .search-image.teaser .modal-header .headline {
    margin-left: auto;
}

#search-page.search-images .search-image.teaser .modal-body img {
    max-height: 650px;
}

#search-page.search-images .search-image.teaser .modal-footer {
    border-top: 0;
}

#search-page.search-images .search-image.teaser .modal-body {
    text-align: center;
}

#search-page.search-images .search-image.teaser .modal-content {
    background: black;
    color: white;
    font-family: helvetica neue,Helvetica,Roboto,Arial,sans-serif;
}

#search-page.search-images .search-image.teaser button.close {
    color: white;
    opacity: 1;
}

#search-page.search-images .search-image.teaser .modal-header {
    border-bottom: 0;
}

#search-page.search-images .search-image.teaser .right {
    text-align: right;
    padding-right: 30px;
}

#search-page.search-images .headline {
    line-height: 22px;
    font-size: 13.8px;
}

#search-page.search-images .search_results_query {
    font-size: 26px;
    margin-top: 0;
}

#search-page .search-filter-container button.btn {
    background: #990000 !important;
    color: white !important;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
}

#search-page .search-filter-container .switch-button {
    margin-top: auto;
}

#search-page .search-filter-container .switch-button i {
    padding-right: 10px;
}

#search-page .search-filter-container .switch-button a {
    color: white;
}

/**
*   Galleries
*/

#galleries-featured-info {
    padding: 1rem;
    margin-bottom: 50px;
}

#galleries-featured-social-icons {
    text-align: right;
    margin-top: 0.5rem;
}

#galleries-featured-social-icons a {
    display: inline-block;
}

#galleries-featured-social-icons .fa-facebook-square {
    color: #3b5998;
}

#galleries-featured-social-icons .fa-twitter {
    color: #55acee;
}

#galleries-featured-social-icons .fa-envelope {
    color: #990000;
}

#galleries-featured-social-icons i.fa {
    margin-top: 0.25rem;
}

#galleries-featured-title {
    font-family: grad,Georgia,serif;
    font-weight: 700;
    line-height: 1.08em;
    margin-bottom: .5rem;
    font-size: 2rem;
    color: #333;
}

#galleries-featured-title a {
    color: #333;
    text-decoration: none;
}

#galleries-featured-title a:hover {
    color: #999 !important;
    text-decoration: underline !important;
}

#galleries-featured-subheadline {
    font-family: grad,Georgia,serif;
    color: #666;
    font-weight: 400;
    line-height: 1.08em;
    margin-bottom: .75rem;
    font-size: 1.5rem;
}

#galleries-featured-subheadline a {
    color: #666;
    text-decoration: none;
    padding: 0;
}

#galleries-featured-subheadline a:hover {
    color: #999 !important;
    text-decoration: underline !important;
}

#galleries-more-galleries-container {
    overflow: hidden;
    transition: height 0.5s linear 0s;
}


.galleries-article-image {
    width: 260px;
}

@media (min-width: 768px) {
    .galleries-article-image {
        width: 250px;
    }
}

@media (min-width: 992px) {
    .galleries-article-image {
        width: 228px;
    }
}

.galleries-article-image-count {
    position: absolute;
    top: .75rem;
    left: 1.75rem;
    font-size: .85rem;
    font-weight: 600;
    padding: .35rem .65rem;
    background-color: rgba(0,0,0,0.5);
    border-radius: 2px;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .galleries-article-image-count {
        position: relative;
        width: 100%;
        font-size: .75rem;
        background-color: #000000;
        top: 0;
        left: 0;
        border-radius: 0;
    }
}

.galleries-article-image-count a {
    color: #fff;
    font-family: "proxima-nova", Arial, sans-serif;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

.galleries-article-image-count a:hover {
    text-decoration: underline !important;
}

.galleries-article-title {
    color: #333333;
    line-height: 1.25em;
    margin-top: .75rem;
    margin-bottom: 1.5rem;
}

.galleries-article-title a {
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    font-family: "grad", Georgia, serif;
    color: #333333;
}

.galleries-article-title a {
    text-decoration: none;
}

.galleries-article-title a:hover {
    text-decoration: underline !important;
}

.more-galleries-button-container {
    text-align: center;
}

.more-galleries-button {
    color: #333333;
    background-color: #f2f2f2;
    text-decoration: none;
    display: inline-block;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    border-radius: 4px;
    padding: 0.85rem 2rem;
    font-size: 0.75rem;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    border: 1px solid transparent;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.more-galleries-button:hover {
    color: #fff !important;
    background-color: #990000;
    text-decoration: underline;
}

.more-galleries-button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

/**
* TRENDING TAGS
**/

.trending_tags {
    position: relative;
    font-family: proxima-nova,Arial,sans-serif;
    border: none;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: .85rem;
}

.trending_tags .tag {
    text-align: center;
}

.trending_tags .tag a {
    color: #949494;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.trending_tags .arrows .left-arrow {
    padding-right: 10px;
}

.trending_tags .arrows i {
    font-size: 18px;
    opacity: 0.8;
    padding: 2px;
}

.trending_tags > div.row {
    display: flex;
    flex-direction: column;
}

.trending_tags > div.row .heading {
    width: 100%;
    max-width: 100%;
    text-align:center;
}

.trending_tags > div.row .tags-slider {
    width: 90%;
    max-width: 100%;
    margin: auto;
}

.trending_tags > div.row .arrows {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;    
}

/**
* Videos Section
*/
#main {
    width: 100%;
}

.videos-more-video {
    margin-bottom: 16px;
}

#videos-featured-video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

#videos-featured-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#videos-featured-video-headline {
    padding-top: 16px;
    margin-bottom: .5rem;
}

#videos-featured-video-headline a {
    font-family: grad,Georgia,serif;
    font-weight: 700;
    line-height: 1.08em;
    margin-bottom: .5rem;
    font-size: 2rem;
    color: #333;
    text-decoration: none !important;
}

#videos-featured-video-headline a:hover {
    color: #666;
    text-decoration: underline !important;
}

#videos-featured-video-socials {
    text-align: right;
    margin-top: 0.5rem;
    padding-top: 16px;
    margin-bottom: .5rem;
}

#videos-featured-video-socials a div {
    display: inline-block;
}

#videos-featured-video-socials a div i {
    margin-top: 0.25rem;
}

#videos-featured-video-socials a.facebook-share div i {
    color: #3b5998;
}

#videos-featured-video-socials a.twitter-share div i {
    color: #55acee;
}

#videos-featured-video-socials a.email-share div i {
    color: #990000;
}

#videos-featured-video-leadin {
    font-weight: 400;
    line-height: 1.6;
    font-family: grad,Georgia,serif;
    color: #333;
    margin-bottom: 1rem;
}

#videos-more-video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

#videos-more-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#videos-more-video-headline {
    padding-left: 0;
}

#videos-more-video-headline a {
    font-family: grad,Georgia,serif;
    font-weight: 600;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
    text-decoration: none !important;
    margin-top: 0;
}

#videos-more-video-headline a:hover {
    color: #666;
    text-decoration: underline !important;
}

#videos-more-video-socials {
    text-align: left;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    padding-left: 0;
}

#videos-more-video-socials a div {
    display: inline-block;
}

#videos-more-video-socials a div i {
    margin-top: 0.25rem;
}

#videos-more-video-socials a.facebook-share div.icon-circle-border {
    margin-left: 0;
}

#videos-more-video-socials a.facebook-share div i {
    color: #3b5998;
}

#videos-more-video-socials a.twitter-share div i {
    color: #55acee;
}

#videos-more-video-socials a.email-share div i {
    color: #990000;
}

#videos-more-video-leadin {
    font-weight: 400;
    line-height: 1.6;
    font-family: grad,Georgia,serif;
    color: #333;
    margin-bottom: 1rem;
    padding-left: 0;
}

.more-videos-button-container {
    text-align: center;
}

.more-videos-button {
    color: #333333;
    background-color: #f2f2f2;
    text-decoration: none;
    display: inline-block;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    border-radius: 4px;
    padding: 0.85rem 2rem;
    font-size: 0.75rem;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    border: 1px solid transparent;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.more-videos-button:hover {
    color: #fff !important;
    background-color: #990000;
    text-decoration: underline;
}

.more-videos-button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.no-margin {
    margin: 0;
}

/*
    Other Frontpage items
*/

.frontpage-be-a-member-button {
    font-size: .9rem;
    padding: .15rem .5rem;
    margin-bottom: 0;
    background-color: #900;
    color: #fff;
    text-align: center;
    font-family: proxima-nova,Arial,sans-serif;
    font-weight: 600;
    line-height: 1.5rem;
    border-radius: 4px;
    flex: 1 0 0;
    border-style: none;
    white-space: nowrap;
}

.frontpage-be-a-member-button:hover {
    background-color: #666 !important;
    color: #fff !important;
}

/**
    Summer Guide
*/

.summer-guide {
    background-image: url(/wp-content/themes/durango/images/2019-summer-guide-photo-a88280270b4eb6d494a678bb90745489d86ca346f60912aae5739ad83b99992b.jpg);
    background-size: cover;
    min-height: 100%;
}

.spacer {
    margin-top: 1rem;
}

.leaderboard-ad {
    text-align: center;
    margin: 0 auto 1rem auto;
    line-height: 0;
}

.summer-guide .label {
    font-family: "proxima-nova", Arial, sans-serif;
    line-height: 1.5;
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
    text-align: center;
}

.summer-guide .guide {
    padding: 0 4rem !important;
    margin: auto 0;
    min-height: 100%;
}

/**
    E-Edition Page
*/
.eedition-cover {
    text-align: center;
    background: #e6e6e6;
    padding: .5rem;
}

.specialty-sites {
    text-align: center;
}

.specialty-sites-list {
    align-items: center;
}

@media screen and (max-width: 48em) {
    .specialty-sites-list {
        margin-bottom: 4em;
    }

    .specialty-sites img {
        max-width: 80%;
        max-height: 150px;
        margin: 2rem 0;
    }
}

/**
    Cartoons
*/
@media screen and (min-width: 48em) {
    .cartoons-root {
        margin-top: 3rem;
    }
}

/**
    Concept Pages
*/
.concept-page .section-article-list-root div:first-child {
    border-top: 0;
    margin-top: 0;
}

.concept-page .leaderboard-advertisement {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem;
}

/**
    Advertise with Us
*/

.advertise-header, .contact-header {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 1em;
    font-size: 2.25rem;
    color: #000;
    font-weight: 700;
    line-height: 50px;
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
}

.selection-label {
    display: inline-block;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #333333;
}

.selection-list {
    width: 45%;
    margin-left: .5rem;
    margin-bottom: 1rem;
    border: 1px solid #000000;
    border-radius: 4px;
    height: auto;
    padding: 0.25rem .5rem;
    line-height: 1.5;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    color: #0a0a0a;
    appearance: none;
}

.advertise-card-featured {
    text-align: center;
}

.advertise-text-container {
    margin-top: 3rem;
}

.advertise-text {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.advertise-card-outer {
    padding: 1rem;
    text-align: center;
    font-family: "proxima-nova", Arial, sans-serif;
}

.advertise-card-outer .advertise-card-inner {
    border: 1px solid #d7d7d7;
    padding: 1rem;
    height: 100%;
}

.advertise-image-container {
    height: 101px;
    width: 101px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden;
    border: 4px solid #990000;
    padding: 0;
}

.advertise-image, .montezuma-leaders-image {
    min-height: 100%;
    min-width: 100%;
}

.advertise-name {
    font-family: "proxima-nova", Arial, sans-serif;
    color: #999;
    font-size: 1.25rem;
    font-weight: 800;
    margin-top: .25rem;
    line-height: 1.15em;
}

.advertise-subtitle {
    margin-top: .25rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-family: "proxima-nova", Arial, sans-serif;
    line-height: 1.4;
}

.advertise-title {
    font-family: "grad", Georgia, serif;
    color: #000000;
    font-weight: 800;
    margin-top: .25rem;
    line-height: 1.15em;
    hyphens: none;
    font-size: 1.9375rem;
    margin-bottom: 0.5rem;
}

.advertise-phone-container {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-family: "grad", Georgia, serif;
    color: #333333;
}

.advertise-phone {
    color: #666666;
    text-decoration: none;

}

.advertise-phone:hover {
    color: #990000 !important;
    text-decoration: underline !important;
}

.advertise-email-container {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-family: "grad", Georgia, serif;
    color: #333333;
}

.advertise-email {
    color: #666666;
    text-decoration: none;
}

.advertise-email:hover {
    color: #990000 !important;
    text-decoration: underline !important;
}

.advertise-twitter {
    background-color: #2199eB;
    border-radius: 4px;
    padding: .15rem .45rem;
    color: #fff !important;
    font-size: .75rem;
    font-weight: 600;
    margin-top: .5rem;
    display: inline-block;
    text-decoration: none;
}

.advertise-twitter:hover {
    background-color: #318cca;
    text-decoration: underline !important;
}

.category-block-label-container .category-block-label {
    padding-left: 0;
    padding-right: 0;
}

.advertise-testimonial-quote {
    color: #666666;
    font-style: italic;
    line-height: 1.6;
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #990000;
}

.advertise-testimonial-name {
    text-align: right;
    font-style: italic;
    margin: 0;
    line-height: 1.6;
    font-family: "grad", Georgia, serif;
    color: #333333;
}

.advertise-testimonial-job {
    text-align: right;
    font-style: italic;
    margin: 0;
    font-size: 0.9rem;
    font-family: "grad", Georgia, serif;
    color: #333333;
}

.ad-example-container {
    margin-bottom: 3rem;
}

.ad-example-container .ad-type {
    border-bottom: 2px solid #990000;
    color: #000;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    padding-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.4;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}

.ad-example-container .ad-example {
    border: 2px dashed #666;
    cursor: pointer;
    margin: auto;
    font-size: 2rem;
    font-weight: bold;
    background-color: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ad-example-container .ad-example:hover {
    background-color: #c0c0c0;
}

.ad-example-container .ad-example-notes {
    text-align: right;
    font-style: italic;
    margin-bottom: 0;
    width: 970px;
    line-height: 1.6;
}

.ad-example.leaderboard {
    width: 728px;
    height: 90px;
}

.ad-example.pushdown {
    width: 970px;
    height: 90px;
}

.ad-example.interstitial {
    width: 500px;
    height: 500px;
}

.ad-example.mobile-leaderboard {
    width: 320px;
    height: 50px;
}

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

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

/**
    Frontpage featured story styling
*/
.topstories_section_main .row .teaser-content .body a {
    color: #666666;
    text-decoration: none;
}

.topstories_section_main .row .teaser-content .body a:hover {
    text-decoration: underline !important;
    color: #999;
}

.topstories_section_main .row .teaser-content .headline a {
    color: black;
    text-decoration: none;
}

.topstories_section_main .row .teaser-content .headline a:hover {
    text-decoration: underline !important;
    color: #666666;
}

.topstories_section_main .row .teaser-content .byline a:hover {
    text-decoration: underline !important;
}

/**
    FAQs page
*/
.faqs-content h6 {
    font-family: proxima-nova,Arial,sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #666;
    line-height: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0!important;
}

.faqs-content p {
    font-family: proxima-nova,Arial,sans-serif;
    font-size: 1em;
    color: #666;
    line-height: 1.25rem;
    text-align: left;
    margin-bottom: 1rem;
}

.faqs-content h5 {
    font-family: grad,Georgia,serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: #666;
    margin: 1rem 0 .25rem;
    line-height: 1.4;
}

/** 
    News Tip / Feedback Form
*/
.news-tip-description {
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-family: grad,Georgia,serif;
    color: #333;
}

.news-tip-form-container div[role="form"] {
    max-width: 100%;
    font-family: proxima-nova,Arial,sans-serif;
}

#news-tip-form label {
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}

#news-tip-form input[type="text"] {
    box-sizing: border-box;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    appearance: none;
}

#news-tip-form textarea {
    box-sizing: border-box;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    appearance: none;
}

#news-tip-row-1 {
    display: flex;
    justify-content: space-between;
}

#news-tip-full-name-container {
    width: 30%;
}

#news-tip-user-phone-container {
    width: 30%;
}

#news-tip-user-email-container {
    width: 30%;
}

#news-tip-upload-file {
    border: none !important;
    box-shadow: none !important;
    padding-left: 0 !important;
}

#news-tip-submit {
    width: 10%;
    background-color: #29c621;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.5rem;
    border-radius: 4px;
    padding: .3rem 1rem;
    flex: 1 0 0;
    border-style: none;
    margin-bottom: .65rem;
}

#news-tip-submit:hover {
    background-color: #666;
}

/**
    Letter to the Editor form
*/
.red-word-count {
    color: #900;
    font-weight: 600;
}

.letter-to-the-editor-description {
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-family: grad,Georgia,serif;
    color: #333;
}

.letter-to-the-editor-form-container div[role="form"] {
    max-width: 100%;
    font-family: proxima-nova,Arial,sans-serif;
}

#letter-to-the-editor-row-1 {
    display: flex;
    justify-content: space-between;
}

#letter-to-the-editor-full-name-container {
    width: 31%;
}

#letter-to-the-editor-user-phone-container {
    width: 31%;
}

#letter-to-the-editor-user-email-container {
    width: 31%;
}

#letter-to-the-editor-row-2 {
    display: flex;
    justify-content: space-between;
}

#letter-to-the-editor-user-city-container {
    width: 48%;
}

#letter-to-the-editor-user-state-container {
    width: 48%;
}

#letter-to-the-editor-submit-container {
    text-align: right;
}

#letter-to-the-editor-submit {
    width: 10%;
    background-color: #29c621;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.5rem;
    border-radius: 4px;
    padding: .3rem 1rem;
    flex: 1 0 0;
    border-style: none;
    margin-bottom: .65rem;
}

#letter-to-the-editor-submit:hover {
    background-color: #666;
}

.letter-to-the-editor-form-container {
    background-color: #e6e6e6;
    box-shadow: 5px 5px 30px rgb(0 0 0 / 50%);
    padding-top: 10px;
}

#letter-to-the-editor-form {
    margin: 0px 15px 15px 15px;
    padding-bottom: 15px;
}

#letter-to-the-editor-form label {
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}

.letter-to-the-editor-description p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
}

.letter-to-the-editor-description a {
    text-decoration: none;
    color: #666666;
}

.letter-to-the-editor-description a:hover {
    text-decoration: underline !important;
    color: #990000;
}

/**
    History page
*/

.durango-herald-history-image {
    min-width: 20rem;
    margin: 0 1rem 1rem 0;
    float: left;
}

.durango-herald-history-container p {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 1em;
    color: #666666;
    line-height: 1.25rem;
    text-align: left;
    margin-bottom: 1rem;
}

/**
    Circulation Notice form
*/
#circulation-notice-form-container div[role="form"] {
    max-width: 100%;   
}
#circulation-notice-form {
    width: 100%;
}

#circulation-notice-form-row-1 {
    display: flex;
    justify-content: space-between;
}

#circulation-notice-full-name-container {
    width: 31%;
}

#circulation-notice-user-phone-container {
    width: 31%;
}

#circulation-notice-user-email-container {
    width: 31%;
}

#circulation-notice-form-row-3 {
    display: flex;
    justify-content: space-between;
}

#circulation-notice-user-city-container {
    width: 49%;
}

#circulation-notice-user-state-container {
    width: 49%;
}

#circulation-notice-reason {
    display: flex;
    flex-direction: column;
}

#circulation-notice-reason span {
    margin-left: 0;
}

#circulation-notice-form-row-reason-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#circulation-notice-complaint-reason-container {
    width: 31%;
}

#circulation-notice-request-contact-container {
    width: 31%;
}

#circulation-notice-requested-action-container {
    width: 31%;
}

#circulation-notice-complaint-notes {
    width: 100%;
}

#circulation-notice-resume-year {
    width: 30%;
}

#circulation-notice-resume-month {
    width: 30%;
}

#circulation-notice-resume-day {
    width: 30%;
}

#circulation-notice-form-row-reason-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#circulation-notice-pause-when-to-stop {
    width: 31%;
}

#circulation-notice-pause-when-to-resume {
    width: 31%;
}

#circulation-notice-pause-suspend-action-container {
    width: 31%;
}

#circulation-notice-notes {
    width: 100%;
}

#circulation-notice-submit {
    width: 10%;
    background-color: #29c621;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.5rem;
    border-radius: 4px;
    padding: .3rem 1rem;
    flex: 1 0 0;
    border-style: none;
    margin-bottom: .65rem;
}

#circulation-notice-submit:hover {
    background-color: #666;
}


#circulation-notice-form label, #circulation-notice-pause-when-to-stop, #circulation-notice-pause-when-to-resume, #circulation-notice-pause-suspend-action-container, #circulation-notice-resume-when-to-resume {
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}

#circulation-notice-form-container input[type="text"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    appearance: none;
}

#circulation-notice-form-container input[type="radio"] {
    margin: 0 0.5rem 1rem 0;
}

#circulation-notice-reason .wpcf7-list-item-label {
    line-height: 1.15;
    font: 400 13.3333px Arial;
}

#circulation-notice-form select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
}

#circulation-notice-notes h5 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: normal;
}

#circulation-notice-notes p {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-family: "grad", Georgia, serif;
    color: #333333;
    font-size: 1rem;
}

#circulation-notice-user-notes-container textarea {
    height: 200px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    font-size: 1rem;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.circulation-notice-description h3 {
    font-family: "grad", Georgia, serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #666666;
    line-height: 1.4;
}

.circulation-notice-description p {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.15rem;
    color: #333333;
    margin-bottom: 1rem;
}

.circulation-notice-description table {
    margin-top: 1rem;
    background-color: white !important;
    margin-bottom: 2rem;
    border-collapse: collapse;
    width: 100%;
}

.circulation-notice-description tbody {
    border: none;
}


.circulation-notice-description th {
    border-top: none !important;
    border-bottom: 2px solid #990000;
    font-family: "grad", Georgia, serif;
    font-size: 1.25rem;
    font-weight: bold;
    color: #666666;
    padding: 0.5rem 0.625rem 0.625rem;
}

.circulation-notice-description tr {
    border-bottom: 1px solid #d7d7d7;
}

.circulation-notice-description td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 1rem !important;
    font-weight: bold;
    color: #666666;
    line-height: 1.5rem;
}

#circulation-notice-complaint-notes p {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-family: "grad", Georgia, serif;
    color: #333333;
    font-weight: normal;
}

/**
    Pathways page
*/
.pathway-card {
    margin-bottom: 2.5rem;
}

.pathway-icon-container {
    background: #900;
    border-radius: .33rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.pathway-icon-container img {
    max-width: 66%;
    padding: 1rem 0;
}

.pathway-content-container h4 {
    font-family: "grad", Georgia, serif;
    color: #666666;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-style: normal;
}

.pathway-content-container p {
    font-family: "proxima-nova", Arial, sans-serif;
    color: #666666;
    line-height: 1.5;
    margin-bottom: .75rem;
    font-weight: normal;
    font-size: 1rem;
}

.pathway-content-container a {
    color: #666666;
    text-decoration: none;
}

.pathway-content-container a:hover {
    color: #666666;
    text-decoration: underline !important;
}

.pathway-content-container ul {
    font-family: "proxima-nova", Arial, sans-serif;
    color: #666666;
    line-height: 1.5;
    margin-bottom: .75rem;
    margin-left: 1.25rem;
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 0;
}

.article-restofcontent image.image {
    min-width: 100%;
}

/**
    404
*/
.page-404-image {
    max-width: 80vh;
    margin: 0 auto;
}

.page-404-text {
    text-align: center;
}

.page-404-text h4 {
    font-family: "grad", Georgia, serif;
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.page-404-text p {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
}

.page-404-search form.searchform input[type="text"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgb(10 10 10 / 10%);
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    appearance: none;
}

.page-404-search form.searchform input[type="submit"] {
    width: 100%;
    background-color: #990000 !important;
    border-radius: 15px;
    margin-bottom: .5rem;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    color: #fefefe;
}

/**
    Hamburger menu
*/
#sidebarMenu .list-group > li:hover > ul {
    position: unset;
    display: none;
}

.opened-menu {
    display: block !important;
    position: relative !important;
}

/**
    Calendar page
*/
@media screen and (min-width: 48em) {
    .calendar-root {
        margin-top: 3rem;
    }
}

@media (max-width: 767px) {
    .calendar-root {
        margin-bottom: 30px;
    }
}
.container.calendar-root .leaderboard-advertisement {
    margin: auto;
    margin-bottom: 1rem;
}

.powered-by-text {
    text-align: right;
}

.powered-by-text h6 {
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.sgStickyWrap {
    z-index: 1;
}

/**
    Real Estate
*/

@media screen and (min-width: 48em) {
    .real-estate-listings-root {
        margin-top: 3rem;
    }
    .real-estate-special-sections-root {
        margin-top: 3rem;
    }
}

@media (max-width: 767px) {
    .real-estate-listings-root {
        margin-bottom: 30px;
    }
    .real-estate-special-sections-root {
        margin-bottom: 30px;
    }
}

.container.real-estate-listings-root {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 100% !important;
    text-align:center;
}

.real-estate-listings-root #fakeiframe {
    width: 95%;
    border: none;
}

.container.real-estate-special-sections-root {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    max-width: 100% !important;
    text-align:center;
    
}

.real-estate-special-sections-root iframe {
    width: 95%;
    height: 100vh;
    border: none;
    overflow: scroll;
}

/**
    2020 Bestof
*/
@media screen and (min-width: 48em) {
    .bestof-root {
        margin-top: 3rem;
    }
}

@media (max-width: 767px) {
    .bestof-root {
        margin-bottom: 30px;
    }
}

.container.bestof-root .leaderboard-advertisment {
    margin: auto;
    margin-bottom: 1rem;
}

.image-row {
    display: flex;
    justify-content: space-around;
}

.image-row div {
    width: 100%;
    margin: auto;
}

.image-row img {
    margin: 5px;
    padding: 5px;
    max-width: 150px;
    background-color: lightgray;
    border-radius: 10px;
    vertical-align: middle;
}

.smaller-image img {
    max-width: 100px;
}

.larger-image img {
    max-width: 200px;
}

/**
    Spingo Community Calendar Block
*/
.spingo-add-event-button-container {
    text-align: center;
}

.spingo-events-message {
    text-align: center;
    font-family: "grad", Georgia, serif;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.spingo-add-event-button {
    color: #333333;
    background-color: #f2f2f2;
    text-decoration: none;
    display: inline-block;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    border-radius: 4px;
    padding: 0.85rem 2rem;
    font-size: 0.75rem;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    border: 1px solid transparent;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.spingo-add-event-button:hover {
    color: #fff !important;
    background-color: #990000;
    text-decoration: underline;
}

/**
    2020 Best Of Banner
*/
.bestof-banner {
    width: 100%;
    margin: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: .75rem;
    border-radius: .25rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: linear-gradient(to right, #68615d, #332926);
}

.bestof-banner:hover .bestof-button {
    color: #fbc55d;
}

.bestof-banner div {
    padding: 0;
}

.bestof-text {
    font-family: "bourbon", "Teko", sans-serif;
    text-transform: uppercase;
    color: #fbc55d;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.15;
    margin: 0;
}

.bestof-button {
    display: inline;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: white;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border: solid #fbc55d 1.25px;
    border-radius: 4px;
    padding: .25rem .5rem;
}

/**
    Sponsored Content styling
*/
.small-6,
.small-12,
.medium-4,
.medium-5,
.medium-12,
.large-3,
.large-4,
.large-5,
.large-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.hide-for-small-only {
    display: none !important;
}

.column, .columns {
	-ms-flex-preferred-size:0;
	flex-basis:0;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	max-width:100%
}

.small-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.small-12 {
    -webkit-box-flex:0;
    -ms-flex:0 0 100%;
    flex:0 0 100%;
    max-width:100%
}

#nativo-full-width, #nativo-full-width-container {
    height: 100%;
}

#nativo-full-width-container {
    margin-left: -15px;
    margin-right: -15px;
}

#nativo-full-width .category-list-card, #nativo-full-width-container .category-list-card {
    border: 1px solid #d7d7d7;
    height: 100%;
    background-color: #fff;
    padding: .75rem 1rem;
}

#nativo-full-width .category-list-card > .row, #nativo-full-width-container .category-list-card > .row {
    margin-left: -15px;
    margin-right: -15px;
}

#nativo-full-width .section-label, #nativo-full-width-container .section-label {
        margin-bottom: 1.25rem;
        border-bottom: 1px solid #d7d7d7;
}

#nativo-full-width .section-label h3, #nativo-full-width-container .section-label h3 {
    display: inline-block;
    font-size: 1.8rem;
    font-family: "bourbon", "Teko", sans-serif;
    text-transform: uppercase;
    color: #666666;
    border-bottom: 6px solid #990000;
    margin-bottom: -3px;
    padding-bottom: 0;
    line-height: 1.4;
}

#nativo-full-width .section-label h3 a, #nativo-full-width-container .section-label h3 a {
    color: #666666;
    text-decoration: none;
}

#nativo-full-width .section-label h3 a:hover, #nativo-full-width-container .section-label h3 a:hover {
    color: #990000 !important;
    text-decoration: none;
}

#nativo-full-width div.row div.columns:not(:first-of-type), #nativo-full-width-container div.row div.columns:not(:first-of-type) {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 576px) {
    #nativo-full-width div.row div.columns:not(:first-of-type), #nativo-full-width-container div.row div.columns:not(:first-of-type) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .medium-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .medium-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .medium-12 {
		-webkit-box-flex:0;
		-ms-flex:0 0 100%;
		flex:0 0 100%;
		max-width:100%
    }

    #nativo-full-width div.row div.columns:not(:first-of-type), #nativo-full-width-container div.row div.columns:not(:first-of-type) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .hide-for-small-only {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .large-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .large-4 {
		-webkit-box-flex:0;
		-ms-flex:0 0 33.33333%;
		flex:0 0 33.33333%;
		max-width:33.33333%
    }

    .large-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .large-8 {
		-webkit-box-flex:0;
		-ms-flex:0 0 66.66667%;
		flex:0 0 66.66667%;
		max-width:66.66667%
    }

    #nativo-full-width div.row div.columns:not(:first-of-type), #nativo-full-width-container div.row div.columns:not(:first-of-type) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
}


.ntvClickOut .row {
    margin: 0;
}

.ntv-headline:hover {
    color: inherit !important;
}

.align-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

#nativo-full-width h3.title > a.ntv-headline, #nativo-full-width-container h3.title > a.ntv-headline {
    font-family: grad,serif;
    font-weight: 600;
    line-height: 1.08em;
    font-size: 1.9375rem;
    color: #666666;
}

#nativo-full-width h3.title > a.ntv-headline:hover, #nativo-full-width-container h3.title > a.ntv-headline:hover {
    text-decoration: underline;
    color: #666666 !important;
}


#nativo-full-width .author a, #nativo-full-width-container .author a {
    color: #666666;
    text-decoration: none;
}

#nativo-full-width .author a:hover, #nativo-full-width-container .author a:hover {
    color: #990000;
    text-decoration: underline!important;
}

#headlines-articles > div:nth-of-type(12) > div.row {
    margin-left: 0;
    margin-right: 0;
}

#headlines-articles > div:nth-of-type(12) > div.row div.headline-title {
    margin-top: .75rem;
    line-height: 1.25em;
}

#headlines-articles > div:nth-of-type(12) > div.row div.headline-title > div > a {
    color: #333333;
}

#headlines-articles > div:nth-of-type(12) > div.row div.headline-title > div > a:hover {
    color: #999;
    text-decoration: underline!important;
}

.category-block-article-headline-secondary .ntv-headline-anchor {
    color: #666666;
    font-family: "grad", Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.category-block-article-headline-secondary .ntv-author {
    color: #666666;
}

.category-block-article-headline-secondary .ntv-author:hover {
    color: #666666;
    text-decoration: underline!important;
}

@media (max-width: 576px) {
    #headlines-articles > div:nth-of-type(12) .headline-image {
        padding-right: 10px;
    }
}

.article-restofcontent .sponsored-content-container {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1em;
}

.article-restofcontent .sponsored-content-in-article {
    background-color: #f2f2f2;
}

.article-restofcontent .sponsored-content-in-article .sc-in-article-img {
    display: inline;
    max-width: 150px;
    float: left;
    margin-right: .75rem;
}

.article-restofcontent .sponsored-content-in-article .sc-in-article-title {
    font-family: "proxima-nova", Arial, sans-serif;
    color: #000;
    font-size: 1.25rem;
    line-height: 1.1em;
    font-weight: 600;
    display: block;
    margin-top: .5rem;
    margin-bottom: .25rem;
    padding-right: .75rem;
    padding-left: .75rem;
}

.article-restofcontent .sponsored-content-in-article .sc-in-article-copy {
    font-family: "proxima-nova", Arial, sans-serif;
    color: #666666;
    font-weight: 600;
    font-size: .9rem;
    line-height: 1.15em;
    padding-right: .75rem;
    padding-left: .75rem;
}

.article-restofcontent .sponsored-content-in-article .sc-in-article-copy a:hover {
    text-decoration: underline!important;
}

.article-restofcontent .sc-label {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: .65rem;
    line-height: .9em;
    padding: .2rem .45rem;
    background-color: #ffcc00;
    color: #000;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin-top: 0;
}

.prx-body h2.article-title{
	font-family:"grad", Georgia, serif;
	color:#000;
	font-weight:700;
	line-height:1.15em
}
@media screen and (max-width: 39.9375em){
	.prx-body h2.article-title{
		font-size:1.5rem
	}
}

.prx-body .byline{
	font-family:"proxima-nova", Arial, sans-serif;
	font-weight:600;
	color:#666666;
	font-size:.85rem
}
.prx-body .byline a{
	color:#990000;
	text-decoration:none
}
.prx-body .byline a:active,.prx-body .byline a:focus,.prx-body .byline a:visited{
	color:#990000;
	text-decoration:none
}
.prx-body .byline a:hover{
	color:#990000;
	text-decoration:underline
}
.prx-body .byline .modified-date{
	color:#990000;
	margin-left:.5rem
}
.prx-body .byline #article-published-date{
	display:inline
}
.prx-body .byline-no-link{
	color:#000000
}

.prx-body a {
    color: #990000;
}

.prx-body a:hover {
    text-decoration: underline!important;
}

.prx-body .article-body-text p {
    font-size: 1.125rem;
    line-height: 26px;
    margin-bottom: 1rem;
    font-family: "grad", Georgia, serif;
    color: #333333;
}

.nativo-headlines-ad {
    border-top: 1px solid #d7d7d7;
    line-height: 23px;
}

.nativo-headlines-ad .headline-title {
    margin-top: .75rem;
    padding-bottom: .75rem;
}

.nativo-headlines-ad .headline-title > a {
    color: #666666;
    text-decoration: none;
    font-family: "grad", Georgia, serif;
    font-size: 1.15rem;
    margin-top: .75rem;
    font-weight: 600;
}

.nativo-headlines-ad .headline-title > a:hover {
    text-decoration: underline!important;
    color: #666666!important;   
}

.nativo-headlines-ad p a {
    font-family: proxima-nova,sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.nativo-headlines-ad p a:hover {
    text-decoration: underline!important;
}

/**
    Terms of Use Page
*/
.terms-of-use-content p {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 1em;
    color: #666666;
    line-height: 1.25rem;
    text-align: left;
}

.terms-of-use-content h5 {
    font-family: "grad", Georgia, serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #666666;
    margin: 1rem 0 .25rem 0;
    line-height: 1.4;
}

.terms-of-use-content ol {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
    margin-left: 1.25rem;
}

.terms-of-use-content ul {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 1em;
    color: #666666;
    line-height: 1.25rem;
    margin-left: 2.5rem;
    list-style-type: disc;
    margin-bottom: 1rem;
    list-style-position: outside;
}

/**
    Privacy Policy Page
*/
.privacy-policy-content p {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 1em;
    color: #666666;
    line-height: 1.25rem;
    text-align: left;
}

.privacy-policy-content h5 {
    font-family: "grad", Georgia, serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #666666;
    margin: 1rem 0 .25rem 0;
    line-height: 1.4;
}

/**
    Special Reports
*/
.reports-card {
    margin-bottom: 3rem;
    text-align: center;
}

.reports-image {
    display: flex;
    justify-content: center;
}
.reports-image img {
    max-height:200px;
    max-width: 100%;
}

.reports-headline {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
    font-family: "grad", Georgia, serif;
    font-size: 1.15rem;
    font-weight: 600;
}

.reports-headline a {
    color: #666666;
}

.reports-headline a:hover {
    color: #666666;
    text-decoration: underline!important;
}

.reports-date {
    text-align: center;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
}

/**
    New Mexico sidebar styling
*/
.local-reporter .name {
    font-family: "proxima-nova", Arial, sans-serif;
    color: #999;
    font-size: 1.25rem;
    font-weight: 800;
    margin-top: 0.25rem;
    line-height: 1.15em;
    text-align: center;
}

.local-reporter .position {
    font-family: "grad", Georgia, serif;
    color: #000000;
    font-weight: 800;
    margin-top: 0.25rem;
    line-height: 1.15em;
    font-size: 2rem;
    text-align: center;
}

.local-reporter .phone {
    font-family: "grad", Georgia, serif;
    color: #333333;
    line-height: 1.6;
    text-align: center;
}

.local-reporter .phone a {
    color: #666666;
}

.local-reporter .phone a:hover {
    color: #990000;
    text-decoration: underline !important;
}

.local-reporter .email {
    font-family: "grad", Georgia, serif;
    color: #333333;
    line-height: 1.6;
    text-align: center;
}

.local-reporter .email a {
    color: #666666;
}

.local-reporter .email a:hover {
    color: #990000;
    text-decoration: underline !important;
}


.subscriptions .label {
    line-height: 1.6;
    font-family: "grad", Georgia, serof;
    color: #333333;
}

.subscriptions .phone {
    font-family: "grad", Georgia, serif;
    color: #333333;
    line-height: 1.6;
}

.subscriptions .phone a {
    color: #666666;
}

.subscriptions .phone a:hover {
    color: #990000;
    text-decoration: underline !important;
}

.subscriptions .email {
    font-family: "grad", Georgia, serif;
    color: #333333;
    line-height: 1.6;
}

.subscriptions .email a {
    color: #666666;
}

.subscriptions .email a:hover {
    color: #990000;
    text-decoration: underline !important;
}

.subscriptions .link {
    font-family: "grad", Georgia, serif;
    color: #333333;
    line-height: 1.6;
}

.subscriptions .link a {
    color: #666666;
}

.subscriptions .link a:hover {
    color: #990000;
    text-decoration: underline !important;
}

.advertising .label {
    line-height: 1.6;
    font-family: "grad", Georgia, serof;
    color: #333333;
}

.advertising .phone {
    font-family: "grad", Georgia, serif;
    color: #333333;
    line-height: 1.6;
}

.advertising .phone a {
    color: #666666;
}

.advertising .phone a:hover {
    color: #990000;
    text-decoration: underline !important;
}

.advertising .email {
    font-family: "grad", Georgia, serif;
    color: #333333;
    line-height: 1.6;
}

.advertising .email a {
    color: #666666;
}

.advertising .email a:hover {
    color: #990000;
    text-decoration: underline !important;
}

/**
    Editorial Cartoons Slider
*/
#editorial-cartoon-slider {
    min-height: 400px;
}

#editorial-cartoon-slider .slick-arrow {
    top: 40%;
    width: 45px;
    font-size: 2.25rem;
    z-index: 50;
}

#editorial-cartoon-slider .slick-prev {
    left: 2.5rem;
}

#editorial-cartoon-slider .slick-next {
    right: 2.5rem;
}

#editorial-cartoon-slider .fa-circle {
    color: #fefefe;
}

#editorial-cartoon-slider .fa-chevron-circle-left,
#editorial-cartoon-slider .fa-chevron-circle-right {
    color: #990000;
}

#editorial-cartoon-slider .fa-stack:hover .fa-chevron-circle-left,
#editorial-cartoon-slider .fa-stack:hover .fa-chevron-circle-right {
    color: #cacaca;
}

#editorial-cartoon-slider .slick-slide {
    height: inherit!important;
}

.modal-button {
    text-align: center;
    padding: 8px;
}

#editorial-cartoon-slider button.slick-arrow::before {
    content:none;
}

#editorial-cartoon-slider span.fa-stack {
    position: static;
}

.editorial-cartoons-modal-container .modal-content {
    background: black;
    color: white;
    font-family: helvetica neue,Helvetica,Roboto,Arial,sans-serif;
    border-radius:0;
}

.editorial-cartoons-modal-container .modal-dialog {
    max-width: 1000px;
}

.editorial-cartoons-modal-container button.close {
    color: white;
    opacity: 1;
    outline: none;
}

.editorial-cartoons-modal-container .modal-header {
    text-align: center;
    border: none;
}

.editorial-cartoons-modal-container .headline {
    width: 100%;
}

.editorial-cartoons-modal-container span.close {
    position: fixed;
    font-weight: bold;
    color: #fefefe;
    top: 0.2rem !important;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 0.5em;
    padding-top:0em;
    padding-bottom:0.4em;
    font-size: 1rem;
    margin-top: .8rem;
    opacity: 1;
    right: 40px;
}

.editorial-cartoons-modal-container button.close {
    margin: 0;
    padding: 0;
}

.editorial-cartoons-modal-container .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.editorial-cartoons-modal-container span.close:hover {
    color: #fff;
    background-color: #990000;
    border: 2px solid #000;
}

/**
    Opinion Section Front
*/
.opinion-social-container {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.opinion-facebook-button, .opinion-twitter-button {
    width: 49.5%;
    color: #ffffff;
}

.opinion-facebook-button {
    background: #3b5998;
}

.opinion-twitter-button {
    background: #2199eB;
}

.opinion-social-container a {
    flex:unset;
}

/**
 Alerts Page
*/
.mobile-text-alerts-content h5 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
    margin-top: 1.25rem;
}

.mobile-text-alerts-content p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    font-family: "grad", Georgia, serif;
    color: #333333;
}

.mobile-text-alerts-content hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
}

.mobile-text-alerts-content a {
    line-height: inherit;
    color: #666666;
    text-decoration: none;
    cursor: pointer;
}

.mobile-text-alerts-content a:hover {
    text-decoration: underline !important;
    color: #666666;
}

.newsletter-signup-content p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    font-family: "grad", Georgia, serif;
    color: #333333;   
}

.newsletter-signup-content .newsletter-advanced>div {
width: 100%;
    bottom: -8.5rem;
    padding: 1rem 2rem;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 1rem;
}

.newsletter-signup-content .newsletter-advanced>div.newsletter-options {
    color: #000;
    margin-bottom: 0.5rem;
}

.newsletter-signup-content .newsletter-advanced>div h5 {
    color: #990000;
}

.newsletter-signup-content .newsletter-advanced .newsletter-open input {
    margin-top: .5rem;
}

.newsletter-signup-content .newsletter-advanced .newsletter-open label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}

.newsletter-signup-content .newsletter-advanced .newsletter-open .sign-up-button {
    background-color: #cacaca;
    appearance: none;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: 0.85em 1em;
    border: 1px solid transparent;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #fefefe;
}

.newsletter-signup-content .newsletter-advanced .newsletter-open .sign-up-button:hover {
    background-color: #990000;
    border-color: #990000;
    color: #fff;
    text-decoration: underline;
}

/**
    Ironhorse Classic
*/

@media screen and (min-width: 48em) {
    .ironhorse-classic {
        padding-top: 3rem;
    }
}

@media (max-width: 767px) {
    .ironhorse-classic {
        padding-bottom: 3rem;
    }
}

@media (min-width: 768px) {
    .ironhorse-classic {
        margin-bottom: 0px;
    }
}

.ironhorse-classic .section-label {
    padding-bottom: 0;
    padding-left: 0 !important;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    border-bottom: 1px solid #333333;
}

.ironhorse-classic .section-label h3 {
    border-bottom: 6px solid #990000;
    margin-bottom: -3px;
    padding-bottom: 0;
    font-family: "vinyl", "proxima-nova", Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #990000;
    text-transform: uppercase;
}

#ironhorse-course-route p {
    margin: 1rem;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.6;
    font-family: "grad", Georgia, serif;
    color: #333333;
}

#ironhorse-course-route .youtube-embed-container {
    position: relative;
    padding-bottom: 40%;
    height: 0;
}

#ironhorse-course-route .youtube-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

#map {
    width: 100%;
    height: 450px;
    background-color: #CCC;
    border: 1px solid #cacaca;
    margin-bottom: 1rem;
}

.map-button {
    color: #fefefe;
    font-family: "vinyl", "proxima-nova", Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.15rem;
    background: #666666;
    border-radius: 4px;
    margin: 0 .25rem 1.5rem 0;
    padding: .5rem 1rem;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    line-height: 1;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.map-button .active {
    background: #990000!important;
    color: #ffffff!important;
}

.map-button:hover {
    background: #990000!important;
    color: #ffffff!important;
}

body.page-template-page-ironhorse {
    background-image: url(https://static.ew.dur.navigacloud.com/wp-content/uploads/sites/2/2022/05/25105526/ironhorsebg_2018.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.ironhorse-classic {
    background:rgba(255,255,255,0.75)
}

.dh-logo img {
    max-height: 4.5rem;
    background-color: black;
    border-radius: 4px;
    padding: .75rem;
    margin-right: .5rem;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.vertical-piping {
    border: solid 3px black;
    border-radius: 3px;
    margin: 0 1rem;
    height: 100%;
}

.ironhorse-header {
    text-align: center;
    margin: 1rem 0 2.5rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.ironhorse-header h2 {
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 4.5rem;
    font-family: helvetica neue,Helvetica,Roboto,Arial,sans-serif
}

.ironhorse-header-title {
    text-align: left;
    align-self: center;
    justify-content: space-around;
}

.ironhorse-header-date {
    display: block;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
    color: #666666;
}

.ironhorse-header-subject {
    display: block;
    font-family: "vinyl", "proxima-nova", Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 3.75rem;
    line-height: 3.25rem;
    color: black;
}

.ironhorse-logo {
    justify-content: center;
    align-items: center;
    padding: 0;
}

.ironhorse-logo img {
    max-height: 250px;
    background-color: black;
    border-radius: 100%;
}

.ironhorse-nav {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
    display: flex;
    color: white;
    border-radius: 20rem;
}

.ironhorse-nav li {
    display: inline-block;
    background: #666666;
    flex-grow: 1;
    text-align: center;
    border-right: solid 2px #e6e6e6;
}

.ironhorse-nav > li:first-child,
.ironhorse-nav > li:first-child a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.ironhorse-nav li:last-child:last-child,
.ironhorse-nav li a:last-child:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.ironhorse-nav li:last-child {
    border-right: none;
}

.ironhorse-nav li a {
    display: block;
    padding: 0.15rem 0;
    height: 100%;
    font-family: "vinyl", "proxima-nova", Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.75rem;
    background: #666666;
    cursor: pointer;
    transition-duration: .25s;
    color: white;
}
.ironhorse-nav li a:hover {
    background: #990000;
    text-decoration: underline !important;
}

.ironhorse-nav li ul {
    display: flex;
    margin: 0;
    padding: 0;
}

#eventsModal {
    font-family: proxima-nova,Arial,sans-serif;
}

#eventsModal .modal-dialog {
    width: 600px;
    max-width: 75rem;
}

#eventsModal h4 {
    font-family: "grad", Georgia, serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0.25rem;
}

#eventsModal ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
    margin-left: 1.25rem;
    list-style-type: disc;
}

#eventsModal a {
    color: #666;
}

#eventsModal a:hover {
    text-decoration: underline !important;
}

#eventsModal .close {
    background-color: #e1e1e1;
    text-align: center;
    border-radius: 20px;
    padding: 0.25em 0.5em;
    line-height: 25px;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 50%);
    opacity: 1;
}

#eventsModal .close:hover {
    background-color: #900;
    color: #e6e6e6;
}

.ironhorse-classic .gallery-slider {
    padding-left: 0;
    padding-right: 0;
    border: solid 1px #d7d7d7;
    margin-bottom: 20px;
}

.ironhorse-classic .gallery-slider {
    border: 0;
    margin-bottom: 0;
    margin-top: 15px;
	padding-bottom: 0px;
}
.ironhorse-classic .gallery-slider .slick-prev {
    left: 10px;
    z-index: 1000;
    top: 175px;
}

.ironhorse-classic .gallery-slider .slick-next {
    right: 25px;
    z-index: 1000;
    top: 175px;
}

.ironhorse-classic .gallery-slider .slick-prev:before,
.ironhorse-classic .gallery-slider .slick-next:before {
    color: #990000;
    font-size: 40px;
}

.ironhorse-classic .gallery-image-slider .image-container {
    display: flex;
    flex-direction: column;
    background-color: white;
}

.ironhorse-classic .gallery-slider img {
    max-height: 56vw;
    object-fit: scale-down;
}

@media screen and (min-width: 69rem) {
    .ironhorse-classic .gallery-slider img {
        max-height: 550px;
    }
}

.ironhorse-classic .gallery-title-wrapper {
    background-color: #990000;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0.5rem 1rem;
    margin-top: -10px;
}

.ironhorse-classic .gallery-title {
    color: #ffffff;
    font-family: "grad", Georgia, serif;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.65rem;
    text-align: left;
    margin-right: 0.5rem;
}

.ironhorse-classic .articleImageModal {
    color: white;
}

.ironhorse-classic .articleImageModal .modal-dialog {
    max-width: 1200px;
}

.ironhorse-classic .articleImageModal .modal-header {
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0;
}

.ironhorse-classic .articleImageModal .modal-header button.close {
    padding-top: 0px !important;
}

.ironhorse-classic .articleImageModal .modal-footer {
    border-top: 0;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}

.ironhorse-classic .articleImageModal .modal-content {
    background-color: black;
    border: black;
    padding-left: 50px;
    padding-right: 50px;
}

.ironhorse-classic .articleImageModal .caption {
    font-family: proxima-nova,Arial,sans-serif;
}

.ironhorse-classic .articleImageModal .modal-footer .byline {
    text-align: center;
    font-family: proxima-nova,Arial,sans-serif;
    font-size: 15px;
}

.ironhorse-classic .articleImageModal .modal-body {
    text-align: center;
}

.ironhorse-classic .articleImageModal .modal-body .image {
    max-width: 750px;
}

.ironhorse-classic .articleImageModal button.close {
    border: 2px solid #fff;
    border-radius: 50px;
    color: white;
    opacity: 1;
    padding: .25em .35em !important;
}

.ironhorse-classic .articleImageModal button.close:hover {
    background: #990000;
    color: white;
}

.ironhorse-classic .gallery-slider .bottom-container {
    display: none;
}

.ironhorse-classic .gallery-title-wrapper .gallery-modal-button:hover {
    cursor: pointer;
}

.ironhorse-classic .gallery-title-wrapper .gallery-modal-button:hover i {
    color: #d7d7d7;
}

.ironhorse-classic .gallery-title-wrapper .gallery-modal-button i {
    color: white;
    font-size: 20px;
    line-height: 1.65rem;
}

.ironhorse-weather .weather-label {
    font-family: "grad", Georgia, serif;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    font-size: 1.75rem;
    text-align: center;
}

.ironhorse-weather .weather-image {
    max-width: 8rem;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 20px;
}

.ironhorse-weather .weather-temp,
.ironhorse-weather .weather-description,
.ironhorse-weather .weather-precipitation {
    line-height: 1rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.event-time {
    margin-left: 0 !important;
}

.event-time li {
    list-style: none;
}

/**
    Women in Business
*/
@media screen and (min-width: 48em) {
    .women-in-business,
    .women-in-business-nominate {
        padding-top: 3rem;
    }
}

@media (max-width: 767px) {
    .women-in-business,
    .women-in-business-nominate {
        padding-bottom: 3rem;
    }
}

.women-in-business .section-label {
    padding-bottom: 0;
    padding-left: 0 !important;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    border-bottom: 1px solid #333333;
}

.women-in-business .section-label h3 {
    border-bottom: 6px solid #00652e;
    margin-bottom: -3px;
    padding-bottom: 0;
    font-family: "vinyl", "proxima-nova", Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #00652e;
    text-transform: uppercase;
}

#women-in-business-details p,
#women-in-business-about p
 {
    margin-bottom: 1rem;
    line-height: 1.6;
    font-family: "grad", Georgia, serif;
    color: #333333;
}

#women-in-business-details b {
    font-weight: bold;
}

#women-in-business-details a {
    color: #666666;
    cursor: pointer;
}

#women-in-business-details a:hover {
    color: #990000!important;
    text-decoration: underline!important;
}
.women-in-business-link:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.women-in-business-link:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.women-in-business-link {
    transition-duration: .25s;
    background: #666666;
    flex-grow: 1;
    text-align: center;
    border-right: solid 2px #e6e6e6;
    line-height:1.6;
}

.women-in-business-link:hover {
    background: #00652e;
}

.women-in-business-link > a {
    display: block;
    padding: .15rem 0;
    height: 100%;
    font-family: "vinyl", "proxima-nova", Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.75rem;
    background: #666666;
    cursor: pointer;
    transition-duration: .25s;
    color: #fff;
    text-transform:uppercase;
}

.women-in-business-link > a:hover {
    background: #00652e;
    color: #fefefe;
    text-decoration: underline!important;
}

@media screen and (max-width: 39.9375em) {
    .women-in-business-link > a {
        font-size: 1rem;
    }
}

#women-in-business-logo,
#women-in-business-details,
#women-in-business-links,
#women-in-business-story,
#women-in-business-honorees,
#women-in-business-coverage,
#women-in-business-committee,
#women-in-business-about {
    margin-left: 0;
    margin-right: 0;
}

#women-in-business-links-container {
    margin-top: 32px;
    margin-bottom: 32px;
}

.women-in-business-image {
    min-width: 100%;
}

.women-in-business-year {
    position: absolute;
    top: .75rem;
    left: 1.75rem;
    font-size: .85rem;
    font-weight: 600;
    padding: .35rem .65rem;
    background-color: rgba(0,0,0,0.5);
    border-radius: 2px;
    line-height: 1.5;
    color: #fff;
    font-family: "proxima-nova", Arial, sans-serif;
    line-height: inherit;
    text-decoration: none;
}

.women-in-business-title {
    color: #333333!important;
    line-height: 1.25em;
    margin-bottom: 1rem;
    padding-top: .5rem;
    font-family: grad,Georgia,serif;
    font-size: 1rem;
    line-height: 1.15rem;
    font-weight: 600;
}

.women-in-business-title > a:hover {
    color: #333333!important;
    text-decoration: underline!important;
}

@media screen and (min-width: 48em) {
    #wib-about-ad {
        padding-left: 0;
    }
    
    #wib-about-embed {
        padding-right: 0;
    }
}

.women-in-business .mrec-ad {
    margin-bottom: 1rem;
}

/**
    Newsletter signup
*/
#newsletter-signup-status {
    color: #990000;
}

#newsletter-signup-status a {
    color: black;
    text-decoration: none;
    margin-bottom: 0;
}
  
#newsletter-signup-status a:hover {
    color: black!important;
    text-decoration: underline!important;
}


/**
    Redwine Trial Page
*/
@media screen and (min-width: 48em) {
    .redwine-trial {
        padding-top: 3rem;
    }
}

@media (max-width: 767px) {
    .redwine-trial {
        padding-bottom: 3rem;
    }
}

.redwine-trial .section-label {
    padding-bottom: 0;
    padding-left: 0 !important;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    border-bottom: 1px solid #333333;
}

.redwine-trial .section-label h3 {
    border-bottom: 6px solid #900;
    margin-bottom: -3px;
    padding-bottom: 0;
    font-family: "vinyl", "proxima-nova", Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #900;
    text-transform: uppercase;
}

.redwine-trial-articles-year {
    position: absolute;
    top: .75rem;
    left: 1.75rem;
    font-size: .85rem;
    font-weight: 600;
    padding: .35rem .65rem;
    background-color: rgba(0,0,0,0.5);
    border-radius: 2px;
    line-height: 1.5;
    color: #fff;
    font-family: "proxima-nova", Arial, sans-serif;
    line-height: inherit;
    text-decoration: none;
}

.redwine-trial-articles-title {
    color: #333333!important;
    line-height: 1.25em;
    margin-bottom: 1rem;
    padding-top: .5rem;
    font-family: grad,Georgia,serif;
    font-size: 1rem;
    line-height: 1.15rem;
    font-weight: 600;
}

.redwine-trial-articles-title > a:hover {
    color: #333333!important;
    text-decoration: underline!important;
}

.redwine-trial-link:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.redwine-trial-link:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.redwine-trial-link {
    transition-duration: .25s;
    background: #666666;
    flex-grow: 1;
    text-align: center;
    border-right: solid 2px #e6e6e6;
    line-height:1.6;
}

.redwine-trial-link:hover {
    background: #900;
}

.redwine-trial-link > a {
    display: block;
    padding: .15rem 0;
    height: 100%;
    font-family: "vinyl", "proxima-nova", Arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 1.75rem;
    background: #666666;
    cursor: pointer;
    transition-duration: .25s;
    color: #fff;
    text-transform:uppercase;
}

.redwine-trial-link:hover > a {
    background: #900;
    color: #fefefe;
    text-decoration: underline!important;
}

@media screen and (max-width: 39.9375em) {
    .redwine-trial-link > a {
        font-size: 1rem;
    }
}

#redwine-trial-recent-news,
#redwine-trial-latest-videos,
#redwine-trial-latest-galleries,
#redwine-trial-featured-story,
#redwine-trial-note,
#redwine-trial-links {
    margin-left: 0;
    margin-right: 0;
}

#redwine-trial-links {
    margin-right: -30px;
}

#redwine-trial-links-container {
    margin-top: 32px;
    margin-bottom: 32px;
}

.redwine-trial .section-news-logo {
    margin-right: 0;
}

#redwine-trial-header {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 1em;
}

.redwine-trial .section-news-header-text {
    display: flex;
    align-items: flex-end;
}

.redwine-trial .section-news-header-text h3 {
    color: #000 !important;
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 0;
}

.redwine-trial-note {
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5;
    color: #0a0a0a;
}

p.redwine-trial-note {
    margin-bottom: 0;
}

.redwine-trial-button-container {
    text-align: center;
    margin-top: 10px;
}

.redwine-trial-button {
    color: #333333;
    background-color: #f2f2f2;
    text-decoration: none;
    display: inline-block;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 700;
    border-radius: 4px;
    padding: 0.85rem 2rem;
    font-size: 0.75rem;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    border: 1px solid transparent;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.redwine-trial-button:hover {
    color: #fff !important;
    background-color: #990000;
    text-decoration: underline;
}

/**
    Community Calendar
*/

@media (max-width: 767px) {
    #community-calendar-wrapper article.article-page {
        margin-bottom: 30px;
    }
}

.event-submit-description {
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-family: grad,Georgia,serif;
    color: #333;
}

.event-submit-description p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
}

.event-submit-description a {
    text-decoration: none;
    color: #666666;
}

.event-submit-description a:hover {
    text-decoration: underline !important;
    color: #990000;
}

.event-submit-form-container div[role="form"] {
    max-width: 100%;
    font-family: proxima-nova,Arial,sans-serif;
}

.event-submit-form-container {
    background-color: #e6e6e6;
    box-shadow: 5px 5px 30px rgb(0 0 0 / 50%);
    padding-top: 10px;
}

#event-submit-form {
    margin: 0px 15px 15px 15px;
    padding-bottom: 15px;
}

#event-submit-form label {
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}

#event-submit-row-1 {
    display: flex;
    justify-content: space-between;
}

#event-submit-full-name-container {
    width: 31%;
}

#event-submit-user-phone-container {
    width: 31%;
}

#event-submit-user-email-container {
    width: 31%;
}

#event-submit-row-2 {
    display: flex;
    justify-content: space-between;
}

#event-submit-user-city-container {
    width: 48%;
}

#event-submit-user-state-container {
    width: 48%;
}

#event-submit-submit-container {
    text-align: right;
}

#event-submit-submit {
    width: 10%;
    background-color: #29c621;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.5rem;
    border-radius: 4px;
    padding: .3rem 1rem;
    flex: 1 0 0;
    border-style: none;
    margin-bottom: .65rem;
}

#event-submit-submit:hover {
    background-color: #666;
}

.event-submit-form-container {
    background-color: #e6e6e6;
    box-shadow: 5px 5px 30px rgb(0 0 0 / 50%);
    padding-top: 10px;
}

#event-submit-form {
    margin: 0px 15px 15px 15px;
    padding-bottom: 15px;
}

#event-submit-form label {
    margin: 0;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.8;
    color: #0a0a0a;
}

.event-submit-description p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
}

.event-submit-description a {
    text-decoration: none;
    color: #666666;
}

.event-submit-description a:hover {
    text-decoration: underline !important;
    color: #990000;
}

#community-calendar-wrapper .content-area .container {
    padding-left: 0;
    padding-right: 0;
}
#event-submit-row-1,
#event-submit-row-2,
#event-submit-row-3,
#event-submit-row-4 {
    display: flex;
    justify-content: space-between;
}

#event-submit-event-date-container,
#event-submit-event-name-container,
#event-submit-event-time-container {
    width: 31%;
}

#event-submit-event-location-container,
#event-submit-event-cost-container {
    width: 48%;
}

#event-submit-event-description {
    height: calc(4rem) !important;
}

#community-calendar-wrapper .category-block-label {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
}

.event-submit-description {
    margin-left: 15px;
    margin-right: 15px;
}

.event-submit-form-container {
    width: 1500%;
    margin-left: 15px;
    margin-right: 15px;    
}

/**
    River Data
*/
@media screen and (min-width: 48em) {
    .river-data-root {
        margin-top: 3rem;
    }
}

@media (max-width: 767px) {
    .river-data-root {
        margin-bottom: 30px;
    }
}

.river-data-root .section-label {
    padding-top: 12px;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #d7d7d7;
}

.river-data-root .section-label h3 {
    display: inline-block;
    font-size: 1.8rem;
    font-family: "bourbon", "Teko", sans-serif;
    text-transform: uppercase;
    color: #666666;
    border-bottom: 6px solid #990000;
    margin-bottom: -3px;
    padding-bottom: 0;
    line-height: 1.4;
}

.river-buttons {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    border: 1px solid transparent;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    margin-right: .5rem;
    padding: .5rem .75rem;
    border-radius: .15rem;
    font-size: 1rem;
    font-weight: 600 !important;
    background: #f2f2f2;
    color: #333333;
}

.river-buttons:hover {
    background: #666666;
    color: #ffffff;
    text-decoration: underline!important;
}

.river-buttons.active-river {
    background: #666666;
    color: #ffffff;
    text-decoration: underline!important;
}

.usgs-link {
    text-align: center;
    margin-bottom: 1.5rem;
}

.usgs-link a {
    color: #666666;
}

.usgs-link a:hover {
    text-decoration:underline!important;
}

.river-title {
    font-family: "grad", Georgia, serif;
    font-size: 1.75rem;
    font-weight: 600;
    color: #666666;
}

.highcharts-subtitle {
    font-weight: 600;
    font-size: .95rem;
}

.river-tooltip-container {
    padding: .5rem 0;
    margin-bottom: 1.5rem;
    background: #f2f2f2;
    border-radius: .25rem;
}

#river-flow-tooltip-date {
    margin-bottom: .25rem;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    text-align: center;
}

#river-flow-tooltip-cfs {
    margin-bottom: .25rem;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    text-align: center;
}

/**
    Paywall modal styling
*/
#paywall-modal {
    min-height:auto;
    height:auto;
}
.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200102;
    display: none;
    background-color: rgba(10, 10, 10, 0.45);
    overflow-y: auto;
}
h3.modal-header {
    width: 100%;
    text-align: center;
    font-family: "grad", Georgia, serif;
    font-weight: 700;
    margin-bottom: 2.75rem;
}
@media print, screen and (min-width: 40em) {
    .reveal,
    .reveal.tiny,
    .reveal.small,
    .reveal.large {
        right: auto;
        left: auto;
        margin: 0 auto;
    }
}
.reveal .close-group,
.flash-success .close-group {
    text-align: right;
    padding: 0;
    margin-top: -2rem;
}
.reveal .close-group .close-reveal-modal,
.flash-success .close-group .close-reveal-modal {
    background-color: #e1e1e1;
    color: #333333;
    text-align: center;
    width: 15px;
    height: 15px;
    border-radius: 20px;
    padding: 0.55em 0.8em;
    line-height: 35px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.5);
    margin-right: -2rem;
}
@media (max-width: 375px) {
    .reveal .close-group .close-reveal-modal,
    .flash-success .close-group .close-reveal-modal {
        position: relative;
        right: 11.5rem;
    }
}
.reveal .close-group .close-reveal-modal:active,
.reveal .close-group .close-reveal-modal:focus,
.reveal .close-group .close-reveal-modal:visited,
.flash-success .close-group .close-reveal-modal:active,
.flash-success .close-group .close-reveal-modal:focus,
.flash-success .close-group .close-reveal-modal:visited {
    color: #333333;
}
.reveal .close-group .close-reveal-modal:hover,
.flash-success .close-group .close-reveal-modal:hover {
    color: #e6e6e6;
    background-color: #990000;
}
.reveal .close-group .close-reveal-modal i,
.flash-success .close-group .close-reveal-modal i {
    font-size: 12px;
    font-weight: 400;
}
.flash-success .close-group {
    margin-top: -1.5rem;
}
.flash-success .close-group .close-reveal-modal {
    margin-right: -0.75rem;
}
.reveal,
.flash-success {
    border: 1px solid #cacaca;
    background-color: #fefefe;
    overflow: visible !important;
}
.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200102;
    display: none;
    background-color: rgba(10,10,10,0.9) !important;
    overflow-y: auto;
}
.reveal {
    z-index: 200103;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}
[data-whatinput="mouse"] .reveal {
    outline: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal {
        min-height: 0;
    }
}
.reveal .column,
.reveal .columns {
    min-width: 0;
}
.reveal > :last-child {
    margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem;
    }
}
.reveal.collapse {
    padding: 0;
}
@media print, screen and (min-width: 40em) {
    .reveal.tiny {
        width: 30%;
        max-width: 75rem;
    }
}
@media print, screen and (min-width: 40em) {
    .reveal.small {
        width: 50%;
        max-width: 75rem;
    }
}
@media print, screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem;
    }
}
.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}
@media screen and (max-width: 39.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0;
    }
}
.reveal.without-overlay {
    position: fixed;
}
.paywall-modal-header {
    border: 0;
    width: 100%;
    text-align: center;
    font-family: "grad", Georgia, serif;
    font-weight: 700;
    margin-bottom: 2.75rem;
    display: block;
}
.paywall-buttons {
    display: flex;
    justify-content:space-between;
}
.paywall-manage-account-button,
#paywall-logout-button {
    max-width: 49.5%;
    width: 49.5%;
    flex-basis: 49.5%;
    background-color: #e6e6e6;
    color: #333333;
    text-align: center;
    font-family: "proxima-nova", Arial, sans-serif;
    font-weight: 600;
    font-size: 1.15rem;
    line-height: 1.5rem;
    border-radius: 4px;
    padding: .3rem 1rem;
    flex: 1 0 0;
    border-style: none;
    margin-bottom: .65rem;
    display: block;
}

.paywall-manage-account-button:hover,
#paywall-logout-button:hover {
    background-color: #666666;
    color: #ffffff;
    text-decoration: none;   
}

/**
    Article styling
*/
.article-body-container blockquote {
    border-left: 5px solid gray;
    padding-left: 20px;
    font-size: 20px;
}

.clear-both {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

/* Article table display */
.article-restofcontent table {
    width: 100%;
    margin-bottom: 2rem;
    display: block;
}


.article-restofcontent table tbody {
    display: block;
    overflow-x: auto;
}

.article-restofcontent table caption {
    caption-side: top;
    text-align: left;
    display: block;
    font-size: 1.2rem;
    color: #000000;
}

.article-restofcontent table td {
    text-align: left;
    min-width: 20%;
    flex: 1;
}

.article-restofcontent table tr {
    display: flex;
}

/** 
    Author Page
*/
@media screen and (min-width: 48em) {
    .author-page-root {
        margin-top: 3rem;
    }
}

@media (max-width: 767px) {
    .author-page-root {
        margin-bottom: 30px;
    }
}

.author-page-root .leaderboard-advertisement {
    margin: 15px 0;
}

/*
    Ironhorse page
*/

.responsive-yt1{
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 40px;
}

.responsive-yt1 iframe{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
@media print {
        body #top-bar,
        body .header-region,
        body .article-social-media,
        body #right-sidebar,
        body #left-sidebar,
        body #wrapper-footer,
        body #wrapper-navbar,
        body .slickprev,
        body .slick-next,
        body .slick-dots,
        body .article-slider .slick-prev,
        body .article-slider .slick-next {
            display: none !important;
        }

    .no-print{ display:none!important;}
    #top-bar, #top-bar-mobile { border-top: 0!important;}
    .article-body-container p{margin-bottom:5px!important;}
    
      .relatedArticles .image img{
        width: 40%!important;
        height: auto!important;
      }
    }
