﻿@font-face {
    font-family: 'FontAwesome';
    src: url('/DesktopModules/SharedLibrary/Plugins/font-awesome5/css/all.min.css');
}

/***** overrides *****/
.RadAjaxPanel, .ModDashboardC {
    margin: 0;
    font-size: 100%
}

.fadeit {
    background: rgb(240, 240, 240);
    background: -moz-linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 750px,rgba(255,255,255,0) 1000px);
    background: -webkit-linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 750px,rgba(255,255,255,0) 1000px);
    background: -o-linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 750px,rgba(255,255,255,0) 1000px);
    background: -ms-linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 750px,rgba(255,255,255,0) 1000px);
    background: linear-gradient(to bottom, rgba(235,235,235,1) 0%, rgba(235,235,235,1) 750px,rgba(255,255,255,0) 1000px);
}

.fadeit-dark {
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 850px,rgba(36,36,36,0) 1500px);
}


/************

    SHARED

*************/

/* social */
.social-inner {
    display: flex;
    font-size: 1.4rem;
}

    .social-inner a {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

.search .item .social-inner a {
    width: 35px;
    height: 35px;
    font-size: 18px;
}

@media (max-width: 768px) {
    .search .item .social-inner a {
        width: 50px;
        height: 50px;
    }
}

.social-inner a, .social-inner a:link {
    color: rgb(128,128,128);
    text-decoration: none;
}

.social-inner a {
    border: 1px #717171 solid;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-grid-5 .social-inner a {
    width: 35px;
    height: 35px;
}

.social-inner a.addthis_button_facebook {
    margin-right: 15px;
}

    .social-inner a.addthis_button_facebook:hover span {
        color: #fff;
    }

    .social-inner a.addthis_button_facebook:hover {
        background-color: #3b5998;
        border-color: #3b5998;
    }

.social-inner a.addthis_button_facebook {
    transition: all .2s ease-in;
}

.social-inner a.addthis_button_twitter:hover span {
    color: #fff;
}

.social-inner a.addthis_button_twitter:hover {
    background-color: #00aced;
    border-color: #00aced;
}

.social-inner a.addthis_button_twitter {
    padding-top: 2px;
    transition: all .2s ease-in;
}

.social-inner a.addthis_button_email:hover span {
    color: #fff;
    transition: all .2s ease-in;
}

.social-inner a.addthis_button_email:hover {
    background-color: #DD4B39;
    border-color: #DD4B39;
}

        .social-inner a.addthis_button_email {
            margin-left: 15px;
            font-size: 18px;
            transition: all .2s ease-in;
        }

/* category skew */
.acategory-skew,
article header .acategory-skew:link,
a.acategory-skew, article header a.acategory-skew:link {
    color: #fff
}

.acategory-skew, a.acategory-skew {
    background-color: rgb(53,94,147);
    padding: 8px 25px;
    transform: skewX(-15deg);
    font-weight: normal;
    font-size: .85rem;
    font-family: Lato, Arial;
    text-transform: uppercase;
    letter-spacing: 3px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

    .acategory-skew span, a.acategory-skew span {
        transform: skewX(15deg);
        display: inline-block;
        color: #fff;
    }

    .acategory-skew a:hover span, a.acategory-skew:hover span {
        text-decoration: underline;
        color: #fff;
    }

/* banner */
.abanner {
    overflow: hidden;
}

    .abanner .banner-image {
        position: absolute;
        width: 100%;
        height: 650px;
        background-size: cover;
        background-position: center; /*background-color: #60a5ff*/
    }

    .abanner video.banner {
        position: absolute;
        width: 100%;
    }

    /*angle and page layouts*/
    .abanner .banner-angle {
        position: absolute;
        width: 100%;
        height: 650px;
        display: inline-block;
        z-index: 2;
        overflow: hidden;
        background-image: none !important;
    }

        .abanner .banner-angle:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 150px;
            background: -moz-linear-gradient(top, rgba(235,235,235,0) 0%, rgba(235,235,235,1) 100%);
            background: -webkit-linear-gradient(top, rgba(235,235,235,0) 0%,rgba(235,235,235,1) 100%);
            background: linear-gradient(to bottom, rgba(235,235,235,0) 0%,rgba(235,235,235,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ebebeb', endColorstr='#ebebeb',GradientType=0 );
            z-index: 3;
        }

    .abanner .banner-angle-header:after {
        border-width: 0 100vw 0 0;
        content: '';
        display: none;
        position: absolute;
        border-style: solid;
        border-color: transparent;
        bottom: -1px;
        border-bottom-width: 100px;
        border-bottom-color: #ebebeb;
    }

    .abanner .banner-angle-header {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 2;
        background-color: rgba(0,0,0, .6);
        background-image: none;
        background-repeat: no-repeat;
        content: '';
    }

    .abanner .banner-angle video {
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        object-fit: cover;
    }

    .abanner .banner-angle-header.noimage {
        background-color: #254267;
        background-image: linear-gradient(-10deg, rgb(37, 66, 103) 0%, rgb(37, 66, 103) 49.95%, #354D6F 50%, #354D6F 100%);
    }

    .abanner header .maintitle {
        font-size: 2.6rem;
        font-weight: 500;
        line-height: 1.2em;
        margin: 30px 0;
        color: #fff;
        text-shadow: 0 0 10px rgba(0,0,0,0.3);
        font-family: 'Crimson Text', serif;
    }

    .abanner header .subtitle {
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.2em;
        margin: 30px 0;
        color: #fff;
        text-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    .abanner header {
        z-index: 10;
        max-width: 900px !important;
        padding: calc(75px + 3rem) 0 3rem;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        color: #fff;
        font-family: 'Crimson Text', Lato, Arial;
    }

    .abanner.faq header {
        padding: 120px 0 50px;
    }

        .abanner.faq header .maintitle {
            font-size: 3.2rem;
            font-weight: 500;
            line-height: 1.2em;
            margin: 0 0 30px;
            color: #fff;
            text-shadow: 0 0 10px rgba(0,0,0,0.3);
            font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
        }

    .abanner.faq .banner-angle {
        height: 630px;
    }

@media (max-width: 768px) {
    .abanner.faq header {
        padding: 85px 20px 30px;
    }
}

@media (max-width: 450px) {
    .abanner.faq header .maintitle {
        font-size: 2.6rem;
    }
}


/* aframe is basic article frame work*/
.aframe .content {
    position: relative;
    display: block;
    padding: 2rem 2rem 3rem !important;
    z-index: 10;
    overflow: hidden;
    background: #fff;
    font-family: Lato, Arial;
    line-height: 34px;
    background-color: #fff;
    min-height: 400px;
}

    .aframe .content .inside {
        display: block;
        max-width: 650px;
        margin: 0 auto;
    }

.aframe .body p {
    color: #333;
    line-height: 1.7em;
    margin: 0 auto 30px;
}

.aframe .body .ntext {
    color: #333;
    line-height: 1.7em;
}

.aframe .body ul, .aframe .body ol {
    margin: 2em 3em 1.5em 2.5em;
}

    .aframe .body ul > li {
        list-style-type: disc;
        margin-left: 1em;
        margin-bottom: 1rem;
        line-height: 1.5em;
    }

        .aframe .body ul > li .media-inline,
        .aframe .body ol > li .media-inline {
            margin-top: 1rem;
        }

    .aframe .body ol > li {
        margin: 0;
        padding: 0 0 0 1em;
        text-indent: -1em;
        list-style-type: none;
        counter-increment: item;
        line-height: 1.7em;
    }

        .aframe .body ol > li:before {
            display: inline-block;
            width: 1em;
            padding-right: 0.5em;
            font-weight: bold;
            text-align: right;
            content: counter(item) ".";
        }

.aframe hr {
    color: #adadad;
    margin: 1.5rem 0;
}

.today.aframe hr {
    color: #adadad;
    margin: 1.2rem 0;
}

.adash.today .ntext {
    max-width: 900px;
}

.seamless:first-child .content {
    padding-bottom: 0;
}

.seamless:not(:first-child):not(:last-child) .content {
    padding-top: 0;
    padding-bottom: 0;
}

.seamless:last-child .content {
    padding-top: 0;
}

.aframe .body h1, .aframe .body h2, .aframe .body h3, .aframe .body h4, .aframe .body h5, .aframe .body h6 {
    font-family: 'Crimson Text', serif;
}

.aframe .body h1 {
    font-size: 2rem;
}

.aframe .body h2 {
    font-size: 1.8rem;
}

.aframe .body h3 {
    font-size: 1.6rem;
}

.aframe .body h4 {
    font-size: 1.4rem;
}

.aframe .body h5 {
    font-size: 1.3rem;
}

.aframe .body h6 {
    font-size: 1.2rem;
}

/* links */
a.article-link,
a.article-link:link,
a.article-link:visited,
.aframe .body a:not(.nlink),
.aframe .body a:link:not(.nlink),
.aframe .body a:visited:not(.nlink) {
    color: #000;
    padding-top: 2px;
    line-height: inherit;
    text-decoration: none !important;
    -webkit-box-shadow: inset 0 -2px 0 #0a856a;
    box-shadow: inset 0 -2px 0 #0a856a;
}

.aframe header.body a:not(.nlink),
.aframe header.body a:link:not(.nlink),
.aframe header.body a:visited:not(.nlink) {
    color: #fff;
}

a.article-link:hover,
.aframe .body.dark a:hover:not(.nlink),
.aframe .body.dark a:focus:not(.nlink),
.aframe .body.dark a:active:not(.nlink),
.aframe .body a:hover:not(.nlink),
.aframe .body a:focus:not(.nlink),
.aframe .body a:active:not(.nlink) {
    color: #000;
    background-color: #9dcec3;
    padding-bottom: 0;
    border-bottom: none;
    -webkit-transition: background-color 350ms ease-out;
    transition: background-color 350ms ease-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}

.aframe header.body a:hover:not(.nlink),
.aframe header.body a:focus:link:not(.nlink),
.aframe header.body a:active:visited:not(.nlink) {
    color: #000;
}

@media ( max-width: 1200px) {
    .abanner .banner-angle {
        height: 560px;
    }

    .abanner .banner-image {
        height: 560px;
    }

    .abanner header {
        padding: 120px 0 40px 0;
        max-width: 750px;
    }
}

@media ( max-width: 992px) {
    .aframe .content {
        padding: 45px 45px 60px;
    }
}

@media ( max-width: 768px) {
    .aframe .content {
        padding: 30px 15px 60px;
    }

    .abanner.content-type-800 header,
    .abanner.content-type-1 header,
    .abanner.content-type-515 header {
        padding: 85px 20px 30px;
        background-color: #fff;
    }

    .abanner.no-abanner-mobile .banner-angle {
        display: none;
    }

    .abanner.no-abanner-mobile .banner-image {
        display: none;
    }

    .abanner.no-abanner-mobile header {
        color: #333;
        padding: 85px 15px 30px;
    }

        .abanner.no-abanner-mobile header .maintitle {
            text-shadow: none;
            line-height: 1em;
            margin: 20px 0;
            color: #333;
        }

        .abanner.no-abanner-mobile header .subtitle {
            text-shadow: none;
            line-height: 1.2em;
            margin: 20px 0;
            color: #333
        }

    .abanner.no-abanner-mobile a.article-link, .abanner a.article-link:link {
        color: #333;
    }

        .abanner.no-abanner-mobile a.article-link:hover {
            color: #fff;
        }

    .abanner.no-abanner-mobile .related a.article-link:hover {
        color: #000;
    }

    .abanner .maintitle {
        line-height: 1.2em;
        margin: 20px 0;
    }

    .abanner .subtitle {
        line-height: 1.2em;
        margin: 20px 0;
    }

    .aframe .body p {
        line-height: 1.5em;
    }

    .aframe .body .ntext {
        line-height: 1.5em;
    }

    .aframe .external-link a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .aframe .body ul > li {
        line-height: 1.5em;
    }

    .aframe .body ol > li {
        line-height: 1.5em;
    }

    .aframe .body ul ul, .aframe .body ol ol {
        margin-top: 1.5em;
    }

    .aframe header.body a:not(.nlink),
    .aframe header.body a:link:not(.nlink),
    .aframe header.body a:visited:not(.nlink) {
        color: #000;
    }

    .aframe header.body a:hover:not(.nlink),
    .aframe header.body a:focus:link:not(.nlink),
    .aframe header.body a:active:visited:not(.nlink) {
        color: #fff;
    }
}

.aframe .media-inline a, .aframe .media-inline a:link {
    color: initial !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.aframe a.popup {
    text-decoration: initial !important;
    border: initial !important;
}

/************ end framework */

/* video icon */
.avideo-icon {
    transition: all .25s ease-out;
}

.avideo-icon, .adetail .mejs__overlay-button {
    z-index: 1;
    position: absolute;
    background: url('play-default.png') no-repeat !important;
    width: 16% !important;
    height: 16% !important;
    background-size: 100% 100% !important;
    margin: auto auto auto auto;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
}

    .avideo-icon:hover, .adetail .mejs__overlay:hover .mejs__overlay-button {
        background: url('play-hover.png') no-repeat !important;
        background-size: 100% 100% !important;
    }

.adetail .media-inline-xlarge img.mejs__poster-img {
    width: auto;
}

.aframe .small-video-icon .avideo-icon {
    transform: scale(.7);
}

@media ( max-width: 992px) {
    .aframe .small-video-icon .avideo-icon {
        transform: scale(.5);
    }
}

@media ( max-width: 767px) {
    .aframe .small-video-icon .avideo-icon {
        transform: scale(.4);
    }
}

@media ( max-width: 550px) {
    .aframe .small-video-icon .avideo-icon {
        transform: scale(.3);
    }
}

@media ( max-width: 450px) {
    .avideo-icon, .adetail .mejs__overlay .mejs__overlay-button {
        width: 22% !important;
        height: 22% !important;
    }

    .aframe .small-video-icon .avideo-icon {
        transform: scale(.3);
    }
}

/* drop down */
.aselect select {
    cursor: pointer;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    font-family: 'Lato', Arial;
    padding: 10px 55px 10px 15px;
    width: 100%;
    height: 100%;
}

.aselect {
    display: inline-block;
    border: solid 1px rgb(115,124,128);
    font-size: 20px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    font-weight: normal;
    text-transform: uppercase;
}

    .aselect:after {
        position: absolute;
        right: 20px;
        top: 10px;
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        content: '\f078';
        color: rgb(115,124,128);
        font-size: 24px;
        pointer-events: none;
        background-color: transparent;
    }

    .aselect.heavy {
        border: solid 2px rgb(105,105,105);
        color: rgb(105,105,105);
        background-color: rgba(105,105,105,.2);
    }

/* blue button */
.aframe a.big-link,
.aframe a.big-link:link,
.aframe a.big-link:visited,
.acs-blue-button,
.acs-blue-button:link,
.acs-blue-button:visited {
    box-shadow: none;
    border: 2px solid #355e93;
    color: #355e93;
    padding: 10px 55px;
    background-color: rgba(53,94,141,.05);
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    transition: all 0.5s;
}

    .aframe a.big-link:hover,
    .acs-blue-button:hover {
        background-color: #355e93;
        color: #fff;
        text-decoration: none;
    }


/*******************

    DETAIL

*********************/
.adetail {
    position: relative;
    overflow: hidden;
}

    .adetail header .date {
        line-height: 1.6em;
        font-family: Lato, Arial;
        text-transform: uppercase;
        font-size: .85rem;
        letter-spacing: 3px;
    }

    .adetail header a {
        color: #fff
    }

        .adetail header a:link {
            color: #fff
        }

        .adetail header a:visited {
            color: #fff
        }

        .adetail header a.article-link:hover {
            background-color: #0a856a;
            color: #fff
        }

    .adetail.faq a.acategory-skew {
        margin-bottom: 20px;
    }

    .adetail .gallery {
        padding-bottom: 30px
    }

        .adetail .gallery .image {
            position: relative
        }

        .adetail .gallery .duration, .adetail .media-inline .duration {
            position: absolute;
            right: 15px;
            bottom: 15px;
            font-size: 17px;
            background-color: #333;
            color: #fff;
            border-radius: 4px;
            z-index: 2;
            padding: 3px 10px;
        }


    .adetail .mejs__poster {
        background-size: cover;
    }

/*tags*/
    .adetail .tags {
        display: inline-block;
        padding-top: 20px;
    }

        .adetail .tags a, .adetail .tags a:link {
            display: inline-block;
            margin: 0 10px 10px 0;
            background-color: #e7f3f1;
            color: #333;
            margin-right: 10px;
            font-family: Lato, Arial;
            transition: all .2s ease-in;
            font-size: .85rem;
            padding: 10px 25px;
            text-transform: lowercase;
        }

            .adetail .tags a:hover {
                background-color: #9dcec3;
                color: #333;
                text-decoration: none;
            }

/*social*/
    .adetail .social-top {
        padding: 0 0 30px 0;
    }

    .adetail .social-bottom {
        padding: 0;
    }

    .adetail .social-inner {
        justify-content: center;
    }

/*related*/
    .adetail .related {
        padding-bottom: 25px;
    }

        .adetail .related .item {
            padding-bottom: 20px;
            line-height: 1.2em;
        }

            .adetail .related .item .subtitle {
                color: #717171;
                font-weight: bold;
                padding-right: 10px;
            }

    /*gallery*/
    .adetail .gallery .item img {
        border: 1px solid #9E9E9E;
        max-height: 1000px;
        margin: 0 auto;
    }

.media-inline-popup {
    display: flex;
    margin: 20px;
}

    .media-inline-popup .caption {
        height: 100%;
        overflow-x: auto;
        padding: 20px;
        font-size: 17px;
        color: #fff;
    }

    .media-inline-popup .info {
        display: flex;
        flex-direction: column;
        background-color: #262626;
        margin-left: 20px;
        width: 300px;
        font-size: 15px;
    }

    .media-inline-popup .title {
        display: none;
    }

    .media-inline-popup .bottom {
        flex: 0 0 250px;
        padding: 20px;
    }

    .media-inline-popup .social {
        border-top: 1px solid #ABABAB;
        margin-top: 10px;
        padding-top: 20px;
        padding-bottom: 10px;
        display: flex;
        align-items: center;
    }

    .media-inline-popup .social-inner {
        font-size: 17px;
    }

    .media-inline-popup .social span.subhead {
        padding-right: 10px;
        color: #adadad;
        letter-spacing: 2px;
    }

    .media-inline-popup .social .social-inner a.addthis_button_email {
        margin-left: 5px;
    }

    .media-inline-popup .social .social-inner a.addthis_button_facebook {
        margin-right: 5px;
    }

    .media-inline-popup .social-link {
        width: 35px;
        height: 35px;
    }

    .media-inline-popup .action {
        color: #adadad;
        flex-direction: column;
        padding: 0;
        line-height: 1.5;
    }

        .media-inline-popup .action .icon {
            padding-right: 10px
        }

        .media-inline-popup .action .action-item {
            padding: 6px 0 0 0;
            display: flex;
            align-items: center;
        }

        .media-inline-popup .action a, .media-inline-popup .action a:link, .media-inline-popup .action a:visited, .media-inline-popup .action a:hover {
            color: #adadad;
        }

            .media-inline-popup .action a:hover {
                background-color: #0a856a;
                color: #fff;
                text-decoration: none;
            }

        .media-inline-popup .action .detail-link {
            display: none;
        }

        .media-inline-popup .action .icon {
            width: 20px;
            height: 20px;
        }

    .media-inline-popup .download-link .icon {
        background-image: none !important;
    }

        .media-inline-popup .download-link .icon:after {
            font-family: "Font Awesome 5 Free";
            content: "\f019";
            font-weight: bold;
        }

    .media-inline-popup .photographer .icon {
        background-image: none !important;
    }

        .media-inline-popup .photographer .icon:after {
            font-family: "Font Awesome 5 Free";
            content: "\f030";
            font-weight: bold;
        }

    .media-inline-popup .virin .icon {
        background-image: none !important;
        border: 1px solid #717171;
        border-radius: 50%;
        position: relative;
        width: 22px;
        height: 22px
    }

        .media-inline-popup .virin .icon:after {
            font-family: "Font Awesome 5 Free";
            content: "\f129";
            position: absolute;
            top: 0;
            left: 8px;
            font-weight: bold;
            font-size: .85em;
        }

    .media-inline-popup.slideshow {
        display: initial;
    }

        .media-inline-popup.slideshow .caption {
            max-height: initial;
            overflow: auto;
        }

        .media-inline-popup.slideshow .media-inline-img-container img {
            max-height: 500px;
            height: auto;
        }

        .media-inline-popup.slideshow .action {
            flex-direction: row;
            padding: 0;
        }

    .media-inline-popup .action a, .media-inline-popup .action a:link, .media-inline-popup .action a:visited, .media-inline-popup .action a:hover {
        font-size: 15px
    }

#cboxOverlay {
    background: none;
    background-color: rgb(0,0,0);
    opacity: 1;
    right: 35px;
}

.inline-popup #cboxContent {
    background: #000;
    color: #fff;
}

.inline-popup #cboxWrapper, .inline-popup #cboxContent, #colorbox.inline-popup {
    overflow: visible;
    -webkit-transform: none;
}

.inline-popup #cboxClose {
    top: -50px !important;
}

.inline-popup #cboxLoadedContent {
    margin-bottom: 0;
}

.inline-popup #cboxOverlay {
    width: 0 !important;
    height: 0 !important;
}

