﻿/* DMA full width styles */
.dma-full-width .desktop-search {
    float: left;
    white-space: nowrap;
}

.dma-full-width header .social,
.dma-full-width header .social-text {
    margin: 12px 0 0;
    padding: 0;
}

.dma-full-width header .social ul,
.dma-full-width header .social-text ul{
    margin: 0;
    padding: 0;
}

.dma-full-width .nav-main {
    width: auto;
}

.dma-full-width #main-header {
    position: fixed;
    width: 100%;
    z-index: 1001;
}
#main-header.away-from-top {
    top: 0;
}

.dma-full-width #content {
    background: #FFF;
    padding-top: 158px;
}

.dma-full-width.backend #main-header {
    position: static;
    width: 100%;
    top: auto;
}
.dma-full-width.backend #content {
    padding-top: 0;
}


.dma-full-width .menu {
    position: relative;
    height: 37px;
}

.dma-full-width nav.nav-main {
    position: absolute;
    left: 0;
    top: 0;
}

.dma-full-width .skin-logo {
    padding: 0;
    height: 100px;
}

    .dma-full-width .skin-logo img {
        height: 100px;
        max-height: 100%;
    }

.dma-full-width .skin-header,
.dma-full-width .skin-header * {
    transition: all 300ms ease-in-out;
}

    .dma-full-width .skin-header .skin-header-flex {
        display: flex;
    }

.dma-full-width .skin-header-left * {
    transition: all 200ms ease-in-out;
}

.dma-full-width .skin-header-right {
    flex: 0 1 auto;
}

    .dma-full-width .skin-header-right .desktop-search,
    .dma-full-width .skin-header-right .mobile-search {
        margin-right: 0;
        float: right;
    }

.dma-full-width .skin-header-left {
    flex: 1 1 auto;
}

.dma-full-width .skin-header-background,
.dma-full-width .skin-footer-background {
    background-size: cover !important;
}

.dma-full-width .skin-header-background {
    background-color: #fff !important;
}

.dma-full-width .skin-breadcrumb-container {
    padding: 8px 0 8px 33px;
    margin: 0;
}

/* Fixed header */
.dma-full-width.scroll .skin-header-left {
    min-height: 0;
    height: 100%;
}

.dma-full-width.scroll .skin-header {
    height: 60px;
    min-height: 60px;
}

.dma-full-width.scroll .nav-main {
    height: 37px;
}

.dma-full-width.scroll .skin-title {
    padding-top: 15px;
    padding-left: 10px;
    font-variant: small-caps;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: flex;
    flex-wrap: nowrap;
    line-height: 1.1;
}

    .dma-full-width.scroll .skin-title .title-text {
        font-size: 22px;
    }

.dma-full-width.scroll .skin-addpad {
    padding-left: 15px;
    padding-right: 15px;
}

.dma-full-width.scroll .desktop-search {
    float: right;
    border-radius: 8px;
    display: inline-block;
    margin: 12px 16px 0 0;
    padding: 1px 0 0;
}

.dma-full-width.scroll .skin-title .subtitle-text {
    font-size: 14px;
    color: #3399cc;
}

.dma-full-width.scroll .skin-title .withsub {
    line-height: 0;
}

.dma-full-width.scroll .skin-logo {
    height: 50px;
    padding: 0;
}

.dma-full-width.scroll .social {
    display: none;
}

@media (max-width: 767px) {
    .dma-full-width .skin-logo {
        height: 43px !important;
        top: 0;
        margin-top: 8px !important;
    }

    .dma-full-width .menu {
        height: auto;
    }

    .dma-full-width nav.nav-main {
        position: relative;
    }
    .dma-full-width #content {
        padding-top: 60px;
    }

}

/*NSA styling for ArticleCS Dashboard*/

.nsa-search__filters-container {
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 100;
    left: 0;
    width: 100%;
    padding: 1.5rem;
    background-color: #fff;
}

.nsa-margin-bottom-md {
    margin-bottom: 1.5rem;
}

