@charset "UTF-8";
/*! 
 * calfire
 * @version v1.0.1
 * @date 2024-11-08T00:47:49
 */ :root {
    --bs-blue: #212f5c;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #df2c2f;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #188150;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #212f5c;
    --bs-secondary: #fac52d;
    --bs-success: #188150;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #df2c2f;
    --bs-danger-dark: #8a3042;
    --bs-light: #f6f6f6;
    --bs-dark: #212529;
    --bs-primary-rgb: 33,47,92;
    --bs-secondary-rgb: 250,197,45;
    --bs-success-rgb: 24,129,80;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 223,44,47;
    --bs-danger-dark-rgb: 138,48,66;
    --bs-light-rgb: 246,246,246;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;
    --bs-font-sans-serif: "Source Sans Pro",Helvetica,Arial,sans-serif;
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,0.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

    hr:not([size]) {
        height: 1px
    }

.expanding-card-grid__item-toggle-heading, .h1, .h2, .h3, .h4, .h5, .h6, .hero-banner__heading-main, .incident-map__heading, .panel--heading-large .panel__title, .spotlights__item-heading, .steps__heading, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 700;
    line-height: 1.167
}

.h1, .hero-banner__heading-main, .incident-map__heading, h1 {
    font-size: calc(1.5rem + 3vw)
}

@media (min-width:1200px) {
    .h1, .hero-banner__heading-main, .incident-map__heading, h1 {
        font-size: 3.75rem
    }
}

.h2, .panel--heading-large .panel__title, .steps__heading, h2 {
    font-size: calc(1.425rem + 2.1vw)
}

@media (min-width:1200px) {
    .h2, .panel--heading-large .panel__title, .steps__heading, h2 {
        font-size: 3rem
    }
}

.h3, .spotlights__item-heading, h3 {
    font-size: calc(1.35rem + 1.2vw)
}

@media (min-width:1200px) {
    .h3, .spotlights__item-heading, h3 {
        font-size: 2.25rem
    }
}

.h4, h4 {
    font-size: calc(1.3125rem + .75vw)
}

@media (min-width:1200px) {
    .h4, h4 {
        font-size: 1.875rem
    }
}

.expanding-card-grid__item-toggle-heading, .h5, h5 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .expanding-card-grid__item-toggle-heading, .h5, h5 {
        font-size: 1.5rem
    }
}

.h6, h6 {
    font-size: calc(1.25625rem + .075vw)
}

@media (min-width:1200px) {
    .h6, h6 {
        font-size: 1.3125rem
    }
}

p {
    margin-top: 0;
    margin-bottom: 1.5rem
}

abbr[data-bs-original-title], abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul {
    padding-left: 2rem
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b, strong {
    font-weight: bolder
}

.small, small {
    font-size: .875em
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub, sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #212f5c
}

    a:hover {
        color: #1a264a
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none
    }

code, kbd, pre, samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal
    }

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .25rem
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700
    }

figure {
    margin: 0 0 1rem
}

img, svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit
}

.google-translate__label, label {
    display: inline-block
}

button {
    border-radius: 0
}

    button:focus:not(:focus-visible) {
        outline: 0
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

    select:disabled {
        opacity: 1
    }

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

    [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
        cursor: pointer
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none !important
}

.lead {
    font-size: calc(1.275rem + .3vw);
    font-weight: 300
}

@media (min-width:1200px) {
    .lead {
        font-size: 1.5rem
    }
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 700;
    line-height: 1.167
}

@media (min-width:1200px) {
    .display-1 {
        font-size: 5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 700;
    line-height: 1.167
}

@media (min-width:1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 700;
    line-height: 1.167
}

@media (min-width:1200px) {
    .display-3 {
        font-size: 4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 700;
    line-height: 1.167
}

@media (min-width:1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 700;
    line-height: 1.167
}

@media (min-width:1200px) {
    .display-5 {
        font-size: 3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 700;
    line-height: 1.167
}

@media (min-width:1200px) {
    .display-6 {
        font-size: 2.5rem
    }
}

.expanding-card-grid, .list-inline, .list-unstyled, .page-header--incidents .page-header__heading ul, .page-header--incidents .page-header__status, .social-media__horizontal ul, .social-media__vertical ul, .steps {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem
    }

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

    .blockquote > :last-child {
        margin-bottom: 0
    }

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

    .blockquote-footer:before {
        content: "\2014\00A0"
    }

.img-fluid, .img-thumbnail, .promo-banner-with-chart__image {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 1.25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: #6c757d
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .factoid--dynamic, .hero-banner__container, .page-header__content-container {
    width: 100%;
    padding-right: var(--bs-gutter-x,30px);
    padding-left: var(--bs-gutter-x,30px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container, .container-sm, .factoid--dynamic, .hero-banner__container, .page-header__content-container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container, .container-md, .container-sm, .factoid--dynamic, .hero-banner__container, .page-header__content-container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container, .container-lg, .container-md, .container-sm, .factoid--dynamic, .hero-banner__container, .page-header__content-container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .factoid--dynamic, .hero-banner__container, .page-header__content-container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .factoid--dynamic, .hero-banner__container, .page-header__content-container {
        max-width: 1320px
    }
}

.detail-page__content-region:not(.col-md-8):not(.news-list__primary) .profile-circle-grid__row, .expanding-card-grid, .news-list, .row, .spotlights {
    --bs-gutter-x: 60px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)*-0.5);
    margin-left: calc(var(--bs-gutter-x)*-0.5)
}

    .detail-page__content-region:not(.col-md-8):not(.news-list__primary) .profile-circle-grid__row > *, .expanding-card-grid > *, .news-list > *, .row > *, .spotlights > * {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x)*0.5);
        padding-left: calc(var(--bs-gutter-x)*0.5);
        margin-top: var(--bs-gutter-y)
    }

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
}

.row-cols-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
}

.row-cols-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%
}

.row-cols-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%
}

.col-auto {
    width: auto
}

.col-1, .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-1 {
    width: 8.33333%
}

.col-2 {
    width: 16.66667%
}

.col-2, .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-3 {
    width: 25%
}

.col-4 {
    width: 33.33333%
}

.col-4, .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-5 {
    width: 41.66667%
}

.col-6 {
    width: 50%
}

.col-6, .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-7 {
    width: 58.33333%
}

.col-8 {
    width: 66.66667%
}

.col-8, .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-9 {
    width: 75%
}

.col-10 {
    width: 83.33333%
}

.col-10, .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.col-11 {
    width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

.g-0, .gx-0 {
    --bs-gutter-x: 0
}

.g-0, .gy-0 {
    --bs-gutter-y: 0
}

.g-1, .gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1, .gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3, .gx-3 {
    --bs-gutter-x: 1rem
}

.g-3, .gy-3 {
    --bs-gutter-y: 1rem
}

.expanding-card-grid, .g-4, .gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4, .gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem
}

.g-6, .gx-6 {
    --bs-gutter-x: 60px
}

.g-6, .gy-6 {
    --bs-gutter-y: 60px
}

@media (min-width:576px) {
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-sm-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-sm-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-sm-auto {
        width: auto
    }

    .col-sm-1, .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-2, .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-4, .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-6, .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-8, .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-10, .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }

    .g-sm-0, .gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0, .gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1, .gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1, .gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2, .gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2, .gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3, .gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3, .gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4, .gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4, .gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5, .gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5, .gy-sm-5 {
        --bs-gutter-y: 3rem
    }

    .g-sm-6, .gx-sm-6 {
        --bs-gutter-x: 60px
    }

    .g-sm-6, .gy-sm-6 {
        --bs-gutter-y: 60px
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-md-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-md-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-md-auto {
        width: auto
    }

    .col-md-1, .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-2, .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4, .news-list__secondary {
        width: 33.33333%
    }

    .col-md-4, .col-md-5, .news-list__secondary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6, .detail-page__content-region:not(.col-md-8):not(.news-list__primary) .profile-circle-grid__col, .expanding-card-grid__item, .spotlights__inner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-7, .col-md-8, .news-list__primary {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-8, .news-list__primary {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-9, .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-11, .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-md-12 {
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }

    .g-md-0, .gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0, .gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1, .gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1, .gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2, .gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2, .gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3, .gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3, .gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4, .gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4, .gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5, .gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5, .gy-md-5 {
        --bs-gutter-y: 3rem
    }

    .g-md-6, .gx-md-6 {
        --bs-gutter-x: 60px
    }

    .g-md-6, .gy-md-6 {
        --bs-gutter-y: 60px
    }
}

@media (min-width:992px) {
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-lg-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-lg-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-lg-auto {
        width: auto
    }

    .col-lg-1, .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-2, .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4, .expanding-card-grid__item {
        width: 33.33333%
    }

    .col-lg-4, .col-lg-5, .expanding-card-grid__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-6, .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-8, .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-10, .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }

    .g-lg-0, .gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0, .gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1, .gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1, .gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2, .gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2, .gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3, .gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3, .gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4, .gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4, .gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5, .gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5, .gy-lg-5 {
        --bs-gutter-y: 3rem
    }

    .g-lg-6, .gx-lg-6 {
        --bs-gutter-x: 60px
    }

    .g-lg-6, .gy-lg-6 {
        --bs-gutter-y: 60px
    }
}

@media (min-width:1200px) {
    .col-xl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xl-auto {
        width: auto
    }

    .col-xl-1, .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-1 {
        width: 8.33333%
    }

    .col-xl-2 {
        width: 16.66667%
    }

    .col-xl-2, .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-3 {
        width: 25%
    }

    .col-xl-4 {
        width: 33.33333%
    }

    .col-xl-4, .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-5 {
        width: 41.66667%
    }

    .col-xl-6 {
        width: 50%
    }

    .col-xl-6, .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-7 {
        width: 58.33333%
    }

    .col-xl-8 {
        width: 66.66667%
    }

    .col-xl-8, .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-9 {
        width: 75%
    }

    .col-xl-10 {
        width: 83.33333%
    }

    .col-xl-10, .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xl-11 {
        width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }

    .g-xl-0, .gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0, .gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1, .gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1, .gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2, .gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2, .gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3, .gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3, .gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4, .gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4, .gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5, .gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5, .gy-xl-5 {
        --bs-gutter-y: 3rem
    }

    .g-xl-6, .gx-xl-6 {
        --bs-gutter-x: 60px
    }

    .g-xl-6, .gy-xl-6 {
        --bs-gutter-y: 60px
    }
}

@media (min-width:1400px) {
    .col-xxl {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%
    }

    .row-cols-xxl-auto > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 33.33333%
    }

    .row-cols-xxl-4 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6 > * {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 16.66667%
    }

    .col-xxl-auto {
        width: auto
    }

    .col-xxl-1, .col-xxl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-1 {
        width: 8.33333%
    }

    .col-xxl-2 {
        width: 16.66667%
    }

    .col-xxl-2, .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-3 {
        width: 25%
    }

    .col-xxl-4 {
        width: 33.33333%
    }

    .col-xxl-4, .col-xxl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-5 {
        width: 41.66667%
    }

    .col-xxl-6 {
        width: 50%
    }

    .col-xxl-6, .col-xxl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-7 {
        width: 58.33333%
    }

    .col-xxl-8 {
        width: 66.66667%
    }

    .col-xxl-8, .col-xxl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-9 {
        width: 75%
    }

    .col-xxl-10 {
        width: 83.33333%
    }

    .col-xxl-10, .col-xxl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .col-xxl-11 {
        width: 91.66667%
    }

    .col-xxl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333%
    }

    .offset-xxl-2 {
        margin-left: 16.66667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333%
    }

    .offset-xxl-5 {
        margin-left: 41.66667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333%
    }

    .offset-xxl-8 {
        margin-left: 66.66667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333%
    }

    .offset-xxl-11 {
        margin-left: 91.66667%
    }

    .g-xxl-0, .gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0, .gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1, .gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1, .gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2, .gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2, .gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3, .gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3, .gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4, .gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4, .gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5, .gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5, .gy-xxl-5 {
        --bs-gutter-y: 3rem
    }

    .g-xxl-6, .gx-xxl-6 {
        --bs-gutter-x: 60px
    }

    .g-xxl-6, .gy-xxl-6 {
        --bs-gutter-y: 60px
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0,0,0,0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0,0,0,0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0,0,0,0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}

    .table > :not(caption) > * > * {
        padding: .5rem;
        background-color: var(--bs-table-bg);
        border-bottom-width: 1px;
        -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
        box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
    }

    .table > tbody {
        vertical-align: inherit
    }

    .table > thead {
        vertical-align: bottom
    }

    .table > :not(:first-child) {
        border-top: 2px solid
    }

.caption-top {
    caption-side: top
}

.table-sm > :not(caption) > * > * {
    padding: .25rem
}

.table-bordered > :not(caption) > * {
    border-width: 1px 0
}

    .table-bordered > :not(caption) > * > * {
        border-width: 0 1px
    }

.table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
}

.table-borderless > :not(:first-child) {
    border-top-width: 0
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}

.table-hover > tbody > tr:hover > * {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}

.table-primary {
    --bs-table-bg: #d3d5de;
    --bs-table-striped-bg: #c8cad3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bec0c8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c3c5cd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bec0c8
}

.table-secondary {
    --bs-table-bg: #fef3d5;
    --bs-table-striped-bg: #f1e7ca;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e5dbc0;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ebe1c5;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e5dbc0
}

.table-success {
    --bs-table-bg: #d1e6dc;
    --bs-table-striped-bg: #c7dbd1;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bccfc6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d5cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bccfc6
}

.table-info {
    --bs-table-bg: #cff4fc;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #badce3
}

.table-warning {
    --bs-table-bg: #fff3cd;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6dbb9
}

.table-danger {
    --bs-table-bg: #f9d5d5;
    --bs-table-striped-bg: #edcaca;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e0c0c0;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e6c5c5;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e0c0c0
}

.table-light {
    --bs-table-bg: #f6f6f6;
    --bs-table-striped-bg: #eaeaea;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ddd;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e4e4e4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #ddd
}

.table-dark {
    --bs-table-bg: #212529;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #373b3e
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width:1399.98px) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-floating {
    position: relative
}

    .form-floating > .form-control, .form-floating > .form-select {
        height: calc(3.5rem + 2px);
        line-height: 1.25
    }

    .form-floating > .google-translate__label, .form-floating > label {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding: 1rem .75rem;
        pointer-events: none;
        border: 1px solid transparent;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition: opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
        transition: opacity .1s ease-in-out,-webkit-transform .1s ease-in-out;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out;
        transition: opacity .1s ease-in-out,transform .1s ease-in-out,-webkit-transform .1s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .form-floating > .google-translate__label, .form-floating > label {
        -webkit-transition: none;
        transition: none
    }
}

.form-floating > .form-control {
    padding: 1rem .75rem
}

    .form-floating > .form-control::-webkit-input-placeholder {
        color: transparent
    }

    .form-floating > .form-control::-moz-placeholder {
        color: transparent
    }

    .form-floating > .form-control::-ms-input-placeholder {
        color: transparent
    }

    .form-floating > .form-control::placeholder {
        color: transparent
    }

    .form-floating > .form-control:not(:-moz-placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

    .form-floating > .form-control:-webkit-autofill {
        padding-top: 1.625rem;
        padding-bottom: .625rem
    }

.form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ .google-translate__label, .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    opacity: .65;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:focus ~ .google-translate__label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ .google-translate__label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ .google-translate__label, .form-floating > .form-select ~ label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating > .form-control:-webkit-autofill ~ .google-translate__label, .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: .65;
    -webkit-transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em
    }

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact
}

    .form-check-input[type=checkbox] {
        border-radius: .25em
    }

    .form-check-input[type=radio] {
        border-radius: 50%
    }

    .form-check-input:active {
        -webkit-filter: brightness(90%);
        filter: brightness(90%)
    }

    .form-check-input:focus {
        border-color: #9097ae;
        outline: 0;
        -webkit-box-shadow: 0 0 0 .25rem #b7e6fe;
        box-shadow: 0 0 0 .25rem #b7e6fe
    }

    .form-check-input:checked {
        background-color: #212f5c;
        border-color: #212f5c
    }

        .form-check-input:checked[type=checkbox] {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E")
        }

        .form-check-input:checked[type=radio] {
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")
        }

    .form-check-input[type=checkbox]:indeterminate {
        background-color: #212f5c;
        border-color: #212f5c;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")
    }

    .form-check-input:disabled {
        pointer-events: none;
        -webkit-filter: none;
        filter: none;
        opacity: .5
    }

        .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
            opacity: .5
        }

.form-switch {
    padding-left: 2.5em
}

    .form-switch .form-check-input {
        width: 2em;
        margin-left: -2.5em;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
        background-position: 0;
        border-radius: 2em;
        -webkit-transition: background-position .15s ease-in-out;
        transition: background-position .15s ease-in-out
    }

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%239097ae'/%3E%3C/svg%3E")
}

.form-switch .form-check-input:checked {
    background-position: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

    .btn-check:disabled + .btn, .btn-check[disabled] + .btn {
        pointer-events: none;
        -webkit-filter: none;
        filter: none;
        opacity: .65
    }

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.125;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        -webkit-transition: none;
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

    .form-control[type=file]:not(:disabled):not([readonly]) {
        cursor: pointer
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #9097ae;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem #b7e6fe;
    box-shadow: 0 0 0 .25rem #b7e6fe
}

.form-control::-webkit-date-and-time-value {
    height: 2.125em
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border: 0 solid;
    border-color: inherit;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 2.125;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0
    }

.form-control-sm {
    min-height: calc(2.125em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem
}

    .form-control-sm::file-selector-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

    .form-control-sm::-webkit-file-upload-button {
        padding: .25rem .5rem;
        margin: -.25rem -.5rem;
        -webkit-margin-end: .5rem;
        margin-inline-end: .5rem
    }

.form-control-lg {
    min-height: calc(2.125em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .625rem
}

    .form-control-lg::file-selector-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem
    }

    .form-control-lg::-webkit-file-upload-button {
        padding: .5rem 1rem;
        margin: -.5rem -1rem;
        -webkit-margin-end: 1rem;
        margin-inline-end: 1rem
    }

textarea.form-control {
    min-height: calc(2.125em + .75rem + 2px)
}

textarea.form-control-sm {
    min-height: calc(2.125em + .5rem + 2px)
}

textarea.form-control-lg {
    min-height: calc(2.125em + 1rem + 2px)
}

.form-control-color {
    width: 3rem;
    height: auto;
    padding: .375rem
}

    .form-control-color:not(:disabled):not([readonly]) {
        cursor: pointer
    }

    .form-control-color::-moz-color-swatch {
        height: 2.125em;
        border-radius: .25rem
    }

    .form-control-color::-webkit-color-swatch {
        height: 2.125em;
        border-radius: .25rem
    }

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

    .form-range:focus {
        outline: 0
    }

        .form-range:focus::-webkit-slider-thumb {
            -webkit-box-shadow: 0 0 0 1px #fff,0 0 0 .25rem #b7e6fe;
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem #b7e6fe
        }

        .form-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .25rem #b7e6fe
        }

    .form-range::-moz-focus-outer {
        border: 0
    }

    .form-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #212f5c;
        border: 0;
        border-radius: 1rem;
        -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none
    }

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #bcc1ce
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #212f5c;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #bcc1ce
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

    .form-range:disabled::-webkit-slider-thumb {
        background-color: #adb5bd
    }

    .form-range:disabled::-moz-range-thumb {
        background-color: #adb5bd
    }

.form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.125;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        -webkit-transition: none;
        transition: none
    }
}

.form-select:focus {
    border-color: #9097ae;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem #b7e6fe;
    box-shadow: 0 0 0 .25rem #b7e6fe
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: #e9ecef
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: .25rem
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: .625rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

    .input-group > .form-control, .input-group > .form-select {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        min-width: 0
    }

        .input-group > .form-control:focus, .input-group > .form-select:focus {
            z-index: 3
        }

    .input-group .btn {
        position: relative;
        z-index: 2
    }

        .input-group .btn:focus {
            z-index: 3
        }

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2.125;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-lg > .btn, .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .625rem
}

.input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem
}

.input-group-lg > .form-select, .input-group-sm > .form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 2.125
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #188150
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(24,129,80,.9);
    border-radius: 1.25rem
}

.is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip {
    display: block
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #188150;
    padding-right: calc(2.125em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23188150' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.53125em + .1875rem) center;
    background-size: calc(1.0625em + .375rem) calc(1.0625em + .375rem)
}

    .form-control.is-valid:focus, .was-validated .form-control:valid:focus {
        border-color: #188150;
        -webkit-box-shadow: 0 0 0 .25rem rgba(24,129,80,.25);
        box-shadow: 0 0 0 .25rem rgba(24,129,80,.25)
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(2.125em + .75rem);
    background-position: top calc(.53125em + .1875rem) right calc(.53125em + .1875rem)
}

.form-select.is-valid, .was-validated .form-select:valid {
    border-color: #188150
}

    .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23188150' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(1.0625em + .375rem) calc(1.0625em + .375rem)
    }

    .form-select.is-valid:focus, .was-validated .form-select:valid:focus {
        border-color: #188150;
        -webkit-box-shadow: 0 0 0 .25rem rgba(24,129,80,.25);
        box-shadow: 0 0 0 .25rem rgba(24,129,80,.25)
    }

.form-check-input.is-valid, .was-validated .form-check-input:valid {
    border-color: #188150
}

    .form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked {
        background-color: #188150
    }

    .form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
        -webkit-box-shadow: 0 0 0 .25rem rgba(24,129,80,.25);
        box-shadow: 0 0 0 .25rem rgba(24,129,80,.25)
    }

    .form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
        color: #188150
    }

.form-check-inline .form-check-input ~ .valid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid {
    z-index: 1
}

    .input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus {
        z-index: 3
    }

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #df2c2f
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(223,44,47,.9);
    border-radius: 1.25rem
}

.is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip {
    display: block
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #df2c2f;
    padding-right: calc(2.125em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DF2C2F'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23DF2C2F' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.53125em + .1875rem) center;
    background-size: calc(1.0625em + .375rem) calc(1.0625em + .375rem)
}

    .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #df2c2f;
        -webkit-box-shadow: 0 0 0 .25rem rgba(223,44,47,.25);
        box-shadow: 0 0 0 .25rem rgba(223,44,47,.25)
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(2.125em + .75rem);
    background-position: top calc(.53125em + .1875rem) right calc(.53125em + .1875rem)
}

.form-select.is-invalid, .was-validated .form-select:invalid {
    border-color: #df2c2f
}

    .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
        padding-right: 4.125rem;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23DF2C2F'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23DF2C2F' stroke='none'/%3E%3C/svg%3E");
        background-position: right .75rem center,center right 2.25rem;
        background-size: 16px 12px,calc(1.0625em + .375rem) calc(1.0625em + .375rem)
    }

    .form-select.is-invalid:focus, .was-validated .form-select:invalid:focus {
        border-color: #df2c2f;
        -webkit-box-shadow: 0 0 0 .25rem rgba(223,44,47,.25);
        box-shadow: 0 0 0 .25rem rgba(223,44,47,.25)
    }

.form-check-input.is-invalid, .was-validated .form-check-input:invalid {
    border-color: #df2c2f
}

    .form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked {
        background-color: #df2c2f
    }

    .form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus {
        -webkit-box-shadow: 0 0 0 .25rem rgba(223,44,47,.25);
        box-shadow: 0 0 0 .25rem rgba(223,44,47,.25)
    }

    .form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
        color: #df2c2f
    }

.form-check-inline .form-check-input ~ .invalid-feedback {
    margin-left: .5em
}

.input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid {
    z-index: 2
}

    .input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus {
        z-index: 3
    }

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover {
    color: #212529
}

.btn-check:focus + .btn, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #212f5c;
    border-color: #212f5c
}

    .btn-primary:hover {
        color: #fff;
        background-color: #1c284e;
        border-color: #1a264a
    }

    .btn-check:focus + .btn-primary, .btn-primary:focus {
        color: #fff;
        background-color: #1c284e;
        border-color: #1a264a;
        -webkit-box-shadow: 0 0 0 0 rgba(66,78,116,.5);
        box-shadow: 0 0 0 0 rgba(66,78,116,.5)
    }

    .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #1a264a;
        border-color: #192345
    }

        .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(66,78,116,.5);
            box-shadow: 0 0 0 0 rgba(66,78,116,.5)
        }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #212f5c;
        border-color: #212f5c
    }

.btn-secondary, .dropdown.dropdown--hero-banner-feature .dropdown-toggle {
    background-color: #fac52d;
    border-color: #fac52d;
    border-radius:10px;
}

    .btn-secondary:hover, .dropdown.dropdown--hero-banner-feature .dropdown-toggle:hover {
        color: #000;
        background-color: #fbce4d;
        border-color: #fbcb42
    }

    .btn-check:focus + .btn-secondary, .btn-secondary:focus, .dropdown.dropdown--hero-banner-feature .btn-check:focus + .dropdown-toggle, .dropdown.dropdown--hero-banner-feature .dropdown-toggle:focus {
        color: #000;
        background-color: #fbce4d;
        border-color: #fbcb42;
        -webkit-box-shadow: 0 0 0 0 rgba(213,167,38,.5);
        box-shadow: 0 0 0 0 rgba(213,167,38,.5)
    }

    .btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .dropdown.dropdown--hero-banner-feature .active.dropdown-toggle, .dropdown.dropdown--hero-banner-feature .btn-check:active + .dropdown-toggle, .dropdown.dropdown--hero-banner-feature .btn-check:checked + .dropdown-toggle, .dropdown.dropdown--hero-banner-feature .dropdown-toggle:active, .dropdown.dropdown--hero-banner-feature .show > .dropdown-toggle, .show > .btn-secondary.dropdown-toggle {
        color: #000;
        background-color: #fbd157;
        border-color: #fbcb42
    }

        .btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .dropdown.dropdown--hero-banner-feature .active.dropdown-toggle:focus, .dropdown.dropdown--hero-banner-feature .btn-check:active + .dropdown-toggle:focus, .dropdown.dropdown--hero-banner-feature .btn-check:checked + .dropdown-toggle:focus, .dropdown.dropdown--hero-banner-feature .dropdown-toggle:active:focus, .dropdown.dropdown--hero-banner-feature .show > .dropdown-toggle:focus, .show > .btn-secondary.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(213,167,38,.5);
            box-shadow: 0 0 0 0 rgba(213,167,38,.5)
        }

    .btn-secondary.disabled, .btn-secondary:disabled, .dropdown.dropdown--hero-banner-feature .disabled.dropdown-toggle, .dropdown.dropdown--hero-banner-feature .dropdown-toggle:disabled {
        color: #000;
        background-color: #fac52d;
        border-color: #fac52d
    }

.btn-success {
    background-color: #188150;
    border-color: #188150
}

    .btn-success:hover {
        color: #fff;
        background-color: #146e44;
        border-color: #136740
    }

    .btn-check:focus + .btn-success, .btn-success:focus {
        color: #fff;
        background-color: #146e44;
        border-color: #136740;
        -webkit-box-shadow: 0 0 0 0 rgba(59,148,106,.5);
        box-shadow: 0 0 0 0 rgba(59,148,106,.5)
    }

    .btn-check:active + .btn-success, .btn-check:checked + .btn-success, .btn-success.active, .btn-success:active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #136740;
        border-color: #12613c
    }

        .btn-check:active + .btn-success:focus, .btn-check:checked + .btn-success:focus, .btn-success.active:focus, .btn-success:active:focus, .show > .btn-success.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(59,148,106,.5);
            box-shadow: 0 0 0 0 rgba(59,148,106,.5)
        }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #188150;
        border-color: #188150
    }

.btn-info {
    color: #000;
    background-color: #0dcaf0;
    border-color: #0dcaf0
}

    .btn-info:hover {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2
    }

    .btn-check:focus + .btn-info, .btn-info:focus {
        color: #000;
        background-color: #31d2f2;
        border-color: #25cff2;
        -webkit-box-shadow: 0 0 0 0 rgba(11,172,204,.5);
        box-shadow: 0 0 0 0 rgba(11,172,204,.5)
    }

    .btn-check:active + .btn-info, .btn-check:checked + .btn-info, .btn-info.active, .btn-info:active, .show > .btn-info.dropdown-toggle {
        color: #000;
        background-color: #3dd5f3;
        border-color: #25cff2
    }

        .btn-check:active + .btn-info:focus, .btn-check:checked + .btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show > .btn-info.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(11,172,204,.5);
            box-shadow: 0 0 0 0 rgba(11,172,204,.5)
        }

    .btn-info.disabled, .btn-info:disabled {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

.btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107
}

    .btn-warning:hover {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus {
        color: #000;
        background-color: #ffca2c;
        border-color: #ffc720;
        -webkit-box-shadow: 0 0 0 0 rgba(217,164,6,.5);
        box-shadow: 0 0 0 0 rgba(217,164,6,.5)
    }

    .btn-check:active + .btn-warning, .btn-check:checked + .btn-warning, .btn-warning.active, .btn-warning:active, .show > .btn-warning.dropdown-toggle {
        color: #000;
        background-color: #ffcd39;
        border-color: #ffc720
    }

        .btn-check:active + .btn-warning:focus, .btn-check:checked + .btn-warning:focus, .btn-warning.active:focus, .btn-warning:active:focus, .show > .btn-warning.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(217,164,6,.5);
            box-shadow: 0 0 0 0 rgba(217,164,6,.5)
        }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

.btn-danger {
    color: #fff;
    background-color: #df2c2f;
    border-color: #df2c2f
}

    .btn-danger:hover {
        color: #fff;
        background-color: #be2528;
        border-color: #b22326
    }

    .btn-check:focus + .btn-danger, .btn-danger:focus {
        color: #fff;
        background-color: #be2528;
        border-color: #b22326;
        -webkit-box-shadow: 0 0 0 0 rgba(228,76,78,.5);
        box-shadow: 0 0 0 0 rgba(228,76,78,.5)
    }

    .btn-check:active + .btn-danger, .btn-check:checked + .btn-danger, .btn-danger.active, .btn-danger:active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #b22326;
        border-color: #a72123
    }

        .btn-check:active + .btn-danger:focus, .btn-check:checked + .btn-danger:focus, .btn-danger.active:focus, .btn-danger:active:focus, .show > .btn-danger.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(228,76,78,.5);
            box-shadow: 0 0 0 0 rgba(228,76,78,.5)
        }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #df2c2f;
        border-color: #df2c2f
    }

.btn-danger-dark {
    color: #fff;
    background-color: #8a3042;
    border-color: #8a3042
}

    .btn-danger-dark:hover {
        color: #fff;
        background-color: #752938;
        border-color: #6e2635
    }

    .btn-check:focus + .btn-danger-dark, .btn-danger-dark:focus {
        color: #fff;
        background-color: #752938;
        border-color: #6e2635;
        -webkit-box-shadow: 0 0 0 0 rgba(156,79,94,.5);
        box-shadow: 0 0 0 0 rgba(156,79,94,.5)
    }

    .btn-check:active + .btn-danger-dark, .btn-check:checked + .btn-danger-dark, .btn-danger-dark.active, .btn-danger-dark:active, .show > .btn-danger-dark.dropdown-toggle {
        color: #fff;
        background-color: #6e2635;
        border-color: #682432
    }

        .btn-check:active + .btn-danger-dark:focus, .btn-check:checked + .btn-danger-dark:focus, .btn-danger-dark.active:focus, .btn-danger-dark:active:focus, .show > .btn-danger-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(156,79,94,.5);
            box-shadow: 0 0 0 0 rgba(156,79,94,.5)
        }

    .btn-danger-dark.disabled, .btn-danger-dark:disabled {
        color: #fff;
        background-color: #8a3042;
        border-color: #8a3042
    }

.btn-light {
    color: #000;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

    .btn-light:hover {
        color: #000;
        background-color: #f7f7f7;
        border-color: #f7f7f7
    }

    .btn-check:focus + .btn-light, .btn-light:focus {
        color: #000;
        background-color: #f7f7f7;
        border-color: #f7f7f7;
        -webkit-box-shadow: 0 0 0 0 hsla(0,0%,82%,.5);
        box-shadow: 0 0 0 0 hsla(0,0%,82%,.5)
    }

    .btn-check:active + .btn-light, .btn-check:checked + .btn-light, .btn-light.active, .btn-light:active, .show > .btn-light.dropdown-toggle {
        color: #000;
        background-color: #f8f8f8;
        border-color: #f7f7f7
    }

        .btn-check:active + .btn-light:focus, .btn-check:checked + .btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show > .btn-light.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 hsla(0,0%,82%,.5);
            box-shadow: 0 0 0 0 hsla(0,0%,82%,.5)
        }

    .btn-light.disabled, .btn-light:disabled {
        color: #000;
        background-color: #f6f6f6;
        border-color: #f6f6f6
    }

.btn-dark {
    color: #fff;
    background-color: #212529;
    border-color: #212529
}

    .btn-dark:hover {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21
    }

    .btn-check:focus + .btn-dark, .btn-dark:focus {
        color: #fff;
        background-color: #1c1f23;
        border-color: #1a1e21;
        -webkit-box-shadow: 0 0 0 0 rgba(66,70,73,.5);
        box-shadow: 0 0 0 0 rgba(66,70,73,.5)
    }

    .btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1a1e21;
        border-color: #191c1f
    }

        .btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(66,70,73,.5);
            box-shadow: 0 0 0 0 rgba(66,70,73,.5)
        }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

.btn-outline-primary {
    color: #212f5c;
    border-color: #212f5c
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #212f5c;
        border-color: #212f5c
    }

    .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(33,47,92,.5);
        box-shadow: 0 0 0 0 rgba(33,47,92,.5)
    }

    .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
        color: #fff;
        background-color: #212f5c;
        border-color: #212f5c
    }

        .btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(33,47,92,.5);
            box-shadow: 0 0 0 0 rgba(33,47,92,.5)
        }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #212f5c;
        background-color: transparent
    }

.btn-outline-secondary {
    color: #fac52d;
    border-color: #fac52d
}

    .btn-outline-secondary:hover {
        color: #000;
        background-color: #fac52d;
        border-color: #fac52d
    }

    .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(250,197,45,.5);
        box-shadow: 0 0 0 0 rgba(250,197,45,.5)
    }

    .btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
        color: #000;
        background-color: #fac52d;
        border-color: #fac52d
    }

        .btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(250,197,45,.5);
            box-shadow: 0 0 0 0 rgba(250,197,45,.5)
        }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #fac52d;
        background-color: transparent
    }

.btn-outline-success {
    color: #188150;
    border-color: #188150
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #188150;
        border-color: #188150
    }

    .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(24,129,80,.5);
        box-shadow: 0 0 0 0 rgba(24,129,80,.5)
    }

    .btn-check:active + .btn-outline-success, .btn-check:checked + .btn-outline-success, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show, .btn-outline-success:active {
        color: #fff;
        background-color: #188150;
        border-color: #188150
    }

        .btn-check:active + .btn-outline-success:focus, .btn-check:checked + .btn-outline-success:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus, .btn-outline-success:active:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(24,129,80,.5);
            box-shadow: 0 0 0 0 rgba(24,129,80,.5)
        }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #188150;
        background-color: transparent
    }

.btn-outline-info {
    color: #0dcaf0;
    border-color: #0dcaf0
}

    .btn-outline-info:hover {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

    .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(13,202,240,.5);
        box-shadow: 0 0 0 0 rgba(13,202,240,.5)
    }

    .btn-check:active + .btn-outline-info, .btn-check:checked + .btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
        color: #000;
        background-color: #0dcaf0;
        border-color: #0dcaf0
    }

        .btn-check:active + .btn-outline-info:focus, .btn-check:checked + .btn-outline-info:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus, .btn-outline-info:active:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(13,202,240,.5);
            box-shadow: 0 0 0 0 rgba(13,202,240,.5)
        }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #0dcaf0;
        background-color: transparent
    }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

    .btn-outline-warning:hover {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

    .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(255,193,7,.5);
        box-shadow: 0 0 0 0 rgba(255,193,7,.5)
    }

    .btn-check:active + .btn-outline-warning, .btn-check:checked + .btn-outline-warning, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show, .btn-outline-warning:active {
        color: #000;
        background-color: #ffc107;
        border-color: #ffc107
    }

        .btn-check:active + .btn-outline-warning:focus, .btn-check:checked + .btn-outline-warning:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus, .btn-outline-warning:active:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(255,193,7,.5);
            box-shadow: 0 0 0 0 rgba(255,193,7,.5)
        }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent
    }

