@import 'style-iconic-base.css';
@import 'adlr-snapshot-2020-09/css/compiled.css';

#main {
    margin: 0 auto;
    max-width: 1100px;
    overflow: hidden;
}

#page {
    background-color: #ffffff;
}

.archive-title, .page-title {
    font-size: 18px;
}

.below-title-meta {
    /* no sidebar */
    width: 105%;
}

.entry-header .entry-title {
    font-size: 28px;
    font-weight: 700;
}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
    font-size: 22px;
    letter-spacing: 0.1em;
}

.entry-content h3,
.comment-content h3,
.mu_register h3 {
    font-size: 20px;
    letter-spacing: 0.1em;
}

.site, body .site {
    margin: 0;
    max-width: unset;
    padding: 0;
}

.wrapper{border: 0;}

.wp-block-table a {
    font-size: 115%;
}

@media screen and (min-width: 960px) {
    body {
        background-color: #e6e6e6;
    }
    body .site {
        padding: 0;
    }
}

@media screen and (min-width: 767px) {
    body:not(.template-name-home) .entry-header,
    body:not(.template-name-home) .archive-header,
    :not(.away):not(.page-50)
    footer.entry-meta {
        background-color: #ffffff;
        background-image: unset;
        height: unset;
    }
}

#secondary {
    margin-top: 80px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    #primary {
        border: 0;
        margin-top: 200px;
    }

    #secondary {
        margin-top: 250px;
    }
}

@media screen and (max-width: 767px) {
    #primary {
        border: 0;
        margin-top: 230px;
    }
}

@media screen and (min-width: 1200px) {
    #primary {
        border: 0;
        margin-top: 35px;
    }

    #secondary .icon {
        font-size: 20px;
        font-weight: 700;
        min-width: unset;
        vertical-align: text-bottom;
    }
}

@media screen and (max-width: 1199px) {
    body:not(.template-name-home) header {
        margin-bottom: unset;
    }

    #secondary .icon {
        font-size: 20px;
        font-weight: 700;
        min-width: unset;
    }
}

#main footer a,
#main footer a:active,
#main footer a:focus,
#main footer a:hover,
#main footer a:visited,
.main footer a:hover,
.main footer .channel .channel-record.is-selected,
.channel .main footer .channel-record.is-selected,
.main footer a:link,
.main footer a:active,
.main footer a:focus,
.main footer a:visited,
footer .channel .channel-record.is-selected,
.channel footer .channel-record.is-selected {
    color: #444444;
}

#footer a:focus img,
#footer a:hover img {
    outline: 1px solid white;
    outline-offset: 5px;
}

#primary.force-sidebar {
    padding-right: 0;
    width: 70%;
}

#secondary.force-sidebar {
    margin-left: 15px;
    min-width: 180px;
    width: 20%;
}

#side-collapse-archive li a {
    color: #000;
    outline: none;
    text-decoration: none;
    border-right-width: 1px;
    box-sizing: border-box;
    background-color: transparent;
    display: flex;
    font-family: "Open Sans",Helvetica,Roboto,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.5rem;
    margin-top: 1rem;
    padding: .75em 1em;
    width: 100%;
    word-break: break-word;
    -webkit-tap-highlight-color: transparent;
}

#side-panel-feed .title,
#side-panel-feed .title:active {
    border: 0;
    color: #004fe7;
    display: block;
    font-family: "Ubuntu Mono",Consolas,"Liberation Mono",Courier,monospace;
    font-weight: bold;
    padding: 0.75em 1em;
    text-decoration: none;
    text-transform: uppercase;
}

.site-content {
    margin-left: 3%;
    padding-right: 4%;
}

@media screen and (max-width: 767px) {

    #primary {
        padding-right: 5%;
    }

    #secondary,
    #secondary.force-sidebar {
        margin-bottom: 50px;
        margin-left: 3%;
        min-width: 250px;
        width: 70%;
    }

    .site-content {
        margin-left: 3%;
        padding-right: 3%;
    }
}

/* #18002 BARF */
#side-collapse-archive ul li a:hover,
#side-collapse-archive ul li a:focus,
#content a:hover,
#content a:focus,
.entry-header .entry-title a:hover,
.entry-header .entry-title a:focus {
    color: #00359b;
    text-decoration: underline;
}

.faq-accordion .faq-main:focus,
.faq-accordion .faq-main:hover {
    border-color: #00359b;
    outline: 2px solid;
    transition: none;
}

.logo-footer-twitter {
    height: 30px;
}

/* #28171 styling featured article */
.site-content article.sticky {
    font-size:inherit;
}
.site-content article.sticky .entry-header {
    background: inherit;
}
:not(.away):not(.page-50) article.sticky footer {
    background-color: inherit;
    width: auto;
}
