body {
    font-size: 13px;
    font-family: Verdana, Helvetica, sans-serif;
}

.label
{
    display: block;
    text-align: left !important;
    font-size: 13px;
    color: #1e1e1e;
    word-wrap: break-word;
    padding-left: 0px;
}

.left-label
{
    display: inline-block;
    margin-right: 1em;
    font-weight: bold;
}

label
{
    color: #000;
}

.cveSubForm, #cveRequestorForm
{
    margin: 5px 0px;
    border-radius: 5px;
}

.cveField
{
    text-align: left;
    margin-bottom: 1em;
}

.top-cveField
{
    margin-top: 1em;
}

.redtext
{
    color: #ff0000;
}

input[type="radio"]
{
    margin-left: 1em;
    margin-right: .5em;
    box-sizing: inherit;
}

.shortBox
{
    width: 4em;
    display: inline;
}

.midBox
{
    width: 10em;
    display: inline;
}

.help-block
{
    border: 1px solid #000;
    background-color: #e8e8e8;
    border-radius: 8px;
    padding: 2em;
    text-align: left;
    color: #000;
}

#botDetect
{
    border: 1px solid #ffd800;
    border-radius: 5px;
    color: #ffc000;
    background-color: #000;
    margin: .5em 0em 1em 0em;
}

#botDetect > input[type="text"]
{
    margin-top: .3em;
    width: 18em;
}

.image-container
{
    float: left;
    padding-top: 1.5em;
    min-width: 234px;
}

.title-container
{
    float: left;
    text-align: left;
    padding-right: 7px;
    padding-left: 1em;
    box-sizing: border-box;
}

.siteHeader
{
    padding-bottom: .5em;
    border-bottom: 20px solid #000000;
    width: 100%;
}

h1
{
    color: #880000;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0.1em;
}

h2 {
    color: #880000;
    font-size: 1.5em;
    font-weight: bold;
}

.title-container p 
{
    font-style: italic;
    font-size: 1.5em;
    font-family: "Times New Roman", serif;
    margin-top: 0.2em;
}

.panel-default
{
    border: none;
}


.panel-default > .panel-heading 
{
    background-color: #ffc000;
    font-weight: bold;
}

.panel-heading > h4
{
    font-weight: bold;
}

.btn-cve
{
    background-color: #ffc000;
    color: #000000;
    width: 12em;
    font-weight: bold;
    margin: 0em 2em;
}

.btn-cve-lg
{
    background-color: #ffc000;
    color: #000000;
    font-weight: bold;
    margin: 0em 2em;
    width: 18em;
}

.required-text{
    font-size: .8em;
}

.row
{
    margin-bottom: .5em;
}

legend
{
    display: inline;
    width: auto;
    border: none;
    text-align: center;
    position: relative;
    font-size: 16px;
    top: -13px;
    background-color: #fff;
    padding: 0px 3px;
    margin-bottom: 0px;
    color: #00688B;
    font-weight: bold;
}

fieldset
{
    border: 4px solid #00688B;
    border-radius: 8px;
    text-align: center;
    padding: 0em .5em .8em;
}

legend > a
{
    font-size: 14px;
    
}

.btn-box
{
    text-align: center;
}

.optional
{
    margin-top: .8em;
}

.url-box
{
    display: inline;
    width: 80%;
    margin-left: .3em;
}

.BDC_CaptchaDiv
{
    display: inline-block !important;
}

table.CheckBoxListImpact tbody tr td
{
    padding-left: 1em;
}

table.CheckBoxListImpact tbody tr td label
{
    padding-left: 1em;
    font-weight: normal;
}

.infotext
{
    font-size: .9em;
    font-style: italic;
}

/* The max width is dependant on the container (more info below) */
.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.error-icon
{
    text-align: right;
    display: none;
    width: 100%;
}

.error-icon img
{
    text-align: right;
}

.panel-title
{
    font-size: 16px;
    color: #00688B;
    font-weight: bold;
}

.form-control
{
    font-size: 13px;    
}

.count-label
{
    font-size: 15px;
    margin: .5em 0 1em 0;
    display: inline-block;
}

.nav-bar
{
    background-color: #000;
    margin-top: .3em;
    padding-right: 0px;
}

.nav-item
{
    text-align: center;
    background-color: #000;
}

.nav-item a
{
    color: #fff;
    font-size: 0.9em;
    font-weight: bold;
}

