.user-identity {
    display: none;
}

/*
    USPS overrides the usa-gov setting
    This overrides the background image in the USPS setting
*/
.usa-select {
    background-image: url(../img/usa-icons/unfold_more.svg),linear-gradient(transparent,transparent);
}

.contact-method--not-required {
    display: none;
}
.contact-method--required {
    display: block;
}
.error-message-inactive {
    display:none;
}

.oig-error-message {
    font-weight: 700;
    margin-top: 0.2em;
}

.usa-character-count {
    margin-bottom: 20px;
}

.usa-form {
    max-width: 100%;
}

.usa-form-group {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.usa-character-count__status {
    margin-top: 0;
}

.usa-form .usa-textarea {
    max-width: 40rem;
}
/**
    USPS Uses Lato and Roboto Condensed
*/

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(../fonts/lato/Lato-Light.woff2) format("woff2"),url(../fonts/lato/Lato-Light.woff) format("woff"),url(../fonts/lato/Lato-Light.ttf) format("truetype")
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(../fonts/lato/Lato-Regular.woff2) format("woff2"),url(../fonts/lato/Lato-Regular.woff) format("woff"),url(../fonts/lato/Lato-Regular.ttf) format("truetype")
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(../fonts/lato/Lato-Bold.woff2) format("woff2"),url(../fonts/lato/Lato-Bold.woff) format("woff"),url(../fonts/lato/Lato-Bold.ttf) format("truetype")
}

@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 300;
    font-display: fallback;
    src: url(../fonts/lato/Lato-LightItalic.woff2) format("woff2"),url(../fonts/lato/Lato-LightItalic.woff) format("woff"),url(../fonts/lato/Lato-LightItalic.ttf) format("truetype")
}

@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: url(../fonts/lato/Lato-Italic.woff2) format("woff2"),url(../fonts/lato/Lato-Italic.woff) format("woff"),url(../fonts/lato/Lato-Italic.ttf) format("truetype")
}

@font-face {
    font-family: "Lato";
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url(../fonts/lato/Lato-BoldItalic.woff2) format("woff2"),url(../fonts/lato/Lato-BoldItalic.woff) format("woff"),url(../fonts/lato/Lato-BoldItalic.ttf) format("truetype")
}
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 300;
    font-display: fallback;
    src: url(../fonts/roboto-condensed/RobotoCondensed-Light.woff2) format("woff2"),url(../fonts/roboto-condensed/RobotoCondensed-Light.woff) format("woff"),url(../fonts/roboto-condensed/RobotoCondensed-Light.ttf) format("truetype")
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url(../fonts/roboto-condensed/RobotoCondensed-Regular.woff2) format("woff2"),url(../fonts/roboto-condensed/RobotoCondensed-Regular.woff) format("woff"),url(../fonts/roboto-condensed/RobotoCondensed-Regular.ttf) format("truetype")
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 700;
    font-display: fallback;
    src: url(../fonts/roboto-condensed/RobotoCondensed-Bold.woff2) format("woff2"),url(../fonts/roboto-condensed/RobotoCondensed-Bold.woff) format("woff"),url(../fonts/roboto-condensed/RobotoCondensed-Bold.ttf) format("truetype")
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: italic;
    font-weight: 300;
    font-display: fallback;
    src: url(../fonts/roboto-condensed/RobotoCondensed-LightItalic.woff2) format("woff2"),url(../fonts/roboto-condensed/RobotoCondensed-LightItalic.woff) format("woff"),url(../fonts/roboto-condensed/RobotoCondensed-LightItalic.ttf) format("truetype")
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: italic;
    font-weight: 400;
    font-display: fallback;
    src: url(../fonts/roboto-condensed/RobotoCondensed-Italic.woff2) format("woff2"),url(../fonts/roboto-condensed/RobotoCondensed-Italic.woff) format("woff"),url(../fonts/roboto-condensed/RobotoCondensed-Italic.ttf) format("truetype")
}

@font-face {
    font-family: "Roboto Condensed";
    font-style: italic;
    font-weight: 700;
    font-display: fallback;
    src: url(../fonts/roboto-condensed/RobotoCondensed-BoldItalic.woff2) format("woff2"),url(../fonts/roboto-condensed/RobotoCondensed-BoldItalic.woff) format("woff"),url(../fonts/roboto-condensed/RobotoCondensed-BoldItalic.ttf) format("truetype")
}

h1 {
    font-family: 'Roboto Condensed', Arial, Arial, Helvetica, sans-serif, sans-serif;
    font-size: 32px;
}
h2, legend {
    font-family: 'Roboto Condensed', Arial, Arial, Helvetica, sans-serif, sans-serif;
    font-size: 2rem;
}
p {
    font-family: Lato, Arial, Helvetica Neue, Helvetica, sans;
    font-size: 1rem;
}


