@import "variables.css";
@import "fonts.css";
@import "statusmessage.css";
@import "backgrounds.css";
@import "menu.css";
@import "buttons.css";
@import "navbar.css";
@import "video.css";
@import "content.css";
@import "list-group.css";
@import "info-stripe.css";
@import "links.css";
@import "breadcrumb.css";

body {
    background-color: var(--surface);
    font-family: "Open Sans", sans-serif;
    color: var(--text-on-surface);
    font-size: 16px;
    line-height: 1.45rem;
    font-weight: 400;
}

p {
    margin: 0.5rem 0;
}

p:first-child {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

h1 {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.75rem;
    line-height: 2.1rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.8rem;
}

h4,
h5,
h6 {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

small {
    font-size: 0.875rem;
}

@media (max-width: 991px) {
    h1 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    h2 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    h3 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    h4,
    h5,
    h6 {
        font-size: 1.125rem;
        line-height: 1.35rem;
    }
}

footer {
    background: var(--surface);
    color: var(--text-on-surface);
}

.external-link:after,
.external:after {
    padding: 10px 5px 0;
    content: "\f08e";
    font-family: FontAwesome;
    transition: none;
}

.btn-row {
    margin-top: 1.5rem;
    text-align: right;
}

.form-check-input[type=radio] {
    border: 2px solid var(--border-dim);
}

.form-check-input:checked {
    background-color: var(--icon-on-surface);
    border-color: var(--icon-on-surface);
}

.shadow {
    box-shadow: var(--strato-box-shadow) !important;
}

.border-radius {
    border-radius: var(--border-radius);
}

.border-bottom-dashed {
    border-bottom: 1px dashed var(--border-dim);
}

.customerservice-info {
    color: var(--text-on-surface);
}

form:last-child {
    margin-block-end: 0;
}

label {
    margin-bottom: 0.5rem;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentcolor;
}

.table {
    --bs-table-hover-bg: var(--surface-dim);
}

.table-responsive {
    word-break: initial;
}

.checklist.list-unstyled {
    margin-left: 15px;
}

.checklist.list-unstyled li {
    padding-left: 8px;
}

.checklist.list-unstyled li::marker {
    content: "\f00c";
    font-family: FontAwesome;
    color: var(--brand);
}

/* .bg-orange {
    background-color: var(--brand);
}

.bg-hero {
    background-color: var(--background-hero);
}

.bg-lightblue {
    background-color: var(--background-lightblue);
} */

.border-orange {
    border: 2px solid var(--brand);
}

#autocomplete_div {
    z-index: 1;
}

.autocomplete_prop.navigated {
    background: var( --surface-dim ) !important;
}

.shadow-hover:hover {
    box-shadow: var( --strato-box-shadow-hover )!important;
}