footer
{
    font-size: 0.85em;
    border-top: .5px solid #91a68d;
    padding-top: 10px;
    width: 100%;
    margin-left: 4px;
    color: #000;
    margin-top: 2em;
}

footer a 
{
    text-decoration: underline;
    color: #000;
}

.center
{
    text-align: center;
}

.footer-links 
{
    text-align: center;
    font-weight: bold;
}

.confirmation-panel
{
    margin: 50px 0px;
}

.site-nav
{
    visibility: hidden;
}

.panel 
{
    box-shadow: none;
}

.social-media-links {
    float:right;
    line-height:inherit;
    font-size: .8em;
    text-align: right;
    margin-top: 30px;
}

.second-warning {
    padding-top: 15px;
}


/* CVE main Site CSS */
/* Color */
/** From USWDS: https://designsystem.digital.gov/utilities/color/ **/
/*** Link colors ***/
/*** Alert/Notifcation colors ***/
/** Other colors **/
/* Border */
/* Google Custom/Programmable Search Engine Overide */
.gsc-control-cse {
    padding: unset !important;
}

.gsc-adBlock {
    display: none !important;
}

.gsc-expansionArea {
    text-align: left;
}

.gsc-webResult.gsc-result {
    text-align: left;
}

#app {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    margin-top: 52px;
}

.column {
    padding: 1rem;
}

/* Columns customizations end here */
/* Layout - Container, Hero, Section, Tiles customizations start here */
/** Layout - Container starts here **/
#cve-homepage-columns-container, #cve-secondary-page-main-container, #cve-tertiary-page-main-container {
    padding: 2rem 1rem 2rem 1rem;
    flex: 1;
}

/** Layout - Container ends here **/
/** Layout - Hero starts here **/
.hero {
    margin-top: 2rem;
}

.hero-body {
    padding: unset;
}

/** Layout - Section starts here **/
section.hero:first-of-type {
    margin-top: unset;
}

/** Layout - Section ends here **/
/** Layout - Tile starts here **/
.tile {
    border-radius: 2px;
}

.cve-border-dark-blue {
    border: 1px solid #162e51;
}

.tile.is-ancestor {
    margin: unset;
}

    .tile.is-ancestor:last-child {
        margin-bottom: unset;
    }

/** Layout - Tile ends here **/
/** Layout - Feedback link starts here **/
.cve-feedback-link {
    padding-top: 1.5rem;
    text-align: center;
}

/** Layout - Feedback link ends here **/
/* Layout customizations end here */
/* Elements - Button, Content, Icon, Images, Table, Title customizations start here */
/** Elements - Button starts here **/
.cve-button {
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    color: #162e51;
    border-color: #162e51;
}

.cve-button-outline {
    background-color: white;
}

.cve-button-accent-warm {
    background-color: #fa9441;
}

.cve-button-base-color {
    background-color: #f0f0f0;
}

a {
    font-weight: bold;
}

/** Elements - Button ends here **/
/** Elements - Content starts here **/
/*** secondary page & below start here ***/
.cve-task-tile-header {
    background-color: #162e51;
    color: white !important;
    padding: 5px 10px 5px 10px;
    text-align: left;
    display: flex;
}

.tile.is-parent {
    padding: 0.25rem;
}

    .tile .is-parent.cve-task-left-tile {
        padding-left: 0;
    }

.cve-task-tile-list {
    padding: 0px 10px 20px 35px;
    text-align: left;
}

.cve-task-tile-list-item {
    list-style: square;
}

