/* Minification failed. Returning unminified contents.
(201,20): run-time error CSS1046: Expect comma, found '255'
(201,28): run-time error CSS1046: Expect comma, found '/'
(201,30): run-time error CSS1047: Expected number or percentage value in rgb function, found 'var('
(201,34): run-time error CSS1034: Expected closing parenthesis, found '-'
(201,34): run-time error CSS1042: Expected function, found '-'
(201,35): run-time error CSS1039: Token not allowed after unary operator: '-tw-text-opacity'
(201,51): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(214,20): run-time error CSS1046: Expect comma, found '31'
(214,26): run-time error CSS1046: Expect comma, found '/'
(214,28): run-time error CSS1047: Expected number or percentage value in rgb function, found 'var('
(214,32): run-time error CSS1034: Expected closing parenthesis, found '-'
(214,32): run-time error CSS1042: Expected function, found '-'
(214,33): run-time error CSS1039: Token not allowed after unary operator: '-tw-text-opacity'
(214,49): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.verifyButtons {
    margin: -4px 0px 0px -14px;
}

.btn-text-left {
    justify-content: left !important;
}

@media only screen and (min-width: 360px) and (max-width: 500px) {
    .verifyButtons {
        margin-left: -17px;
    }
}

#navbar:focus,
#content:focus {
    outline: none; /* See http://getbootstrap.com/getting-started/#accessibility */
}

/* Begin: Fix for modals on small screens */
@media only screen and (max-width: 330px) {
    .modal {
        bottom: 0;
    }

    .button-full-with-mobile {
        min-width: 300px;
    }
}

.modal-dialog {
    display: block;
}

.modal:before {
    display: none;
    height: 0px;
}
/* End: Fix for modals on small screens */

.typography ul.list-group {
    margin: 0;
    margin-bottom: 20px;
}

.form-control,
.btn-block {
    width: calc(100% - 48px);
}

    .form-control.fullwidth {
        width: 100%;
    }

.typography .list-group-item {
    margin-bottom: -1px;
}

.valign-top {
    vertical-align: top;
}

#top-banners > div:last-child {
    margin-bottom: 20px;
}

#health-check {
    margin-top: 20px;
    margin-bottom: 20px;
}

/*Missing SG4 style*/
.md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.cellphones.form-group .toggle-button,
.emails.form-group .toggle-button {
    width: 100%;
    white-space: normal;
}

/* Check for support and apply text-wrap: balance */
@supports (text-wrap: balance) {
    .cellphones.form-group .toggle-button,
    .emails.form-group .toggle-button {
        width: 100%;
        text-wrap: balance;
    }
}

.list-unstyled {
    list-style-type: none !important;
}

.warning-color {
    color: #d15131;
}

.st3-label {
    font-weight: 700;
}

.typography [data-type='checkbox-group'] p {
    margin-bottom: unset;
}

.rounded-sm {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.form-control-feedback {
    padding-left: 32px !important;
}

.col-50 {
    vertical-align: top;
}

.offcanvas-right h3.panel-title {
    margin-bottom: 0;
}

.offcanvas-right.active {
    width: 1000px;
}

/* missing in styleguide 4*/
.ml-3 {
    margin-left: 12px;
}

.form-control {
    display: block;
    width: 100%; /* Full width */
    padding: 0.375rem 0.75rem; /* Some padding */
    font-size: 1rem; /* Font size */
    font-weight: 400; /* Font weight */
    line-height: 1.5; /* Line height */
    color: #212529; /* Text color */
    background-color: #fff; /* Background color */
    background-clip: padding-box; /* Background properties */
    border: 1px solid #ced4da; /* Border */
    border-radius: 0.25rem; /* Rounded borders */

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; /* Transition for focus */
}

    .form-control:focus {
        color: #495057; /* Text color on focus */
        background-color: #fff; /* Background color on focus */
        border-color: #80bdff; /* Border color on focus */
        outline: 0; /* Remove outline */
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); /* Add box-shadow on focus */
    }

ul.listNoStyle {
    list-style: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

.filter-select {
    min-width: 300px;
}

.position_relative{
    position:relative;
}
.bg-black a:focus, .bg-black button:not(#search-button):focus {
    outline: #fcca32 solid 0.1875rem !important;
}

a:focus, button:focus, button.btn:focus {
    text-decoration-line: underline !important;
    outline: #0664aa solid 0.1875rem !important;
    outline-offset: 0.2rem !important;
    z-index: 100 !important;
}

input.form-control:focus {
    outline: #0664aa solid 0.1875rem !important;
}

.form-control:focus {
    -webkit-box-shadow: none !important;
}

:focus, :focus + label, input:focus {
    outline: #0664aa solid 0.1875rem !important;
}

a.text-white:focus, a.text-white:hover {
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    text-decoration: unset !important;
}

a:focus, a:hover {
    color: unset;
}

legend {
    margin-bottom: unset;
}

.text-red {
    color: rgb(221 31 38 / var(--tw-text-opacity)) !important;
}

label input {
    font-weight:initial;
}