.inline-popup #cboxTopLeft, .inline-popup #cboxTopCenter, .inline-popup #cboxTopRight, .inline-popup #cboxMiddleLeft, .inline-popup #cboxMiddleRight, .inline-popup #cboxBottomLeft, .inline-popup #cboxBottomCenter, .inline-popup #cboxBottomRight {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.inline-popup ::-webkit-scrollbar-thumb {
    background: rgba(53, 94, 147, 1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.inline-popup ::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-border-radius: 10px;
}

.inline-popup ::-webkit-scrollbar {
    width: 8px;
}

.inline-popup #cboxClose {
    background-image: url(/desktopmodules/articlecs/images/media-close.svg) !important;
    right: 20px;
}

.adetail .media-inline .overlay {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    opacity: 1;
    background-color: rgba(0,0,0,.3);
    bottom: 15px;
    right: 15px;
    border: #fff solid 1px;
    color: #fff;
    border-radius: 3px;
    transition: background-color 0.2s ease-in-out;
    line-height: 44px;
    z-index: 3;
    display: flex;
    justify-content: center;
}

    .adetail .media-inline .overlay:after {
        font-family: "Font Awesome 5 Free";
        content: '\f31e';
        font-size: 25px;
        font-weight: bold;
    }

.adetail .media-inline:hover .overlay {
    background-image: none !important;
    background-color: #fff;
    color: rgba(0,0,0,1);
}

.adetail .media-inline .linkoverlay {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    opacity: 1;
    background-color: rgba(0,0,0,.3);
    bottom: 15px;
    right: 15px;
    border: #fff solid 1px;
    color: #fff;
    border-radius: 3px;
    transition: background-color 0.2s ease-in-out;
    line-height: 44px;
    z-index: 3;
    display: flex;
    justify-content: center;
}

    .adetail .media-inline .linkoverlay:after {
        font-family: "Font Awesome 5 Free";
        content: '\f35d';
        font-size: 25px;
        font-weight: bold;
    }

.adetail .media-inline:hover .linkoverlay {
    background-image: none !important;
    background-color: #fff;
    color: rgba(0,0,0,1);
}

.adetail .media-inline .linkoverlay {
    background-image: none !important;
    width: 44px !important;
    height: 44px !important;
    opacity: 1;
    background-color: rgba(0,0,0,.3);
    bottom: 15px;
    right: 15px;
    border: #fff solid 1px;
    color: #fff;
    border-radius: 3px;
    transition: background-color 0.2s ease-in-out;
    line-height: 44px;
    z-index: 3;
    display: flex;
    justify-content: center;
}

    .adetail .media-inline .linkoverlay:after {
        font-family: "Font Awesome 5 Free";
        content: '\f35d';
        font-size: 25px;
        font-weight: bold;
    }

.adetail .media-inline:hover .linkoverlay {
    background-image: none !important;
    background-color: #fff;
    color: rgba(0,0,0,1);
}


.adetail .media-inline .minfo {
    padding-top: 10px;
    border-bottom: none;
    line-height: 1.3em;
}

.adetail .media-inline .mtitle, .adetail .media-inline .caption {
    color: #717171;
    font-size: 17px;
    margin-top: 0;
    padding-top: 0;
    line-height: inherit;
}

.adetail .media-inline a:hover, .adetail .media-inline a:link, .adetail .media-inline a {
    text-decoration: none !important;
    border-bottom: none !important;
}

.adetail .media-inline .image-wrapper {
    display: block;
}

.adetail .breakout {
    margin: 0 calc((40vw - 370px)*-1);
}

.adetail .breakout, .adetail .media-inline.breakout .image-wrapper {
    margin: 0 -315px;
}

.adetail .media-inline.breakout {
    margin: 0 auto;
    width: 100%;
}

    .adetail .media-inline.breakout .image-wrapper img {
        width: 100%;
    }

.adetail .media-inline-xlarge img {
    width: 100%;
}


@media ( max-width: 1556px) {
    .adetail .breakout, .adetail .media-inline.breakout .image-wrapper {
        margin: 0 calc((45vw - 385px)*-1);
    }
}

@media ( max-width: 1200px) {
    .adetail header .date {
        font-size: 1rem;
    }

    .adetail .tags a, .adetail .tags a:link {
        font-size: 1rem;
    }

    .media-inline-popup img {
        height: auto !important
    }

    .media-inline-popup .media-inline-img-container {
        min-height: 1px;
    }

    /*ie11*/
    .media-inline-popup {
        flex-direction: column;
        margin: 0;
    }

        .media-inline-popup .info {
            background-color: #000;
            margin-left: 0;
            width: 100%;
        }

        .media-inline-popup .caption {
            height: auto;
            width: 100%;
            background-color: #000;
            padding: 20px;
        }

        .media-inline-popup .action {
            font-size: 1rem;
        }

    .inline-popup #cboxWrapper {
        height: auto !important;
        width: 100% !important;
    }

    .inline-popup #cboxContent {
        display: flex;
        flex-direction: column;
        width: 100% !important;
        height: 100% !important;
    }

    .inline-popup #cboxLoadedContent {
        order: 2;
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important
    }

    #colorbox.inline-popup {
        position: fixed !important;
        height: auto !important;
        top: 15px !important;
        bottom: 0;
        left: 0 !important;
        right: 0;
        top: 0;
        overflow-y: auto !important;
        width: 100% !important;
    }

    .inline-popup #cboxClose {
        order: 1;
        position: static;
        margin-bottom: 15px;
        margin-right: 30px;
        align-self: flex-end;
    }
}

@media ( max-width: 965px) {
    .media-inline-popup .bottom {
        flex: 0 0 200px;
    }
}

/* 650px content body starts to shrink */
@media ( max-width: 855px) {
    .adetail .breakout, .adetail .media-inline.breakout .image-wrapper {
        margin: 0;
    }
}


@media ( max-width: 768px) {
    .adetail.aframe .content {
        padding: 0;
    }

        .adetail.aframe .content .inside {
            padding: 30px 15px;
        }

    .adetail header.body a {
        color: #000;
    }

    article.no-abanner-mobile header .acategory-skew,
    article.no-abanner-mobile header a.acategory-skew {
        font-size: 1.1rem;
        box-shadow: none;
    }

    article.no-abanner-mobile header date {
        font-size: 1.1rem;
    }

    .acategory-skew, a.acategory-skew {
        font-size: 1.1rem;
        box-shadow: none;
    }

    .adetail .tags a {
        margin: 0 7px 10px 0;
        font-size: 1.1rem;
    }

    .adetail .breakout, .adetail .media-inline.breakout .image-wrapper {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    .adetail .gallery {
        padding-bottom: 0;
    }

    .ast-link.breakout {
        margin: 0;
        max-width: 100%;
    }

    .ast-split.breakout .body {
        margin: 0 15px;
        max-width: 100%;
    }
}

@media ( max-width: 667px) {
    .adetail .media-inline-xlarge .image-wrapper.video {
        max-width: initial;
    }

    .adetail .media-inline-xlarge .image-wrapper, .adetail .media-inline .image-wrapper.breakout {
        margin: 0 -15px 0 -15px;
        max-width: 100vw;
    }

    .ast-list .media-inline-xlarge .image-wrapper, .adetail .media-inline .image-wrapper.breakout {
        margin: 0 -45px 0 -45px;
        max-width: 100vw;
    }

    .ast-list.circle .media-inline-xlarge .image-wrapper, .adetail .media-inline .image-wrapper.breakout {
        margin: 0 -15px 0 -75px;
        max-width: 100vw;
    }
}

/*quiz*/
.adetail.quiz .body {
    text-align: center;
}

.adetail header.during {
    padding: 75px 0 25px 0;
    display: none;
    max-width: initial !important;
}

    .adetail header.during .maintitle {
        color: #717171;
        text-shadow: none;
        font-size: 2rem;
        margin-bottom: 10px;
        padding: 0 15px;
    }

.adetail.aframe.quiz.during-state .content .inside {
    padding: 0;
}

.adetail.aframe.quiz .content .inside {
    max-width: none;
}

.adetail.during-state .body {
    display: none;
}

.adetail.during-state #omniquiz {
    box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
    background-color: white;
}

.adetail.during-state .banner-angle {
    display: none;
}

.adetail.during-state .banner-image {
    display: none;
}

.adetail.during-state header.start {
    display: none;
}

.adetail.during-state header.during {
    display: flex !important;
}

.adetail.during-state header.done {
    display: none;
}

.adetail.during-state .social-top {
    display: none;
}

.adetail.during-state .content {
    padding: 0;
}

.adetail.done-state header.start {
    display: none;
}

.adetail.done-state header.during {
    display: none;
}

.adetail.done-state header.done {
    display: flex !important;
}

    .adetail.done-state header.done .maintitle.message {
        font-family: Lato, Arial;
        font-size: 1.6rem;
        margin-top: 0;
    }
/*quiz embed*/
.adetail .quiz-embed {
    background: rgb(242,245,246);
    background: radial-gradient(ellipse at center, rgba(242,245,246,1) 0%,rgba(227,234,237,1) 37%,rgba(200,215,220,1) 100%);
}

    .adetail .quiz-embed .omniquizQuestionContainer {
        padding: 0;
    }

/*******************

     LISTING

*********************/
.alist {
    position: relative;
}

.alist-inner {
    display: block;
}

.alist.stories {
    padding: 0;
    font-family: 'Lato', Arial;
}

    .alist.stories .item {
        padding-bottom: 80px;
        position: relative;
    }

.alist-more-button.btn-primary.disabled {
    opacity: 1;
    background-color: #355e93;
    border-color: #355e93;
    color: #fff;
}

.alist-more-button.btn-default-ghost.disabled {
    color: #333;
    opacity: 1;
}


/*category*/
.alist.stories .item a.category, .alist.stories .item a.category:link {
    margin-bottom: 10px;
    margin-top: 5px;
    color: #355e93;
    display: block;
    font-size: 20px;
    text-transform: none;
}

    .alist.stories.search .item a.category, .alist.stories .item a.category:link {
        margin-bottom: 0;
        margin-top: 0;
    }


.feature-grid-5.alist .item a.category, .feature-grid-5.alist .item a.category:link, .item .dgov-card-4 a.category {
    float: left;
}

.alist.stories.breaking .item a.category span {
    display: none;
}

