body {
    font-weight: 400;
}

.form-section {
    padding: 20px 50px 20px 50px;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 2px 2px 5px #ccc;
}

.usvrFormBoxHeader {
    border-bottom: 1px solid #e5e5e5;

}

.usvrRedImportantText {
    color: red; font-family: Arial; font-style: italic; font-weight: 700; font-size: 14.0px; line-height: 1.18em;
}

.usvrHighlightText {
    font-family: Arial sans-serif; font-weight: 700; font-size: 15.0px; line-height: 1.23em; font-weight: bold;
}

.usvrSubinstructionsText {
    font-family: Arial, sans-serif; font-style: italic; font-size: 14.0px; line-height: 1.27em;
}

.usvrAsterisk {
    color: red
}

.usvrBold {
    font-weight: bold;
}

.usvrTopDotted {
    border-top: 1px dotted #555;
}

.usvrTopSolid {
    border-top: 1px solid #555;
}

body .ldpRadioOrderField input {
    float: left;
    clear: none;
    margin: 0;
}

body .ldpRadioOrderField label {
    clear: none;
    display: block;
    padding: 0px 1em 0 2em;
}

body .usvrRawLabel {
    margin-top: -5px;
    font-family: Arial, sans-serif;
}

body .usvrRawLabel b {
    font-weight: 700;
}

body .usvrFieldLabel label {
    margin-bottom: 0;
    color: #555;
    font-size: 15.0px;
    line-height: 1.13em;
    font-weight: 700;
}

body .usvrFormRow {
    margin-bottom: 2rem;
}

body .usvrFormRow .form-control[readonly] {
    background-color: #fff;
}

body .usvrFormError .alert {
    margin-bottom: 0rem;
    padding: .5rem .75rem;
}

body .usvrLabelSameParent {
    margin-left: 0.5rem;
}

body .flatpickr-month .numInputWrapper {
    width: 7ch;
}

body .numInputWrapper {
    border: 1px solid black;
    width: 7ch;
    margin-left: 8px;
}

body .numInputWrapper:hover {
    background: #fff;
}

body .numInputWrapper span {
    opacity: 1;
}

body .flatpickr-month {
    height: 36px;
}

body .usvrInitialHide {
    display: none;
}

body .invalid-feedback {
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 20px;
}

body .invalid-primary-feedback {
    display: block;
}

body .invalid-alt-feedback {
    display: none;
}

body .was-validated .form-control:invalid + .select2 .select2-selection {
    border-color: #dc3545;
}

body .was-validated .form-control:valid~.valid-feedback {
    display: table;
    position: absolute;
    top: 0;
    right: -0.5rem;
    vertical-align: middle;
    height: 100%;
    margin-top: 0;
    width: auto;
}

body .was-validated .form-control:valid~.valid-feedback i {
    font-size: 1.25rem;
    vertical-align: middle;
    display: table-cell;
}

body .bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
    background: #fff;
}

body .bd-callout-warning {
    border-left-color: #f0ad4e;
}

body .bd-callout-danger {
    border-left-color: #d9534f
}

.usvrFormAsterisk {
    color: red;
    align-self: center;
    font-weight: 400;
    padding-left: 4px;
}

body .select2-container--bootstrap.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: #222 transparent transparent transparent;
    border-width: 6px 3px 2px 3px;
    /* up arrow
    border-color: transparent transparent #222 transparent;
    border-width: 0px 3px 6px 3px;
    */
}

body .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #222 transparent transparent transparent;
    border-width: 6px 3px 2px 3px;
}

body .select2-container--bootstrap .select2-selection--single .select2-selection__arrow {
    right: 5px;
    top: 0px;
}

body .usvrFormRow .intl-tel-input {
    display: block;
}

body .usvrLabelHeader {
    color: red;
    font-family: Arial;
    font-style: italic;
    font-weight: 700;
    font-size: 14.0px;
    line-height: 1em;
}

.form-group.required .control-label {
    position:relative;
    padding-right: 12px;
}

/*
.form-group.required .control-label:after {
    content:"*";
    color:red;
    font-weight: normal;
    display: inline-block;
    margin-left: 4px;
    margin-right: -8px;
}
*/

.form-group.required .usvrFieldWidget:before {
    content: "*";
    color: red;
    font-weight: normal;
    left: -0.4px;
    position: absolute;
    top: 8px;
}

@media (min-width: 992px) {
    .navbar-toggleable-md .navbar-collapse {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        width: 100% !important;
    }

    .navbar-toggleable-md>.container {
        flex-wrap: nowrap !important;
    }

    .navbar-toggleable-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .navbar-toggleable-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767px) {
    body .usvrFieldLabel label {
        margin-bottom: 8px;
    }

    body .usvrFormRightColumn {
        width: 100%;
        text-align: center;
    }

    #navBar li {
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }

    #ldpFooterNav li {
        margin-bottom: 0.5rem;
    }

    .navbar-toggler {
        z-index: 999;
    }
}

/* iOS input height fix */
body input[type="text"],
body input[type="email"],
body input[type="date"] {
    height: 2.375rem;
}

body .usvrTagBox {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
    border: solid 2px #eee;
}

body .usvrThankYouBox strong {
    font-weight: 700;
}

body .usvrThankYouBox h2 {
    font-size: 1.5rem;
}

body .usvrFormRow legend {
    border-bottom: 1px solid #e5e5e5;
}

body .usvrFormRow ul li {
    font-weight: 500;
}

body .usvrSubLabel {
    margin-bottom: 0;
    color: #555;
    font-size: 15.0px;
    line-height: 1.13em;
    font-weight: 700;
    margin-left: 4px;
}

.facebooksvg {
  width: 100px;
}

body .usvrFormEmphasizeText {
    font-size: 14px;
    font-weight: 600;
}