.btn-outline-danger {
    color: #df2c2f;
    border-color: #df2c2f
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #df2c2f;
        border-color: #df2c2f
    }

    .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(223,44,47,.5);
        box-shadow: 0 0 0 0 rgba(223,44,47,.5)
    }

    .btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
        color: #fff;
        background-color: #df2c2f;
        border-color: #df2c2f
    }

        .btn-check:active + .btn-outline-danger:focus, .btn-check:checked + .btn-outline-danger:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus, .btn-outline-danger:active:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(223,44,47,.5);
            box-shadow: 0 0 0 0 rgba(223,44,47,.5)
        }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #df2c2f;
        background-color: transparent
    }

.btn-outline-danger-dark {
    color: #8a3042;
    border-color: #8a3042
}

    .btn-outline-danger-dark:hover {
        color: #fff;
        background-color: #8a3042;
        border-color: #8a3042
    }

    .btn-check:focus + .btn-outline-danger-dark, .btn-outline-danger-dark:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(138,48,66,.5);
        box-shadow: 0 0 0 0 rgba(138,48,66,.5)
    }

    .btn-check:active + .btn-outline-danger-dark, .btn-check:checked + .btn-outline-danger-dark, .btn-outline-danger-dark.active, .btn-outline-danger-dark.dropdown-toggle.show, .btn-outline-danger-dark:active {
        color: #fff;
        background-color: #8a3042;
        border-color: #8a3042
    }

        .btn-check:active + .btn-outline-danger-dark:focus, .btn-check:checked + .btn-outline-danger-dark:focus, .btn-outline-danger-dark.active:focus, .btn-outline-danger-dark.dropdown-toggle.show:focus, .btn-outline-danger-dark:active:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(138,48,66,.5);
            box-shadow: 0 0 0 0 rgba(138,48,66,.5)
        }

    .btn-outline-danger-dark.disabled, .btn-outline-danger-dark:disabled {
        color: #8a3042;
        background-color: transparent
    }

.btn-outline-light {
    color: #f6f6f6;
    border-color: #f6f6f6
}

    .btn-outline-light:hover {
        color: #000;
        background-color: #f6f6f6;
        border-color: #f6f6f6
    }

    .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
        -webkit-box-shadow: 0 0 0 0 hsla(0,0%,96.5%,.5);
        box-shadow: 0 0 0 0 hsla(0,0%,96.5%,.5)
    }

    .btn-check:active + .btn-outline-light, .btn-check:checked + .btn-outline-light, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show, .btn-outline-light:active {
        color: #000;
        background-color: #f6f6f6;
        border-color: #f6f6f6
    }

        .btn-check:active + .btn-outline-light:focus, .btn-check:checked + .btn-outline-light:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus, .btn-outline-light:active:focus {
            -webkit-box-shadow: 0 0 0 0 hsla(0,0%,96.5%,.5);
            box-shadow: 0 0 0 0 hsla(0,0%,96.5%,.5)
        }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f6f6f6;
        background-color: transparent
    }

.btn-outline-dark {
    color: #212529;
    border-color: #212529
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

    .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
        -webkit-box-shadow: 0 0 0 0 rgba(33,37,41,.5);
        box-shadow: 0 0 0 0 rgba(33,37,41,.5)
    }

    .btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active {
        color: #fff;
        background-color: #212529;
        border-color: #212529
    }

        .btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus {
            -webkit-box-shadow: 0 0 0 0 rgba(33,37,41,.5);
            box-shadow: 0 0 0 0 rgba(33,37,41,.5)
        }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #212529;
        background-color: transparent
    }

.btn-link {
    font-weight: 400;
    color: #212f5c;
    text-decoration: underline
}

    .btn-link:hover {
        color: #1a264a
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: none
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: none
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width .35s ease;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none
    }
}

.dropdown, .dropend, .dropstart, .dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle:after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .dropdown-toggle:empty:after {
        margin-left: 0
    }

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 1.25rem
}

    .dropdown-menu[data-bs-popper] {
        top: 100%;
        left: 0;
        margin-top: .125rem
    }

.dropdown-menu-start {
    --bs-position: start
}

    .dropdown-menu-start[data-bs-popper] {
        right: auto;
        left: 0
    }

.dropdown-menu-end {
    --bs-position: end
}

    .dropdown-menu-end[data-bs-popper] {
        right: 0;
        left: auto
    }

@media (min-width:576px) {
    .dropdown-menu-sm-start {
        --bs-position: start
    }

        .dropdown-menu-sm-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

        .dropdown-menu-sm-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width:768px) {
    .dropdown-menu-md-start {
        --bs-position: start
    }

        .dropdown-menu-md-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-md-end {
        --bs-position: end
    }

        .dropdown-menu-md-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width:992px) {
    .dropdown-menu-lg-start {
        --bs-position: start
    }

        .dropdown-menu-lg-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

        .dropdown-menu-lg-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start
    }

        .dropdown-menu-xl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

        .dropdown-menu-xl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

@media (min-width:1400px) {
    .dropdown-menu-xxl-start {
        --bs-position: start
    }

        .dropdown-menu-xxl-start[data-bs-popper] {
            right: auto;
            left: 0
        }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

        .dropdown-menu-xxl-end[data-bs-popper] {
            right: 0;
            left: auto
        }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropend .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropend .dropdown-toggle:after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropstart .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle:after {
    display: none
}

.dropstart .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropstart .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0,0,0,.15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #1e2125;
        background-color: #e9ecef
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #212f5c
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #adb5bd;
        pointer-events: none;
        background-color: transparent
    }

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1rem;
    color: #212529
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0,0,0,.15)
}

    .dropdown-menu-dark .dropdown-item {
        color: #dee2e6
    }

        .dropdown-menu-dark .dropdown-item:focus, .dropdown-menu-dark .dropdown-item:hover {
            color: #fff;
            background-color: hsla(0,0%,100%,.15)
        }

        .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
            color: #fff;
            background-color: #212f5c
        }

        .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
            color: #adb5bd
        }

    .dropdown-menu-dark .dropdown-divider {
        border-color: rgba(0,0,0,.15)
    }

    .dropdown-menu-dark .dropdown-item-text {
        color: #dee2e6
    }

    .dropdown-menu-dark .dropdown-header {
        color: #adb5bd
    }

.btn-group, .btn-group-vertical {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

        .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
            z-index: 1
        }

.btn-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .btn-toolbar .input-group {
        width: auto
    }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

    .dropdown-toggle-split:after, .dropend .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after {
        margin-left: 0
    }

.dropstart .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
        width: 100%
    }

        .btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
            margin-top: -1px
        }

        .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0
        }

        .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
            border-top-left-radius: 0;
            border-top-right-radius: 0
        }

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #212f5c;
    text-decoration: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        -webkit-transition: none;
        transition: none
    }
}

.nav-link:focus, .nav-link:hover {
    color: #1a264a
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #ced4da
}

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: none;
        border: 1px solid transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #ced4da;
            isolation: isolate
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #fff;
            background-color: #212f5c;
            border-color: #212f5c
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 1.25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #212f5c
    }

.nav-fill .nav-item, .nav-fill > .nav-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item, .nav-justified > .nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

    .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
        width: 100%
    }

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.dropdown.dropdown--hero-banner-feature, .navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

    .dropdown.dropdown--hero-banner-feature .navbar > .container, .dropdown.dropdown--hero-banner-feature .navbar > .container-fluid, .dropdown.dropdown--hero-banner-feature .navbar > .container-lg, .dropdown.dropdown--hero-banner-feature .navbar > .container-md, .dropdown.dropdown--hero-banner-feature .navbar > .container-sm, .dropdown.dropdown--hero-banner-feature .navbar > .container-xl, .dropdown.dropdown--hero-banner-feature .navbar > .container-xxl, .dropdown.dropdown--hero-banner-feature .navbar > .factoid--dynamic, .dropdown.dropdown--hero-banner-feature .navbar > .hero-banner__container, .dropdown.dropdown--hero-banner-feature .navbar > .page-header__content-container, .dropdown.dropdown--hero-banner-feature > .container, .dropdown.dropdown--hero-banner-feature > .container-fluid, .dropdown.dropdown--hero-banner-feature > .container-lg, .dropdown.dropdown--hero-banner-feature > .container-md, .dropdown.dropdown--hero-banner-feature > .container-sm, .dropdown.dropdown--hero-banner-feature > .container-xl, .dropdown.dropdown--hero-banner-feature > .container-xxl, .dropdown.dropdown--hero-banner-feature > .factoid--dynamic, .dropdown.dropdown--hero-banner-feature > .hero-banner__container, .dropdown.dropdown--hero-banner-feature > .page-header__content-container, .navbar .dropdown.dropdown--hero-banner-feature > .container, .navbar .dropdown.dropdown--hero-banner-feature > .container-fluid, .navbar .dropdown.dropdown--hero-banner-feature > .container-lg, .navbar .dropdown.dropdown--hero-banner-feature > .container-md, .navbar .dropdown.dropdown--hero-banner-feature > .container-sm, .navbar .dropdown.dropdown--hero-banner-feature > .container-xl, .navbar .dropdown.dropdown--hero-banner-feature > .container-xxl, .navbar .dropdown.dropdown--hero-banner-feature > .factoid--dynamic, .navbar .dropdown.dropdown--hero-banner-feature > .hero-banner__container, .navbar .dropdown.dropdown--hero-banner-feature > .page-header__content-container, .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl, .navbar > .factoid--dynamic, .navbar > .hero-banner__container, .navbar > .page-header__content-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static
    }

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .54rem;
    font-size: 1.2rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: none;
    -webkit-transition: -webkit-box-shadow .15s ease-in-out;
    transition: -webkit-box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        -webkit-transition: none;
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height,75vh);
    overflow-y: auto
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-sm .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-sm .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-sm .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-sm .navbar-toggler, .navbar-expand-sm .offcanvas-header {
            display: none
        }

        .navbar-expand-sm .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            -webkit-transition: none;
            transition: none;
            -webkit-transform: none;
            transform: none
        }

        .navbar-expand-sm .offcanvas-bottom, .navbar-expand-sm .offcanvas-top {
            height: auto;
            border-top: 0;
            border-bottom: 0
        }

        .navbar-expand-sm .offcanvas-body {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-md .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-md .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-md .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-md .navbar-toggler, .navbar-expand-md .offcanvas-header {
            display: none
        }

        .navbar-expand-md .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            -webkit-transition: none;
            transition: none;
            -webkit-transform: none;
            transform: none
        }

        .navbar-expand-md .offcanvas-bottom, .navbar-expand-md .offcanvas-top {
            height: auto;
            border-top: 0;
            border-bottom: 0
        }

        .navbar-expand-md .offcanvas-body {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-lg .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler, .navbar-expand-lg .offcanvas-header {
            display: none
        }

        .navbar-expand-lg .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            -webkit-transition: none;
            transition: none;
            -webkit-transform: none;
            transform: none
        }

        .navbar-expand-lg .offcanvas-bottom, .navbar-expand-lg .offcanvas-top {
            height: auto;
            border-top: 0;
            border-bottom: 0
        }

        .navbar-expand-lg .offcanvas-body {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler, .navbar-expand-xl .offcanvas-header {
            display: none
        }

        .navbar-expand-xl .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            -webkit-transition: none;
            transition: none;
            -webkit-transform: none;
            transform: none
        }

        .navbar-expand-xl .offcanvas-bottom, .navbar-expand-xl .offcanvas-top {
            height: auto;
            border-top: 0;
            border-bottom: 0
        }

        .navbar-expand-xl .offcanvas-body {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }
}

@media (min-width:1400px) {
    .navbar-expand-xxl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .navbar-expand-xxl .navbar-nav {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .navbar-expand-xxl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xxl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xxl .navbar-nav-scroll {
            overflow: visible
        }

        .navbar-expand-xxl .navbar-collapse {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto
        }

        .navbar-expand-xxl .navbar-toggler, .navbar-expand-xxl .offcanvas-header {
            display: none
        }

        .navbar-expand-xxl .offcanvas {
            position: inherit;
            bottom: 0;
            z-index: 1000;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            visibility: visible !important;
            background-color: transparent;
            border-right: 0;
            border-left: 0;
            -webkit-transition: none;
            transition: none;
            -webkit-transform: none;
            transform: none
        }

        .navbar-expand-xxl .offcanvas-bottom, .navbar-expand-xxl .offcanvas-top {
            height: auto;
            border-top: 0;
            border-bottom: 0
        }

        .navbar-expand-xxl .offcanvas-body {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            padding: 0;
            overflow-y: visible
        }
}

.navbar-expand {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .navbar-expand .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem
        }

    .navbar-expand .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand .navbar-toggler, .navbar-expand .offcanvas-header {
        display: none
    }

    .navbar-expand .offcanvas {
        position: inherit;
        bottom: 0;
        z-index: 1000;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        visibility: visible !important;
        background-color: transparent;
        border-right: 0;
        border-left: 0;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none
    }

    .navbar-expand .offcanvas-bottom, .navbar-expand .offcanvas-top {
        height: auto;
        border-top: 0;
        border-bottom: 0
    }

    .navbar-expand .offcanvas-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55)
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7)
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3)
    }

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9)
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: transparent
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23212F5C' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.55)
}

    .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
        color: rgba(0,0,0,.9)
    }

.navbar-dark .navbar-brand {
    color: #fff
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff
    }

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0,0%,100%,.55)
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: hsla(0,0%,100%,.75)
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: hsla(0,0%,100%,.25)
    }

    .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff
    }

.navbar-dark .navbar-toggler {
    color: hsla(0,0%,100%,.55);
    border-color: hsla(0,0%,100%,.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0,0%,100%,.55)
}

    .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
        color: #fff
    }

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .625rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group {
        border-top: inherit;
        border-bottom: inherit
    }

        .card > .list-group:first-child {
            border-top-width: 0;
            border-top-left-radius: calc(.625rem - 1px);
            border-top-right-radius: calc(.625rem - 1px)
        }

        .card > .list-group:last-child {
            border-bottom-width: 0;
            border-bottom-right-radius: calc(.625rem - 1px);
            border-bottom-left-radius: calc(.625rem - 1px)
        }

        .card > .card-header + .list-group, .card > .list-group + .card-footer {
            border-top: 0
        }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.card-title {
    margin-bottom: .5rem
}

.card-subtitle {
    margin-top: -.25rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link + .card-link {
    margin-left: 1rem
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .card-header:first-child {
        border-radius: calc(.625rem - 1px) calc(.625rem - 1px) 0 0
    }

.card-footer {
    padding: .5rem 1rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.625rem - 1px) calc(.625rem - 1px)
    }

.card-header-tabs {
    margin-right: -.5rem;
    margin-bottom: -.5rem;
    margin-left: -.5rem;
    border-bottom: 0
}

    .card-header-tabs .nav-link.active {
        background-color: #fff;
        border-bottom-color: #fff
    }

.card-header-pills {
    margin-right: -.5rem;
    margin-left: -.5rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(.625rem - 1px)
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.625rem - 1px);
    border-top-right-radius: calc(.625rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.625rem - 1px);
    border-bottom-left-radius: calc(.625rem - 1px)
}

.card-group > .card {
    margin-bottom: 30px
}

@media (min-width:576px) {
    .card-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:not(:last-child) {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:not(:first-child) {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
                    border-bottom-left-radius: 0
                }
}

.accordion-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #1e2a53;
    background-color: #e9eaef;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125)
}

    .accordion-button:not(.collapsed):after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231e2a53'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }

.accordion-button:after {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        -webkit-transition: none;
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #9097ae;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .accordion-item:first-of-type {
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem
    }

        .accordion-item:first-of-type .accordion-button {
            border-top-left-radius: calc(1.25rem - 1px);
            border-top-right-radius: calc(1.25rem - 1px)
        }

    .accordion-item:not(:first-of-type) {
        border-top: 0
    }

    .accordion-item:last-of-type {
        border-bottom-right-radius: 1.25rem;
        border-bottom-left-radius: 1.25rem
    }

        .accordion-item:last-of-type .accordion-button.collapsed {
            border-bottom-right-radius: calc(1.25rem - 1px);
            border-bottom-left-radius: calc(1.25rem - 1px)
        }

        .accordion-item:last-of-type .accordion-collapse {
            border-bottom-right-radius: 1.25rem;
            border-bottom-left-radius: 1.25rem
        }

.accordion-body {
    padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

    .accordion-flush .accordion-item:first-child {
        border-top: 0
    }

    .accordion-flush .accordion-item:last-child {
        border-bottom: 0
    }

    .accordion-flush .accordion-item .accordion-button {
        border-radius: 0
    }

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    color: #212f5c;
    text-decoration: none;
    background-color: #f6f6f6;
    border: 2px solid #fff;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        -webkit-transition: none;
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: #1a264a;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    color: #1a264a;
    background-color: #e9ecef;
    outline: 0;
    -webkit-box-shadow: 0 0 0 .25rem #b7e6fe;
    box-shadow: 0 0 0 .25rem #b7e6fe
}

.page-item:not(:first-child) .page-link {
    margin-left: -2px
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #003065;
    border-color: #fff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #f6f6f6;
    border-color: #fff
}

.page-link {
    padding: .375rem .75rem
}

.page-item:first-child .page-link {
    border-top-left-radius: none;
    border-bottom-left-radius: none
}

.page-item:last-child .page-link {
    border-top-right-radius: none;
    border-bottom-right-radius: none
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .625rem;
    border-bottom-left-radius: .625rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .625rem;
    border-bottom-right-radius: .625rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.alert {
    position: relative;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: none
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 3rem
}

    .alert-dismissible .btn-close {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 1.25rem 1rem
    }

.alert-primary {
    color: #141c37;
    background-color: #d3d5de;
    border-color: #bcc1ce
}

    .alert-primary .alert-link {
        color: #10162c
    }

.alert-secondary {
    color: #644f12;
    background-color: #fef3d5;
    border-color: #feeec0
}

    .alert-secondary .alert-link {
        color: #503f0e
    }

.alert-success {
    color: #0e4d30;
    background-color: #d1e6dc;
    border-color: #bad9cb
}

    .alert-success .alert-link {
        color: #0b3e26
    }

.alert-info {
    color: #055160;
    background-color: #cff4fc;
    border-color: #b6effb
}

    .alert-info .alert-link {
        color: #04414d
    }

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

    .alert-warning .alert-link {
        color: #523e02
    }

.alert-danger {
    color: #861a1c;
    background-color: #f9d5d5;
    border-color: #f5c0c1
}

    .alert-danger .alert-link {
        color: #6b1516
    }

.alert-danger-dark {
    color: #531d28;
    background-color: #e8d6d9;
    border-color: #dcc1c6
}

    .alert-danger-dark .alert-link {
        color: #421720
    }

.alert-light {
    color: #626262;
    background-color: #fdfdfd;
    border-color: #fcfcfc
}

    .alert-light .alert-link {
        color: #4e4e4e
    }

.alert-dark {
    color: #141619;
    background-color: #d3d3d4;
    border-color: #bcbebf
}

    .alert-dark .alert-link {
        color: #101214
    }

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .625rem
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

    .list-group-numbered > li:before {
        content: counters(section,".") ". ";
        counter-increment: section
    }

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        z-index: 1;
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef
    }

.list-group-item {
    position: relative;
    display: block;
    padding: 1rem 2rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125)
}

    .list-group-item:first-child {
        border-top-left-radius: inherit;
        border-top-right-radius: inherit
    }

    .list-group-item:last-child {
        border-bottom-right-radius: inherit;
        border-bottom-left-radius: inherit
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        pointer-events: none;
        background-color: #fff
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #212f5c;
        border-color: #212f5c
    }

    .list-group-item + .list-group-item {
        border-top-width: 0
    }

        .list-group-item + .list-group-item.active {
            margin-top: -1px;
            border-top-width: 1px
        }