.alist.stories.breaking .item a.category {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

    .alist.stories.breaking .item a.category:after {
        color: #B33F46;
        content: 'BREAKING';
    }

/*content type*/
.explore-item span.content-type {
    display: flex;
    margin: 10px 0 17px 0;
}

.alist.stories .item .content-type:not(span) {
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
    display: block;
    font-size: 20px;
}

.alist.stories.search .item .content-type {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
}

.alist.stories.search .item span.content-type {
    width: 100%;
    margin-bottom: 10px;
    line-height: 24px;
}

.alist.stories .item .content-type a {
    font-size: 20px;
    color: #355e93;
}

.item .content-type span.separator {
    margin: 5px 7px;
    border-left: 2px solid #355e93;
    float: left;
    width: 2px;
    height: 16px;
}

.adetail .acategory-skew span.separator {
    margin: 0 5px 0;
    border-left: 2px solid #fff;
    width: 2px;
    line-height: 16px;
}

/*poster*/
.alist.stories .item.hover a.title {
    text-decoration: underline;
}

.alist.stories .item.hover .poster div {
    transform: scale(1.1);
}

.alist.stories .item .poster {
    float: right;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    border: #adadad solid 1px;
    display: inline-block;
    width: 60%;
}

    .alist.stories .item .poster:after {
        padding-top: 66.66%; /* 6:4 ratio */
        display: block;
        content: '';
    }

    .alist.stories .item .poster div {
        position: absolute;
        top: -1px;
        bottom: -1px;
        right: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all .25s ease-out;
    }

.alist.stories .item a.title, .alist.stories .item a.title:link {
    font-size: 1.6rem;
    line-height: 1.2em;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

    .search.alist.stories .item a.title, .alist.stories .item a.title:link {
        margin-bottom: 0;
    }

    .alist.stories.search .item a.title, .alist.stories .item a.title:link {
        clear: both;
        display: block;
    }

.feature-grid-5.alist.stories .item a.title, .feature-grid-5.alist.stories .item a.title:link {
    font-size: 1.6rem;
    display: inline-block;
}

.alist.stories.breaking .item .poster {
    right: 10%;
}

.alist.stories .item.hover .poster .avideo-icon {
    background: url('play-hover.png') no-repeat !important;
    background-size: 100% 100% !important;
}

@media ( max-width: 767px) {
    .alist.stories .item.explore-item .poster {
        border: none;
        border-radius: 0px;
    }
}

@media ( max-width: 450px) {
    .alist.stories .item.hover .poster .avideo-icon {
        width: 22% !important;
        height: 22% !important;
    }
}

/*info block*/
.alist.stories .item .info {
    z-index: 3;
    cursor: pointer;
    position: absolute;
    left: 14%;
    background: rgba(255, 255, 255, 0.9);
    width: 38%;
    padding: 20px 30px 30px;
    border-top: solid 8px #355D8E;
    border-radius: 3px;
    bottom: 120px;
    margin: 0 5px 0 5px;
}

    .alist.stories .item .info .bar {
        display: flex;
        justify-content: flex-start;
        padding-top: 30px;
        color: #717171;
        align-items: center;
    }

.alist.stories.breaking .item .info {
    border-color: #B33F46;
}

/*play button*/
.alist.stories .item .info a.play-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -33px;
    bottom: 30px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #355D8E;
    color: #fff;
    font-size: 1.6rem;
    padding: 2px 0 0 4px;
}

    .alist.stories .item .info a.play-link:hover {
        text-decoration: none;
    }

    .alist.stories .item .info a.play-link span:after {
        font-family: "Font Awesome 5 Free";
        content: '\f054';
    }

.alist.stories.breaking .item .info a.play-link {
    background-color: #B33F46;
}

.alist.stories .item .info a.play {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -33px;
    bottom: 30px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #355D8E;
    color: #fff;
    font-size: 1.6rem;
    padding: 2px 0 0 4px;
}

    .alist.stories .item .info a.play:hover {
        text-decoration: none;
    }

    .alist.stories .item .info a.play span:after {
        font-family: "Font Awesome 5 Free";
        content: '\f054';
    }

.alist.stories.breaking .item .info a.play {
    background-color: #B33F46;
}

.alist.stories .item:nth-child(even) .info a.play {
    left: -33px;
    padding: 2px 4px 0 0;
}

    .alist.stories .item:nth-child(even) .info a.play span:after {
        content: '\f053';
    }

/*date*/
.alist.stories .item time {
    order: 3;
    font-size: 18px;
    padding: 0 2rem;
}

.search.alist.stories .item time {
    font-size: 16px;
}

/*info - social icons*/
.alist.stories .item .info .social {
    order: 2;
}

/*1st item*/
.alist.stories .item:nth-child(even) .info {
    right: 14%;
    left: inherit;
}

.alist.stories .item:nth-child(even) .poster {
    float: left;
}

.alist.stories .item:nth-child(even) .info a.play-link {
    left: -33px;
    padding: 2px 4px 0 0;
}

    .alist.stories .item:nth-child(even) .info a.play-link span:after {
        content: '\f053';
    }

.alist.stories .item:nth-child(even) .info a.play {
    left: -33px;
    padding: 2px 4px 0 0;
}

    .alist.stories .item:nth-child(even) .info a.play span:after {
        content: '\f053';
    }

.alist.stories .item:nth-child(even) .info time {
    order: 1;
}

.alist.stories .item:nth-child(even) .info .bar {
    justify-content: flex-end;
}

.alist.stories.breaking .item:nth-child(even) .poster {
    left: 10%;
}
/********************* newsroom press products ***********************/
.alist.newsroom .item {
    padding-bottom: 0
}

    .alist.newsroom .item .info {
        cursor: pointer;
        width: 100%;
        padding: 30px 0px 30px;
        box-shadow: none;
        border-top: none;
        border-bottom: 1px solid #aeaeae;
        border-radius: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0
    }

        .alist.newsroom .item .info .bar {
            padding-top: 20px
        }

    .alist.newsroom .item:last-child .info {
        border: none;
    }

    .alist.newsroom .item .lside {
        padding-right: 100px;
        order: 1;
    }

        .alist.newsroom .item .lside .title {
            font-size: 1.8rem;
            font-weight: 600;
        }

        .alist.newsroom .item .lside a.category, .alist.newsroom .item .lside a.category:link {
            text-transform: uppercase;
            color: #355e93;
            font-size: 1.2rem;
        }

        .alist.newsroom .item .lside span.category {
            text-transform: uppercase;
            font-size: 1.2rem;
        }

        .alist.newsroom .item .lside span.categorySep {
            margin-left: 5px;
            margin-right: 5px;
        }

        .alist.newsroom .item .lside .timecontainer {
            margin-bottom: 15px;
        }

            .alist.newsroom .item .lside .timecontainer time {
                padding-left: 0;
                font-size: 1.2rem;
                color: #717171;
                text-transform: none;
            }

    .alist.newsroom .item .social {
        order: 2;
    }

.adetail.newsroom.aframe .content {
    padding: 0;
}

    .adetail.newsroom.aframe .content .inside {
        max-width: 800px;
    }

.adetail.newsroom .header {
    text-align: center;
}

    .adetail.newsroom .header .disclaimer {
        padding: 15px;
        margin-bottom: 1rem !important;
        margin: 0 -240px;
        background-color: #ebeff5;
        border: 1px solid #aebfd4;
        border-radius: 4px;
        color: #141414;
        font-size: 17px;
        line-height: 1.5em;
        text-align: center;
    }

        .adetail.newsroom .header .disclaimer a,
        .adetail.newsroom .header .disclaimer a:link,
        .adetail.newsroom .header .disclaimer a:visited {
            color: #000;
            padding-top: 2px;
            line-height: inherit;
            text-decoration: none !important;
            -webkit-box-shadow: inset 0 -2px 0 #0a856a;
            box-shadow: inset 0 -2px 0 #0a856a;
        }

            .adetail.newsroom .header .disclaimer a:hover,
            .adetail.newsroom .header .disclaimer a:focus,
            .adetail.newsroom .header .disclaimer a:active {
                color: #000;
                background-color: #9dcec3;
                padding-bottom: 0;
                border-bottom: none;
                -webkit-transition: background-color 350ms ease-out;
                transition: background-color 350ms ease-out;
                -webkit-box-shadow: none;
                box-shadow: none;
                text-decoration: none;
            }

.adetail.news .header .disclaimer {
    padding: 15px;
    margin: 0 -240px;
    margin-bottom: 1rem !important;
    background-color: #ebeff5;
    border: 1px solid #aebfd4;
    border-radius: 4px;
    color: #141414;
    font-size: 17px;
    line-height: 1.5em;
    text-align: center;
}

    .adetail.news .header .disclaimer a,
    .adetail.news .header .disclaimer a:link,
    .adetail.news .header .disclaimer a:visited {
        color: #000;
        padding-top: 2px;
        line-height: inherit;
        text-decoration: none !important;
        -webkit-box-shadow: inset 0 -2px 0 #0a856a;
        box-shadow: inset 0 -2px 0 #0a856a;
    }

        .adetail.news .header .disclaimer a:hover,
        .adetail.news .header .disclaimer a:focus,
        .adetail.news .header .disclaimer a:active {
            color: #000;
            background-color: #9dcec3;
            padding-bottom: 0;
            border-bottom: none;
            -webkit-transition: background-color 350ms ease-out;
            transition: background-color 350ms ease-out;
            -webkit-box-shadow: none;
            box-shadow: none;
            text-decoration: none;
        }


.adetail.newsroom .header .presenterinfoType.Transcript {
    display: none;
}

.adetail.newsroom .header .presenterinfoType.Contract {
    display: none;
}

.adetail.newsroom .header .presenterinfoType {
    color: #717171;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2em;
    letter-spacing: 3px;
    margin-bottom: 1rem;
}

.adetail.newsroom .header .maintitle {
    max-width: 800px;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1em;
    color: #333333;
    font-family: 'Crimson Text', serif;
    margin-bottom: 0.7rem;
}

.adetail.newsroom .header .date {
    line-height: 1.6em;
    font-family: Lato, Arial, sans-serif;
    text-align: center;
    font-size: .95rem;
    letter-spacing: 3px;
    color: #717171;
    margin-bottom: 0.7rem;
    text-transform: uppercase;
}

.adetail.newsroom .header .presenter {
    color: #717171;
    text-align: center;
    max-width: 700px;
    font-size: 20px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em;
}

.adetail.newsroom .header .dateline {
    color: #717171;
    text-align: center;
    max-width: 700px;
    font-size: 20px;
    margin-bottom: 1rem;
    line-height: 1.2em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.adetail.newsroom .social-top {
    padding: 0;
}

.adetail.newsroom .social-bottom {
    margin-top: 45px;
}

@media ( max-width: 1556px) {
    .adetail.newsroom .disclaimer {
        margin: 0 calc((39vw - 385px) * -1) !important;
    }

    .adetail.news .disclaimer {
        margin: 0 calc((39vw - 385px) * -1) !important;
    }
}

@media ( max-width: 992px) {
    .alist.newsroom .item .info {
        display: block;
    }

    .alist.newsroom .item .lside {
        padding-right: 0;
    }

    .alist.newsroom .item .social {
        margin-top: 20px;
    }

    .adetail.newsroom .disclaimer {
        margin: 0 !important;
    }

    .adetail.news .disclaimer {
        margin: 0 !important;
    }
}

@media ( max-width: 767px) {
    .alist.newsroom .item .lside .timecontainer time {
        font-size: 20px
    }

    .adetail.newsroom .disclaimer {
        margin: 0 -15px !important;
        width: calc(100% + 30px);
    }

    .adetail.news .disclaimer {
        margin: 0 -15px !important;
        width: calc(100% + 30px);
    }
}

@media print {
    .press-page .page-banner, .press-page .subscribe {
        display: none !important;
    }
}
/*pager*/
.alist .pager {
    position: relative;
    z-index: 10;
}

.alist .apager {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .alist .apager div {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        margin: 0 5px;
    }

    .alist .apager a {
        width: 55px;
        height: 55px;
        line-height: 53px;
        display: inline-block;
    }

    .alist .apager a, .alist .pager a:link {
        font-weight: 400;
        font-size: 20px;
        width: 44px;
        height: 54px;
        border-bottom: 4px solid transparent;
        transition: .15s all;
        color: #717171
    }

    .alist .apager .active {
        border-radius: 0;
        background-color: transparent;
    }

    .alist .apager a:focus, .alist .apager a:hover {
        text-decoration: none;
    }

    .alist .apager :not(.active) a:hover {
        border-radius: 0;
        background-color: transparent;
        color: #222;
        border-bottom: 4px solid #ebebeb;
    }

    .alist .apager .active a, .alist.stories .pager .active a:link, .alist.stories .pager .active a:hover {
        color: #355e93;
        background: none;
        border-bottom: 4px solid #355e93;
    }

    .alist .apager .disabled, .alist .apager .disabled a, .alist.stories .apager .disabled a {
        color: rgba(105, 105, 105,0.25);
    }

    .alist .apager .nextprev a {
        background: transparent;
        font-size: 24px;
        font-weight: normal;
        margin: 0;
    }

        .alist .apager .nextprev:not(.active) a:hover {
            background-color: transparent;
            color: #333;
        }

        .alist .apager .nextprev.disabled {
            pointer-events: none;
            cursor: default;
        }

        .alist .apager .nextprev a:hover {
            border-bottom: 4px solid transparent;
        }

.alist.no-items {
    display: block;
    font-size: 1.2rem;
}

@media ( max-width: 1200px) {
    .alist.stories .item .info {
        width: 46%;
        left: 8%;
    }

    .alist.stories .item:nth-child(even) .info {
        right: 8%;
    }
}

@media ( max-width: 992px) {
    .alist.stories .item {
        padding-bottom: 0;
    }

        .alist.stories .item a.category {
            margin-bottom: 10px;
            font-size: 1.2rem;
        }

        .alist.stories .item .title {
            font-size: 1.6rem !important;
            line-height: 35px;
        }

        .alist.stories .item .info {
            position: relative;
            width: 90%;
            bottom: 80px;
            margin: 0 5px 0 5px;
            padding: 20px 24px 20px 24px;
            margin: 0 auto;
            left: 0;
        }

            .alist.stories .item .info a.play-link {
                display: none;
                top: -35px;
                right: 30px;
                bottom: initial;
                width: 60px;
                height: 60px;
                font-size: 1.6rem;
            }

                .alist.stories .item .info a.play-link span {
                    padding: 2px 0 0;
                }

            .alist.stories .item .info a.play {
                top: -35px;
                right: 30px;
                bottom: initial;
                width: 60px;
                height: 60px;
                font-size: 1.6rem;
            }

                .alist.stories .item .info a.play span {
                    padding: 2px 0 0;
                }

            .alist.stories .item .info .bar {
                justify-content: space-between;
                padding-top: 20px;
            }

            .alist.stories .item .info time {
                order: 3;
                font-size: 1rem;
                padding-right: 0;
            }

        .alist.stories .item .poster {
            text-align: center;
        }

        .alist.stories .item .poster {
            width: 100%;
            float: none;
        }

    .alist.stories.breaking .item .poster {
        right: 0;
    }

    .alist.stories.breaking .item:nth-child(even) .poster {
        left: 0;
    }

    .alist.stories .item:nth-child(even) .poster {
        float: none;
        width: 100%;
    }

    .alist.stories .item:nth-child(even) .info {
        right: initial;
    }

    .alist.stories:not(.newsroom) .item:nth-child(even) .info .social {
        float: none;
        order: 0;
    }

    .alist.stories .item:nth-child(even) .info a.play-link {
        left: inherit;
    }

        .alist.stories .item:nth-child(even) .info a.play-link span {
            padding: 2px 0 0 4px;
        }

            .alist.stories .item:nth-child(even) .info a.play-link span:after {
                content: '\f054';
            }

    .alist.stories .item:nth-child(even) .info a.play {
        left: inherit;
    }

        .alist.stories .item:nth-child(even) .info a.play span {
            padding: 2px 0 0 4px;
        }

            .alist.stories .item:nth-child(even) .info a.play span:after {
                content: '\f054';
            }

    .alist.stories .item:nth-child(even) .info .bar {
        justify-content: space-between;
    }
}

.adetail .media-inline-large {
    width: 61%;
}

@media ( max-width: 767px) {
    .alist.stories .item a.category {
        font-size: 1.4rem;
    }

    .alist.stories .item .info time {
        font-size: 16px;
    }

    .feature-grid-5 .item .info time {
        font-size: 18px;
    }

    .feature-grid-5.alist.stories .item .info {
        margin: 0 auto -40px;
    }

    .alist.stories .item .info a.play-link {
        font-size: 1.8rem;
    }

    .alist.stories .item .info a.play {
        font-size: 1.8rem;
    }

    /* This allows the image to breakout to full viewport in <767px mobile */
    .adetail .media-inline-small .image-wrapper,
    .adetail .media-inline-medium .image-wrapper,
    .adetail .media-inline-large .image-wrapper,
    .adetail .media-inline-xlarge .image-wrapper {
        margin: 0 -15px 0 -15px;
        max-width: 100vw;
    }
}

@media ( max-width: 550px) {
    .alist.stories .item .info a.play-link {
        width: 50px;
        height: 50px;
        top: -30px;
    }

    .alist.stories .item .info a.play-link {
        font-size: 1.6rem;
    }

    .alist.stories .item .info a.play {
        width: 50px;
        height: 50px;
        top: -30px;
    }

    .alist.stories .item .info a.play {
        font-size: 1.6rem;
    }

    .feature-grid-5 .item a.category, .feature-grid-5 .item a.category:link {
        font-size: 18px;
    }
}


/* list view */

.alist.stories.list .item {
    padding-bottom: 30px;
}

    .alist.stories.list .item .poster {
        display: none;
    }

    .alist.stories.list .item .info a.play-link {
        display: none;
    }

    .alist.stories.list .item .info a.play {
        display: none;
    }

    .alist.stories.list .item .info {
        position: relative;
        width: 99%;
        bottom: 0;
        left: inherit;
        right: inherit;
    }

        .alist.stories.list .item .info .bar {
            justify-content: flex-start;
        }

        .alist.stories.list .item .info time {
            order: 3;
            padding-left: 50px;
        }

        .alist.stories.list .item .info:hover {
            transform: none;
        }

    /* search view */
.alist.stories.list.search .item {
    display: flex;
}

    .alist.stories.list.search .item .poster-outer {
        display: inline-block;
        flex: 0 0 30%;
        width: 100%;
    }

    .alist.stories.list.search .item .poster {
        float: none;
        display: inline-block;
        box-shadow: none;
        width: 100%
    }

    .alist.stories.list.search .item .info {
        flex: 0 0 70%;
        border: none;
        box-shadow: none;
        margin: 0;
        padding: 0 0 0 30px;
        cursor: auto;
    }

    .alist.stories.list.search .item .poster:hover div {
        transform: scale(1.1);
    }

    .alist.stories.list.search .item .info .bar {
        padding-top: 20px;
    }

    .alist.stories.list.search .item .info time {
        padding-left: 30px;
    }

    .alist.stories.list.search .item .avideo-icon {
        transform: scale(.7);
    }

.alist.stories.list.search header .maintitle {
    font-family: Lato,Arial;
    margin: 0;
}

.alist.stories.list.search header .subtitle {
    font-family: Lato,Arial;
    margin: 0;
}

.alist.stories.list.search .pager {
    margin: 4rem 0 1rem 0;
}

.alist.stories.list.search .content {
    min-height: 500px;
}

@media ( max-width: 1200px) {
    .alist.stories.list.search .item .avideo-icon {
        transform: scale(.5);
    }

    .alist.stories.list.search .item .poster:hover .avideo-icon {
        transform: scale(.6);
    }
}

@media ( max-width: 767px) {
    .alist.stories.list.search .item {
        display: block;
    }

        .alist.stories.list.search .item .avideo-icon {
            transform: scale(.8);
        }

        .alist.stories.list.search .item .poster {
            display: block;
            flex: none;
        }

        .alist.stories.list.search .item .info {
            flex: none;
            padding: 0 0 20px;
        }

            .alist.stories.list.search .item .info .bar {
                padding-top: 15px;
            }

        .alist.stories.list.search .item .poster:hover .avideo-icon {
            transform: scale(.9);
        }
}



/*subtitle*/
.alist .subtitle span {
    font-size: 24px;
    color: rgb(195,55,56);
}


/* quiz listing */
.alist.quiz .alist-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px;
}

.alist.quiz .item {
    width: 33.33%;
    padding: 0 15px 60px;
}

.alist.quiz .quiz-image {
    border-radius: 4px;
    padding-top: 81.25%;
    background-size: cover;
    background-position: center center;
}

.alist.quiz .info {
    background: #fff;
    padding: 25px 25px 60px;
    position: relative;
    width: 85%;
    margin: -100px auto 0;
    min-height: 140px;
    border-radius: 0 0 4px 4px;
}

    .alist.quiz .info:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        height: 11px;
        top: -10px;
        background-size: 100% 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 10 10'%3E%3Cpolygon fill='white' points='10,10 10,0 0,10' opacity='1'%3E%3C/polygon%3E%3C/svg%3E");
    }

    .alist.quiz .info .title {
        font-size: 1.4rem;
        font-weight: bold;
        display: block;
        word-break: break-word;
    }

    .alist.quiz .info .category {
        transform: skewX(-15deg);
        color: #fff;
        background: #355E92;
        position: absolute;
        bottom: calc(100% - 10px);
        right: 20px;
        text-transform: uppercase;
        padding: 8px 25px;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: right;
        margin-left: 30px;
    }

        .alist.quiz .info .category span {
            transform: skewX(15deg);
            display: block;
        }

    .alist.quiz .info .quiz-question-count {
        position: absolute;
        bottom: 25px;
        left: 25px;
        color: #717171;
    }

.alist.quiz .image-wrap {
    padding-top: 81.66%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

    .alist.quiz .image-wrap a {
        display: block;
    }

    .alist.quiz .image-wrap .zoom-bg {
        background-color: rgba(255,255,255,.05);
        background-repeat: no-repeat;
        text-decoration: none;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-size: cover;
        background-position: 50% 50%;
    }

.info .button-wrap {
    text-align: center;
    background: #1b8157;
    margin-left: auto;
    margin-top: -55px;
    margin-bottom: 15px;
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    font-family: lato;
    font-weight: 700;
    border-radius: 3px;
    position: relative;
    z-index: 9999;
    height: 45px;
    width: 79px;
    transition: all .2s;
    overflow: hidden;
    text-transform: uppercase;
}

    .info .button-wrap .button-start {
        opacity: 0;
        position: absolute;
        transition: all 0.1s 0s;
    }

    .info .button-wrap .button-quiz {
        position: absolute;
        right: 15px;
        background: #1b8157;
    }

.engage-item {
    cursor: pointer;
}

    .engage-item:hover .info .button-wrap {
        width: 148px;
    }

        .engage-item:hover .info .button-wrap .button-start {
            opacity: 1;
        }

    .engage-item .info a:hover {
        text-decoration: none;
    }

    .engage-item .last-slide .contain {
        overflow: hidden;
        width: 100%;
        height: 100%;
        position: relative;
    }

        .engage-item .last-slide .contain .txWrapper {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 99;
        }

            .engage-item .last-slide .contain .txWrapper .tx {
                transition: all .25s ease-out;
                margin-top: 1.5rem;
                color: #fff;
                font-family: "Oswald", "sans-serif";
                font-size: 2rem;
                text-transform: uppercase;
                font-weight: 400;
                width: 100%;
                text-align: center;
                display: block;
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                padding: 15px;
                text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
            }

        .engage-item .last-slide .contain .tx .plus {
            opacity: 0;
            transition: all .25s ease-out;
            height: 2.5rem;
            width: 2.5rem;
            margin: auto;
            margin-top: 20px;
        }

    .engage-item .last-slide .bg {
        box-shadow: 0 13px 20px -9px rgba(0,0,0,0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        transition: all .25s ease-out;
    }

    .engage-item .last-slide:hover .contain .tx {
        margin-top: 0px;
        transition: all .25s ease-out;
    }

        .engage-item .last-slide:hover .contain .tx .plus {
            opacity: 1;
            transition: all .25s ease-out;
            transition-delay: .25s;
        }

    .engage-item .last-slide:hover .bg {
        transform: scale(1.1);
    }

@media (max-width: 1200px) {
    .info .button-wrap {
        width: 70px;
        height: 40px;
        font-size: 17px
    }

    .engage-item:hover .info .button-wrap {
        width: 131px;
    }
}

@media (max-width: 1024px) {
    .info .button-wrap {
        width: 79px;
        height: 45px;
        font-size: 20px;
    }

    .engage-item:hover .info .button-wrap {
        width: 148px;
    }
}

@media (max-width: 991px) {
    .info .button-wrap {
        width: 148px;
    }

        .info .button-wrap .button-start {
            opacity: 1;
        }
}

@media (max-width: 450px) {
    .info .button-wrap {
        width: 130px;
        height: 40px;
        font-size: 17px;
    }

    .engage-item:hover .info .button-wrap {
        width: 131px;
    }
}

.dgov-carousel-engage .pull-title {
    color: #1b8157 !important;
}

.dgov-carousel-engage .category {
    padding: 8px 20px;
    margin-left: 30px;
    bottom: calc(100% - 10px);
    text-align: right;
    font-size: .85rem;
}

.dgov-carousel-engage .info {
    padding: 25px 25px 60px;
}

.dgov-carousel-engage .quiz-question-count {
    color: #717171;
}

@media (max-width: 450px) {
    .dgov-carousel-engage .category {
        right: 10px;
        margin-left: 15px;
        padding: 8px 15px;
    }

    .dgov-carousel-engage .info {
        padding: 25px 20px 60px;
        margin: -1rem auto 0;
    }

    .dgov-carousel-engage a.title h2 {
        font-size: 1.4rem !important;
    }
}

.dgov-carousel .slick-slide .image-wrap, .dgov-carousel .slick-slide .last-slide {
    border-radius: 4px;
}

.dgov-carousel-engage a.title h2 {
    word-break: break-word;
}

@media (max-width: 1024px) {
    .dgov-carousel-engage .category {
        font-size: 1.2rem;
    }
}

@media (max-width: 776px) {
    .dgov-carousel-engage .category {
        font-size: 1.2rem;
    }
}

@media (max-width: 450px) {
    .dgov-carousel-engage a.title h2 {
        font-size: 1.6rem;
    }

    .dgov-carousel-engage .category {
        font-size: 15px;
    }
}

.alist.quiz .info .category {
    font-size: .85rem;
}

@media ( max-width: 1400px) {
    .alist.quiz .item {
        width: 50%;
    }

    .alist.quiz .info .category {
        font-size: 1rem;
    }
}

@media ( max-width: 1024px) {
    .alist.quiz .item {
        width: 100%;
    }

    .alist.quiz .info .title {
        font-size: 2rem;
    }

    .alist.quiz .info {
        min-height: 0 !important;
    }

        .alist.quiz .info .category {
            font-size: 1.2rem;
        }
}

@media ( max-width: 776px) {
    .alist.quiz .info .quiz-question-count {
        font-size: 1.2rem;
    }

    .alist.quiz .info .category {
        font-size: 1.2rem;
    }
}

.alist.quiz.list .alist-inner {
    display: block;
    margin: 60px 0 0;
}

.alist.quiz.list .item {
    width: 100%;
    padding: 0;
}

.alist.quiz.list .quiz-image {
    display: none;
}

.alist.quiz.list .info:before {
    display: none;
}

.alist.quiz.list .info {
    margin: 0 0 70px;
    padding: 40px 30px 30px;
    width: auto;
    border-top: solid 8px #355D8E;
    border-radius: 3px;
    box-shadow: 0px 3px 5px 1px rgba(0,0,0,.3);
}

    .alist.quiz.list .info .title {
        font-size: 2rem;
        margin: 0 0 10px;
    }

    .alist.quiz.list .info .category {
        right: auto;
        left: 40px;
        top: -30px;
    }

    .alist.quiz.list .info .quiz-question-count {
        position: static;
        display: block;
        font-size: 1.2rem;
    }

@media ( max-width: 450px) {
    .alist.quiz .info {
        padding: 25px 20px 60px;
        margin: -1rem auto 0;
    }

        .alist.quiz .info .title {
            font-size: 1.4rem;
        }

        .alist.quiz .info .category {
            right: 10px;
            margin-left: 15px;
            padding: 8px 15px;
        }
}


/********************* faq ***********************/

.alist.faq .item {
    padding-bottom: 0
}

    .alist.faq .item .info {
        cursor: pointer;
        width: 100%;
        padding: 30px 0px 30px;
        box-shadow: none;
        border-top: none;
        border-bottom: 1px solid #aeaeae;
        border-radius: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
    }

        .alist.faq .item .info .bar {
            padding-top: 20px;
        }

    .alist.faq .item:last-child .info {
        border: none;
    }

    .alist.faq .item time {
        font-size: 15px;
        color: #717171;
        margin-right: 30px;
    }

    .alist.faq .item .lside {
        padding-right: 45px
    }

.alist.faq .more-row {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.alist.faq .item .category {
    font-size: 1.2rem;
}

.alist.faq .item .title {
    font-family: 'Lato', sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    margin: 0px;
}

.alist.faq .item .barlink:hover {
    text-decoration: none;
}

.alist.faq .item .plus-container {
    margin-left: 15px;
}

    .alist.faq .item .plus-container .plus {
        height: 60px;
        width: 60px;
        background: #355E93;
        color: #fff;
        text-align: center;
        font-size: 39px;
        position: relative;
        border-radius: 100px;
        transition: 0.3s cubic-bezier(.25,.8,.25,1);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

        .alist.faq .item .plus-container .plus span {
            width: 60px;
            height: 60px;
            display: inline-block;
            position: relative;
            top: 0px;
            left: 0px;
            cursor: pointer;
        }

            .alist.faq .item .plus-container .plus span:before {
                content: "";
                display: block;
                width: 40%;
                height: 4px;
                background-color: #fff;
                position: absolute;
                top: 50%;
                left: 30%;
                transition: 0.3s ease;
                opacity: 1;
                margin-top: -2px;
            }

            .alist.faq .item .plus-container .plus span:after {
                content: "";
                display: block;
                width: 4px;
                height: 40%;
                background-color: #fff;
                position: absolute;
                left: 50%;
                top: 30%;
                transition: 0.3s ease;
                margin-left: -2px;
            }

.alist.faq .item:hover .lside .title {
    text-decoration: underline !important;
}

.alist.faq .item:hover .plus-container .plus span:before {
    transform: rotate(45deg);
    width: 30%;
    top: 42%;
    left: 35%;
}

.alist.faq .item:hover .plus-container .plus span:after {
    margin-top: 8px;
    height: 30%;
    top: 30%;
    transform: rotate(45deg);
}


.adetail.faq .abanner .banner-angle-header.noimage {
    background-color: #254267;
    background-image: linear-gradient(-10deg, rgba(0,0,0, .3) 0%, rgba(0,0,0, .3) 49.95%, rgba(0,0,0, 0) 50%, rgba(0,0,0, 0) 100%);
}

.adetail.faq .content {
    padding-bottom: calc(60px + 5vw);
}

.adetail.faq .more-row {
    width: 100%;
    clear: both;
}

.adetail.faq .more-home {
    margin-top: 45px;
    text-align: center;
}


/* biography */
.alist.bio {
    margin: 0 -15px;
}

    .alist.bio .items {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .alist.bio .item-container {
        display: flex;
        flex: 1 0 25%;
        max-width: 25%;
        margin-bottom: 30px;
    }

    .alist.bio .item {
        cursor: pointer;
        width: 100%;
        text-align: center;
        transition: all 0.3s cubic-bezier(.25,.8,.25,1);
        border-radius: 3px;
        overflow: hidden;
        margin: 15px;
        display: flex;
        flex-flow: column;
        height: 100%;
    }

        .alist.bio .item .poster-wrapper {
            overflow: hidden;
            position: relative;
        }

            .alist.bio .item .poster-wrapper a {
                position: absolute;
                top: 5px;
                right: 5px;
                background: #fff;
                padding: 5px 8px;
                border-radius: 4px;
                box-shadow: 0 1px 3px rgba(0,0,0,0.02), 0 1px 2px rgba(0,0,0,0.14);
                z-index: 99;
            }

        .alist.bio .item div.poster {
            position: relative;
            padding-top: 100%;
            width: 100%;
            height: auto;
            background-size: cover;
            background-repeat: no-repeat;
            transition: all .25s ease-out;
        }

        .alist.bio .item:hover div.poster {
            transform: scale(1.1);
        }

        .alist.bio .item:hover .bio-wrap .bio-center h2 {
            text-decoration: underline;
        }

        .alist.bio .item:hover .bio-wrap .bio-center .rank {
            text-decoration: none;
        }

        .alist.bio .item .bio-content-wrapper {
            position: relative;
            padding: 30px 30px 0;
            flex-grow: 1;
            background-color: #ebebeb;
        }

        .alist.bio .item .plus {
            height: 60px;
            width: 60px;
            background: #355E93;
            color: #fff;
            text-align: center;
            font-size: 39px;
            position: absolute;
            left: calc(50% - 30px);
            top: -30px;
            border-radius: 100px;
            transition: 0.3s cubic-bezier(.25,.8,.25,1);
            box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
        }

            .alist.bio .item .plus span {
                width: 60px;
                height: 60px;
                display: inline-block;
                position: relative;
                top: 0px;
                left: 0px;
                cursor: pointer;
            }

                .alist.bio .item .plus span:before {
                    content: "";
                    display: block;
                    width: 40%;
                    height: 4px;
                    background-color: #fff;
                    position: absolute;
                    top: 50%;
                    left: 30%;
                    transition: 0.3s ease;
                    opacity: 1;
                    margin-top: -2px;
                }

                .alist.bio .item .plus span:after {
                    content: "";
                    display: block;
                    width: 4px;
                    height: 40%;
                    background-color: #fff;
                    position: absolute;
                    left: 50%;
                    top: 30%;
                    transition: 0.3s ease;
                    margin-left: -2px;
                }

        .alist.bio .item:hover .plus span:before {
            transform: rotate(45deg);
            width: 30%;
            top: 42%;
            left: 35%;
        }

        .alist.bio .item:hover .plus span:after {
            margin-top: 8px;
            height: 30%;
            top: 30%;
            transform: rotate(45deg);
        }

        .alist.bio .item .bio-wrap {
            flex-flow: column;
            display: flex;
        }

            .alist.bio .item .bio-wrap .line-wrapper {
                height: 30px;
            }

            .alist.bio .item .bio-wrap .line {
                background-color: #adadad;
                width: 50%;
                height: 1px;
                display: block;
                margin: 0px auto;
            }

            .alist.bio .item .bio-wrap .bio-center {
                margin: auto;
                display: inline-grid;
                min-height: 130px;
            }

            .alist.bio .item .bio-wrap .bio-center-bottom {
                margin: auto;
                display: inline-grid;
            }

            .alist.bio .item .bio-wrap .bio-center h2 {
                font-size: 1.5rem;
                font-family: 'Lato', sans-serif;
            }

            .alist.bio .item .bio-wrap .bio-center .rank {
                display: block;
                font-size: 17px;
                color: #355E93;
                position: relative;
                margin-bottom: 5px !important;
                font-weight: 700;
                margin-top: 0.8rem;
            }

            .alist.bio .item .bio-wrap .bio-center .bio-job-title {
                font-style: italic;
                font-size: 17px;
                display: inline-grid;
            }

.adetail.bio .item .rank {
    text-align: center;
    color: #355E93;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0px !important;
    display: block;
}

.adetail.bio .item h2 {
    text-align: center;
    margin-bottom: -10px;
    margin-top: 0.8rem;
}

.adetail.bio .item .title {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 20px;
}

.adetail.bio .item .social-top {
    margin-top: 20px;
    margin-bottom: -25px;
}

.adetail.bio .item .line {
    width: 100%;
    background-color: #adadad;
    height: 1px;
    display: block;
    margin: 15px;
}

.adetail.bio .item img {
    margin: auto;
    border-radius: 4px;
}

.adetail.bio .more-home {
    margin-top: 45px;
    text-align: center;
}

.adetail.bio .item .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 250px;
    padding-bottom: 35px;
    max-width: 480px;
    display: block;
    margin: auto;
}

    .adetail.bio .item .sticky article {
        text-align: center;
    }

        .adetail.bio .item .sticky article .bio-sticky-img-wrapper {
            display: inline-block;
            text-align: left;
        }

    .adetail.bio .item .sticky a {
        margin-top: 5px;
        display: inline-block;
        text-transform: uppercase;
        font-size: 17px;
    }


@media (max-width: 1200px) {
    .alist.bio .item-container {
        display: flex;
        flex: 1 0 33%;
        max-width: 33%;
    }
}

@media (max-width: 991px) {
    .adetail.bio .item .sticky a {
    }
}

@media (max-width: 768px) {
    .alist.bio .item-container {
        display: flex;
        flex: 1 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 576px) {
    .alist.bio .item-container {
        display: flex;
        flex: 1 0 100%;
        max-width: 100%;
    }
}


/********************* newsroom press products ***********************/
.alist.newsroom .item {
    padding-bottom: 0;
}

    .alist.newsroom .item .info {
        cursor: pointer;
        width: 100%;
        padding: 30px 0px 30px;
        box-shadow: none;
        border-top: none;
        border-bottom: 1px solid #aeaeae;
        border-radius: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
    }

        .alist.newsroom .item .info .bar {
            padding-top: 20px;
        }

    .alist.newsroom .item:last-child .info {
        border: none;
    }

    .alist.newsroom .item .lside {
        padding-right: 100px;
        order: 1;
    }

        .alist.newsroom .item .lside .title {
            font-size: 1.8rem;
            font-weight: 600;
        }

        .alist.newsroom .item .lside a.category, .alist.newsroom .item .lside a.category:link {
            text-transform: uppercase;
            color: #355e93;
            font-size: 1.2rem;
        }

        .alist.newsroom .item .lside span.category {
            text-transform: uppercase;
            font-size: 1.2rem;
        }

        .alist.newsroom .item .lside span.categorySep {
            margin-left: 5px;
            margin-right: 5px;
        }

        .alist.newsroom .item .lside .timecontainer {
            margin-bottom: 15px;
        }

            .alist.newsroom .item .lside .timecontainer time {
                padding-left: 0;
                font-size: 1.2rem;
                color: #717171;
                text-transform: none;
            }

    .alist.newsroom .item .social {
        order: 2;
    }

.adetail.newsroom.aframe .content {
    padding: 0;
}

    .adetail.newsroom.aframe .content .inside {
        max-width: 800px;
    }

.adetail.newsroom .header {
    text-align: center;
}

    .adetail.newsroom .header .disclaimer {
        padding: 15px;
        margin: 0 -240px;
        margin-bottom: 1rem !important;
        background-color: #ebeff5;
        border: 1px solid #aebfd4;
        border-radius: 4px;
        color: #141414;
        font-size: 17px;
        line-height: 1.5em;
        text-align: center;
    }

        .adetail.newsroom .header .disclaimer a,
        .adetail.newsroom .header .disclaimer a:link,
        .adetail.newsroom .header .disclaimer a:visited {
            color: #000;
            padding-top: 2px;
            line-height: inherit;
            text-decoration: none !important;
            -webkit-box-shadow: inset 0 -2px 0 #0a856a;
            box-shadow: inset 0 -2px 0 #0a856a;
        }

            .adetail.newsroom .header .disclaimer a:hover,
            .adetail.newsroom .header .disclaimer a:focus,
            .adetail.newsroom .header .disclaimer a:active {
                color: #000;
                background-color: #9dcec3;
                padding-bottom: 0;
                border-bottom: none;
                -webkit-transition: background-color 350ms ease-out;
                transition: background-color 350ms ease-out;
                -webkit-box-shadow: none;
                box-shadow: none;
                text-decoration: none;
            }

    .adetail.newsroom .header .presenterinfoType.Transcript {
        display: none;
    }

    .adetail.newsroom .header .presenterinfoType.Contract {
        display: none;
    }

    .adetail.newsroom .header .presenterinfoType {
        color: #717171;
        text-transform: uppercase;
        font-weight: 600;
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.2em;
        letter-spacing: 3px;
        margin-bottom: 1rem;
    }

    .adetail.newsroom .header .maintitle {
        max-width: 800px;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1em;
        color: #333333;
        font-family: 'Crimson Text', serif;
        margin-bottom: 0.7rem;
    }

    .adetail.newsroom .header .date {
        line-height: 1.6em;
        font-family: Lato, Arial;
        text-align: center;
        font-size: .95rem;
        letter-spacing: 3px;
        color: #717171;
        margin-bottom: 0.7rem;
        text-transform: uppercase;
    }

    .adetail.newsroom .header .presenter {
        color: #717171;
        text-align: center;
        max-width: 700px;
        font-size: 20px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.2em;
    }

    .adetail.newsroom .header .dateline {
        color: #717171;
        text-align: center;
        max-width: 700px;
        font-size: 20px;
        margin-bottom: 1rem;
        line-height: 1.2em;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

.adetail.newsroom .social-top {
    padding: 0;
}

.adetail.newsroom .social-bottom {
    margin-top: 45px;
}

@media ( max-width: 1556px) {
    .adetail.newsroom .disclaimer {
        margin: 0 calc((39vw - 385px)*-1) !important;
    }
}

@media ( max-width: 992px) {
    .alist.newsroom .item .info {
        display: block;
    }

    .alist.newsroom .item .lside {
        padding-right: 0;
    }

    .alist.newsroom .item .social {
        margin-top: 20px;
    }

    .adetail.newsroom .disclaimer {
        margin: 0 !important;
    }
}

@media ( max-width: 767px) {
    .alist.newsroom .item .lside .timecontainer time {
        font-size: 20px;
    }

    .adetail.newsroom .disclaimer {
        margin: 0 -15px !important;
        width: calc(100% + 30px);
    }
}


.dgov-carousel-explore figcaption.no-image {
    margin: 0;
    display: flex;
}

    .dgov-carousel-explore figcaption.no-image a.arrow {
        order: 2;
    }

.dgov-carousel-explore figcaption .plus-container {
    margin-left: 15px;
}

    .dgov-carousel-explore figcaption .plus-container .plus {
        height: 60px;
        width: 60px;
        background: #355E93;
        color: #fff;
        text-align: center;
        font-size: 39px;
        position: relative;
        border-radius: 100px;
        transition: 0.3s cubic-bezier(.25,.8,.25,1);
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

        .dgov-carousel-explore figcaption .plus-container .plus span {
            width: 60px;
            height: 60px;
            display: inline-block;
            position: relative;
            top: 0px;
            left: 0px;
            cursor: pointer;
        }

            .dgov-carousel-explore figcaption .plus-container .plus span:before {
                content: "";
                display: block;
                width: 40%;
                height: 4px;
                background-color: #fff;
                position: absolute;
                top: 50%;
                left: 30%;
                transition: 0.3s ease;
                opacity: 1;
                margin-top: -2px;
            }

            .dgov-carousel-explore figcaption .plus-container .plus span:after {
                content: "";
                display: block;
                width: 4px;
                height: 40%;
                background-color: #fff;
                position: absolute;
                left: 50%;
                top: 30%;
                transition: 0.3s ease;
                margin-left: -2px;
            }

.dgov-carousel-explore figcaption:hover .plus-container .plus span:before {
    transform: rotate(45deg);
    width: 30%;
    top: 42%;
    left: 35%;
}

.dgov-carousel-explore figcaption:hover .plus-container .plus span:after {
    margin-top: 8px;
    height: 30%;
    top: 30%;
    transform: rotate(45deg);
}

@media ( max-width: 992px ) {
    .alist.faq .item .social {
        margin-top: 15px;
    }

    .alist.faq .item .category {
        font-size: 20px
    }

    .alist.faq .item time {
        font-size: 1rem;
        display: block;
        width: 100%;
    }

    .alist.faq .item .title {
        font-size: 1.5rem !important;
    }
}

@media ( max-width: 767px) {
    .adash.newsroom .menu-grid {
        display: none;
    }

    .adash.newsroom .menu-select {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .alist.faq .item .info {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }

    .alist.faq .item .lside {
        padding-right: 0;
    }

    .alist.faq .item .social {
        margin-top: 15px;
    }

    .alist.faq .item .category {
        font-size: 20px;
    }

    .alist.faq .item time {
        font-size: 17px;
        display: block;
        width: 100%;
    }

    .alist.faq .item .plus-container {
        display: none;
    }

    .alist.faq .item .title {
        font-size: 1.6rem !important;
    }
}

@media ( max-width: 576px) {
    .adetail.faq header .date {
        clear: both;
    }

        .adetail.faq header .date .pubup {
            float: left;
            width: 100%;
        }

        .adetail.faq header .date .verticalpipe {
            display: none;
        }

    .adetail.faq .banner-angle {
        height: 730px;
    }
}


/********************* News Content Type ***********************/
.alist.news .item {
    padding-bottom: 0;
}

.alist.news .item .info {
    cursor: pointer;
    width: 100%;
    padding: 30px 0;
    box-shadow: none;
    border-top: none;
    border-bottom: 1px solid #aeaeae;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
}

    .alist.news .item .info .bar {
        padding-top: 20px
    }

.alist.news .item:last-child .info {
    border: none;
}

.alist.news .item .image-side {
    order: 1;
    width: 28%;
    flex-shrink: 0;
    padding-right: 30px;
}

.alist.news .item .lside {
    order: 2;
    flex-grow: 1;
    padding-left: 0;
}

    .alist.news .item .lside .title {
        font-size: 1.8rem;
        font-weight: 600;
    }

    .alist.news .item .lside a.category, .alist.news .item .lside a.category:link {
        text-transform: uppercase;
        color: #355e93;
        font-size: 1.2rem;
    }

    .alist.news .item .lside span.category {
        text-transform: uppercase;
        font-size: 1.2rem;
    }

    .alist.news .item .lside span.categorySep {
        margin-left: 5px;
        margin-right: 5px;
    }

    .alist.news .item .lside .timecontainer {
        margin-bottom: 10px;
    }

        .alist.news .item .lside .timecontainer time {
            padding-left: 0;
            font-size: 1.2rem;
            color: #717171;
            text-transform: none;
        }

.alist.news .item .social {
    order: 3;
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
}

    .alist.news .item .social .social-inner {
        margin-left: 30px;
    }

    .alist.news .item .social .timecontainer {
        display: none;
    }

.adetail.news.aframe .content {
    padding: 0;
}

    .adetail.news.aframe .content .inside {
        max-width: 800px;
    }

.adetail.news .header {
    text-align: center;
}

    .adetail.news .header .category {
        padding: 8px 25px;
        transform: skewX(-15deg);
    }

        .adetail.news .header .category .acategory-skew,
        .adetail.news .header .category a.acategory-skew {
            box-shadow: none;
        }

    .adetail.news .header .maintitle {
        max-width: 800px;
        font-size: 2.2rem;
        font-weight: 600;
        line-height: 1em;
        color: #333333;
        font-family: 'Crimson Text', serif;
        margin: 20px 0 10px;
    }

    .adetail.news .header .date {
        line-height: 1.6em;
        font-family: Lato, Arial;
        text-align: center;
        font-size: .95rem;
        letter-spacing: 3px;
        color: #717171;
        margin: 0 0 1rem;
        text-transform: uppercase;
    }

    .adetail.news .header .presenter {
        color: #717171;
        text-align: center;
        max-width: 700px;
        font-size: 20px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.2em;
    }

    .adetail.news .header .dateline {
        color: #717171;
        text-align: center;
        max-width: 700px;
        font-size: 20px;
        margin-bottom: 1rem;
        line-height: 1.2em;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
    }

.adetail.news .social-top {
    padding: 0;
}

.adetail.news .social-bottom {
    margin-top: 45px;
}

@media ( max-width: 992px) {
    .alist.news .item .info {
        display: inline-block;
        clear: both;
        padding-right: 0;
    }

    .alist.news .item .image-side {
        float: left;
        margin-right: 10px;
        width: 40%;
    }

    .alist.news .item .lside {
        padding-left: 0;
    }

    .alist.news .item .social {
        display: block;
        width: 100%;
        top: 0;
        transform: none;
        position: relative;
        margin-top: 15px;
    }

    .alist.news .item.hasImage .lside {
        padding-left: 0;
        float: left;
        width: 58%;
    }

    .alist.news .item.hasImage .social {
        display: block;
        width: 58%;
        float: right;
        top: 0;
        transform: none;
        position: relative;
        margin-top: 15px;
    }

    .alist.news .item .info .timecontainer {
        display: none;
    }

    .alist.news .item .social .timecontainer {
        display: block;
        float: left;
        font-size: 20px;
        margin-top: 8px;
    }

    .alist.news .item .social .social-inner {
        float: right;
    }
}

@media ( max-width: 767px) {
    .alist.news .item .image-side {
        float: none;
        margin-right: 0;
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .alist.news .item .social .social-inner a {
        width: 40px;
        height: 40px;
    }

    .feature-grid-5 .item .social .social-inner a {
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
    }

    .alist.news .item.hasImage .lside {
        padding-left: 0;
        width: 100%;
        float: none;
    }

    .alist.news .item.hasImage .social {
        display: block;
        width: 100%;
        top: 0;
        transform: none;
        position: relative;
        margin-top: 15px;
    }
}

/******************* filter *********************/
.afilter {
    position: relative;
}

    .afilter input, .afilter select {
        background: #fff;
        border: solid 1px #aebfd4;
        border-radius: 0;
        color: #717171;
        font-family: 'Lato', Arial;
        font-size: 18px !important;
        height: 44px !important;
        padding: 7px 20px;
        text-transform: none;
    }

    .afilter select {
        cursor: pointer;
        -webkit-appearance: none;
    }

    .afilter input::-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #696969;
    }

    .afilter input::-ms-input-placeholder { /* Microsoft Edge */
        color: #696969;
    }

    .afilter input::placeholder { /* Most modern browsers support this now. */
        color: #696969;
    }

    .afilter .RadInput_Default .riEmpty {
        color: #696969;
        font-weight: normal;
    }

    /*.afilter select { border: none; background: transparent; -webkit-appearance: none; font-family: 'Lato', Arial;box-shadow:none; }*/
    .afilter select option {
        margin-bottom: 13px;
        margin-left: 200px;
    }

    .afilter .bbb {
        background-color: #fff;
        border-radius: 4px;
        position: relative;
        width: 100%;
        font-weight: normal
    }

        .afilter .bbb:after {
            background-color: #fff;
            content: '\f078';
            color: #adadad;
            font-family: "Font Awesome 5 Free";
            font-size: 20px;
            font-weight: bold;
            pointer-events: none;
            position: absolute;
            right: 20px;
            top: 14px;
        }

    .afilter .search {
        float: right;
    }

        .afilter .search input {
            background: #355E93;
            border: 1px solid #355e93;
            border-radius: 0;
            color: #FFF;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0;
            padding: 9px 30px;
            text-transform: none;
            transition: .15s all;
        }

            .afilter .search input:hover {
                transition: all 0.5s;
                background-color: #254267;
                color: #fff;
            }

    .afilter .RadPicker table.rcTable {
        border: solid 1px rgb(115,124,128);
        border-radius: 4px;
        display: inline-block;
        background-color: #fff;
    }

    .afilter .riSingle .riTextBox[type="text"] {
        margin-left: 2px;
        border: none;
        font-style: normal;
        font-family: 'Lato', Arial;
        padding: 10px 20px;
        font-size: 1rem !important;
    }

    .afilter .RadPicker_Default a.rcCalPopup {
        background-image: none;
        text-indent: 0;
        width: 50px;
        height: 40px;
        font-size: 0;
        margin: 0;
    }

        .afilter .RadPicker_Default a.rcCalPopup::after,
        .afilter .datepicker-wrapper::after {
            content: '\f073';
            color: #adadad;
            font-family: "Font Awesome 5 Free";
            font-size: 20px;
            height: auto;
            line-height: 1.2em;
            position: absolute;
            right: 20px;
            text-align: center;
            top: 11px;
            visibility: visible;
            width: auto;
        }

    .afilter .datepicker-wrapper input {
        padding-right: 48px;
    }

    .afilter .startend-date-picker {
        display: flex;
    }

        .afilter .startend-date-picker div:first-child {
            margin-right: 16px;
        }

    .afilter .datepicker-wrapper {
        position: relative;
        flex: 1 0 auto;
    }

@media (max-width: 768px) {
    .afilter .startend-date-picker {
        display: block;
    }

        .afilter .startend-date-picker div:first-child {
            margin-right: 0;
            margin-bottom: 16px;
        }

    .afilter .datepicker-wrapper {
        position: relative;
        flex: none;
    }
}

.afilter .bbb .drop-list select:focus {
    border-color: #355e93;
}

.afilter .RadPicker_Default {
    width: 50% !important;
    float: left;
}

    .afilter .RadPicker_Default:first-child {
        padding-right: 15px;
    }

    .afilter .RadPicker_Default:last-child {
        padding-left: 15px;
    }

.RadCalendarPopupShadows > .rcShadTR, .RadCalendarPopupShadows > .rcShadBL, .RadCalendarPopupShadows > .rcShadBR {
    display: none;
}

.RadCalendar .rcRow td, .RadCalendar .rcWeek th {
    text-align: center !important;
    font-size: 1.2rem !important;
}

.afilter .RadPicker_Default table.rcTable {
    width: 100% !important;
}

.afilter .top-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 15px;
}

    .afilter .top-bar .toggle {
        align-items: center;
        background-color: rgba(105,105,105,.05);
        border: 1px solid #717171;
        border-radius: 0;
        color: rgb(105,105,105);
        display: flex;
        font-family: 'Lato', Arial;
        font-size: 18px;
        font-weight: normal;
        height: 44px;
        padding: 9px 30px;
        text-transform: none;
        transition: .15s all;
    }

        .afilter .top-bar .toggle span {
            padding-left: 10px;
            position: relative;
            font-size: 18px;
            top: 1px;
        }

    .afilter .top-bar a.toggle:link {
        color: rgb(105,105,105);
        text-decoration: none;
    }

    .afilter .top-bar a.toggle:hover {
        color: rgb(105,105,105);
        background-color: rgba(105,105,105,.2);
        transition: all 0.5s;
        text-decoration: none;
    }

    .afilter .top-bar a.toggle.showit span:before {
        font-family: "Font Awesome 5 Free";
        content: '\f077';
    }

.afilter .sel-card, .afilter .sel-list {
    color: #355E92;
}

.afilter a.select-view:link {
    text-decoration: none;
}

.afilter .select-view {
    align-items: center;
    border: 1px solid #717171;
    border-radius: 0;
    color: #696969;
    display: flex;
    font-size: 18px;
    height: 44px;
    justify-content: center;
    margin-left: 15px;
    transition: .15s all;
    width: 44px;
}

    .afilter .select-view span {
        color: #717171;
        font-size: 20px;
        padding-top: 2px;
    }

    .afilter .select-view.selected {
        background-color: #355E92;
        border-color: #355e93;
    }

        .afilter .select-view.selected span {
            color: #fff;
        }

        .afilter .select-view.selected:hover {
            text-decoration: none;
            background-color: #355E92;
            transition: none;
        }

    .afilter .select-view:hover {
        text-decoration: none;
        transition: all 0.5s;
        background-color: rgba(105,105,105,.2)
    }

.afilter .view-selector {
    display: flex;
}

.afilter .filter-item {
    padding-bottom: 15px;
    max-height: 70px;
}

.afilter .items {
    display: inline-block;
    overflow: hidden;
    width: 100%;
}

    .afilter .items.showit {
        width: 100%;
    }

.afilter.no-switch .items .col-md-6:only-child {
    width: 100%;
}

@media ( max-width: 992px) {
    .afilter .top-bar .toggle {
        padding: 10px 25px;
    }

    .afilter .RadPicker_Default {
        width: 100% !important;
    }

        .afilter .RadPicker_Default:first-child {
            padding-right: 0px;
            padding-bottom: 20px;
        }

        .afilter .RadPicker_Default:last-child {
            padding-left: 0px;
        }

    .afilter input {
        font-size: 18px !important;
    }

    .afilter select {
        font-size: 1.2rem !important;
    }

    .afilter .riSingle .riTextBox[type="text"] {
        font-size: 1.2rem !important;
    }

    .afilter .filter-item {
        max-height: none;
    }
}

@media ( max-width: 767px) {
    .afilter .RadPicker_Default:first-child {
        padding-bottom: 15px;
    }

    .afilter .filter-item {
        padding-bottom: 15px;
    }

    .afilter .search input {
        font-size: 18px !important;
        margin-top: 15px;
    }

    .afilter .sel-card {
        margin-left: 0;
    }
}

/*********** smart tokens **************/
.ast-notes .ntext {
    color: #333;
}

.ast-list .item .title {
    font-family: 'Crimson Text';
    font-weight: 600 !important;
}

.aframe .ast-list ul {
    margin: 0;
}

.ast-glance {
    font-family: 'Crimson Text';
    color: #717171;
    font-size: 21px;
}

/* blockquote */
.ast-blockquote {
    padding: 0 0 0 .8em;
    margin: 0 1rem 1.5em;
    font-size: .9rem;
    line-height: 1.5rem;
    border-left: 5px solid #aebfd4;
}

    .ast-blockquote .source {
        font-size: .85rem;
    }

        .ast-blockquote .source:before {
            font-size: 1rem;
        }

        .ast-blockquote .source.link:after {
            font-size: 1rem;
        }

    .ast-blockquote a {
        font-size: .85rem;
    }

@media ( max-width: 768px) {
    .ast-blockquote {
        line-height: 1.5em !important;
    }
}


/*********** filter ****************/
.alist .subtitle {
    display: flex;
    align-items: center;
}

.subtitle .filter-markers {
    display: flex;
    align-items: center;
}

.subtitle .filter {
    background-color: transparent;
    color: #808080;
    padding-top: 0px;
    padding-bottom: 0px;
}

.subtitle .filter-clear {
    padding-top: 0px;
}

.subtitle .filter-title {
    font-size: 1.2rem;
    padding-top: 0;
    padding-bottom: 0;
}

@media ( max-width: 992px) {
    .subtitle .filter, .subtitle .filter-title {
        font-size: 1.2rem;
    }

    .subtitle .filter-clear {
        padding-top: 4px;
    }
}

/************

    DASHBOARDS

*************/
/* general */
.alist.adash h2 {
    color: #000;
}

/* suggest */
.adash.suggest {
    padding: 3em 0;
}

    .adash.suggest h2 {
        display: block;
        color: #000;
        font-size: 2rem;
        font-family: Lato, Arial;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 3rem;
        padding: 0 20px;
    }

    .adash.suggest .items {
        display: flex;
        flex-wrap: wrap;
        font-family: Lato, Arial, sans-serif;
    }

    .adash.suggest .item {
        display: flex;
        width: 100%;
        padding: 0 0 3em 0;
        flex: 0 0 50%;
    }

    .adash.suggest .poster-outer {
        flex: 0 0 40%;
    }

    .adash.suggest .info {
        flex: 0 0 60%;
    }

        .adash.suggest .info .info-text {
            padding-left: 30px;
            padding-right: 20px;
            position: relative;
        }

    .adash.suggest .poster a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
    }

    .adash.suggest .poster {
        cursor: pointer;
        overflow: hidden;
        position: relative;
        display: inline-block;
        width: 100%;
        background-color: #000;
        border: 1px solid #adadad;
    }

        .adash.suggest .poster:after {
            padding-top: 80%; /* 5:4 ratio */
            display: block;
            content: '';
        }

        .adash.suggest .poster .image {
            position: absolute;
            top: -1px;
            bottom: -1px;
            right: 0;
            left: 0;
            width: 100%;
            height: auto;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            transition: all .25s ease-out;
        }

            .adash.suggest .poster .image p.alt {
                position: absolute !important;
                clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
                clip: rect(1px, 1px, 1px, 1px);
                top: auto;
                left: -9999px;
                width: 1px;
                height: 1px;
                overflow: hidden;
            }

        .adash.suggest .poster:hover .image {
            transform: scale(1.1);
        }

        .adash.suggest .poster:hover a.title {
            text-decoration: underline;
            color: #fff;
        }

    .adash.suggest a.title, .adash.suggest a.title:link {
        color: #000;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.2em;
        font-family: Lato, Arial;
        margin: 0;
    }

    .adash.suggest .avideo-icon {
        transform: scale(.7);
    }

    .adash.suggest .poster:hover .avideo-icon {
        transform: scale(.8);
    }

@media ( max-width: 1400px) {
    .adash.suggest .avideo-icon {
        transform: scale(.5);
    }

    .adash.suggest .poster:hover .avideo-icon {
        transform: scale(.6);
    }
}

@media ( max-width: 1200px) {
    .adash.suggest a.category, .adash.suggest a.category:link {
        margin-bottom: 5px;
    }

    .adash.suggest .item {
        padding: 0 0 2rem 0;
    }

    .adash.suggest .info .info-text {
        padding: 0 20px;
    }
}

@media ( max-width: 992px) {
    .adash.suggest a.title, .adash.suggest a.title:link {
        font-size: 1.2rem;
    }

    .adash.suggest a.category, .adash.suggest a.category:link {
        font-size: 1rem;
    }

    .adash.suggest .avideo-icon {
        transform: scale(.4);
    }

    .adash.suggest .poster:hover .avideo-icon {
        transform: scale(.5);
    }
}

@media ( max-width: 767px) {
    .adash.suggest .item {
        flex: 0 0 100%;
    }

    .adash.suggest .poster-outer {
        flex: 0 0 35%;
    }

    .adash.suggest .info {
        flex: 0 0 65%;
    }

    .adash.suggest a.title, .adash.suggest a.title:link {
        font-size: 1.6rem;
    }

    .adash.suggest a.category, .adash.suggest a.category:link {
        font-size: 17px;
        margin-bottom: 5px;
    }

    .adash.suggest .item:nth-child(even) {
        padding: 0 15px 30px;
    }

    .adash.suggest .item:nth-child(odd) {
        padding: 0 15px 30px;
    }

    .adash.suggest .avideo-icon {
        transform: scale(.6);
    }

    .adash.suggest .poster:hover .avideo-icon {
        transform: scale(.7);
    }
}

@media ( max-width: 600px) {
    .adash.suggest .item {
        display: flex;
        flex-direction: column;
    }

    .adash.suggest .poster {
        flex: none;
    }

    .adash.suggest .info {
        flex: none;
    }

        .adash.suggest .info .info-text {
            padding-left: 0;
            padding-top: 5px;
        }
}

.adash.suggest .content-type {
    float: none;
    margin-bottom: 10px;
    margin-top: 0;
    display: inline-block;
    font-size: 20px;
}

.adash.suggest span.content-type {
    margin: 0 5px 17px 0;
    width: 100%;
    margin-bottom: 10px;
    line-height: 24px;
    display: inline-block;
}

.adash.suggest a.category, .adash.suggest a.category:link, .adash.suggest a.content-type {
    margin: 0;
    color: #355e93;
    display: inline-block;
    font-size: 20px;
    float: left;
}

.adash.suggest a[title="Edit"] {
    position: absolute;
    z-index: 9999;
    top: 10px;
    left: -38px;
    bottom: auto;
    padding: .25em;
    line-height: 16px;
    background-color: rgba(255,255,255,.3);
    border-radius: 5px;
    border: solid rgba(0,0,0,0.4) 1px;
}

/* also like */

.aframe.also-like h2 {
    color: #fff;
    display: block;
}

.aframe.also-like .items {
    display: flex;
    flex-wrap: wrap;
    font-family: Lato, Arial;
    width: 100%;
}

.aframe.also-like .item {
    width: 100%;
    padding: 0 0 4% 0;
    flex: 0 0 50%;
}

    .aframe.also-like .item:nth-child(even) .inner {
        padding-left: 4%;
    }

    .aframe.also-like .item:nth-child(odd) .inner {
        padding-right: 4%;
    }

.aframe.also-like .info {
    position: absolute;
    bottom: 0;
    padding: 1.5rem;
    z-index: 4;
    width: calc(100% + 1px);
}

.aframe.also-like .overlay {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
}

    .aframe.also-like .overlay.overlay-image {
        background-color: rgba(0,0,0,.15);
    }

    .aframe.also-like .overlay.overlay-info {
        background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 44%,rgba(0,0,0,0.65) 100%);
        z-index: 5;
    }

.aframe.also-like .info-text {
    z-index: 5;
    position: relative;
}

.aframe.also-like .poster {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #000;
}

    .aframe.also-like .poster > a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .aframe.also-like .poster a, .aframe.also-like .poster a:visited, .aframe.also-like .poster a:link {
        z-index: 7;
        color: #fff;
    }

    .aframe.also-like .poster:after {
        padding-top: 80%; /* 5:4 ratio */
        display: block;
        content: '';
    }

    .aframe.also-like .poster .image {
        position: absolute;
        top: -1px;
        bottom: -1px;
        right: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all .25s ease-out;
    }

        .aframe.also-like .poster .image p.alt {
            position: absolute !important;
            clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
            clip: rect(1px, 1px, 1px, 1px);
            top: auto;
            left: -9999px;
            width: 1px;
            height: 1px;
            overflow: hidden;
        }

    .aframe.also-like .poster:hover .image {
        transform: scale(1.1);
    }

    .aframe.also-like .poster:hover a.title {
        text-decoration: underline;
        color: #fff;
    }

.aframe.also-like .subhead {
    display: block;
    margin-bottom: 5px;
    font-size: 1.2rem;
    color: #e2973b;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}

.aframe.also-like h3.ellipsis:before {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
}

.aframe.also-like h3 {
    font-size: 2.2rem;
    line-height: 2.7rem;
    font-family: Lato, Arial;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
    margin: 0;
}

.aframe.also-like .pull-title {
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/* raise edit link above others */
.aframe.also-like .poster a[title="Edit"] {
    z-index: 9;
    right: 1em;
    top: 1em;
    left: auto;
    bottom: auto;
    padding: .25em;
    line-height: 16px;
    background-color: rgba(255,255,255,.3);
    border-radius: 5px;
    border: solid rgba(0,0,0,0.4) 1px;
}

@media ( min-width: 768px) {
    .search a[title="Edit"] {
        position: absolute;
        z-index: 9;
        left: -2em;
        top: 1em;
        right: auto;
        bottom: auto;
        padding: .25em;
        line-height: 16px;
        background-color: rgba(255,255,255,.3);
        border-radius: 5px;
        border: solid rgba(0,0,0,0.4) 1px;
    }
}

.item .inner .poster .info {
    z-index: 6;
}

@media ( max-width: 1024px) {
    .aframe.also-like .item {
        flex: 0 0 100%;
    }

        .aframe.also-like .item:nth-child(even) .inner {
            padding: 0 15px 15px;
        }

        .aframe.also-like .item:nth-child(odd) .inner {
            padding: 0 15px 15px;
        }
}

@media ( max-width: 992px) {
    .aframe.also-like h3 {
        font-size: 1.6rem;
        line-height: 2.1rem;
        max-height: 6.3rem;
    }
}

@media ( max-width: 767px) {
    .aframe.also-like .info {
        padding: 1.2rem;
    }

    .aframe.also-like h3 {
        font-size: 2rem;
        line-height: 2.5rem;
        max-height: 7.5rem;
    }
}

@media ( max-width: 550px) {
    .aframe.also-like h3 {
        font-size: 1.6rem;
        line-height: 2.1rem;
        max-height: 6.3rem;
    }
}

/*newsroom*/

.adash.newsroom:not(.stories) {
    margin-bottom: 10px;
}

.adash.newsroom .dropdown-menu > li > a {
    cursor: pointer;
}

.adash.newsroom .menu-grid {
    display: flex;
    font-family: Lato, Arial;
    cursor: pointer;
    border-top: 1px solid #717171;
    border-left: 1px solid #717171;
    border-radius: 4px;
}

.adash.newsroom .menu-item {
    flex-grow: 2;
    padding: 10px;
    text-transform: uppercase;
    color: #717171;
    background-color: #fff;
    border-right: 1px solid #717171;
    border-bottom: 1px solid #717171;
    text-align: center;
}

    .adash.newsroom .menu-item:not(.active):hover {
        color: rgb(105,105,105);
        background-color: rgba(105,105,105,.2);
        transition: all 0.5s;
    }

    .adash.newsroom .menu-item.active {
        background-color: #355e92;
        color: #fff;
    }

.adash.newsroom .menu-select {
    display: none;
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 1rem 0 1.3rem;
    width: 100%;
    text-align: center;
    font-family: Lato, Arial;
    letter-spacing: 3px;
}

    .adash.newsroom .menu-select.top-bar .filter {
        display: inline-block;
        font-size: 17px;
        margin: 0 15px;
    }

    .adash.newsroom .menu-select .select-menu {
        text-transform: uppercase;
        width: 210px;
        font-weight: bold;
    }

.adash.newsroom.alist.stories {
    display: none;
}

    .adash.newsroom.alist.stories .item {
        padding-bottom: 0;
    }

        .adash.newsroom.alist.stories .item .info {
            cursor: auto;
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            box-shadow: none;
            border-top: none;
            border-bottom: 1px solid #aeaeae;
            border-radius: 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0;
        }

            .adash.newsroom.alist.stories .item .info .bar {
                padding-top: 20px;
            }

        .adash.newsroom.alist.stories .item:last-child .info {
            border: none;
        }

        .adash.newsroom.alist.stories .item time {
            padding-left: 0;
            font-size: 1rem;
        }

        .adash.newsroom.alist.stories .item .lside {
            padding-right: 45px;
        }

.adash.newsroom .more-row {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.adash.newsroom.alist.stories .item .category {
    font-size: 1.2rem;
}

.adash.newsroom.alist.stories .item .title {
    font-size: 1.8rem;
}

@media ( max-width: 767px) {
    .adash.newsroom .menu-grid {
        display: none;
    }

    .adash.newsroom .menu-select {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .adash.newsroom.alist.stories .item .info {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }

    .adash.newsroom.alist.stories .item .lside {
        padding-right: 0;
    }

    .adash.newsroom.alist.stories .item .social {
        margin-top: 15px;
    }

    .adash.newsroom.alist.stories .item .category {
        font-size: 20px;
    }

    .adash.newsroom.alist.stories .item time {
        font-size: 17px;
    }
}

@media ( max-width: 450px) {
    .adash.newsroom .menu-select.top-bar .filter {
        margin-bottom: 15px;
    }

    .adash.newsroom .menu-select {
        flex-direction: column;
    }
}

/* today in dod */
.adash.today header .date {
    font-family: Lato, Arial;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.adash.today header .subtitle {
    font-size: 20px;
}

.adash.today .warn {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    padding: 10px 15px;
    margin: 10px 0 25px;
    line-height: 1.2em;
    color: #355e93;
    border: solid 2px #355E93;
    border-radius: 4px;
}

    .adash.today .warn i {
        margin-right: 15px;
        font-size: 1.6em;
    }

.adash.today .content .inside {
    max-width: none;
}

.adash.today .boxes {
    height: 700px;
    margin-bottom: 4rem;
    position: relative;
    padding-top: 25px;
    border-top: 1px solid #ababab;
    margin-top: 15px;
    margin-bottom: 1rem;
}

    .adash.today .boxes p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

.adash.today .box {
    transition: all .3s ease-in-out;
    background-color: #fff;
    position: absolute;
    overflow: hidden;
    max-height: 700px;
    min-height: 700px;
    width: 32%;
    display: inline-block;
}

@media ( min-width: 768px) {
    .adash.today .box-count-4 .box {
        width: 23%;
    }

        .adash.today .box-count-4 .box:nth-child(2) {
            left: 25.75%;
        }

        .adash.today .box-count-4 .box:nth-child(3) {
            left: 51.5%;
        }

        .adash.today .box-count-4 .box:nth-child(4) {
            left: 77%;
        }
}

.adash.today .box:hover {
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
    box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
}

.adash.today .box .info {
    padding: 10px 20px;
}

.adash.today .box .poster {
    width: 100%;
}

.adash.today .box:nth-child(2) {
    left: 34%;
}

.adash.today .box:nth-child(3) {
    left: 68%;
}

.adash.today .box .body {
    margin-top: 12px;
    padding-bottom: 90px;
    overflow: hidden;
    font-size: 18px;
}

.adash.today .poster {
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #000;
}

    .adash.today .poster:after {
        padding-top: 66.6%; /* 6:4 ratio */
        display: block;
        content: '';
    }

    .adash.today .poster .image {
        position: absolute;
        top: -1px;
        bottom: -1px;
        right: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        transition: all .25s ease-out;
    }

        .adash.today .poster .image p.alt {
            position: absolute !important;
            clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
            clip: rect(1px, 1px, 1px, 1px);
            top: auto;
            left: -9999px;
            width: 1px;
            height: 1px;
            overflow: hidden;
        }

.adash.today .author-title {
    color: #717171;
    line-height: 1.2em;
    padding-bottom: 5px;
}

    .adash.today .author-title:after {
        position: relative;
        top: 5px;
        width: 50%;
        border: #717171 solid 2px;
        content: '';
        display: block;
    }

.adash.today a.author-name, .adash.today a.author-name:link, .adash.today a.author-name:visited, .adash.today .author-name {
    display: inline-block;
    margin-top: 15px;
    font-size: 1.4rem;
    color: #355E93;
    font-weight: bold;
}

.adash.today a.today-link, .adash.today a.today-link:link, .adash.today a.today-link:visited {
    color: #000;
}

.adash.today .expander {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 30px;
}

    .adash.today .expander .button, .adash.today .expander-tablet .button {
        cursor: pointer;
        width: 66px;
        height: 66px;
        font-size: 1.6rem;
        border-radius: 50%;
        background-color: #355E93;
        display: inline-block;
        z-index: 99;
        display: flex;
        justify-content: center;
        color: #fff;
        align-items: center;
    }

        .adash.today .expander .button:hover {
            background-color: #254267;
        }

        .adash.today .expander .button i {
            transition: all .4s ease-in-out;
        }

.adash.today .content, .adash.today.abanner, .adash.today .adetail {
    overflow: visible;
}

.adash.today .expander:before {
    width: 100%;
    position: absolute;
    height: 160px;
    top: -60px;
    content: '';
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .adash.today .expander:before {
        margin-left: -40%;
        width: 200%;
    }
}

.adash.today .inner {
    display: inline-block;
    width: 100%
}

.adash.today .item {
    margin-bottom: 20px;
    line-height: 1.3em;
    font-size: 1.2rem;
}

.adash.today .box.active {
    max-height: 3000px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .adash.today .box.active {
        max-height: 100% !important;
        overflow-y: scroll;
    }

        .adash.today .box.active .expander {
            display: none !important;
        }

        .adash.today .box.active .body {
            padding-bottom: 0;
        }
}

@media ( max-width: 900px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .adash.today .box.active {
        overflow-y: hidden;
    }
}

.adash.today .box.active .expander .button i {
    transform: rotate(180deg);
}

.adash.today .box.active .expander:before {
    display: none;
}

.adash.today .top-bar {
    display: flex;
    justify-content: space-between;
}

    .adash.today .top-bar.afilter .RadPicker_Default {
        width: 100% !important;
        float: none;
    }

.adash.today h2 {
    font-family: Lato,Arial;
    font-weight: normal;
    font-size: 2.2rem
}

.adash.today h4 {
    font-family: Lato, Arial;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 2rem;
    font-size: 2rem;
}

.adash.today h5 {
    font-family: Lato,Arial;
    font-weight: bold;
    font-size: 1.6rem;
}

.adash.today.adetail {
    padding-bottom: 0;
}

.adash.today .maintitle {
    font-family: Lato, Arial;
}

.adash.today .subtitle {
    font-family: Lato, Arial, sans-serif;
    margin-top: 0;
}

.adash.today .noitems p {
    margin: 0;
}

@media ( max-width: 1200px) {
    .adash.today .boxes {
        height: 600px;
    }

    .adash.today .box {
        max-height: 600px;
        min-height: 600px;
    }
}

@media ( max-width: 992px) {
    .adash.today .boxes {
        height: 500px;
    }

    .adash.today .box {
        max-height: 500px;
        min-height: 500px;
    }

    .adash.today .item {
        font-size: 20px;
    }

    .adash.today .box .body {
        font-size: 17px;
    }

    .adash.today .top-bar.afilter .field-outer.date-picker {
        width: 35% !important;
        margin: 0 auto;
    }
}

@media ( max-width: 900px) {
    .adash.today .author-title {
        font-size: 1.2em;
    }

    .adash.today .boxes {
        height: auto;
        margin-bottom: 2rem;
    }

        .adash.today .boxes p {
            font-size: 20px;
        }

    .adash.today .box {
        position: relative;
        left: 0 !important;
        width: 100%;
        max-height: 3000px;
        margin-bottom: 15px;
    }

        .adash.today .box .body {
            padding-bottom: 0;
        }

        .adash.today .box:hover {
            -webkit-box-shadow: 0px 3px 5px 1px rgba(0,0,0,.3);
            box-shadow: 0px 3px 5px 1px rgba(0,0,0,.3);
        }

    .adash.today h2 {
        order: 5;
    }

    .adash.today .top-bar {
        flex-direction: column;
    }

        .adash.today .top-bar.afilter .RadPicker_Default {
            width: 50% !important;
        }

    .adash.today a.author-name, .adash.today a.author-name:link, .adash.today a.author-name:visited {
        font-size: 1.6rem;
    }

    .adash.today .expander:before {
        height: 80px;
        top: 20px;
    }

    .adash.today .top-bar.afilter .RadPicker_Default {
        width: 100% !important;
    }
}

.adash.today .top-bar.afilter .field-outer.date-picker {
    max-width: 300px;
}

@media ( max-width: 500px) {
    .adash.today .box {
        min-height: 0;
    }
}

@media ( max-width: 767px) {
    .adash2.today .boxes {
        padding-top: 5px;
    }
}

.adash.today.other .content {
    position: relative
}
/* END of standard/original today in dod section ABOVE */
/* These are Today in DoD updates, using adash2 class just to avoid
    total decomposition of existing classes.  These are the required
    patches to get new behavior. */
.adash2.today .box .box-popup {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*transform: translate(-25%, -25%) scale(0.5);*/
    transform: scale(.25);
    opacity: 0;
}

    .adash2.today .box .box-popup.popup-open {
        /*transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;*/
        transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.25s;
        position: absolute;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.adash2.today .box.active .box-popup .box-popup-container {
    height: calc(100% - 80px);
    margin: 40px;
    padding: 1.5rem 0 2rem;
    display: flex;
    flex-direction: column;
    background: rgba(255,255,255,0.95);
}

.adash2.today .box.active .box-popup .box-popup-title {
    display: block;
    max-width: 800px;
    line-height: 1.2em;
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "crimson text", serif;
    padding: 20px 3.5rem 25px;
    text-align: center;
    margin: 0 auto;
}

    .adash2.today .box.active .box-popup .box-popup-title span.pr-header {
        display: block;
        font-family: 'lato', arial, sans-serif;
        text-transform: uppercase;
        font-size: 20px;
        display: block;
        letter-spacing: 3px;
    }

.adash2.today .box.active .box-popup .box-popup-text {
    overflow-y: scroll;
    padding: 0 3.5rem 0;
    flex: 1;
}

.adash2.today .box.active .box-popup .box-popup-close {
    position: absolute;
    right: 55px;
    top: 55px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    font-size: 1.6rem;
    border-radius: 50%;
    background-color: #355E93;
    display: inline-block;
    z-index: 99;
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: center;
}

    .adash2.today .box.active .box-popup .box-popup-close:hover {
        background-color: #254267;
    }

.adash2.today .boxes {
    padding-top: 5px;
}

    .adash2.today .boxes.popup-is-open {
        overflow: hidden;
    }

@media (max-width: 1200px) {
    .adash2.today .boxes {
        height: 630px;
    }
}

@media (max-width: 900px) {
    .adash.adash2.today .boxes {
        height: auto;
    }
}

.adash2.today .box {
    top: 25px;
}

    .adash2.today .box.all-showing:hover {
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
        box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.13);
    }

    .adash2.today .box.active {
        /*targetthing*/
        overflow: hidden;
        max-height: 725px; /* this is 700 plus the 26 for the top padding to be "respected"*/
        min-height: 725px;
        right: 0;
        left: 0 !important;
        width: 100%;
        z-index: 500;
    }

    .adash2.today .box.was-active {
        z-index: 500;
    }

    .adash2.today .box .info {
        Padding: 10px 20px 25px;
    }

    .adash2.today .box .poster {
        transition: all .3s ease-in-out;
    }

    .adash2.today .box.active .poster {
        height: 700px !important;
    }

@media (max-width: 1200px) {
    .adash2.today .box.active .poster {
        height: 600px !important;
    }
}

.adash2.today .box .revealer-text {
    position: absolute;
    opacity: 0;
    font-size: 3px;
    width: 100%;
    transition: all .25s;
    text-align: center;
}

.adash2.today .box:hover .revealer-text {
    display: block;
    position: static;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-overflow: ellipsis;
    opacity: 1;
    width: 100%;
    transition: all .25s;
}

.adash2.today .box .expander:before {
    top: -100px;
    height: 200px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}

.adash2.today .box .expander .button {
    transition: all 0.25s ease 0s;
    overflow: hidden;
    text-overflow: ellipsis;
}

.adash2.today .box:hover .expander .button {
    width: 200px;
    border-radius: 3px;
    transition: all 0.25s ease 0s;
}

    .adash2.today .box:hover .expander .button i {
        display: none;
        opacity: 0;
    }


.adash2.today .box.active .expander .button {
    opacity: 0;
}

.adash2.today .box.active .expander .button {
    opacity: 0;
    transition: opacity .3s ease-in-out;
}

/* these are the modifications requested/supplied by dgov design (in issue) */
.adash2.today h2 {
    font-weight: 700;
    margin: 0px;
}

.adash2.today .author-title {
    font-size: 16px;
}

    .adash2.today .author-title:after {
        border: unset;
        border-top: #adadad solid 3px;
        top: 10px;
    }

.adash2.today a.author-name,
.adash2.today a.author-name:link,
.adash2.today a.author-name:visited,
.adash2.today .author-name {
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 700;
    margin-top: 13px;
    display: block;
}

@media (max-width:767px) {
    .adash2.today .boxes p {
        Font-size: 18px;
    }

    .adash2.today .author-name {
        font-size: 20px;
    }
}

.adash2.today .author-name span {
    display: block;
    font-size: .8em;
}

@media (max-width:1200px) {
    .adash2.today .author-name span {
        font-size: unset;
        display: inline-block;
        margin-right: 5px;
        font-size: 100%;
    }
}

.adash2.today .boxes p {
    font-size: 18px;
    line-height: 1.5em;
    max-width: 950px;
    margin: 0 auto;
}

.adash.adash2.today .aframe .body p {
    font-size: 20px;
    line-height: 1.5em;
    margin: 0 0 8px;
    max-width: 900px;
}


.adash2.today .ntext p {
    color: #333;
}

.adash2.today .aframe hr {
    margin: 1rem 0;
}

.adash2.today .noitems p {
    margin: 0;
    color: #717171 !important;
}

.adash2.today a.article-link,
.adash2.today a.article-link:link {
    font-size: 20px;
}

.adash2.today .item {
    margin-bottom: 10px;
    font-size: 1rem;
    max-width: 900px;
}

.adash2.today h5 {
    font-weight: 700;
    font-size: 1.4rem;
}

.adash2.today h4 {
    font-size: 1.8rem;
}

.adash2.today li {
    line-height: 1.2;
    list-style: square outside;
}

.adash2.today ul {
    margin-left: 25px;
}

/* EXPANDER */
.adash2.today .expander {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 30px;
}

@media (max-width:767px) {
    .adash2.today .expander {
        display: none;
    }
}

/* some additional patches for press products at bottom of page */

.adash.adash2.today .ntext p {
    color: #333;
}

.adash.adash2.today .aframe hr {
    margin: 1rem 0;
}

.adash.today .noitems p {
    margin: 0;
    color: #717171 !important;
}

.adash.adash2.today a.article-link,
.adash.adash2.today a.article-link:link {
    font-size: 20px;
}

.adash.today .item {
    margin-bottom: 10px;
    font-size: 1rem;
    max-width: 900px;
}

.adash.today h5 {
    font-weight: 700;
    font-size: 1.4rem;
}

.adash.today h4 {
    font-size: 1.8rem;
}

.adash.adash2.today li {
    line-height: 1.2;
    list-style: square outside;
}

.adash.adash2.today ul {
    margin-left: 25px;
}

.adash.adash2.today .aframe hr {
    color: #adadad;
    margin: 1.2rem 0;
}

.adash.adash2.today .aframe.noitems {
    margin-left: -25px;
}

.adash.today .boxes .box .expander-tablet {
    display: none;
}
/* END of Today in DoD patches for new popup */

.adash.today .box .expander-tablet, .adash.today .box .expander-tablet-overlay,
.adash.today .boxes .box.all-showing .expander-tablet, .adash.today .boxes .box.all-showing .expander-tablet-overlay {
    display: none;
}

@media ( min-width: 768px) and ( max-width: 1200px) {
    .adash.today .boxes .box {
        position: relative;
        width: 100%;
        height: 175px;
        max-height: 175px;
        min-height: 175px;
        margin: 0 0 25px;
        transition: max-height 0.5s;
    }

    .adash.today .box {
        left: 0 !important;
    }

        .adash.today .box .poster {
            width: 40%;
            float: left;
        }

        .adash.today .box .info {
            float: left;
            width: 60%;
        }

    .adash.today .boxes .box .expander {
        display: none !important;
    }

    .adash.today .boxes .box .expander-tablet {
        display: block;
        position: absolute;
        right: 25px;
        top: 70px;
    }

    .adash.today .boxes .box .expander-tablet-overlay {
        display: block;
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
    }

    .adash.today .boxes .box .expander-tablet-overlay {
        width: 60%;
        position: absolute;
        height: 50px;
        content: '';
        bottom: 0;
        left: 40%;
    }

    .adash.today .boxes .box.expanded .expander-tablet-overlay {
        display: none;
    }

    .adash.today .boxes .box .expander-tablet .button.tablet {
        right: 25px;
        left: auto;
        top: -100px;
        height: 50px;
        width: 50px;
        transition: all 0.35s ease;
    }

    .adash.today .boxes .box.expanded .expander-tablet .button.tablet {
        transform: rotate(180deg);
    }

    .adash2.today .box .expander:before {
        top: 0;
        height: 100px;
    }

    .adash.today .expander .button {
        position: absolute;
        left: 540px;
        top: -135px;
    }

    .adash2.today .box .info {
        padding: 15px 90px 0 1.25rem;
    }

    .adash2.today .boxes {
        height: unset;
        display: inline-block;
    }

    .adash.today .box .body {
        padding-bottom: 30px;
    }

    .adash2.today .author-title {
        font-size: 16px;
    }

    .adash.today .box .body {
        font-size: 20px;
    }
}
/* breaking */
.adash.breaking .pull-title {
    color: #B33F46
}


/* generic */
.genArticles figure {
    position: relative;
}

.genArticles .image-wrap {
    position: relative;
    padding-top: 66.667%;
    overflow: hidden;
    border-radius: 4px;
}

    .genArticles .image-wrap > a {
        display: block;
    }

    .genArticles .image-wrap img {
        position: absolute;
        left: -999em;
    }

.genArticles img {
    display: block;
}

.genArticles .image-wrap .image-replacement {
    background-color: rgba(255,255,255,.05);
    background-repeat: no-repeat;
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50% 50%;
}

.genArticles figure:hover .image-wrap .zoom-bg,
.genArticles .image-wrap:hover .zoom-bg,
.genArticles .image-wrap:focus .zoom-bg,
.genArticles .zoom-wrap:hover .zoom-bg,
.genArticles .zoom-wrap:focus .zoom-bg {
    transform: scale(1.1);
    transition: all .2s;
}

.image-wrap .zoom-bg.hidden-plus .plus,
.image-wrap .zoom-bg.hidden-plus .plus {
    opacity: 0;
    transition: all .25s ease-out;
    margin-top: 10px;
    display: none;
}

.image-wrap:hover .zoom-bg.hidden-plus .plus,
.image-wrap:focus .zoom-bg.hidden-plus .plus {
    opacity: 1;
    transition: all .25s ease-out;
    transition-delay: .25s;
    display: flex;
}

.genArticles figcaption {
    padding: 18px 0 20px;
    background: #fff;
}

.genArticles .category {
    display: block;
    margin-bottom: 5px;
}

.genArticles figcaption h2.title {
    font-family: 'Lato', sans-serif;
    font-size: 1.8rem;
    margin-bottom: 10px;
}


/********************************* */

.alist.experience {
    background-color: #242424;
}

    .alist.experience .apager a, .alist.experience .pager a:link {
        color: #adadad;
    }

    .alist.experience .pager .disabled > a, .alist.experience .pager .disabled > a:hover, .alist.experience .pager .disabled > a:focus, .alist.experience .pager .disabled > span {
        color: rgba(173,173,173,.25);
        background-color: transparent;
    }

    .alist.experience .apager .active {
        background-color: #fff;
    }

        .alist.experience .apager .active a, .alist.experience .pager .active a:link, .alist.experience .pager .active a:hover {
            color: #355E8D;
        }

    .alist.experience .subtitle {
        padding: 0 4%;
    }

        .alist.experience .subtitle .filter-title {
            color: #adadad;
        }

        .alist.experience .subtitle .filter {
            color: #fff;
        }

        .alist.experience .subtitle .filter-clear span {
            color: #fff;
        }

    .alist.experience .no-items {
        color: #adadad;
    }


    .alist.experience.list .items {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .alist.experience.list .item {
        flex: 1;
    }

        .alist.experience.list .item .overlay {
            display: none;
        }

        .alist.experience.list .item .image {
            display: none;
        }

        .alist.experience.list .item .info {
            display: block;
            position: relative;
            padding: 0;
        }

        .alist.experience.list .item .poster {
            background-color: transparent;
        }

            .alist.experience.list .item .poster:after {
                content: none;
            }

.aframe.experience.also-like.list .item:nth-child(odd) .inner {
    padding-right: 0;
}

.aframe.experience.also-like.list .item:nth-child(even) .inner {
    padding-left: 0;
}


.afilter.dark {
    background-color: #242424
}

    .alist.experience .spinner3, .afilter.dark .spinner3 {
        background-color: #242424;
    }

    .afilter.dark .select-view.selected {
        background-color: #fff;
        border-color: #fff;
    }

        .afilter.dark .select-view.selected span {
            color: #242424;
        }

    .afilter.dark .select-view {
        border-color: #adadad;
    }

        .afilter.dark .select-view span {
            color: #adadad;
        }

        .afilter.dark .select-view:hover {
            background-color: rgba(105,105,105,.9);
        }

        .afilter.dark .select-view.selected:hover {
            background-color: #fff;
        }

    .afilter.dark .top-bar .toggle {
        background-color: rgba(255,255,255,.05);
        color: #adadad;
        border-color: #adadad;
    }

    .afilter.dark .top-bar a.toggle:link {
        color: #adadad;
        text-decoration: none;
    }

    .afilter.dark .top-bar a.toggle:hover {
        color: #242424;
        background-color: #adadad;
    }

    .afilter.dark .search input {
        background-color: rgba(255,255,255,.05);
        color: #adadad;
        border-color: #adadad;
    }

        .afilter.dark .search input:hover {
            transition: all 0.5s;
            background-color: #adadad;
            color: #242424;
        }



@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .alist.experience.list .items {
        display: block;
    }
}


/* NOTE: these .dgov-carousel-explore rules are in the skin, don't see why they should be if they are specific to the article module, reported
    as an ArticleCS issue.
*/

.dgov-carousel-explore .slick-arrow, .dgov-carousel-explore h1.pull-title {
    text-shadow: none;
}

.dgov-carousel .slick-arrow.slick-disabled {
    opacity: .1;
}

.dgov-carousel-explore figcaption {
    margin: -57px auto 0;
}

.dgov-carousel-explore .slick-slide .image-wrap, .dgov-carousel-explore .slick-slide .last-slide {
    border-radius: 4px;
}

.dgov-grid .bio-sticky-img-wrapper img {
    width: 100%;
}

/* also-like and experience together, touch ups */
.aframe.also-like.experience .items {
    width: 100%;
}

@media (max-width: 1024px) {
    .aframe.also-like.experience .items {
        display: block;
    }

    .aframe.also-like.experience .item:nth-child(odd) .inner,
    .aframe.also-like.experience .item:nth-child(even) .inner {
        padding: 0 0 15px;
    }

    .aframe.also-like.experience h3 {
        font-size: 2.4rem;
    }
}

@media (max-width: 450px) {
    #dnn_ContentPanePage .afilter .sel-card {
        margin-left: 0;
    }
}

.feature-grid-5 .item .title-wrapper {
    clear: both;
}

/* Explore Feature Grid Styles */
@media ( min-width: 992px) {

    .feature-grid-5 .item:nth-child(n+3) {
        width: 33.33333333%;
        float: left;
    }

        .feature-grid-5 .item:nth-child(n+3) .card-wrapper {
            position: relative;
            margin: -80px 0 0;
        }

        .feature-grid-5 .item:nth-child(n+3) .poster {
            width: 100%;
        }

        .feature-grid-5 .item:nth-child(n+3) .poster-outer {
            padding-right: 13.33px;
            padding-left: 0;
            display: flex;
        }

    .feature-grid-5 .item:nth-child(3n+4) .poster-outer {
        padding-right: 6.67px;
        padding-left: 6.67px;
    }

    .feature-grid-5 .item:nth-child(3n+5) .poster-outer {
        padding-right: 0;
        padding-left: 13.33px;
    }

    .feature-grid-5 .item:nth-child(n+3) {
        padding-bottom: 250px;
    }

        .feature-grid-5 .item:nth-child(n+3) .info {
            right: 34px !important;
            left: 20px !important;
            width: auto;
            bottom: auto;
            min-height: 250px;
        }

    .feature-grid-5 .item:nth-child(3n+4) .info {
        right: 27px !important;
        left: 26px !important;
    }

    .feature-grid-5 .item:nth-child(3n+5) .info {
        right: 22px !important;
        left: 33px !important;
    }

    .feature-grid-5 .item:nth-child(n+3) a.title:link {
        font-size: inherit;
        font-size: 1.4rem;
        line-height: 1.2em;
        margin-bottom: 0;
    }

    .feature-grid-5 .item:nth-child(n+3) .info a.play-link {
        top: -28px;
        right: 25px;
        width: 50px;
        height: 50px;
        padding-left: 5px;
    }

    .feature-grid-5 .item:nth-child(n+3) time {
        order: 3 !important;
        margin-left: auto;
        padding: 0 6px 0 0;
    }

    .feature-grid-5 .item:nth-child(n+3) .title-wrapper {
        min-height: 100px;
    }

    .feature-grid-5 .item .title-wrapper {
        clear: both;
    }

    .feature-grid .hover a.play-link {
        display: none !important;
    }

    .feature-grid-5 .alist-inner .item:nth-child(n+3).hover a.play-link {
        display: flex !important;
    }

    .feature-grid a.play-link {
        display: flex !important;
    }

    .feature-grid .item .btn-play {
        align-items: center;
        justify-content: center;
        position: absolute;
        right: -33px;
        bottom: 33px;
        opacity: 0;
        transition: all .25s ease-in;
    }

    .feature-grid .item:nth-child(even) .btn-play {
        left: -33px;
        right: auto;
    }

    .feature-grid .item .revealer-text {
        opacity: 1;
        width: 100%;
        transition: opacity .25s .35s;
    }

    .feature-grid .hover .btn-play {
        display: flex;
        opacity: 1;
        transition: all .25s ease-in;
    }

    .feature-grid-5 .item:nth-child(n+3) .btn-play {
        display: none !important;
    }

    .feature-grid .hover .btn-play {
        display: block !important;
    }

    .feature-grid .btn-play-mini {
        opacity: 0;
        display: none;
        margin: 0;
        height: 0;
    }

    .feature-grid .item:nth-child(n+3) .btn-play-mini {
        opacity: 1;
        transition: opacity .25s .25s;
        margin: 20px 0 0;
        height: 60px;
    }

    .feature-grid-5 .item:nth-child(n+3):hover .btn-play-mini {
        width: 100%;
    }

    .feature-grid-5 .item:nth-child(n+3) .btn-play-mini {
        display: block;
    }

    .feature-grid-5 .item:nth-child(n+3) .info a.play-link {
        left: auto !important;
        padding: 18px 0 20px 4px !important;
    }

        .feature-grid-5 .item:nth-child(n+3) .info a.play-link span:after {
            content: '\f054' !important;
            font-size: 30px;
        }

    .feature-grid-5 .item:nth-child(n+3) .info .bar {
        position: static;
        top: 140px;
        justify-content: initial !important;
    }
}

@media ( max-width: 992px) {
    .feature-grid .btn-play {
        display: none;
    }

    .feature-grid .btn-play-mini {
        display: none;
        margin: 15px 0 0;
        width: 100%;
    }

    .feature-grid .hover .btn-play-mini {
        display: block;
    }

    .feature-grid-5 .item:nth-child(n+3) a.title:link {
        font-size: inherit;
        font-size: 2rem;
        line-height: 1.2em;
    }
}

.feature-grid .load-more-wrapper {
    clear: both;
    text-align: center;
    margin-bottom: 40px
}

/* ***** */
/* blogs */

.blog .acategory-skew {
    background-color: #893636;
}

.blogs.alist.stories .blog-item.item .poster {
    float: none;
    width: 100%;
    display: block;
}

.blogs.alist.stories.list .item .poster {
    display: none;
}

/* blog card */

.blogs.alist.stories .blog-item.item {
    text-align: center;
    padding-bottom: 20px;
}

.blogs.alist.stories.list .blog-item.item {
    text-align: left;
}

.blogs.alist.stories .blog-item.item .blog-card {
    padding: 25px;
}
/* above but in list mode */
.blogs.alist.stories.list .blog-item.item .blog-card {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* category in card */
.blogs.alist.stories .blog-item.item a.category,
.blogs.alist.stories .blog-item.item a.category:link {
    text-align: center;
    font-size: 20px;
    color: #893636;
    margin: auto;
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: none;
    float: none;
}

/* listing mode category */
.blogs.alist.stories.list .blog-item.item a.category,
.blogs.alist.stories.list .blog-item.item a.category:link {
    text-align: left;
    float: none;
}

.blogs.alist.stories .blog-item.item a.title,
.blogs.alist.stories .blog-item.item a.title:link {
    padding: 0;
    font-size: 1.4rem;
    font-family: 'Lato', Arial, sarifl;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    text-rendering: optimizelegibility;
    display: inline;
    text-align: center;
    margin: auto;
}

@media (max-width:991px) {
    .blogs.alist.stories .blog-item.item a.title,
    .blogs.alist.stories .blog-item.item a.title:link {
        font-size: 2rem;
    }

    .globs.alist.stories .blog-item.item .blog-card {
        padding: 25px 0 0;
    }
}

/* listing mode title */
.blogs.alist.stories.list .blog-item.item a.title,
.blogs.alist.stories.list .blog-item.item a.title:link {
    text-align: left;
}

.blogs.alist.stories .bar {
    display: flex;
    align-items: center;
}

    .blogs.alist.stories .bar .expanse {
        flex: 1;
    }

.blogs.alist.stories.list .bar .expanse {
    display: none;
}


.blogs.alist.stories .social .social-inner .blog-social-block {
    margin-top: 10px;
    display: flex;
}

.blogs.alist.stories .social .social-inner .social-link {
    width: 35px;
    height: 35px;
    font-size: 18px;
    margin-right: 15px;
}

@media (max-width:767px) {
    .blogs.alist.stories .social .social-inner .social-link {
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
    }
}

.blogs.alist.stories .bar .time time {
    font-size: 16px;
    color: #717171;
    padding: 0 15px;
}

/* listing mode for time display */
.blogs.alist.stories.list .bar .time time {
    padding: 0;
}



    .blogs.alist .apager .active {
        background-color: transparent;
    }

    .blogs.alist .apager .active a,
    .blogs.alist.stories .pager .active a:link,
    .blogs.alist.stories .pager .active a:hover {
       color: #893636;
       background: none;
       border-bottom: 4px solid #893636;
    }

.blogs.alist.list .alist-inner.dgov-grid .blog-flex-item {
    width: 100%;
}

    .blogs.alist.list .alist-inner.dgov-grid .blog-flex-item .social {
        display: none;
    }

/* end of blog styles */
/* ****************** */

/* print styles */
@media print {
    body {
        background: #fff;
        color: #000;
        font-size: 6pt;
        line-height: 150%;
        margin: 0px;
        -webkit-print-color-adjust: exact !important;
    }

    hr {
        color: #ccc;
        background-color: #ccc;
    }

    h1, h2, h3, h4, h5, h6, code, pre {
        color: #000;
        text-transform: none; /* because sometimes I set all-caps */
    }

    h1 {
        font-size: 11pt;
        margin-top: 1em;
    }

    h2 {
        font-size: 10pt;
    }

    h3 {
        font-size: 9pt;
    }

    h4, h5, h6 {
        font-size: 8pt;
    }

    p,
    .ast-pullquote,
    .ast-grid .items,
    .acategory-skew,
    a.acategory-skew,
    .ntext {
        font-size: 12pt;
    }

    code, pre {
        font-size: 8pt;
        background-color: transparent; /* just in case the user configured browser to print backgrounds */
    }

    blockquote {
        background-image: none; /* though they may not print, I’d rather be sure */
        border-width: 0 0 0 5px;
    }

    a:link, a:visited {
        text-decoration: underline;
        color: #000;
    }

    abbr:after, acronym:after { /* some HTML4 love */
        content: " (" attr(title) ") "; /* I suspect I am one of the few who still use these elements */
    }


    .abanner .content-wrap {
        padding: 30px 0 15px;
    }

        .abanner .content-wrap .maintitle {
            font-size: 32pt;
            margin: 0 0 15px;
            max-width: 650px;
        }

    #header-main,
    #dnn_ContentPaneFullBleed3,
    .adash.suggest,
    .abanner .banner-image,
    .abanner .banner-angle-header:after,
    .footer-search,
    #extended-nav,
    .adetail .media-inline .overlay,
    .dgov2slideshow .dgov2overlay,
    .adetail .social-top,
    .dgov2slideshow-dotnav,
    .parallax.ast-parallax-container,
    .adetail .social-bottom,
    .ast-biglink,
    .adetail .tags,
    .adetail .gallery .duration,
    .adetail .gallery .image.video-control,
    .adetail .social-top,
    .adetail .media-inline-video {
        display: none;
    }

    .adetail .media-inline img,
    .adetail .breakout, .adetail .media-inline.breakout .image-wrapper,
    .img-responsive {
        max-width: 650px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .aframe .content {
        padding: 0 30px;
    }

    .ast-notes {
        border-width: 5px;
        margin: 0;
        background-image: url(/desktopmodules/articlecs/images/ebebeb.jpg) !important;
        background-repeat: repeat;
    }

    .ast-list.circle .item .number {
        background-image: url(/desktopmodules/articlecs/images/ebebeb.jpg) !important;
        background-repeat: repeat;
        left: -15px;
    }

    .ast-list {
        margin-bottom: 20px;
    }

        .ast-list .item {
            margin: 0 0 10px 30px;
            padding-left: 45px;
        }

            .ast-list .item .title {
                font-size: 14pt;
                margin-top: 14px;
            }

    .ast-glance {
        font-size: 14pt;
    }

    .ast-grid .grid-separator.top,
    .ast-grid .grid-separator.bottom {
        margin: 15px auto;
        border-top: 5px solid #355e93;
    }

    .dgov2slideshow {
        margin: 0;
    }


    .dgov2slideshow-inline .slick-initialized .slick-slide.slick-active {
        display: block;
    }

    .dgov2slideshow-gallery .slick-next.slick-arrow,
    .dgov2slideshow-gallery .slick-prev.slick-arrow {
        display: none !important;
    }

    .ast-pullquote .quotemark {
        background-image: url(/desktopmodules/articlecs/images/pull-quote-mark.svg) !important;
        width: 32px;
    }

    #skip-target-holder,
    #skip-target-holder a {
        display: none !important;
    }

    .adetail .breakout {
        margin: 0;
    }

    main .page-wrap {
        padding: 0 !important;
    }

    .page-banner-inner {
        padding: 15px 0 0;
    }

    .page-banner-thin .content-wrap {
        padding: 0;
    }

    .slice-angle-gray:before,
    .subscribe {
        display: none;
    }

    .content-wrap div.page-title {
        margin: 0 0 30px !important;
        font-size: 2.6rem
    }

    header, .social-top, #nav-toggle, .social-bottom, #footer-main, #skip-link-holder, #dnn_ContentPaneFullBleed3, .footer-search, #extended-nav {
        display: none;
    }

    .page-banner-inner {
        padding: 0 0 180px !important;
    }
}

/* For "ArticlCS/TemplatesDashboard/AdvancedSearch/DGOV2 - Inside DOD"  */

.inside-dod.afilter input,
.inside-dod.afilter select {
    border: 1px solid #adadad;
}

.inside-dod.afilter .select-view.selected {
    background-color: #893636;
    border-color: #893636;
}

    .inside-dod.afilter .select-view.selected:hover {
        background-color: #662828;
    }

.inside-dod.afilter .search input {
    background-color: rgba(137,54,54,0.1);
    color: #893636;
    border: 1px solid #893636;
}

    .inside-dod.afilter .search input:hover {
        color: #fff;
    }

    .inside-dod.afilter .search input:hover {
        background-color: #662828;
    }

/* center tweets */
.adetail.abanner .content.content-wrap .twitter-tweet.twitter-tweet-rendered {
    margin-left: auto;
    margin-right: auto;
}

.adetail .media-inline-xlarge.media-inline-right, .adetail .media-inline-xlarge.media-inline-left {
    margin: 5px 0px 20px 0;
}

.adetail .media-inline-xlarge.media-inline-right, .adetail .media-inline-xlarge.media-inline-left {
    margin: 5px 0px 20px 0;
}

/* Jquery Datepicker fixes */
.ui-datepicker.ui-widget {
    z-index: 100 !important;
}


/*BEGIN Experience Listing Pagination*/

#experience-listing-wrap .apager a {
    color: #adadad;
    background-color: transparent;
}

#experience-listing-wrap .apager .active {
    background-color: transparent;
}

#experience-listing-wrap .apager :not(.active) a:hover {
    color: #ebebeb;
    border-bottom: 4px solid #717171;
}

#experience-listing-wrap .apager .nextprev a:hover {
    border-bottom: 4px solid transparent !important;
}

#experience-listing-wrap .apager .nextprev.disabled a {
    opacity: .25;
}

#experience-listing-wrap .apager .active a,
#experience-listing-wrap .pager .active a:link,
#experience-listing-wrap .pager .active a:hover {
    color: #ebebeb;
    background: none;
    border-bottom: 4px solid #ff9900;
}

/*END Experience Listing Pagination*/

/* Listing Experience start */
.experience-item {
    padding: 0;
    overflow: hidden;
}

    .experience-item a:hover {
        text-decoration: none;
    }

    .experience-item .item {
        max-width: 1400px;
        margin: 0 auto;
    }

        .experience-item .item a {
            display: block;
            top: 15px;
        }

        .experience-item .item .content-type {
            display: inline-block;
            margin-bottom: 20px;
            background: #355e93;
            padding: 3px 14px 7px 18px;
        }

        .experience-item .item a.content-type-text,
        .experience-item .item a.content-type-text:link,
        .experience-item .item a.category,
        .experience-item .item a.category:link {
            margin: 0;
            color: #fff;
            display: inline-block;
            font-size: 15px;
            float: none;
            border: none;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .experience-item .item .content-type .separator {
            color: #fff;
            float: none;
            border: none;
            margin: 0 10px 0 8px;
            opacity: .5;
        }

        .experience-item .item figcaption {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            margin: 0;
            padding: 6.5rem 30px 15px;
            z-index: 9;
            background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%);
            background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%);
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
        }

            .experience-item .item figcaption span.interactive,
            .experience-item .item figcaption span.interactive a {
                color: #ff9900;
                text-transform: uppercase;
                letter-spacing: 5px;
                font-size: 24px;
                text-shadow: 1px 1px 2px #000;
                margin-bottom: 10px;
                display: block;
            }

            /* subhead */
            .experience-item .item figcaption .subhead {
                display: block;
                color: #ff9900;
                font-size: 1.2rem;
                margin-bottom: 5px;
                text-shadow: 2px 2px 10px rgba(0,0,0,0.6);
                font-weight: bold;
                letter-spacing: 3px;
                text-transform: uppercase;
                transition: top 0.5s, opacity 0.5s;
                position: relative;
                top: 0px;
                opacity: 1;
            }

            .experience-item:hover .item figcaption .subhead {
                top: -10px;
                opacity: 0;
            }
            /* end subhead */

            /* title */
            .experience-item .item figcaption h2 {
                font-size: 1.8rem;
                margin: 0 0 10px;
                color: #fff;
            }
            /* end title*/

            /* summary */
            .experience-item .item figcaption .summary {
                color: #fff;
                font-size: 18px;
                margin: 0;
                margin-bottom: 0px;
                max-width: 650px;
                opacity: 0;
                height: 0px;
            }

            .experience-item:hover .item figcaption .summary {
                opacity: 1;
                color: #fff;
                max-height: auto;
                margin-top: 0px;
                margin-bottom: 0px;
                padding: 0px;
                overflow: hidden;
                text-overflow: ellipsis;
            }
            /* end summary */

   

    .experience-item .item figcaption .bar {
        display: flex;
        justify-content: flex-start;
        padding-top: 20px;
        color: #ebebeb;
        align-items: center;
    }

    .experience-item .item figcaption time {
        order: 3;
        padding: 0 30px;
        font-size: 18px;
    }

    .experience-item .item figcaption .social {
        order: 2;
    }

    .experience-item .item figcaption .social-inner {
        display: flex;
        font-size: 1.4rem;
    }

        .experience-item .item figcaption .social-inner a {
            width: 35px;
            height: 35px;
            font-size: 17px;
            color: #ebebeb;
        }

    .experience-item .item figcaption .fa.fa-facebook, .experience-item .item figcaption .fa.fa-twitter {
        font-family: 'Font Awesome 5 Brand','FontAwesome', sans-serif;
        font-weight: 400;
    }

    .experience-item .item figcaption .btn {
        margin: 0 15px 5px 0;
    }

    .experience-item .item figcaption .btn-experience {
        background: #ff9900;
        border-color: #ff9900;
        color: #111;
    }

.exp-img-wrap {
    display: block;
    position: relative;
    z-index: 9;
}

    .exp-img-wrap .edit-link {
        position: absolute;
        top: 30px;
        right: 15px;
        z-index: 10!important;
    }

.experience-img {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
}

    .experience-img:before {
        display: block;
        content: '';
        max-width: 100%;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: -1px;
        z-index: 3;
        background: -moz-linear-gradient(left, rgba(34,34,34,1) 0%, rgba(34,34,34,0) 100%);
        background: -webkit-linear-gradient(left, rgba(34,34,34,1) 0%, rgba(34,34,34,0) 100%);
        background: linear-gradient(to right, rgba(34,34,34,1) 0%, rgba(34,34,34,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#00222222', GradientType=1 );
    }

    .experience-img img {
        width: 100%;
        filter: blur(15px);
    }

@media only screen and (max-width: 768px) {
    .experience-item:hover .item figcaption .subhead {
        top: 0;
        opacity: 1;
    }

    .experience-item:hover .item figcaption .summary {
        opacity: 0;
        height: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .experience-item .item figcaption h2 {
        font-size: 24px;
    }

    .experience-item .item figcaption .summary {
        font-size: 16px;
    }

}

/* Listing-Experience end */


/* DGOV2 Helpcenter */

.alist.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
    max-width: 800px;
    padding: 15px 0 30px;
    margin-left: 4rem;
    margin-right: 50px;
    /*max-height: 200px;
	min-height: 130px;
	overflow: hidden;*/
    position: relative;
}

.alist.faq .panel-body:before {
    content: '';
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    min-height: 130px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 60%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.answer-btn {
    display: none;
    position: absolute;
    bottom: 30px;
    left: 0;
    font-size: 16px;
}

.alist.faq .panel-default > .panel-heading + .panel-collapse > .panel-body p {
    font-size: 16px;
    margin-bottom: 20px;
}

.alist.faq .panel-default > .panel-heading + .panel-collapse > .panel-body ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.alist.faq .panel-group {
    margin: 0;
    padding-left: 0px;
}

    .alist.faq .panel-group .panel:first-child {
        border-top: none;
    }

.alist.faq .panel-title {
    font-size: 18px;
    padding-right: 50px;
}

    .alist.faq .panel-title a {
        padding: 20px 0 14px;
        text-decoration: none;
    }

        .alist.faq .panel-title a,
        .alist.faq .panel-title a.collapsed:hover {
            padding: 20px 0 14px;
            text-decoration: none;
            color: #254267;
        }

            .alist.faq .panel-title a.collapsed {
                color: #355e93;
            }

.alist.faq .panel-heading i {
    top: calc(50% - 10px);
    font-size: 1.2em;
}

.alist.faq .panel-heading .collapsed i {
    transform: rotate(180deg);
}

.faq-list {
    display: block;
    padding-top: 0;
    padding-bottom: 2rem;
    /*padding-left: 33.33333333%;*/
}

#publications {
    padding-bottom: 3rem;
}

.faq-list h3 {
    font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 2.2rem;
    padding: 20px 30px;
    margin-bottom: 5px;
    background: #ebeff5;
    background: rgb(235,239,245);
    background: -moz-linear-gradient(left, rgba(235,239,245,1) 0%, rgba(174,191,212,1) 100%);
    background: -webkit-linear-gradient(left, rgba(235,239,245,1) 0%,rgba(174,191,212,1) 100%);
    background: linear-gradient(to right, rgba(235,239,245,1) 0%,rgba(174,191,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebeff5', endColorstr='#aebfd4',GradientType=1 );
}

.faq-list > .text-center {
    margin-top: 30px;
}

p.faq-desc {
    display: none;
    color: #717171;
    font-size: 17px;
    max-width: 650px;
    padding: 10px 0 0 30px;
    z-index: 2;
    font-style: italic;
}

.funerals p.faq-desc {
    display: block;
}

@media only screen and (max-width: 767px) {
    .alist.faq .panel-group {
        padding-left: 0px;
    }

    .faq-list h3 {
        padding: 12px 20px 13px;
    }

    .alist.faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding: 0 0 10px;
        margin-left: 0;
    }
}

/* DGOV2 Helpcenter end */