.usa-checkbox__label, 
.usa-combo-box__input, 
.usa-combo-box__list, 
.usa-fieldset, 
.usa-label,
.usa-hint, 
.usa-input, 
.usa-input-group, 
.usa-radio__label, 
.usa-range, 
.usa-select, 
.usa-textarea {
    font-family: Lato, Arial;
}

.usa-label {
    max-width: 100%;
}
/**
    Header
*/

.brand-header {
    font-family: "Roboto Condensed",Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #121d41;
}
header .brand-header-inner {
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 20px;
    max-width: 64rem;
    margin: auto;
}
header .oig-seal {
    width: 143px;
    height: 143px;
    max-width: 143px;
}

header .brand-text {
    margin-left: 29px;
    margin-top: 0;
}
header .brand-text-linked {
    margin-bottom: 4px;
}
header .brand-text-linked a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

header .brand-text-static {
    line-height: 18px;
    letter-spacing: 2.34px;
    margin: 0;
}

/**
    Footer
*/
footer {
    font-family: "Roboto Condensed",Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #121d41;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 20px ;
    max-width: 64rem;
    margin: auto;
}
footer .brand {
    display: flex;
    justify-content: left;
    align-items: center;
}
footer .oig-seal {
    height: 100px;
    width: auto;
}

footer .footer-site-name {
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 3px;
    line-height: 1;
    font-family: "Roboto Condensed";
    font-size: 16px;
}

footer .footer-site-slogan {
    font-family: "Roboto Condensed";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .13em;
}

footer .brand-text {
    margin-left: 16px;
    margin-top: 0;
}

footer .brand-text-linked {
    margin-bottom: 4px;
}

footer .brand-text-static {
    line-height: 18px;
    letter-spacing: 2.34px;
    margin: 0;
}

#img.va-footer-logo {
    margin: 1rem;
    max-width: 100px;
    min-width: 100px;
}

ul.footer-social-menu {
    list-style-type: none;
    margin-top: 5px;
}
.footer-social-menu li {
    display: inline;
    padding: 2px;
}
footer .social_media_link img {
    height: 26.5px;
    width: auto;
}

/**
    Misc Form
*/

#TextBoxAddress {
    max-width: 345px;
}



/**
    Responsive
*/

@media (max-width: 900px) {

    .brand-header .oig-seal {
        width: 140px;
        height: 140px;
        max-width: 140px;
    }
    h1 {
        font-size: 28px;
    }
    h2, legend {
        font-size: 20px;
    }
}

@media (max-width: 700px) {
    .brand-header {
        font-size: 16px;
        /*background-color: darkcyan;*/
    }

    .brand-header-inner {
        padding: 10px;
    }

    .brand-text {
        margin-left: 10px;
    }

    .brand-header .oig-seal,
    footer .oig-seal{
        width: 75px;
        height: 75px;
        max-width: 75px;
    }
    footer .footer-inner {
        flex-wrap: wrap;
        justify-content:center;
    }
    ul.footer-social-menu {
        margin-top: 25px;
    }
    .footer-social-menu li {
        padding: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2, legend {
        font-size: 18px;
    }
    p {
        font-size: 0.9rem;

    }
}

@media (max-width: 400px) {
    .brand-header {
        font-size: 15px;
        /*background-color: brown;*/
    }


    h1 {
        font-size: 24px;
    }

    h2, legend {
        font-size: 18px;
    }

    p {
        font-size: 0.9rem;
    }
}


/**
    Attachment Validation
*/

.attachment-error {
    border-width: .25rem;
    border-color: #b50909;
    border-style: solid;
    padding: calc(.5rem - .25rem);
}

.file-summary-table {
    margin-top: 20px;
    border-collapse: collapse;
}

.file-summary-table th {

}
.file-summary-table td {
    text-align: left;
    padding: 3px 6px;
}
.file-attachment-size {
    text-align: right;
}
.file-summary-table td.error-message {
    color: #b50909;
}
.file-summary-table .error-message {
    color: #b50909;
    font-weight: 700;
}
.attachment-totals td {
    padding-top: 6px;
    font-weight: 700;
    border-top: 1px solid black;
    padding-top: 12px;
}
.attachment-instruction-link {
    margin-left: 12px;
}

input[type="file"]::file-selector-button {
    margin-right: 20px;
    padding: 5px 10px;
}

#ButtonSubmit {
    padding: 5px 10px;
}

.hotline-horizontal-radio-list {
    list-style: none;
    padding-left: 0;
}

.hotline-horizontal-radio-list label {
    margin-left: 0.6em;
}