﻿html {
    font-size: 16px;
}

body {
    font-family: Source Sans Pro Web,Helvetica Neue,Helvetica,Roboto,Arial,sans-serif;
    color: #2c2c2c;
    background-color: #ffffed;
    min-height: 100vh;
}

h1, h2, h3, h4, h5 {
    font-family: Merriweather Web Georgia,Cambria,Times New Roman,Times,serif;
}

h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-weight: 700;
    color: #214c6f;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2.25rem;
    color: #851616;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2rem;
    color: #214c6f;
    margin-bottom: 1rem;
}

h4 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    color: #851616;
    margin-bottom: 1rem;
}

h5 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.45rem;
    color: #214c6f;
    margin-bottom: 1rem;
}

p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}

    .sig-content-body p a {
        color: #0054ad;
        text-decoration: none;
        border-bottom: 1px solid #0054ad;
    }

        .sig-content-body p a:hover, .sig-content-body p a:active {
            text-decoration: none;
            border-bottom: 1px solid transparent;
        }

a {
    color: #0054AD;
}

    a:hover, a:active {
        text-decoration: none;
    }

strong {
    font-weight: 700;
}

em, i {
    font-style: italic;
}

section {
    padding-bottom: 1rem;
}

height-auto-important {
    height: auto !important;
}

.height-full-important {
    height: 100% !important;
}

.width-auto-important {
    width: auto !important;
}

.width-full-important {
    width: 100% !important;
    max-width: none !important;
}

.border-0 {
    border: 0 !important;
}

.sig-form-main {
    background-color: #fefefe;
}

.usa-skipnav:focus {
    z-index: 310;
}

.usa-banner {
    background-color: #ededed;
    padding-bottom: 0;
}

.usa-banner__header {
    min-height: 0;
    color: #2d2d2d;
    background-color: #e9e1c1;
    padding-bottom: .1rem;
    padding-top: .1rem;
}

.usa-banner__inner {
    max-width: 1600px;
    padding-bottom: .2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .2rem;
}

.usa-banner__header-flag {
    vertical-align: baseline;
    margin-right: .75rem;
}

.usa-banner__header-text {
    font-size: .75rem;
}

.usa-header {
    position: relative;
    background-color: #ffffed;
}

    .usa-header.usa-header--extended.fixed-top {
        box-shadow: 0px 2px 4px rgba(75, 125, 175, 0.5);
    }

.usa-header--extended .usa-navbar-container {
    border-bottom: 0;
}

.usa-header--extended .usa-navbar {
    max-width: 1600px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}

.usa-header--extended .usa-logo {
    font-size: 2.13rem;
    line-height: 1rem;
    padding: .8rem .4rem;
    margin: 0;
}

    .usa-header--extended .usa-logo a {
        display: inline-block;
        margin: 0;
    }

        .usa-header--extended .usa-logo a img {
            content: url("/Portals/147/images/sigar-logo-small.png");
            height: 100%;
            max-height: 2.7rem;
            padding: .1rem;
        }

.usa-header--extended .usa-nav {
    border-top: 0;
    background-color: #003562;
}

    .usa-header--extended .usa-nav.fixed-top {
        box-shadow: 0 2px 4px rgba(75,125,175,.5);
    }

    .usa-header--extended .usa-nav .usa-accordion {
        width: unset;
    }

.usa-header--extended .usa-nav__inner {
    max-width: 1600px;
}

.usa-header--extended .usa-nav__primary {
    margin-left: 0;
}

.usa-menu-btn {
    font-weight: 700;
}