.tile-body {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

/*** secondary page & below end here ***/
/** Elements - Content ends here **/
/** Elements - Icon starts here **/
.cve-icon-xxs {
    font-size: 10px;
    height: 12px !important;
    width: 12px !important;
}

.cve-accordion-icon {
    display: inline;
    cursor: pointer;
}

/** Elements - Icon ends here **/
/** Elements - List starts here **/
.cve-list-no-bullet {
    list-style-type: none;
}

/** Elements - List ends here **/
.cve-round-edges-black-border {
    border-radius: 2px;
    border: 1px solid black;
}

.cve-dark-purple-bg {
    background-color: #2F2A47;
}

/** Elements - Notification starts here **/
.notification.is-info {
    background-color: #f0f0f0;
    color: #0a0a0a;
}

.notification.is-danger {
    background-color: #f4e3db;
    color: #0a0a0a;
}

.notification.is-success {
    background-color: #ecf3ec;
    color: #0a0a0a;
}

.notification a:not(.button):not(.dropdown-item) {
    text-decoration: none;
    color: #005ea2;
    cursor: pointer;
}

    .notification a:not(.button):not(.dropdown-item):hover {
        text-decoration: none;
        color: #363636;
        cursor: pointer;
    }

/** Elements - Notification ends here **/
/** Elements - Table starts here **/
.cve-scrollx-table-container {
    overflow-x: scroll;
}

.table-container {
    width: 100%;
}

.table {
    margin-top: 0.5rem;
}

    .content .table thead tr th, .table thead th {
        color: white;
        background-color: #162e51;
        border: 1px solid #162e51;
    }

    .table td {
        border-bottom: 1px solid #162e51;
        width: 100%;
    }

    .table tbody tr th {
        color: white;
        background-color: #162e51;
        border: 1px solid #162e51;
    }

/** Elements - Table ends here **/
/** Elements - Title starts here **/
.cve-capitalize-first-letter {
    text-transform: capitalize;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
    text-transform: uppercase;
}

.title {
    color: #0a0a0a;
}

/*** secondary page & below start here ***/
.cve-heading-top-spacing {
    margin-top: -28px !important;
    padding-top: 52px !important;
}

.cve-last-reviewed-date {
    font-size: 1rem;
    padding-top: 30px;
}

.cve-last-reviewed-date-label {
    font-weight: 700;
}

#cve-tertiary-page-main-content {
    text-align: left;
}

/*** secondary page & below end here ***/
/** Elements - Tittle ends here **/
/** Elements -Tag starts here **/
.tag {
    font-size: 16px;
}

/** Elements -Tag ends here **/
/* Elements customizations end here */
/* Components - Message, Menu, Panel customizations start here */
/** Components - Menu starts here **/
.menu {
    background: white;
    border: 1px solid #162e51;
    padding: 16px;
    margin-top: unset;
    border-radius: 2px;
}

.menu-label {
    font-size: 1.5rem;
    margin-bottom: 0.5rem !important;
    color: black;
    font-weight: 600;
    letter-spacing: unset;
}

/** Components - Menu ends here **/
.message-header {
    background-color: white !important;
    border-bottom: 2px solid #dfe1e2 !important;
    padding-bottom: 6px !important;
    color: black !important;
}

.message-label {
    margin-top: auto;
    margin-bottom: auto;
}

.message-header > .cve-message-header-title {
    margin-bottom: unset !important;
}

.message-body a {
    color: #005ea2 !important;
    text-decoration: unset !important;
}

.message-header-button {
    border: unset !important;
}

/** Components - Panel starts here **/
/*** secondary page & below start here ***/
.cve-panel {
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 2px;
}

.cve-panel-heading {
    border-radius: 2px;
}

/*** secondary page & below end here ***/
/** Components - Panel ends here **/
/* Components customizations end here */
/* Form - Radio customizations end here */
/** Form - Radio starts here **/
.radio + .radio {
    margin-left: unset;
}

.cve-search-input {
    border-bottom: 2px solid #162e51;
    border-top: unset;
    border-right: unset;
    border-left: unset;
    border-radius: unset;
    box-shadow: unset;
    background: none;
}

.cve-button-ghost {
    border: unset !important;
    box-shadow: unset !important;
}

/** Form - Radio ends here **/
/* Form customizations end here */
/* Helpers - Typography customizations end here */
.cve-white-bg-gray-border-container {
    background-color: white;
    border: 1px solid #dfe1e2;
    padding: 0 1rem 2rem 1rem;
    margin-top: 1rem;
}

.cve-help-text {
    font-size: 14px;
    color: #1b1b1b;
}

.cve-dark-blue-text {
    color: #1b1b1b;
}

/* Helpers customizations end here */
/* Buefy - Collapse customizations start here */
/** Buefy - Collapse starts here **/
.cve-b-collapse-header-title {
    padding: unset;
    margin: 1px;
}

div#contentIdForA11y1.collapse-content {
    margin-top: 24px;
    margin-bottom: 24px;
}

.b-tabs {
    padding: 1rem 2rem;
}