.list-group-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

    .list-group-horizontal > .list-group-item:first-child {
        border-bottom-left-radius: .625rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal > .list-group-item:last-child {
        border-top-right-radius: .625rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

        .list-group-horizontal > .list-group-item + .list-group-item.active {
            margin-left: -1px;
            border-left-width: 1px
        }

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-sm > .list-group-item:first-child {
            border-bottom-left-radius: .625rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item:last-child {
            border-top-right-radius: .625rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-sm > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-sm > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:768px) {
    .list-group-horizontal-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-md > .list-group-item:first-child {
            border-bottom-left-radius: .625rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-md > .list-group-item:last-child {
            border-top-right-radius: .625rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-md > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-md > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-md > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-lg > .list-group-item:first-child {
            border-bottom-left-radius: .625rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item:last-child {
            border-top-right-radius: .625rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-lg > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-lg > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-xl > .list-group-item:first-child {
            border-bottom-left-radius: .625rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item:last-child {
            border-top-right-radius: .625rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

@media (min-width:1400px) {
    .list-group-horizontal-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

        .list-group-horizontal-xxl > .list-group-item:first-child {
            border-bottom-left-radius: .625rem;
            border-top-right-radius: 0
        }

        .list-group-horizontal-xxl > .list-group-item:last-child {
            border-top-right-radius: .625rem;
            border-bottom-left-radius: 0
        }

        .list-group-horizontal-xxl > .list-group-item.active {
            margin-top: 0
        }

        .list-group-horizontal-xxl > .list-group-item + .list-group-item {
            border-top-width: 1px;
            border-left-width: 0
        }

            .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
                margin-left: -1px;
                border-left-width: 1px
            }
}

.list-group-flush {
    border-radius: 0
}

    .list-group-flush > .list-group-item {
        border-width: 0 0 1px
    }

        .list-group-flush > .list-group-item:last-child {
            border-bottom-width: 0
        }

.list-group-item-primary {
    color: #141c37;
    background-color: #d3d5de
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #141c37;
        background-color: #bec0c8
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #141c37;
        border-color: #141c37
    }

.list-group-item-secondary {
    color: #644f12;
    background-color: #fef3d5
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #644f12;
        background-color: #e5dbc0
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #644f12;
        border-color: #644f12
    }

.list-group-item-success {
    color: #0e4d30;
    background-color: #d1e6dc
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #0e4d30;
        background-color: #bccfc6
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #0e4d30;
        border-color: #0e4d30
    }

.list-group-item-info {
    color: #055160;
    background-color: #cff4fc
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #055160;
        background-color: #badce3
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #055160;
        border-color: #055160
    }

.list-group-item-warning {
    color: #664d03;
    background-color: #fff3cd
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #664d03;
        background-color: #e6dbb9
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #664d03;
        border-color: #664d03
    }

.list-group-item-danger {
    color: #861a1c;
    background-color: #f9d5d5
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #861a1c;
        background-color: #e0c0c0
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #861a1c;
        border-color: #861a1c
    }

.list-group-item-danger-dark {
    color: #531d28;
    background-color: #e8d6d9
}

    .list-group-item-danger-dark.list-group-item-action:focus, .list-group-item-danger-dark.list-group-item-action:hover {
        color: #531d28;
        background-color: #d1c1c3
    }

    .list-group-item-danger-dark.list-group-item-action.active {
        color: #fff;
        background-color: #531d28;
        border-color: #531d28
    }

.list-group-item-light {
    color: #626262;
    background-color: #fdfdfd
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #626262;
        background-color: #e4e4e4
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #626262;
        border-color: #626262
    }

.list-group-item-dark {
    color: #141619;
    background-color: #d3d3d4
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #141619;
        background-color: #bebebf
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #141619;
        border-color: #141619
    }

.btn-close {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 4px;
    color: #000;
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
    border-radius: 1.25rem;
    opacity: .6
}

    .btn-close:hover {
        color: #000;
        text-decoration: none;
        opacity: 1
    }

    .btn-close:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1
    }

    .btn-close.disabled, .btn-close:disabled {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        opacity: .4
    }

.btn-close-white {
    -webkit-filter: invert(1) grayscale(100%) brightness(200%);
    filter: invert(1) grayscale(100%) brightness(200%)
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem)
}

    .modal-dialog-scrollable .modal-content {
        max-height: 100%;
        overflow: hidden
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto
    }

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content, .modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.modal-content {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .625rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.625rem - 1px);
    border-top-right-radius: calc(.625rem - 1px)
}

    .modal-header .btn-close {
        padding: .5rem;
        margin: -.5rem -.5rem -.5rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.625rem - 1px);
    border-bottom-left-radius: calc(.625rem - 1px)
}

    .modal-footer > * {
        margin: .25rem
    }

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg, .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

    .modal-fullscreen .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen .modal-header {
        border-radius: 0
    }

    .modal-fullscreen .modal-body {
        overflow-y: auto
    }

    .modal-fullscreen .modal-footer {
        border-radius: 0
    }

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-sm-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-sm-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-sm-down .modal-footer {
            border-radius: 0
        }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-md-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-md-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-md-down .modal-footer {
            border-radius: 0
        }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-lg-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-lg-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-lg-down .modal-footer {
            border-radius: 0
        }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xl-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-xl-down .modal-footer {
            border-radius: 0
        }
}

@media (max-width:1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

        .modal-fullscreen-xxl-down .modal-content {
            height: 100%;
            border: 0;
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-header {
            border-radius: 0
        }

        .modal-fullscreen-xxl-down .modal-body {
            overflow-y: auto
        }

        .modal-fullscreen-xxl-down .modal-footer {
            border-radius: 0
        }
}

.clearfix:after, .detail-page__content:after {
    display: block;
    clear: both;
    content: ""
}

.link-primary {
    color: #212f5c
}

    .link-primary:focus, .link-primary:hover {
        color: #1a264a
    }

.link-secondary {
    color: #fac52d
}

    .link-secondary:focus, .link-secondary:hover {
        color: #fbd157
    }

.link-success {
    color: #188150
}

    .link-success:focus, .link-success:hover {
        color: #136740
    }

.link-info {
    color: #0dcaf0
}

    .link-info:focus, .link-info:hover {
        color: #3dd5f3
    }

.link-warning {
    color: #ffc107
}

    .link-warning:focus, .link-warning:hover {
        color: #ffcd39
    }

.link-danger {
    color: #df2c2f
}

    .link-danger:focus, .link-danger:hover {
        color: #b22326
    }

.link-danger-dark {
    color: #8a3042
}

    .link-danger-dark:focus, .link-danger-dark:hover {
        color: #6e2635
    }

.link-light, .sidebar.bg-primary a {
    color: #f6f6f6
}

    .link-light:focus, .link-light:hover, .sidebar.bg-primary a:focus, .sidebar.bg-primary a:hover {
        color: #f8f8f8
    }

.link-dark {
    color: #212529
}

    .link-dark:focus, .link-dark:hover {
        color: #1a1e21
    }

.fixed-top {
    top: 0
}

.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

@media (min-width:576px) {
    .sticky-sm-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:768px) {
    .sticky-md-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:992px) {
    .sticky-lg-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1200px) {
    .sticky-xl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

@media (min-width:1400px) {
    .sticky-xxl-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.detail-page__image, .expanding-card-grid__item-toggle, .featured-panel, .promo-content--region-size-full .promo-content__graphical-region, .ratio, .shaped-img__inner {
    position: relative;
    width: 100%
}

    .detail-page__image:before, .expanding-card-grid__item-toggle:before, .featured-panel:before, .promo-content--region-size-full .promo-content__graphical-region:before, .ratio:before, .shaped-img__inner:before {
        display: block;
        padding-top: var(--bs-aspect-ratio);
        content: ""
    }

    .detail-page__image > *, .expanding-card-grid__item-toggle > *, .featured-panel > *, .promo-content--region-size-full .promo-content__graphical-region > *, .ratio > *, .shaped-img__inner > * {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-3x4 {
    --bs-aspect-ratio: 133.33333%
}

.featured-panel, .promo-content--region-size-full .promo-content__graphical-region, .ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.expanding-card-grid__item-toggle, .ratio-21x9 {
    --bs-aspect-ratio: 42.85714%
}

.hstack, .page-header--incidents .page-header__heading ul, .social-media__horizontal ul {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch
}

.hstack, .page-header--incidents .page-header__heading ul, .social-media__horizontal ul, .social-media__vertical ul, .vstack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.social-media__vertical ul, .vstack {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: stretch
}

.social-media__vertical li a:after, .stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dataTables_wrapper .dataTables_info, .hero-banner__heading-divider, .site-search__label, .spotlights__main-heading-divider, .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.vr {
    display: inline-block;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    width: 1px;
    min-height: 1em;
    background-color: currentColor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.float-start {
    float: left !important
}

.float-end {
    float: right !important
}

.float-none {
    float: none !important
}

.opacity-0 {
    opacity: 0 !important
}

.opacity-25 {
    opacity: .25 !important
}

.opacity-50 {
    opacity: .5 !important
}

.opacity-75 {
    opacity: .75 !important
}

.opacity-100 {
    opacity: 1 !important
}

.overflow-auto {
    overflow: auto !important
}

.dropdown.dropdown--hero-banner-feature .dropdown-menu, .hero-banner__feature, .navbar .dropdown-menu, .overflow-hidden, .promo-content__graphical-region--rounded-corners, .spotlights__item {
    overflow: hidden !important
}

.hero-banner__feature--overlap, .overflow-visible {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block, .hero-banner__heading-main {
    display: block !important
}

.d-grid {
    display: -ms-grid !important;
    display: grid !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.alert.alert--incident-map, .btn-block, .d-flex, .expanding-card-grid__item-toggle, .expanding-card-grid__item-toggle-heading, .featured-factoids, .heading-with-bar, .heading-with-bar__heading, .incidents__button-note-wrapper, .news-list__secondary, .news-list__secondary div, .newsletter, .page-header--incidents .page-header__status, .profile-circle, .promo-banner, .promo-content, .promo-content__icon, .social-media__horizontal li a, .social-media__vertical li, .spotlights__inner, .spotlights__item, .steps, .steps__item-wrapper, .table__col-pie {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex, .dropdown.dropdown--hero-banner-feature-fancy {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

.d-none, .incident-map__text-wrapper {
    display: none !important
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.position-static {
    position: static !important
}

.abstract--shaped-img .abstract__shaped-img-wrapper, .branding, .featured-factoids, .hero-banner, .hero-banner__container, .incident-map, .page-header, .page-header__content-container, .position-relative, .promo-banner, .promo-banner__graphical-region, .promo-banner__text-region, .promo-content, .promo-content__text-region, .social-media__vertical li, .spotlights__item, .spotlights__item-inner {
    position: relative !important
}

.hero-banner__bg, .incident-map__alert, .page-header__bg, .position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.top-0 {
    top: 0 !important
}

.top-50 {
    top: 50% !important
}

.top-100 {
    top: 100% !important
}

.bottom-0 {
    bottom: 0 !important
}

.bottom-50 {
    bottom: 50% !important
}

.bottom-100 {
    bottom: 100% !important
}

.start-0 {
    left: 0 !important
}

.start-50 {
    left: 50% !important
}

.start-100 {
    left: 100% !important
}

.end-0 {
    right: 0 !important
}

.end-50 {
    right: 50% !important
}

.end-100 {
    right: 100% !important
}

.translate-middle {
    -webkit-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important
}

.translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important
}

.translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0, .page-header--incidents .page-header__status li:last-child, .page-header--search input {
    border: 0 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-end {
    border-right: 1px solid #dee2e6 !important
}

.border-end-0 {
    border-right: 0 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-start {
    border-left: 1px solid #dee2e6 !important
}

.border-start-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #212f5c !important
}

.border-secondary {
    border-color: #fac52d !important
}

.border-success {
    border-color: #188150 !important
}

.border-info {
    border-color: #0dcaf0 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #df2c2f !important
}

.border-danger-dark {
    border-color: #8a3042 !important
}

.border-light {
    border-color: #f6f6f6 !important
}

.border-dark {
    border-color: #212529 !important
}

.border-white {
    border-color: #fff !important
}

.border-1 {
    border-width: 1px !important
}

.border-2 {
    border-width: 2px !important
}

.border-3 {
    border-width: 3px !important
}

.border-4 {
    border-width: 4px !important
}

.border-5 {
    border-width: 5px !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.promo-banner__graphical-region img, .w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.vw-100 {
    width: 100vw !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mh-100 {
    max-height: 100% !important
}

.vh-100 {
    height: 100vh !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.expanding-card-grid__item-toggle-heading, .flex-column, .newsletter, .spotlights__inner, .spotlights__item, .steps {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse, .spotlights {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1, .site-search__input-wrapper, .spotlights__item {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.flex-wrap, .page-header--incidents .page-header__heading ul {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.gap-0 {
    gap: 0 !important
}

.gap-1 {
    gap: .25rem !important
}

.gap-2 {
    gap: .5rem !important
}

.expanding-card-grid__item-toggle-heading, .gap-3, .incidents__button-note-wrapper, .page-header--incidents .page-header__status, .social-media__horizontal ul, .table__col-pie {
    gap: 1rem !important
}

.gap-4, .page-header--incidents .page-header__heading, .page-header--incidents .page-header__heading ul, .social-media__vertical ul {
    gap: 1.5rem !important
}

.gap-5 {
    gap: 3rem !important
}

.gap-6 {
    gap: 60px !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.dropdown.dropdown--hero-banner-feature .site-search__toggle[aria-expanded=true] + form, .justify-content-end, .navbar-collapse, .navbar .site-search__toggle[aria-expanded=true] + form, .spotlights__item {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.btn-block, .expanding-card-grid__item-toggle, .expanding-card-grid__item-toggle-heading, .justify-content-center, .promo-content__icon {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.heading-with-bar, .justify-content-between, .newsletter, .page-header--incidents .page-header__heading {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.justify-content-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end, .steps__item-wrapper {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.alert.alert--incident-map, .align-items-center, .incidents__button-note-wrapper, .newsletter, .promo-content__icon, .social-media__vertical li {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch, .news-list__secondary, .news-list__secondary div {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important
}

.order-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important
}

.order-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important
}

.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important
}

.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important
}

.order-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important
}

.order-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important
}

.order-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important
}

.order-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important
}

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.incident-map__alert, .incident-map__text-wrapper, .m-5 {
    margin: 3rem !important
}

.m-6 {
    margin: 60px !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.incidents__content, .mx-5 {
    margin: 3rem /*!important*/;
}

.mx-6 {
    margin-right: 60px !important;
    margin-left: 60px !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.hero-banner__heading-main, .my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-6 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0, .section.section--with-bgcolor + .section.section--with-bgcolor {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4, .tab-pane {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-6 {
    margin-top: 60px !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-6 {
    margin-right: 60px !important
}

.me-auto {
    margin-right: auto !important
}

.alert.alert--incident-map, .heading-with-bar__heading, .incident-map__teaser, .main-content > .section.section--with-bgcolor:last-of-type, .mb-0, .steps {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.abstract .date-time, .mb-2 {
    margin-bottom: .5rem !important
}

.mb-3, .newsletter__shield {
    margin-bottom: 1rem !important
}

.expanding-card-grid__item-content, .expanding-card-grid__item-toggle, .mb-4, .news-list__pre, .page-header--incidents .page-header__heading .h1, .page-header--incidents .page-header__heading .hero-banner__heading-main, .page-header--incidents .page-header__heading .incident-map__heading, .page-header--incidents .page-header__heading h1, .promo-content__icon, .steps__heading:before {
    margin-bottom: 1.5rem !important
}

.mb-5, .mega-footer .branding {
    margin-bottom: 3rem !important
}

.mb-6 {
    margin-bottom: 60px !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3, .social-media__vertical li a {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-6 {
    margin-left: 60px !important
}

.incidents__note, .ms-auto {
    margin-left: auto !important
}

.m-n1 {
    margin: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.m-n6 {
    margin: -60px !important
}

.mx-n1 {
    margin-right: -.25rem !important;
    margin-left: -.25rem !important
}

.mx-n2 {
    margin-right: -.5rem !important;
    margin-left: -.5rem !important
}

.mx-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important
}

.mx-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important
}

.mx-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important
}

.mx-n6 {
    margin-right: -60px !important;
    margin-left: -60px !important
}

.my-n1 {
    margin-top: -.25rem !important;
    margin-bottom: -.25rem !important
}

.my-n2 {
    margin-top: -.5rem !important;
    margin-bottom: -.5rem !important
}

.my-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important
}

.my-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important
}

.my-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important
}

.my-n6 {
    margin-top: -60px !important;
    margin-bottom: -60px !important
}

.mt-n1 {
    margin-top: -.25rem !important
}

.mt-n2 {
    margin-top: -.5rem !important
}

.mt-n3 {
    margin-top: -1rem !important
}

.mt-n4 {
    margin-top: -1.5rem !important
}

.mt-n5 {
    margin-top: -3rem !important
}

.mt-n6 {
    margin-top: -60px !important
}

.me-n1 {
    margin-right: -.25rem !important
}

.me-n2 {
    margin-right: -.5rem !important
}

.me-n3 {
    margin-right: -1rem !important
}

.me-n4 {
    margin-right: -1.5rem !important
}

.me-n5 {
    margin-right: -3rem !important
}

.me-n6 {
    margin-right: -60px !important
}

.mb-n1 {
    margin-bottom: -.25rem !important
}

.mb-n2 {
    margin-bottom: -.5rem !important
}

.mb-n3 {
    margin-bottom: -1rem !important
}

.mb-n4 {
    margin-bottom: -1.5rem !important
}

.mb-n5 {
    margin-bottom: -3rem !important
}

.mb-n6 {
    margin-bottom: -60px !important
}

.ms-n1 {
    margin-left: -.25rem !important
}

.ms-n2 {
    margin-left: -.5rem !important
}

.ms-n3 {
    margin-left: -1rem !important
}

.ms-n4 {
    margin-left: -1.5rem !important
}

.ms-n5 {
    margin-left: -3rem !important
}

.ms-n6 {
    margin-left: -60px !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.expanding-card-grid__item-content, .expanding-card-grid__item-toggle, .newsletter, .p-4, .sidebar .card-body {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.p-6 {
    padding: 60px !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.abstract--shaped-img .abstract__shaped-img-wrapper, .newsletter__form .btn, .newsletter__form input, .page-header--search button, .px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.px-6 {
    padding-right: 60px !important;
    padding-left: 60px !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.footer__links, .py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.dropdown.dropdown--hero-banner-feature .dropdown-item, .dropdown.dropdown--hero-banner-feature .nav-link-text-wrapper, .navbar .dropdown-item, .navbar .nav-link-text-wrapper, .py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.py-6 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pt-6 {
    padding-top: 60px !important
}

.page-header--incidents .page-header__status li:last-child, .pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.page-header--incidents .page-header__status [class^=icon-], .pe-2 {
    padding-right: .5rem !important
}

.alert.alert--incident-map .alert__pre, .page-header--incidents .page-header__status li, .pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pe-6 {
    padding-right: 60px !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.newsletter__text, .pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.pb-6 {
    padding-bottom: 60px !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.ps-6 {
    padding-left: 60px !important
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important
}

.fs-1 {
    font-size: calc(1.5rem + 3vw) !important
}

.alert.alert--incident-map .alert__pre, .fs-2 {
    font-size: calc(1.425rem + 2.1vw) !important
}

.fs-3 {
    font-size: calc(1.35rem + 1.2vw) !important
}

.fs-4 {
    font-size: calc(1.3125rem + .75vw) !important
}

.fs-5, .page-header--search input {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-6, .incidents__heading {
    font-size: calc(1.25625rem + .075vw) !important
}

.fst-italic {
    font-style: italic !important
}

.fst-normal {
    font-style: normal !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-lighter {
    font-weight: lighter !important
}

.alert.alert--incident-map .alert__main .alert-link, .fw-normal {
    font-weight: 400 !important
}

.dropdown.dropdown--hero-banner-feature .nav-link, .fw-bold, .heading-with-bar, .incidents__note-link, .navbar .nav-link, .newsletter__form .btn, .page-header--search button {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.lh-1 {
    line-height: 1 !important
}

.lh-sm {
    line-height: 1.25 !important
}

.lh-base {
    line-height: 1.5 !important
}

.lh-lg {
    line-height: 2 !important
}

.alert.alert--incident-map, .incident-map__text-wrapper, .text-start {
    text-align: left !important
}

.datatable:not(.datatable--cell-text-start) tr > :nth-child(n+3), .text-end {
    text-align: right !important
}

.steps__heading:before, .text-center {
    text-align: center !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-underline {
    text-decoration: underline !important
}

.text-decoration-line-through {
    text-decoration: line-through !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.dropdown.dropdown--hero-banner-feature .dropdown-toggle, .dropdown.dropdown--hero-banner-feature .nav-link, .expanding-card-grid__item-toggle-heading, .incidents__heading, .navbar .nav-link, .newsletter__form .btn, .page-header--search button, .table thead th, .text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.page-header--incidents .page-header__status, .social-media__horizontal li a span, .social-media__vertical li > span, .text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important
}

.page-header--incidents .page-header__status [class^=icon-], .text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity)) !important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important
}

.text-danger-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-dark-rgb),var(--bs-text-opacity)) !important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important
}

.dropdown.dropdown--hero-banner-feature .nav-link, .navbar .nav-link, .text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important
}

.hero-banner__text-wrapper, .hero-banner__text-wrapper .breadcrumbs, .hero-banner__text-wrapper a, .spotlights__item, .text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important
}

.text-muted {
    --bs-text-opacity: 1;
    color: #6c757d !important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,.5) !important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: hsla(0,0%,100%,.5) !important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important
}

.bg-danger-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-dark-rgb),var(--bs-bg-opacity)) !important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important
}

.bg-white, .incident-map__alert, .newsletter {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important
}

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-gradient {
    background-image: var(--bs-gradient) !important
}

.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important
}

.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important
}

.pe-none {
    pointer-events: none !important
}

.pe-auto {
    pointer-events: auto !important
}

.expanding-card-grid__item-toggle, .newsletter, .promo-banner, .promo-content, .rounded {
    border-radius: 1.25rem !important
}

.newsletter__form .btn, .newsletter__form input, .page-header--search input, .rounded-0 {
    border-radius: 0 !important
}

.rounded-1 {
    border-radius: .25rem !important
}

.rounded-2 {
    border-radius: 1.25rem !important
}

.news-list__secondary div, .rounded-3 {
    border-radius: .625rem !important
}

.profile-circle .profile__img, .promo-content__icon, .rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-top {
    border-top-left-radius: 1.25rem !important
}

.rounded-end, .rounded-top {
    border-top-right-radius: 1.25rem !important
}

.rounded-end {
    border-bottom-right-radius: 1.25rem !important
}

.promo-banner-with-chart__image, .rounded-bottom {
    border-bottom-right-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important
}

.rounded-start {
    border-bottom-left-radius: 1.25rem !important;
    border-top-left-radius: 1.25rem !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media (min-width:576px) {
    .float-sm-start {
        float: left !important
    }

    .float-sm-end {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-sm-none {
        display: none !important
    }

    .border-sm {
        border: 1px solid #dee2e6 !important
    }

    .border-sm-0 {
        border: 0 !important
    }

    .border-top-sm {
        border-top: 1px solid #dee2e6 !important
    }

    .border-top-sm-0 {
        border-top: 0 !important
    }

    .border-end-sm {
        border-right: 1px solid #dee2e6 !important
    }

    .border-end-sm-0 {
        border-right: 0 !important
    }

    .border-bottom-sm {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-bottom-sm-0 {
        border-bottom: 0 !important
    }

    .border-start-sm {
        border-left: 1px solid #dee2e6 !important
    }

    .border-start-sm-0 {
        border-left: 0 !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column, .flex-sm-row {
        -webkit-box-direction: normal !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-sm-0 {
        gap: 0 !important
    }

    .gap-sm-1 {
        gap: .25rem !important
    }

    .gap-sm-2 {
        gap: .5rem !important
    }

    .gap-sm-3 {
        gap: 1rem !important
    }

    .gap-sm-4 {
        gap: 1.5rem !important
    }

    .gap-sm-5 {
        gap: 3rem !important
    }

    .gap-sm-6 {
        gap: 60px !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-sm-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .m-sm-6 {
        margin: 60px !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-sm-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-sm-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-sm-6 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-sm-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-sm-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-sm-6 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mt-sm-1 {
        margin-top: .25rem !important
    }

    .mt-sm-2 {
        margin-top: .5rem !important
    }

    .mt-sm-3 {
        margin-top: 1rem !important
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .mt-sm-6 {
        margin-top: 60px !important
    }

    .mt-sm-auto {
        margin-top: auto !important
    }

    .me-sm-0 {
        margin-right: 0 !important
    }

    .me-sm-1 {
        margin-right: .25rem !important
    }

    .me-sm-2 {
        margin-right: .5rem !important
    }

    .me-sm-3, .newsletter__text {
        margin-right: 1rem !important
    }

    .me-sm-4 {
        margin-right: 1.5rem !important
    }

    .me-sm-5 {
        margin-right: 3rem !important
    }

    .me-sm-6 {
        margin-right: 60px !important
    }

    .me-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .mb-sm-1 {
        margin-bottom: .25rem !important
    }

    .mb-sm-2 {
        margin-bottom: .5rem !important
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important
    }

    .mb-sm-6 {
        margin-bottom: 60px !important
    }

    .mb-sm-auto {
        margin-bottom: auto !important
    }

    .ms-sm-0 {
        margin-left: 0 !important
    }

    .ms-sm-1 {
        margin-left: .25rem !important
    }

    .ms-sm-2 {
        margin-left: .5rem !important
    }

    .ms-sm-3 {
        margin-left: 1rem !important
    }

    .ms-sm-4 {
        margin-left: 1.5rem !important
    }

    .ms-sm-5 {
        margin-left: 3rem !important
    }

    .ms-sm-6 {
        margin-left: 60px !important
    }

    .ms-sm-auto {
        margin-left: auto !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .m-sm-n6 {
        margin: -60px !important
    }

    .mx-sm-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-sm-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-sm-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-sm-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-sm-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-sm-n6 {
        margin-right: -60px !important;
        margin-left: -60px !important
    }

    .my-sm-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-sm-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-sm-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-sm-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-sm-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-sm-n6 {
        margin-top: -60px !important;
        margin-bottom: -60px !important
    }

    .mt-sm-n1 {
        margin-top: -.25rem !important
    }

    .mt-sm-n2 {
        margin-top: -.5rem !important
    }

    .mt-sm-n3 {
        margin-top: -1rem !important
    }

    .mt-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mt-sm-n5 {
        margin-top: -3rem !important
    }

    .mt-sm-n6 {
        margin-top: -60px !important
    }

    .me-sm-n1 {
        margin-right: -.25rem !important
    }

    .me-sm-n2 {
        margin-right: -.5rem !important
    }

    .me-sm-n3 {
        margin-right: -1rem !important
    }

    .me-sm-n4 {
        margin-right: -1.5rem !important
    }

    .me-sm-n5 {
        margin-right: -3rem !important
    }

    .me-sm-n6 {
        margin-right: -60px !important
    }

    .mb-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-sm-n3 {
        margin-bottom: -1rem !important
    }

    .mb-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-sm-n5 {
        margin-bottom: -3rem !important
    }

    .mb-sm-n6 {
        margin-bottom: -60px !important
    }

    .ms-sm-n1 {
        margin-left: -.25rem !important
    }

    .ms-sm-n2 {
        margin-left: -.5rem !important
    }

    .ms-sm-n3 {
        margin-left: -1rem !important
    }

    .ms-sm-n4 {
        margin-left: -1.5rem !important
    }

    .ms-sm-n5 {
        margin-left: -3rem !important
    }

    .ms-sm-n6 {
        margin-left: -60px !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .p-sm-6 {
        padding: 60px !important
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-sm-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-sm-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-sm-6 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-sm-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-sm-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-sm-6 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }

    .pt-sm-1 {
        padding-top: .25rem !important
    }

    .pt-sm-2 {
        padding-top: .5rem !important
    }

    .pt-sm-3 {
        padding-top: 1rem !important
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important
    }

    .pt-sm-5 {
        padding-top: 3rem !important
    }

    .pt-sm-6 {
        padding-top: 60px !important
    }

    .pe-sm-0 {
        padding-right: 0 !important
    }

    .pe-sm-1 {
        padding-right: .25rem !important
    }

    .pe-sm-2 {
        padding-right: .5rem !important
    }

    .pe-sm-3 {
        padding-right: 1rem !important
    }

    .pe-sm-4 {
        padding-right: 1.5rem !important
    }

    .pe-sm-5 {
        padding-right: 3rem !important
    }

    .pe-sm-6 {
        padding-right: 60px !important
    }

    .pb-sm-0 {
        padding-bottom: 0 !important
    }

    .pb-sm-1 {
        padding-bottom: .25rem !important
    }

    .pb-sm-2 {
        padding-bottom: .5rem !important
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important
    }

    .pb-sm-6 {
        padding-bottom: 60px !important
    }

    .ps-sm-0 {
        padding-left: 0 !important
    }

    .ps-sm-1 {
        padding-left: .25rem !important
    }

    .ps-sm-2 {
        padding-left: .5rem !important
    }

    .ps-sm-3 {
        padding-left: 1rem !important
    }

    .ps-sm-4 {
        padding-left: 1.5rem !important
    }

    .ps-sm-5 {
        padding-left: 3rem !important
    }

    .ps-sm-6 {
        padding-left: 60px !important
    }

    .text-sm-start {
        text-align: left !important
    }

    .text-sm-end {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .float-md-start {
        float: left !important
    }

    .float-md-end {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block, .incident-map__text-wrapper {
        display: block !important
    }

    .d-md-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex, .page-header--incidents .page-header__heading, .site-search.site-search--search-page .site-search__form {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-md-none {
        display: none !important
    }

    .border-md {
        border: 1px solid #dee2e6 !important
    }

    .border-md-0 {
        border: 0 !important
    }

    .border-top-md {
        border-top: 1px solid #dee2e6 !important
    }

    .border-top-md-0 {
        border-top: 0 !important
    }

    .border-end-md {
        border-right: 1px solid #dee2e6 !important
    }

    .border-end-md-0 {
        border-right: 0 !important
    }

    .border-bottom-md {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-bottom-md-0 {
        border-bottom: 0 !important
    }

    .border-start-md {
        border-left: 1px solid #dee2e6 !important
    }

    .border-start-md-0 {
        border-left: 0 !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-row, .newsletter {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-md-0 {
        gap: 0 !important
    }

    .gap-md-1 {
        gap: .25rem !important
    }

    .gap-md-2 {
        gap: .5rem !important
    }

    .gap-md-3 {
        gap: 1rem !important
    }

    .gap-md-4 {
        gap: 1.5rem !important
    }

    .gap-md-5 {
        gap: 3rem !important
    }

    .gap-md-6 {
        gap: 60px !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-md-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-md-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-md-0 {
        margin: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .m-md-6 {
        margin: 60px !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-md-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-md-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-md-6 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-md-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-md-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-md-6 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-md-0 {
        margin-top: 0 !important
    }

    .mt-md-1 {
        margin-top: .25rem !important
    }

    .mt-md-2 {
        margin-top: .5rem !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mt-md-4 {
        margin-top: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mt-md-6, .tab-pane {
        margin-top: 60px !important
    }

    .mt-md-auto {
        margin-top: auto !important
    }

    .me-md-0 {
        margin-right: 0 !important
    }

    .me-md-1 {
        margin-right: .25rem !important
    }

    .me-md-2 {
        margin-right: .5rem !important
    }

    .me-md-3 {
        margin-right: 1rem !important
    }

    .me-md-4 {
        margin-right: 1.5rem !important
    }

    .me-md-5 {
        margin-right: 3rem !important
    }

    .me-md-6 {
        margin-right: 60px !important
    }

    .me-md-auto {
        margin-right: auto !important
    }

    .mb-md-0, .newsletter__shield {
        margin-bottom: 0 !important
    }

    .mb-md-1 {
        margin-bottom: .25rem !important
    }

    .mb-md-2 {
        margin-bottom: .5rem !important
    }

    .mb-md-3 {
        margin-bottom: 1rem !important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .mb-md-6 {
        margin-bottom: 60px !important
    }

    .mb-md-auto {
        margin-bottom: auto !important
    }

    .ms-md-0 {
        margin-left: 0 !important
    }

    .ms-md-1 {
        margin-left: .25rem !important
    }

    .ms-md-2 {
        margin-left: .5rem !important
    }

    .ms-md-3 {
        margin-left: 1rem !important
    }

    .ms-md-4 {
        margin-left: 1.5rem !important
    }

    .ms-md-5 {
        margin-left: 3rem !important
    }

    .ms-md-6 {
        margin-left: 60px !important
    }

    .ms-md-auto {
        margin-left: auto !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .m-md-n6 {
        margin: -60px !important
    }

    .mx-md-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-md-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-md-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-md-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-md-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-md-n6 {
        margin-right: -60px !important;
        margin-left: -60px !important
    }

    .my-md-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-md-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-md-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-md-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-md-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-md-n6 {
        margin-top: -60px !important;
        margin-bottom: -60px !important
    }

    .mt-md-n1 {
        margin-top: -.25rem !important
    }

    .mt-md-n2 {
        margin-top: -.5rem !important
    }

    .mt-md-n3 {
        margin-top: -1rem !important
    }

    .mt-md-n4 {
        margin-top: -1.5rem !important
    }

    .mt-md-n5 {
        margin-top: -3rem !important
    }

    .mt-md-n6 {
        margin-top: -60px !important
    }

    .me-md-n1 {
        margin-right: -.25rem !important
    }

    .me-md-n2 {
        margin-right: -.5rem !important
    }

    .me-md-n3 {
        margin-right: -1rem !important
    }

    .me-md-n4 {
        margin-right: -1.5rem !important
    }

    .me-md-n5 {
        margin-right: -3rem !important
    }

    .me-md-n6 {
        margin-right: -60px !important
    }

    .mb-md-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-md-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-md-n3 {
        margin-bottom: -1rem !important
    }

    .mb-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-md-n5 {
        margin-bottom: -3rem !important
    }

    .mb-md-n6 {
        margin-bottom: -60px !important
    }

    .ms-md-n1 {
        margin-left: -.25rem !important
    }

    .ms-md-n2 {
        margin-left: -.5rem !important
    }

    .ms-md-n3 {
        margin-left: -1rem !important
    }

    .ms-md-n4 {
        margin-left: -1.5rem !important
    }

    .ms-md-n5 {
        margin-left: -3rem !important
    }

    .ms-md-n6 {
        margin-left: -60px !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .p-md-6 {
        padding: 60px !important
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-md-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-md-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-md-6 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-md-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-md-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-md-6 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .pt-md-0 {
        padding-top: 0 !important
    }

    .pt-md-1 {
        padding-top: .25rem !important
    }

    .pt-md-2 {
        padding-top: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pt-md-4 {
        padding-top: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .pt-md-6 {
        padding-top: 60px !important
    }

    .pe-md-0 {
        padding-right: 0 !important
    }

    .pe-md-1 {
        padding-right: .25rem !important
    }

    .pe-md-2 {
        padding-right: .5rem !important
    }

    .pe-md-3 {
        padding-right: 1rem !important
    }

    .pe-md-4 {
        padding-right: 1.5rem !important
    }

    .pe-md-5 {
        padding-right: 3rem !important
    }

    .pe-md-6 {
        padding-right: 60px !important
    }

    .newsletter__text, .pb-md-0 {
        padding-bottom: 0 !important
    }

    .pb-md-1 {
        padding-bottom: .25rem !important
    }

    .pb-md-2 {
        padding-bottom: .5rem !important
    }

    .pb-md-3 {
        padding-bottom: 1rem !important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .pb-md-6 {
        padding-bottom: 60px !important
    }

    .ps-md-0 {
        padding-left: 0 !important
    }

    .ps-md-1 {
        padding-left: .25rem !important
    }

    .ps-md-2 {
        padding-left: .5rem !important
    }

    .ps-md-3 {
        padding-left: 1rem !important
    }

    .ps-md-4 {
        padding-left: 1.5rem !important
    }

    .ps-md-5 {
        padding-left: 3rem !important
    }

    .ps-md-6 {
        padding-left: 60px !important
    }

    .text-md-start {
        text-align: left !important
    }

    .text-md-end {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .float-lg-start {
        float: left !important
    }

    .float-lg-end {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-lg-none {
        display: none !important
    }

    .border-lg {
        border: 1px solid #dee2e6 !important
    }

    .border-lg-0 {
        border: 0 !important
    }

    .border-top-lg {
        border-top: 1px solid #dee2e6 !important
    }

    .border-top-lg-0 {
        border-top: 0 !important
    }

    .border-end-lg {
        border-right: 1px solid #dee2e6 !important
    }

    .border-end-lg-0 {
        border-right: 0 !important
    }

    .border-bottom-lg {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-bottom-lg-0 {
        border-bottom: 0 !important
    }

    .border-start-lg {
        border-left: 1px solid #dee2e6 !important
    }

    .border-start-lg-0 {
        border-left: 0 !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column, .flex-lg-row {
        -webkit-box-direction: normal !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-lg-0 {
        gap: 0 !important
    }

    .gap-lg-1 {
        gap: .25rem !important
    }

    .gap-lg-2 {
        gap: .5rem !important
    }

    .gap-lg-3 {
        gap: 1rem !important
    }

    .gap-lg-4 {
        gap: 1.5rem !important
    }

    .gap-lg-5 {
        gap: 3rem !important
    }

    .gap-lg-6 {
        gap: 60px !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-lg-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .m-lg-6 {
        margin: 60px !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-lg-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-lg-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-lg-6 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-lg-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-lg-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-lg-6 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-lg-0 {
        margin-top: 0 !important
    }

    .mt-lg-1 {
        margin-top: .25rem !important
    }

    .mt-lg-2 {
        margin-top: .5rem !important
    }

    .mt-lg-3 {
        margin-top: 1rem !important
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important
    }

    .mt-lg-5 {
        margin-top: 3rem !important
    }

    .mt-lg-6 {
        margin-top: 60px !important
    }

    .mt-lg-auto {
        margin-top: auto !important
    }

    .me-lg-0 {
        margin-right: 0 !important
    }

    .me-lg-1 {
        margin-right: .25rem !important
    }

    .me-lg-2 {
        margin-right: .5rem !important
    }

    .me-lg-3 {
        margin-right: 1rem !important
    }

    .me-lg-4 {
        margin-right: 1.5rem !important
    }

    .me-lg-5 {
        margin-right: 3rem !important
    }

    .me-lg-6 {
        margin-right: 60px !important
    }

    .me-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }

    .mb-lg-2 {
        margin-bottom: .5rem !important
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important
    }

    .mb-lg-6 {
        margin-bottom: 60px !important
    }

    .mb-lg-auto {
        margin-bottom: auto !important
    }

    .ms-lg-0 {
        margin-left: 0 !important
    }

    .ms-lg-1 {
        margin-left: .25rem !important
    }

    .ms-lg-2 {
        margin-left: .5rem !important
    }

    .ms-lg-3 {
        margin-left: 1rem !important
    }

    .ms-lg-4 {
        margin-left: 1.5rem !important
    }

    .ms-lg-5 {
        margin-left: 3rem !important
    }

    .ms-lg-6 {
        margin-left: 60px !important
    }

    .ms-lg-auto {
        margin-left: auto !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .m-lg-n6 {
        margin: -60px !important
    }

    .mx-lg-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-lg-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-lg-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-lg-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-lg-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-lg-n6 {
        margin-right: -60px !important;
        margin-left: -60px !important
    }

    .my-lg-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-lg-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-lg-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-lg-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-lg-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-lg-n6 {
        margin-top: -60px !important;
        margin-bottom: -60px !important
    }

    .mt-lg-n1 {
        margin-top: -.25rem !important
    }

    .mt-lg-n2 {
        margin-top: -.5rem !important
    }

    .mt-lg-n3 {
        margin-top: -1rem !important
    }

    .mt-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mt-lg-n5 {
        margin-top: -3rem !important
    }

    .mt-lg-n6 {
        margin-top: -60px !important
    }

    .me-lg-n1 {
        margin-right: -.25rem !important
    }

    .me-lg-n2 {
        margin-right: -.5rem !important
    }

    .me-lg-n3 {
        margin-right: -1rem !important
    }

    .me-lg-n4 {
        margin-right: -1.5rem !important
    }

    .me-lg-n5 {
        margin-right: -3rem !important
    }

    .me-lg-n6 {
        margin-right: -60px !important
    }

    .mb-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-lg-n3 {
        margin-bottom: -1rem !important
    }

    .mb-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-lg-n5 {
        margin-bottom: -3rem !important
    }

    .mb-lg-n6 {
        margin-bottom: -60px !important
    }

    .ms-lg-n1 {
        margin-left: -.25rem !important
    }

    .ms-lg-n2 {
        margin-left: -.5rem !important
    }

    .ms-lg-n3 {
        margin-left: -1rem !important
    }

    .ms-lg-n4 {
        margin-left: -1.5rem !important
    }

    .ms-lg-n5 {
        margin-left: -3rem !important
    }

    .ms-lg-n6 {
        margin-left: -60px !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .dropdown.dropdown--hero-banner-feature .nav-link-text-wrapper, .navbar .nav-link-text-wrapper, .p-lg-3 {
        padding: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .p-lg-6 {
        padding: 60px !important
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-lg-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-lg-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-lg-6 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-lg-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-lg-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-lg-6 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .pt-lg-0 {
        padding-top: 0 !important
    }

    .pt-lg-1 {
        padding-top: .25rem !important
    }

    .pt-lg-2 {
        padding-top: .5rem !important
    }

    .pt-lg-3 {
        padding-top: 1rem !important
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important
    }

    .pt-lg-5 {
        padding-top: 3rem !important
    }

    .pt-lg-6 {
        padding-top: 60px !important
    }

    .pe-lg-0 {
        padding-right: 0 !important
    }

    .pe-lg-1 {
        padding-right: .25rem !important
    }

    .pe-lg-2 {
        padding-right: .5rem !important
    }

    .pe-lg-3 {
        padding-right: 1rem !important
    }

    .pe-lg-4 {
        padding-right: 1.5rem !important
    }

    .pe-lg-5 {
        padding-right: 3rem !important
    }

    .pe-lg-6 {
        padding-right: 60px !important
    }

    .pb-lg-0 {
        padding-bottom: 0 !important
    }

    .pb-lg-1 {
        padding-bottom: .25rem !important
    }

    .pb-lg-2 {
        padding-bottom: .5rem !important
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important
    }

    .pb-lg-6 {
        padding-bottom: 60px !important
    }

    .ps-lg-0 {
        padding-left: 0 !important
    }

    .ps-lg-1 {
        padding-left: .25rem !important
    }

    .ps-lg-2 {
        padding-left: .5rem !important
    }

    .ps-lg-3 {
        padding-left: 1rem !important
    }

    .ps-lg-4 {
        padding-left: 1.5rem !important
    }

    .ps-lg-5 {
        padding-left: 3rem !important
    }

    .ps-lg-6 {
        padding-left: 60px !important
    }

    .text-lg-start {
        text-align: left !important
    }

    .text-lg-end {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .float-xl-start {
        float: left !important
    }

    .float-xl-end {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex, .site-search__form {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xl-none {
        display: none !important
    }

    .border-xl {
        border: 1px solid #dee2e6 !important
    }

    .border-xl-0 {
        border: 0 !important
    }

    .border-top-xl {
        border-top: 1px solid #dee2e6 !important
    }

    .border-top-xl-0 {
        border-top: 0 !important
    }

    .border-end-xl {
        border-right: 1px solid #dee2e6 !important
    }

    .border-end-xl-0 {
        border-right: 0 !important
    }

    .border-bottom-xl {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-bottom-xl-0 {
        border-bottom: 0 !important
    }

    .border-start-xl {
        border-left: 1px solid #dee2e6 !important
    }

    .border-start-xl-0 {
        border-left: 0 !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column, .flex-xl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-xl-0 {
        gap: 0 !important
    }

    .gap-xl-1 {
        gap: .25rem !important
    }

    .gap-xl-2 {
        gap: .5rem !important
    }

    .gap-xl-3 {
        gap: 1rem !important
    }

    .gap-xl-4 {
        gap: 1.5rem !important
    }

    .gap-xl-5 {
        gap: 3rem !important
    }

    .gap-xl-6 {
        gap: 60px !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xl-0 {
        margin: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .m-xl-6 {
        margin: 60px !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xl-6 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xl-6 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xl-0 {
        margin-top: 0 !important
    }

    .mt-xl-1 {
        margin-top: .25rem !important
    }

    .mt-xl-2 {
        margin-top: .5rem !important
    }

    .mt-xl-3 {
        margin-top: 1rem !important
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xl-5 {
        margin-top: 3rem !important
    }

    .mt-xl-6 {
        margin-top: 60px !important
    }

    .mt-xl-auto {
        margin-top: auto !important
    }

    .me-xl-0 {
        margin-right: 0 !important
    }

    .me-xl-1 {
        margin-right: .25rem !important
    }

    .me-xl-2 {
        margin-right: .5rem !important
    }

    .me-xl-3 {
        margin-right: 1rem !important
    }

    .me-xl-4 {
        margin-right: 1.5rem !important
    }

    .me-xl-5 {
        margin-right: 3rem !important
    }

    .me-xl-6 {
        margin-right: 60px !important
    }

    .me-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-0 {
        margin-bottom: 0 !important
    }

    .mb-xl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xl-6 {
        margin-bottom: 60px !important
    }

    .mb-xl-auto {
        margin-bottom: auto !important
    }

    .ms-xl-0 {
        margin-left: 0 !important
    }

    .ms-xl-1 {
        margin-left: .25rem !important
    }

    .ms-xl-2 {
        margin-left: .5rem !important
    }

    .ms-xl-3 {
        margin-left: 1rem !important
    }

    .ms-xl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xl-5 {
        margin-left: 3rem !important
    }

    .ms-xl-6 {
        margin-left: 60px !important
    }

    .ms-xl-auto {
        margin-left: auto !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .m-xl-n6 {
        margin: -60px !important
    }

    .mx-xl-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-xl-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-xl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-xl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-xl-n6 {
        margin-right: -60px !important;
        margin-left: -60px !important
    }

    .my-xl-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-xl-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-xl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-xl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-xl-n6 {
        margin-top: -60px !important;
        margin-bottom: -60px !important
    }

    .mt-xl-n1 {
        margin-top: -.25rem !important
    }

    .mt-xl-n2 {
        margin-top: -.5rem !important
    }

    .mt-xl-n3 {
        margin-top: -1rem !important
    }

    .mt-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xl-n5 {
        margin-top: -3rem !important
    }

    .mt-xl-n6 {
        margin-top: -60px !important
    }

    .me-xl-n1 {
        margin-right: -.25rem !important
    }

    .me-xl-n2 {
        margin-right: -.5rem !important
    }

    .me-xl-n3 {
        margin-right: -1rem !important
    }

    .me-xl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xl-n5 {
        margin-right: -3rem !important
    }

    .me-xl-n6 {
        margin-right: -60px !important
    }

    .mb-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-xl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xl-n5 {
        margin-bottom: -3rem !important
    }

    .mb-xl-n6 {
        margin-bottom: -60px !important
    }

    .ms-xl-n1 {
        margin-left: -.25rem !important
    }

    .ms-xl-n2 {
        margin-left: -.5rem !important
    }

    .ms-xl-n3 {
        margin-left: -1rem !important
    }

    .ms-xl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xl-n5 {
        margin-left: -3rem !important
    }

    .ms-xl-n6 {
        margin-left: -60px !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .p-xl-6 {
        padding: 60px !important
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xl-6 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xl-6 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .pt-xl-0 {
        padding-top: 0 !important
    }

    .pt-xl-1 {
        padding-top: .25rem !important
    }

    .pt-xl-2 {
        padding-top: .5rem !important
    }

    .pt-xl-3 {
        padding-top: 1rem !important
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xl-5 {
        padding-top: 3rem !important
    }

    .pt-xl-6 {
        padding-top: 60px !important
    }

    .pe-xl-0 {
        padding-right: 0 !important
    }

    .pe-xl-1 {
        padding-right: .25rem !important
    }

    .pe-xl-2 {
        padding-right: .5rem !important
    }

    .pe-xl-3 {
        padding-right: 1rem !important
    }

    .pe-xl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xl-5 {
        padding-right: 3rem !important
    }

    .pe-xl-6 {
        padding-right: 60px !important
    }

    .pb-xl-0 {
        padding-bottom: 0 !important
    }

    .pb-xl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important
    }

    .pb-xl-6 {
        padding-bottom: 60px !important
    }

    .ps-xl-0 {
        padding-left: 0 !important
    }

    .ps-xl-1 {
        padding-left: .25rem !important
    }

    .ps-xl-2 {
        padding-left: .5rem !important
    }

    .ps-xl-3 {
        padding-left: 1rem !important
    }

    .ps-xl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xl-5 {
        padding-left: 3rem !important
    }

    .ps-xl-6 {
        padding-left: 60px !important
    }

    .text-xl-start {
        text-align: left !important
    }

    .text-xl-end {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

@media (min-width:1400px) {
    .float-xxl-start {
        float: left !important
    }

    .float-xxl-end {
        float: right !important
    }

    .float-xxl-none {
        float: none !important
    }

    .d-xxl-inline {
        display: inline !important
    }

    .d-xxl-inline-block {
        display: inline-block !important
    }

    .d-xxl-block {
        display: block !important
    }

    .d-xxl-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-xxl-table {
        display: table !important
    }

    .d-xxl-table-row {
        display: table-row !important
    }

    .d-xxl-table-cell {
        display: table-cell !important
    }

    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xxl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-xxl-none {
        display: none !important
    }

    .border-xxl {
        border: 1px solid #dee2e6 !important
    }

    .border-xxl-0 {
        border: 0 !important
    }

    .border-top-xxl {
        border-top: 1px solid #dee2e6 !important
    }

    .border-top-xxl-0 {
        border-top: 0 !important
    }

    .border-end-xxl {
        border-right: 1px solid #dee2e6 !important
    }

    .border-end-xxl-0 {
        border-right: 0 !important
    }

    .border-bottom-xxl {
        border-bottom: 1px solid #dee2e6 !important
    }

    .border-bottom-xxl-0 {
        border-bottom: 0 !important
    }

    .border-start-xxl {
        border-left: 1px solid #dee2e6 !important
    }

    .border-start-xxl-0 {
        border-left: 0 !important
    }

    .flex-xxl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xxl-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xxl-column, .flex-xxl-row {
        -webkit-box-direction: normal !important
    }

    .flex-xxl-column {
        -webkit-box-orient: vertical !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xxl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xxl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xxl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xxl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .flex-xxl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xxl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xxl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .gap-xxl-0 {
        gap: 0 !important
    }

    .gap-xxl-1 {
        gap: .25rem !important
    }

    .gap-xxl-2 {
        gap: .5rem !important
    }

    .gap-xxl-3 {
        gap: 1rem !important
    }

    .gap-xxl-4 {
        gap: 1.5rem !important
    }

    .gap-xxl-5 {
        gap: 3rem !important
    }

    .gap-xxl-6 {
        gap: 60px !important
    }

    .justify-content-xxl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xxl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xxl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xxl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xxl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .justify-content-xxl-evenly {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important
    }

    .align-items-xxl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xxl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xxl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xxl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xxl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xxl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xxl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xxl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xxl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xxl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xxl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xxl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important
    }

    .align-self-xxl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xxl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xxl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important
    }

    .align-self-xxl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xxl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important
    }

    .order-xxl-first {
        -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
        order: -1 !important
    }

    .order-xxl-0 {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important
    }

    .order-xxl-1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important
    }

    .order-xxl-2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important
    }

    .order-xxl-3 {
        -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
        order: 3 !important
    }

    .order-xxl-4 {
        -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
        order: 4 !important
    }

    .order-xxl-5 {
        -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
        order: 5 !important
    }

    .order-xxl-last {
        -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
        order: 6 !important
    }

    .m-xxl-0 {
        margin: 0 !important
    }

    .m-xxl-1 {
        margin: .25rem !important
    }

    .m-xxl-2 {
        margin: .5rem !important
    }

    .m-xxl-3 {
        margin: 1rem !important
    }

    .m-xxl-4 {
        margin: 1.5rem !important
    }

    .m-xxl-5 {
        margin: 3rem !important
    }

    .m-xxl-6 {
        margin: 60px !important
    }

    .m-xxl-auto {
        margin: auto !important
    }

    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important
    }

    .mx-xxl-1 {
        margin-right: .25rem !important;
        margin-left: .25rem !important
    }

    .mx-xxl-2 {
        margin-right: .5rem !important;
        margin-left: .5rem !important
    }

    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important
    }

    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important
    }

    .mx-xxl-6 {
        margin-right: 60px !important;
        margin-left: 60px !important
    }

    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important
    }

    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .my-xxl-1 {
        margin-top: .25rem !important;
        margin-bottom: .25rem !important
    }

    .my-xxl-2 {
        margin-top: .5rem !important;
        margin-bottom: .5rem !important
    }

    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important
    }

    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important
    }

    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important
    }

    .my-xxl-6 {
        margin-top: 60px !important;
        margin-bottom: 60px !important
    }

    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important
    }

    .mt-xxl-0 {
        margin-top: 0 !important
    }

    .mt-xxl-1 {
        margin-top: .25rem !important
    }

    .mt-xxl-2 {
        margin-top: .5rem !important
    }

    .mt-xxl-3 {
        margin-top: 1rem !important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem !important
    }

    .mt-xxl-5 {
        margin-top: 3rem !important
    }

    .mt-xxl-6 {
        margin-top: 60px !important
    }

    .mt-xxl-auto {
        margin-top: auto !important
    }

    .me-xxl-0 {
        margin-right: 0 !important
    }

    .me-xxl-1 {
        margin-right: .25rem !important
    }

    .me-xxl-2 {
        margin-right: .5rem !important
    }

    .me-xxl-3 {
        margin-right: 1rem !important
    }

    .me-xxl-4 {
        margin-right: 1.5rem !important
    }

    .me-xxl-5 {
        margin-right: 3rem !important
    }

    .me-xxl-6 {
        margin-right: 60px !important
    }

    .me-xxl-auto {
        margin-right: auto !important
    }

    .mb-xxl-0 {
        margin-bottom: 0 !important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem !important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem !important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem !important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem !important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem !important
    }

    .mb-xxl-6 {
        margin-bottom: 60px !important
    }

    .mb-xxl-auto {
        margin-bottom: auto !important
    }

    .ms-xxl-0 {
        margin-left: 0 !important
    }

    .ms-xxl-1 {
        margin-left: .25rem !important
    }

    .ms-xxl-2 {
        margin-left: .5rem !important
    }

    .ms-xxl-3 {
        margin-left: 1rem !important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem !important
    }

    .ms-xxl-5 {
        margin-left: 3rem !important
    }

    .ms-xxl-6 {
        margin-left: 60px !important
    }

    .ms-xxl-auto {
        margin-left: auto !important
    }

    .m-xxl-n1 {
        margin: -.25rem !important
    }

    .m-xxl-n2 {
        margin: -.5rem !important
    }

    .m-xxl-n3 {
        margin: -1rem !important
    }

    .m-xxl-n4 {
        margin: -1.5rem !important
    }

    .m-xxl-n5 {
        margin: -3rem !important
    }

    .m-xxl-n6 {
        margin: -60px !important
    }

    .mx-xxl-n1 {
        margin-right: -.25rem !important;
        margin-left: -.25rem !important
    }

    .mx-xxl-n2 {
        margin-right: -.5rem !important;
        margin-left: -.5rem !important
    }

    .mx-xxl-n3 {
        margin-right: -1rem !important;
        margin-left: -1rem !important
    }

    .mx-xxl-n4 {
        margin-right: -1.5rem !important;
        margin-left: -1.5rem !important
    }

    .mx-xxl-n5 {
        margin-right: -3rem !important;
        margin-left: -3rem !important
    }

    .mx-xxl-n6 {
        margin-right: -60px !important;
        margin-left: -60px !important
    }

    .my-xxl-n1 {
        margin-top: -.25rem !important;
        margin-bottom: -.25rem !important
    }

    .my-xxl-n2 {
        margin-top: -.5rem !important;
        margin-bottom: -.5rem !important
    }

    .my-xxl-n3 {
        margin-top: -1rem !important;
        margin-bottom: -1rem !important
    }

    .my-xxl-n4 {
        margin-top: -1.5rem !important;
        margin-bottom: -1.5rem !important
    }

    .my-xxl-n5 {
        margin-top: -3rem !important;
        margin-bottom: -3rem !important
    }

    .my-xxl-n6 {
        margin-top: -60px !important;
        margin-bottom: -60px !important
    }

    .mt-xxl-n1 {
        margin-top: -.25rem !important
    }

    .mt-xxl-n2 {
        margin-top: -.5rem !important
    }

    .mt-xxl-n3 {
        margin-top: -1rem !important
    }

    .mt-xxl-n4 {
        margin-top: -1.5rem !important
    }

    .mt-xxl-n5 {
        margin-top: -3rem !important
    }

    .mt-xxl-n6 {
        margin-top: -60px !important
    }

    .me-xxl-n1 {
        margin-right: -.25rem !important
    }

    .me-xxl-n2 {
        margin-right: -.5rem !important
    }

    .me-xxl-n3 {
        margin-right: -1rem !important
    }

    .me-xxl-n4 {
        margin-right: -1.5rem !important
    }

    .me-xxl-n5 {
        margin-right: -3rem !important
    }

    .me-xxl-n6 {
        margin-right: -60px !important
    }

    .mb-xxl-n1 {
        margin-bottom: -.25rem !important
    }

    .mb-xxl-n2 {
        margin-bottom: -.5rem !important
    }

    .mb-xxl-n3 {
        margin-bottom: -1rem !important
    }

    .mb-xxl-n4 {
        margin-bottom: -1.5rem !important
    }

    .mb-xxl-n5 {
        margin-bottom: -3rem !important
    }

    .mb-xxl-n6 {
        margin-bottom: -60px !important
    }

    .ms-xxl-n1 {
        margin-left: -.25rem !important
    }

    .ms-xxl-n2 {
        margin-left: -.5rem !important
    }

    .ms-xxl-n3 {
        margin-left: -1rem !important
    }

    .ms-xxl-n4 {
        margin-left: -1.5rem !important
    }

    .ms-xxl-n5 {
        margin-left: -3rem !important
    }

    .ms-xxl-n6 {
        margin-left: -60px !important
    }

    .p-xxl-0 {
        padding: 0 !important
    }

    .p-xxl-1 {
        padding: .25rem !important
    }

    .p-xxl-2 {
        padding: .5rem !important
    }

    .p-xxl-3 {
        padding: 1rem !important
    }

    .p-xxl-4 {
        padding: 1.5rem !important
    }

    .p-xxl-5 {
        padding: 3rem !important
    }

    .p-xxl-6 {
        padding: 60px !important
    }

    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .px-xxl-1 {
        padding-right: .25rem !important;
        padding-left: .25rem !important
    }

    .px-xxl-2 {
        padding-right: .5rem !important;
        padding-left: .5rem !important
    }

    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important
    }

    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important
    }

    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }

    .px-xxl-6 {
        padding-right: 60px !important;
        padding-left: 60px !important
    }

    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .py-xxl-1 {
        padding-top: .25rem !important;
        padding-bottom: .25rem !important
    }

    .py-xxl-2 {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important
    }

    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important
    }

    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important
    }

    .py-xxl-6 {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .pt-xxl-0 {
        padding-top: 0 !important
    }

    .pt-xxl-1 {
        padding-top: .25rem !important
    }

    .pt-xxl-2 {
        padding-top: .5rem !important
    }

    .pt-xxl-3 {
        padding-top: 1rem !important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem !important
    }

    .pt-xxl-5 {
        padding-top: 3rem !important
    }

    .pt-xxl-6 {
        padding-top: 60px !important
    }

    .pe-xxl-0 {
        padding-right: 0 !important
    }

    .pe-xxl-1 {
        padding-right: .25rem !important
    }

    .pe-xxl-2 {
        padding-right: .5rem !important
    }

    .pe-xxl-3 {
        padding-right: 1rem !important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem !important
    }

    .pe-xxl-5 {
        padding-right: 3rem !important
    }

    .pe-xxl-6 {
        padding-right: 60px !important
    }

    .pb-xxl-0 {
        padding-bottom: 0 !important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem !important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem !important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem !important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem !important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem !important
    }

    .pb-xxl-6 {
        padding-bottom: 60px !important
    }

    .ps-xxl-0 {
        padding-left: 0 !important
    }

    .ps-xxl-1 {
        padding-left: .25rem !important
    }

    .ps-xxl-2 {
        padding-left: .5rem !important
    }

    .ps-xxl-3 {
        padding-left: 1rem !important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem !important
    }

    .ps-xxl-5 {
        padding-left: 3rem !important
    }

    .ps-xxl-6 {
        padding-left: 60px !important
    }

    .text-xxl-start {
        text-align: left !important
    }

    .text-xxl-end {
        text-align: right !important
    }

    .text-xxl-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 3.75rem !important
    }

    .alert.alert--incident-map .alert__pre, .fs-2 {
        font-size: 3rem !important
    }

    .fs-3 {
        font-size: 2.25rem !important
    }

    .fs-4 {
        font-size: 1.875rem !important
    }

    .fs-5, .page-header--search input {
        font-size: 1.5rem !important
    }

    .fs-6, .incidents__heading {
        font-size: 1.3125rem !important
    }
}

@media print {
    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-grid {
        display: -ms-grid !important;
        display: grid !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }

    .d-print-none {
        display: none !important
    }
}

div[tabindex]:active, div[tabindex]:focus, main[tabindex]:active, main[tabindex]:focus, span[tabindex]:active, span[tabindex]:focus {
    outline: 0
}

.icon-excel:before {
    color: #397049
}

.icon-word:before {
    color: #345895
}

.icon-pdf:before {
    color: #bf321c
}

.icon-powerpoint:before {
    color: #c35033
}

.icon-text:before {
    color: #5e5e5e
}

.icon-video:before {
    color: #5e5e5e
}

.icon-zip:before {
    color: #5e5e5e
}

.bg-light-y {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f9fa),color-stop(25%,rgba(248,249,250,0)));
    background-image: linear-gradient(180deg,#f8f9fa 0,rgba(248,249,250,0) 25%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff8f9fa",endColorstr="#00f8f9fa",GradientType=0)
}

.drop-shadow {
    -webkit-box-shadow: 0 10px 80px rgba(0,0,0,.1);
    box-shadow: 0 10px 80px rgba(0,0,0,.1)
}

@media (max-width:767.98px) {
    .drop-shadow {
        -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.1);
        box-shadow: 0 5px 25px rgba(0,0,0,.1)
    }
}

html {
    display: block;
    font-size: 100%;
    height: auto !important
}

    html.not-sitecore-rich-text-editor {
        background: rgba(0,102,170,.25)
    }

body {
    color: #000;
    background: #fff;
    font-size: 100%;
    min-height: 0 !important;
    margin: 0 auto;
    overflow-x: hidden;
    width: 100%
}

.node-preview-container {
    position: relative !important
}

@media (max-width:767.98px) {
    .container, .factoid--dynamic, .hero-banner__container, .page-header__content-container {
        padding-right: 20px;
        padding-left: 20px;
        max-width: unset
    }
}

.hero-banner + .section.section--with-image-overlap {
    margin-top: 80px
}

@media (max-width:767.98px) {
    .hero-banner + .section.section--with-image-overlap {
        margin-top: 30px
    }
}

.hero-banner + .abstract-grid {
    padding-top: 60px
}

@media (max-width:767.98px) {
    .hero-banner + .abstract-grid {
        padding-top: 30px
    }
}

@media (max-width:767.98px) {
    .hero-banner + .abstract-grid.section--with-bgcolor {
        margin-top: 30px
    }
}

.hero-banner.hero-banner--with-bottom-overlap + .abstract-grid.section--with-bgcolor {
    margin-top: 40px
}

/*.section + .section {
    margin-top: 80px
}*/

/*@media (max-width:767.98px) {
    .section + .section {
        margin-top: 30px !important
    }
}*/

.section + .section.section--with-image-overlap, .section.section--with-image-overlap + .section.section--with-image-overlap, .section.section--with-map-overlap + .section {
    margin-top: 120px
}

@media (max-width:767.98px) {
    .section.section--with-image-overlap + .section {
        margin-top: 60px !important
    }
}

.section.section--with-map-overlap + .section.section--with-image-overlap {
    margin-top: 180px
}

.section + .section.section--with-bgcolor, .section.section--with-image-overlap + .section.section--with-bgcolor {
    padding-top: 60px;
    margin-top: 90px
}

@media (max-width:767.98px) {
    .section + .section.section--with-bgcolor, .section.section--with-image-overlap + .section.section--with-bgcolor {
        padding-top: 30px
    }
}

.section.section--with-bgcolor + .section.section--with-image-overlap {
    margin-top: calc(180px - .75rem)
}

.section.section--with-bgcolor + .section.section--with-bgcolor {
    padding-top: 60px
}

@media (max-width:767.98px) {
    .section.section--with-bgcolor + .section.section--with-bgcolor {
        padding-top: 30px
    }
}

.main-content > .section.section--with-bgcolor:last-of-type {
    padding-bottom: 90px
}

@media (max-width:767.98px) {
    .main-content > .section.section--with-bgcolor:last-of-type {
        padding-bottom: 60px
    }
}

.main-content > .section:last-of-type {
    margin-bottom: 90px
}

@media (max-width:767.98px) {
    .main-content > .section:last-of-type {
        margin-bottom: 60px
    }
}

.main-content.detail-page > .page-header + .section {
    margin-top: 40px
}

@media (max-width:767.98px) {
    .main-content.detail-page > .page-header + .section {
        margin-top: 20px
    }
}

.detail-page__content-region > * + * {
    margin-top: 70px
}

@media (max-width:767.98px) {
    .detail-page__content-region > * + * {
        margin-top: 20px
    }
}

@media (max-width:767.98px) {
    .detail-page__content-region .promo-content:not(.promo-content--overlap-none) {
        margin-bottom: 40px
    }
}

@media (min-width:768px) {
    .detail-page__content-region .promo-content:not(.promo-content--overlap-none) {
        margin-top: 120px
    }
}

.detail-page__content-region hr + .detail-page__content {
    margin-top: 40px
}

@media (max-width:767.98px) {
    .detail-page__content-region hr + .detail-page__content {
        margin-top: 20px
    }
}

@media (max-width:767.98px) {
    .detail-page__content-region + [class*=col-] {
        margin-top: 20px
    }
}

@font-face {
    font-family: iconfont;
    src: url(../font/iconfont/fonts/iconfont37cc.ttf?ml6hga) format("truetype"),url(../font/iconfont/fonts/iconfont37cc.html?ml6hga) format("woff"),url(../font/iconfont/fonts/iconfont37cc-2.html?ml6hga#iconfont) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class*=" icon-"], [class^=icon-] {
    font-family: iconfont !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-map-o:before {
    content: "\e92d"
}

.icon-subscribe-newsletter:before {
    content: "\e926"
}

.icon-file-text-o:before {
    content: "\f0f6"
}

.icon-trees:before {
    content: "\e90a"
}

.icon-bug:before {
    content: "\e90b"
}

.icon-leaf:before {
    content: "\e90c"
}

.icon-file-certificate:before {
    content: "\e911"
}

.icon-hands-helping:before {
    content: "\e912"
}

.icon-hands-heart:before {
    content: "\e913"
}

.icon-union_15:before {
    content: "\e914"
}

.icon-fire:before {
    content: "\e915"
}

.icon-fire-alt:before {
    content: "\e916"
}

.icon-acorn:before {
    content: "\e917"
}

.icon-badge-dollar:before {
    content: "\e918"
}

.icon-microphone:before {
    content: "\e919"
}

.icon-veteran:before {
    content: "\e91a"
}

.icon-warning-triangle:before {
    content: "\e925"
}

.icon-arrow-upper-left:before {
    content: "\e909"
}

.icon-external-link:before {
    content: "\e949"
}

.icon-flickr:before {
    content: "\e91b"
}

.icon-facebook:before {
    content: "\e900"
}

.icon-pinterest:before {
    content: "\e91c"
}

.icon-youtube-square:before {
    content: "\e91d"
}

.icon-twitter-square:before {
    content: "\e91e"
}

.icon-linkedin-square:before {
    content: "\e91f"
}

.icon-flickr-square:before {
    content: "\e920"
}

.icon-pinterest-square:before {
    content: "\e921"
}

.icon-facebook-square:before {
    content: "\e922"
}

.icon-instagram-square:before {
    content: "\e923"
}

.icon-image-square:before {
    content: "\e924"
}

.icon-newspaper-o:before {
    content: "\f1ea"
}

.icon-long-arrow-down:before {
    content: "\f175"
}

.icon-long-arrow-up:before {
    content: "\f176"
}

.icon-long-arrow-left:before {
    content: "\f177"
}

.icon-long-arrow-right:before {
    content: "\f178"
}

.icon-print:before {
    content: "\f02f"
}

.icon-shield:before {
    content: "\e901"
}

.icon-video:before {
    content: "\e902"
}

.icon-home:before {
    content: "\e903"
}

.icon-check-circle:before {
    content: "\e90d"
}

.icon-exclamation-triangle:before {
    content: "\e90e"
}

.icon-info-circle:before {
    content: "\e90f"
}

.icon-minus-circle:before {
    content: "\e910"
}

.icon-email:before {
    content: "\e92a"
}

.icon-bars:before {
    content: "\e92f"
}

.icon-search:before {
    content: "\e939"
}

.icon-times:before {
    content: "\e93a"
}

.icon-plus:before {
    content: "\e938"
}

.icon-minus:before {
    content: "\e936"
}

.icon-chevron-left:before {
    content: "\e905"
}

.icon-chevron-right:before {
    content: "\e906"
}

.icon-chevron-down:before {
    content: "\e904"
}

.icon-chevron-up:before {
    content: "\e907"
}

.icon-youtube:before {
    content: "\e93c"
}

.icon-instagram:before {
    content: "\e934"
}

.icon-linkedin:before {
    content: "\e935"
}

.icon-bitcoin-sign3:before {
    content: "\edb7"
}

.icon-block-brick-fire3:before {
    content: "\edb9"
}

.icon-bowl-hot3:before {
    content: "\edbc"
}

.icon-cable-car3:before {
    content: "\edc3"
}

.icon-campfire3:before {
    content: "\edc6"
}

.icon-car5:before {
    content: "\edc7"
}

.icon-caravan3:before {
    content: "\edc8"
}

.icon-caravan-simple3:before {
    content: "\edc9"
}

.icon-car-battery3:before {
    content: "\edca"
}

.icon-car-bolt3:before {
    content: "\edcb"
}

.icon-car-building3:before {
    content: "\edcc"
}

.icon-car-bump3:before {
    content: "\edcd"
}

.icon-car-burst3:before {
    content: "\edce"
}

.icon-car-bus3:before {
    content: "\edcf"
}

.icon-car-circle-bolt3:before {
    content: "\edd0"
}

.icon-car-garage3:before {
    content: "\eddb"
}

.icon-car-mirrors3:before {
    content: "\eddc"
}

.icon-car-on3:before {
    content: "\eddd"
}

.icon-car-rear3:before {
    content: "\edde"
}

.icon-cars3:before {
    content: "\ede0"
}

.icon-car-side3:before {
    content: "\ede1"
}

.icon-car-side-bolt3:before {
    content: "\ede2"
}

.icon-car-wash3:before {
    content: "\edf6"
}

.icon-car-wrench3:before {
    content: "\edf7"
}

.icon-cash-register3:before {
    content: "\edf8"
}

.icon-cloud48:before {
    content: "\edfe"
}

.icon-cloud-arrow-down3:before {
    content: "\edff"
}

.icon-cloud-arrow-up3:before {
    content: "\ee00"
}

.icon-cloud-bolt3:before {
    content: "\ee01"
}

.icon-cloud-bolt-moon3:before {
    content: "\ee02"
}

.icon-cloud-bolt-sun2:before {
    content: "\ee03"
}

.icon-cloud-check4:before {
    content: "\ee04"
}

.icon-cloud-drizzle4:before {
    content: "\ee05"
}

.icon-cloud-exclamation3:before {
    content: "\ee06"
}

.icon-cloud-fog5:before {
    content: "\ee07"
}

.icon-cloud-hail3:before {
    content: "\ee08"
}

.icon-cloud-hail-mixed3:before {
    content: "\ee09"
}

.icon-cloud-meatball3:before {
    content: "\ee0a"
}

.icon-cloud-minus3:before {
    content: "\ee0b"
}

.icon-cloud-moon5:before {
    content: "\ee0c"
}

.icon-cloud-moon-rain5:before {
    content: "\ee0d"
}

.icon-cloud-music3:before {
    content: "\ee0e"
}

.icon-cloud-plus3:before {
    content: "\ee0f"
}

.icon-cloud-question3:before {
    content: "\ee10"
}

.icon-cloud-rain6:before {
    content: "\ee11"
}

.icon-cloud-rainbow3:before {
    content: "\ee12"
}

.icon-clouds11:before {
    content: "\ee13"
}

.icon-cloud-showers3:before {
    content: "\ee14"
}

.icon-cloud-showers-heavy3:before {
    content: "\ee15"
}

.icon-cloud-showers-water2:before {
    content: "\ee16"
}

.icon-cloud-slash3:before {
    content: "\ee17"
}

.icon-cloud-sleet3:before {
    content: "\ee18"
}

.icon-clouds-moon3:before {
    content: "\ee19"
}

.icon-cloud-snow6:before {
    content: "\ee1a"
}

.icon-clouds-sun1:before {
    content: "\ee1b"
}

.icon-cloud-sun3:before {
    content: "\ee1c"
}

.icon-cloud-sun-rain3:before {
    content: "\ee1d"
}

.icon-cloud-word3:before {
    content: "\ee1e"
}

.icon-cloud-xmark3:before {
    content: "\ee1f"
}

.icon-coin3:before {
    content: "\ee20"
}

.icon-coin-blank3:before {
    content: "\ee21"
}

.icon-coins4:before {
    content: "\ee23"
}

.icon-coin-vertical3:before {
    content: "\ee24"
}

.icon-credit-card10:before {
    content: "\ee25"
}

.icon-droplet6:before {
    content: "\ee28"
}

.icon-droplet-degree3:before {
    content: "\ee29"
}

.icon-droplet-percent3:before {
    content: "\ee2a"
}

.icon-droplet-slash3:before {
    content: "\ee2b"
}

.icon-dumpster-fire3:before {
    content: "\ee2c"
}

.icon-face-clouds3:before {
    content: "\ee2d"
}

.icon-face-tongue-money3:before {
    content: "\ee2f"
}

.icon-fire8:before {
    content: "\ee30"
}

.icon-fire-burner3:before {
    content: "\ee31"
}

.icon-fire-extinguisher4:before {
    content: "\ee32"
}

.icon-fire-flame3:before {
    content: "\ee33"
}

.icon-fire-flame-curved3:before {
    content: "\ee34"
}

.icon-fire-flame-simple3:before {
    content: "\ee35"
}

.icon-fire-hydrant3:before {
    content: "\ee36"
}

.icon-fireplace5:before {
    content: "\ee37"
}

.icon-fire-smoke3:before {
    content: "\ee38"
}

.icon-glass-water3:before {
    content: "\ee3b"
}

.icon-grill-fire3:before {
    content: "\ee3f"
}

.icon-grill-hot3:before {
    content: "\ee40"
}

.icon-hotel5:before {
    content: "\ee47"
}

.icon-hot-tub-person3:before {
    content: "\ee48"
}

.icon-house-fire3:before {
    content: "\ee4a"
}

.icon-house-flood-water3:before {
    content: "\ee4b"
}

.icon-house-flood-water-circle-arrow-right3:before {
    content: "\ee4c"
}

.icon-house-tree1:before {
    content: "\ee4d"
}

.icon-house-water3:before {
    content: "\ee4e"
}

.icon-leaf-heart2:before {
    content: "\ee55"
}

.icon-leaf-maple3:before {
    content: "\ee56"
}

.icon-leaf-oak3:before {
    content: "\ee57"
}

.icon-leafy-green4:before {
    content: "\ee58"
}

.icon-meter-fire3:before {
    content: "\ee5c"
}

.icon-money-bill3:before {
    content: "\ee5d"
}

.icon-money-bill-13:before {
    content: "\ee5e"
}

.icon-money-bill-1-wave3:before {
    content: "\ee5f"
}

.icon-money-bills3:before {
    content: "\ee60"
}

.icon-money-bill-simple3:before {
    content: "\ee61"
}

.icon-money-check-dollar3:before {
    content: "\ee69"
}

.icon-money-check-dollar-pen3:before {
    content: "\ee6a"
}

.icon-moon-cloud3:before {
    content: "\ee6e"
}

.icon-mug-hot3:before {
    content: "\ee71"
}

.icon-panel-fire3:before {
    content: "\ee74"
}

.icon-pepper-hot3:before {
    content: "\ee76"
}

.icon-saxophone-fire3:before {
    content: "\ee7c"
}

.icon-sensor-cloud3:before {
    content: "\ee7f"
}

.icon-sensor-fire3:before {
    content: "\ee80"
}

.icon-snowflake-droplets2:before {
    content: "\ee87"
}

.icon-sun-cloud3:before {
    content: "\ee92"
}

.icon-tank-water3:before {
    content: "\ee99"
}

.icon-tree9:before {
    content: "\eeac"
}

.icon-tree-christmas2:before {
    content: "\eead"
}

.icon-tree-city2:before {
    content: "\eeae"
}

.icon-tree-deciduous1:before {
    content: "\eeaf"
}

.icon-tree-decorated1:before {
    content: "\eeb0"
}

.icon-tree-large2:before {
    content: "\eeb1"
}

.icon-tree-palm2:before {
    content: "\eeb2"
}

.icon-trees2:before {
    content: "\eeb3"
}

.icon-truck8:before {
    content: "\eeb4"
}

.icon-truck-arrow-right3:before {
    content: "\eeb5"
}

.icon-truck-bolt3:before {
    content: "\eeb6"
}

.icon-truck-clock3:before {
    content: "\eeb7"
}

.icon-truck-container3:before {
    content: "\eeb8"
}

.icon-truck-container-empty3:before {
    content: "\eeb9"
}

.icon-truck-droplet2:before {
    content: "\eeba"
}

.icon-truck-fast3:before {
    content: "\eebb"
}

.icon-truck-field3:before {
    content: "\eebc"
}

.icon-truck-field-un3:before {
    content: "\eebd"
}

.icon-truck-flatbed3:before {
    content: "\eebe"
}

.icon-truck-front3:before {
    content: "\eebf"
}

.icon-truck-medical3:before {
    content: "\eec0"
}

.icon-truck-monster3:before {
    content: "\eec1"
}

.icon-truck-moving3:before {
    content: "\eec2"
}

.icon-truck-pickup3:before {
    content: "\eec3"
}

.icon-truck-plane3:before {
    content: "\eec4"
}

.icon-truck-plow3:before {
    content: "\eec5"
}

.icon-truck-tow3:before {
    content: "\eec9"
}

.icon-water5:before {
    content: "\eecf"
}

.icon-water-arrow-down3:before {
    content: "\eed0"
}

.icon-water-arrow-up3:before {
    content: "\eed1"
}

.icon-water-ladder3:before {
    content: "\eed2"
}

.icon-twitter:before {
    content: "\e927"
}

.icon-military_tech:before {
    content: "\e92b"
}

.icon-arrow-right:before {
    content: "\e908"
}

.icon-search1:before {
    content: "\e928"
}

.icon-checkmark:before {
    content: "\e929"
}

.icon-profile:before {
    content: "\e92c"
}

.icon-file:before {
    content: "\e92c"
}

.icon-document:before {
    content: "\e92c"
}

.icon-page:before {
    content: "\e92c"
}

.icon-user:before {
    content: "\e92c"
}

.icon-paper:before {
    content: "\e92c"
}

.icon-email-square:before {
    content: "\ea83"
}

.icon-vimeo-square:before {
    content: "\eaa1"
}

.icon-stack:before {
    content: "\e92e"
}

.icon-play2:before {
    content: "\ea15"
}

.icon-pause:before {
    content: "\ea16"
}

.icon-arrow-up2:before {
    content: "\ea3a"
}

.icon-arrow-right2:before {
    content: "\ea3c"
}

.icon-arrow-down2:before {
    content: "\ea3e"
}

.icon-arrow-left2:before {
    content: "\ea40"
}

@font-face {
    font-family: OpenDyslexicAlta Regular;
    src: url(../font/opendyslexic/OpenDyslexicAlta-Regular.html);
    src: url(../font/opendyslexic/OpenDyslexicAlta-Regular-2.html#iefix) format("embedded-opentype"),url(../font/opendyslexic/OpenDyslexicAlta-Regular.ttf) format("truetype"),url(../font/opendyslexic/OpenDyslexicAlta-Regular-3.html) format("woff"),url(../font/opendyslexic/OpenDyslexicAlta-Regular-4.html#OpenDyslexicAlta) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: OpenDyslexic Regular;
    src: url(../font/opendyslexic/OpenDyslexic-Regular.html);
    src: url(../font/opendyslexic/OpenDyslexic-Regular-2.html#iefix) format("embedded-opentype"),url(../font/opendyslexic/OpenDyslexic-Regular-3.html) format("truetype"),url(../font/opendyslexic/OpenDyslexic-Regular-4.html) format("woff"),url(../font/opendyslexic/OpenDyslexic-Regular-5.html#OpenDyslexicAlta) format("svg");
    font-weight: 400;
    font-style: normal
}

.btn-close:focus, .btn:focus, .button:focus, .dropdown.dropdown--hero-banner-feature .dropdown-toggle:focus, a:focus, button:focus {
    outline: 2px solid #000;
    outline-offset: 2px
}

.dropdown.dropdown--hero-banner-feature .high-contrast .dropdown-toggle:focus, .high-contrast .btn-close:focus, .high-contrast .btn:focus, .high-contrast .button:focus, .high-contrast .dropdown.dropdown--hero-banner-feature .dropdown-toggle:focus, .high-contrast a:focus, .high-contrast button:focus {
    outline-color: #fff
}

.dropdown.dropdown--hero-banner-feature a.dropdown-toggle:focus, a.btn:focus, a.button:focus {
    outline-offset: 0
}

a {
    text-decoration: underline
}

    a:hover {
        text-decoration: none
    }

.lead {
    color: #212f5c
}

.h-box {
    position: relative
}

    .h-box:before {
        content: "";
        background: rgba(33,47,92,.05);
        height: 90%;
        width: 100%;
        top: .625rem;
        position: absolute
    }

hr.hr-thick {
    background-color: #212f5c;
    opacity: .05;
    height: 18px
}

p:last-child {
    margin-bottom: 0
}

a.external-link-hidden i.icon-external-link {
    display: none
}

.icon-external-link {
    display: inline-block
}

.dropdown.dropdown--hero-banner-feature .dropdown-toggle, .dropdown.dropdown--hero-banner-feature .nav-link, .expanding-card-grid__item-toggle-heading, .incidents__heading, .navbar .nav-link, .newsletter__form .btn, .page-header--search button, .table thead th, .text-uppercase {
    letter-spacing: .04rem
}

@media (min-width:768px) {
    .h1, .hero-banner__heading-main, .incident-map__heading, h1 {
        line-height: 3.75rem
    }

    .h2, .panel--heading-large .panel__title, .steps__heading, h2 {
        line-height: 3.25rem
    }

    .h3, .spotlights__item-heading, h3 {
        line-height: 2.625rem
    }

    .h4, h4 {
        line-height: 2.25rem
    }

    .expanding-card-grid__item-toggle-heading, .h5, .h6, h5, h6 {
        line-height: 2rem
    }
}

.heading-with-bar__heading, .hero-banner__heading-sub, .panel--heading-large .sidebar .panel__title, .sidebar .h2, .sidebar .panel--heading-large .panel__title, .sidebar .steps__heading, .sidebar h2, .spotlights__main-heading-sub, .subheading {
    font-size: 1.125rem;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    line-height: 1.6875rem;
    letter-spacing: .05em;
    margin-bottom: 20px
}

@media (max-width:767.98px) {
    .heading-with-bar__heading, .hero-banner__heading-sub, .panel--heading-large .sidebar .panel__title, .sidebar .h2, .sidebar .panel--heading-large .panel__title, .sidebar .steps__heading, .sidebar h2, .spotlights__main-heading-sub, .subheading {
        font-size: .875rem;
        line-height: 1.125rem;
        margin-bottom: 10px
    }
}

.abstract--division-directory {
    position: relative
}

    .abstract--division-directory:after {
        content: "";
        display: block;
        border-bottom: 1px solid #e1f2f7;
        position: absolute;
        bottom: 0;
        right: 0
    }

@media (max-width:575.98px) {
    .abstract--division-directory:after {
        width: 100%;
        padding-top: .75rem;
        position: relative
    }
}

@media (min-width:576px) {
    .abstract--division-directory:after {
        width: calc(100% - 9rem)
    }
}

@media (min-width:768px) {
    .abstract--division-directory:after {
        width: calc(100% - 11rem)
    }
}

@media (min-width:576px) {
    .abstract--horizontal .abstract__image {
        max-width: 6rem
    }
}

@media (min-width:768px) {
    .abstract--horizontal .abstract__image {
        max-width: 8rem
    }
}

.abstract .detail-page__image, .abstract .expanding-card-grid__item-toggle, .abstract .featured-panel, .abstract .promo-content--region-size-full .promo-content__graphical-region, .abstract .ratio, .abstract .shaped-img__inner, .promo-content--region-size-full .abstract .promo-content__graphical-region {
    overflow: hidden;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover !important
}

.abstract--shaped-img {
    margin-top: 80px
}

    .abstract--shaped-img .abstract__shaped-img-wrapper {
        top: -80px
    }

    .abstract--shaped-img .abstract__content {
        margin-top: -56px
    }

.abstract__pre {
    margin-bottom: .5rem
}

    .abstract__pre a .expanding-card-grid__item-toggle-heading, .abstract__pre a .h3, .abstract__pre a .h4, .abstract__pre a .h5, .abstract__pre a .h6, .abstract__pre a .spotlights__item-heading, .abstract__pre a h3, .abstract__pre a h4, .abstract__pre a h5, .abstract__pre a h6 {
        display: inline;
        text-decoration: underline
    }

    .abstract__pre a:hover .expanding-card-grid__item-toggle-heading, .abstract__pre a:hover .h3, .abstract__pre a:hover .h4, .abstract__pre a:hover .h5, .abstract__pre a:hover .h6, .abstract__pre a:hover .spotlights__item-heading, .abstract__pre a:hover h3, .abstract__pre a:hover h4, .abstract__pre a:hover h5, .abstract__pre a:hover h6 {
        text-decoration: none
    }

@media (max-width:767.98px) {
    .abstract .heading__main {
        font-size: 1.125rem;
        line-height: 2rem
    }
}

@media (max-width:767.98px) {
    .abstract.expanding-card-grid__item-toggle, .abstract .expanding-card-grid__item-toggle, .abstract.newsletter, .abstract .newsletter, .abstract.promo-banner, .abstract .promo-banner, .abstract.promo-content, .abstract .promo-content, .abstract.rounded, .abstract .rounded {
        border-radius: .625rem !important
    }

    .abstract.rounded-top, .abstract .rounded-top {
        border-top-left-radius: .625rem !important;
        border-top-right-radius: .625rem !important
    }

    .abstract .expanding-card-grid__item-content, .abstract .expanding-card-grid__item-toggle, .abstract .mb-4, .abstract .news-list__pre, .abstract .page-header--incidents .page-header__heading .h1, .abstract .page-header--incidents .page-header__heading .hero-banner__heading-main, .abstract .page-header--incidents .page-header__heading .incident-map__heading, .abstract .page-header--incidents .page-header__heading h1, .abstract .promo-content__icon, .abstract .steps__heading:before, .page-header--incidents .page-header__heading .abstract .h1, .page-header--incidents .page-header__heading .abstract .hero-banner__heading-main, .page-header--incidents .page-header__heading .abstract .incident-map__heading, .page-header--incidents .page-header__heading .abstract h1 {
        margin-bottom: 20px !important
    }

    .abstract--shaped-img .abstract .abstract__shaped-img-wrapper, .abstract .abstract--shaped-img .abstract__shaped-img-wrapper, .abstract .newsletter__form .btn, .abstract .newsletter__form input, .abstract .page-header--search button, .abstract .px-4, .newsletter__form .abstract .btn, .newsletter__form .abstract input, .page-header--search .abstract button {
        padding-left: 20px !important;
        padding-right: 20px !important
    }

    .abstract .pb-4 {
        padding-bottom: 20px !important
    }
}

.heading-with-bar ~ .abstract-grid__desc {
    margin-top: -30px
}

@media (min-width:768px) {
    .abstract-grid {
        margin-bottom: -48px
    }
}

@media (max-width:767.98px) {
    .abstract-grid .iterator__item.mb-5, .abstract-grid .mega-footer .iterator__item.branding, .mega-footer .abstract-grid .iterator__item.branding {
        margin-bottom: 20px !important
    }
}

.abstract-grid .heading-with-bar {
    margin-bottom: 3.25rem
}

.abstract-grid .heading-with-bar--has-link {
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .abstract-grid .heading-with-bar, .abstract-grid .heading-with-bar--has-link {
        margin-bottom: 60px
    }
}

.main-content * + .accordion-toggle {
    margin-top: 1.5rem
}

.main-content :not(.accordion-toggle) + .accordion {
    margin-top: 1.5rem
}

@media (min-width:768px) {
    .main-content :not(.accordion-toggle) + .accordion {
        margin-top: 3rem
    }
}

.main-content .accordion {
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .main-content .accordion {
        margin-bottom: 3rem
    }
}

.accordion .panel-title {
    margin: 0
}

.accordion button {
    display: block;
    width: 100%;
    text-align: left
}

.accordion .panel-body {
    font-size: 1.3125rem;
    line-height: 2rem;
    background: #fff
}

.accordion--default .panel-heading {
    margin-top: 2px
}

    .accordion--default .panel-heading button {
        font-size: 1.5rem;
        line-height: 2rem;
        position: relative;
        padding: 2.5rem 3.75rem;
        text-decoration: none;
        background-color: #f6f6f6;
        border-top-left-radius: .625rem;
        border-top-right-radius: .625rem
    }

@media (max-width:767.98px) {
    .accordion--default .panel-heading button {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 20px;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
}

.accordion--default .panel-heading button[aria-expanded=false] {
    border-bottom-left-radius: .625rem;
    border-bottom-right-radius: .625rem
}

@media (max-width:767.98px) {
    .accordion--default .panel-heading button[aria-expanded=false] {
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem
    }
}

.accordion--default .panel-heading button.btn:after {
    right: 30px
}

@media (max-width:767.98px) {
    .accordion--default .panel-heading button.btn:after {
        font-size: .75rem;
        text-align: right;
        right: 20px
    }
}

.accordion--default .panel-heading button:hover {
    background: #fbfbfb;
    outline: 2px solid #003065;
    outline-offset: -2px
}

.accordion--default .panel-heading button:focus {
    outline: 2px solid #003065;
    outline-offset: -2px;
    background: #fbfbfb
}

.accordion--default .panel-heading button:after {
    font-family: iconfont;
    font-size: 20px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 0;
    text-align: center
}

.accordion--default .panel-heading button[aria-expanded=false]:after {
    content: "\e938";
    -webkit-transition: all .5s;
    transition: all .5s
}

.accordion--default .panel-heading button[aria-expanded=true] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

    .accordion--default .panel-heading button[aria-expanded=true]:after {
        content: "\e938";
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        -webkit-transition: all .5s;
        transition: all .5s
    }

.accordion--default .panel-body {
    padding: 40px 60px;
    border: 1px solid #f6f6f6;
    border-bottom-left-radius: .625rem;
    border-bottom-right-radius: .625rem
}

@media (max-width:767.98px) {
    .accordion--default .panel-body {
        padding: 20px;
        border-bottom-left-radius: .25rem;
        border-bottom-right-radius: .25rem
    }
}

.accordion--default .panel-body p:last-child {
    margin-bottom: 0
}

.accordion--steps {
    position: relative;
    z-index: 0;
    counter-reset: section
}

    .accordion--steps .panel-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .accordion--steps .panel-title button {
            font-size: 1.125rem;
            line-height: 1.5rem;
            border: 0;
            color: #003065;
            text-decoration: underline;
            padding: .375rem .75rem;
            margin-left: .75rem
        }

@media (min-width:576px) {
    .accordion--steps .panel-title button {
        font-size: calc(1.3rem + .6vw);
        line-height: 1.15
    }
}

@media (min-width:576px) and (min-width:1200px) {
    .accordion--steps .panel-title button {
        font-size: 1.75rem
    }
}

@media (min-width:992px) {
    .accordion--steps .panel-title button {
        font-size: calc(1.35rem + 1.2vw);
        line-height: 1.15
    }
}

@media (min-width:992px) and (min-width:1200px) {
    .accordion--steps .panel-title button {
        font-size: 2.25rem
    }
}

.accordion--steps .panel-title button:focus, .accordion--steps .panel-title button:hover {
    text-decoration: none
}

.accordion--steps .panel-title button:focus {
    outline: 2px solid #003065;
    outline-offset: -6px
}

.accordion--steps .panel-body {
    margin-left: 3.75rem
}

@media (min-width:576px) {
    .accordion--steps .panel-body {
        margin-left: 5.25rem
    }
}

.accordion--steps .panel-title:before {
    counter-increment: section;
    content: counters(section,".") " ";
    font-weight: 700;
    color: #fff;
    background: #003065;
    border-radius: 50%;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 1.125rem;
    line-height: 2.25rem;
    height: 2.25rem;
    width: 2.25rem
}

@media (min-width:576px) {
    .accordion--steps .panel-title:before {
        font-size: calc(1.3rem + .6vw);
        line-height: 3.75rem;
        height: 3.75rem;
        width: 3.75rem
    }
}

@media (min-width:576px) and (min-width:1200px) {
    .accordion--steps .panel-title:before {
        font-size: 1.75rem
    }
}

.accordion--steps .panel {
    position: relative;
    height: 100%;
    padding-bottom: 1.5rem
}

    .accordion--steps .panel:before {
        content: " ";
        display: block;
        height: 100%;
        position: absolute;
        bottom: 0;
        top: 30px;
        z-index: -1;
        border-left: solid #e1f2f7;
        border-width: .375rem;
        width: .375rem;
        left: .9375rem
    }

    .accordion--steps .panel:last-child:before {
        content: none
    }

@media (min-width:576px) {
    .accordion--steps .panel {
        padding-bottom: 3rem
    }

        .accordion--steps .panel:before {
            border-width: .75rem;
            width: .75rem;
            left: 1.5rem
        }
}

.accordion--steps .panel:last-child {
    padding-bottom: 0
}

.alert__main .rich-text p:last-child {
    margin-bottom: 0
}

.alert-bar {
    border: none;
    border-radius: 0
}

.alert.alert--incident-map .alert__pre {
    color: #df2c2f
}

.alert.alert--incident-map .alert__main {
    font-size: .875rem
}

    .alert.alert--incident-map .alert__main .btn-close {
        width: 14px;
        height: 14px;
        padding: .625rem;
        background-size: .625rem
    }

.bg-img-fluid {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.branding {
    z-index: 1000
}

@media (max-width:575.98px) {
    .breadcrumbs-responsive li:nth-last-of-type(2):before {
        content: "‹";
        vertical-align: bottom;
        padding-right: .5rem
    }
}

@media (max-width:575.98px) {
    .breadcrumbs-responsive li:not(:nth-last-of-type(2)) {
        display: none
    }
}

@media (max-width:575.98px) {
    .breadcrumbs-responsive li:after {
        display: none
    }
}

.breadcrumbs {
    font-size: 1rem;
    color: #212f5c
}

    .breadcrumbs ol, .breadcrumbs ul {
        margin-bottom: 0;
        padding-left: 0
    }

    .breadcrumbs ol {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .breadcrumbs li {
        display: inline
    }

        .breadcrumbs li:after {
            content: "›";
            padding: 0 .5em
        }

        .breadcrumbs li:last-of-type:after {
            content: ""
        }

.button.button--spotlights, .dropdown.dropdown--hero-banner-feature .button--spotlights.dropdown-toggle {
    padding: 0;
    font-size: 1rem;
    color: #fac52d;
    text-decoration: underline
}

    .button.button--spotlights:hover, .button.button--spotlights:hover .button__text, .dropdown.dropdown--hero-banner-feature .button--spotlights.dropdown-toggle:hover, .dropdown.dropdown--hero-banner-feature .button--spotlights.dropdown-toggle:hover .button__text {
        text-decoration: none
    }

.btn {
    text-decoration: none;
    font-size: .875rem;
    line-height: 1.5rem;
    border: 0
}

    .btn:hover {
        text-decoration: none
    }

        .btn:hover .button__text {
            text-decoration: underline;
            text-decoration-thickness: 1px;
            text-underline-position: under
        }

    .btn:focus {
        border: 0;
        outline: 2px solid #fff;
        outline-offset: -5px;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.high-contrast .btn:focus {
    outline-color: #ff0
}

.btn.disabled {
    background: #ccc;
    border: none;
    color: #323a45 !important;
    cursor: not-allowed
}

    .btn.disabled:hover .button__text {
        text-decoration: none
    }

.btn-primary {
    color: #fff !important
}

    .btn-primary:focus {
        outline-color: #fff;
        background-color: #003065
    }

.btn-secondary, .dropdown.dropdown--hero-banner-feature .dropdown-toggle {
    color: #000
}

    .btn-secondary:focus, .dropdown.dropdown--hero-banner-feature .dropdown-toggle:focus {
        outline-color: #000
    }

.btn-success {
    color: #fff
}

    .btn-success:focus {
        outline-color: #fff
    }

.btn-dark:focus {
    outline-color: #fff;
    background-color: #003065
}

.btn-light {
    color: #003065 !important
}

    .btn-light:focus {
        outline-color: #003065 !important
    }

.btn-blue {
    color: #fff;
    background: #212f5c
}

    .btn-blue:hover {
        color: #fff;
        background: #1e2a53
    }

    .btn-blue:focus {
        outline-color: #fff
    }

.btn-info {
    color: #003065
}

    .btn-info:focus {
        outline-color: #003065
    }

.btn-blue-light {
    color: #003065;
    background: #e1f2f7
}

    .btn-blue-light:hover {
        background: #f6f6f6;
        color: #003065 !important
    }

    .btn-blue-light:focus {
        background: #f6f6f6;
        outline-color: #003065
    }

.btn-blue-dark {
    color: #fff !important;
    background: #003065
}

    .btn-blue-dark:hover {
        background: #f6f6f6;
        color: #003065 !important
    }

    .btn-blue-dark:focus {
        outline-color: #fff
    }

.btn-legend {
    background: #fff;
    border-radius: .5rem;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
    box-shadow: 0 1px 2px rgba(0,0,0,.3)
}

    .btn-legend:focus, .btn-legend:hover {
        background: #eee
    }

    .btn-legend:active {
        background: #fff
    }

a.btn:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-position: under
}

.button, .dropdown.dropdown--hero-banner-feature .dropdown-toggle {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 700;
    vertical-align: baseline;
    padding: .75rem 1.5rem
}

    .button [class*=" icon-"], .button [class^=icon-], .dropdown.dropdown--hero-banner-feature .dropdown-toggle [class*=" icon-"], .dropdown.dropdown--hero-banner-feature .dropdown-toggle [class^=icon-] {
        font-weight: 700;
        line-height: 1.5rem;
        vertical-align: baseline;
        text-decoration: none
    }

    .button:hover .button__text, .dropdown.dropdown--hero-banner-feature .dropdown-toggle:hover .button__text {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-position: under
    }

    .button:hover [class*=" icon-"], .button:hover [class^=icon-], .dropdown.dropdown--hero-banner-feature .dropdown-toggle:hover [class*=" icon-"], .dropdown.dropdown--hero-banner-feature .dropdown-toggle:hover [class^=icon-] {
        text-decoration: none
    }

    .button.button:focus, .dropdown.dropdown--hero-banner-feature .dropdown-toggle:focus {
        outline-offset: -5px
    }

.datatable {
    color: #000
}

@media (min-width:768px) {
    table.table.datatable.datatable--simple caption {
        position: relative;
        top: 0;
        text-align: left
    }
}

.datatable.datatable--hide-caption caption {
    display: none
}

.datatable.datatable--hide-pagination ~ .dataTables_paginate {
    display: none !important
}

.table.datatable tr td:first-child, .table.datatable tr th:first-child {
    padding-left: 3px
}

.table.datatable tr td:last-child {
    padding-right: 3px
}

.table.datatable caption {
    text-align: left;
    padding-top: .75rem;
    padding-bottom: .75rem
}

.table.datatable caption, .table.datatable thead th {
    font-size: .875rem;
    line-height: 1.3125rem;
    letter-spacing: .05em
}

.table.datatable thead th {
    padding: 1rem;
    border-bottom-color: #ccc
}

.table.datatable tbody td, .table.datatable tbody th {
    padding: .75rem
}

.table.datatable tbody tr:last-child > * {
    border-bottom: 0
}

.datatable.table.dataTable.collapsed caption {
    padding-left: 20px
}

.datatable.table.dataTable.collapsed tr > * {
    padding-left: 20px;
    padding-right: 20px
}

.datatable.table.dataTable.collapsed .parent th {
    padding-bottom: .125rem
}

.datatable.table.dataTable.collapsed td.child {
    padding-top: 0
}

.datatable.table.dataTable.collapsed li {
    padding: 0
}

.datatable.dataTable.no-footer {
    border-bottom: 1px solid #ccc
}

.datatable .parent > th:first-child {
    border-top: 1px solid #ccc
}

.datatable .child .child, .datatable .child .child .dtr-details li, .datatable .parent > th {
    border-bottom: 0
}

.datatable .parent.odd, .datatable .parent.odd + .child {
    background-color: #f6f6f6
}

.datatable td.child .dtr-details li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

    .datatable td.child .dtr-details li .dtr-title {
        font-size: .75rem;
        min-width: 6.875rem;
        text-transform: uppercase;
        font-weight: 600
    }

    /*.datatable td.child .dtr-details li:first-child .dtr-data, .dtr-title, tbody tr > :nth-child(2) {
        color: #555
    }*/

    .datatable td.child .dtr-details li .dtr-data {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .datatable td.child .dtr-details li .table__col-pie {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

@media (max-width:767.98px) {
    .datatable .sorting {
        display: none
    }
}

.dataTables_wrapper div.dataTables_paginate {
    padding-top: 30px
}

    .dataTables_wrapper div.dataTables_paginate a.paginate_button {
        padding-top: .7rem;
        padding-bottom: .7rem;
        min-width: 3rem
    }

@media (max-width:767.98px) {
    .dataTables_wrapper div.dataTables_paginate a.paginate_button {
        width: calc(50% - 20px);
        font-weight: 700;
        text-decoration: underline
    }
}

@media (max-width:767.98px) {
    .dataTables_wrapper div.dataTables_paginate > span {
        display: none
    }
}

.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    margin-left: 20px;
    margin-bottom: .25rem
}

    .dataTables_wrapper div.dataTables_filter input {
        height: 3rem;
        padding: 1rem;
        border-radius: .25rem
    }

        .dataTables_wrapper div.dataTables_filter input::-webkit-input-placeholder {
            color: #000
        }

        .dataTables_wrapper div.dataTables_filter input::-moz-placeholder {
            color: #000
        }

        .dataTables_wrapper div.dataTables_filter input::-ms-input-placeholder {
            color: #000
        }

        .dataTables_wrapper div.dataTables_filter input::placeholder {
            color: #000
        }

@media (min-width:992px) {
    .dataTables_wrapper div.dataTables_filter input {
        min-width: 20rem
    }
}

@media (max-width:767.98px) {
    .dataTables_wrapper div.dataTables_filter .google-translate__label, .dataTables_wrapper div.dataTables_filter label {
        width: 100%
    }

    .dataTables_wrapper div.dataTables_filter input {
        width: calc(100% - 20px);
        display: block;
        margin-left: 0;
        margin-top: .25rem
    }
}

table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_asc_disabled, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting_desc_disabled, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 26px
}

    table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_desc_disabled:after, table.dataTable thead > tr > td.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before {
        position: absolute;
        display: block;
        opacity: .125;
        right: 10px;
        line-height: 9px;
        font-size: .8em
    }

    table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc_disabled:before {
        bottom: calc(50% + 1.5px);
        content: "\25B2"
    }

    table.dataTable thead > tr > td.sorting:after, table.dataTable thead > tr > td.sorting_asc:after, table.dataTable thead > tr > td.sorting_asc_disabled:after, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > td.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_desc_disabled:after {
        top: calc(50% + 1.5px);
        content: "\25BC"
    }

    table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after {
        opacity: .6
    }

    table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after {
        display: none
    }

table.dataTable thead > tr > td:active, table.dataTable thead > tr > th:active {
    outline: none
}

div.dataTables_scrollBody table.dataTable thead > tr > td:after, div.dataTables_scrollBody table.dataTable thead > tr > td:before, div.dataTables_scrollBody table.dataTable thead > tr > th:after, div.dataTables_scrollBody table.dataTable thead > tr > th:before {
    display: none
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
    cursor: default !important
}

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before {
        display: none !important
    }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    position: relative;
    padding-left: 35px;
    cursor: pointer
}

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
        top: 50%;
        left: 5px;
        height: 1em;
        width: 1em;
        margin-top: -9px;
        display: block;
        position: absolute;
        color: #fff;
        border-radius: 1em;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: Courier New,Courier,monospace;
        line-height: 1em;
        content: "+";
        background-color: #212f5c
    }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    content: "-";
    background-color: #8a3042
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {
    padding-left: 27px
}

    table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {
        left: 4px;
        height: 14px;
        width: 14px;
        border-radius: 14px;
        line-height: 14px;
        text-indent: 3px
    }

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > td.dtr-control, table.dataTable.dtr-column > tbody > tr > th.control, table.dataTable.dtr-column > tbody > tr > th.dtr-control {
    position: relative;
    cursor: pointer
}

    table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > td.dtr-control:before, table.dataTable.dtr-column > tbody > tr > th.control:before, table.dataTable.dtr-column > tbody > tr > th.dtr-control:before {
        top: 50%;
        left: 50%;
        height: .8em;
        width: .8em;
        margin-top: -.5em;
        margin-left: -.5em;
        display: block;
        position: absolute;
        color: #fff;
        border: .15em solid #fff;
        border-radius: 1em;
        -webkit-box-shadow: 0 0 .2em #444;
        box-shadow: 0 0 .2em #444;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: Courier New,Courier,monospace;
        line-height: 1em;
        content: "+";
        background-color: #31b131
    }

table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before, table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before {
    content: "-";
    background-color: #d33333
}

table.dataTable > tbody > tr.child {
    padding: .5em 1em
}

    table.dataTable > tbody > tr.child:hover {
        background: transparent !important
    }

    table.dataTable > tbody > tr.child ul.dtr-details {
        display: block;
        list-style-type: none;
        margin: 0;
        padding: 0
    }

        table.dataTable > tbody > tr.child ul.dtr-details > li {
            border-bottom: 1px solid #dee2e6;
            padding: .5em 0 .5em 35px
        }

            table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
                padding-top: 0
            }

            table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
                border-bottom: none
            }

    table.dataTable > tbody > tr.child span.dtr-title {
        display: inline-block;
        min-width: 75px;
        font-weight: 700
    }

div.dtr-modal {
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    padding: 10em 1em
}

    div.dtr-modal div.dtr-modal-display {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 50%;
        margin: auto;
        z-index: 102;
        overflow: auto;
        background-color: #f5f5f7;
        border: 1px solid #000;
        border-radius: .5em;
        -webkit-box-shadow: 0 12px 30px rgba(0,0,0,.6);
        box-shadow: 0 12px 30px rgba(0,0,0,.6)
    }

    div.dtr-modal div.dtr-modal-content {
        position: relative;
        padding: 1em
    }

    div.dtr-modal div.dtr-modal-close {
        position: absolute;
        top: 6px;
        right: 6px;
        width: 22px;
        height: 22px;
        border: 1px solid #eaeaea;
        background-color: #f9f9f9;
        text-align: center;
        border-radius: 3px;
        cursor: pointer;
        z-index: 12
    }

        div.dtr-modal div.dtr-modal-close:hover {
            background-color: #eaeaea
        }

    div.dtr-modal div.dtr-modal-background {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 101;
        background: rgba(0,0,0,.6)
    }

@media screen and (max-width:767px) {
    div.dtr-modal div.dtr-modal-display {
        width: 95%
    }
}

table.dataTable td.dt-control {
    text-align: center;
    cursor: pointer
}

    table.dataTable td.dt-control:before {
        height: 1em;
        width: 1em;
        margin-top: -9px;
        display: inline-block;
        color: #fff;
        border: .15em solid #fff;
        border-radius: 1em;
        -webkit-box-shadow: 0 0 .2em #444;
        box-shadow: 0 0 .2em #444;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: Courier New,Courier,monospace;
        line-height: 1em;
        content: "+";
        background-color: #31b131
    }

table.dataTable tr.dt-hasChild td.dt-control:before {
    content: "-";
    background-color: #d33333
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
    position: relative
}

    table.dataTable caption {
        caption-side: top;
        text-align: center;
        color: #8a3042;
        text-transform: uppercase;
        font-weight: 700
    }

@media (min-width:768px) {
    table.dataTable caption {
        position: absolute;
        top: -2.3rem
    }
}

table.dataTable tfoot th, table.dataTable thead th {
    font-weight: 700
}

table.dataTable thead td, table.dataTable thead th {
    padding: 10px;
    border-bottom: 1px solid rgba(0,0,0,.3)
}

    table.dataTable thead td:active, table.dataTable thead th:active {
        outline: none
    }

table.dataTable tr td:first-child, table.dataTable tr th:first-child {
    padding-left: 0
}

table.dataTable tr td:last-child, table.dataTable tr th:last-child {
    padding-right: 0
}

table.dataTable tfoot td, table.dataTable tfoot th {
    padding: 10px 10px 6px;
    border-top: 1px solid rgba(0,0,0,.3)
}

table.dataTable tbody tr {
    background-color: transparent
}

    table.dataTable tbody tr.selected > * {
        -webkit-box-shadow: inset 0 0 0 9999px #0d6efd;
        box-shadow: inset 0 0 0 9999px #0d6efd;
        color: #fff
    }

    table.dataTable tbody tr.selected a {
        color: #090a0b
    }

table.dataTable tbody td, table.dataTable tbody th {
    padding: 8px 10px
}

table.dataTable.display tbody td, table.dataTable.display tbody th, table.dataTable.row-border tbody td, table.dataTable.row-border tbody th {
    border-top: 1px solid rgba(0,0,0,.15)
}

table.dataTable.display tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.row-border tbody tr:first-child th {
    border-top: none
}

table.dataTable.cell-border tbody td, table.dataTable.cell-border tbody th {
    border-top: 1px solid rgba(0,0,0,.15);
    border-right: 1px solid rgba(0,0,0,.15)
}

table.dataTable.cell-border tbody tr td:first-child, table.dataTable.cell-border tbody tr th:first-child {
    border-left: 1px solid rgba(0,0,0,.15)
}

table.dataTable.cell-border tbody tr:first-child td, table.dataTable.cell-border tbody tr:first-child th {
    border-top: none
}

table.dataTable.display > tbody > tr.odd > *, table.dataTable.stripe > tbody > tr.odd > * {
    -webkit-box-shadow: inset 0 0 0 9999px rgba(0,0,0,.023);
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.023)
}

table.dataTable.display > tbody > tr.odd.selected > *, table.dataTable.stripe > tbody > tr.odd.selected > * {
    -webkit-box-shadow: inset 0 0 0 9999px #0d6efd;
    box-shadow: inset 0 0 0 9999px #0d6efd
}

table.dataTable.display > tbody > tr:hover > *, table.dataTable.hover > tbody > tr:hover > * {
    -webkit-box-shadow: inset 0 0 0 9999px rgba(0,0,0,.035);
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.035)
}

table.dataTable.display > tbody > tr.selected:hover > *, table.dataTable.hover > tbody > tr.selected:hover > * {
    -webkit-box-shadow: inset 0 0 0 9999px #0d6efd;
    box-shadow: inset 0 0 0 9999px #0d6efd
}

table.dataTable.display > tbody tr > .sorting_1, table.dataTable.display > tbody tr > .sorting_2, table.dataTable.display > tbody tr > .sorting_3, table.dataTable.order-column > tbody tr > .sorting_1, table.dataTable.order-column > tbody tr > .sorting_2, table.dataTable.order-column > tbody tr > .sorting_3 {
    -webkit-box-shadow: inset 0 0 0 9999px rgba(0,0,0,.019);
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.019)
}

table.dataTable.display > tbody tr.selected > .sorting_1, table.dataTable.display > tbody tr.selected > .sorting_2, table.dataTable.display > tbody tr.selected > .sorting_3, table.dataTable.order-column > tbody tr.selected > .sorting_1, table.dataTable.order-column > tbody tr.selected > .sorting_2, table.dataTable.order-column > tbody tr.selected > .sorting_3 {
    -webkit-box-shadow: inset 0 0 0 9999px #0d6efd;
    box-shadow: inset 0 0 0 9999px #0d6efd
}

table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
    -webkit-box-shadow: inset 0 0 0 9999px rgba(0,0,0,.054);
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.054)
}

table.dataTable.display > tbody > tr.odd > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
    -webkit-box-shadow: inset 0 0 0 9999px rgba(0,0,0,.047);
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.047)
}

table.dataTable.display > tbody > tr.odd > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
    -webkit-box-shadow: inset 0 0 0 9999px rgba(0,0,0,.039);
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.039)
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
    -webkit-box-shadow: inset 0 0 0 9999px #0d6efd;
    box-shadow: inset 0 0 0 9999px #0d6efd
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
    -webkit-box-shadow: inset 0 0 0 9999px #0d6efd;
    box-shadow: inset 0 0 0 9999px #0d6efd
}

table.dataTable.display > tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
    -webkit-box-shadow: inset 0 0 0 9999px #0d6efd;
    box-shadow: inset 0 0 0 9999px #0d6efd
}

table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
    -webkit-box-shadow: inset 0 0 0 9999px rgba(0,0,0,.019);
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.019)
}

table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
    -webkit-box-shadow: inset 0 0 0 9999px rgba(0,0,0,.011);
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.011)
}

table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
    -webkit-box-shadow: inset 0 0 0 9999px rgba(0,0,0,.003);
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.003)
}

table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
    -webkit-box-shadow: inset 0 0 0 9999px #0d6efd;
    box-shadow: inset 0 0 0 9999px #0d6efd
}

table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
    -webkit-box-shadow: inset 0 0 0 9999px #0d6efd;
    box-shadow: inset 0 0 0 9999px #0d6efd
}

table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
    -webkit-box-shadow: inset 0 0 0 9999px #0d6efd;
    box-shadow: inset 0 0 0 9999px #0d6efd
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    -webkit-box-shadow: inset 0 0 0 9999px rgba(0,0,0,.082);
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.082)
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    -webkit-box-shadow: inset 0 0 0 9999px rgba(0,0,0,.074);
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.074)
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    -webkit-box-shadow: inset 0 0 0 9999px rgba(0,0,0,.062);
    box-shadow: inset 0 0 0 9999px rgba(0,0,0,.062)
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    -webkit-box-shadow: inset 0 0 0 9999px #0d6efd;
    box-shadow: inset 0 0 0 9999px #0d6efd
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    -webkit-box-shadow: inset 0 0 0 9999px #0d6efd;
    box-shadow: inset 0 0 0 9999px #0d6efd
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    -webkit-box-shadow: inset 0 0 0 9999px #0d6efd;
    box-shadow: inset 0 0 0 9999px #0d6efd
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgba(0,0,0,.3)
}

table.dataTable.compact thead td, table.dataTable.compact thead th {
    padding: 4px 17px
}

table.dataTable.compact tbody td, table.dataTable.compact tbody th, table.dataTable.compact tfoot td, table.dataTable.compact tfoot th {
    padding: 4px
}

table.dataTable td, table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.dataTables_wrapper {
    position: relative;
    clear: both
}

    .dataTables_wrapper .dataTables_length {
        float: left
    }

        .dataTables_wrapper .dataTables_length select {
            border: 1px solid #aaa;
            border-radius: 3px;
            background-color: transparent;
            padding: 4px
        }

    .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: right
    }

        .dataTables_wrapper .dataTables_filter input {
            border-radius: 3px;
            padding: 5px;
            background-color: transparent;
            margin-left: 1rem;
            background: #eee;
            border: none
        }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        float: left;
        padding-top: .755em
    }

    .dataTables_wrapper .dataTables_paginate {
        padding-top: 1.5rem
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: inline-block;
            min-width: 1.5em;
            padding: .5em 1em;
            margin-left: 2px;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
            color: #212f5c !important;
            border: 1px solid transparent;
            border-radius: 2px;
            background: #eee
        }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
                color: #fff !important;
                border: 1px solid rgba(0,0,0,.3);
                background: #212f5c
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
                cursor: default;
                color: #666 !important;
                border: 1px solid transparent;
                background: #eee;
                -webkit-box-shadow: none;
                box-shadow: none
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
                color: #fff !important;
                border: 1px solid #111;
                background: #212f5c
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:active {
                -webkit-box-shadow: inset 0 0 3px #111;
                box-shadow: inset 0 0 3px #111
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button:focus {
                outline: 2px solid #212f5c;
                outline-offset: -2px
            }

            .dataTables_wrapper .dataTables_paginate .paginate_button.current:focus {
                outline: 2px solid #eee !important;
                outline-offset: -4px
            }

        .dataTables_wrapper .dataTables_paginate .ellipsis {
            padding: 0 1em
        }

    .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_processing {
        color: #333
    }

    .dataTables_wrapper .dataTables_scroll {
        clear: both
    }

        .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
            -webkit-overflow-scrolling: touch
        }

            .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th {
                vertical-align: middle
            }

                .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing {
                    height: 0;
                    overflow: hidden;
                    margin: 0 !important;
                    padding: 0 !important
                }

    .dataTables_wrapper.no-footer .dataTables_scrollBody {
        border-bottom: 1px solid rgba(0,0,0,.3)
    }

    .dataTables_wrapper.no-footer div.dataTables_scrollBody > table, .dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable {
        border-bottom: none
    }

    .dataTables_wrapper:after {
        visibility: hidden;
        display: block;
        content: "";
        clear: both;
        height: 0
    }

@media (max-width:767.98px) {
    .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em
    }
}

.detail-page__image {
    --bs-aspect-ratio: 83.33333%;
    border-radius: .625rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

.detail-page__image-wrapper {
    margin-bottom: 30px
}

@media (min-width:768px) {
    .detail-page__image-wrapper {
        width: 22.5rem
    }

    .detail-page__image-wrapper--left {
        margin-right: 60px;
        float: left
    }

    .detail-page__image-wrapper--right {
        margin-left: 60px;
        float: right
    }

    .detail-page__image-wrapper--width-sm {
        width: 14rem
    }

        .detail-page__image-wrapper--width-sm.detail-page__image-wrapper--left {
            margin-right: 40px
        }

        .detail-page__image-wrapper--width-sm.detail-page__image-wrapper--right {
            margin-left: 40px
        }
}

.detail-page__text-wrapper .rich-text img {
    border-radius: 1.25rem
}

.dropdown-toggle:after {
    display: none
}

.dropdown-toggle [class*=" icon-"] {
    font-weight: 400;
    line-height: 1;
    margin-left: .75rem
}

.dropdown.dropdown--hero-banner-feature .dropdown-toggle [class*=" icon-"] {
    font-weight: 400
}

.dropdown.dropdown--hero-banner-feature-fancy {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.15);
    box-shadow: 0 10px 20px rgba(0,0,0,.15)
}

@-webkit-keyframes shine {
    0% {
        left: -100px
    }

    20% {
        left: 100%
    }

    to {
        left: 100%
    }
}

@keyframes shine {
    0% {
        left: -100px
    }

    20% {
        left: 100%
    }

    to {
        left: 100%
    }
}

.dropdown.dropdown--hero-banner-feature-fancy:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(120deg,hsla(0,0%,100%,0) 30%,hsla(0,0%,100%,.8),hsla(0,0%,100%,0) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#00ffffff",GradientType=1);
    top: 0;
    left: -100px;
    -webkit-animation: shine 5s linear infinite;
    animation: shine 5s linear infinite
}

.incident-map #esri-map {
    height: 375px;
    background-color: #b7e6fe;
    width: 100%
}

@media (min-width:768px) {
    .incident-map #esri-map {
        height: 580px
    }
}

.incident-map #esri-map .esri-ui {
    z-index: 1
}

.incident-map #esri-map .esri-custom-legend, .incident-map #esri-map .esri-info-layer {
    visibility: hidden
}

.incident-map #esri-map .esri-ui-corner-container {
    inset: 3rem !important
}

@media (max-width:767.98px) {
    .incident-map #esri-map .esri-ui-corner-container {
        inset: 20px 20px 30px 20px !important
    }
}

.incident-map #esri-map .esri-popup__main-container {
    width: auto;
    max-width: 460px
}

.incident-map #esri-map .esri-popup__header-title {
    line-height: 1
}

.incident-map #esri-map input[type=checkbox]:focus {
    outline-width: 2px;
    outline-offset: -2px
}

.incident-map #esri-map .esri-component {
    border-radius: .5rem
}

.incident-map #esri-map .esri-zoom :first-child {
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem
}

.incident-map #esri-map .esri-zoom :last-child {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.incident-map #esri-map .esri-ui-corner .esri-basemap-gallery-toggle {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 0
}

    .incident-map #esri-map .esri-ui-corner .esri-basemap-gallery-toggle:hover {
        background-color: #f3f3f3
    }

    .incident-map #esri-map .esri-ui-corner .esri-basemap-gallery-toggle:focus {
        outline: 2px solid #000;
        outline-offset: -6px
    }

.incident-map #esri-map .esri-ui-corner .esri-basemap-gallery-toggle__text {
    display: none
}

.incident-map #esri-map.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery-toggle {
    width: 80px;
    height: 80px
}

    .incident-map #esri-map.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery-toggle:before {
        font-size: 25px
    }

.incident-map #esri-map.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery-toggle__text {
    display: block;
    font-family: Avenir Next,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.3em;
    margin-top: 3px
}

.incident-map #esri-map.esri-view .esri-basemap-gallery {
    min-width: unset
}

.incident-map #esri-map.esri-view-width-greater-than-large .esri-basemap-gallery__item-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.incident-map #esri-map.esri-view-width-greater-than-large .esri-basemap-gallery__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 3px;
    margin-right: 3px
}

.incident-map #esri-map.esri-view-width-greater-than-large .esri-basemap-gallery__item-thumbnail {
    min-width: auto
}

.incident-map #esri-map.esri-view-width-greater-than-large .esri-basemap-gallery__item-content {
    padding-right: 7px;
    padding-left: 7px
}

.incident-map #esri-map .esri-ui-corner .esri-basemap-gallery.esri-component .esri-basemap-gallery__item-thumbnail {
    width: 48px;
    height: 48px;
    margin-bottom: 0
}

.incident-map #esri-map.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery.esri-component {
    width: 270px
}

    .incident-map #esri-map.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery.esri-component .esri-basemap-gallery__item {
        width: auto;
        padding: 3px 0 0
    }

    .incident-map #esri-map.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery.esri-component .esri-basemap-gallery__item-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .incident-map #esri-map.esri-view-width-greater-than-large .esri-ui-corner .esri-basemap-gallery.esri-component .esri-basemap-gallery__item-title {
        word-break: normal;
        text-wrap: nowrap;
        margin-top: 3px
    }

.incidents__map .esri-custom-legend {
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f6f6f6;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .incidents__map .esri-custom-legend .esri-popup__content, .incidents__map .esri-custom-legend .esri-popup__header {
        padding-left: 20px;
        padding-right: 20px
    }

@media (min-width:768px) {
    .incidents__map .esri-custom-legend .esri-popup__content, .incidents__map .esri-custom-legend .esri-popup__header {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

.incidents__map .esri-custom-legend .esri-popup__header {
    padding-top: 20px;
    padding-bottom: .625rem;
    border-bottom: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.incidents__map .esri-custom-legend .esri-popup__header-container--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

    .incidents__map .esri-custom-legend .esri-popup__header-container--button[aria-expanded=true] .esri-popup__header-collapse-icon {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .incidents__map .esri-custom-legend .esri-popup__header-container--button:hover {
        background-color: transparent
    }

    .incidents__map .esri-custom-legend .esri-popup__header-container--button:focus {
        outline: 2px solid #000;
        outline-offset: 4px
    }

.incidents__map .esri-custom-legend .esri-popup__header-title {
    font-size: .875rem;
    font-family: Source Sans Pro,Helvetica,Arial,sans-serif;
    font-weight: 700;
    line-height: 1.167;
    text-transform: uppercase;
    padding: 0;
    margin: 0
}

    .incidents__map .esri-custom-legend .esri-popup__header-title:before {
        content: "\e92e";
        font-family: iconfont !important;
        speak: never;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        margin-right: .625rem;
        color: #797979;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.incidents__map .esri-custom-legend .esri-popup__content {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-top: .625rem;
    padding-bottom: 20px;
    margin: 0;
    row-gap: .625rem;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    overflow: hidden
}

    .incidents__map .esri-custom-legend .esri-popup__content.collapse:not(.show) {
        display: none
    }

.incidents__map .esri-custom-legend .esri-layer-list__item-label {
    font-size: .875rem;
    font-family: Source Sans Pro,Helvetica,Arial,sans-serif;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

    .incidents__map .esri-custom-legend .esri-layer-list__item-label .google-translate__label, .incidents__map .esri-custom-legend .esri-layer-list__item-label label {
        font-weight: 400;
        white-space: nowrap
    }

    .incidents__map .esri-custom-legend .esri-layer-list__item-label input[type=checkbox] {
        margin-right: .5rem
    }

.expanding-card-grid__item-toggle {
    color: #fff;
    text-decoration: none;
    text-align: center;
    background-color: #212f5c
}

    .expanding-card-grid__item-toggle:hover {
        color: #000;
        background-color: #fac52d
    }

        .expanding-card-grid__item-toggle:hover .expanding-card-grid__item-toggle-title {
            text-decoration: underline
        }

.expanding-card-grid__item-content {
    color: #fff;
    border-color: #6c757d;
    background-color: #6c757d;
    border-radius: 1.25rem;
    position: relative
}

@media (min-width:768px) {
    .expanding-card-grid__item-content {
        width: calc(200% + 1.5rem)
    }
}

@media (min-width:992px) {
    .expanding-card-grid__item-content {
        width: calc(300% + 3rem)
    }
}

.expanding-card-grid__item-content:before {
    content: "";
    position: absolute;
    top: -14px;
    left: calc(16.7% - 14px);
    width: 0;
    height: 0;
    border-color: transparent transparent #6c757d;
    border-style: solid;
    border-width: 0 14px 14px
}

@media (max-width:767.98px) {
    .expanding-card-grid__item-content:before {
        left: calc(50% - 14px)
    }
}

.expanding-card-grid__item-content-card .rich-text a:not(.button) {
    color: #fff
}

    .expanding-card-grid__item-content-card .rich-text a:not(.button):focus {
        outline-color: #fff;
        text-decoration: none
    }

@media (min-width:768px) and (max-width:991.98px) {
    .expanding-card-grid__item-content:before {
        left: calc(25% - 14px)
    }

    .expanding-card-grid__item:nth-of-type(2n+2) .expanding-card-grid__item-content {
        margin-left: calc(-100% - 1.5rem)
    }

        .expanding-card-grid__item:nth-of-type(2n+2) .expanding-card-grid__item-content:before {
            left: calc(75% - 14px)
        }
}

@media (min-width:992px) {
    .expanding-card-grid__item:nth-of-type(3n+2) .expanding-card-grid__item-content {
        margin-left: calc(-100% - 1.5rem)
    }

        .expanding-card-grid__item:nth-of-type(3n+2) .expanding-card-grid__item-content:before {
            left: calc(50% - 14px)
        }

    .expanding-card-grid__item:nth-of-type(3n+3) .expanding-card-grid__item-content {
        margin-left: calc(-200% - 3rem)
    }

        .expanding-card-grid__item:nth-of-type(3n+3) .expanding-card-grid__item-content:before {
            left: calc(83.3% - 14px)
        }
}

.facets legend {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.facets .facets__pre {
    background: #212f5c;
    padding: .75rem 1.5rem
}

    .facets .facets__pre .h2, .facets .facets__pre .panel--heading-large .panel__title, .facets .facets__pre .steps__heading, .facets .facets__pre h2, .panel--heading-large .facets .facets__pre .panel__title {
        line-height: 1.5rem
    }

.facets .h2, .facets .h2 *, .facets .panel--heading-large .panel__title, .facets .panel--heading-large .panel__title *, .facets .steps__heading, .facets .steps__heading *, .facets h2, .facets h2 *, .panel--heading-large .facets .panel__title, .panel--heading-large .facets .panel__title * {
    font-size: .875rem
}

.facets .h2, .facets .panel--heading-large .panel__title, .facets .steps__heading, .facets h2, .panel--heading-large .facets .panel__title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 0;
    font-weight: 700
}

.facets fieldset {
    background: #f6f6f6;
    border-top: 2px solid #fff;
    position: relative
}

.facets .facets-group {
    padding-left: 0;
    list-style: none
}

    .facets .facets-group li {
        padding: 0 3rem
    }

    .facets .facets-group input {
        margin-right: .75rem;
        margin-left: -1.75rem
    }

    .facets .facets-group .google-translate__label, .facets .facets-group label {
        font-weight: 400;
        color: #003065
    }

.facets button {
    background: none;
    border: none;
    color: #003065;
    font-weight: 700;
    padding: .75rem 1.5rem;
    width: 100%;
    text-align: left;
    position: relative;
    letter-spacing: 0 !important
}

    .facets button:focus {
        outline-width: 2px;
        outline-offset: -2px
    }

    .facets button .post-icon {
        color: #003065;
        position: absolute;
        right: 1.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .facets button[aria-expanded=true] .post-icon {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg)
    }

    .facets button[aria-expanded=true] ~ .facets-group {
        display: block
    }

@media (max-width:991.98px) {
    .facets .dropdown-menu {
        width: 100%;
        z-index: 1003;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.18);
        box-shadow: 0 6px 12px rgba(0,0,0,.18);
        background-clip: padding-box
    }
}

.facets .dropdown-toggle:after {
    display: none
}

.factoid .flex-grow-1:not([class*=col-]), .factoid .site-search__input-wrapper:not([class*=col-]), .factoid .spotlights__item:not([class*=col-]) {
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.factoid__item-wrapper {
    padding: 1.5rem
}

@media (max-width:767.98px) {
    .factoid__item-wrapper {
        padding: 20px
    }
}

.factoid__icon--primary {
    font-size: 2.8rem;
    color: #046b99
}

.factoid__label strong {
    font-size: 1.3rem
}

.factoid__label a {
    word-wrap: break-word
}

.factoid--dynamic {
    border-radius: .625rem;
    overflow: hidden
}

    .factoid--dynamic, .factoid--dynamic .factoid__inner {
        margin-bottom: -1px
    }

@media (max-width:767.98px) {
    .detail-page__content-region:not(.col-md-8):not(.news-list__primary) .factoid--dynamic .factoid__item-wrapper.profile-circle-grid__col:not(:last-child), .factoid--dynamic .detail-page__content-region:not(.col-md-8):not(.news-list__primary) .factoid__item-wrapper.profile-circle-grid__col:not(:last-child), .factoid--dynamic .factoid__item-wrapper.col-md-6:not(:last-child), .factoid--dynamic .factoid__item-wrapper.expanding-card-grid__item:not(:last-child), .factoid--dynamic .factoid__item-wrapper.spotlights__inner:not(:last-child) {
        border-bottom: 1px solid #dee2e6
    }
}

@media (min-width:768px) {
    .detail-page__content-region:not(.col-md-8):not(.news-list__primary) .factoid--dynamic .factoid__item-wrapper.profile-circle-grid__col:nth-child(odd), .factoid--dynamic .detail-page__content-region:not(.col-md-8):not(.news-list__primary) .factoid__item-wrapper.profile-circle-grid__col:nth-child(odd), .factoid--dynamic .factoid__item-wrapper.col-md-6:nth-child(odd), .factoid--dynamic .factoid__item-wrapper.expanding-card-grid__item:nth-child(odd), .factoid--dynamic .factoid__item-wrapper.spotlights__inner:nth-child(odd) {
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6
    }

    .detail-page__content-region:not(.col-md-8):not(.news-list__primary) .factoid--dynamic .factoid__item-wrapper.profile-circle-grid__col:nth-child(2n), .factoid--dynamic .detail-page__content-region:not(.col-md-8):not(.news-list__primary) .factoid__item-wrapper.profile-circle-grid__col:nth-child(2n), .factoid--dynamic .factoid__item-wrapper.col-md-6:nth-child(2n), .factoid--dynamic .factoid__item-wrapper.expanding-card-grid__item:nth-child(2n), .factoid--dynamic .factoid__item-wrapper.spotlights__inner:nth-child(2n) {
        border-bottom: 1px solid #dee2e6
    }
}

@media (max-width:575.98px) {
    .factoid--dynamic .factoid__item-wrapper.col-md-4:not(:last-child), .factoid--dynamic .factoid__item-wrapper.news-list__secondary:not(:last-child) {
        border-bottom: 1px solid #dee2e6
    }
}

@media (min-width:768px) {
    .factoid--dynamic .factoid__item-wrapper.col-md-4:nth-child(3n+1), .factoid--dynamic .factoid__item-wrapper.col-md-4:nth-child(3n+2), .factoid--dynamic .factoid__item-wrapper.news-list__secondary:nth-child(3n+1), .factoid--dynamic .factoid__item-wrapper.news-list__secondary:nth-child(3n+2) {
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6
    }

    .factoid--dynamic .factoid__item-wrapper.col-md-4:nth-child(3n+3), .factoid--dynamic .factoid__item-wrapper.news-list__secondary:nth-child(3n+3) {
        border-bottom: 1px solid #dee2e6
    }
}

@media (min-width:576px) and (max-width:767.98px) {
    .factoid--dynamic .factoid__item-wrapper.col-sm-6:nth-child(odd) {
        border-right: 1px solid #dee2e6;
        border-bottom: 1px solid #dee2e6
    }

    .factoid--dynamic .factoid__item-wrapper.col-sm-6:nth-child(2n) {
        border-bottom: 1px solid #dee2e6
    }
}

.factoid--dynamic.factoid--with-outline {
    border: 1px solid #dee2e6
}

.featured-panel {
    width: 100%;
    padding: 60px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

    .featured-panel .panel a:focus {
        outline-color: #fff
    }

@media (min-width:768px) {
    .featured-panel__inner {
        width: 33.3333%;
        height: auto;
        bottom: 60px;
        left: 60px;
        top: unset
    }

    .featured-panel .panel {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media (max-width:767.98px) {
    .featured-panel {
        background-image: none !important;
        padding: 0
    }

    .featured-panel__inner {
        position: unset
    }

    .featured-panel:before {
        background-image: var(--featured-panel-img);
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover
    }

    .featured-panel .panel--heading-large {
        border-radius: 0
    }
}

.featured-factoids {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 30px
}

@media (min-width:768px) {
    .featured-factoids {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 3rem;
        top: -60px;
        right: -60px
    }
}

.featured-factoids > * {
    width: 100%
}

@media (min-width:768px) {
    .featured-factoids__text-wrapper {
        margin-top: 120px
    }
}

.featured-factoids__heading {
    margin-bottom: 3rem
}

@media (max-width:767.98px) {
    .featured-factoids__heading {
        margin-bottom: 30px;
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.featured-factoids__img {
    padding-top: 133.33333%;
    border-radius: .625rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width:768px) {
    .featured-factoids__img {
        border-radius: 1.25rem;
        padding-top: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        width: calc(50% - 1.5rem)
    }
}

.footer__links {
    line-height: 1.5em
}

.footer__links-list {
    margin: 0;
    padding: 0
}

    .footer__links-list > li {
        display: inline-block
    }

        .footer__links-list > li:not(:last-child) {
            padding-right: .75rem
        }

@media (max-width:575.98px) {
    .footer__links-list {
        padding-bottom: .75rem;
        padding-top: .75rem
    }

        .footer__links-list a, .footer__links-list li {
            display: block
        }

        .footer__links-list a {
            padding-top: 6px;
            padding-bottom: 6px
        }
}

.footer__links-list--divider li + li :before {
    padding-right: .75rem
}

.footer__copyright {
    line-height: 3em;
    padding-bottom: 0
}

@media (max-width:575.98px) {
    .footer .social-connect .social-connect-body li {
        text-align: right;
        padding-right: 0
    }
}

.footer {
    background: #14171c
}

.footer__links-list {
    list-style: none
}

    .footer__links-list a {
        color: #fff;
        text-decoration: none;
        font-size: .875rem
    }

        .footer__links-list a:hover {
            text-decoration: underline
        }

        .footer__links-list a:focus {
            outline-color: #fff;
            outline-offset: .15rem
        }

@media (min-width:768px) {
    .footer__links-list--divider li + li :before {
        content: "|"
    }
}

.footer__copyright {
    font-size: .875rem;
    background-color: #f6f6f6;
    color: #14171c
}

.google-translate__label, label {
    font-weight: 700
}

.checkbox-group .google-translate__label, .checkbox-group label, .radio-group .google-translate__label, .radio-group label {
    font-weight: 400
}

.field-validation-error, .help-block {
    color: #df2c2f
}

input[type=checkbox], input[type=radio] {
    margin-right: .75rem
}

    input[type=checkbox]:focus, input[type=radio]:focus {
        outline: 3px solid #0a0c0e;
        outline-offset: .25rem
    }

@media screen and (-webkit-min-device-pixel-ratio:2) and (max-width:414px) {
    select {
        font-size: 1rem;
        -webkit-border-radius: 0;
        -webkit-appearance: none
    }
}

.forms--sitecore .select-wrapper {
    position: relative;
    display: inline-block
}

    .forms--sitecore .select-wrapper select {
        padding-right: 50px
    }

    .forms--sitecore .select-wrapper:after {
        right: 30px;
        top: 5px;
        position: relative
    }

.google-translate .goog-te-gadget {
    color: #000
}

.google-translate a:before {
    content: "Google "
}

.google-translate img {
    display: none
}

.google-translate a:focus {
    outline: 2px solid #000;
    outline-offset: 2px
}

.google-translate select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 3rem;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 0;
    cursor: pointer;
    font-size: 14;
    line-height: 1.5rem;
    font-weight: 700;
    color: #003065;
    border: 1px solid #003065;
    background: #e1f2f7
}

@media (max-width:575.98px) {
    .google-translate select {
        padding-right: 15px
    }
}

.google-translate select:focus {
    outline: 2px solid #003065;
    outline-offset: -4px
}

html.no-appearance .google-translate select {
    padding-right: 0
}

.google-translate select option {
    color: #000;
    font-weight: 400;
    background: #fff
}

@media screen and (-webkit-min-device-pixel-ratio:2) and (max-width:414px) {
    .google-translate select {
        font-size: 16;
        -webkit-border-radius: 0;
        -webkit-appearance: none
    }
}

.google-translate #google_translate_element {
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    display: inline-block;
    vertical-align: middle
}

    .google-translate #google_translate_element .goog-te-gadget > div {
        position: relative
    }

        .google-translate #google_translate_element .goog-te-gadget > div:after {
            content: "\e904";
            right: 1.5rem;
            top: 50%;
            position: absolute;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #003065;
            font-family: iconfont;
            font-size: 16;
            pointer-events: none
        }

html.no-appearance .google-translate #google_translate_element .goog-te-gadget > div:after {
    content: ""
}

.global-footer {
    position: relative;
    z-index: 2000
}

.global-header .site-search__toggle[aria-expanded=false] + form {
    display: none
}

.global-header.global-header--search-page .site-search {
    visibility: hidden
}

.hero-banner {
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 500px
}

@media (min-width:768px) {
    .hero-banner {
        padding-top: 3rem;
        padding-bottom: 80px;
        min-height: 640px;
        overflow: hidden
    }
}

.hero-banner__bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 640px
}

    .hero-banner__bg:after, .hero-banner__bg:before {
        content: "";
        position: absolute;
        bottom: 0;
        margin-bottom: -2px;
        height: 0;
        width: 50%;
        border-style: solid
    }

.high-contrast .hero-banner__bg:after, .high-contrast .hero-banner__bg:before {
    border-color: #000 !important
}

.hero-banner__bg:before {
    left: 0;
    border-width: 150px 0 0 52vw;
    border-color: transparent transparent transparent #fff
}

@media (max-width:991.98px) {
    .hero-banner__bg:before {
        border-width: 120px 0 0 52vw
    }
}

@media (max-width:767.98px) {
    .hero-banner__bg:before {
        border-width: 90px 0 0 52vw
    }
}

@media (max-width:575.98px) {
    .hero-banner__bg:before {
        border-width: 60px 0 0 52vw
    }
}

.hero-banner__bg:after {
    right: 0;
    border-width: 0 0 150px 52vw;
    border-color: transparent transparent #fff
}

@media (max-width:991.98px) {
    .hero-banner__bg:after {
        border-width: 0 0 120px 52vw
    }
}

@media (max-width:767.98px) {
    .hero-banner__bg:after {
        border-width: 0 0 90px 52vw
    }
}

@media (max-width:575.98px) {
    .hero-banner__bg:after {
        border-width: 0 0 60px 52vw
    }
}

@media (max-width:767.98px) {
    .hero-banner__bg {
        height: 500px
    }
}

/*.hero-banner--primary .hero-banner__bg {
    background: #212f5c;
    background: radial-gradient(circle farthest-side at bottom center,#046b99 0,#212f5c 100%)
}*/
.hero-banner--primary .hero-banner__bg {
    background: #212f5c;
    background: radial-gradient(circle farthest-side at bottom center,#b21e1e 0,#b21f24 100%)
}

.hero-banner--secondary .hero-banner__bg {
    background: #188150;
    background: radial-gradient(circle farthest-side at bottom center,#188150 0,#003615 100%)
}

.hero-banner__text-wrapper {
    margin-bottom: 30px;
    text-align: center;
}

    .hero-banner__text-wrapper .breadcrumbs a:focus {
        outline-color: #fff
    }

@media (min-width:768px) {
    .hero-banner__text-wrapper {
        padding-left: 10%;
        padding-right: 10%;
        margin-bottom: 3rem;
        text-align: center
    }
}

.hero-banner__teaser {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .hero-banner__teaser {
        font-size: 1.5rem
    }
}

@media (max-width:767.98px) {
    .hero-banner__teaser {
        font-size: 1.125rem
    }
}

.hero-banner__feature {
    -webkit-box-shadow: 0 10px 80px rgba(0,0,0,.1);
    box-shadow: 0 10px 80px rgba(0,0,0,.1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-radius: 1.25rem;
    color: #000;
    background-color: #fff
}

@media (max-width:767.98px) {
    .hero-banner__feature {
        -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.1);
        box-shadow: 0 5px 25px rgba(0,0,0,.1);
        border-radius: .625rem
    }
}

@media (min-width:768px) {
    .hero-banner__feature--overlap {
        margin-top: 120px
    }
}

@media (max-width:767.98px) {
    .hero-banner__feature--pulled-left-mobile {
        margin-left: -20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: -30px
    }
}

@media (max-width:767.98px) {
    .hero-banner__feature--drop-shadow-off-mobile {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: unset;
        margin-bottom: -30px
    }
}

.hero-banner__feature--background-color-unset {
    background-color: unset
}

@media (max-width:767.98px) {
    .hero-banner.hero-banner--stretched {
        padding-bottom: 0
    }

        .hero-banner.hero-banner--stretched .hero-banner__container {
            padding-left: 0 !important;
            padding-right: 0 !important
        }

        .hero-banner.hero-banner--stretched .hero-banner__bg {
            height: 34rem
        }

        .hero-banner.hero-banner--stretched .hero-banner__text-wrapper, .hero-banner.hero-banner--stretched .incidents__note {
            padding-left: 20px;
            padding-right: 20px
        }

        .hero-banner.hero-banner--stretched .hero-banner__feature {
            -webkit-box-shadow: none;
            box-shadow: none;
            border-radius: 0;
            background-color: transparent
        }

            .hero-banner.hero-banner--stretched .hero-banner__feature .factoid {
                -webkit-box-shadow: 0 10px 80px rgba(0,0,0,.1);
                box-shadow: 0 10px 80px rgba(0,0,0,.1);
                margin-left: 20px;
                margin-right: 20px;
                margin-bottom: 20px;
                border-radius: .625rem;
                border: 1px solid rgba(0,0,0,.125)
            }
}

@media (max-width:767.98px) and (max-width:767.98px) {
    .hero-banner.hero-banner--stretched .hero-banner__feature .factoid {
        -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.1);
        box-shadow: 0 5px 25px rgba(0,0,0,.1)
    }
}

@media (max-width:767.98px) {
    .hero-banner.hero-banner--stretched .hero-banner__feature .factoid .list-group-item {
        border: unset;
        background-color: unset
    }

        .hero-banner.hero-banner--stretched .hero-banner__feature .factoid .list-group-item + .list-group-item {
            border-top: 1px solid rgba(0,0,0,.125)
        }

    .hero-banner.hero-banner--stretched .hero-banner__feature .incident-map__alert, .hero-banner.hero-banner--stretched .hero-banner__feature .incident-map__text-wrapper {
        margin-left: 20px !important;
        margin-right: 20px !important
    }

    .hero-banner.hero-banner--stretched .hero-banner__feature .incidents__content {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.heading-with-bar {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    gap: 2rem;
    position: relative;
    z-index: 100;
    color: #212f5c
}

@media (max-width:767.98px) {
    .heading-with-bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        text-align: left
    }
}

/*.heading-with-bar:after {
    content: "";
    background: rgba(33,47,92,.1);
    height: 1.125rem;
    width: 100%;
    bottom: -.3125rem;
    position: absolute;
    z-index: -1
}*/

@media (max-width:767.98px) {
    .heading-with-bar:after {
        bottom: -1.375rem;
        height: .75rem
    }

    .heading-with-bar--has-link.heading-with-bar:after {
        bottom: 2.125rem
    }
}

.heading-with-bar__heading {
    gap: .5625rem;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

    .heading-with-bar__heading .heading__pre {
        font-size: .84em;
        color: #069
    }

.heading-with-bar__link {
    text-decoration: none;
    letter-spacing: 0;
    white-space: nowrap
}

@media (min-width:768px) {
    .heading-with-bar__link {
        font-size: 1.3125rem;
        line-height: 1.6875rem
    }
}

.heading-with-bar__link:hover {
    text-decoration: underline
}

    .heading-with-bar__link:hover [class*=icon-] {
        display: inline-block
    }

@media (min-width:768px) {
    .incident-map__text-wrapper {
        position: absolute;
        bottom: 0;
        width: 33.3333%
    }
}

.incident-map__heading {
    color: #212f5c
}

.incident-map__teaser {
    font-size: .875rem
}

.incident-map__alert {
    bottom: 0;
    width: calc(100% - 40px);
    border-radius: .25rem;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,.1);
    box-shadow: 0 10px 20px rgba(0,0,0,.1)
}

@media (min-width:768px) {
    .incident-map__alert {
        top: 0;
        right: 0;
        bottom: unset;
        width: 33.3333%
    }
}

.incident-map .btn-legend {
    position: absolute;
    bottom: 50px;
    left: 50px;
    height: 40px;
    width: 40px
}

@media (min-width:1400px) {
    .incident-map .btn-legend {
        height: 80px;
        width: 80px
    }
}

@media (max-width:767.98px) {
    .incident-map .btn-legend {
        bottom: 30px;
        left: 20px
    }
}

@media (max-width:1399.98px) {
    .incident-map .btn-legend .legend-label {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0,0,0,0) !important;
        white-space: nowrap !important;
        border: 0 !important
    }
}

.incident-map .btn-legend .icon-fire {
    font-size: calc(1.275rem + .3vw);
    display: block
}

@media (min-width:1200px) {
    .incident-map .btn-legend .icon-fire {
        font-size: 1.5rem
    }
}

@media (max-width:1399.98px) {
    .incident-map .btn-legend .icon-fire {
        font-size: 1rem
    }
}

@media (min-width:768px) {
    .incident-map-factoids {
        -webkit-box-shadow: 0 10px 80px rgba(0,0,0,.1);
        box-shadow: 0 10px 80px rgba(0,0,0,.1);
        position: relative;
        border-radius: 1.25rem;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media (min-width:768px) and (max-width:767.98px) {
    .incident-map-factoids {
        -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.1);
        box-shadow: 0 5px 25px rgba(0,0,0,.1)
    }
}

@media (max-width:767.98px) {
    .incident-map-factoids .esri-custom-legend, .incident-map-factoids .incident-map {
        width: calc(100% + 40px);
        margin-left: -20px
    }
}

@media (max-width:767.98px) {
    .incident-map-factoids .factoid {
        margin-top: 20px;
        border: 1px solid #dee2e6
    }
}

.incident-map-factoids .factoid .expanding-card-grid__item-content, .incident-map-factoids .factoid .expanding-card-grid__item-toggle, .incident-map-factoids .factoid .newsletter, .incident-map-factoids .factoid .p-4, .incident-map-factoids .factoid .sidebar .card-body, .sidebar .incident-map-factoids .factoid .card-body {
    padding: 20px !important
}

.promo-content .incident-years .heading-with-bar {
    margin-bottom: 30px
}

.promo-content .incident-years .list-inline, .promo-content .incident-years .social-media__horizontal ul, .social-media__horizontal .promo-content .incident-years ul {
    margin-bottom: 0
}

@media (min-width:992px) {
    .incidents.incidents--detailed .site-search {
        width: 40%;
        margin-left: auto
    }
}

@media (min-width:768px) {
    .incidents__content {
        margin-bottom: 3rem
    }
}

.incidents .incidents__content-item + .incidents__content-item, .incidents > * + * {
    margin-top: 30px
}

@media (max-width:767.98px) {
    .incidents > * + * {
        margin: .5rem
    }
}

.incidents__heading {
    color: #8a3042
}

@media (max-width:767.98px) {
    .incidents__button-note-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .dropdown.dropdown--hero-banner-feature .incidents__button-note-wrapper .dropdown-toggle, .incidents__button-note-wrapper .button, .incidents__button-note-wrapper .dropdown.dropdown--hero-banner-feature .dropdown-toggle {
            width: calc(100% - 40px)
        }
}

.incidents__note {
    font-size: .75rem
}

.list--two-columns {
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px
}

.list {
    padding-left: 1rem
}

    .list__item, .list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: .5rem
    }

        .list__item:before, .list li:before {
            content: "";
            width: 1rem;
            height: 1rem;
            border-radius: 50%;
            background: #212f5c;
            margin-right: 1.5rem;
            -ms-flex-negative: 0;
            flex-shrink: 0
        }

/*.mega-footer {
    background: radial-gradient(circle farthest-side at bottom center,#046b99 0,#212f5c 100%);
    padding-top: 90px;
    margin-top: 10px
}*/

.mega-footer {
    background: radial-gradient(circle farthest-side at bottom center,#b21e1e 0,#b21f24 100%);
    padding-top: 90px;
    margin-top: 10px
}

    .mega-footer a {
        text-decoration: none
    }

        .mega-footer a:hover {
            text-decoration: underline
        }

    .mega-footer .branding {
        margin-top: -126px
    }

        .mega-footer .branding .branding__link:focus {
            outline-offset: 0;
            outline-color: #000
        }

            .mega-footer .branding .branding__link:focus img {
                border-color: #fff
            }

        .mega-footer .branding img {
            height: 84px;
            border: 2px solid transparent
        }

    .mega-footer .branding--osfm-wordmark {
        margin-top: -135px
    }

.module .h-box, .module .heading-with-bar {
    margin-bottom: 20px
}

@media (max-width:767.98px) {
    .module .heading-with-bar {
        margin-bottom: 2.1rem
    }
}

.nav-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 0
}

@media (min-width:768px) {
    .nav-tabs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: .5rem;
        border-bottom: 1px solid #ced4da
    }
}

.nav-tabs .nav-link {
    font-size: .875rem;
    padding: 15px 30px;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #ced4da
}

@media (min-width:768px) {
    .nav-tabs .nav-link {
        border-color: #ced4da;
        background-color: #eee
    }
}

.dropdown.dropdown--hero-banner-feature, .navbar {
    padding-top: .85rem;
    padding-bottom: .85rem
}

@media (min-width:1200px) {
    .dropdown.dropdown--hero-banner-feature, .navbar {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

.navbar-toggler {
    background-color: #eee
}

    .navbar-toggler:focus {
        outline: 2px solid #000;
        outline-offset: -2px
    }

@media (max-width:1199.98px) {
    .dropdown.dropdown--hero-banner-feature .site-search__toggle[aria-expanded=true] + form, .navbar-collapse, .navbar .site-search__toggle[aria-expanded=true] + form {
        position: absolute;
        top: 100%;
        left: -30px;
        width: calc(100% + 60px);
        border-bottom-left-radius: .625rem;
        border-bottom-right-radius: .625rem;
        z-index: 200;
        border-top: 2px solid #ced4da;
        background-color: #fff;
        -webkit-box-shadow: 0 10px 80px rgba(0,0,0,.1);
        box-shadow: 0 10px 80px rgba(0,0,0,.1)
    }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .navbar-collapse {
        width: 30rem;
        right: 0;
        left: unset
    }
}

@media (min-width:1200px) {
    .navbar-no-search {
        padding-right: 33%;
        min-height: 6rem
    }
}

@media (min-width:1200px) {
    .dropdown.dropdown--hero-banner-feature, .dropdown.dropdown--hero-banner-feature .nav, .dropdown.dropdown--hero-banner-feature .nav-item, .navbar, .navbar-collapse, .navbar-nav, .navbar .nav, .navbar .nav-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.dropdown.dropdown--hero-banner-feature .nav-link, .navbar .nav-link {
    font-size: .875rem;
    text-decoration: none;
    white-space: nowrap;
    padding: 0
}

    .dropdown.dropdown--hero-banner-feature .nav-link:hover .nav-link-text, .navbar .nav-link:hover .nav-link-text {
        text-decoration: underline
    }

    .dropdown.dropdown--hero-banner-feature .nav-link:focus, .navbar .nav-link:focus {
        outline: none
    }

        .dropdown.dropdown--hero-banner-feature .nav-link:focus .nav-link-text-wrapper, .navbar .nav-link:focus .nav-link-text-wrapper {
            outline: 2px solid #000;
            outline-offset: -.75rem
        }

@media (min-width:1200px) {
    .dropdown.dropdown--hero-banner-feature .nav-link, .navbar .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding-right: 0 !important;
        padding-left: 0 !important
    }

        .dropdown.dropdown--hero-banner-feature .nav-link.active:before, .navbar .nav-link.active:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 1rem;
            height: 9px;
            width: calc(100% - 2rem);
            background-color: #fac52d
        }
}

@media (max-width:1199.98px) {
    .dropdown.dropdown--hero-banner-feature .nav-link-text-wrapper, .navbar .nav-link-text-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 2rem;
        padding-right: 2rem;
        border-top: 1px solid #eee
    }

    .nav-item:first-child .nav-link-text-wrapper {
        border-top: 0
    }
}

.dropdown.dropdown--hero-banner-feature .nav-link .icon, .navbar .nav-link .icon {
    margin-left: .75rem
}

.navbar-wrapped-menu-text .nav-link {
    white-space: unset
}

@media (min-width:1200px) {
    .navbar-wrapped-menu-text.navbar-no-search {
        padding-right: 0
    }
}

@media (min-width:1200px) {
    .navbar-wrapped-menu-text.navbar-no-search .navbar-nav:first-child .nav-link-text-wrapper:after {
        content: "";
        padding-right: 2rem
    }
}

@media (min-width:1200px) {
    .navbar-wrapped-menu-text .site-search__input {
        min-width: 12rem
    }
}

@media (min-width:1400px) {
    .navbar-wrapped-menu-text .site-search__input {
        min-width: 15rem
    }
}

.dropdown.dropdown--hero-banner-feature .dropdown-menu, .navbar .dropdown-menu {
    font-size: 1rem;
    min-width: 270px;
    padding: 0 1rem;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: 0 10px 80px rgba(0,0,0,.1);
    box-shadow: 0 10px 80px rgba(0,0,0,.1)
}

@media (max-width:1199.98px) {
    .dropdown.dropdown--hero-banner-feature .dropdown-menu, .navbar .dropdown-menu {
        padding-left: 2rem;
        padding-right: 2rem;
        background-color: #f6f6f6;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.dropdown.dropdown--hero-banner-feature .dropdown-menu[data-bs-popper], .navbar .dropdown-menu[data-bs-popper] {
    margin-top: 0;
    top: 77%
}

.dropdown.dropdown--hero-banner-feature .dropdown-toggle[aria-expanded=true] .nav-link-text-wrapper, .navbar .dropdown-toggle[aria-expanded=true] .nav-link-text-wrapper {
    position: relative;
    border-top: 1px solid rgba(0,0,0,.2);
    border-left: 1px solid rgba(0,0,0,.2);
    border-right: 1px solid rgba(0,0,0,.2);
    background: transparent radial-gradient(circle farthest-side at bottom right,#f6f6f6 0,#fff 100%);
    z-index: 1100
}

@media (min-width:1200px) {
    .dropdown.dropdown--hero-banner-feature .dropdown-toggle[aria-expanded=true] .nav-link-text-wrapper, .navbar .dropdown-toggle[aria-expanded=true] .nav-link-text-wrapper {
        padding-left: calc(1rem - 1px) !important;
        padding-right: calc(1rem - 1px) !important
    }
}

.dropdown.dropdown--hero-banner-feature .dropdown-toggle:after, .navbar .dropdown-toggle:after {
    display: none
}

.dropdown.dropdown--hero-banner-feature .dropdown-item, .navbar .dropdown-item {
    padding-left: 0;
    padding-right: 0;
    line-height: 1;
    color: #003065;
    border-top: 1px solid #eee
}

    .dropdown.dropdown--hero-banner-feature .dropdown-item:focus, .navbar .dropdown-item:focus {
        outline-offset: -3px
    }

    .dropdown.dropdown--hero-banner-feature .dropdown-item:active, .navbar .dropdown-item:active {
        background-color: unset
    }

.dropdown.dropdown--hero-banner-feature .branding, .navbar .branding {
    margin-bottom: 0
}

    .dropdown.dropdown--hero-banner-feature .branding .branding__link:focus, .navbar .branding .branding__link:focus {
        outline-offset: 0
    }

        .dropdown.dropdown--hero-banner-feature .branding .branding__link:focus img, .navbar .branding .branding__link:focus img {
            border-color: #fff
        }

    .dropdown.dropdown--hero-banner-feature .branding img, .navbar .branding img {
        height: 4rem;
        border: 2px solid transparent
    }

@media (min-width:1200px) {
    .dropdown.dropdown--hero-banner-feature .branding, .navbar .branding {
        margin-top: 20px;
        /*margin-bottom: -45px*/
    }

        .dropdown.dropdown--hero-banner-feature .branding img, .navbar .branding img {
            height: 6.5rem
        }
}

@media (max-width:1199.98px) {
    .dropdown.dropdown--hero-banner-feature .site-search__toggle, .navbar .site-search__toggle {
        top: 50%;
        background-color: #eee;
        right: calc(3rem + 2px)
    }

        .dropdown.dropdown--hero-banner-feature .site-search__toggle[aria-expanded=true] + form, .navbar .site-search__toggle[aria-expanded=true] + form {
            top: 100%
        }

    .dropdown.dropdown--hero-banner-feature .site-search__form, .navbar .site-search__form {
        position: absolute
    }
}

@media (min-width:1200px) {
    .dropdown.dropdown--hero-banner-feature .site-search, .navbar .site-search {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%
    }
}

@media (min-width:1200px) {
    .navbar--osfm.dropdown.dropdown--hero-banner-feature .nav-link.active:before, .navbar.navbar--osfm .nav-link.active:before {
        background-color: #fd7e14
    }
}

@media (min-width:1200px) {
    .navbar--osfm.dropdown.dropdown--hero-banner-feature .branding--osfm-wordmark, .navbar.navbar--osfm .branding--osfm-wordmark {
        margin-bottom: -23px
    }
}

.newsletter {
    position: relative
}

@media (min-width:768px) {
    .newsletter {
        padding-left: 3.125rem !important
    }
}

.newsletter__shield {
    width: 6.25rem;
    margin-top: -3rem
}

@media (min-width:768px) {
    .newsletter__shield {
        position: absolute;
        margin-top: 0
    }
}

.newsletter__text {
    max-width: 25rem
}

@media (max-width:767.98px) {
    .newsletter__text {
        text-align: center
    }
}

@media (min-width:768px) {
    .newsletter__text {
        margin-left: 9.375rem
    }
}

.newsletter__form {
    min-width: 280px
}

    .newsletter__form input {
        background: #e9ecef;
        border: none;
        padding-top: .875rem;
        padding-bottom: .875rem
    }

        .newsletter__form input::-webkit-input-placeholder {
            color: #212529
        }

        .newsletter__form input::-moz-placeholder {
            color: #212529
        }

        .newsletter__form input::-ms-input-placeholder {
            color: #212529
        }

        .newsletter__form input::placeholder {
            color: #212529
        }

.news-list__secondary div {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%
}

.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff
}

.panel--heading-large, .panel--primary, .panel--secondary {
    border-radius: .625rem;
    padding: 30px
}

@media (max-width:767.98px) {
    .panel--heading-large, .panel--primary, .panel--secondary {
        padding: 20px
    }
}

.panel--primary {
    background-color: #212f5c
}

    .panel--primary, .panel--primary a:not(.btn-secondary) {
        color: #fff
    }

.panel--secondary {
    background-color: #f6f6f6
}

.panel__heading {
    border: 0;
    padding: 0
}

    .panel__heading + .panel__heading__body {
        padding-top: 0
    }

.panel__title {
    font-family: Source Sans Pro,Helvetica,Arial,sans-serif;
    font-size: .875rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase
}

.panel--heading-large .panel__title {
    text-transform: none
}

@media (max-width:767.98px) {
    .panel--heading-large .panel__title {
        font-size: 1.5rem
    }
}

.panel__body {
    padding: 0
}

    .panel__body li {
        margin-bottom: .75em
    }

@media (max-width:575.98px) {
    .panel__body li:last-of-type {
        margin-bottom: 0
    }
}

.panel__footer {
    padding-top: 30px
}

@media (max-width:767.98px) {
    .panel__footer {
        padding-top: 20px
    }
}

.panel__body > .rich-text > :last-child, .panel__footer > .rich-text > :last-child {
    margin-bottom: 0
}

.panel .rich-text .lead, .panel .rich-text ol, .panel .rich-text p, .panel .rich-text ul {
    margin-bottom: 18px
}

    .panel .rich-text ol li, .panel .rich-text ul li {
        padding-bottom: 0
    }

.panel a:hover {
    text-decoration: none
}

.dropdown.dropdown--hero-banner-feature .panel .dropdown-toggle, .panel .button, .panel .dropdown.dropdown--hero-banner-feature .dropdown-toggle {
    width: 100%
}

.page-header {
    padding-top: 3rem
}

@media (max-width:767.98px) {
    .page-header {
        padding-top: 30px
    }
}

.page-header__bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 640px;
    background: transparent -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#fff)) 0 0 no-repeat;
    background: transparent linear-gradient(180deg,#f6f6f6,#fff) 0 0 no-repeat
}

    .page-header__bg:after, .page-header__bg:before {
        content: "";
        position: absolute;
        bottom: 0;
        margin-bottom: -2px;
        height: 0;
        width: 50%;
        border-style: solid
    }

.high-contrast .page-header__bg:after, .high-contrast .page-header__bg:before {
    border-color: #000 !important
}

.page-header__bg:before {
    left: 0;
    border-width: 150px 0 0 52vw;
    border-color: transparent transparent transparent #fff
}

@media (max-width:991.98px) {
    .page-header__bg:before {
        border-width: 120px 0 0 52vw
    }
}

@media (max-width:767.98px) {
    .page-header__bg:before {
        border-width: 90px 0 0 52vw
    }
}

@media (max-width:575.98px) {
    .page-header__bg:before {
        border-width: 60px 0 0 52vw
    }
}

.page-header__bg:after {
    right: 0;
    border-width: 0 0 150px 52vw;
    border-color: transparent transparent #fff
}

@media (max-width:991.98px) {
    .page-header__bg:after {
        border-width: 0 0 120px 52vw
    }
}

@media (max-width:767.98px) {
    .page-header__bg:after {
        border-width: 0 0 90px 52vw
    }
}

@media (max-width:575.98px) {
    .page-header__bg:after {
        border-width: 0 0 60px 52vw
    }
}

.page-header--incidents .page-header__logo {
    height: 2.5rem
}

@media (max-width:767.98px) {
    .page-header--incidents .page-header__logo {
        height: 2rem
    }
}

.page-header--incidents .page-header__status {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    .page-header--incidents .page-header__status {
        font-size: 1.5rem
    }
}

@media (max-width:767.98px) {
    .page-header--incidents .page-header__status {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 1rem
    }
}

.page-header--incidents .page-header__status [class^=icon-] {
    position: relative;
    top: 10%
}

@media (min-width:768px) and (max-width:991.98px) {
    .page-header--incidents .page-header__status [class^=icon-] {
        top: 5%
    }
}

.page-header--incidents .page-header__status li {
    border-right: 1px solid #dee2e6
}

@media (max-width:767.98px) {
    .page-header--incidents .page-header__status li:nth-child(2) {
        border-right: 0
    }
}

.pagination .page-link {
    text-decoration: none
}

    .pagination .page-link:focus, .pagination .page-link:hover {
        text-decoration: underline
    }

    .pagination .page-link:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 2px solid #003065;
        outline-offset: 0
    }

.pie--1 {
    background-image: conic-gradient(#188150 -1.4deg,#fff 8.6deg,#fff .99turn)
}

.pie--2 {
    background-image: conic-gradient(#188150 2.2deg,#fff 12.2deg,#fff .98turn)
}

.pie--3 {
    background-image: conic-gradient(#188150 5.8deg,#fff 15.8deg,#fff .97turn)
}

.pie--4 {
    background-image: conic-gradient(#188150 9.4deg,#fff 19.4deg,#fff 345.6deg)
}

.pie--5 {
    background-image: conic-gradient(#188150 13deg,#fff 23deg,#fff 342deg)
}

.pie--6 {
    background-image: conic-gradient(#188150 16.6deg,#fff 26.6deg,#fff .94turn)
}

.pie--7 {
    background-image: conic-gradient(#188150 20.2deg,#fff 30.2deg,#fff .93turn)
}

.pie--8 {
    background-image: conic-gradient(#188150 23.8deg,#fff 33.8deg,#fff 331.2deg)
}

.pie--9 {
    background-image: conic-gradient(#188150 27.4deg,#fff 37.4deg,#fff .91turn)
}

.pie--10 {
    background-image: conic-gradient(#188150 31deg,#fff 41deg,#fff 324deg)
}

.pie--11 {
    background-image: conic-gradient(#188150 34.6deg,#fff 44.6deg,#fff 320.4deg)
}

.pie--12 {
    background-image: conic-gradient(#188150 38.2deg,#fff 48.2deg,#fff .88turn)
}

.pie--13 {
    background-image: conic-gradient(#188150 41.8deg,#fff 51.8deg,#fff .87turn)
}

.pie--14 {
    background-image: conic-gradient(#188150 45.4deg,#fff 55.4deg,#fff 309.6deg)
}

.pie--15 {
    background-image: conic-gradient(#188150 49deg,#fff 59deg,#fff 306deg)
}

.pie--16 {
    background-image: conic-gradient(#188150 52.6deg,#fff 62.6deg,#fff .84turn)
}

.pie--17 {
    background-image: conic-gradient(#188150 56.2deg,#fff 66.2deg,#fff 298.8deg)
}

.pie--18 {
    background-image: conic-gradient(#188150 59.8deg,#fff 69.8deg,#fff .82turn)
}

.pie--19 {
    background-image: conic-gradient(#188150 63.4deg,#fff 73.4deg,#fff .81turn)
}

.pie--20 {
    background-image: conic-gradient(#188150 67deg,#fff 77deg,#fff 288deg)
}

.pie--21 {
    background-image: conic-gradient(#188150 70.6deg,#fff 80.6deg,#fff 284.4deg)
}

.pie--22 {
    background-image: conic-gradient(#188150 74.2deg,#fff 84.2deg,#fff .78turn)
}

.pie--23 {
    background-image: conic-gradient(#188150 77.8deg,#fff 87.8deg,#fff .77turn)
}

.pie--24 {
    background-image: conic-gradient(#188150 81.4deg,#fff 91.4deg,#fff .76turn)
}

.pie--25 {
    background-image: conic-gradient(#188150 85deg,#fff 95deg,#fff 270deg)
}

.pie--26 {
    background-image: conic-gradient(#188150 88.6deg,#fff 98.6deg,#fff .74turn)
}

.pie--27 {
    background-image: conic-gradient(#188150 92.2deg,#fff 102.2deg,#fff .73turn)
}

.pie--28 {
    background-image: conic-gradient(#188150 95.8deg,#fff 105.8deg,#fff .72turn)
}

.pie--29 {
    background-image: conic-gradient(#188150 99.4deg,#fff 109.4deg,#fff .71turn)
}

.pie--30 {
    background-image: conic-gradient(#188150 103deg,#fff 113deg,#fff 252deg)
}

.pie--31 {
    background-image: conic-gradient(#188150 106.6deg,#fff 116.6deg,#fff 248.4deg)
}

.pie--32 {
    background-image: conic-gradient(#188150 110.2deg,#fff 120.2deg,#fff .68turn)
}

.pie--33 {
    background-image: conic-gradient(#188150 113.8deg,#fff 123.8deg,#fff 241.2deg)
}

.pie--34 {
    background-image: conic-gradient(#188150 117.4deg,#fff 127.4deg,#fff .66turn)
}

.pie--35 {
    background-image: conic-gradient(#188150 121deg,#fff 131deg,#fff 234deg)
}

.pie--36 {
    background-image: conic-gradient(#188150 124.6deg,#fff 134.6deg,#fff .64turn)
}

.pie--37 {
    background-image: conic-gradient(#188150 128.2deg,#fff 138.2deg,#fff .63turn)
}

.pie--38 {
    background-image: conic-gradient(#188150 131.8deg,#fff 141.8deg,#fff .62turn)
}

.pie--39 {
    background-image: conic-gradient(#188150 135.4deg,#fff 145.4deg,#fff .61turn)
}

.pie--40 {
    background-image: conic-gradient(#188150 139deg,#fff 149deg,#fff 216deg)
}

.pie--41 {
    background-image: conic-gradient(#188150 142.6deg,#fff 152.6deg,#fff .59turn)
}

.pie--42 {
    background-image: conic-gradient(#188150 146.2deg,#fff 156.2deg,#fff 208.8deg)
}

.pie--43 {
    background-image: conic-gradient(#188150 149.8deg,#fff 159.8deg,#fff .57turn)
}

.pie--44 {
    background-image: conic-gradient(#188150 153.4deg,#fff 163.4deg,#fff 201.6deg)
}

.pie--45 {
    background-image: conic-gradient(#188150 157deg,#fff 167deg,#fff 198deg)
}

.pie--46 {
    background-image: conic-gradient(#188150 160.6deg,#fff 170.6deg,#fff .54turn)
}

.pie--47 {
    background-image: conic-gradient(#188150 164.2deg,#fff 174.2deg,#fff .53turn)
}

.pie--48 {
    background-image: conic-gradient(#188150 167.8deg,#fff 177.8deg,#fff .52turn)
}

.pie--49 {
    background-image: conic-gradient(#188150 171.4deg,#fff 181.4deg,#fff .51turn)
}

.pie--50 {
    background-image: conic-gradient(#188150 175deg,#fff 185deg,#fff 180deg)
}

.pie--51 {
    background-image: conic-gradient(#188150 178.6deg,#fff 188.6deg,#fff .49turn)
}

.pie--52 {
    background-image: conic-gradient(#188150 182.2deg,#fff 192.2deg,#fff 172.8deg)
}

.pie--53 {
    background-image: conic-gradient(#188150 185.8deg,#fff 195.8deg,#fff .47turn)
}

.pie--54 {
    background-image: conic-gradient(#188150 189.4deg,#fff 199.4deg,#fff 165.6deg)
}

.pie--55 {
    background-image: conic-gradient(#188150 193deg,#fff 203deg,#fff 162deg)
}

.pie--56 {
    background-image: conic-gradient(#188150 196.6deg,#fff 206.6deg,#fff .44turn)
}

.pie--57 {
    background-image: conic-gradient(#188150 200.2deg,#fff 210.2deg,#fff 154.8deg)
}

.pie--58 {
    background-image: conic-gradient(#188150 203.8deg,#fff 213.8deg,#fff .42turn)
}

.pie--59 {
    background-image: conic-gradient(#188150 207.4deg,#fff 217.4deg,#fff .41turn)
}

.pie--60 {
    background-image: conic-gradient(#188150 211deg,#fff 221deg,#fff 144deg)
}

.pie--61 {
    background-image: conic-gradient(#188150 214.6deg,#fff 224.6deg,#fff .39turn)
}

.pie--62 {
    background-image: conic-gradient(#188150 218.2deg,#fff 228.2deg,#fff .38turn)
}

.pie--63 {
    background-image: conic-gradient(#188150 221.8deg,#fff 231.8deg,#fff .37turn)
}

.pie--64 {
    background-image: conic-gradient(#188150 225.4deg,#fff 235.4deg,#fff .36turn)
}

.pie--65 {
    background-image: conic-gradient(#188150 229deg,#fff 239deg,#fff 126deg)
}

.pie--66 {
    background-image: conic-gradient(#188150 232.6deg,#fff 242.6deg,#fff .34turn)
}

.pie--67 {
    background-image: conic-gradient(#188150 236.2deg,#fff 246.2deg,#fff .33turn)
}

.pie--68 {
    background-image: conic-gradient(#188150 239.8deg,#fff 249.8deg,#fff .32turn)
}

.pie--69 {
    background-image: conic-gradient(#188150 243.4deg,#fff 253.4deg,#fff .31turn)
}

.pie--70 {
    background-image: conic-gradient(#188150 247deg,#fff 257deg,#fff 108deg)
}

.pie--71 {
    background-image: conic-gradient(#188150 250.6deg,#fff 260.6deg,#fff 104.4deg)
}

.pie--72 {
    background-image: conic-gradient(#188150 254.2deg,#fff 264.2deg,#fff 100.8deg)
}

.pie--73 {
    background-image: conic-gradient(#188150 257.8deg,#fff 267.8deg,#fff 97.2deg)
}

.pie--74 {
    background-image: conic-gradient(#188150 261.4deg,#fff 271.4deg,#fff 93.6deg)
}

.pie--75 {
    background-image: conic-gradient(#188150 265deg,#fff 275deg,#fff 90deg)
}

.pie--76 {
    background-image: conic-gradient(#188150 268.6deg,#fff 278.6deg,#fff 86.4deg)
}

.pie--77 {
    background-image: conic-gradient(#188150 272.2deg,#fff 282.2deg,#fff 82.8deg)
}

.pie--78 {
    background-image: conic-gradient(#188150 275.8deg,#fff 285.8deg,#fff 79.2deg)
}

.pie--79 {
    background-image: conic-gradient(#188150 279.4deg,#fff 289.4deg,#fff 75.6deg)
}

.pie--80 {
    background-image: conic-gradient(#188150 283deg,#fff 293deg,#fff 72deg)
}

.pie--81 {
    background-image: conic-gradient(#188150 286.6deg,#fff 296.6deg,#fff 68.4deg)
}

.pie--82 {
    background-image: conic-gradient(#188150 290.2deg,#fff 300.2deg,#fff 64.8deg)
}

.pie--83 {
    background-image: conic-gradient(#188150 293.8deg,#fff 303.8deg,#fff 61.2deg)
}

.pie--84 {
    background-image: conic-gradient(#188150 297.4deg,#fff 307.4deg,#fff 57.6deg)
}

.pie--85 {
    background-image: conic-gradient(#188150 301deg,#fff 311deg,#fff 54deg)
}

.pie--86 {
    background-image: conic-gradient(#188150 304.6deg,#fff 314.6deg,#fff 50.4deg)
}

.pie--87 {
    background-image: conic-gradient(#188150 308.2deg,#fff 318.2deg,#fff 46.8deg)
}

.pie--88 {
    background-image: conic-gradient(#188150 311.8deg,#fff 321.8deg,#fff 43.2deg)
}

.pie--89 {
    background-image: conic-gradient(#188150 315.4deg,#fff 325.4deg,#fff 39.6deg)
}

.pie--90 {
    background-image: conic-gradient(#188150 319deg,#fff 329deg,#fff 36deg)
}

.pie--91 {
    background-image: conic-gradient(#188150 322.6deg,#fff 332.6deg,#fff 32.4deg)
}

.pie--92 {
    background-image: conic-gradient(#188150 326.2deg,#fff 336.2deg,#fff 28.8deg)
}

.pie--93 {
    background-image: conic-gradient(#188150 329.8deg,#fff 339.8deg,#fff 25.2deg)
}

.pie--94 {
    background-image: conic-gradient(#188150 333.4deg,#fff 343.4deg,#fff 21.6deg)
}

.pie--95 {
    background-image: conic-gradient(#188150 337deg,#fff 347deg,#fff 18deg)
}

.pie--96 {
    background-image: conic-gradient(#188150 340.6deg,#fff 350.6deg,#fff 14.4deg)
}

.pie--97 {
    background-image: conic-gradient(#188150 344.2deg,#fff 354.2deg,#fff 10.8deg)
}

.pie--98 {
    background-image: conic-gradient(#188150 347.8deg,#fff 357.8deg,#fff 7.2deg)
}

.pie--99 {
    background-image: conic-gradient(#188150 351.4deg,#fff 361.4deg,#fff 3.6deg)
}

.pie--100 {
    background-image: conic-gradient(#188150 355deg,#fff 365deg,#fff 0deg)
}

.pie {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #188150
}

.promo-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px
}

@media (min-width:768px) {
    .promo-banner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 60px;
        padding: 60px;
        margin-top: 60px;
        min-height: 25rem;
        background-color: #f6f6f6
    }

    .promo-banner__graphical-region {
        margin-top: -120px
    }
}

@media (min-width:768px) {
    .promo-banner--region-size-60-40 .promo-banner__text-region {
        -webkit-box-flex: 6;
        -ms-flex: 6;
        flex: 6
    }
}

@media (min-width:768px) {
    .promo-banner--region-size-60-40 .promo-banner__graphical-region {
        -webkit-box-flex: 4;
        -ms-flex: 4;
        flex: 4
    }
}

@media (max-width:767.98px) {
    .promo-banner--bg-gradient-mobile:before {
        content: "";
        display: block;
        left: -20px;
        top: 20px;
        position: absolute;
        width: calc(100% + 40px);
        height: 100%;
        background: transparent -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#fff)) 0 0 no-repeat;
        background: transparent linear-gradient(180deg,#f6f6f6,#fff) 0 0 no-repeat;
        z-index: 0
    }
}

@media (min-width:768px) {
    .promo-banner__text-region .rich-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    .promo-banner__text-region-buttons {
        margin-top: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media (min-width:768px) {
    .promo-banner__graphical-region {
        margin-top: -120px
    }

    :not(.promo-banner-with-chart) > .promo-banner .promo-banner__graphical-region {
        margin-bottom: -120px
    }
}

.promo-banner-with-chart .promo-banner {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.promo-banner-with-chart__image-wrapper {
    position: relative
}

    .promo-banner-with-chart__image-wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        left: calc(50% - 30px);
        width: 0;
        height: 0;
        border-color: #f6f6f6 transparent transparent;
        border-style: solid;
        border-width: 30px 30px 0
    }

@media (max-width:767.98px) {
    .promo-banner-with-chart__image-wrapper:before {
        left: calc(50% - 20px);
        border-width: 20px 20px 0
    }
}

@media (max-width:767.98px) {
    .promo-banner-with-chart__image-wrapper {
        margin-top: 30px
    }

        .promo-banner-with-chart__image-wrapper:before {
            border-color: #fff transparent transparent
        }
}

.promo-banner-with-chart__image {
    width: 100%
}

.promo-banner-with-chart .list {
    font-size: 1.3125rem;
    line-height: 2rem
}

@media (min-width:768px) {
    .detail-page__content-region .promo-content__icon {
        background-color: transparent;
        width: 2.5rem;
        height: 1.5rem
    }
}

@media (min-width:768px) {
    .detail-page [class*=col-].detail-page__content-region .promo-content {
        gap: 0;
        margin-top: 60px
    }

    .detail-page [class*=col-].detail-page__content-region .promo-banner__text-region, .detail-page [class*=col-].detail-page__content-region .promo-content__text-region {
        padding: 30px
    }

    .detail-page [class*=col-].detail-page__content-region .promo-content__text-region--align-bottom {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .detail-page [class*=col-].detail-page__content-region .promo-banner__text-region .promo-content__icon, .detail-page [class*=col-].detail-page__content-region .promo-content__text-region .promo-content__icon {
        position: absolute;
        background-color: transparent;
        width: 2.5rem;
        height: 2.5rem
    }

        .detail-page [class*=col-].detail-page__content-region .promo-banner__text-region .promo-content__icon + .rich-text, .detail-page [class*=col-].detail-page__content-region .promo-content__text-region .promo-content__icon + .rich-text {
            padding-left: 70px
        }

    .detail-page [class*=col-].detail-page__content-region .promo-banner__text-region .h2, .detail-page [class*=col-].detail-page__content-region .promo-banner__text-region .panel--heading-large .panel__title, .detail-page [class*=col-].detail-page__content-region .promo-banner__text-region .steps__heading, .detail-page [class*=col-].detail-page__content-region .promo-banner__text-region h2, .detail-page [class*=col-].detail-page__content-region .promo-content__text-region .h2, .detail-page [class*=col-].detail-page__content-region .promo-content__text-region .panel--heading-large .panel__title, .detail-page [class*=col-].detail-page__content-region .promo-content__text-region .steps__heading, .detail-page [class*=col-].detail-page__content-region .promo-content__text-region h2, .panel--heading-large .detail-page [class*=col-].detail-page__content-region .promo-banner__text-region .panel__title, .panel--heading-large .detail-page [class*=col-].detail-page__content-region .promo-content__text-region .panel__title {
        font-size: 2.25rem;
        line-height: 2.625rem
    }

    .detail-page [class*=col-].detail-page__content-region .promo-content--padding-lg.promo-banner--text-region-right, .detail-page [class*=col-].detail-page__content-region .promo-content--text-region-right.promo-content--padding-lg {
        padding: 0;
        margin-left: 0
    }

        .detail-page [class*=col-].detail-page__content-region .promo-content--padding-lg.promo-banner--text-region-right .promo-content__graphical-region, .detail-page [class*=col-].detail-page__content-region .promo-content--text-region-right.promo-content--padding-lg .promo-content__graphical-region {
            margin-top: 0;
            margin-left: 0
        }

    .detail-page [class*=col-].detail-page__content-region .promo-content--text-region-bottom:not(.promo-content--overlap-none) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .detail-page [class*=col-].detail-page__content-region .promo-content__graphical-region--zigzag-corner {
        position: relative;
        padding-top: 56.25%
    }

        .detail-page [class*=col-].detail-page__content-region .promo-content__graphical-region--zigzag-corner iframe {
            position: absolute;
            top: 0
        }

        .detail-page [class*=col-].detail-page__content-region .promo-content__graphical-region--zigzag-corner:after, .detail-page [class*=col-].detail-page__content-region .promo-content__graphical-region--zigzag-corner:before {
            display: none
        }
}

@media (min-width:768px) and (max-width:1199.98px) {
    .detail-page [class*=col-].detail-page__content-region .promo-content--overlap-none.promo-banner--region-size-halves > *, .detail-page [class*=col-].detail-page__content-region .promo-content--overlap-none.promo-content--region-size-halves > * {
        width: 100%
    }

    .detail-page [class*=col-].detail-page__content-region .promo-content--overlap-none.promo-content--text-region-left .promo-content__graphical-region {
        border-top-left-radius: 1.25rem;
        border-bottom-right-radius: 0
    }

    .detail-page [class*=col-].detail-page__content-region .promo-content--overlap-none.promo-banner--text-region-right .promo-content__graphical-region, .detail-page [class*=col-].detail-page__content-region .promo-content--overlap-none.promo-content--text-region-right .promo-content__graphical-region {
        border-top-right-radius: 1.25rem;
        border-bottom-left-radius: 0
    }
}

@media (max-width:1199.98px) {
    .detail-page [class*=col-].detail-page__content-region .promo-content--text-region-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .detail-page [class*=col-].detail-page__content-region .promo-content__graphical-region--media .bg-img-fluid {
        --bs-aspect-ratio: 75%
    }
}

.promo-content {
    gap: 20px
}

@media (min-width:768px) {
    .promo-content {
        gap: 60px
    }
}

@media (min-width:768px) {
    .promo-content--bg-primary {
        background-color: #f6f6f6
    }
}

@media (min-width:768px) {
    .promo-content--bg-secondary {
        background-color: #fff
    }
}

@media (max-width:767.98px) {
    .promo-content--bg-gradient-mobile:before {
        content: "";
        display: block;
        left: -20px;
        top: 20px;
        position: absolute;
        width: calc(100% + 40px);
        height: 100%;
        background: transparent -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#fff)) 0 0 no-repeat;
        background: transparent linear-gradient(180deg,#f6f6f6,#fff) 0 0 no-repeat;
        z-index: 0
    }
}

@media (max-width:767.98px) {
    .promo-content--bg-gradient-mobile.promo-content--region-size-full:before {
        top: 0
    }

    .promo-content--bg-gradient-mobile.promo-content--region-size-full .promo-banner__text-region, .promo-content--bg-gradient-mobile.promo-content--region-size-full .promo-content__text-region {
        padding-top: 20px
    }
}

.promo-content--overlap-none {
    gap: 0
}

@media (min-width:768px) {
    .promo-content--overlap-none.promo-banner--region-size-halves > *, .promo-content--overlap-none.promo-content--region-size-halves > * {
        width: 50%
    }
}

.promo-content--overlap-none .promo-banner__text-region a, .promo-content--overlap-none .promo-content__text-region a {
    font-weight: 700
}

@media (max-width:767.98px) {
    .promo-content--overlap-none .promo-banner__text-region, .promo-content--overlap-none .promo-content__text-region {
        padding: 20px;
        background-color: #f6f6f6;
        border-bottom-left-radius: .625rem;
        border-bottom-right-radius: .625rem
    }
}

@media (min-width:768px) {
    .promo-content--overlap-none .promo-banner__text-region, .promo-content--overlap-none .promo-content__text-region {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 60px
    }
}

.promo-content--overlap-none .promo-content__graphical-region {
    overflow: hidden
}

@media (max-width:767.98px) {
    .promo-content--overlap-none .promo-content__graphical-region {
        border-top-left-radius: .625rem;
        border-top-right-radius: .625rem
    }
}

@media (min-width:768px) {
    .promo-content--text-region-left.promo-content--overlap-none .promo-content__graphical-region {
        border-top-right-radius: 1.25rem;
        border-bottom-right-radius: 1.25rem
    }

    .promo-content--overlap-none.promo-banner--text-region-right .promo-content__graphical-region, .promo-content--text-region-right.promo-content--overlap-none .promo-content__graphical-region {
        border-top-left-radius: 1.25rem;
        border-bottom-left-radius: 1.25rem
    }
}

@media (min-width:768px) {
    .promo-banner--text-region-right, .promo-content--text-region-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (max-width:767.98px) {
    .promo-content--text-region-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .promo-content--text-region-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (min-width:768px) {
    .promo-content--region-size-thirds .promo-banner__text-region, .promo-content--region-size-thirds .promo-content__text-region {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

@media (min-width:768px) {
    .promo-content--region-size-thirds .promo-content__graphical-region {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2
    }
}

.promo-banner--region-size-halves > *, .promo-content--region-size-halves > * {
    width: 100%
}

@media (min-width:768px) {
    .promo-content--region-size-full {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media (min-width:768px) {
    .promo-content--triangle {
        position: relative
    }

        .promo-content--triangle:before {
            content: "";
            position: absolute;
            top: 100%;
            left: calc(25% - 30px);
            width: 0;
            height: 0;
            border-color: #f6f6f6 transparent transparent;
            border-style: solid;
            border-width: 30px 30px 0
        }
}

@media (min-width:768px) and (max-width:767.98px) {
    .promo-content--triangle:before {
        left: calc(25% - 20px);
        border-width: 20px 20px 0
    }
}

.promo-content.promo-content--evacuation-map .promo-content__graphical-region:before {
    padding-top: 195%
}

@media (min-width:576px) {
    .promo-content.promo-content--evacuation-map .promo-content__graphical-region:before {
        padding-top: 120%
    }
}

@media (min-width:768px) {
    .promo-content.promo-content--evacuation-map .promo-content__graphical-region:before {
        padding-top: 110%
    }
}

@media (min-width:992px) {
    .promo-content.promo-content--evacuation-map .promo-content__graphical-region:before {
        padding-top: 80%
    }
}

@media (min-width:1200px) {
    .promo-content.promo-content--evacuation-map .promo-content__graphical-region:before {
        padding-top: 65%
    }
}

@media (min-width:1400px) {
    .promo-content.promo-content--evacuation-map .promo-content__graphical-region:before {
        padding-top: 55%
    }
}

@media (min-width:768px) {
    .promo-content--padding-lg.promo-banner--text-region-right, .promo-content--text-region-left.promo-content--padding-lg, .promo-content--text-region-right.promo-content--padding-lg {
        margin-top: 60px
    }

    .promo-content--region-size-full.promo-content--padding-lg {
        margin-bottom: 60px
    }

    .promo-content--region-size-full.promo-content--padding-lg, .promo-content--text-region-left.promo-content--padding-lg {
        margin-right: 60px
    }

    .promo-content--padding-lg.promo-banner--text-region-right, .promo-content--text-region-right.promo-content--padding-lg {
        margin-left: 60px
    }
}

@media (min-width:768px) {
    .promo-content--padding-lg {
        padding: 60px
    }
}

@media (min-width:768px) {
    .promo-content__text-region--align-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.dropdown.dropdown--hero-banner-feature .promo-banner__text-region-buttons .button + .dropdown-toggle, .dropdown.dropdown--hero-banner-feature .promo-banner__text-region-buttons .dropdown-toggle + .button, .dropdown.dropdown--hero-banner-feature .promo-banner__text-region-buttons .dropdown-toggle + .dropdown-toggle, .dropdown.dropdown--hero-banner-feature .promo-content__text-region-buttons .button + .dropdown-toggle, .dropdown.dropdown--hero-banner-feature .promo-content__text-region-buttons .dropdown-toggle + .button, .dropdown.dropdown--hero-banner-feature .promo-content__text-region-buttons .dropdown-toggle + .dropdown-toggle, .promo-banner__text-region-buttons .button + .button, .promo-banner__text-region-buttons .dropdown.dropdown--hero-banner-feature .button + .dropdown-toggle, .promo-banner__text-region-buttons .dropdown.dropdown--hero-banner-feature .dropdown-toggle + .button, .promo-banner__text-region-buttons .dropdown.dropdown--hero-banner-feature .dropdown-toggle + .dropdown-toggle, .promo-content__text-region-buttons .button + .button, .promo-content__text-region-buttons .dropdown.dropdown--hero-banner-feature .button + .dropdown-toggle, .promo-content__text-region-buttons .dropdown.dropdown--hero-banner-feature .dropdown-toggle + .button, .promo-content__text-region-buttons .dropdown.dropdown--hero-banner-feature .dropdown-toggle + .dropdown-toggle {
    margin-top: .625rem
}

@media (min-width:768px) {
    .dropdown.dropdown--hero-banner-feature .promo-banner__text-region-buttons .dropdown-toggle:not(:last-child), .dropdown.dropdown--hero-banner-feature .promo-content__text-region-buttons .dropdown-toggle:not(:last-child), .promo-banner__text-region-buttons .button:not(:last-child), .promo-banner__text-region-buttons .dropdown.dropdown--hero-banner-feature .dropdown-toggle:not(:last-child), .promo-content__text-region-buttons .button:not(:last-child), .promo-content__text-region-buttons .dropdown.dropdown--hero-banner-feature .dropdown-toggle:not(:last-child) {
        margin-right: 30px
    }
}

.panel--heading-large .promo-banner__text-region .panel__title, .panel--heading-large .promo-content__text-region .panel__title, .promo-banner__text-region .h2, .promo-banner__text-region .panel--heading-large .panel__title, .promo-banner__text-region .steps__heading, .promo-banner__text-region h2, .promo-content__text-region .h2, .promo-content__text-region .panel--heading-large .panel__title, .promo-content__text-region .steps__heading, .promo-content__text-region h2 {
    margin-bottom: 20px
}

    .panel--heading-large .promo-banner__text-region .panel__title span, .panel--heading-large .promo-content__text-region .panel__title span, .promo-banner__text-region .h2 span, .promo-banner__text-region .panel--heading-large .panel__title span, .promo-banner__text-region .steps__heading span, .promo-banner__text-region h2 span, .promo-content__text-region .h2 span, .promo-content__text-region .panel--heading-large .panel__title span, .promo-content__text-region .steps__heading span, .promo-content__text-region h2 span {
        display: block
    }

@media (max-width:767.98px) {
    .dropdown.dropdown--hero-banner-feature .promo-banner__text-region .dropdown-toggle, .dropdown.dropdown--hero-banner-feature .promo-content__text-region .dropdown-toggle, .promo-banner__text-region .btn-secondary, .promo-banner__text-region .dropdown.dropdown--hero-banner-feature .dropdown-toggle, .promo-content__text-region .btn-secondary, .promo-content__text-region .dropdown.dropdown--hero-banner-feature .dropdown-toggle {
        width: 100%
    }

    .panel--heading-large .promo-banner__text-region .panel__title, .panel--heading-large .promo-content__text-region .panel__title, .promo-banner__text-region .h2, .promo-banner__text-region .panel--heading-large .panel__title, .promo-banner__text-region .steps__heading, .promo-banner__text-region h2, .promo-content__text-region .h2, .promo-content__text-region .panel--heading-large .panel__title, .promo-content__text-region .steps__heading, .promo-content__text-region h2 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

.promo-content__icon {
    background-color: #fff;
    width: 60px;
    height: 60px
}

    .promo-content__icon:before {
        font-size: calc(1.28125rem + .375vw);
        color: #069
    }

@media (min-width:1200px) {
    .promo-content__icon:before {
        font-size: 1.5625rem
    }
}

@media (max-width:767.98px) {
    .promo-content__icon.icon-video {
        background-color: #eee
    }
}

.promo-content__graphical-region {
    position: relative
}

    .promo-content__graphical-region > * {
        width: 100%;
        height: 100%
    }

.promo-content__graphical-region--rounded-corners {
    border-radius: 1.25rem
}

@media (max-width:767.98px) {
    .promo-content__graphical-region--rounded-corners {
        border-radius: .625rem
    }
}

@media (max-width:767.98px) {
    .promo-content--region-size-full .promo-content__graphical-region--rounded-corners {
        border-radius: 0
    }
}

@media (min-width:768px) {
    .promo-content--region-size-full .promo-content__graphical-region--rounded-corners {
        -webkit-box-shadow: 0 10px 80px rgba(0,0,0,.1);
        box-shadow: 0 10px 80px rgba(0,0,0,.1);
        border-radius: .625rem;
        border: 10px solid #fff
    }
}

@media (min-width:768px) and (max-width:767.98px) {
    .promo-content--region-size-full .promo-content__graphical-region--rounded-corners {
        -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.1);
        box-shadow: 0 5px 25px rgba(0,0,0,.1)
    }
}

.promo-content__graphical-region--padding-lg {
    padding: 60px
}

@media (max-width:767.98px) {
    .promo-content__graphical-region--padding-lg {
        padding: 20px
    }
}

.promo-content__graphical-region--drop-shadow {
    -webkit-filter: drop-shadow(0 10px 80px rgba(0,0,0,.1));
    filter: drop-shadow(0 10px 80px #0000001A)
}

@media (max-width:767.98px) {
    .promo-content__graphical-region--drop-shadow {
        -webkit-filter: drop-shadow(0 5px 25px rgba(0,0,0,.1));
        filter: drop-shadow(0 5px 25px #0000001A)
    }
}

.promo-content__graphical-region--bg-primary {
    background-color: #212f5c
}

.promo-content__graphical-region--bg-secondary {
    background-color: #003615
}

    .promo-content__graphical-region--bg-primary, .promo-content__graphical-region--bg-primary a, .promo-content__graphical-region--bg-secondary, .promo-content__graphical-region--bg-secondary a {
        color: #fff
    }

.promo-content--region-size-full .promo-content__graphical-region {
    width: auto;
    --bs-aspect-ratio: 42.85714%
}

@media (max-width:767.98px) {
    .promo-content--region-size-full .promo-content__graphical-region:before {
        padding-top: 25rem
    }
}

@media (max-width:767.98px) {
    .promo-content__graphical-region--media {
        position: relative;
        width: 100%
    }

        .promo-content__graphical-region--media:before {
            content: "";
            display: block;
            padding-top: 75%
        }

        .promo-content__graphical-region--media > * {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%
        }
}

@media (min-width:768px) {
    .promo-content__graphical-region--media {
        min-height: 25rem
    }
}

@media (max-width:767.98px) {
    .promo-content__graphical-region--zigzag-corner {
        width: calc(100% + 40px);
        left: -20px
    }
}

@media (min-width:768px) {
    .promo-content--padding-lg.promo-banner--text-region-right .promo-content__graphical-region--zigzag-corner:after, .promo-content--padding-lg.promo-banner--text-region-right .promo-content__graphical-region--zigzag-corner:before, .promo-content--text-region-left.promo-content--padding-lg .promo-content__graphical-region--zigzag-corner:after, .promo-content--text-region-left.promo-content--padding-lg .promo-content__graphical-region--zigzag-corner:before, .promo-content--text-region-right.promo-content--padding-lg .promo-content__graphical-region--zigzag-corner:after, .promo-content--text-region-right.promo-content--padding-lg .promo-content__graphical-region--zigzag-corner:before {
        content: "";
        position: absolute;
        top: 100%;
        display: block
    }

    .promo-content--padding-lg.promo-banner--text-region-right .promo-content__graphical-region--zigzag-corner:before, .promo-content--text-region-left.promo-content--padding-lg .promo-content__graphical-region--zigzag-corner:before, .promo-content--text-region-right.promo-content--padding-lg .promo-content__graphical-region--zigzag-corner:before {
        height: 60px;
        width: calc(100% - 150px);
        background-color: #fff
    }

    .promo-content--padding-lg.promo-banner--text-region-right .promo-content__graphical-region--zigzag-corner:after, .promo-content--text-region-left.promo-content--padding-lg .promo-content__graphical-region--zigzag-corner:after, .promo-content--text-region-right.promo-content--padding-lg .promo-content__graphical-region--zigzag-corner:after {
        width: 0;
        height: 0;
        border-style: solid
    }

    .promo-content--text-region-left.promo-content--padding-lg .promo-content__graphical-region--zigzag-corner:before {
        right: 0
    }

    .promo-content--text-region-left.promo-content--padding-lg .promo-content__graphical-region--zigzag-corner:after {
        border-width: 0 150px 60px 0;
        border-color: transparent #eee transparent transparent
    }

    .promo-content--padding-lg.promo-banner--text-region-right .promo-content__graphical-region--zigzag-corner:after, .promo-content--text-region-right.promo-content--padding-lg .promo-content__graphical-region--zigzag-corner:after {
        right: 0;
        border-width: 60px 150px 0 0;
        border-color: #eee transparent transparent
    }
}

@media (min-width:768px) {
    .promo-content--padding-lg.promo-banner--text-region-right .promo-content__graphical-region, .promo-content--text-region-left.promo-content--padding-lg .promo-content__graphical-region, .promo-content--text-region-right.promo-content--padding-lg .promo-content__graphical-region {
        margin-top: -120px
    }

    .promo-content--region-size-full.promo-content--padding-lg .promo-content__graphical-region {
        margin-bottom: -120px
    }

    .promo-content--region-size-full.promo-content--padding-lg .promo-content__graphical-region, .promo-content--text-region-left.promo-content--padding-lg .promo-content__graphical-region {
        margin-right: -120px
    }

    .promo-content--padding-lg.promo-banner--text-region-right .promo-content__graphical-region, .promo-content--text-region-right.promo-content--padding-lg .promo-content__graphical-region {
        margin-left: -120px
    }
}

.promo-content__graphical-region .profile__description a:focus {
    outline-color: #fff
}

.profile-circle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

    .profile-circle .profile__img {
        margin-right: 1.5rem;
        max-width: 7.125rem;
        background-size: cover;
        background-repeat: no-repeat;
        border: 4px solid #fff
    }

@media (max-width:767.98px) {
    .profile-circle .profile__img {
        max-width: 5rem
    }
}

@media (min-width:768px) {
    .profile-circle .profile__description strong {
        font-size: 1.125rem;
        line-height: 1.6875rem
    }
}

.profile-circle .profile__description p {
    line-height: 1.6875rem
}

.profile-circle--detail-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    border-radius: .625rem;
    padding: 20px;
    background-color: #f6f6f6
}

@media (min-width:768px) {
    .profile-circle--detail-page {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px
    }
}

.profile-circle--detail-page .profile__img {
    border: 0;
    max-width: 7.5rem;
    margin-bottom: 20px
}

@media (min-width:768px) {
    .profile-circle--detail-page .profile__img {
        margin-bottom: 0;
        margin-right: 30px
    }
}

.profile-circle--detail-page .profile__description strong {
    font-size: 1.3125rem;
    line-height: 1.5rem
}

    .profile-circle--detail-page .profile__description strong a {
        text-decoration: none
    }

        .profile-circle--detail-page .profile__description strong a:hover {
            text-decoration: underline
        }

.profile-circle--detail-page .profile__description p {
    line-height: 1.5rem
}

.card-img-overlay {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(60%,transparent),color-stop(90%,rgba(0,0,0,.9)));
    background: linear-gradient(180deg,transparent 60%,rgba(0,0,0,.9) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#e6000000",GradientType=0)
}

    .card-img-overlay a:link, .card-img-overlay a:visited {
        text-decoration: none
    }

.profile-circle-grid__heading {
    margin-bottom: 2.8rem
}

@media (min-width:768px) {
    .profile-circle-grid__heading {
        margin-bottom: 4.375rem
    }
}

.profile-circle-grid__col + .profile-circle-grid__col {
    margin-top: 20px !important
}

@media (min-width:768px) {
    .profile-circle-grid__col + .profile-circle-grid__col {
        margin-top: 40px !important
    }
}

@media (max-width:767.98px) {
    .detail-page__content-region:not(.col-md-8):not(.news-list__primary) .profile-circle-grid__row {
        display: block !important
    }
}

@media (min-width:768px) {
    .detail-page__content-region:not(.col-md-8):not(.news-list__primary) .profile-circle-grid__col + .profile-circle-grid__col {
        margin-top: 0 !important
    }

    .detail-page__content-region:not(.col-md-8):not(.news-list__primary) .profile-circle-grid__col:nth-child(n+3) {
        margin-top: 60px !important
    }
}

html {
    -ms-overflow-style: scrollbar
}

.return-top {
    position: fixed;
    z-index: 99999;
    right: -100px;
    bottom: 90px;
    padding: 10px 15px;
    border: 1px solid #046b99;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    color: #046b99;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

    .return-top:before {
        content: "\e907";
        font-family: iconfont !important;
        font-weight: 400;
        font-size: 1rem
    }

    .return-top.is-visible {
        opacity: 1;
        visibility: visible;
        display: inline;
        background-color: var(--white,#fff);
        bottom: 90px;
        right: 0
    }

        .return-top.is-visible:hover {
            background-color: var(--gray-100,#f3f3f4);
            -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.5);
            box-shadow: 0 2px 4px rgba(0,0,0,.5)
        }

        .return-top.is-visible:focus, .return-top.is-visible:hover {
            color: var(--color-p2-darker,#214a68);
            border-color: var(--color-p2-darker,#214a68)
        }

@media (min-width:768px) {
    .dataTables_wrapper .return-top .dataTables_info, .return-top .dataTables_wrapper .dataTables_info, .return-top .hero-banner__heading-divider, .return-top .site-search__label, .return-top .spotlights__main-heading-divider, .return-top .visually-hidden {
        position: relative !important;
        width: unset !important;
        height: unset !important;
        padding: 0 0 0 3px !important;
        margin: 0 !important;
        overflow: visible !important;
        clip: unset !important
    }
}

.rich-text > .scChromeData:first-child + .scWebEditInput > :first-child, .rich-text > :first-child {
    margin-top: 0
}

.rich-text img {
    max-width: 100%;
    height: auto !important
}

.dropdown.dropdown--hero-banner-feature .rich-text a.dropdown-toggle, .rich-text .dropdown.dropdown--hero-banner-feature a.dropdown-toggle, .rich-text a.btn, .rich-text a.button {
    text-transform: uppercase;
    letter-spacing: .05em
}

.main-content:not(.homepage) .rich-text {
    line-height: 1.5
}

    .main-content:not(.homepage) .rich-text a:not(.button), .main-content:not(.homepage) .rich-text em, .main-content:not(.homepage) .rich-text li, .main-content:not(.homepage) .rich-text p, .main-content:not(.homepage) .rich-text strong {
        line-height: 1.5
    }

    .main-content:not(.homepage) .rich-text li {
        margin-bottom: .6em
    }

.detail-page .detail-page__content .rich-text {
    font-size: 1.3125rem;
    line-height: 2rem
}

    .detail-page .detail-page__content .rich-text a:not(.button), .detail-page .detail-page__content .rich-text em, .detail-page .detail-page__content .rich-text li, .detail-page .detail-page__content .rich-text p, .detail-page .detail-page__content .rich-text strong {
        line-height: 2rem
    }

    .detail-page .detail-page__content .rich-text * + .expanding-card-grid__item-toggle-heading, .detail-page .detail-page__content .rich-text * + .h2, .detail-page .detail-page__content .rich-text * + .h3, .detail-page .detail-page__content .rich-text * + .h4, .detail-page .detail-page__content .rich-text * + .h5, .detail-page .detail-page__content .rich-text * + .h6, .detail-page .detail-page__content .rich-text * + .spotlights__item-heading, .detail-page .detail-page__content .rich-text * + .steps__heading, .detail-page .detail-page__content .rich-text * + h2, .detail-page .detail-page__content .rich-text * + h3, .detail-page .detail-page__content .rich-text * + h4, .detail-page .detail-page__content .rich-text * + h5, .detail-page .detail-page__content .rich-text * + h6, .detail-page .detail-page__content .rich-text .panel--heading-large * + .panel__title, .panel--heading-large .detail-page .detail-page__content .rich-text * + .panel__title {
        margin-top: 1.5rem
    }

@media (min-width:768px) {
    .detail-page .detail-page__content .rich-text * + .expanding-card-grid__item-toggle-heading, .detail-page .detail-page__content .rich-text * + .h2, .detail-page .detail-page__content .rich-text * + .h3, .detail-page .detail-page__content .rich-text * + .h4, .detail-page .detail-page__content .rich-text * + .h5, .detail-page .detail-page__content .rich-text * + .h6, .detail-page .detail-page__content .rich-text * + .spotlights__item-heading, .detail-page .detail-page__content .rich-text * + .steps__heading, .detail-page .detail-page__content .rich-text * + h2, .detail-page .detail-page__content .rich-text * + h3, .detail-page .detail-page__content .rich-text * + h4, .detail-page .detail-page__content .rich-text * + h5, .detail-page .detail-page__content .rich-text * + h6, .detail-page .detail-page__content .rich-text .panel--heading-large * + .panel__title, .panel--heading-large .detail-page .detail-page__content .rich-text * + .panel__title {
        margin-top: 2.25rem
    }
}

.detail-page .detail-page__content .rich-text .h2, .detail-page .detail-page__content .rich-text .panel--heading-large .panel__title, .detail-page .detail-page__content .rich-text .steps__heading, .detail-page .detail-page__content .rich-text h2, .panel--heading-large .detail-page .detail-page__content .rich-text .panel__title {
    font-size: calc(1.3875rem + 1.65vw)
}

@media (min-width:1200px) {
    .detail-page .detail-page__content .rich-text .h2, .detail-page .detail-page__content .rich-text .panel--heading-large .panel__title, .detail-page .detail-page__content .rich-text .steps__heading, .detail-page .detail-page__content .rich-text h2, .panel--heading-large .detail-page .detail-page__content .rich-text .panel__title {
        font-size: 2.625rem
    }
}

main > .rich-text {
    margin-bottom: 1.5rem
}

.section--default {
    background-color: #f6f6f6
}

.section--primary {
    background-color: #212f5c;
    background-size: cover;
    color: #fff
}

    .section--primary a:not(.button) {
        color: #fff
    }

        .section--primary a:not(.button):focus {
            outline-color: #fff
        }

        .section--primary a:not(.button):focus, .section--primary a:not(.button):hover {
            color: #fff
        }

/*.section--utility-header {
    background-color: #212f5c;
    background-size: cover;
    color: #fff
}*/
.section--utility-header {
    background-color: #b21f24;
    background-size: cover;
    color: #fff
}

    .section--utility-header a:not(.button) {
        color: #fff
    }

        .section--utility-header a:not(.button):focus {
            outline-color: #fff
        }

        .section--utility-header a:not(.button):focus, .section--utility-header a:not(.button):hover {
            color: #fff
        }

.section--bg-gradient-mobile {
    position: relative
}

@media (max-width:767.98px) {
    .section--bg-gradient-mobile:before {
        content: "";
        display: block;
        left: -20px;
        top: 20px;
        position: absolute;
        width: calc(100% + 40px);
        height: 100%;
        background: transparent -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#fff)) 0 0 no-repeat;
        background: transparent linear-gradient(180deg,#f6f6f6,#fff) 0 0 no-repeat;
        z-index: 0
    }
}

@media (max-width:767.98px) {
    .section--bg-gradient-mobile .section__main {
        position: relative;
        padding-top: 20px
    }

    .section--bg-gradient-mobile:before {
        top: 0
    }
}

@media (max-width:767.98px) {
    .section.bg-light:not(.section--with-bgcolor), .section:not(.section--with-bgcolor) .bg-light:not(.abstract--shaped-img) {
        background-color: unset !important
    }

        .panel--heading-large .section.bg-light:not(.section--with-bgcolor) .panel__title, .panel--heading-large .section:not(.section--with-bgcolor) .bg-light:not(.abstract--shaped-img) .panel__title, .section.bg-light:not(.section--with-bgcolor) .h2, .section.bg-light:not(.section--with-bgcolor) .panel--heading-large .panel__title, .section.bg-light:not(.section--with-bgcolor) .steps__heading, .section.bg-light:not(.section--with-bgcolor) h2, .section:not(.section--with-bgcolor) .bg-light:not(.abstract--shaped-img) .h2, .section:not(.section--with-bgcolor) .bg-light:not(.abstract--shaped-img) .panel--heading-large .panel__title, .section:not(.section--with-bgcolor) .bg-light:not(.abstract--shaped-img) .steps__heading, .section:not(.section--with-bgcolor) .bg-light:not(.abstract--shaped-img) h2 {
            font-size: 1.5rem
        }

        .detail-page__content-region:not(.col-md-8):not(.news-list__primary):not(.news-list__primary) .section.bg-light:not(.section--with-bgcolor) .profile-circle-grid__row, .detail-page__content-region:not(.col-md-8):not(.news-list__primary):not(.news-list__primary) .section:not(.section--with-bgcolor) .bg-light:not(.abstract--shaped-img) .profile-circle-grid__row, .section.bg-light:not(.section--with-bgcolor) .detail-page__content-region:not(.col-md-8):not(.news-list__primary):not(.news-list__primary) .profile-circle-grid__row, .section.bg-light:not(.section--with-bgcolor) .expanding-card-grid, .section.bg-light:not(.section--with-bgcolor) .news-list, .section.bg-light:not(.section--with-bgcolor) .row, .section.bg-light:not(.section--with-bgcolor) .spotlights, .section:not(.section--with-bgcolor) .bg-light:not(.abstract--shaped-img) .detail-page__content-region:not(.col-md-8):not(.news-list__primary):not(.news-list__primary) .profile-circle-grid__row, .section:not(.section--with-bgcolor) .bg-light:not(.abstract--shaped-img) .expanding-card-grid, .section:not(.section--with-bgcolor) .bg-light:not(.abstract--shaped-img) .news-list, .section:not(.section--with-bgcolor) .bg-light:not(.abstract--shaped-img) .row, .section:not(.section--with-bgcolor) .bg-light:not(.abstract--shaped-img) .spotlights {
            gap: 30px
        }

    .section:not(.section--with-bgcolor).p-5, .section:not(.section--with-bgcolor) .p-5 {
        padding: 0 !important
    }
}

.shaped-img__image {
    -o-object-fit: cover;
    object-fit: cover
}

.shaped-img--shield .shaped-img__inner {
    --bs-aspect-ratio: 130.43478%;
    -webkit-clip-path: url(#shapedImgClipPathShield);
    clip-path: url(#shapedImgClipPathShield)
}

.shaped-img--california .shaped-img__inner {
    --bs-aspect-ratio: 115.38462%;
    -webkit-clip-path: url(#shapedImgClipPathCA);
    clip-path: url(#shapedImgClipPathCA)
}

.shaped-img--drop-shadow {
    -webkit-filter: drop-shadow(0 10px 80px rgba(0,0,0,.1));
    filter: drop-shadow(0 10px 80px #0000001A)
}

@media (max-width:767.98px) {
    .shaped-img--drop-shadow {
        -webkit-filter: drop-shadow(0 5px 25px rgba(0,0,0,.1));
        filter: drop-shadow(0 5px 25px #0000001A)
    }
}

.sidebar {
    border: 0
}

@media (min-width:768px) {
    .sidebar {
        max-width: 30rem
    }
}

.panel--heading-large .sidebar .panel__title, .sidebar .h2, .sidebar .panel--heading-large .panel__title, .sidebar .steps__heading, .sidebar h2 {
    color: #212f5c
}

.sidebar .heading-with-bar {
    margin-bottom: 30px
}

.sidebar .btn {
    text-transform: uppercase
}

.panel--heading-large .sidebar.bg-primary .panel__title, .sidebar.bg-primary .h2, .sidebar.bg-primary .panel--heading-large .panel__title, .sidebar.bg-primary .steps__heading, .sidebar.bg-primary h2 {
    color: #fff
}

@media (min-width:768px) {
    .sidebar--profile {
        margin-top: -13rem
    }
}

.site-search {
    max-width: 100%;
    z-index: 1001;
    width: 100%
}

.site-search__toggle {
    background: none;
    height: 3rem;
    width: 3rem;
    position: absolute;
    right: 7%;
    top: 52px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1002
}

@media (max-width:1199.98px) {
    .site-search__toggle {
        right: calc(7% + 2.25rem)
    }
}

@media (min-width:576px) {
    .site-search__toggle {
        display: none
    }
}

.site-search__toggle.site-search__toggle:focus {
    outline: 2px solid #000;
    outline-offset: -2px
}

.site-search__toggle[aria-expanded=true] .site-search__icon:before {
    display: none
}

.site-search__toggle[aria-expanded=true] .site-search__hamburger-inner {
    left: 12px;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media (max-width:575.98px) {
    .site-search__toggle[aria-expanded=true] .site-search__hamburger-inner {
        left: 14px
    }
}

.site-search__toggle[aria-expanded=true] .site-search__hamburger-inner, .site-search__toggle[aria-expanded=true] .site-search__hamburger-inner:after {
    width: 1.5rem;
    height: 3px;
    background-color: #212f5c;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

@media (max-width:575.98px) {
    .site-search__toggle[aria-expanded=true] .site-search__hamburger-inner, .site-search__toggle[aria-expanded=true] .site-search__hamburger-inner:after {
        width: 20px;
        height: 3px
    }
}

.site-search__toggle[aria-expanded=true] .site-search__hamburger-inner:after {
    content: "";
    left: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.site-search__toggle .site-search__icon:before {
    content: "\e939";
    color: #212f5c;
    font-family: iconfont;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 1.5rem;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media (max-width:1199.98px) {
    .site-search__toggle .site-search__icon:before {
        font-size: 18px;
        height: 1.125rem;
        margin-top: -2px
    }
}

.site-search__toggle[aria-expanded=true] + form {
    display: block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: 1001;
    background: #e6e6e6;
    max-width: 1440px;
    padding: 1.125rem 0;
    text-align: center
}

@media (min-width:1200px) {
    .site-search__toggle[aria-expanded=true] + form:before {
        content: "";
        background: #f6f6f6;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        height: 100%;
        width: 100vw;
        max-width: 1440px
    }
}

@media (max-width:1199.98px) {
    .site-search__toggle[aria-expanded=true] + form {
        background: #fff;
        padding-left: 5%;
        padding-right: 5%;
        left: 0;
        -webkit-transform: none;
        transform: none;
        width: 100%
    }
}

.site-search__toggle[aria-expanded=true] + form input {
    width: 30em
}

@media (max-width:767.98px) {
    .site-search__toggle[aria-expanded=true] + form button, .site-search__toggle[aria-expanded=true] + form input {
        width: 100%
    }
}

.site-search__form {
    position: relative
}

.site-search__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #f6f6f6;
    border-radius: 0;
    margin: 0;
    padding: 0 12px 0 24px;
    width: 100%;
    background-color: #eee
}

    .site-search__input::-webkit-input-placeholder {
        color: #0a0c0e;
        font-style: italic
    }

    .site-search__input::-moz-placeholder {
        color: #0a0c0e;
        font-style: italic
    }

    .site-search__input::-ms-input-placeholder {
        color: #0a0c0e;
        font-style: italic
    }

    .site-search__input::placeholder {
        color: #0a0c0e;
        font-style: italic
    }

.high-contrast .site-search__input::-webkit-input-placeholder {
    color: #fac52d
}

.high-contrast .site-search__input::-moz-placeholder {
    color: #fac52d
}

.high-contrast .site-search__input::-ms-input-placeholder {
    color: #fac52d
}

.high-contrast .site-search__input::placeholder {
    color: #fac52d
}

.site-search__input:focus {
    border: 1px solid #fff;
    outline: 3px solid #0a0c0e;
    outline-offset: 0
}

@media (max-width:1199.98px) {
    .site-search__input {
        margin-bottom: .75rem
    }
}

.site-search .button--search, .site-search__input {
    height: 3rem;
    position: relative;
    vertical-align: top
}

.site-search .button--search {
    font-size: .875rem;
    background-color: #212f5c
}

@media (max-width:767.98px) {
    .site-search .button--search {
        width: 100%
    }
}

.site-search .button--search .button__icon:before {
    content: "\e939";
    color: #212f5c;
    font-family: iconfont;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 1.5rem;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media (max-width:767.98px) {
    .site-search .button--search .button__icon:before {
        font-size: 18px;
        height: 1.125rem;
        margin-top: -2px
    }
}

@media (max-width:575.98px) {
    .site-search .button--search .button__icon:before {
        margin-top: -4px
    }
}

.site-search.site-search--search-page .site-search__toggle {
    display: none !important
}

.site-search.site-search--search-page .site-search__input {
    background-color: #fff
}

html.high-contrast *, html.high-contrast :after, html.high-contrast :before {
    background-color: #000 !important;
    background-image: none !important;
    border-color: #ffd600 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #ffd600 !important;
    text-shadow: none !important
}

.dropdown.dropdown--hero-banner-feature html.high-contrast .dropdown-toggle, html.high-contrast .button, html.high-contrast .dropdown.dropdown--hero-banner-feature .dropdown-toggle {
    border: 1px solid #ffd600 !important
}

    .dropdown.dropdown--hero-banner-feature html.high-contrast .enableHighContrastMode.dropdown-toggle:focus, html.high-contrast .button.enableHighContrastMode:focus, html.high-contrast .dropdown.dropdown--hero-banner-feature .enableHighContrastMode.dropdown-toggle:focus {
        outline-color: #000
    }

html.high-contrast .disableHighContrastMode.active, html.high-contrast .enableHighContrastMode.active {
    background: #ffd600 !important;
    color: #000 !important
}

html.high-contrast .btn-close {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffd600'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") !important;
    opacity: 1
}

html.high-contrast .google-translate :focus {
    outline-color: #fff
}

.site-settings {
    width: 100%;
    padding-right: var(--bs-gutter-x,30px);
    padding-left: var(--bs-gutter-x,30px);
    margin-right: auto;
    margin-left: auto;
    text-align: center
}

@media (max-width:767.98px) {
    .site-settings {
        padding: 0 !important
    }
}

@media (max-width:767.98px) {
    .site-settings .btn-group {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100%
    }
}

.site-settings .btn-group[role=group] {
    display: inline-block;
    margin: 0 1.5rem
}

@media (max-width:575.98px) {
    .site-settings .btn-group[role=group] {
        margin: 0 .75rem
    }
}

.site-settings .btn-group[role=group] > div:nth-of-type(n+1).btn-group {
    margin-left: 1px
}

.dropdown.dropdown--hero-banner-feature .site-settings .dropdown-toggle, .site-settings .button, .site-settings .dropdown.dropdown--hero-banner-feature .dropdown-toggle {
    height: 3rem;
    margin: .5rem 6px;
    border: 0;
    -webkit-transition: none;
    transition: none;
    font-size: 13.33333px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em
}

    .dropdown.dropdown--hero-banner-feature .site-settings .dropdown-toggle:focus, .site-settings .button:focus, .site-settings .dropdown.dropdown--hero-banner-feature .dropdown-toggle:focus {
        outline: 2px solid #fff;
        outline-offset: -5px;
        border: 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .dropdown.dropdown--hero-banner-feature .site-settings .active.dropdown-toggle:focus, .site-settings .button.active:focus, .site-settings .dropdown.dropdown--hero-banner-feature .active.dropdown-toggle:focus {
        border-color: #fff
    }

@media (min-width:576px) {
    .dropdown.dropdown--hero-banner-feature .site-settings .dropdown-toggle, .site-settings .button, .site-settings .dropdown.dropdown--hero-banner-feature .dropdown-toggle {
        margin-top: .75rem;
        margin-bottom: .75rem
    }
}

@media (max-width:767.98px) {
    .dropdown.dropdown--hero-banner-feature .site-settings .dropdown-toggle, .site-settings .button, .site-settings .dropdown.dropdown--hero-banner-feature .dropdown-toggle {
        width: 100%;
        margin: .75rem 0
    }
}

.site-settings .site-settings__icon-larger:before {
    content: "+"
}

.site-settings .site-settings__icon-smaller:before {
    content: "-"
}

#skip-to-content a:not(:focus):not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

#skip-to-content a:focus {
    background-color: #fff;
    border-bottom: 6px solid #fac52d;
    outline: 2px solid #212f5c;
    outline-offset: 0;
    color: #212f5c;
    padding: .75rem 1.5rem;
    position: absolute;
    top: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-decoration: none;
    z-index: 1002
}

.social-media__horizontal li a i.icon-external-link {
    display: none
}

.social-media__horizontal li a span {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .social-media__horizontal li a span {
        font-size: 2rem
    }
}

.social-media__vertical li > span {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    .social-media__vertical li > span {
        font-size: 2rem
    }
}

.social-media__vertical li a {
    font-size: calc(1.25625rem + .075vw)
}

@media (min-width:1200px) {
    .social-media__vertical li a {
        font-size: 1.3125rem
    }
}

.social-share a[class^=social-share-]:before {
    font-family: iconfont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    color: #afafaf;
    font-size: 1.125rem
}

.social-share > a:not(.social-share__newspaper-o):not(.social-share__subscribe-newsletter) .social-share__label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.social-share__label {
    font-size: .8125rem;
    font-family: Source Sans Pro,Helvetica,Arial,sans-serif
}

@media (max-width:575.98px) {
    .social-share__newspaper-o .social-share__label, .social-share__subscribe-newsletter .social-share__label {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        padding: 0 !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0,0,0,0) !important;
        white-space: nowrap !important;
        border: 0 !important
    }
}

@media (min-width:576px) {
    .social-share__newspaper-o, .social-share__subscribe-newsletter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .social-share__newspaper-o:after, .social-share__newspaper-o:before, .social-share__subscribe-newsletter:after, .social-share__subscribe-newsletter:before {
            display: none
        }
}

.social-share__calfire {
    width: 2rem;
    height: auto
}

.steps {
    gap: 30px;
    counter-reset: step
}

@media (min-width:768px) {
    .steps {
        gap: 3rem
    }
}

.steps__item-wrapper {
    gap: 3rem
}

@media (max-width:767.98px) {
    .steps__item-wrapper {
        -webkit-box-shadow: 0 10px 80px rgba(0,0,0,.1);
        box-shadow: 0 10px 80px rgba(0,0,0,.1);
        gap: 0;
        border-radius: .625rem;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media (max-width:767.98px) and (max-width:767.98px) {
    .steps__item-wrapper {
        -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.1);
        box-shadow: 0 5px 25px rgba(0,0,0,.1)
    }
}

.steps__text-wrapper {
    padding: 20px;
    background-color: #fff
}

@media (min-width:768px) {
    .steps__text-wrapper {
        padding: 0;
        text-align: right;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        margin-top: 120px
    }

        .steps__text-wrapper > * + * {
            margin-top: 1.5rem
        }
}

@media (max-width:767.98px) {
    .dropdown.dropdown--hero-banner-feature .steps__text-wrapper .dropdown-toggle, .steps__img-wrapper, .steps__text-wrapper .btn-secondary, .steps__text-wrapper .dropdown.dropdown--hero-banner-feature .dropdown-toggle {
        width: 100%
    }
}

@media (min-width:768px) {
    .steps__img-wrapper {
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%
    }
}

.steps__img {
    border-radius: 1.25rem;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width:767.98px) {
    .steps__img {
        padding-top: 75%;
        border-radius: 0
    }
}

@media (min-width:768px) {
    .steps__img {
        position: absolute;
        top: 0;
        bottom: 0;
        width: calc(60% - 1.8rem)
    }
}

.steps__heading:before {
    font-size: calc(1.575rem + 3.9vw);
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #eee;
    border-radius: 50%;
    counter-increment: step;
    content: counter(step);
    color: #069
}

@media (min-width:1200px) {
    .steps__heading:before {
        font-size: 4.5rem
    }
}

@media (min-width:768px) {
    .steps__heading:before {
        width: 100px;
        height: 100px;
        margin-left: auto;
        line-height: 95px;
        padding-left: 5px
    }
}

@media (min-width:768px) {
    .steps__item-wrapper:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

        .steps__item-wrapper:nth-child(2n) .steps__text-wrapper {
            text-align: left
        }

        .steps__item-wrapper:nth-child(2n) .steps__heading:before {
            margin-left: 0
        }
}

.steps, .steps__item-wrapper {
    position: relative
}

@media (min-width:768px) {
    .steps {
        top: -60px
    }
}

@media (max-width:767.98px) {
    .steps__item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (min-width:768px) {
    .steps__item-wrapper:not(:nth-child(2n)) {
        right: -60px
    }

        .steps__item-wrapper:not(:nth-child(2n)) .steps__img {
            right: 0
        }

    .steps__item-wrapper:nth-child(2n) {
        left: -60px
    }

        .steps__item-wrapper:nth-child(2n) .steps__img {
            left: 0
        }
}

.spotlights__item.spotlights__item--padding-top-100 {
    padding-top: 100px
}

.spotlights__item.spotlights__item--padding-top-200 {
    padding-top: 200px
}

.spotlights__item.spotlights__item--padding-top-300 {
    padding-top: 300px
}

.spotlights__item.spotlights__item--padding-top-400 {
    padding-top: 400px
}

.spotlights__item.spotlights__item--padding-top-500 {
    padding-top: 500px
}

.spotlights__item.spotlights__item--padding-top-600 {
    padding-top: 600px
}

.spotlights__item.spotlights__item--padding-top-700 {
    padding-top: 700px
}

.spotlights__item.spotlights__item--padding-top-800 {
    padding-top: 800px
}

.spotlights__item.spotlights__item--padding-top-900 {
    padding-top: 900px
}

.spotlights__inner {
    position: relative
}

@media (max-width:767.98px) {
    .spotlights__inner:first-child:before {
        -webkit-box-shadow: 0 10px 80px rgba(0,0,0,.1);
        box-shadow: 0 10px 80px rgba(0,0,0,.1);
        content: "";
        display: block;
        position: absolute;
        right: 30px;
        width: 100%;
        height: 65%;
        border-top-right-radius: .625rem;
        background-color: #fff
    }
}

@media (max-width:767.98px) and (max-width:767.98px) {
    .spotlights__inner:first-child:before {
        -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.1);
        box-shadow: 0 5px 25px rgba(0,0,0,.1)
    }
}

@media (max-width:767.98px) {
    .spotlights__inner + .spotlights__inner {
        margin-top: 30px
    }
}

.spotlights__main {
    position: relative;
    margin: 30px 20px 0
}

    .spotlights__main > :last-child {
        margin-bottom: 30px
    }

@media (min-width:768px) {
    .spotlights__main {
        margin: 60px 60px 0 0
    }

        .spotlights__main > :last-child {
            margin-bottom: 60px
        }
}

.spotlights__main-heading-wrapper {
    margin-bottom: 20px
}

@media (max-width:767.98px) {
    .spotlights__main-heading-wrapper {
        font-size: 1.875rem;
        line-height: 1.75rem;
        margin-bottom: 10px
    }
}

.spotlights__main-heading-sub {
    color: #8a3042
}

.spotlights__main-teaser {
    font-size: 1.25rem;
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .spotlights__main-teaser {
        font-size: 1.5rem;
        line-height: 1.5rem
    }
}

.spotlights__item {
    padding-top: 300px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .625rem
}

@media (min-width:768px) {
    .spotlights__item {
        border-radius: 1.25rem
    }
}

.spotlights--gradient-primary .spotlights__item:before, .spotlights--gradient-secondary .spotlights__item:before {
    content: "";
    height: 150px;
    display: block;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(26,26,26,0)),to(#000));
    background: linear-gradient(180deg,rgba(26,26,26,0),#000)
}

.spotlights__item-inner {
    z-index: 100;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px
}

.spotlights--gradient-primary .spotlights__item-inner, .spotlights--gradient-secondary .spotlights__item-inner {
    background-color: #000
}

@media (min-width:768px) {
    .spotlights__item-inner {
        padding-right: 60px;
        padding-bottom: 60px;
        padding-left: 60px
    }

    .spotlights--gradient-primary .spotlights__item-inner {
        background-color: unset
    }
}

@media (min-width:768px) {
    .spotlights--gradient-primary .spotlights__item:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear,left top,left bottom,from(rgba(26,26,26,.1)),to(#0a0a0a));
        background: linear-gradient(180deg,rgba(26,26,26,.1),#0a0a0a)
    }
}

@media (max-width:767.98px) {
    .spotlights__item--primary, .spotlights__item--tertiary {
        right: -20px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .spotlights__item--secondary {
        left: -20px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        margin-right: -20px
    }

        .spotlights__item--secondary .spotlights__item-inner {
            padding-left: 40px
        }
}

@media (min-width:768px) {
    .spotlights__item--primary {
        margin-right: -60px;
        margin-bottom: 60px
    }

    .spotlights__item--secondary, .spotlights__item--tertiary {
        margin-left: -60px
    }

    .spotlights__item--secondary {
        margin-top: -60px
    }

    .spotlights__item--tertiary {
        margin-bottom: -60px
    }
}

@media (max-width:767.98px) {
    .spotlights__item-heading {
        font-size: 1.875rem;
        line-height: 2rem
    }
}

.spotlights__item-teaser {
    font-size: 1.25rem
}

@media (max-width:767.98px) {
    .spotlights__item-teaser {
        font-size: 1rem;
        margin-bottom: 1rem
    }
}

.spotlights__item-link, .spotlights__item-source {
    color: #fac52d
}

.spotlights__item-quote {
    font-size: calc(1.35rem + 1.2vw);
    font-family: "Source Serif Pro",Georgia,Garamond,serif;
    font-style: italic;
    line-height: 1.1
}

@media (min-width:1200px) {
    .spotlights__item-quote {
        font-size: 2.25rem
    }
}

.spotlights__item-source {
    font-weight: 700
}

.spotlights__item + .spotlights__item {
    margin-top: 30px
}

@media (min-width:768px) {
    .spotlights__item + .spotlights__item {
        margin-top: 60px
    }
}

.table td p:last-child, .table th p:last-child {
    margin-bottom: 0
}

.table th {
    font-size: 1rem
}

.table > :not(:first-child) {
    border-top: 0
}

.table thead {
    border-top: 1px solid #dee2e6
}

.table__col-pie {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.table-legend {
    width: 100%
}

    .table-legend td, .table-legend th {
        padding: .25rem .5rem
    }

        .table-legend td:first-child, .table-legend th:first-child {
            width: 46px
        }

    .table-legend tr {
        border-bottom: 1px solid #eee
    }

@media (max-width:575.98px) {
    .detail-page__content-region:not(.col-md-8):not(.news-list__primary):not(.news-list__primary) .utility-header .profile-circle-grid__row > div:last-child, .utility-header .detail-page__content-region:not(.col-md-8):not(.news-list__primary):not(.news-list__primary) .profile-circle-grid__row > div:last-child, .utility-header .expanding-card-grid > div:last-child, .utility-header .news-list > div:last-child, .utility-header .row > div:last-child, .utility-header .spotlights > div:last-child {
        border-top: 1px solid hsla(0,0%,100%,.2)
    }
}

.utility-header__social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media (max-width:575.98px) {
    .utility-header__social-links {
        padding-bottom: .5rem;
        gap: 20px
    }
}

.utility-header__social-links .branding__link:focus {
    outline: 2px solid #fff;
    outline-offset: 4px
}

.utility-header__social-links .branding .icon {
    width: auto
}

    .utility-header__social-links .branding .icon path:first-of-type {
        fill: #fac52d
    }

    .utility-header__social-links .branding .icon path:nth-of-type(2) {
        fill: #fff
    }

@media (max-width:575.98px) {
    .utility-header__social-links .branding .icon {
        height: 24px
    }
}

.utility-header__social-links .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

@media (max-width:575.98px) {
    .utility-header__social-links .social-share {
        gap: 10px
    }
}

.utility-header__social-links .social-share a {
    text-decoration: none
}

    .utility-header__social-links .social-share a:before {
        color: #fff
    }

    .utility-header__social-links .social-share a:focus, .utility-header__social-links .social-share a:hover {
        outline: 2px solid #fff;
        outline-offset: 2px;
        -webkit-transition: none;
        transition: none
    }

        .utility-header__social-links .social-share a:focus:before, .utility-header__social-links .social-share a:hover:before {
            color: #fac52d
        }

.utility-header__settings-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1rem
}

@media (max-width:575.98px) {
    .utility-header__settings-links {
        padding-top: .25rem;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.utility-header__link {
    white-space: nowrap
}

.utility-header__drawer-toggle, .utility-header__link, .utility-header__subscribe {
    color: #fff;
    font-size: 13px;
    line-height: 1.5rem;
    margin: 0;
    padding: 0;
    border: 0 !important;
    text-decoration: none
}

    .utility-header__drawer-toggle:focus, .utility-header__link:focus, .utility-header__subscribe:focus {
        outline: 2px solid #fff;
        outline-offset: 0;
        -webkit-transition: none;
        transition: none
    }

    .utility-header__drawer-toggle:hover, .utility-header__subscribe:hover {
        color: #fff;
        text-decoration: underline
    }

.utility-header__drawer {
    display: none;
    color: #000;
    background: #f6f6f6;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

    .utility-header__drawer[aria-expanded=true] {
        display: block
    }

.utility-header__drawer-toggle:focus {
    border-color: #212f5c
}