.usa-nav__primary button {
    color: #fefefe;
}

    .usa-nav__primary button[aria-expanded="false"] {
        background-image: url(/Portals/147/images/plus-white.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
        background-image: url(/Portals/147/images/plus-white.svg),linear-gradient(transparent,transparent);
        background-position: right 2px center;
    }

    .usa-nav__primary button[aria-expanded="true"] {
        background-image: url(/Portals/147/images/minus-white.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
        background-image: url(/Portals/147/images/minus-white.svg),linear-gradient(transparent,transparent);
        background-position: right 2px center;
    }

    .usa-nav__primary button:hover {
        color: #fefefe;
        background-color: #051e33;
    }

.usa-nav__primary a {
    color: #fefefe;
}

.usa-nav__primary > .usa-nav__primary-item > a {
    color: #fefefe;
}

    .usa-nav__primary > .usa-nav__primary-item > a:hover {
        color: #fefefe;
        background-color: #051e33;
    }

usa-nav__primary-item.sig-nav__primary-item-condense {
    width: auto;
}

.usa-nav__secondary-links a {
    color: #fff;
}

    .usa-nav__secondary-links a:hover {
        color: #fff;
    }

.usa-nav__secondary-links .usa-nav__secondary-item.dari a,
.usa-nav__secondary-links .usa-nav__secondary-item.pashto a {
    font-size: 1.5rem;
}

.usa-search [role="search"] {
    width: 100%;
}

.search-filter .usa-button {
    min-width: 8rem;
    margin-top: .5rem;
}

.usa-banner__header--expanded {
    padding-right: 0;
}

.usa-header--extended .usa-current::after, .usa-header--extended .usa-nav__link:hover::after, .usa-header--extended [aria-expanded="true"]::after {
    background-color: #fefefe;
}

.usanav__submenu {
    background-color: #0f3351;
}

.sig-nav__submenu-col {
    padding-left: 1rem;
}

.usa-megamenu div.sig-nav__submenu-col:last-child {
    border-right: 0;
}

.usa-nav__submenu .usa-nav__submenu-item + * {
    margin-top: 0;
}

.usa-nav__submenu .usa-nav__submenu-item a {
    display: block;
    padding: .5rem .25rem .5rem 1rem;
}

    .usa-nav__submenu .usa-nav__submenu-item a:hover {
        color: #fefefe;
        padding: .5rem .25rem .5rem 1rem;
    }

.usa-megamenu.usa-nav__submenu::after, .usa-megamenu.usa-nav__submenu::before {
    display: none;
}

.usa-sidenav .usa-accordion + .usa-accordion {
    margin-top: 0;
}

.usa-sidenav .sig-accordion__button-container {
    position: relative;
}

.usa-accordion .sig-accordion__button-container .sig-accordion__button {
    position: absolute;
    display: inline-block;
    padding: 1.16rem;
    top: 0;
    right: 0;
    background-position: right .9rem center;
    border-left: 1px solid #cecece;
}

    .usa-accordion .sig-accordion__button-container .sig-accordion__button:hover {
        background-color: #e7f6f8;
    }

.sig-accordion-share .usa-accordion__button {
    color: #214c6f;
    background-color: #fff;
    font-size: 1rem;
    width: auto;
    padding: .5rem 2rem .5rem .5rem;
    background-image: none;
    border: 1px solid #214c6f;
    border-radius: 3px;
}

.sig-content-side {
    background-color: #ededed;
}

    .sig-content-side > .grid-row {
        margin-left: .5rem;
        margin-right: .5rem;
    }

.usa-sidenav-container .sidenav-toggle-button {
    font-size: .87rem;
    color: #fff;
    background-color: #003562;
    padding: .5rem 3.5rem .5rem 1rem;
}

    .usa-sidenav-container .sidenav-toggle-button[aria-expanded=false] {
        background-image: url(/Portals/147/images/plus-white.svg),linear-gradient(transparent,transparent);
        background-image: url(/Portals/147/images/plus-white.svg),linear-gradient(transparent,transparent);
        background-size: .8rem;
    }

    .usa-sidenav-container .sidenav-toggle-button[aria-expanded=true] {
        background-image: url(/Portals/147/images/minus-white.svg),linear-gradient(transparent,transparent);
        background-image: url(/Portals/147/images/minus-white.svg),linear-gradient(transparent,transparent);
        background-size: .8rem;
    }

    .usa-sidenav-container .sidenav-toggle-button:hover {
        text-decoration: underline;
        background-color: #051e33;
    }

.usa-sidenav-container .usa-accordion__content {
    position: relative;
    background-color: #ededed;
}

.usa-sidenav {
    border-bottom: 0;
    padding: .5rem;
}

    .usa-sidenav ul {
        border-top: 1px solid #cecece;
    }

        .usa-sidenav ul li:last-child {
            border-bottom: 0;
        }

    .usa-sidenav li {
        border-bottom: 1px solid #cecece;
    }

    .usa-sidenav a {
        position: relative;
        font-size: .9rem;
        color: #003562;
        border-top: 0;
    }

        .usa-sidenav a:focus {
            z-index: 1000;
        }

        .usa-sidenav a:hover {
            color: #fff;
            background-color: #003562;
        }

.usa-sidenav__item {
    border-top: 0;
}

    .usa-sidenav__item.usa-sidenav__item-main-section a {
        font-size: 1rem;
        color: #003562;
        font-weight: 700;
    }

        .usa-sidenav__item.usa-sidenav__item-main-section a:hover {
            color: #fff;
            background-color: #003562;
        }

.usa-sidenav .usa-current {
    color: #003562;
    background-color: #ffffed;
}

    .usa-sidenav .usa-current::after {
        border-radius: 0;
    }

.usa-sidenav .usa-accordion__button {
    font-weight: normal;
    width: auto;
    background-color: #ededed;
    background-size: .6rem;
    padding-right: 2.5rem;
}

.usa-sidenav .sig-accordion__button-container .sig-accordion__button:hover {
    background-color: #003562;
    background-image: url(/Portals/147/images/minus-white.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
    background-image: url(/Portals/147/images/minus-white.svg),linear-gradient(transparent,transparent);
}

.usa-sidenav .sig-accordion__button-container .sig-accordion__button[aria-expanded="false"]:hover {
    background-image: url(/Portals/147/images/plus-white.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
    background-image: url(/Portals/147/images/plus-white.svg),linear-gradient(transparent,transparent);
}

.usa-sidenav__sublist > li {
    list-style-type: none;
}

.usa-header + .usa-section, .usa-header + main {
    border-top: 0;
}

.sig-home-hero {
    position: relative;
    background-size: cover;
    background-image: url('/Portals/147/images/sigar-hero-web-hires.jpg');
    background-position: 100% 30%;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

    .sig-home-hero .color-overlay {
        background: linear-gradient(to bottom, rgba(23,15,0,.2) 0%, rgba(0,0,0,0.6)) 10%;
    }

    .sig-home-hero .usa-hero__callout {
        position: relative;
        width: 100%;
        height: 100%;
        z-index: 10;
        background: rgba(5,30,51,0.95);
    }

        .sig-home-hero .usa-hero__callout p {
            font-size: 1.2rem;
        }

    .sig-home-hero .usa-hero__heading {
        font-size: 2.25rem;
        color: #e3be6e;
    }

    .sig-home-hero .usa-section--dark {
        background: rgba(5,30,51,0.86);
    }

.usa-section--dark {
    background-color: #003562;
    color: white;
}

    .usa-section--dark h1,
    .usa-section--dark h2,
    .usa-section--dark h3,
    .usa-section--dark h4,
    .usa-section--dark h5,
    .usa-section--dark h6 {
        color: #e3be6e;
    }

    .usa-section--dark p {
        color: white;
    }

    .usa-section--dark a {
        color: #fefefe;
    }

    .usa-section--dark p a {
        border-bottom: 1px solid #fff;
    }

    .usa-section--dark p :hover {
        color: white;
        border-bottom: 1px solid #ca9e3f;
    }

.usa-button--outline.usa-button--hover, .usa-button--outline:hover {
    background-color: #fcfcfc;
}

.padding-0-important {
    padding: 0 !important;
}

.padding-4-important {
    padding: 2rem !important;
}

.grid-container {
    max-width: 1600px;
}

    .grid-container.width-full {
        width: 100%;
    }

    .grid-container.grid-container-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-container .usa-sidenav {
        margin-left: 0;
        margin-right: 0;
    }

.sig-video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

    .sig-video-container .sig-video-frame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.page-anchor:before {
    display: block;
    content: "";
    margin-top: -90px;
    height: 90px;
    visibility: hidden;
}

.usa-accordion .sig-card {
    margin-bottom: .5rem;
}

.usa-accordion__button h2,
.usa-accordion__button h3 {
    margin-bottom: 0;
}

.sig-article {
    margin-top: 1rem;
}

    .sig-article h2 {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    .sig-article .sig-article__header {
        margin-bottom: 1rem;
        padding: 1rem 0;
        border-bottom: 1px solid #051e33;
    }

    .sig-article .sig-article__title {
        margin: 1rem 0;
    }

    .sig-article .sig-article__published {
        font-style: italic;
        font-weight: 700;
    }
	
.sig-pager {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

    .sig-pager .usa-button {
        width: auto;
    }

    .sig-pager .sig-pager-link {
        width: auto;
        min-width: 3rem;
    }

    .sig-pager .sig-pager-link,
    .sig-pager .sig-pager-previous-next {
        display: inline-block;
        text-decoration: none;
        padding: .4rem;
        margin-left: .2rem;
        margin-right: .2rem;
    }

    .sig-pager .sig-pager-previous-next {
        color: #000;
    }

        .sig-pager .sig-pager-previous-next::after {
            font-family: "Font Awesome 6 Free";
        }

        .sig-pager .sig-pager-previous-next.sig-pager-previous-next--first::after {
            content: "\f100";
        }

        .sig-pager .sig-pager-previous-next.sig-pager-previous-next--previous::after {
            content: "\f104";
        }

        .sig-pager .sig-pager-previous-next.sig-pager-previous-next--next::after {
            content: "\f105";
        }

        .sig-pager .sig-pager-previous-next.sig-pager-previous-next--last::after {
            content: "\f101";
        }

        .sig-pager .sig-pager-previous-next.aspNetDisabled {
            display: none;
        }

    .sig-pager .sig-pager-link {
        color: #000;
        background-color: transparent;
    }

        .sig-pager .sig-pager-link:hover {
            color: #fff;
            background-color: #1a4480;
        }

    .sig-pager .sig-pager-current {
        color: #fff;
        background-color: #71767a;
        cursor: default;
    }

        .sig-pager .sig-pager-current:hover {
            background-color: #71767a;
            cursor: default;
        }

    .sig-pager .sig-pager-page-number {
        text-align: center;
        width: 3rem;
    }

    .sig-pager .sig-pager-note {
        float: right;
        font-size: .9rem;
    }

textarea {
    resize: none;
}

input:focus, .form-control:focus {
    box-shadow: none !important;
    z-index: 3;
}

.usa-label {
    font-weight: 700;
    color: #214c6f;
}

.usa-checkbox td {
    padding-bottom: .25rem;
}

.usa-checkbox input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: absolute;
    left: -9999px;
}

.usa-checkbox .usa-checkbox__primary-section label {
    font-weight: 700;
}

.usa-checkbox label {
    cursor: pointer;
    display: inherit;
    font-weight: 400;
    margin-bottom: .75rem;
    padding-left: 0;
    position: relative;
    text-indent: 0;
}

    .usa-checkbox label::before {
        height: 1.25rem;
        width: 1.25rem;
        border-radius: 2px;
    }

.usa-radio {
    margin-top: .5rem;
}

    .usa-radio td {
        padding-bottom: .25rem;
    }

    .usa-radio input {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        position: absolute;
        left: -9999px;
    }

    .usa-radio .usa-radio__primary-section label {
        font-weight: 700;
    }

    .usa-radio label {
        cursor: pointer;
        display: inherit;
        font-weight: 400;
        margin-bottom: .75rem;
        padding-left: 0;
        position: relative;
        text-indent: 0;
    }

    .usa-checkbox input:checked + label::before,
    .usa-radio input:checked + label::before {
        background-color: #005ea2;
        -webkit-box-shadow: 0 0 0 2px #005ea2;
        box-shadow: 0 0 0 2px #005ea2;
    }

    .usa-checkbox label::before,
    .usa-radio label::before {
        -webkit-box-shadow: 0 0 0 2px #757575;
        box-shadow: 0 0 0 2px #757575;
        line-height: 1.25rem;
        margin-right: .75rem;
    }

    .usa-checkbox label::before, .usa-radio label::before {
        background: #fff;
        background-color: rgb(255, 255, 255);
        content: "\a0";
        display: inline-block;
        left: 2px;
        position: relative;
        vertical-align: middle;
    }

    .usa-radio label::before {
        height: 1.25rem;
        border-radius: 99rem;
        width: 1.25rem;
    }

.usa-checkbox [type="checkbox"]:checked + label::before,
.usa-checkbox [type="checkbox"]:checked:disabled + label::before {
    background-image: url(/Portals/147/vendors/uswds/img/correct8.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
    background-image: url(/Portals/147/vendors/uswds/img/correct8.svg),linear-gradient(transparent,transparent);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: .75rem auto;
}

.usa-checkbox [type="checkbox"]:checked + label::before,
.usa-radio [type="checkbox"]:checked + label::before {
    background-color: #005ea2;
    -webkit-box-shadow: 0 0 0 2px #005ea2;
    box-shadow: 0 0 0 2px #005ea2;
}

.usa-radio input:focus + label::before {
    outline: 0.25rem solid #2491ff;
    outline-offset: 0.25rem;
}

.usa-checkbox input:focus + label::before {
    outline: 0.25rem solid #2491ff;
    outline-offset: 0;
}

.usa-checkbox input:disabled + label::before,
.usa-radio input:disabled + label::before {
    background: #e6e6e6;
    -webkit-box-shadow: 0 0 0 2px #c9c9c9;
    box-shadow: 0 0 0 2px #c9c9c9;
    cursor: not-allowed;
}

.usa-form-group--year {
    width: 6rem;
}

.usa-form-group--month {
    width: 4rem;
}

.usa-form-group--day {
    width: 4rem;
}

.sig-form-group__condense-date .usa-select {
    display: inline-block;
}

    .sig-form-group__condense-date .usa-select.usa-form-group--year,
    .sig-form-group__condense-date .usa-select.usa-form-group--month {
        margin-right: 0;
    }

.sig-scroll-box {
    max-height: 14rem;
    overflow-y: auto;
    border: 1px solid #565c65;
    margin-top: 0.5rem;
}

.sig-validation-summary {
    color: #b50909;
    display: block;
    font-weight: 700;
}

.usa-prose > table td, .usa-prose > table th, .usa-table td, .usa-table th {
    border: 1px solid #cecece;
    background-color: #fff;
}

.usa-table {
    width: 100%;
}

.usa-table--borderless th:first-child {
    padding-left: 1rem;
    border-left: 0;
}

.usa-table--borderless th:last-child {
    border-right: 0;
}

.usa-prose > table td, .usa-prose > table th, .usa-table td, .usa-table th {
    background-color: transparent;
}

.usa-table.usa-table--borderless tbody tr td {
    border: 1px solid #cecece;
    border-left: 0;
    border-right: 0;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #fefefe;
}

.usa-nav__link.sig-social-link {
    height: 100%;
}

.sig-social-link {
    display: inline-block;
    position: relative;
    height: 3rem;
    width: 3rem;
    text-decoration: none;
}

    .sig-social-link i {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .sig-social-link::after {
        font-family: "Font Awesome 6 Brands";
        font-size: 1.5rem;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .sig-social-link span {
        position: absolute;
        left: -999em;
    }

    .sig-social-link.sig-social-link--flickr {
        background-color: #0063db;
    }

        .sig-social-link.sig-social-link--flickr::after {
            content: '\f16e';
        }

    .sig-social-link.sig-social-link--facebook {
        background-color: #3b5998;
    }

        .sig-social-link.sig-social-link--facebook::after {
            content: '\f39e';
        }

    .sig-social-link.sig-social-link--youtube {
        background-color: #ff0000;
    }

        .sig-social-link.sig-social-link--youtube::after {
            content: '\f167';
        }

    .sig-social-link.sig-social-link--x-twitter {
        background-color: #1da1f2;
    }

        .sig-social-link.sig-social-link--x-twitter::after {
            content: '\e61b';
        }

    .sig-social-link.sig-social-link--mail {
        background-color: #2f2f2f;
    }

        .sig-social-link.sig-social-link--mail::after {
            font-family: "Font Awesome 6 Free";
            content: '\f0e0';
        }

.usa-image-block {
    margin: 0;
    padding-left: 0;
    padding-right: 1rem;
    padding-top: 0;
    padding-bottom: 1rem;
}

    .usa-image-block.grid-col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .usa-image-block img {
        width: 100%;
    }

    .usa-image-block .usa-image-text {
        font-size: .85rem;
        width: 100%;
        color: #212529;
        background-color: #fefefe;
        padding: .5rem;
    }

    .usa-image-block.sig-image-block-pull {
        float: left;
        padding-left: 0;
        padding-right: 1rem;
    }

    .usa-image-block.sig-image-block-push {
        float: right;
        padding-left: 1rem;
        padding-right: 0;
    }

@media all and (max-width: 39.99em) {
    .usa-image-block.grid-col-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media all and (min-width: 40em) and (max-width: 63.99em) {
    .usa-image-block.tablet\:grid-col-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media all and (min-width: 64em) {
    .usa-image-block.desktop\:grid-col-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

.background-fixed {
    background-attachment: fixed;
}

.background-scroll {
    background-attachment: scroll;
}

.hotline {
    font-weight: bold;
    color: #fff !important;
    background-color: #9a1919 !important;
}

    .hotline:hover, .hotline:active {
        background-color: #7a0e0e !important;
    }

.wb-protection {
    font-weight: bold;
    color: #fff !important;
    background-color: #005d00 !important;
}

    .wb-protection:hover, .wb-protection:active {
        background-color: #004d00 !important;
    }

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.scroll-to-top {
    font-size: 1.5rem;
    display: none;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
    color: #fefefe;
    background: rgba(10,40,65,.75);
    padding: .25rem 1rem;
    border: 3px solid #fefefe;
    border-radius: 50%;
    z-index: 1001;
    transition: color 250ms ease-in-out,background-color 250ms ease-in-out,border-color 250ms ease-in-out;
}

    .scroll-to-top:hover, .scroll-to-top:active {
        color: #003562 !important;
        background-color: #fff !important;
        border: 3px solid #003562 !important;
    }

.color-overlay {
    background: linear-gradient(to bottom, rgba(23,15,0,.2) 0%, rgba(0,0,0,0.9)) 10%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sig-breadcrumb-container {
    position: relative;
    background-color: #051e33;
    z-index: 1;
}

.sig-breadcrumb {
    position: relative;
    font-size: .8rem;
    max-width: 1600px;
    padding: .5rem 1rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.sig-breadcrumb__item {
    display: inline-block;
}

    .sig-breadcrumb__item.active {
        color: #ffffed;
    }

    .sig-breadcrumb__item a {
        color: #e3be6e;
    }

        .sig-breadcrumb__item a:hover, .sig-breadcrumb__item a:active {
            text-decoration: underline;
        }

    .sig-breadcrumb__item + .sig-breadcrumb__item::before {
        content: '/';
        color: #cecece;
    }

    .sig-breadcrumb__item::before {
        padding: .2rem;
    }

.grid-row-item-group > .grid-col {
    margin-bottom: 2rem;
}

.grid-row-item-group.grid-row-item-group--compress > .grid-col:last-child {
    margin-bottom: 0;
}

.grid-row-item-group .sig-link-card,
.grid-row-item-group .sig-link-card .sig-card,
.grid-row-item-group .sig-card {
    height: 100%;
    width: 100%;
}

a:hover .sig-card {
    text-decoration: none;
}

.sig-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    border: 1px solid #ededed;
}

    .sig-card.sig-card__shadow {
        box-shadow: 0 2px 4px rgba(75,125,175,.25);
    }

    .sig-card .sig-card__header {
        background-color: #003562;
        color: #fff;
        padding: 1rem 1.5rem;
    }

        .sig-card .sig-card__header h1,
        .sig-card .sig-card__header h2,
        .sig-card .sig-card__header h3,
        .sig-card .sig-card__header h4,
        .sig-card .sig-card__header h5 {
            color: #fff;
            margin-top: 0;
            margin-bottom: 0;
            padding-top: 0;
            padding-bottom: 0;
        }

    .sig-card a.sig-card__header {
        text-decoration: none;
    }

        .sig-card a.sig-card__header:hover, .sig-card a.sig-card__header:active {
            text-decoration: underline;
        }

    .sig-card .sig-card__title {
        font-family: Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
        font-size: 1.25rem;
    }

    .sig-card .sig-card__subtitle {
        font-family: Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
        font-size: 1.1rem;
        font-weight: 700;
        line-height: 1.45rem;
        color: #214c6f;
        margin-bottom: 1rem;
        border-bottom: 1px solid #cdcdcd;
        padding-bottom: 1rem;
    }

    .sig-card .sig-card__body, .sig-card .sig-card__footer {
        background-color: transparent;
        line-height: 1.5rem;
        padding: 1rem;
    }

    .sig-card .sig-card__text {
        font-size: .8rem;
    }

    .sig-card.hotline {
        color: #fcfcfc;
        background-color: #9a1919;
    }

    .sig-card.sig-card--home-panel .sig-card__body {
        height: 300px;
        overflow-y: scroll;
        padding: 0;
    }

    .sig-card.sig-card--home-panel .twitter-container {
        min-height: 300px;
    }

.sig-link-card .sig-card.hotline .sig-card__body, .sig-link-card .sig-card.hotline {
    color: #fff !important;
    background-color: #9a1919 !important;
}

.sig-card.wb-protection {
    color: #fff !important;
    background-color: #005d00 !important;
}

.sig-link-card .sig-card.wb-protection .sig-card__body, .sig-link-card .sig-card.wb-protection {
    background-color: #004d00 !important;
}

a.sig-link-card {
    text-decoration: none;
}

    a.sig-link-card .sig-card {
        text-decoration: none;
        height: 100%;
        width: 100%;
        color: #0054ad;
        background-color: #fff;
        border: 1px solid #e3be6e;
        box-shadow: 0 2px 4px rgba(75,125,175,.25);
        transition: color 250ms ease-in-out,background-color 250ms ease-in-out,border-color 250ms ease-in-out,box-shadow 250ms ease-in-out;
    }

.sig-link-card {
    display: -ms-flexbox;
    display: flex;
}

    .sig-link-card:hover .sig-card, .sig-link-card:active .sig-card {
        background-color: #fffffc;
        transform: scale(1.01);
        box-shadow: 0 6px 12px rgba(10,40,65,.75);
        border: 1px solid #2491ff;
    }

    .sig-link-card .sig-link-card__overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: .05;
        background-color: rgba(0,0,0,.05);
        transition: opacity 250s ease 0s;
    }

        .sig-link-card .sig-link-card__overlay:hover, .sig-link-card .sig-link-card__overlay:active {
            opacity: 0;
        }

.sig-divider {
    text-align: center;
    position: relative;
    display: block;
    height: .75rem;
    width: 100%;
    font-size: 1.5rem;
    color: #ca9e3f;
    margin: .5rem auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .sig-divider hr {
        position: absolute;
        color: #748796;
        border: 0;
        border-top-width: 0px;
        border-top-style: none;
        border-top-color: red;
        border-top: 1px solid #cdcdcd;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 5px;
    }

        .sig-divider hr::after {
            content: '';
            display: block;
            border-bottom: 1px solid #cdcdcd;
            height: 100%;
        }

.sig-icon-divider {
    text-align: center;
    position: relative;
    display: block;
    height: 1.75rem;
    width: 100%;
    font-size: 1.5rem;
    color: #e3be6e;
    margin: .5rem auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .sig-icon-divider hr {
        position: absolute;
        color: #748796;
        border: 0;
        border-top-width: 0px;
        border-top-style: none;
        border-top-color: red;
        border-top: 1px solid #cdcdcd;
        margin: 0;
        top: 50%;
        transform: translateY(-50%);
        width: calc(50% - 40px);
        height: 5px;
    }

        .sig-icon-divider hr::after {
            content: '';
            display: block;
            border-bottom: 1px solid #cdcdcd;
            height: 100%;
        }

        .sig-icon-divider hr:last-child {
            right: 0;
        }

.sig-content-home {
    display: block;
    position: relative;
    background-color: rgba(255, 255, 237, .2);
}

.sig-content-home-background {
    position: absolute;
    opacity: .03;
    width: 100%;
    height: 100%;
    background: url(/Portals/147/images/sigar-seal-large.png);
    background-position: 0px 0px;
    background-size: 100%;
    background-repeat: repeat-y;
}

.sig-newsletter-section {
    padding-top: 6rem;
    padding-bottom: 2rem;
    background-size: cover;
    background-image: url('/Portals/147/images/newsletter-cover.jpg');
    background-position: center;
}

    .sig-newsletter-section h3 {
        font-size: 1.5rem;
        line-height: 1.8rem;
        color: #fff;
        font-weight: bolder;
        text-transform: uppercase;
        margin: 0;
        float: none;
    }

    .sig-newsletter-section p {
        color: #fefefe;
    }

    .sig-newsletter-section .sig-newsletter-section__panel {
        background-color: rgba(5,30,51,0.86);
        padding: 2.5rem;
        box-shadow: 0 3px 6px 0 rgba(0,0,0,.25);
    }

.sig-content-container {
    background-color: #fefefe;
}

.sig-content {
    background-color: #fefefe;
}

    a.sig-link,
    .sig-content p a,
    .sig-article li a,
    .usa-table a,
    .usa-list li a {
        color: #0054ad;
        text-decoration: none;
        border-bottom: 1px solid #0054ad;
    }

        a.sig-link:hover, a.sig-link:active,
        .sig-content p a:hover, .sig-content p a:active,
        .sig-article li a:hover, .sig-article li a:active,
        .usa-table a:hover, .usa-table a:active,
        .usa-list li a:hover, .usa-list li a:active {
            color: #851616;
            text-decoration: none;
            border-bottom: 1px dotted #851616;
        }

.sig-article ol,
.sig-article ul {
    margin-bottom: 1rem;
}

.sig-article li ol,
.sig-article li ul {
    margin-bottom: .5rem;
}

.sig-article ol {
    list-style-type: decimal;
}

.sig-article li {
    margin-bottom: .5rem;
    margin-left: 2rem;
}

.usa-list li {
    max-width: none;
}

.usa-list:last-child, .usa-prose > ol:last-child, .usa-prose > ul:last-child {
    margin-bottom: 1rem;
}

ul {
    list-style-type: square;
}

li ul {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.list-style-type-circle {
    list-style-type: circle;
}

.list-style-type-disc {
    list-style-type: disc;
}

.list-style-type-upper-alpha {
    list-style-type: upper-alpha;
}

.list-style-type-lower-alpha {
    list-style-type: lower-alpha;
}

.list-style-type-upper-roman {
    list-style-type: upper-roman;
}

.list-style-type-lower-roman {
    list-style-type: lower-roman;
}

.list-style-type-none {
    list-style-type: none;
}

.sig-content-inner {
    background-color: #ededed;
}

.sig-content-inner-grid-container {
    padding: 0;
}

.sig-content-banner-container {
    position: relative;
    background-color: transparent;
    margin-bottom: 1rem;
    z-index: 0;
}

    .sig-content-banner-container .color-overlay {
        display: none;
        background: linear-gradient(to bottom, rgba(0,0,0,.25) 0%, rgba(0,0,0,0.6) 40%, rgba(0,0,0,0.85) 80%);
    }

    .sig-content-banner-container.sig-content-banner-image .color-overlay {
        display: block;
    }

    .sig-content-banner-container h1 {
        font-size: 2.5rem;
    }

        .sig-content-banner-container h1::after {
            background: #e3be6e;
            content: '';
            display: block;
            height: 4px;
            width: 80px;
            margin-top: 1rem;
        }

    .sig-content-banner-container h2 {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }

    .sig-content-banner-container.sig-content-banner-image {
        background-attachment: scroll;
        background-size: cover;
    }

        .sig-content-banner-container.sig-content-banner-image h1 {
            color: #fff;
            margin-top: 120px;
        }

            .sig-content-banner-container.sig-content-banner-image h1::after {
                min-width: 100px;
            }

        .sig-content-banner-container.sig-content-banner-image h2 {
            color: #fff;
        }

.sig-content-body {
    /*background-color: #fefefe*/;
	padding-top: 1rem;
    padding-bottom: 1rem;
}

.sig-content-article {
	padding-top: 2rem;
    padding-bottom: 2rem;
}

	.sig-content-article>.grid-container {
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}

.sig-article-link-list {
	
}

.sig-article-link-list-item {
	display: block;
	font-size: 1.25rem;
	padding-bottom: 1rem;
}

.sig-published-item {
    font-size: .8rem;
    padding: 1.5rem;
    border-bottom: 1px solid #cecece;
}

    .sig-published-item:first-child {
        border-top: 1px solid #cecece;
    }

    .sig-published-item p {
        font-size: .9rem;
        line-height: 1.15rem;
        margin-bottom: .5rem;
    }

    .sig-published-item .sig-published-item__header {
        padding: 0 0 .5rem 0;
    }

    .sig-published-item .sig-published-item__title {
        font-family: Merriweather Web,Georgia,Cambria,Times New Roman,Times,serif;
        font-weight: 500;
        font-size: 1.2rem;
        line-height: 1.6rem;
        color: #214c6f;
        text-decoration: none;
        margin-bottom: 0;
    }

        .sig-published-item .sig-published-item__title a {
            color: #214c6f;
            text-decoration: none;
        }

            .sig-published-item .sig-published-item__title a:hover {
                text-decoration: underline;
            }

    .sig-published-item .sig-published-item__body {
    }

    .sig-published-item .sig-published-item__type {
        display: inline-block;
        float: right;
        width: 100%;
        font-size: .9rem;
        font-weight: 700;
        text-align: center;
        background-color: #ededed;
        border: 1px solid #ededed;
        padding: .25rem 1rem;
        margin-bottom: 1rem;
    }

    .sig-published-item .sig-link-card {
        margin-bottom: .5rem;
    }

        .sig-published-item .sig-link-card .sig-card {
            color: #214c6f;
        }

        .sig-published-item .sig-link-card .sig-card__body, .sig-published-item .sig-link-card .sig-card__footer {
            font-weight: 700;
            padding: .25rem;
            padding-left: 1rem;
        }

.sig-published-item__audio-player {
    width: 100%;
}

.sig-published-item--small {
    padding: 1rem;
    padding-bottom: .5rem;
}

    .sig-published-item--small .sig-published-item__title {
        font-size: .8rem;
        line-height: 1.1rem;
        margin-bottom: 0;
    }

    .sig-published-item--small p {
        font-size: .8rem;
    }

    .sig-published-item--small .sig-published-item__type {
        font-size: .7rem;
    }

.sig-cite-text {
    font-size: .9rem;
}

/* footer */
.usa-footer {
	width: 100%;
}

.usa-footer__nav {
    max-width: 1800px;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.usa-footer__logo-img {
    max-width: 100%;
}

.usa-footer__contact-info:hover {
    text-decoration: inherit;
}

.usa-footer__primary-section {
    background-color: #003562;
}

.usa-footer__primary-link {
    font-size: .85rem;
    color: #fefefe !important;
}

	.usa-footer__primary-link:hover {
		text-decoration: underline;
	}

.usa-footer__secondary-link {
    display: block;
    text-decoration: none;
}

	.usa-footer__secondary-link:hover {
		text-decoration: underline;
	}

.sig-footer-row-group > .grid-row {
    border-bottom: 1px solid #e3be6e;
    margin-bottom: 1rem;
}

    .sig-footer-row-group > .grid-row:last-child {
        border-bottom: 0;
    }

.sig-footer-col-group > .grid-col {
    padding-bottom: 1rem;
}

    .sig-footer-col-group > .grid-col:last-child {
        border-right: 0;
    }

a.usa-footer__logo-link {
    border-bottom: 0;
}

    a.usa-footer__logo-link:hover {
        border-bottom: 0;
    }

.usa-footer__secondary-section {
    background-color: #ffffed;
    border-top: 0;
}

/* form */
.usa-form {
    max-width: 1600px;
}

.sig-link-move {
    position: relative;
    font-weight: 700;
}

.sig-link-move--icon::after {
    position: absolute;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline;
    font-size: 1rem;
    margin-left: .5rem;
    transition: margin-left 0.2s ease-in-out;
}

.sig-link-move--icon-chevron-double-right::after {
    font-family: "Font Awesome 6 Free";
    content: "\f101";
}

.sig-link-move--icon-chevron-double-right:hover::after {
    margin-left: .75rem;
}

.sig-link--csv:after {
    content: ' (CSV)';
}

.sig-link--mp3:after {
    content: ' (MP3)';
}

.sig-link--pdf:after {
    content: ' (PDF)';
}

.sig-link--xml:after {
    content: ' (XML)';
}

.sig-link--zip:after {
    content: ' (ZIP)';
}

.sig-section-about .sig-content-banner-image {
    background-image: url(/Portals/147/images/about-banner.jpg);
}

.sig-section-org-audits .sig-content-banner-image {
    background-image: url(/Portals/147/images/audits-banner.jpg);
}

.sig-section-org-investigations .sig-content-banner-image {
    background-image: url(/Portals/147/images/investigations-banner.jpg);
    background-position: center;
}

.sig-section-org-lessons-learned .sig-content-banner-image {
    background-image: url(/Portals/147/images/lessons-learned-banner.jpg);
    background-position: 50% 80%;
}

.sig-section-org-special-projects .sig-content-banner-image {
    background-image: url(/Portals/147/images/special-projects-banner.jpg);
    background-position: 20% 40% !important;
}

.sig-section-hotline .sig-content-banner-image {
    background-image: url(/Portals/147/images/about-banner.jpg);
}

.sig-section-reports .sig-content-banner-image {
    background-image: url(/Portals/147/images/careers-banner.jpg);
    background-position: center;
}

.sig-section-careers .sig-content-banner-image {
    background-image: url(/Portals/147/images/careers-banner.jpg);
    background-position: center;
}

@media all and (min-width: 64em) {
    .sig-section-about .sig-content-banner-image {
        background-size: 1000px !important;
        background-position-y: 20% !important;
    }

    .sig-section-org-audits .sig-content-banner-image {
        background-size: 1260px !important;
        background-position: 20% 20% !important;
    }

    .sig-section-org-investigations .sig-content-banner-image {
        background-size: 600px !important;
        background-position: 20% 30% !important;
    }

    .sig-section-org-lessons-learned .sig-content-banner-image {
        background-size: 600px !important;
        background-position: 20% 80% !important;
    }

    .sig-section-org-special-projects .sig-content-banner-image {
        background-position: 20% 40% !important;
    }

    .sig-section-hotline .sig-content-banner-image {
        background-size: 1000px !important;
        background-position-y: 20% !important;
    }

    .sig-section-reports .sig-content-banner-image {
        background-position: 20% 33% !important;
    }

    .sig-section-careers .sig-content-banner-image {
        background-position: 20% 33% !important;
    }
}


/* tablet */
@media all and (min-width: 40em) {
    .tablet\:text-left {
        text-align: left;
    }

    .tablet\:text-center {
        text-align: center;
    }

    .tablet\:text-right {
        text-align: right;
    }

    .sig-home-hero {
        min-height: 30rem;
        padding-top: 2rem;
        padding-bottom: 6rem;
    }

        .sig-home-hero .usa-hero__callout {
            max-width: none;
        }

    .sig-content-home-background {
        background-repeat: no-repeat;
    }

    .sig-card.sig-card--home-panel .sig-card__body {
        height: 450px;
    }

    tablet\:.grid-row-item-group.grid-row-item-group--compress-tablet .grid-col:last-child {
        margin-bottom: 0;
    }

    .sig-published-item .sig-published-item__type {
        width: auto;
        margin-left: 1rem;
    }
}

@media all and (max-width: 63.99em) {
    .usa-nav {
        width: 18rem;
    }

    .usa-nav__primary a:hover {
        background-color: #051e33;
    }
}

/* desktop */
@media all and (min-width: 64em) {
    .desktop\:text-left {
        text-align: left;
    }

    .desktop\:text-center {
        text-align: center;
    }

    .desktop\:text-right {
        text-align: right;
    }

    .usa-banner__inner {
        padding-right: 2rem;
    }

    .usa-header--extended .usa-logo a img {
        max-height: 3rem;
    }

    .usa-header--extended .usa-nav__submenu.usa-megamenu {
        padding: 2rem;
        box-shadow: 0 4px 6px 0 rgba(0,0,0,.25);
    }

    .usa-nav__primary button[aria-expanded="false"] {
        background-image: url(/Portals/147/vendors/uswds/img/angle-arrow-down-white.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
        background-image: url(/Portals/147/vendors/uswds/img/angle-arrow-down-white.svg),linear-gradient(transparent,transparent);
        background-position: right 1rem top 53%;
        background-size: .5rem;
    }

        .usa-nav__primary button[aria-expanded="false"]:hover {
            background-image: url(/Portals/147/vendors/uswds/img/angle-arrow-down-white.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
            background-image: url(/Portals/147/vendors/uswds/img/angle-arrow-down-white.svg),linear-gradient(transparent,transparent);
            background-position: right 1rem top 53%;
        }

    .usa-nav__primary button[aria-expanded="true"] {
        background-image: url(/Portals/147/vendors/uswds/img/angle-arrow-up-white.svg),-webkit-gradient(linear,left top,left bottom,from(transparent),to(transparent));
        background-image: url(/Portals/147/vendors/uswds/img/angle-arrow-up-white.svg),linear-gradient(transparent,transparent);
        background-position: right 1rem top 53%;
        background-size: .5rem;
    }

    .usa-nav__secondary {
        bottom: 3.25rem;
    }

    .usa-nav__secondary-links a {
        color: #71767a;
    }

        .usa-nav__secondary-links a:hover {
            color: #005ea2;
        }

    .usa-nav__submenu {
        background-color: #051e33;
        box-shadow: 0px 2px 4px rgba(75, 125, 175, 0.5);
        padding-left: 0;
    }

        .usa-nav__submenu .usa-nav__submenu-item a {
            padding: .25rem;
        }

            .usa-nav__submenu .usa-nav__submenu-item a:hover {
                padding: .25rem;
            }

    .sig-breadcrumb {
        padding: .5rem 4rem .5rem 4rem;
    }

    .usa-sidenav {
        display: block;
    }

    .sig-content-body > .grid-container {
        padding-left: 4rem;
        padding-right: 4rem;
    }

    .grid-row-item-group.grid-row-item-group--compress-desktop .grid-col:last-child {
        margin-bottom: 0;
    }
}

.sig-side-sticky {
    display: none;
}

/*extra large display*/
@media all and (min-width: 85rem) {
    .sig-side-sticky {
        display: block;
        position: fixed;
        right: .5rem;
        top: 11rem;
        z-index: 1000;
    }

        .sig-side-sticky .sig-social-link {
            border-radius: 50%;
            display: block;
            margin-top: .25rem;
            margin-bottom: .25rem;
            opacity: .80;
        }

            .sig-side-sticky .sig-social-link:hover, .sig-side-sticky .sig-social-link:active {
                opacity: 1;
            }
}


/* right to left */
.sig-rtl {
    direction: rtl !important;
}

    .sig-rtl .usa-banner__header-flag {
        float: right;
        margin-right: 0;
        margin-left: .75rem;
    }

    .sig-rtl .usa-media-block__img {
        float: right;
        margin-right: 0;
        margin-left: .5rem;
    }

    .sig-rtl .usa-header--extended .usa-menu-btn {
        right: auto;
        left: 0;
    }

    .sig-rtl .usa-nav__primary button {
        text-align: right;
    }

        .sig-rtl .usa-nav__primary button[aria-expanded="false"] {
            background-position: left 2px center;
        }

        .sig-rtl .usa-nav__primary button[aria-expanded="true"] {
            background-position: left 2px center;
        }

    .sig-rtl .usa-footer__contact-links {
        text-align: left;
    }

    .sig-rtl .sig-social-link span {
        left: 999em;
    }

    .sig-rtl [type=search] {
        border-left: none;
        border-right: 1px solid #000;
    }

    .sig-rtl .usa-search [type=submit] {
        border-bottom-left-radius: .25rem;
        border-top-left-radius: .25rem;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .sig-rtl .sig-icon-divider hr {
        left: 0;
    }

    .sig-rtl .sig-content-side {
        border-right: 0;
    }

    .sig-rtl .usa-accordion .sig-accordion__button-container .sig-accordion__button {
        left: 0;
        right: auto;
        background-position: left .9rem center;
        border-left: 0;
        border-right: 1px solid #cecece;
    }

    .sig-rtl .usa-accordion__button {
        text-align: right;
    }

    .sig-rtl .usa-sidenav .usa-current:after {
        left: auto;
        right: .25rem;
    }

    .sig-rtl .usa-prose > table th, .sig-rtl .usa-table th {
        text-align: right;
    }

    .sig-rtl .usa-list, .sig-rtl .usa-prose > ol, .sig-rtl .usa-prose > ul {
        padding-left: 0;
        padding-right: 3ch;
    }

    .sig-rtl .sig-article li {
        margin-left: 0;
        margin-right: 2rem;
    }

    .sig-rtl .usa-checkbox label::before, .sig-rtl .usa-radio label::before {
        left: 0;
        right: 2px;
    }

    .sig-rtl .usa-checkbox label::before, .sig-rtl .usa-radio label::before {
        margin-right: 0;
        margin-left: .75rem;
    }

    .sig-rtl .usa-image-block.sig-image-block-pull {
        float: right;
        padding-left: 1rem;
        padding-right: 0;
    }

    .sig-rtl .usa-image-block.sig-image-block-push {
        float: left;
        padding-left: 0;
        padding-right: 1rem;
    }

    .sig-rtl .sig-pager .sig-pager-previous-next.sig-pager-previous-next--first::after {
        content: "\f101";
    }

    .sig-rtl .sig-pager .sig-pager-previous-next.sig-pager-previous-next--previous::after {
        content: "\f105";
    }

    .sig-rtl .sig-pager .sig-pager-previous-next.sig-pager-previous-next--next::after {
        content: "\f104";
    }

    .sig-rtl .sig-pager .sig-pager-previous-next.sig-pager-previous-next--last::after {
        content: "\f100";
    }

    .sig-rtl .sig-pager-note {
        float: left;
    }

    .sig-rtl .sig-link-move--icon::after {
        margin-right: .5rem;
        transition: margin-right 0.2s ease-in-out;
    }

    .sig-rtl .sig-link-move--icon-chevron-double-right::after {
        content: "\f100";
    }

    .sig-rtl .sig-link-move--icon-chevron-double-right:hover::after {
        margin-right: .75rem;
    }

    .sig-rtl .sig-accordion-share .usa-accordion__button {
        padding: .5rem .5rem .5rem 2rem;
    }

@media all and (max-width: 39.99em) {
    .sig-rtl .usa-image-block.grid-col-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media all and (min-width: 40em) and (max-width: 63.99em) {
    .sig-rtl .usa-image-block.tablet\:grid-col-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media all and (min-width: 64em) {
    .sig-rtl .usa-image-block.desktop\:grid-col-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 40em) {
    .usa-header--extended .usa-logo a img {
        content: url("/Portals/147/images/sigar-banner-small.png");
    }

    .sig-rtl .sig-published-item .sig-published-item__type {
        float: left;
        width: auto;
        margin-left: 0;
        margin-right: 1rem;
    }
}

@media all and (min-width: 64em) {
    .sig-rtl .usa-nav__primary .usa-accordion__button span {
        margin-left: 0;
        margin-right: 0;
        padding-left: 1rem;
        padding-right: 0;
    }

    .sig-rtl .usa-nav__primary button[aria-expanded="false"] {
        background-position: left 1rem center;
    }

    .sig-rtl .usa-nav__primary button[aria-expanded="true"] {
        background-position: left 1rem center;
    }

    .sig-rtl .usa-nav__secondary {
        left: 2rem;
        right: auto;
    }
}

/* Override */
.related a, .related a:visited, .related a:link {
	color: #a20000;
	text-decoration: underline;
}

	.related a:hover {
		text-decoration: none;
	}

@media (max-width: 39.99em) {
	.dma-full-width .skin-logo a img {
		content: url("/Portals/147/Images/sigar-logo-small.png");
	}
}