/** Buefy - Collapse ends here **/
/* Buefy customizations end here */
/* Bulma-Extensions - Timeline customizations start here (https://wikiki.github.io/components/timeline/) */
.content h1, h2, h3, h4, h5, h6 {
    color: black !important;
}

.timeline .timeline-item .timeline-marker {
    background-color: white !important;
    border: 2px solid #162e51 !important;
    top: 2rem !important;
    font-weight: 700 !important;
}

.timeline-content {
    width: 90%;
    padding: 2.1rem 0 0 2em !important;
}

.timeline {
    margin-top: 24px;
    padding: 8px;
    background-color: white !important;
    border: 1px solid #dfe1e2 !important;
    color: black !important;
}

.timeline-header > .tag {
    background-color: unset;
    color: #3d4551;
    text-transform: uppercase;
}

.timeline-marker {
    height: 32px !important;
    width: 32px !important;
    margin: auto !important;
    text-align: center !important;
    border-radius: unset !important;
    padding-top: 2px;
}

.timeline-item {
    padding-bottom: unset !important;
    border-left: 3px solid #dfe1e2;
}

.timeline-content > h3 {
    margin-bottom: 0.5rem !important;
}

/* Bulma-Extensions customizations end here */
/* Other starts here */
.cve-is-borderless {
    border: none;
}

/** Figure **/
.cve-figcaption-text {
    font-style: italic;
    text-align: left;
    caption-side: bottom;
}

caption {
    text-align: left;
}

/** Border **/
.cve-base-light-gray-borders-bg {
    border: 1px solid #dfe1e2 !important;
    background-color: #dfe1e2 !important;
    padding: auto !important;
}

    .cve-base-light-gray-borders-bg button {
        background-color: #dfe1e2 !important;
        border: unset !important;
    }

        .cve-base-light-gray-borders-bg button:hover {
            border: unset !important;
        }

@media only screen and (max-width: 1024px) {
    .table.cve-border-bottom-unset td {
        border-bottom: unset !important;
    }
}

/** Margin **/
.cve-no-margin {
    margin: unset !important;
}

/* Other ends here*/
/* Components - Navbar customization starts here */
#cve-main-nav {
    background-image: linear-gradient(to right, #161636, #162e51);
}

.navbar-brand {
    align-items: center !important;
    justify-content: center !important;
}

.navbar-item {
    padding: 0rem 0.5rem;
}

.cve-logo {
    min-height: 40px;
    min-width: 100px;
}

.navbar#cve-secondary-navbar {
    z-index: 2;
    background-color: #97d4ea;
    border-bottom: 1px solid #162e51;
}

.navbar-item {
    text-align: left;
}

.cve-is-arrowless::after {
    content: none !important;
}

@media screen and (min-width: 1024px) {
    div.navbar-dropdown > a.navbar-item:hover {
        text-decoration: underline;
    }
}

@media screen and (min-width: 1024px) {
    div.navbar-item.has-dropdown.is-hoverable.cve-navbar-item:hover, a.navbar-item.cve-navbar-item:hover {
        border: 1px solid white;
    }

    .navbar-item {
        border: 1px solid transparent;
    }
}

@media screen and (max-width: 1024px) {
    a.navbar-item.is-active {
        color: #97d4ea;
    }

    a.cve-submenu-item {
        margin-bottom: 2rem;
    }
}

.navbar-burger:hover {
    color: white;
}

/* Components customization ends here */
/* Elements - Button customization starts here */
.button.is-info, .button.is-info:hover {
    background-color: #fa9441;
    border: 1px solid black;
    color: #162e51;
}

.cve-button-submenu-toggle {
    background: unset !important;
    color: white !important;
}

    .cve-button-submenu-toggle:hover {
        color: #fa9441 !important;
    }

    .cve-button-submenu-toggle:active {
        color: #fa9441 !important;
    }

.cve-social-media-icon {
    margin: 0 10px 0 10px;
}

.cve-social-media-icon-with-text {
    display: block;
}

.footer {
    text-align: center;
}

/** Override Bulma's generic variables **/
/** Override Bulma's derived variables **/
/** Override Color variables **/
/** Override Bulma's element variables **/
/** Override Bulma's Element - Table variables **/
/** Override Bulma's form variables **/
/** Override Bulma's Components - message variables **/
/** Override Bulma's Layout - footer variables **/
/** Override Bulma's navbar variables **/
/** Override Bulma's pagination variables **/