.nsa-margin-right-sm {
    margin-right: 1rem;
}

.nsa-btn--tertiary {
    border-color: #bfbfbf !important;
    color: #111 !important;
    text-shadow: none !important;
    background-color: #fff !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.nsa-btn--blue {
    border-color: #046b99 !important;
    color: #fff !important;
    text-shadow: none;
    background-color: #046b99 !important;
}

.nsa-btn, .nsa-form.df_form input[type=submit] {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: Poppins,helvetica,arial,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2;
    letter-spacing: .03125em;
    padding: .9rem 2rem;
    border-width: 2px;
    border-radius: 5px;
    border-style: solid;
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-shadow: 0 0 3px rgb(0 0 0 / 40%);
}

.nsa-btn--sm {
    border-width: 1px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 1rem 1.4rem;
}

.nsa-btn--link {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0;
    outline: none;
    color: #046b99 !important;
    text-shadow: none;
}

.nsa-btn--tertiary .fa {
    color: #046b99 !important;
}

.nsa-btn--sm.nsa-btn--icon-after .fa {
    padding-left: 5px;
}

.nsa-btn--icon-after .fa {
    padding-left: 9px;
}

.fa {
    display: inline;
}

.nsa-btn .fa, .nsa-form.df_form input[type=submit] .fa {
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.nsa-margin-top-md {
    margin-top: 1.5rem;
}

@media only screen and (min-width: 992px) {
    .nsa-search__filters-container {
        background-color: transparent;
        padding: 0;
        max-width: 29rem;
        margin-right: 6rem;
        margin-top: 0;
        position: static;
    }
}

.nsa-dropdown__header {
    border-radius: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: .0138em;
    background-color: #046b99;
    height: 45px;
    height: 4.5rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    border: none;
    position: relative;
    margin-top: 6px;
    padding: 8px 1.8rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.nsa-dropdown__content-wrapper {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    max-height: 1000px;
}

.nsa-dropdown__content {
    padding: 1.8rem;
}

    .nsa-dropdown__content .field-outer input {
        width: 100%;
        margin-bottom: 5px;
    }

    .nsa-dropdown__content .field-outer input[type=checkbox] {
        width: auto;
        margin-bottom: 5px;
    }

        .nsa-dropdown__content .field-outer label {
            cursor: pointer;
            margin-bottom: 3px;
            color: #111;
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 400;
            text-indent: 10px;
            text-indent: 1rem;
            -webkit-transition: color .3s;
            transition: color .3s;
        }

        .nsa-dropdown__content .field-outer label:hover {
            color: #1f95d9;
        }

    .nsa-dropdown__content .field-outer select {
        width: 100%;
        margin-bottom: 5px;
    }

.nsa-dropdown__header:active:after, .nsa-dropdown__header:focus:after, .nsa-dropdown__header:hover:after {
    content: "\f106";
    color: #fff;
    /* stylelint-disable font-family-no-missing-generic-family-keyword */
    font-family: "FontAwesome";
    /* stylelint-enable font-family-no-missing-generic-family-keyword */
    font-weight: 500;
}

.nsa-dropdown__header.collapsed:active:after, .nsa-dropdown__header.collapsed:focus:after, .nsa-dropdown__header.collapsed:hover:after {
    content: "\f107";
    color: #fff;
    /* stylelint-disable font-family-no-missing-generic-family-keyword */
    font-family: "FontAwesome";
    /* stylelint-enable font-family-no-missing-generic-family-keyword */
    font-weight: 500;
}

.nsa-dropdown__header:after {
    content: "\f107";
    color: #fff;
    line-height: 45px;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-transition: color .3s;
    transition: color .3s;
    margin-left: auto;
    -ms-flex-item-align: center;
    align-self: center;
    /* stylelint-disable font-family-no-missing-generic-family-keyword */
    font-family: "FontAwesome";
    /* stylelint-enable font-family-no-missing-generic-family-keyword */
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
}

.nsa-checkbox {
    margin-bottom: .3rem;
}