:root {
    --blue: #002554;
    --indigo: #6610f2;
    --purple: #840b55;
    --pink: #e83e8c;
    --red: #cb2c30;
    --orange: #f68d2e;
    --yellow: #ffc107;
    --green: #12a04c;
    --teal: #00a7b5;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #002554;
    --secondary: #6c757d;
    --success: #12a04c;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #cb2c30;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: sans-serif;
    line-height: 1.15
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    text-align: left
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

.sitemap-footer .menu-main-navigation-container ul.menu>.menu-item-has-children>a,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    margin-top: 0
}

p {
    margin-bottom: 1rem;
    margin-top: 0
}

abbr[data-original-title],
abbr[title] {
    border-bottom: 0;
    cursor: help;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

dl,
ol,
ul {
    margin-top: 0
}

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 {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    background-color: transparent;
    color: #002554;
    text-decoration: none
}

a:hover {
    color: #000308
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    -ms-overflow-style: scrollbar;
    margin-bottom: 1rem;
    margin-top: 0;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    caption-side: bottom;
    color: #6c757d;
    padding-bottom: .75rem;
    padding-top: .75rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[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
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    border: 0;
    margin: 0;
    min-width: 0;
    padding: 0
}

legend {
    color: inherit;
    display: block;
    font-size: 1.5rem;
    line-height: inherit;
    margin-bottom: .5rem;
    max-width: 100%;
    padding: 0;
    white-space: normal;
    width: 100%
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: none;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

output {
    display: inline-block
}

summary {
    cursor: pointer;
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.sitemap-footer .menu-main-navigation-container ul.menu>.menu-item-has-children>a,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
.sitemap-footer .menu-main-navigation-container ul.menu>.menu-item-has-children>a,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1rem;
    margin-top: 1rem
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.comment-list,
.list-inline,
.list-unstyled {
    padding-left: 0
}

.list-inline {
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    font-size: 1.25rem;
    margin-bottom: 1rem
}

.blockquote-footer {
    color: #6c757d;
    display: block;
    font-size: 80%
}

.blockquote-footer:before {
    content: "â€”Â "
}

.img-fluid,
.img-thumbnail,
.wp-caption img {
    height: auto;
    max-width: 100%
}

.img-thumbnail {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    padding: .25rem
}

.figure,
.wp-caption {
    display: inline-block
}

.figure-img,
.wp-caption img {
    line-height: 1;
    margin-bottom: .5rem
}

.figure-caption,
.wp-caption-text {
    color: #6c757d;
    font-size: 90%
}

code {
    word-wrap: break-word;
    color: #e83e8c;
    font-size: 87.5%
}

a>code {
    color: inherit
}

kbd {
    background-color: #212529;
    border-radius: .2rem;
    color: #fff;
    font-size: 87.5%;
    padding: .2rem .4rem
}

kbd kbd {
    font-size: 100%;
    font-weight: 700;
    padding: 0
}

pre {
    color: #212529;
    display: block;
    font-size: 87.5%
}

pre code {
    color: inherit;
    font-size: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media(min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.no-gutters {
    margin-left: 0;
    margin-right: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-left: 0;
    padding-right: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%
}

.col {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.row-cols-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto
}

.col-1,
.col-auto {
    -webkit-box-flex: 0
}

.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-4,
.col-5 {
    -webkit-box-flex: 0
}

.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-6,
.col-7 {
    -webkit-box-flex: 0
}

.col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-10,
.col-11 {
    -webkit-box-flex: 0
}

.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

@media(min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-sm-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-md-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.3333333333%
    }

    .offset-md-2 {
        margin-left: 16.6666666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.3333333333%
    }

    .offset-md-5 {
        margin-left: 41.6666666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.3333333333%
    }

    .offset-md-8 {
        margin-left: 66.6666666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.3333333333%
    }

    .offset-md-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-lg-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .row-cols-xl-4>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: auto
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%
    }
}

.table {
    color: #3c3c3c;
    margin-bottom: 1rem;
    width: 100%
}

.table td,
.table th {
    border-top: 1px solid #dee2e6;
    padding: .75rem;
    vertical-align: top
}

.table thead th {
    border-bottom: 2px solid #dee2e6;
    vertical-align: bottom
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075);
    color: #3c3c3c
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8c2cf
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7a8ea6
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a9b5c5
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #bde4cd
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #84cea2
}

.table-hover .table-success:hover,
.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #abddbf
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f0c4c5
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #e49193
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #ebb0b1
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th,
.table-hover .table-active:hover,
.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    background-color: #343a40;
    border-color: #454d55;
    color: #fff
}

.table .thead-light th {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #495057
}

.table-dark {
    background-color: #343a40;
    color: #fff
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, .075);
    color: #fff
}

@media(max-width:575.98px) {
    .table-responsive-sm {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media(max-width:767.98px) {
    .table-responsive-md {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media(max-width:991.98px) {
    .table-responsive-lg {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media(max-width:1199.98px) {
    .table-responsive-xl {
        -webkit-overflow-scrolling: touch;
        display: block;
        overflow-x: auto;
        width: 100%
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    -webkit-overflow-scrolling: touch;
    display: block;
    overflow-x: auto;
    width: 100%
}

.table-responsive>.table-bordered {
    border: 0
}

.comment-form input[type=email],
.comment-form input[type=text],
.comment-form input[type=url],
.comment-form textarea,
.form-control,
.post-password-form input[name=post_password],
.search-form .search-field {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem .75rem;
    -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;
    -o-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;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {

    .comment-form input[type=email],
    .comment-form input[type=text],
    .comment-form input[type=url],
    .comment-form textarea,
    .form-control,
    .post-password-form input[name=post_password],
    .search-form .search-field {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.comment-form input[type=email]::-ms-expand,
.comment-form input[type=text]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand,
.form-control::-ms-expand,
.post-password-form input[name=post_password]::-ms-expand,
.search-form .search-field::-ms-expand {
    background-color: transparent;
    border: 0
}

.comment-form input[type=email]:-moz-focusring,
.comment-form input[type=text]:-moz-focusring,
.comment-form input[type=url]:-moz-focusring,
.comment-form textarea:-moz-focusring,
.form-control:-moz-focusring,
.post-password-form input[name=post_password]:-moz-focusring,
.search-form .search-field:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.comment-form input[type=email]:focus,
.comment-form input[type=text]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus,
.form-control:focus,
.post-password-form input[name=post_password]:focus,
.search-form .search-field:focus {
    background-color: #fff;
    border-color: #005dd4;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .25);
    color: #495057;
    outline: 0
}

.comment-form input[type=email]::-webkit-input-placeholder,
.comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=url]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.post-password-form input[name=post_password]::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.comment-form input[type=email]::-moz-placeholder,
.comment-form input[type=text]::-moz-placeholder,
.comment-form input[type=url]::-moz-placeholder,
.comment-form textarea::-moz-placeholder,
.form-control::-moz-placeholder,
.post-password-form input[name=post_password]::-moz-placeholder,
.search-form .search-field::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.comment-form input[type=email]:-ms-input-placeholder,
.comment-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=url]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.post-password-form input[name=post_password]:-ms-input-placeholder,
.search-form .search-field:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.comment-form input[type=email]::-ms-input-placeholder,
.comment-form input[type=text]::-ms-input-placeholder,
.comment-form input[type=url]::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
.post-password-form input[name=post_password]::-ms-input-placeholder,
.search-form .search-field::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.comment-form input[type=email]::placeholder,
.comment-form input[type=text]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder,
.form-control::placeholder,
.post-password-form input[name=post_password]::placeholder,
.search-form .search-field::placeholder {
    color: #6c757d;
    opacity: 1
}

.comment-form input[readonly][type=email],
.comment-form input[readonly][type=text],
.comment-form input[readonly][type=url],
.comment-form input[type=email]:disabled,
.comment-form input[type=text]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled,
.comment-form textarea[readonly],
.form-control:disabled,
.form-control[readonly],
.post-password-form input[name=post_password]:disabled,
.post-password-form input[readonly][name=post_password],
.search-form .search-field:disabled,
.search-form [readonly].search-field {
    background-color: #e9ecef;
    opacity: 1
}

.comment-form input[type=date][type=email],
.comment-form input[type=date][type=text],
.comment-form input[type=date][type=url],
.comment-form input[type=datetime-local][type=email],
.comment-form input[type=datetime-local][type=text],
.comment-form input[type=datetime-local][type=url],
.comment-form input[type=month][type=email],
.comment-form input[type=month][type=text],
.comment-form input[type=month][type=url],
.comment-form input[type=time][type=email],
.comment-form input[type=time][type=text],
.comment-form input[type=time][type=url],
.post-password-form input[type=date][name=post_password],
.post-password-form input[type=datetime-local][name=post_password],
.post-password-form input[type=month][name=post_password],
.post-password-form input[type=time][name=post_password],
.search-form input[type=date].search-field,
.search-form input[type=datetime-local].search-field,
.search-form input[type=month].search-field,
.search-form input[type=time].search-field,
input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.search-form select.search-field:focus::-ms-value,
select.form-control:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    font-size: inherit;
    line-height: 1.5;
    margin-bottom: 0;
    padding-bottom: calc(.375rem + 1px);
    padding-top: calc(.375rem + 1px)
}

.col-form-label-lg {
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: calc(.5rem + 1px);
    padding-top: calc(.5rem + 1px)
}

.col-form-label-sm {
    font-size: .875rem;
    line-height: 1.5;
    padding-bottom: calc(.25rem + 1px);
    padding-top: calc(.25rem + 1px)
}

.form-control-plaintext {
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    color: #3c3c3c;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem 0;
    width: 100%
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-left: 0;
    padding-right: 0
}

.form-control-sm {
    border-radius: .2rem;
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    line-height: 1.5;
    padding: .25rem .5rem
}

.form-control-lg {
    border-radius: .3rem;
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    line-height: 1.5;
    padding: .5rem 1rem
}

.comment-form textarea,
.search-form select[multiple].search-field,
.search-form select[size].search-field,
.search-form textarea.search-field,
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.comment-form p,
.form-group,
.search-form label {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.form-check {
    display: block;
    padding-left: 1.25rem;
    position: relative
}

.form-check-input {
    margin-left: -1.25rem;
    margin-top: .3rem;
    position: absolute
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: .75rem;
    padding-left: 0
}

.form-check-inline .form-check-input {
    margin-left: 0;
    margin-right: .3125rem;
    margin-top: 0;
    position: static
}

.valid-feedback {
    color: #12a04c;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}

.valid-tooltip {
    background-color: rgba(18, 160, 76, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
    display: block
}

.comment-form .was-validated input[type=email]:valid,
.comment-form .was-validated input[type=text]:valid,
.comment-form .was-validated input[type=url]:valid,
.comment-form .was-validated textarea:valid,
.comment-form input.is-valid[type=email],
.comment-form input.is-valid[type=text],
.comment-form input.is-valid[type=url],
.comment-form textarea.is-valid,
.form-control.is-valid,
.post-password-form .was-validated input[name=post_password]:valid,
.post-password-form input.is-valid[name=post_password],
.search-form .is-valid.search-field,
.search-form .was-validated .search-field:valid,
.was-validated .comment-form input[type=email]:valid,
.was-validated .comment-form input[type=text]:valid,
.was-validated .comment-form input[type=url]:valid,
.was-validated .comment-form textarea:valid,
.was-validated .form-control:valid,
.was-validated .post-password-form input[name=post_password]:valid,
.was-validated .search-form .search-field:valid {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2312a04c' d='M2.3 6.73.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 calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #12a04c;
    padding-right: calc(1.5em + .75rem)
}

.comment-form .was-validated input[type=email]:valid:focus,
.comment-form .was-validated input[type=text]:valid:focus,
.comment-form .was-validated input[type=url]:valid:focus,
.comment-form .was-validated textarea:valid:focus,
.comment-form input.is-valid[type=email]:focus,
.comment-form input.is-valid[type=text]:focus,
.comment-form input.is-valid[type=url]:focus,
.comment-form textarea.is-valid:focus,
.form-control.is-valid:focus,
.post-password-form .was-validated input[name=post_password]:valid:focus,
.post-password-form input.is-valid[name=post_password]:focus,
.search-form .is-valid.search-field:focus,
.search-form .was-validated .search-field:valid:focus,
.was-validated .comment-form input[type=email]:valid:focus,
.was-validated .comment-form input[type=text]:valid:focus,
.was-validated .comment-form input[type=url]:valid:focus,
.was-validated .comment-form textarea:valid:focus,
.was-validated .form-control:valid:focus,
.was-validated .post-password-form input[name=post_password]:valid:focus,
.was-validated .search-form .search-field:valid:focus {
    border-color: #12a04c;
    -webkit-box-shadow: 0 0 0 .2rem rgba(18, 160, 76, .25);
    box-shadow: 0 0 0 .2rem rgba(18, 160, 76, .25)
}

.comment-form .was-validated textarea:valid,
.comment-form textarea.is-valid,
.search-form .was-validated textarea.search-field:valid,
.search-form textarea.is-valid.search-field,
.was-validated .comment-form textarea:valid,
.was-validated .search-form textarea.search-field:valid,
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2312a04c' d='M2.3 6.73.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") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #12a04c;
    padding-right: calc(.75em + 2.3125rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #12a04c;
    -webkit-box-shadow: 0 0 0 .2rem rgba(18, 160, 76, .25);
    box-shadow: 0 0 0 .2rem rgba(18, 160, 76, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #12a04c
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #12a04c
}

.custom-control-input.is-valid~.custom-control-label:before,
.was-validated .custom-control-input:valid~.custom-control-label:before {
    border-color: #12a04c
}

.custom-control-input.is-valid:checked~.custom-control-label:before,
.was-validated .custom-control-input:valid:checked~.custom-control-label:before {
    background-color: #17ce62;
    border-color: #17ce62
}

.custom-control-input.is-valid:focus~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(18, 160, 76, .25);
    box-shadow: 0 0 0 .2rem rgba(18, 160, 76, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before {
    border-color: #12a04c
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #12a04c
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #12a04c;
    -webkit-box-shadow: 0 0 0 .2rem rgba(18, 160, 76, .25);
    box-shadow: 0 0 0 .2rem rgba(18, 160, 76, .25)
}

.invalid-feedback {
    color: #cb2c30;
    display: none;
    font-size: 80%;
    margin-top: .25rem;
    width: 100%
}

.invalid-tooltip {
    background-color: rgba(203, 44, 48, .9);
    border-radius: .25rem;
    color: #fff;
    display: none;
    font-size: .875rem;
    left: 0;
    line-height: 1.5;
    margin-top: .1rem;
    max-width: 100%;
    padding: .25rem .5rem;
    position: absolute;
    top: 100%;
    z-index: 5
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
    display: block
}

.comment-form .was-validated input[type=email]:invalid,
.comment-form .was-validated input[type=text]:invalid,
.comment-form .was-validated input[type=url]:invalid,
.comment-form .was-validated textarea:invalid,
.comment-form input.is-invalid[type=email],
.comment-form input.is-invalid[type=text],
.comment-form input.is-invalid[type=url],
.comment-form textarea.is-invalid,
.form-control.is-invalid,
.post-password-form .was-validated input[name=post_password]:invalid,
.post-password-form input.is-invalid[name=post_password],
.search-form .is-invalid.search-field,
.search-form .was-validated .search-field:invalid,
.was-validated .comment-form input[type=email]:invalid,
.was-validated .comment-form input[type=text]:invalid,
.was-validated .comment-form input[type=url]:invalid,
.was-validated .comment-form textarea:invalid,
.was-validated .form-control:invalid,
.was-validated .post-password-form input[name=post_password]:invalid,
.was-validated .search-form .search-field:invalid {
    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='%23cb2c30'%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='%23cb2c30' stroke='none'/%3E%3C/svg%3E");
    background-position: right calc(.375em + .1875rem) center;
    background-repeat: no-repeat;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #cb2c30;
    padding-right: calc(1.5em + .75rem)
}

.comment-form .was-validated input[type=email]:invalid:focus,
.comment-form .was-validated input[type=text]:invalid:focus,
.comment-form .was-validated input[type=url]:invalid:focus,
.comment-form .was-validated textarea:invalid:focus,
.comment-form input.is-invalid[type=email]:focus,
.comment-form input.is-invalid[type=text]:focus,
.comment-form input.is-invalid[type=url]:focus,
.comment-form textarea.is-invalid:focus,
.form-control.is-invalid:focus,
.post-password-form .was-validated input[name=post_password]:invalid:focus,
.post-password-form input.is-invalid[name=post_password]:focus,
.search-form .is-invalid.search-field:focus,
.search-form .was-validated .search-field:invalid:focus,
.was-validated .comment-form input[type=email]:invalid:focus,
.was-validated .comment-form input[type=text]:invalid:focus,
.was-validated .comment-form input[type=url]:invalid:focus,
.was-validated .comment-form textarea:invalid:focus,
.was-validated .form-control:invalid:focus,
.was-validated .post-password-form input[name=post_password]:invalid:focus,
.was-validated .search-form .search-field:invalid:focus {
    border-color: #cb2c30;
    -webkit-box-shadow: 0 0 0 .2rem rgba(203, 44, 48, .25);
    box-shadow: 0 0 0 .2rem rgba(203, 44, 48, .25)
}

.comment-form .was-validated textarea:invalid,
.comment-form textarea.is-invalid,
.search-form .was-validated textarea.search-field:invalid,
.search-form textarea.is-invalid.search-field,
.was-validated .comment-form textarea:invalid,
.was-validated .search-form textarea.search-field:invalid,
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
    padding-right: calc(1.5em + .75rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23cb2c30'%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='%23cb2c30' stroke='none'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
    border-color: #cb2c30;
    padding-right: calc(.75em + 2.3125rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #cb2c30;
    -webkit-box-shadow: 0 0 0 .2rem rgba(203, 44, 48, .25);
    box-shadow: 0 0 0 .2rem rgba(203, 44, 48, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #cb2c30
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #cb2c30
}

.custom-control-input.is-invalid~.custom-control-label:before,
.was-validated .custom-control-input:invalid~.custom-control-label:before {
    border-color: #cb2c30
}

.custom-control-input.is-invalid:checked~.custom-control-label:before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label:before {
    background-color: #d95154;
    border-color: #d95154
}

.custom-control-input.is-invalid:focus~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(203, 44, 48, .25);
    box-shadow: 0 0 0 .2rem rgba(203, 44, 48, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before {
    border-color: #cb2c30
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #cb2c30
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #cb2c30;
    -webkit-box-shadow: 0 0 0 .2rem rgba(203, 44, 48, .25);
    box-shadow: 0 0 0 .2rem rgba(203, 44, 48, .25)
}

.form-inline,
.search-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.form-inline .form-check,
.search-form .form-check {
    width: 100%
}

@media(min-width:576px) {

    .form-inline label,
    .search-form label {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        margin-bottom: 0
    }

    .comment-form .form-inline p,
    .comment-form .search-form p,
    .form-inline .comment-form p,
    .form-inline .form-group,
    .search-form .comment-form p,
    .search-form .form-group,
    .search-form label {
        -webkit-box-flex: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-bottom: 0
    }

    .comment-form .form-inline input[type=email],
    .comment-form .form-inline input[type=text],
    .comment-form .form-inline input[type=url],
    .comment-form .form-inline textarea,
    .comment-form .search-form input[type=email],
    .comment-form .search-form input[type=text],
    .comment-form .search-form input[type=url],
    .comment-form .search-form textarea,
    .form-inline .comment-form input[type=email],
    .form-inline .comment-form input[type=text],
    .form-inline .comment-form input[type=url],
    .form-inline .comment-form textarea,
    .form-inline .form-control,
    .form-inline .post-password-form input[name=post_password],
    .post-password-form .form-inline input[name=post_password],
    .post-password-form .search-form input[name=post_password],
    .search-form .comment-form input[type=email],
    .search-form .comment-form input[type=text],
    .search-form .comment-form input[type=url],
    .search-form .comment-form textarea,
    .search-form .form-control,
    .search-form .post-password-form input[name=post_password],
    .search-form .search-field {
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

    .form-inline .form-control-plaintext,
    .search-form .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group,
    .search-form .custom-select,
    .search-form .input-group {
        width: auto
    }

    .form-inline .form-check,
    .search-form .form-check {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        padding-left: 0;
        width: auto
    }

    .form-inline .form-check-input,
    .search-form .form-check-input {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-left: 0;
        margin-right: .25rem;
        margin-top: 0;
        position: relative
    }

    .form-inline .custom-control,
    .search-form .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label,
    .search-form .custom-control-label {
        margin-bottom: 0
    }
}

.btn,
.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form .search-submit {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #3c3c3c;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
    -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;
    -o-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;
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle
}

@media(prefers-reduced-motion:reduce) {

    .btn,
    .comment-form input[type=submit],
    .post-password-form input[type=submit],
    .search-form .search-submit {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.btn:hover,
.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form .search-submit:hover {
    color: #3c3c3c;
    text-decoration: none
}

.btn.focus,
.btn:focus,
.comment-form input.focus[type=submit],
.comment-form input[type=submit]:focus,
.post-password-form input.focus[type=submit],
.post-password-form input[type=submit]:focus,
.search-form .focus.search-submit,
.search-form .search-submit:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .25);
    outline: 0
}

.btn.disabled,
.btn:disabled,
.comment-form input.disabled[type=submit],
.comment-form input[type=submit]:disabled,
.post-password-form input.disabled[type=submit],
.post-password-form input[type=submit]:disabled,
.search-form .disabled.search-submit,
.search-form .search-submit:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled),
.comment-form input[type=submit]:not(:disabled):not(.disabled),
.post-password-form input[type=submit]:not(:disabled):not(.disabled),
.search-form .search-submit:not(:disabled):not(.disabled) {
    cursor: pointer
}

.search-form a.disabled.search-submit,
.search-form fieldset:disabled a.search-submit,
a.btn.disabled,
fieldset:disabled .search-form a.search-submit,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary,
.donation-form input[type=submit] {
    background-color: #002554;
    border-color: #002554;
    color: #fff
}

.btn-primary:hover,
.donation-form input[type=submit]:hover {
    background-color: #00142e;
    border-color: #000f21;
    color: #fff
}

.btn-primary.focus,
.btn-primary:focus,
.donation-form input.focus[type=submit],
.donation-form input[type=submit]:focus {
    background-color: #00142e;
    border-color: #000f21;
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 70, 110, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 70, 110, .5);
    color: #fff
}

.btn-primary.disabled,
.btn-primary:disabled,
.donation-form input.disabled[type=submit],
.donation-form input[type=submit]:disabled {
    background-color: #002554;
    border-color: #002554;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.donation-form .show>input.dropdown-toggle[type=submit],
.donation-form input[type=submit]:not(:disabled):not(.disabled).active,
.donation-form input[type=submit]:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #000f21;
    border-color: #000914;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.donation-form .show>input.dropdown-toggle[type=submit]:focus,
.donation-form input[type=submit]:not(:disabled):not(.disabled).active:focus,
.donation-form input[type=submit]:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(38, 70, 110, .5);
    box-shadow: 0 0 0 .2rem rgba(38, 70, 110, .5)
}

.btn-secondary,
.comment-form input[type=submit],
.search-form .search-submit {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-secondary:hover,
.comment-form input[type=submit]:hover,
.search-form .search-submit:hover {
    background-color: #5a6268;
    border-color: #545b62;
    color: #fff
}

.btn-secondary.focus,
.btn-secondary:focus,
.comment-form input.focus[type=submit],
.comment-form input[type=submit]:focus,
.search-form .focus.search-submit,
.search-form .search-submit:focus {
    background-color: #5a6268;
    border-color: #545b62;
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5);
    color: #fff
}

.btn-secondary.disabled,
.btn-secondary:disabled,
.comment-form input.disabled[type=submit],
.comment-form input[type=submit]:disabled,
.search-form .disabled.search-submit,
.search-form .search-submit:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.comment-form .show>input.dropdown-toggle[type=submit],
.comment-form input[type=submit]:not(:disabled):not(.disabled).active,
.comment-form input[type=submit]:not(:disabled):not(.disabled):active,
.search-form .search-submit:not(:disabled):not(.disabled).active,
.search-form .search-submit:not(:disabled):not(.disabled):active,
.search-form .show>.dropdown-toggle.search-submit,
.show>.btn-secondary.dropdown-toggle {
    background-color: #545b62;
    border-color: #4e555b;
    color: #fff
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.comment-form .show>input.dropdown-toggle[type=submit]:focus,
.comment-form input[type=submit]:not(:disabled):not(.disabled).active:focus,
.comment-form input[type=submit]:not(:disabled):not(.disabled):active:focus,
.search-form .search-submit:not(:disabled):not(.disabled).active:focus,
.search-form .search-submit:not(:disabled):not(.disabled):active:focus,
.search-form .show>.dropdown-toggle.search-submit:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-success {
    background-color: #12a04c;
    border-color: #12a04c;
    color: #fff
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    background-color: #0e7e3c;
    border-color: #0d7236;
    color: #fff
}

.btn-success.focus,
.btn-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(54, 174, 103, .5);
    box-shadow: 0 0 0 .2rem rgba(54, 174, 103, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #12a04c;
    border-color: #12a04c;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    background-color: #0d7236;
    border-color: #0c6731;
    color: #fff
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(54, 174, 103, .5);
    box-shadow: 0 0 0 .2rem rgba(54, 174, 103, .5)
}

.btn-info {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    background-color: #138496;
    border-color: #117a8b;
    color: #fff
}

.btn-info.focus,
.btn-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    background-color: #117a8b;
    border-color: #10707f;
    color: #fff
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #e0a800;
    border-color: #d39e00;
    color: #212529
}

.btn-warning.focus,
.btn-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    background-color: #d39e00;
    border-color: #c69500;
    color: #212529
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    background-color: #cb2c30;
    border-color: #cb2c30;
    color: #fff
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #ac2529;
    border-color: #a12326;
    color: #fff
}

.btn-danger.focus,
.btn-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(211, 76, 79, .5);
    box-shadow: 0 0 0 .2rem rgba(211, 76, 79, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #cb2c30;
    border-color: #cb2c30;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    background-color: #a12326;
    border-color: #972124;
    color: #fff
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(211, 76, 79, .5);
    box-shadow: 0 0 0 .2rem rgba(211, 76, 79, .5)
}

.btn-light {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
    color: #212529
}

.btn-light.focus,
.btn-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5);
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background-color: #dae0e5;
    border-color: #d3d9df;
    color: #212529
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5);
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-dark {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #23272b;
    border-color: #1d2124;
    color: #fff
}

.btn-dark.focus,
.btn-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    background-color: #1d2124;
    border-color: #171a1d;
    color: #fff
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    border-color: #002554;
    color: #002554
}

.btn-outline-primary:hover {
    background-color: #002554;
    border-color: #002554;
    color: #fff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    background-color: transparent;
    color: #002554
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    background-color: #002554;
    border-color: #002554;
    color: #fff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .5)
}

.btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d
}

.btn-outline-secondary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    background-color: transparent;
    color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-success {
    border-color: #12a04c;
    color: #12a04c
}

.btn-outline-success:hover {
    background-color: #12a04c;
    border-color: #12a04c;
    color: #fff
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(18, 160, 76, .5);
    box-shadow: 0 0 0 .2rem rgba(18, 160, 76, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    background-color: transparent;
    color: #12a04c
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    background-color: #12a04c;
    border-color: #12a04c;
    color: #fff
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(18, 160, 76, .5);
    box-shadow: 0 0 0 .2rem rgba(18, 160, 76, .5)
}

.btn-outline-info {
    border-color: #17a2b8;
    color: #17a2b8
}

.btn-outline-info:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    background-color: transparent;
    color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    border-color: #ffc107;
    color: #ffc107
}

.btn-outline-warning:hover {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    background-color: transparent;
    color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    background-color: #ffc107;
    border-color: #ffc107;
    color: #212529
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    border-color: #cb2c30;
    color: #cb2c30
}

.btn-outline-danger:hover {
    background-color: #cb2c30;
    border-color: #cb2c30;
    color: #fff
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(203, 44, 48, .5);
    box-shadow: 0 0 0 .2rem rgba(203, 44, 48, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    background-color: transparent;
    color: #cb2c30
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    background-color: #cb2c30;
    border-color: #cb2c30;
    color: #fff
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(203, 44, 48, .5);
    box-shadow: 0 0 0 .2rem rgba(203, 44, 48, .5)
}

.btn-outline-light {
    border-color: #f8f9fa;
    color: #f8f9fa
}

.btn-outline-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    background-color: transparent;
    color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    color: #212529
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    border-color: #343a40;
    color: #343a40
}

.btn-outline-dark:hover {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    background-color: transparent;
    color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    background-color: #343a40;
    border-color: #343a40;
    color: #fff
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    color: #002554;
    font-weight: 400;
    text-decoration: none
}

.btn-link:hover {
    color: #000308
}

.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg,
.comment-form .btn-group-lg>input[type=submit],
.post-password-form .btn-group-lg>input[type=submit],
.search-form .btn-group-lg>.search-submit {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.btn-group-sm>.btn,
.btn-sm,
.comment-form .btn-group-sm>input[type=submit],
.post-password-form .btn-group-sm>input[type=submit],
.search-form .btn-group-sm>.search-submit {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

@media(prefers-reduced-motion:reduce) {
    .fade {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    position: relative;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}

@media(prefers-reduced-motion:reduce) {
    .collapsing {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    color: #3c3c3c;
    display: none;
    float: left;
    font-size: 1rem;
    left: 0;
    list-style: none;
    margin: .125rem 0 0;
    min-width: 10rem;
    padding: .5rem 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

@media(min-width:576px) {
    .dropdown-menu-sm-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-sm-right {
        left: auto;
        right: 0
    }
}

@media(min-width:768px) {
    .dropdown-menu-md-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-md-right {
        left: auto;
        right: 0
    }
}

@media(min-width:992px) {
    .dropdown-menu-lg-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-lg-right {
        left: auto;
        right: 0
    }
}

@media(min-width:1200px) {
    .dropdown-menu-xl-left {
        left: 0;
        right: auto
    }

    .dropdown-menu-xl-right {
        left: auto;
        right: 0
    }
}

.dropup .dropdown-menu {
    bottom: 100%;
    margin-bottom: .125rem;
    margin-top: 0;
    top: auto
}

.dropup .dropdown-toggle:after {
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    left: 100%;
    margin-left: .125rem;
    margin-top: 0;
    right: auto;
    top: 0
}

.dropright .dropdown-toggle:after {
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
    border-right: 0;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    left: auto;
    margin-right: .125rem;
    margin-top: 0;
    right: 100%;
    top: 0
}

.dropleft .dropdown-toggle:after {
    content: "";
    display: inline-block;
    display: none;
    margin-left: .255em;
    vertical-align: .255em
}

.dropleft .dropdown-toggle:before {
    border-bottom: .3em solid transparent;
    border-right: .3em solid;
    border-top: .3em solid transparent;
    content: "";
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    bottom: auto;
    right: auto
}

.dropdown-divider {
    border-top: 1px solid #e9ecef;
    height: 0;
    margin: .5rem 0;
    overflow: hidden
}

.dropdown-item {
    background-color: transparent;
    border: 0;
    clear: both;
    color: #212529;
    display: block;
    font-weight: 400;
    padding: .25rem 1.5rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #16181b;
    text-decoration: none
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #002554;
    color: #fff;
    text-decoration: none
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    background-color: transparent;
    color: #6c757d;
    pointer-events: none
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    color: #6c757d;
    display: block;
    font-size: .875rem;
    margin-bottom: 0;
    padding: .5rem 1.5rem;
    white-space: nowrap
}

.dropdown-item-text {
    color: #212529;
    display: block;
    padding: .25rem 1.5rem
}

.btn-group,
.btn-group-vertical {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn,
.comment-form .btn-group-vertical>input[type=submit],
.comment-form .btn-group>input[type=submit],
.post-password-form .btn-group-vertical>input[type=submit],
.post-password-form .btn-group>input[type=submit],
.search-form .btn-group-vertical>.search-submit,
.search-form .btn-group>.search-submit {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.comment-form .btn-group-vertical>input.active[type=submit],
.comment-form .btn-group-vertical>input[type=submit]:active,
.comment-form .btn-group-vertical>input[type=submit]:focus,
.comment-form .btn-group-vertical>input[type=submit]:hover,
.comment-form .btn-group>input.active[type=submit],
.comment-form .btn-group>input[type=submit]:active,
.comment-form .btn-group>input[type=submit]:focus,
.comment-form .btn-group>input[type=submit]:hover,
.post-password-form .btn-group-vertical>input.active[type=submit],
.post-password-form .btn-group-vertical>input[type=submit]:active,
.post-password-form .btn-group-vertical>input[type=submit]:focus,
.post-password-form .btn-group-vertical>input[type=submit]:hover,
.post-password-form .btn-group>input.active[type=submit],
.post-password-form .btn-group>input[type=submit]:active,
.post-password-form .btn-group>input[type=submit]:focus,
.post-password-form .btn-group>input[type=submit]:hover,
.search-form .btn-group-vertical>.active.search-submit,
.search-form .btn-group-vertical>.search-submit:active,
.search-form .btn-group-vertical>.search-submit:focus,
.search-form .btn-group-vertical>.search-submit:hover,
.search-form .btn-group>.active.search-submit,
.search-form .btn-group>.search-submit:active,
.search-form .btn-group>.search-submit:focus,
.search-form .btn-group>.search-submit:hover {
    z-index: 1
}

.btn-toolbar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child),
.comment-form .btn-group>input[type=submit]:not(:first-child),
.post-password-form .btn-group>input[type=submit]:not(:first-child),
.search-form .btn-group>.search-submit:not(:first-child) {
    margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group>.btn-group:not(:last-child)>input[type=submit],
.comment-form .btn-group>input[type=submit]:not(:last-child):not(.dropdown-toggle),
.post-password-form .btn-group>.btn-group:not(:last-child)>input[type=submit],
.post-password-form .btn-group>input[type=submit]:not(:last-child):not(.dropdown-toggle),
.search-form .btn-group>.btn-group:not(:last-child)>.search-submit,
.search-form .btn-group>.search-submit:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child),
.comment-form .btn-group>.btn-group:not(:first-child)>input[type=submit],
.comment-form .btn-group>input[type=submit]:not(:first-child),
.post-password-form .btn-group>.btn-group:not(:first-child)>input[type=submit],
.post-password-form .btn-group>input[type=submit]:not(:first-child),
.search-form .btn-group>.btn-group:not(:first-child)>.search-submit,
.search-form .btn-group>.search-submit:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.dropdown-toggle-split {
    padding-left: .5625rem;
    padding-right: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split,
.comment-form .btn-group-sm>input[type=submit]+.dropdown-toggle-split,
.post-password-form .btn-group-sm>input[type=submit]+.dropdown-toggle-split,
.search-form .btn-group-sm>.search-submit+.dropdown-toggle-split {
    padding-left: .375rem;
    padding-right: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split,
.comment-form .btn-group-lg>input[type=submit]+.dropdown-toggle-split,
.post-password-form .btn-group-lg>input[type=submit]+.dropdown-toggle-split,
.search-form .btn-group-lg>.search-submit+.dropdown-toggle-split {
    padding-left: .75rem;
    padding-right: .75rem
}

.btn-group-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.comment-form .btn-group-vertical>input[type=submit],
.post-password-form .btn-group-vertical>input[type=submit],
.search-form .btn-group-vertical>.search-submit {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child),
.comment-form .btn-group-vertical>input[type=submit]:not(:first-child),
.post-password-form .btn-group-vertical>input[type=submit]:not(:first-child),
.search-form .btn-group-vertical>.search-submit: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),
.comment-form .btn-group-vertical>.btn-group:not(:last-child)>input[type=submit],
.comment-form .btn-group-vertical>input[type=submit]:not(:last-child):not(.dropdown-toggle),
.post-password-form .btn-group-vertical>.btn-group:not(:last-child)>input[type=submit],
.post-password-form .btn-group-vertical>input[type=submit]:not(:last-child):not(.dropdown-toggle),
.search-form .btn-group-vertical>.btn-group:not(:last-child)>.search-submit,
.search-form .btn-group-vertical>.search-submit:not(:last-child):not(.dropdown-toggle) {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child),
.comment-form .btn-group-vertical>.btn-group:not(:first-child)>input[type=submit],
.comment-form .btn-group-vertical>input[type=submit]:not(:first-child),
.post-password-form .btn-group-vertical>.btn-group:not(:first-child)>input[type=submit],
.post-password-form .btn-group-vertical>input[type=submit]:not(:first-child),
.search-form .btn-group-vertical>.btn-group:not(:first-child)>.search-submit,
.search-form .btn-group-vertical>.search-submit:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn,
.comment-form .btn-group-toggle>.btn-group>input[type=submit],
.comment-form .btn-group-toggle>input[type=submit],
.post-password-form .btn-group-toggle>.btn-group>input[type=submit],
.post-password-form .btn-group-toggle>input[type=submit],
.search-form .btn-group-toggle>.btn-group>.search-submit,
.search-form .btn-group-toggle>.search-submit {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio],
.comment-form .btn-group-toggle>input[type=submit] input[type=checkbox],
.comment-form .btn-group-toggle>input[type=submit] input[type=radio],
.post-password-form .btn-group-toggle>input[type=submit] input[type=checkbox],
.post-password-form .btn-group-toggle>input[type=submit] input[type=radio],
.search-form .btn-group-toggle>.search-submit input[type=checkbox],
.search-form .btn-group-toggle>.search-submit input[type=radio] {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute
}

.input-group {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.comment-form .input-group>input[type=email],
.comment-form .input-group>input[type=text],
.comment-form .input-group>input[type=url],
.comment-form .input-group>textarea,
.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext,
.post-password-form .input-group>input[name=post_password],
.search-form .input-group>.search-field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    min-width: 0;
    position: relative;
    width: 1%
}

.comment-form .input-group>.custom-file+input[type=email],
.comment-form .input-group>.custom-file+input[type=text],
.comment-form .input-group>.custom-file+input[type=url],
.comment-form .input-group>.custom-file+textarea,
.comment-form .input-group>.custom-select+input[type=email],
.comment-form .input-group>.custom-select+input[type=text],
.comment-form .input-group>.custom-select+input[type=url],
.comment-form .input-group>.custom-select+textarea,
.comment-form .input-group>.form-control+input[type=email],
.comment-form .input-group>.form-control+input[type=text],
.comment-form .input-group>.form-control+input[type=url],
.comment-form .input-group>.form-control+textarea,
.comment-form .input-group>.form-control-plaintext+input[type=email],
.comment-form .input-group>.form-control-plaintext+input[type=text],
.comment-form .input-group>.form-control-plaintext+input[type=url],
.comment-form .input-group>.form-control-plaintext+textarea,
.comment-form .input-group>input[type=email]+.custom-file,
.comment-form .input-group>input[type=email]+.custom-select,
.comment-form .input-group>input[type=email]+.form-control,
.comment-form .input-group>input[type=email]+input[type=email],
.comment-form .input-group>input[type=email]+input[type=text],
.comment-form .input-group>input[type=email]+input[type=url],
.comment-form .input-group>input[type=email]+textarea,
.comment-form .input-group>input[type=text]+.custom-file,
.comment-form .input-group>input[type=text]+.custom-select,
.comment-form .input-group>input[type=text]+.form-control,
.comment-form .input-group>input[type=text]+input[type=email],
.comment-form .input-group>input[type=text]+input[type=text],
.comment-form .input-group>input[type=text]+input[type=url],
.comment-form .input-group>input[type=text]+textarea,
.comment-form .input-group>input[type=url]+.custom-file,
.comment-form .input-group>input[type=url]+.custom-select,
.comment-form .input-group>input[type=url]+.form-control,
.comment-form .input-group>input[type=url]+input[type=email],
.comment-form .input-group>input[type=url]+input[type=text],
.comment-form .input-group>input[type=url]+input[type=url],
.comment-form .input-group>input[type=url]+textarea,
.comment-form .input-group>textarea+.custom-file,
.comment-form .input-group>textarea+.custom-select,
.comment-form .input-group>textarea+.form-control,
.comment-form .input-group>textarea+input[type=email],
.comment-form .input-group>textarea+input[type=text],
.comment-form .input-group>textarea+input[type=url],
.comment-form .input-group>textarea+textarea,
.comment-form .post-password-form .input-group>input[name=post_password]+input[type=email],
.comment-form .post-password-form .input-group>input[name=post_password]+input[type=text],
.comment-form .post-password-form .input-group>input[name=post_password]+input[type=url],
.comment-form .post-password-form .input-group>input[name=post_password]+textarea,
.comment-form .post-password-form .input-group>input[type=email]+input[name=post_password],
.comment-form .post-password-form .input-group>input[type=text]+input[name=post_password],
.comment-form .post-password-form .input-group>input[type=url]+input[name=post_password],
.comment-form .post-password-form .input-group>textarea+input[name=post_password],
.comment-form .search-form .input-group>.search-field+input[type=email],
.comment-form .search-form .input-group>.search-field+input[type=text],
.comment-form .search-form .input-group>.search-field+input[type=url],
.comment-form .search-form .input-group>.search-field+textarea,
.comment-form .search-form .input-group>input[type=email]+.search-field,
.comment-form .search-form .input-group>input[type=text]+.search-field,
.comment-form .search-form .input-group>input[type=url]+.search-field,
.comment-form .search-form .input-group>textarea+.search-field,
.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control,
.post-password-form .comment-form .input-group>input[name=post_password]+input[type=email],
.post-password-form .comment-form .input-group>input[name=post_password]+input[type=text],
.post-password-form .comment-form .input-group>input[name=post_password]+input[type=url],
.post-password-form .comment-form .input-group>input[name=post_password]+textarea,
.post-password-form .comment-form .input-group>input[type=email]+input[name=post_password],
.post-password-form .comment-form .input-group>input[type=text]+input[name=post_password],
.post-password-form .comment-form .input-group>input[type=url]+input[name=post_password],
.post-password-form .comment-form .input-group>textarea+input[name=post_password],
.post-password-form .input-group>.custom-file+input[name=post_password],
.post-password-form .input-group>.custom-select+input[name=post_password],
.post-password-form .input-group>.form-control+input[name=post_password],
.post-password-form .input-group>.form-control-plaintext+input[name=post_password],
.post-password-form .input-group>input[name=post_password]+.custom-file,
.post-password-form .input-group>input[name=post_password]+.custom-select,
.post-password-form .input-group>input[name=post_password]+.form-control,
.post-password-form .input-group>input[name=post_password]+input[name=post_password],
.post-password-form .search-form .input-group>.search-field+input[name=post_password],
.post-password-form .search-form .input-group>input[name=post_password]+.search-field,
.search-form .comment-form .input-group>.search-field+input[type=email],
.search-form .comment-form .input-group>.search-field+input[type=text],
.search-form .comment-form .input-group>.search-field+input[type=url],
.search-form .comment-form .input-group>.search-field+textarea,
.search-form .comment-form .input-group>input[type=email]+.search-field,
.search-form .comment-form .input-group>input[type=text]+.search-field,
.search-form .comment-form .input-group>input[type=url]+.search-field,
.search-form .comment-form .input-group>textarea+.search-field,
.search-form .input-group>.custom-file+.search-field,
.search-form .input-group>.custom-select+.search-field,
.search-form .input-group>.form-control+.search-field,
.search-form .input-group>.form-control-plaintext+.search-field,
.search-form .input-group>.search-field+.custom-file,
.search-form .input-group>.search-field+.custom-select,
.search-form .input-group>.search-field+.form-control,
.search-form .input-group>.search-field+.search-field,
.search-form .post-password-form .input-group>.search-field+input[name=post_password],
.search-form .post-password-form .input-group>input[name=post_password]+.search-field {
    margin-left: -1px
}

.comment-form .input-group>input[type=email]:focus,
.comment-form .input-group>input[type=text]:focus,
.comment-form .input-group>input[type=url]:focus,
.comment-form .input-group>textarea:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus,
.post-password-form .input-group>input[name=post_password]:focus,
.search-form .input-group>.search-field:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.comment-form .input-group>input[type=email]:not(:last-child),
.comment-form .input-group>input[type=text]:not(:last-child),
.comment-form .input-group>input[type=url]:not(:last-child),
.comment-form .input-group>textarea:not(:last-child),
.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child),
.post-password-form .input-group>input[name=post_password]:not(:last-child),
.search-form .input-group>.search-field:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.comment-form .input-group>input[type=email]:not(:first-child),
.comment-form .input-group>input[type=text]:not(:first-child),
.comment-form .input-group>input[type=url]:not(:first-child),
.comment-form .input-group>textarea:not(:first-child),
.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child),
.post-password-form .input-group>input[name=post_password]:not(:first-child),
.search-form .input-group>.search-field:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group>.custom-file {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label:after {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comment-form .input-group-append input[type=submit],
.comment-form .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append .comment-form input[type=submit],
.input-group-append .post-password-form input[type=submit],
.input-group-append .search-form .search-submit,
.input-group-prepend .btn,
.input-group-prepend .comment-form input[type=submit],
.input-group-prepend .post-password-form input[type=submit],
.input-group-prepend .search-form .search-submit,
.post-password-form .input-group-append input[type=submit],
.post-password-form .input-group-prepend input[type=submit],
.search-form .input-group-append .search-submit,
.search-form .input-group-prepend .search-submit {
    position: relative;
    z-index: 2
}

.comment-form .input-group-append input[type=submit]:focus,
.comment-form .input-group-prepend input[type=submit]:focus,
.input-group-append .btn:focus,
.input-group-append .comment-form input[type=submit]:focus,
.input-group-append .post-password-form input[type=submit]:focus,
.input-group-append .search-form .search-submit:focus,
.input-group-prepend .btn:focus,
.input-group-prepend .comment-form input[type=submit]:focus,
.input-group-prepend .post-password-form input[type=submit]:focus,
.input-group-prepend .search-form .search-submit:focus,
.post-password-form .input-group-append input[type=submit]:focus,
.post-password-form .input-group-prepend input[type=submit]:focus,
.search-form .input-group-append .search-submit:focus,
.search-form .input-group-prepend .search-submit:focus {
    z-index: 3
}

.comment-form .input-group-append .btn+input[type=submit],
.comment-form .input-group-append .input-group-text+input[type=submit],
.comment-form .input-group-append .search-form .search-submit+input[type=submit],
.comment-form .input-group-append .search-form input[type=submit]+.search-submit,
.comment-form .input-group-append input[type=submit]+.btn,
.comment-form .input-group-append input[type=submit]+.input-group-text,
.comment-form .input-group-append input[type=submit]+input[type=submit],
.comment-form .input-group-prepend .btn+input[type=submit],
.comment-form .input-group-prepend .input-group-text+input[type=submit],
.comment-form .input-group-prepend .search-form .search-submit+input[type=submit],
.comment-form .input-group-prepend .search-form input[type=submit]+.search-submit,
.comment-form .input-group-prepend input[type=submit]+.btn,
.comment-form .input-group-prepend input[type=submit]+.input-group-text,
.comment-form .input-group-prepend input[type=submit]+input[type=submit],
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .comment-form .btn+input[type=submit],
.input-group-append .comment-form .input-group-text+input[type=submit],
.input-group-append .comment-form .search-form .search-submit+input[type=submit],
.input-group-append .comment-form .search-form input[type=submit]+.search-submit,
.input-group-append .comment-form input[type=submit]+.btn,
.input-group-append .comment-form input[type=submit]+.input-group-text,
.input-group-append .comment-form input[type=submit]+input[type=submit],
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .post-password-form .btn+input[type=submit],
.input-group-append .post-password-form .input-group-text+input[type=submit],
.input-group-append .post-password-form .search-form .search-submit+input[type=submit],
.input-group-append .post-password-form .search-form input[type=submit]+.search-submit,
.input-group-append .post-password-form input[type=submit]+.btn,
.input-group-append .post-password-form input[type=submit]+.input-group-text,
.input-group-append .post-password-form input[type=submit]+input[type=submit],
.input-group-append .search-form .btn+.search-submit,
.input-group-append .search-form .input-group-text+.search-submit,
.input-group-append .search-form .search-submit+.btn,
.input-group-append .search-form .search-submit+.input-group-text,
.input-group-append .search-form .search-submit+.search-submit,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .comment-form .btn+input[type=submit],
.input-group-prepend .comment-form .input-group-text+input[type=submit],
.input-group-prepend .comment-form .search-form .search-submit+input[type=submit],
.input-group-prepend .comment-form .search-form input[type=submit]+.search-submit,
.input-group-prepend .comment-form input[type=submit]+.btn,
.input-group-prepend .comment-form input[type=submit]+.input-group-text,
.input-group-prepend .comment-form input[type=submit]+input[type=submit],
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .post-password-form .btn+input[type=submit],
.input-group-prepend .post-password-form .input-group-text+input[type=submit],
.input-group-prepend .post-password-form .search-form .search-submit+input[type=submit],
.input-group-prepend .post-password-form .search-form input[type=submit]+.search-submit,
.input-group-prepend .post-password-form input[type=submit]+.btn,
.input-group-prepend .post-password-form input[type=submit]+.input-group-text,
.input-group-prepend .post-password-form input[type=submit]+input[type=submit],
.input-group-prepend .search-form .btn+.search-submit,
.input-group-prepend .search-form .input-group-text+.search-submit,
.input-group-prepend .search-form .search-submit+.btn,
.input-group-prepend .search-form .search-submit+.input-group-text,
.input-group-prepend .search-form .search-submit+.search-submit,
.post-password-form .input-group-append .btn+input[type=submit],
.post-password-form .input-group-append .input-group-text+input[type=submit],
.post-password-form .input-group-append .search-form .search-submit+input[type=submit],
.post-password-form .input-group-append .search-form input[type=submit]+.search-submit,
.post-password-form .input-group-append input[type=submit]+.btn,
.post-password-form .input-group-append input[type=submit]+.input-group-text,
.post-password-form .input-group-append input[type=submit]+input[type=submit],
.post-password-form .input-group-prepend .btn+input[type=submit],
.post-password-form .input-group-prepend .input-group-text+input[type=submit],
.post-password-form .input-group-prepend .search-form .search-submit+input[type=submit],
.post-password-form .input-group-prepend .search-form input[type=submit]+.search-submit,
.post-password-form .input-group-prepend input[type=submit]+.btn,
.post-password-form .input-group-prepend input[type=submit]+.input-group-text,
.post-password-form .input-group-prepend input[type=submit]+input[type=submit],
.search-form .comment-form .input-group-append .search-submit+input[type=submit],
.search-form .comment-form .input-group-append input[type=submit]+.search-submit,
.search-form .comment-form .input-group-prepend .search-submit+input[type=submit],
.search-form .comment-form .input-group-prepend input[type=submit]+.search-submit,
.search-form .input-group-append .btn+.search-submit,
.search-form .input-group-append .comment-form .search-submit+input[type=submit],
.search-form .input-group-append .comment-form input[type=submit]+.search-submit,
.search-form .input-group-append .input-group-text+.search-submit,
.search-form .input-group-append .post-password-form .search-submit+input[type=submit],
.search-form .input-group-append .post-password-form input[type=submit]+.search-submit,
.search-form .input-group-append .search-submit+.btn,
.search-form .input-group-append .search-submit+.input-group-text,
.search-form .input-group-append .search-submit+.search-submit,
.search-form .input-group-prepend .btn+.search-submit,
.search-form .input-group-prepend .comment-form .search-submit+input[type=submit],
.search-form .input-group-prepend .comment-form input[type=submit]+.search-submit,
.search-form .input-group-prepend .input-group-text+.search-submit,
.search-form .input-group-prepend .post-password-form .search-submit+input[type=submit],
.search-form .input-group-prepend .post-password-form input[type=submit]+.search-submit,
.search-form .input-group-prepend .search-submit+.btn,
.search-form .input-group-prepend .search-submit+.input-group-text,
.search-form .input-group-prepend .search-submit+.search-submit,
.search-form .post-password-form .input-group-append .search-submit+input[type=submit],
.search-form .post-password-form .input-group-append input[type=submit]+.search-submit,
.search-form .post-password-form .input-group-prepend .search-submit+input[type=submit],
.search-form .post-password-form .input-group-prepend input[type=submit]+.search-submit {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.comment-form .input-group-lg>input[type=email]:not(textarea),
.comment-form .input-group-lg>input[type=text]:not(textarea),
.comment-form .input-group-lg>input[type=url]:not(textarea),
.comment-form .input-group-lg>textarea:not(textarea),
.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea),
.post-password-form .input-group-lg>input[name=post_password]:not(textarea),
.search-form .input-group-lg>.search-field:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.comment-form .input-group-lg>.input-group-append>input[type=submit],
.comment-form .input-group-lg>.input-group-prepend>input[type=submit],
.comment-form .input-group-lg>input[type=email],
.comment-form .input-group-lg>input[type=text],
.comment-form .input-group-lg>input[type=url],
.comment-form .input-group-lg>textarea,
.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text,
.post-password-form .input-group-lg>.input-group-append>input[type=submit],
.post-password-form .input-group-lg>.input-group-prepend>input[type=submit],
.post-password-form .input-group-lg>input[name=post_password],
.search-form .input-group-lg>.input-group-append>.search-submit,
.search-form .input-group-lg>.input-group-prepend>.search-submit,
.search-form .input-group-lg>.search-field {
    border-radius: .3rem;
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .5rem 1rem
}

.comment-form .input-group-sm>input[type=email]:not(textarea),
.comment-form .input-group-sm>input[type=text]:not(textarea),
.comment-form .input-group-sm>input[type=url]:not(textarea),
.comment-form .input-group-sm>textarea:not(textarea),
.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea),
.post-password-form .input-group-sm>input[name=post_password]:not(textarea),
.search-form .input-group-sm>.search-field:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.comment-form .input-group-sm>.input-group-append>input[type=submit],
.comment-form .input-group-sm>.input-group-prepend>input[type=submit],
.comment-form .input-group-sm>input[type=email],
.comment-form .input-group-sm>input[type=text],
.comment-form .input-group-sm>input[type=url],
.comment-form .input-group-sm>textarea,
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text,
.post-password-form .input-group-sm>.input-group-append>input[type=submit],
.post-password-form .input-group-sm>.input-group-prepend>input[type=submit],
.post-password-form .input-group-sm>input[name=post_password],
.search-form .input-group-sm>.input-group-append>.search-submit,
.search-form .input-group-sm>.input-group-prepend>.search-submit,
.search-form .input-group-sm>.search-field {
    border-radius: .2rem;
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-right: 1.75rem
}

.comment-form .input-group>.input-group-append:last-child>input[type=submit]:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group>.input-group-append:not(:last-child)>input[type=submit],
.comment-form .input-group>.input-group-prepend>input[type=submit],
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.post-password-form .input-group>.input-group-append:last-child>input[type=submit]:not(:last-child):not(.dropdown-toggle),
.post-password-form .input-group>.input-group-append:not(:last-child)>input[type=submit],
.post-password-form .input-group>.input-group-prepend>input[type=submit],
.search-form .input-group>.input-group-append:last-child>.search-submit:not(:last-child):not(.dropdown-toggle),
.search-form .input-group>.input-group-append:not(:last-child)>.search-submit,
.search-form .input-group>.input-group-prepend>.search-submit {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.comment-form .input-group>.input-group-append>input[type=submit],
.comment-form .input-group>.input-group-prepend:first-child>input[type=submit]:not(:first-child),
.comment-form .input-group>.input-group-prepend:not(:first-child)>input[type=submit],
.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text,
.post-password-form .input-group>.input-group-append>input[type=submit],
.post-password-form .input-group>.input-group-prepend:first-child>input[type=submit]:not(:first-child),
.post-password-form .input-group>.input-group-prepend:not(:first-child)>input[type=submit],
.search-form .input-group>.input-group-append>.search-submit,
.search-form .input-group>.input-group-prepend:first-child>.search-submit:not(:first-child),
.search-form .input-group>.input-group-prepend:not(:first-child)>.search-submit {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.custom-control {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
    z-index: 1
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    height: 1.25rem;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 1rem;
    z-index: -1
}

.custom-control-input:checked~.custom-control-label:before {
    background-color: #002554;
    border-color: #002554;
    color: #fff
}

.custom-control-input:focus~.custom-control-label:before {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label:before {
    border-color: #005dd4
}

.custom-control-input:not(:disabled):active~.custom-control-label:before {
    background-color: #0875ff;
    border-color: #0875ff;
    color: #fff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label:before,
.custom-control-input[disabled]~.custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    margin-bottom: 0;
    position: relative;
    vertical-align: top
}

.custom-control-label:before {
    background-color: #fff;
    border: 1px solid #adb5bd;
    pointer-events: none
}

.custom-control-label:after,
.custom-control-label:before {
    content: "";
    display: block;
    height: 1rem;
    left: -1.5rem;
    position: absolute;
    top: .25rem;
    width: 1rem
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before {
    background-color: #002554;
    border-color: #002554
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 37, 84, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before {
    background-color: rgba(0, 37, 84, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 37, 84, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    border-radius: .5rem;
    left: -2.25rem;
    pointer-events: all;
    width: 1.75rem
}

.custom-switch .custom-control-label:after {
    background-color: #adb5bd;
    border-radius: .5rem;
    height: calc(1rem - 4px);
    left: calc(-2.25rem + 2px);
    top: calc(.25rem + 2px);
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .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-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -o-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -o-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    width: calc(1rem - 4px)
}

@media(prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label:after {
    background-color: #fff;
    -webkit-transform: translateX(.75rem);
    -o-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before {
    background-color: rgba(0, 37, 84, .5)
}

.custom-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #495057;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    line-height: 1.5;
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;
    width: 100%
}

.custom-select:focus {
    border-color: #005dd4;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .25);
    outline: 0
}

.custom-select:focus::-ms-value {
    background-color: #fff;
    color: #495057
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    background-image: none;
    height: auto;
    padding-right: .75rem
}

.custom-select:disabled {
    background-color: #e9ecef;
    color: #6c757d
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    font-size: .875rem;
    height: calc(1.5em + .5rem + 2px);
    padding-bottom: .25rem;
    padding-left: .5rem;
    padding-top: .25rem
}

.custom-select-lg {
    font-size: 1.25rem;
    height: calc(1.5em + 1rem + 2px);
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .5rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    height: calc(1.5em + .75rem + 2px);
    position: relative;
    width: 100%
}

.custom-file-input {
    margin: 0;
    opacity: 0;
    z-index: 2
}

.custom-file-input:focus~.custom-file-label {
    border-color: #005dd4;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label:after {
    content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-weight: 400;
    height: calc(1.5em + .75rem + 2px);
    left: 0;
    z-index: 1
}

.custom-file-label,
.custom-file-label:after {
    color: #495057;
    line-height: 1.5;
    padding: .375rem .75rem;
    position: absolute;
    right: 0;
    top: 0
}

.custom-file-label:after {
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    bottom: 0;
    content: "Browse";
    display: block;
    height: calc(1.5em + .75rem);
    z-index: 3
}

.custom-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    height: 1.4rem;
    padding: 0;
    width: 100%
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 37, 84, .25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 37, 84, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 37, 84, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 37, 84, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    background-color: #002554;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -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;
    width: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #0875ff
}

.custom-range::-webkit-slider-runnable-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-moz-range-thumb {
    -moz-appearance: none;
    appearance: none;
    background-color: #002554;
    border: 0;
    border-radius: 1rem;
    height: 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;
    width: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #0875ff
}

.custom-range::-moz-range-track {
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-ms-thumb {
    appearance: none;
    background-color: #002554;
    border: 0;
    border-radius: 1rem;
    height: 1rem;
    margin-left: .2rem;
    margin-right: .2rem;
    margin-top: 0;
    -ms-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;
    width: 1rem
}

@media(prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #0875ff
}

.custom-range::-ms-track {
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
    color: transparent;
    cursor: pointer;
    height: .5rem;
    width: 100%
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    -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;
    -o-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;
    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
}

@media(prefers-reduced-motion:reduce) {

    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    cursor: default;
    pointer-events: none
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    background-color: transparent;
    border-color: transparent;
    color: #6c757d
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    color: #495057
}

.nav-tabs .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: -1px
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #002554;
    color: #fff
}

.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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    padding: .5rem 1rem;
    position: relative
}

.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    font-size: 1.25rem;
    line-height: inherit;
    margin-right: 1rem;
    padding-bottom: .3125rem;
    padding-top: .3125rem;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.navbar-nav .nav-link {
    padding-left: 0;
    padding-right: 0
}

.navbar-nav .dropdown-menu {
    float: none;
    position: static
}

.navbar-text {
    display: inline-block;
    padding-bottom: .5rem;
    padding-top: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-basis: 100%;
    flex-grow: 1
}

.navbar-toggler {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 1.25rem;
    line-height: 1;
    padding: .25rem .75rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    background: no-repeat 50%;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    height: 1.5em;
    vertical-align: middle;
    width: 1.5em
}

@media(max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm,
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid,
    .navbar-expand-sm>.container-lg,
    .navbar-expand-sm>.container-md,
    .navbar-expand-sm>.container-sm,
    .navbar-expand-sm>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media(max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md,
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid,
    .navbar-expand-md>.container-lg,
    .navbar-expand-md>.container-md,
    .navbar-expand-md>.container-sm,
    .navbar-expand-md>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media(max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg,
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid,
    .navbar-expand-lg>.container-lg,
    .navbar-expand-lg>.container-md,
    .navbar-expand-lg>.container-sm,
    .navbar-expand-lg>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media(max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        padding-left: 0;
        padding-right: 0
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl,
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid,
    .navbar-expand-xl>.container-lg,
    .navbar-expand-xl>.container-md,
    .navbar-expand-xl>.container-sm,
    .navbar-expand-xl>.container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        -ms-flex-preferred-size: auto;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-left: 0;
    padding-right: 0
}

.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-left: .5rem;
    padding-right: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    -ms-flex-preferred-size: auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.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, .5)
}

.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 .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-toggler-icon {
    background-image: none
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.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,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.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 .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    border-color: hsla(0, 0%, 100%, .1);
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-toggler-icon {
    background-image: none
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    position: relative
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card>.list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card>.list-group:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-width: 0
}

.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;
    min-height: 1px;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 0;
    padding: .75rem 1.25rem
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: -.75rem
}

.card-header-pills,
.card-header-tabs {
    margin-left: -.625rem;
    margin-right: -.625rem
}

.card-img-overlay {
    border-radius: calc(.25rem - 1px);
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    position: absolute;
    right: 0;
    top: 0
}

.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-left-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
        margin-left: 15px;
        margin-right: 15px
    }
}

.card-group>.card {
    margin-bottom: 15px
}

@media(min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -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 {
        border-left: 0;
        margin-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-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-bottom-left-radius: 0;
        border-top-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
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media(min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    background-color: #e9ecef;
    border-radius: .25rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 1rem;
    padding: .75rem 1rem
}

.breadcrumb,
.breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #6c757d;
    content: "/";
    display: inline-block;
    padding-right: .5rem
}

.breadcrumb-item+.breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding-left: 0
}

.page-link {
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #002554;
    display: block;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
    position: relative
}

.page-link:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
    color: #000308;
    text-decoration: none;
    z-index: 2
}

.page-link:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .25);
    box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .25);
    outline: 0;
    z-index: 3
}

.page-item:first-child .page-link {
    border-bottom-left-radius: .25rem;
    border-top-left-radius: .25rem;
    margin-left: 0
}

.page-item:last-child .page-link {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem
}

.page-item.active .page-link {
    background-color: #002554;
    border-color: #002554;
    color: #fff;
    z-index: 3
}

.page-item.disabled .page-link {
    background-color: #fff;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: auto;
    pointer-events: none
}

.pagination-lg .page-link {
    font-size: 1.25rem;
    line-height: 1.5;
    padding: .75rem 1.5rem
}

.pagination-lg .page-item:first-child .page-link {
    border-bottom-left-radius: .3rem;
    border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-bottom-right-radius: .3rem;
    border-top-right-radius: .3rem
}

.pagination-sm .page-link {
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem
}

.pagination-sm .page-item:first-child .page-link {
    border-bottom-left-radius: .2rem;
    border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-bottom-right-radius: .2rem;
    border-top-right-radius: .2rem
}

.badge {
    border-radius: .25rem;
    display: inline-block;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: .25em .4em;
    text-align: center;
    -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;
    -o-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;
    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;
    vertical-align: baseline;
    white-space: nowrap
}

@media(prefers-reduced-motion:reduce) {
    .badge {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge,
.comment-form input[type=submit] .badge,
.post-password-form input[type=submit] .badge,
.search-form .search-submit .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    border-radius: 10rem;
    padding-left: .6em;
    padding-right: .6em
}

.badge-primary {
    background-color: #002554;
    color: #fff
}

a.badge-primary:focus,
a.badge-primary:hover {
    background-color: #000f21;
    color: #fff
}

a.badge-primary.focus,
a.badge-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 37, 84, .5);
    outline: 0
}

.badge-secondary {
    background-color: #6c757d;
    color: #fff
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    background-color: #545b62;
    color: #fff
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5);
    outline: 0
}

.badge-success {
    background-color: #12a04c;
    color: #fff
}

a.badge-success:focus,
a.badge-success:hover {
    background-color: #0d7236;
    color: #fff
}

a.badge-success.focus,
a.badge-success:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(18, 160, 76, .5);
    box-shadow: 0 0 0 .2rem rgba(18, 160, 76, .5);
    outline: 0
}

.badge-info {
    background-color: #17a2b8;
    color: #fff
}

a.badge-info:focus,
a.badge-info:hover {
    background-color: #117a8b;
    color: #fff
}

a.badge-info.focus,
a.badge-info:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
    outline: 0
}

.badge-warning {
    background-color: #ffc107;
    color: #212529
}

a.badge-warning:focus,
a.badge-warning:hover {
    background-color: #d39e00;
    color: #212529
}

a.badge-warning.focus,
a.badge-warning:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
    outline: 0
}

.badge-danger {
    background-color: #cb2c30;
    color: #fff
}

a.badge-danger:focus,
a.badge-danger:hover {
    background-color: #a12326;
    color: #fff
}

a.badge-danger.focus,
a.badge-danger:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(203, 44, 48, .5);
    box-shadow: 0 0 0 .2rem rgba(203, 44, 48, .5);
    outline: 0
}

.badge-light {
    background-color: #f8f9fa;
    color: #212529
}

a.badge-light:focus,
a.badge-light:hover {
    background-color: #dae0e5;
    color: #212529
}

a.badge-light.focus,
a.badge-light:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
    outline: 0
}

.badge-dark {
    background-color: #343a40;
    color: #fff
}

a.badge-dark:focus,
a.badge-dark:hover {
    background-color: #1d2124;
    color: #fff
}

a.badge-dark.focus,
a.badge-dark:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
    outline: 0
}

.jumbotron {
    background-color: #e9ecef;
    border-radius: .3rem;
    margin-bottom: 2rem;
    padding: 2rem 1rem
}

@media(min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    border-radius: 0;
    padding-left: 0;
    padding-right: 0
}

.alert {
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-bottom: 1rem;
    padding: .75rem 1.25rem;
    position: relative
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    color: inherit;
    padding: .75rem 1.25rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.alert-primary {
    background-color: #ccd3dd;
    border-color: #b8c2cf;
    color: #00132c
}

.alert-primary hr {
    border-top-color: #a9b5c5
}

.alert-primary .alert-link {
    color: #000
}

.alert-secondary {
    background-color: #e2e3e5;
    border-color: #d6d8db;
    color: #383d41
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    background-color: #d0ecdb;
    border-color: #bde4cd;
    color: #095328
}

.alert-success hr {
    border-top-color: #abddbf
}

.alert-success .alert-link {
    color: #042512
}

.alert-info {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    background-color: #fff3cd;
    border-color: #ffeeba;
    color: #856404
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    background-color: #f5d5d6;
    border-color: #f0c4c5;
    color: #6a1719
}

.alert-danger hr {
    border-top-color: #ebb0b1
}

.alert-danger .alert-link {
    color: #400e0f
}

.alert-light {
    background-color: #fefefe;
    border-color: #fdfdfe;
    color: #818182
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    background-color: #d6d8d9;
    border-color: #c6c8ca;
    color: #1b1e21
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    background-color: #e9ecef;
    border-radius: .25rem;
    font-size: .75rem;
    height: 1rem;
    line-height: 0
}

.progress,
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.progress-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    background-color: #002554;
    color: #fff;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    white-space: nowrap
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-image: -o-linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 25%, transparent 50%, hsla(0, 0%, 100%, .15) 50%, hsla(0, 0%, 100%, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    -o-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }
}

.media {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-left: 0
}

.list-group-item-action {
    color: #495057;
    text-align: inherit;
    width: 100%
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    background-color: #f8f9fa;
    color: #495057;
    text-decoration: none;
    z-index: 1
}

.list-group-item-action:active {
    background-color: #e9ecef;
    color: #3c3c3c
}

.list-group-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    display: block;
    padding: .75rem 1.25rem;
    position: relative
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit
}

.list-group-item.disabled,
.list-group-item:disabled {
    background-color: #fff;
    color: #6c757d;
    pointer-events: none
}

.list-group-item.active {
    background-color: #002554;
    border-color: #002554;
    color: #fff;
    z-index: 2
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    border-top-width: 1px;
    margin-top: -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: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-left-width: 0;
    border-top-width: 1px
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    border-left-width: 1px;
    margin-left: -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: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -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: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -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: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -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: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: .25rem
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-left-width: 0;
        border-top-width: 1px
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        border-left-width: 1px;
        margin-left: -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 {
    background-color: #b8c2cf;
    color: #00132c
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    background-color: #a9b5c5;
    color: #00132c
}

.list-group-item-primary.list-group-item-action.active {
    background-color: #00132c;
    border-color: #00132c;
    color: #fff
}

.list-group-item-secondary {
    background-color: #d6d8db;
    color: #383d41
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    background-color: #c8cbcf;
    color: #383d41
}

.list-group-item-secondary.list-group-item-action.active {
    background-color: #383d41;
    border-color: #383d41;
    color: #fff
}

.list-group-item-success {
    background-color: #bde4cd;
    color: #095328
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    background-color: #abddbf;
    color: #095328
}

.list-group-item-success.list-group-item-action.active {
    background-color: #095328;
    border-color: #095328;
    color: #fff
}

.list-group-item-info {
    background-color: #bee5eb;
    color: #0c5460
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    background-color: #abdde5;
    color: #0c5460
}

.list-group-item-info.list-group-item-action.active {
    background-color: #0c5460;
    border-color: #0c5460;
    color: #fff
}

.list-group-item-warning {
    background-color: #ffeeba;
    color: #856404
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    background-color: #ffe8a1;
    color: #856404
}

.list-group-item-warning.list-group-item-action.active {
    background-color: #856404;
    border-color: #856404;
    color: #fff
}

.list-group-item-danger {
    background-color: #f0c4c5;
    color: #6a1719
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    background-color: #ebb0b1;
    color: #6a1719
}

.list-group-item-danger.list-group-item-action.active {
    background-color: #6a1719;
    border-color: #6a1719;
    color: #fff
}

.list-group-item-light {
    background-color: #fdfdfe;
    color: #818182
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    background-color: #ececf6;
    color: #818182
}

.list-group-item-light.list-group-item-action.active {
    background-color: #818182;
    border-color: #818182;
    color: #fff
}

.list-group-item-dark {
    background-color: #c6c8ca;
    color: #1b1e21
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    background-color: #b9bbbe;
    color: #1b1e21
}

.list-group-item-dark.list-group-item-action.active {
    background-color: #1b1e21;
    border-color: #1b1e21;
    color: #fff
}

.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    background-color: transparent;
    border: 0;
    padding: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: .25rem;
    -webkit-box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    flex-basis: 350px;
    font-size: .875rem;
    max-width: 350px;
    opacity: 0
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-clip: padding-box;
    background-color: hsla(0, 0%, 100%, .85);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
    color: #6c757d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: .25rem .75rem
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    display: none;
    height: 100%;
    left: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050
}

.modal-dialog {
    margin: .5rem;
    pointer-events: none;
    position: relative;
    width: auto
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out, -o-transform .3s ease-out
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    -o-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%
}

.modal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: flex-start;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 1rem
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
    padding: 1rem
}

.modal-title {
    line-height: 1.5;
    margin-bottom: 0
}

.modal-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal-footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    align-items: center;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
    border-top: 1px solid #dee2e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: .75rem
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px
}

@media(min-width:576px) {
    .modal-dialog {
        margin: 1.75rem auto;
        max-width: 500px
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .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
    }
}

.tooltip {
    word-wrap: break-word;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1070
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    display: block;
    height: .4rem;
    position: absolute;
    width: .8rem
}

.tooltip .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    position: absolute
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    border-top-color: #000;
    border-width: .4rem .4rem 0;
    top: 0
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    height: .8rem;
    left: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    border-right-color: #000;
    border-width: .4rem .4rem .4rem 0;
    right: 0
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #000;
    border-width: 0 .4rem .4rem;
    bottom: 0
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    height: .8rem;
    right: 0;
    width: .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    border-left-color: #000;
    border-width: .4rem 0 .4rem .4rem;
    left: 0
}

.tooltip-inner {
    background-color: #000;
    border-radius: .25rem;
    color: #fff;
    max-width: 200px;
    padding: .25rem .5rem;
    text-align: center
}

.popover {
    word-wrap: break-word;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: .875rem;
    font-style: normal;
    font-weight: 400;
    left: 0;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.5;
    max-width: 276px;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    top: 0;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    z-index: 1060
}

.popover,
.popover .arrow {
    display: block;
    position: absolute
}

.popover .arrow {
    height: .5rem;
    margin: 0 .3rem;
    width: 1rem
}

.popover .arrow:after,
.popover .arrow:before {
    border-color: transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow:before,
.bs-popover-top>.arrow:before {
    border-top-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem 0;
    bottom: 0
}

.bs-popover-auto[x-placement^=top]>.arrow:after,
.bs-popover-top>.arrow:after {
    border-top-color: #fff;
    border-width: .5rem .5rem 0;
    bottom: 1px
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    height: 1rem;
    left: calc(-.5rem - 1px);
    margin: .3rem 0;
    width: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow:before,
.bs-popover-right>.arrow:before {
    border-right-color: rgba(0, 0, 0, .25);
    border-width: .5rem .5rem .5rem 0;
    left: 0
}

.bs-popover-auto[x-placement^=right]>.arrow:after,
.bs-popover-right>.arrow:after {
    border-right-color: #fff;
    border-width: .5rem .5rem .5rem 0;
    left: 1px
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow:before,
.bs-popover-bottom>.arrow:before {
    border-bottom-color: rgba(0, 0, 0, .25);
    border-width: 0 .5rem .5rem;
    top: 0
}

.bs-popover-auto[x-placement^=bottom]>.arrow:after,
.bs-popover-bottom>.arrow:after {
    border-bottom-color: #fff;
    border-width: 0 .5rem .5rem;
    top: 1px
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    border-bottom: 1px solid #f7f7f7;
    content: "";
    display: block;
    left: 50%;
    margin-left: -.5rem;
    position: absolute;
    top: 0;
    width: 1rem
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    height: 1rem;
    margin: .3rem 0;
    right: calc(-.5rem - 1px);
    width: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow:before,
.bs-popover-left>.arrow:before {
    border-left-color: rgba(0, 0, 0, .25);
    border-width: .5rem 0 .5rem .5rem;
    right: 0
}

.bs-popover-auto[x-placement^=left]>.arrow:after,
.bs-popover-left>.arrow:after {
    border-left-color: #fff;
    border-width: .5rem 0 .5rem .5rem;
    right: 1px
}

.popover-header {
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    font-size: 1rem;
    margin-bottom: 0;
    padding: .5rem .75rem
}

.popover-header:empty {
    display: none
}

.popover-body {
    color: #3c3c3c;
    padding: .5rem .75rem
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%
}

.carousel-inner:after {
    clear: both;
    content: "";
    display: block
}

.carousel-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    float: left;
    margin-right: -100%;
    position: relative;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
    -webkit-transition: opacity 0s .6s;
    -o-transition: opacity 0s .6s;
    transition: opacity 0s .6s;
    z-index: 0
}

@media(prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    opacity: .5;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease;
    width: 15%;
    z-index: 1
}

@media(prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    opacity: .9;
    outline: 0;
    text-decoration: none
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background: no-repeat 50%/100% 100%;
    display: inline-block;
    height: 20px;
    width: 20px
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    left: 0;
    list-style: none;
    margin-left: 15%;
    margin-right: 15%;
    padding-left: 0;
    position: absolute;
    right: 0;
    z-index: 15
}

.carousel-indicators li {
    -webkit-box-flex: 0;
    background-clip: padding-box;
    background-color: #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    height: 3px;
    margin-left: 3px;
    margin-right: 3px;
    opacity: .5;
    text-indent: -999px;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease;
    width: 30px
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    right: 15%;
    text-align: center;
    z-index: 10
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-o-keyframes spinner-border {
    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.spinner-border {
    -webkit-animation: spinner-border .75s linear infinite;
    -o-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    border: .25em solid;
    border-radius: 50%;
    border-right: .25em solid transparent;
    display: inline-block;
    height: 2rem;
    vertical-align: text-bottom;
    width: 2rem
}

.spinner-border-sm {
    border-width: .2em;
    height: 1rem;
    width: 1rem
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes spinner-grow {
    0% {
        -o-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -o-transform: none;
        transform: none
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.spinner-grow {
    -webkit-animation: spinner-grow .75s linear infinite;
    -o-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
    background-color: currentColor;
    border-radius: 50%;
    display: inline-block;
    height: 2rem;
    opacity: 0;
    vertical-align: text-bottom;
    width: 2rem
}

.spinner-grow-sm {
    height: 1rem;
    width: 1rem
}

.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
}

.bg-primary {
    background-color: #002554 !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #000f21 !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #12a04c !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #0d7236 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #cb2c30 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #a12326 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #002554 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #12a04c !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #cb2c30 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    clear: both;
    content: "";
    display: block
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !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
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !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 {
        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
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !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
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !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 {
        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
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !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
    }
}

.embed-responsive {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%
}

.embed-responsive:before {
    content: "";
    display: block
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.embed-responsive-21by9:before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column,
.flex-row {
    -webkit-box-direction: normal !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse,
.flex-row-reverse {
    -webkit-box-direction: reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -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
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -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
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -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
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -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 {
    -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;
    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;
    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;
    align-self: stretch !important
}

@media(min-width:576px) {
    .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-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
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !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
    }

    .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
    }

    .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;
        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;
        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;
        align-self: stretch !important
    }
}

@media(min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column,
    .flex-md-row {
        -webkit-box-direction: normal !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !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-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
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !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
    }

    .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
    }

    .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;
        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;
        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;
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .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-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
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !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
    }

    .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
    }

    .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;
        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;
        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;
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .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-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
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !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
    }

    .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
    }

    .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;
        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;
        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;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !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
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}

@supports(position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.screen-reader-text,
.sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.screen-reader-text:active,
.screen-reader-text:focus,
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto
}

.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 {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !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
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !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
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.disclaimer-box,
.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.m-6 {
    margin: 3.75rem !important
}

.mt-6,
.my-6 {
    margin-top: 3.75rem !important
}

.mr-6,
.mx-6 {
    margin-right: 3.75rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 3.75rem !important
}

.ml-6,
.mx-6 {
    margin-left: 3.75rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.p-6 {
    padding: 3.75rem !important
}

.pt-6,
.py-6 {
    padding-top: 3.75rem !important
}

.pr-6,
.px-6 {
    padding-right: 3.75rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 3.75rem !important
}

.pl-6,
.px-6 {
    padding-left: 3.75rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-n6 {
    margin: -3.75rem !important
}

.mt-n6,
.my-n6 {
    margin-top: -3.75rem !important
}

.mr-n6,
.mx-n6 {
    margin-right: -3.75rem !important
}

.mb-n6,
.my-n6 {
    margin-bottom: -3.75rem !important
}

.ml-n6,
.mx-n6 {
    margin-left: -3.75rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .m-sm-6 {
        margin: 3.75rem !important
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 3.75rem !important
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 3.75rem !important
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 3.75rem !important
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 3.75rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .p-sm-6 {
        padding: 3.75rem !important
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 3.75rem !important
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 3.75rem !important
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 3.75rem !important
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 3.75rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-n6 {
        margin: -3.75rem !important
    }

    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -3.75rem !important
    }

    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -3.75rem !important
    }

    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -3.75rem !important
    }

    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -3.75rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .m-md-6 {
        margin: 3.75rem !important
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 3.75rem !important
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 3.75rem !important
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 3.75rem !important
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 3.75rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .p-md-6 {
        padding: 3.75rem !important
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 3.75rem !important
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 3.75rem !important
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 3.75rem !important
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 3.75rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-n6 {
        margin: -3.75rem !important
    }

    .mt-md-n6,
    .my-md-n6 {
        margin-top: -3.75rem !important
    }

    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -3.75rem !important
    }

    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -3.75rem !important
    }

    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -3.75rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .m-lg-6 {
        margin: 3.75rem !important
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 3.75rem !important
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 3.75rem !important
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 3.75rem !important
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 3.75rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .p-lg-6 {
        padding: 3.75rem !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 3.75rem !important
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 3.75rem !important
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 3.75rem !important
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 3.75rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-n6 {
        margin: -3.75rem !important
    }

    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -3.75rem !important
    }

    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -3.75rem !important
    }

    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -3.75rem !important
    }

    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -3.75rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .m-xl-6 {
        margin: 3.75rem !important
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 3.75rem !important
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 3.75rem !important
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 3.75rem !important
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 3.75rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .p-xl-6 {
        padding: 3.75rem !important
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 3.75rem !important
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 3.75rem !important
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 3.75rem !important
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 3.75rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-n6 {
        margin: -3.75rem !important
    }

    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -3.75rem !important
    }

    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -3.75rem !important
    }

    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -3.75rem !important
    }

    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -3.75rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.stretched-link:after {
    background-color: transparent;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

#secondaryNav li:first-of-type a,
.text-white {
    color: #fff !important
}

.text-primary {
    color: #002554 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #000308 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #12a04c !important
}

a.text-success:focus,
a.text-success:hover {
    color: #0a5b2b !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #cb2c30 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #8c1e21 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #3c3c3c !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    :after,
    :before {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        border-color: #dee2e6;
        color: inherit
    }
}

html {
    scroll-behavior: smooth
}

body {
    background: #fff;
    color: #3c3c3c;
    font: 400 16px/24px Gotham Narrow A, Gotham Narrow B
}

h1 {
    color: #002554;
    font: 700 60px/64px Gotham Narrow A, Gotham Narrow B;
    text-transform: uppercase
}

@media(max-width:991.98px) {
    h1 {
        font-size: 32px;
        line-height: 38px
    }
}

h2 {
    color: #002554;
    font: 700 40px/44px Gotham Narrow A, Gotham Narrow B;
    text-transform: uppercase
}

@media(max-width:991.98px) {
    h2 {
        font-size: 24px;
        line-height: 30px
    }
}

h3 {
    font: 400 24px/30px Gotham Narrow A, Gotham Narrow B
}

@media(max-width:991.98px) {
    h3 {
        font-size: 20px;
        line-height: 30px
    }
}

h4 {
    font: 700 18px/24px Gotham Narrow A, Gotham Narrow B
}

blockquote {
    color: #cb2c30;
    font: italic 400 18px/24px pt-serif-caption
}

.bg-blue-shade {
    background-color: #001638
}

.bg-blue-tint {
    background-color: #003c7e
}

.bg-gray {
    background-color: #f3f4f4
}

.text-blue-tint {
    color: #003c7e
}

.text-lightblue {
    color: #bfcfe5
}

.text-lightred {
    color: #ff4c50
}

.text-red {
    color: #cb2c30
}

.comment-list,
.list-unstyled {
    list-style: none
}

.sitemap-footer .menu-main-navigation-container ul.menu>.menu-item-has-children>a,
.title-bottom-border {
    border-bottom: 1px solid #cb2c30;
    margin-bottom: 20px;
    padding-bottom: 8px
}

.title-bottom-border-sm:after {
    background: #cb2c30;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 16px;
    margin-top: 10px;
    width: 40px
}

.text-col-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

@media(max-width:991.98px) {
    .text-col-2 {
        -webkit-columns: 1;
        -moz-columns: 1;
        column-count: 1
    }
}

.full-width-bg-gray {
    background: #f3f4f4;
    margin-left: -30px;
    margin-right: -30px;
    padding: 90px
}

@media(max-width:991.98px) {
    .full-width-bg-gray {
        padding: 30px
    }
}

.full-width-bg-blue {
    background: #c2d1e6;
    margin-left: -30px;
    margin-right: -30px;
    padding: 90px
}

@media(max-width:991.98px) {
    .full-width-bg-blue {
        padding: 30px
    }
}

.line-wings {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.line-wings:before {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #d3d4d6;
    content: "";
    display: inline-block;
    flex-grow: 1;
    height: 1px;
    margin-left: 10%;
    margin-right: 10px;
    vertical-align: middle
}

@media(max-width:991.98px) {
    .line-wings:before {
        margin-left: 2%
    }
}

.line-wings:after {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #d3d4d6;
    content: "";
    display: inline-block;
    flex-grow: 1;
    height: 1px;
    margin-left: 10px;
    margin-right: 10%;
    vertical-align: middle
}

@media(max-width:991.98px) {
    .line-wings:after {
        margin-right: 2%
    }
}

.line-wings.white {
    color: #fff
}

.sticky-top-right {
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.social-icons-left-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 160px;
    justify-content: space-between;
    left: -8%;
    position: absolute;
    top: 80px;
    z-index: 100
}

@media(max-width:767.98px) {
    .social-icons-left-bar {
        display: none
    }
}

@media(min-width:1200px)and (max-width:1376px), (min-width:768px)and (max-width:882px), (min-width:992px)and (max-width:1176px) {
    .social-icons-left-bar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        height: auto;
        left: 0;
        top: 90px;
        -webkit-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75);
        width: 146px
    }
}

.social-icons-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-filter: invert(1) hue-rotate(221deg);
    filter: invert(1) hue-rotate(221deg);
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-left: 16px;
    margin-top: auto
}

.mb-6 {
    margin-bottom: 6rem
}

.disclaimer-box {
    background-color: #f3f4f4;
    border: 2px solid #cb2c30;
    padding: 20px
}

.fs-30 {
    font-size: 30px
}

ul.red-carets li {
    list-style-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjkzMSIgaGVpZ2h0PSIxNC4yMTMiIHZpZXdCb3g9IjAgMCA4LjkzMSAxNC4yMTMiPjxwYXRoIGQ9Ik03LjEwNiw3MGw3LjEwNiw4LjkzMUgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzguOTMxKSByb3RhdGUoOTApIiBmaWxsPSIjY2IyYzMwIi8+PC9zdmc+Cg==);
    margin-bottom: 1ch;
    padding-left: 1ch
}

ul.red-carets li:before {
    content: ""
}

ul.red-carets li::marker {
    color: #cb2c30
}

.flexible-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr))
}

.posts-navigation .nav-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px
}

input.search-field {
    height: 50px;
    margin-right: 10px
}

.modal-xl {
    max-width: 75vw
}

@media(max-width:991.98px) {
    .modal-xl {
        max-width: 90%
    }
}

@media(max-width:767.98px) {
    .modal-xl {
        max-width: 100%
    }
}

.hidden-content-area>main.main {
    margin-top: 30px
}

.translated-ltr .prevent-translation,
.translated-ltr p>.prevent-translation {
    margin-right: 4px
}

.translated-ltr font+.prevent-translation {
    margin-left: 4px
}

.translated-ltr .prevent-translation>.prevent-translation {
    margin-right: 0
}

.post-password-form label {
    font-weight: 700
}

.post-password-form input[name=post_password] {
    display: inline-block;
    width: auto
}

.post-password-form input[type=submit] {
    margin-bottom: 4px
}

a,
a:visited {
    color: #cb2c30;
    font-weight: 400
}

a:hover {
    color: #cb2c30;
    text-decoration: underline
}

.btn-primary,
.donation-form input[type=submit] {
    background: #c4282a;
    background: -webkit-linear-gradient(135deg, #a50a07 90%, #c4282a 0);
    background: -o-linear-gradient(135deg, #a50a07 90%, #c4282a 90%);
    background: linear-gradient(315deg, #a50a07 90%, #c4282a 0);
    background-size: 300% 100%;
    border: 0;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, .25);
    box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, .25);
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    overflow: hidden;
    padding: 18px 20px 18px 70px;
    position: relative;
    text-overflow: ellipsis;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    white-space: nowrap;
    width: 275px
}

.btn-primary.small,
.donation-form input.small[type=submit] {
    padding: 13px 20px 13px 60px;
    width: 205px
}

.btn-primary.small:before,
.donation-form input.small[type=submit]:before {
    height: 93%;
    left: -15%;
    top: 10px;
    width: 53px
}

.btn-primary.small:hover,
.donation-form input.small[type=submit]:hover {
    background-size: 1340% 100%;
    padding: 13px 20px
}

.btn-primary.medium,
.donation-form input.medium[type=submit] {
    padding-left: 110px;
    width: 400px
}

.btn-primary.medium:before,
.donation-form input.medium[type=submit]:before {
    height: 110%;
    left: -6%
}

.btn-primary.large,
.donation-form input.large[type=submit] {
    padding-left: 120px;
    width: 500px
}

.btn-primary.large:before,
.donation-form input.large[type=submit]:before {
    height: 200px;
    left: -18%;
    top: -70%;
    width: 150px
}

.btn-primary:before,
.donation-form input[type=submit]:before {
    background-color: #d83b3e;
    content: "";
    display: block;
    height: 100%;
    left: -23%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    width: 100px
}

.btn-primary:hover,
.donation-form input[type=submit]:hover {
    background-size: 1175% 100%;
    padding: 18px 20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn-primary:hover:before,
.donation-form input[type=submit]:hover:before {
    left: -200px
}

.btn-secondary,
.comment-form input[type=submit],
.search-form .search-submit,
.wp-block-button__link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #fff;
    border: 1px solid #cb2c30;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px #00000029;
    box-shadow: 0 1px 6px #00000029;
    color: #cb2c30;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    height: 50px;
    justify-content: center;
    line-height: 1;
    min-width: 176px;
    padding: 16px 50px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-secondary span,
.comment-form input[type=submit] span,
.search-form .search-submit span,
.wp-block-button__link span {
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-group-sm>.btn-secondary.btn,
.btn-group-sm>.wp-block-button__link.btn,
.btn-secondary.btn-sm,
.comment-form .btn-group-sm>input[type=submit],
.comment-form .post-password-form .btn-group-sm>input[type=submit],
.comment-form input.btn-sm[type=submit],
.post-password-form .btn-group-sm>input.btn-secondary[type=submit],
.post-password-form .btn-group-sm>input.wp-block-button__link[type=submit],
.search-form .btn-group-sm>.search-submit,
.search-form .btn-sm.search-submit,
.search-form .post-password-form .btn-group-sm>input[type=submit].search-submit,
.wp-block-button__link.btn-sm {
    min-width: auto;
    padding: 8px 20px
}

.btn-group-sm>.btn-secondary.btn,
.btn-group-sm>.wp-block-button__link.btn,
.btn-secondary.btn-sm,
.btn-secondary.btn-sm:active,
.btn-secondary.btn-sm:hover,
.comment-form .btn-group-sm>input[type=submit],
.comment-form .post-password-form .btn-group-sm>input[type=submit],
.comment-form input.btn-sm[type=submit],
.post-password-form .btn-group-sm>input.btn-secondary[type=submit],
.post-password-form .btn-group-sm>input.wp-block-button__link[type=submit],
.search-form .btn-group-sm>.search-submit,
.search-form .btn-sm.search-submit,
.search-form .post-password-form .btn-group-sm>input[type=submit].search-submit,
.wp-block-button__link.btn-sm,
.wp-block-button__link.btn-sm:active,
.wp-block-button__link.btn-sm:hover {
    height: auto !important
}

.btn-group-sm>.btn-secondary.btn .dashicons-undo,
.btn-group-sm>.wp-block-button__link.btn .dashicons-undo,
.btn-secondary.btn-sm .dashicons-undo,
.comment-form .btn-group-sm>input[type=submit] .dashicons-undo,
.comment-form input.btn-sm[type=submit] .dashicons-undo,
.post-password-form .btn-group-sm>input.btn-secondary[type=submit] .dashicons-undo,
.post-password-form .btn-group-sm>input.wp-block-button__link[type=submit] .dashicons-undo,
.search-form .btn-group-sm>.search-submit .dashicons-undo,
.search-form .btn-sm.search-submit .dashicons-undo,
.wp-block-button__link.btn-sm .dashicons-undo {
    margin-right: 5px
}

.btn-tertiary {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: transparent;
    border: 1px solid #4f555b;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 6px #00000029;
    box-shadow: 0 1px 6px #00000029;
    color: #4f555b;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    height: 50px;
    justify-content: center;
    min-width: 176px;
    padding: 16px 50px;
    position: relative
}

.btn-tertiary,
.btn-tertiary span {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-tertiary span {
    position: absolute
}

.btn-tertiary:hover {
    background: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 6px #00000029;
    box-shadow: 0 1px 6px #00000029;
    color: #4f555b;
    font-size: 18px
}

.btn-tertiary:hover span {
    font-size: 18px
}

.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active,
.comment-form input[type=submit]:focus,
.comment-form input[type=submit]:hover,
.comment-form input[type=submit]:not(:disabled):not(.disabled):active,
.search-form .search-submit:focus,
.search-form .search-submit:hover,
.search-form .search-submit:not(:disabled):not(.disabled):active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:not(:disabled):not(.disabled):active {
    background: #fff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 6px #00000029;
    box-shadow: 0 1px 6px #00000029;
    color: #cb2c30;
    height: 50px;
    line-height: 1
}

.btn-secondary:focus span,
.btn-secondary:hover span,
.btn-secondary:not(:disabled):not(.disabled):active span,
.comment-form input[type=submit]:focus span,
.comment-form input[type=submit]:hover span,
.comment-form input[type=submit]:not(:disabled):not(.disabled):active span,
.search-form .search-submit:focus span,
.search-form .search-submit:hover span,
.search-form .search-submit:not(:disabled):not(.disabled):active span,
.wp-block-button__link:focus span,
.wp-block-button__link:hover span,
.wp-block-button__link:not(:disabled):not(.disabled):active span {
    font-size: 18px
}

button:disabled {
    cursor: not-allowed;
    opacity: .5
}

a.with-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: 0;
    color: #cb2c30;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    position: relative;
    white-space: pre
}

a.with-icon.alt {
    color: #fff
}

a.with-icon:hover {
    text-decoration: none
}

a.with-icon:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #cb2c30 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjkzMSIgaGVpZ2h0PSIxNC4yMTMiIHZpZXdCb3g9IjAgMCA4LjkzMSAxNC4yMTMiPjxwYXRoIGQ9Ik03LjEwNiw3MGw3LjEwNiw4LjkzMUgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzguOTMxKSByb3RhdGUoOTApIiBmaWxsPSIjZmZmIi8+PC9zdmc+Cg==) no-repeat;
    background-position: 50%;
    background-size: 14px 10px;
    border-radius: 100%;
    color: #fff;
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    font-weight: 500;
    height: 20px;
    justify-content: center;
    line-height: 0;
    margin-right: 10px;
    padding: 2px;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 20px
}

a.with-icon.alt:before {
    background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjkzMSIgaGVpZ2h0PSIxNC4yMTMiIHZpZXdCb3g9IjAgMCA4LjkzMSAxNC4yMTMiPjxwYXRoIGQ9Ik03LjEwNiw3MGw3LjEwNiw4LjkzMUgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNzguOTMxKSByb3RhdGUoOTApIiBmaWxsPSIjY2IyYzMwIi8+PC9zdmc+Cg==) no-repeat 50%/14px 10px;
    color: #cb2c30
}

a.with-icon:hover:before {
    background-color: #e03e43;
    -webkit-box-shadow: 0 0 0 3px #e03e43;
    box-shadow: 0 0 0 3px #e03e43
}

a.with-icon.alt:hover:before {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff
}

a.btn-big-red {
    background: #cb2c30;
    border: 0;
    color: #fff;
    padding: 30px;
    text-align: center;
    text-transform: uppercase
}

a.btn-big-red:hover {
    color: #fff;
    text-decoration: none
}

.btn-ghost {
    border: 1px solid #e8e9ea;
    border-radius: 4px;
    color: #e8e9ea;
    font-size: 16px;
    padding: 16px 50px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-ghost,
.btn-ghost:hover {
    background: transparent;
    -webkit-box-shadow: 0 1px 6px #00000029;
    box-shadow: 0 1px 6px #00000029
}

.btn-ghost:hover {
    border: 1px solid transparent;
    color: #f3f4f4;
    font-size: 18px
}

a.btn-square {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #cb2c30;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    height: 95px;
    padding: 30px 20px
}

.comment-list ol {
    list-style: none
}

.search-form label {
    font-weight: 400
}

#gform_confirmation_wrapper_3 {
    font-size: 20px;
    margin-bottom: 30px
}

.gform_confirmation_message {
    color: #fff !important
}

.gform_anchor,
.page-anchor {
    position: absolute;
    top: -200px
}

.gform_anchor:focus-visible,
.page-anchor:focus-visible {
    outline: none
}

.gfield.prepend-icon label {
    left: 32px !important
}

#give_purchase_form_wrap .gform_body input,
#give_purchase_form_wrap .gform_body textarea,
#give_purchase_form_wrap .give-input,
.dark-form .gform_body input,
.dark-form .gform_body textarea,
.dark-form .give-input {
    background: #001638;
    border-color: #001638 !important;
    color: #fff
}

#give_purchase_form_wrap form,
.dark-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#give_purchase_form_wrap .gform_body,
.dark-form .gform_body {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 81%;
    flex: 1 0 81%
}

.gform_wrapper.gravity-theme .shrink-label.gfield {
    position: relative
}

.gform_wrapper.gravity-theme .shrink-label .gfield_label {
    color: #bcbfc1;
    font-size: 10px;
    font-weight: 500;
    left: 12px;
    margin-bottom: 0;
    position: absolute;
    text-transform: uppercase;
    top: 9px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.gform_wrapper.gravity-theme .shrink-label .gfield_label.focus,
.gform_wrapper.gravity-theme .shrink-label .gfield_label.has-value {
    font-size: 8px !important;
    top: -1px
}

.gform_wrapper.gravity-theme .shrink-label input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 1px solid #bcbfc1;
    border-radius: 4px;
    height: 42px;
    padding: 8px 5px 0 12px !important
}

.gform_wrapper.gravity-theme .shrink-label .ginput_container_email:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNC4yODYiIHZpZXdCb3g9IjAgMCAyMCAxNC4yODYiPjxnIGZpbGw9IiNiZmNmZTUiIHN0cm9rZT0iI2JmY2ZlNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiPjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIxNC4yODYiIHJ4PSIyIiBzdHJva2U9Im5vbmUiLz48cmVjdCB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9IjE5IiBoZWlnaHQ9IjEzLjI4NiIgcng9IjEuNSIgZmlsbD0ibm9uZSIvPjwvZz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjQ5NSAyLjI5OSkiPjxwYXRoIGQ9Ik04MjkyLjM5MiwxODM1LjMwOGw2LjY4MSw3LjFhMS4wMjIsMS4wMjIsMCwwLDAsMS42MzQsMGw2LjctNy4xIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODI5Mi4zOTIgLTE4MzUuMzA4KSIgZmlsbD0iI2JmY2ZlNSIgc3Ryb2tlPSIjMDAyNTU0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMSIvPjxwYXRoIGQ9Ik04Mjk3LjY2MywxODQxLjkybC00LjMzNiw0LjMzOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgyOTIuODQ4IC0xODM2LjU3MikiIGZpbGw9IiNiZmNmZTUiIHN0cm9rZT0iIzAwMjU1NCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEiLz48cGF0aCBkPSJNODI5Mi41NDEsMTg0MS45MDZsNC4zNDEsNC4zNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTgyODIgLTE4MzYuNTcpIiBmaWxsPSIjYmZjZmU1IiBzdHJva2U9IiMwMDI1NTQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxIi8+PC9nPjwvc3ZnPg==) no-repeat;
    color: #bcbfc1;
    content: "";
    display: inline-block;
    font-size: 19px;
    height: 14.29px;
    left: 8px;
    position: absolute;
    top: 14px;
    width: 20px
}

.gform_wrapper.gravity-theme .shrink-label .ginput_container_email input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding-left: 31px !important
}

.gform_wrapper.gravity-theme .ginput_container select {
    border: 1px solid #bcbfc1;
    border-radius: 4px;
    height: 42px;
    padding: 0 5px 0 12px !important
}

.gform_wrapper.gravity-theme .shrink-label textarea {
    border: 1px solid #bcbfc1;
    border-radius: 4px;
    padding: 15px 5px 0 12px !important
}

.gform_wrapper.gravity-theme ul.gfield_checkbox li label,
.gform_wrapper.gravity-theme ul.gfield_radio li label {
    color: #a7aaad;
    font-size: 10px;
    font-weight: 500;
    margin: 7px 0 0 6px;
    text-transform: uppercase
}

.gform_wrapper.gravity-theme ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper.gravity-theme ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: 500
}

#give-donation-level-button-wrap,
#give-final-total-wrap,
#give_checkout_user_info legend,
.give-donation-amount,
.give-form-title {
    display: none
}

.give-fl-textarea,
.give-fl-wrap {
    width: 100%
}

[class*=" give-icon-"] {
    color: #fff
}

.gform-icon--close:before {
    content: "î¤" !important
}

.alignnone {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%
}

.aligncenter {
    display: block;
    height: auto;
    margin: .5rem auto
}

.alignleft,
.alignright {
    height: auto;
    margin-bottom: .5rem
}

@media(min-width:576px) {
    .alignleft {
        float: left;
        margin-right: .5rem
    }

    .alignright {
        float: right;
        margin-left: .5rem
    }
}

.top-nav {
    display: none;
    position: sticky;
    top: 0;
    z-index: 10
}

@media(min-width:992px) {
    .top-nav {
        display: block
    }
}

.dropdown-menu a {
    color: #000 !important
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0
}

.dropdown-toggle:after {
    display: none
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #bcbfc1
}

.nav-item a {
    color: #fff
}

#mainNav li {
    margin: 0 16px
}

@media(max-width:1199.98px) {
    #mainNav li {
        margin: 0 8px
    }
}

#mainNav li:hover {
    background: #fff;
    border-radius: 4px
}

#mainNav .dropdown-menu {
    -webkit-box-shadow: 0 0 3px 3px #e5e5e5;
    box-shadow: 0 0 3px 3px #e5e5e5;
    padding: 6px
}

#mainNav .dropdown-menu li {
    border-bottom: 1px solid #cbcbcb
}

#mainNav .dropdown-menu li:last-child {
    border-bottom: 0
}

@media(min-width:1200px) {
    #mainNav {
        padding-right: 70px
    }
}

li.nav-search {
    height: 32px;
    position: relative;
    text-indent: -9999px;
    width: 28px
}

li.nav-search a:before {
    content: "ï…¹";
    font: normal 20px/1 dashicons, sans-serif !important;
    left: 5px;
    position: absolute;
    text-indent: 0;
    top: 7px;
    z-index: 20
}

.mobile-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative
}

.mobile-menu .nav-search {
    height: auto;
    position: static;
    width: auto
}

.mobile-menu .nav-search a:before {
    display: none
}

.mobile-menu .nav-search a {
    text-indent: 0
}

.mobile-menu>li.nav-item {
    border-bottom: 1px solid #fdfdfd2b;
    margin: 0 32px
}

.mobile-menu>li.nav-item:first-child {
    margin-top: 16px
}

.mobile-menu>li.nav-item:last-child {
    border-bottom: none
}

.mobile-menu>li.nav-item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem
}

.mobile-menu>li.nav-item>a:after {
    content: ">";
    font-size: 25px;
    margin-left: auto
}

.mobile-menu-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    margin-top: auto
}

.mobile-menu-bottom .btn-ghost {
    margin: 6px 32px
}

.mobile-utility-container {
    grid-gap: 4px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 16px
}

header.primary-navigation-wrapper {
    background: none;
    margin-bottom: 30px;
    padding: 1rem;
    position: sticky;
    /* top: 40px; */
    z-index: 100
}

header.primary-navigation-wrapper.active {
    background: #fff
}

header.primary-navigation-wrapper .navbar-nav a {
    color: #002554
}

header.primary-navigation-wrapper .nav-link:hover {
    color: #cb2c30
}

@media(max-width:991.98px) {
    header.primary-navigation-wrapper {
        top: 0
    }
}

.submenu-panel {
    background: #242b33;
    -webkit-box-shadow: inset 0 0 4px 3px #00000036;
    box-shadow: inset 0 0 4px 3px #00000036;
    height: 100%;
    list-style: none;
    padding: 32px;
    position: absolute;
    right: -1000px;
    top: 0;
    width: 100%;
    z-index: 1
}

.submenu-panel .nav-item.go-back-wrapper {
    border-bottom: 1px solid #fdfdfd2b;
    margin-bottom: 8px;
    padding: 1rem
}

.submenu-panel .nav-item.go-back-wrapper a {
    display: block
}

.submenu-panel .nav-item {
    padding: .5rem 1rem
}

#secondaryNav a,
#tertiaryNav a {
    color: #61799f;
    font-size: 11px;
    text-transform: uppercase
}

#mainNavMobile {
    background: #242b33;
    border-top: 1px solid #cb2c30;
    bottom: 0;
    -webkit-box-shadow: inset 0 0 4px 3px #00000036;
    box-shadow: inset 0 0 4px 3px #00000036;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: fixed;
    right: -1000px;
    top: 94px;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
    width: 100%;
    z-index: 1000
}

@media(min-width:992px) {
    #mainNavMobile {
        display: none !important
    }
}

.return-to-menu {
    color: gray !important
}

input#hidden-menu-checkbox {
    display: none
}

.navbar-toggler-mobile {
    background: none;
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 16px;
    width: 24px
}

.navbar-toggler-mobile .menu-icon,
.navbar-toggler-mobile .menu-icon:after,
.navbar-toggler-mobile .menu-icon:before {
    background: #002554;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    -webkit-transition: background .3s ease, top .3s ease .3s, -webkit-transform .3s ease;
    transition: background .3s ease, top .3s ease .3s, -webkit-transform .3s ease;
    -o-transition: background .3s ease, top .3s ease .3s, -o-transform .3s ease;
    transition: background .3s ease, top .3s ease .3s, transform .3s ease;
    transition: background .3s ease, top .3s ease .3s, transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease;
    width: 20px
}

.navbar-toggler-mobile .menu-icon:before {
    top: -6px
}

.navbar-toggler-mobile .menu-icon:after {
    top: 6px
}

#hidden-menu-checkbox:checked+.navbar-toggler-mobile .menu-icon {
    background: transparent
}

#hidden-menu-checkbox:checked+.navbar-toggler-mobile .menu-icon:before {
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#hidden-menu-checkbox:checked+.navbar-toggler-mobile .menu-icon:after {
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#hidden-menu-checkbox:checked+.navbar-toggler-mobile .menu-icon:after,
#hidden-menu-checkbox:checked+.navbar-toggler-mobile .menu-icon:before {
    top: 0;
    -webkit-transition: top .3s ease, -webkit-transform .3s ease .3s;
    transition: top .3s ease, -webkit-transform .3s ease .3s;
    -o-transition: top .3s ease, -o-transform .3s ease .3s;
    transition: top .3s ease, transform .3s ease .3s;
    transition: top .3s ease, transform .3s ease .3s, -webkit-transform .3s ease .3s, -o-transform .3s ease .3s
}

@media(max-width:991.98px) {
    .get-help-cta {
        display: none
    }
}

@media(min-width:768px)and (max-width:1199.98px) {
    .get-help-cta a.btn-square {
        height: 88px;
        padding: 20px
    }
}

@media(min-width:992px)and (max-width:1199.98px) {
    .primary-navigation-wrapper .brand img {
        width: 100px
    }
}

.footer-newsletter {
    background: -webkit-gradient(linear, left top, left bottom, from(#003c7e), to(#002554));
    background: -webkit-linear-gradient(#003c7e, #002554);
    background: -o-linear-gradient(#003c7e 0, #002554 100%);
    background: linear-gradient(#003c7e, #002554);
    border-top: 8px solid #ac1113;
    height: calc(100% + 40px);
    position: relative;
    top: -40px
}

.footer-newsletter a {
    color: #fff
}

.footer-newsletter:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#003c7e), to(#002554));
    background: -webkit-linear-gradient(#003c7e, #002554);
    background: -o-linear-gradient(#003c7e 0, #002554 100%);
    background: linear-gradient(#003c7e, #002554);
    border-top: 8px solid #ac1113;
    content: "";
    display: block;
    height: 101.35%;
    left: 100%;
    position: absolute;
    right: 0;
    top: -8px;
    width: 100vw;
    z-index: -1
}

@media(max-width:767.98px) {
    .footer-newsletter:before {
        background: -webkit-gradient(linear, left top, left bottom, from(#003c7e), to(#002554));
        background: -webkit-linear-gradient(#003c7e, #002554);
        background: -o-linear-gradient(#003c7e 0, #002554 100%);
        background: linear-gradient(#003c7e, #002554);
        border-top: 8px solid #ac1113;
        content: "";
        display: block;
        height: 101.35%;
        left: -100%;
        position: absolute;
        right: 100%;
        top: -8px;
        width: 100vw;
        z-index: -1
    }
}

.footer-newsletter .footer-newsletter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    position: relative;
    width: 100%
}

.footer-newsletter .footer-newsletter-wrapper:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMjYuNzU4IiBoZWlnaHQ9IjI2MCIgdmlld0JveD0iMCAwIDMyNi43NTggMjYwIj4KICA8cGF0aCBpZD0iSW50ZXJzZWN0aW9uXzkiIGRhdGEtbmFtZT0iSW50ZXJzZWN0aW9uIDkiIGQ9Ik0yNTA1LDY0NlYzODZsMzI2Ljc1OCwyNjBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjUwNSAtMzg2KSIgZmlsbD0iIzAwMjU1NCIgb3BhY2l0eT0iMC4yNSIvPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    bottom: -24px;
    content: "";
    display: block;
    height: 260px;
    left: -24px;
    position: absolute;
    width: 100%;
    z-index: 0
}

@media(max-width:991.98px) {
    .footer-newsletter .footer-newsletter-wrapper:before {
        display: none
    }
}

.footer-newsletter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-newsletter .gform_body {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 81%;
    flex: 1 0 81%
}

.footer-newsletter .gform_wrapper ul.gform_fields li.gfield {
    margin-top: 0;
    padding-right: 0
}

.footer-newsletter .gform_wrapper .top_label div.ginput_container {
    margin-top: 0
}

.footer-newsletter .gform_wrapper.gravity-theme .gform_footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin: 0;
    padding: 0
}

.footer-newsletter .gform_wrapper.gravity-theme .gform_footer input {
    font-size: 12px !important;
    height: 41px;
    margin: 0;
    min-width: auto;
    padding: 1px 6px;
    text-transform: uppercase
}

.sitemap-footer {
    border-top: 8px solid #ac1113;
    contain: layout;
    position: relative
}

.sitemap-footer li.menu-item a {
    color: #fff;
    display: inline-block;
    line-height: 1.2
}

@media(min-width:1470px) {
    .sitemap-footer:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNTYuMDk1IiBoZWlnaHQ9IjI0OC40MDkiIHZpZXdCb3g9IjAgMCAxNTYuMDk1IDI0OC40MDkiPgogIDxwYXRoIGlkPSJQYXRoXzEzOTgiIGRhdGEtbmFtZT0iUGF0aCAxMzk4IiBkPSJNMTI0LjIsNzBsMTI0LjIsMTU2LjA5NUgwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjI2LjA5NSkgcm90YXRlKDkwKSIgZmlsbD0iI2NiMmMzMCIvPgo8L3N2Zz4K);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        height: 200px;
        left: 0;
        position: absolute;
        top: 30%;
        width: 200px;
        z-index: 1
    }
}

.sitemap-footer .menu-main-navigation-container ul {
    list-style: none
}

.sitemap-footer .menu-main-navigation-container ul.sub-menu ul.sub-menu {
    border-left: 1px solid #cb2c30;
    padding-left: 14px
}

.sitemap-footer .menu-main-navigation-container ul.menu {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 0
}

.sitemap-footer .menu-main-navigation-container ul.menu>li>ul.sub-menu {
    padding-left: 0
}

@media(max-width:767.98px) {
    .sitemap-footer .menu-main-navigation-container ul.menu {
        grid-template-columns: 1fr
    }
}

.sitemap-footer .menu-main-navigation-container ul.menu>.menu-item-has-children>a {
    display: block;
    margin-bottom: 16px
}

.sitemap-footer .sub-menu li {
    margin-bottom: 4px
}

@supports not (contain:layout) {
    .footer-newsletter {
        overflow-x: hidden
    }
}

.bg-footer {
    background-color: #002554
}

.bg-footer .container {
    position: relative;
    z-index: 1
}

.bg-footer:before {
    background-image: url(../images/footer-mask_54a91671.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bottom-nav {
    background: #001638;
    position: relative
}

#footerNav a,
.text-footer-color {
    color: #f3f4f4
}

.sitemap-footer li.top-nav-only,
li.footer-only-link {
    display: none
}

.sitemap-footer li.footer-only-link {
    display: block
}

#google_translate_element {
    background: #fff;
    border: 2px solid #001638;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    padding: 5px 15px;
    position: fixed;
    right: 0;
    width: 182px
}

.home .container .content {
    background-color: #fff;
    padding: 30px;
    position: relative
}

.home .container .content:before {
    background-image: url(../images/shadow_7f2d9678.png);
    background-repeat: no-repeat;
    background-size: 98%;
    content: "";
    display: block;
    height: 500px;
    left: -27px;
    position: absolute;
    top: -10px;
    width: 107%;
    z-index: -1
}

@media(max-width:1199.98px) {
    .home .container .content:before {
        left: -22px
    }
}

@media(max-width:991.98px) {
    .home .container .content:before {
        left: -16px
    }
}

@media(max-width:767.98px) {
    .home .container .content:before {
        left: -12px;
        top: -7px;
        width: 105%
    }
}

@supports not (contain:layout) {
    .home .container .content:before {
        content: none;
        display: none
    }
}

.home .container.wrap {
    contain: layout
}

.home .news-wrapper .news-card .news-card-image {
    height: 300px
}

.home .news-wrapper .news-card .news-card-info {
    padding: 0
}

.home .news-wrapper .news-card .news-card-info .article-date {
    display: none
}

:not(.home) .container.wrap {
    contain: layout;
    min-height: 33vh;
    padding-bottom: 60px
}

@media(min-width:768px)and (max-width:882px) {
    .home .social-icons-left-bar {
        top: -38px
    }
}

@media(min-width:1200px)and (max-width:1376px), (min-width:992px)and (max-width:1176px) {
    .home .social-icons-left-bar {
        left: calc(33% + 3rem);
        top: 28px
    }
}

.news-post-image {
    margin-bottom: 22px;
    width: 100%
}

.news-post-image img {
    height: 100%;
    max-height: 450px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top
}

.entry-content img {
    max-height: 450px;
    -o-object-fit: cover;
    object-fit: cover
}

.single-post header.primary-navigation-wrapper {
    background-image: url(../images/hero-mobile-bg_60c8a8dd.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.news-sidebar {
    background: #f8f8f8;
    margin-bottom: -60px;
    margin-top: -60px;
    padding: 60px 30px;
    position: relative
}

.news-sidebar:before {
    background: #f8f8f8;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1
}

@media(max-width:991.98px) {
    .news-sidebar:before {
        left: -300px;
        width: 200vw
    }

    .news-sidebar {
        margin-top: 0
    }
}

.news-sidebar>section {
    margin-bottom: 30px
}

.news-sidebar .wp-block-latest-posts__list li {
    border-bottom: 1px solid #bcbfc1;
    margin-bottom: 12px;
    padding-bottom: 12px
}

.news-sidebar .wp-block-latest-posts__list li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.content-sub-nav .menu {
    list-style: none;
    padding: 0
}

.content-sub-nav .menu .sub-menu {
    list-style: none;
    padding-left: 0
}

.content-sub-nav .menu .sub-menu li {
    margin-bottom: 12px
}

.content-sub-nav .menu .sub-menu li:last-of-type {
    margin-bottom: 0
}

.content-sub-nav .menu>li.current_page_item>a,
.content-sub-nav .menu>li.current_page_parent>a,
.content-sub-nav .menu>li:not(.current_page_item):not(.current_page_parent) {
    display: none
}

.content-sub-nav .menu li.current-menu-item>a {
    color: #002554
}

.template-locations .wrap {
    background: #fff
}

.template-locations .wrap main.main {
    padding: 60px 30px
}

.template-locations .state .nav-tabs .nav-item a {
    color: #cb2c30
}

.archive.category-hope-stories,
.page.our-locations,
.page.our-locations .page.news {
    background-color: #f8f8f8
}

.archive.category-hope-stories:before,
.page.our-locations .page.news:before,
.page.our-locations:before {
    background-image: url(../images/hero-mobile-bg_60c8a8dd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 60vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.partner-container {
    margin-top: 40px
}

.partner-container .logo-grid {
    background: none;
    padding: 0
}

.partner-container .logo-grid:before {
    background: none
}

.partner-container .logo-grid .logo-box {
    -webkit-box-shadow: none;
    box-shadow: none
}

.partner-grid {
    margin: 0 0 120px;
    position: relative
}

.partner-grid .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 30px rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 40px;
    position: relative
}

.partner-grid .box .box-content {
    padding-left: 40px
}

.partner-grid .box img {
    height: 100%;
    max-height: 195px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 170px
}

@media(max-width:767.98px) {
    .partner-grid .box {
        margin: 0 0 20px
    }

    .partner-grid .box img {
        width: 100%
    }
}

@media(min-width:576px) {
    .partner-grid.top-tier {
        grid-gap: 30px;
        display: grid;
        grid-template-columns: 1fr
    }

    .partner-grid.top-tier .box img {
        -ms-flex-item-align: start;
        align-self: flex-start;
        max-height: 200px;
        width: 200px
    }

    .partner-grid.middle-tier {
        grid-gap: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .partner-grid.middle-tier .box {
        padding: 35px
    }

    .partner-grid.middle-tier .box img {
        max-height: 186px;
        width: 186px
    }

    .partner-grid.bottom-tier {
        grid-gap: 30px;
        display: grid;
        grid-template-columns: repeat(5, minmax(170px, 1fr))
    }

    .partner-grid.bottom-tier .box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: center;
        padding: 6px
    }
}

.news-article {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: minmax(68%, 80%) auto;
    margin-top: 30px
}

@media(max-width:991.98px) {
    .news-article {
        grid-template-columns: 1fr
    }
}

.news-article .entry-title {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    text-transform: none
}

.simple .template-initiatives .hero-text.has-headline {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    margin-left: 0;
    max-width: 680px;
    text-align: left;
    width: 50vw
}

.simple .template-initiatives .hero-text.has-headline h1 {
    color: #fff
}

.simple .template-initiatives .hero-text.has-headline h1:after {
    display: none
}

@media(max-width:991.98px) {
    .simple .template-initiatives .hero-text.has-headline {
        margin-left: 0;
        margin-top: 80px
    }
}

@media(max-width:767.98px) {
    .simple .template-initiatives .hero-text.has-headline {
        margin-top: 0
    }
}

.single-post.hope-stories .news-post-image {
    display: none
}

.single-post.hope-stories .entry-content .wp-block-image figure {
    margin: .5em 1.5em .5em 0
}

#comments .comment-list li,
#comments article {
    margin-bottom: 15px
}

.page-id-157 .hero .container:before,
.simple .our-founder .hero .container:before {
    background-position: 50% 0
}

@media(max-width:767.98px) {
    .simple .shop .hero .container:before {
        background-position: 65%
    }
}

.shop .composable.two-col-sub-nav {
    display: none
}

.simple .shop .wrap>.content {
    padding-top: 0
}

.shopwp [data-wpshopify-component] {
    max-width: none
}

@media(max-width:800px) {
    .shopwp [data-wpshopify-component] .wps-items-wrapper {
        padding: 0
    }
}

.shopwp [data-wpshopify-component] .wps-items-list {
    background-color: #f8f8f8;
    gap: 50px 50px;
    padding: 50px
}

@media(max-width:767.98px) {
    .shopwp [data-wpshopify-component] .wps-items-list {
        grid-template-columns: repeat(1, 1fr);
        padding-left: 20px;
        padding-right: 20px
    }
}

@media(min-width:768px)and (max-width:991.98px) {
    .shopwp [data-wpshopify-component] .wps-items-list {
        grid-template-columns: repeat(2, 1fr)
    }
}

.shopwp [data-wpshopify-component] .wps-items-list .wps-item {
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, .05);
    box-shadow: 3px 3px 30px rgba(0, 0, 0, .05);
    padding: 0 20px
}

.shopwp [data-wpshopify-component] .wps-items-list .wps-products-title {
    border-bottom: 1px solid #d3d4d6;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 10px;
    padding-bottom: 15px
}

@media(min-width:768px) {
    .shopwp [data-wpshopify-component] .wps-items-list .wps-products-title {
        min-height: 60px
    }
}

.shopwp [data-wpshopify-component] .wps-items-list .wps-product-image-wrapper {
    margin-left: -20px;
    margin-right: -20px
}

.shopwp [data-wpshopify-component] .wps-component-products-images {
    position: relative
}

@media(min-width:768px) {
    .shopwp [data-wpshopify-component] .wps-component-products-images {
        margin-bottom: 75px
    }
}

.shopwp [data-wpshopify-component] .wps-thumbnails-wrapper {
    padding: 4px
}

@media(min-width:768px) {
    .shopwp [data-wpshopify-component] .wps-thumbnails-wrapper {
        height: 50px;
        margin: 10px 0 0;
        overflow: hidden;
        position: absolute
    }
}

.shopwp [data-wpshopify-component] .wps-component-products-images-thumbnail[data-wps-is-active=true] img.wps-product-image {
    outline: 1px solid #e0e7f3
}

@media(min-width:768px)and (max-width:1100px) {
    .shopwp [data-wpshopify-component] .wps-component-products-images-thumbnail {
        width: 27px
    }
}

.shopwp [data-wpshopify-component] .wps-component-products-pricing {
    color: #003c7e;
    margin-bottom: 34px;
    width: 80%
}

.shopwp [data-wpshopify-component] span.wps-product-individual-price {
    color: #003c7e;
    font-size: 30px;
    font-weight: 400
}

.shopwp [data-wpshopify-component] .wps-quantity-input.wps-quantity-label-wrapper {
    display: none
}

.shopwp [data-wpshopify-component] input.wps-product-quantity.wps-form-input {
    border-color: #bcbfc1;
    border-radius: 4px;
    color: #002554;
    margin: 0
}

.shopwp [data-wpshopify-component] input.wps-product-quantity.wps-form-input:focus-visible {
    outline: 1px auto #002554
}

.shopwp [data-wpshopify-component] .wps-component-products-quantity {
    position: absolute;
    right: 0;
    top: -70px
}

.shopwp [data-wpshopify-component] .wps-product-options {
    margin-bottom: 10px
}

.shopwp [data-wpshopify-component] .wps-product-options>p {
    color: #3c3c3c;
    margin-bottom: 0;
    top: -32px
}

.shopwp [data-wpshopify-component] .wps-product-options>p:hover {
    color: #002554
}

.shopwp [data-wpshopify-component] .wps-product-options [data-tippy-root] .tippy-box {
    border-color: #002554;
    min-width: 200px;
    text-align: left !important
}

.shopwp [data-wpshopify-component] button.wps-btn.wps-icon.wps-icon-dropdown {
    background-color: transparent;
    border: 1px solid #bcbfc1;
    border-radius: 4px;
    color: #bcbfc1;
    font-size: 10px;
    padding: 10px 30px 10px 10px;
    text-align: left;
    text-transform: uppercase
}

.shopwp [data-wpshopify-component] button.wps-btn.wps-icon.wps-icon-dropdown svg {
    max-width: 10px !important;
    right: 10px !important;
    top: calc(50% - 5px) !important
}

.shopwp [data-wpshopify-component] button.wps-btn.wps-icon.wps-icon-dropdown svg path {
    fill: #bcbfc1
}

.shopwp [data-wpshopify-component] .wps-btn-dropdown[data-wps-is-selected=true] button.wps-btn.wps-icon.wps-icon-dropdown {
    color: #002554
}

.shopwp [data-wpshopify-component] .wps-product-variant.wps-product-style {
    border-bottom-width: 0;
    color: #002554;
    font-size: 14px;
    padding: 10px;
    text-align: left
}

.shopwp [data-wpshopify-component] .wps-product-variant.wps-product-style:hover {
    background-color: #002554;
    color: #fff
}

.shopwp [data-wpshopify-component] button.wps-btn.wps-btn-secondary.wps-add-to-cart {
    background-color: #fff;
    border: 1px solid #cb2c30;
    border-radius: 4px;
    color: #cb2c30;
    text-transform: uppercase
}

.shopwp [data-wpshopify-component] button.wps-btn.wps-btn-secondary.wps-add-to-cart:hover {
    border-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .16);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .16)
}

.shopwp [data-wpshopify-component] .wps-component-products-buy-button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    justify-content: flex-end;
    margin-bottom: 20px;
    position: relative
}

body#tinymce {
    margin: 12px !important
}

.inner body {
    overflow-x: hidden
}

.inner .hero:before {
    background-image: url(../images/hero-mobile-bg_60c8a8dd.jpg)
}

@media screen and (min-width:1400px) {
    .inner .hero:before {
        background-image: url(../images/hero-bg_2daea53d.jpg);
        background-size: 130%
    }
}

@media screen and (min-width:1520px) {
    .inner .hero:before {
        background-size: 100%
    }
}

.inner .hero:after {
    background: url(../images/Hero-SmallBusiness_693eb501.png) no-repeat 35% 100%;
    background-size: 118% auto;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

@media(min-width:768px) {
    .inner .hero:after {
        background-position: 30% 0;
        background-size: auto 100%;
        bottom: 0;
        left: 40%;
        right: 0;
        top: -69px
    }
}

.inner .hero .hero-text {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative
}

.inner .hero .hero-text h1:after,
.inner .hero .hero-text h3,
.inner .hero .hero-text p {
    display: none
}

@media(min-width:768px) {
    .inner .hero .container {
        min-height: 400px
    }

    .inner .hero .hero-text {
        -ms-flex-item-align: center;
        align-self: center;
        background: url(../images/bg-lines-bottom-right_6797cfe0.svg) 100% 100% no-repeat padding-box, -webkit-gradient(linear, left top, right bottom, from(#003c7e), color-stop(38%, #002554), to(#001638)) 0 0 no-repeat padding-box;
        background: url(../images/bg-lines-bottom-right_6797cfe0.svg) 100% 100% no-repeat padding-box, -webkit-linear-gradient(top left, #003c7e, #002554 38%, #001638) 0 0 no-repeat padding-box;
        background: url(../images/bg-lines-bottom-right_6797cfe0.svg) 100% 100% no-repeat padding-box, -o-linear-gradient(top left, #003c7e, #002554 38%, #001638) 0 0 no-repeat padding-box;
        background: url(../images/bg-lines-bottom-right_6797cfe0.svg) 100% 100% no-repeat padding-box, linear-gradient(to bottom right, #003c7e, #002554 38%, #001638) 0 0 no-repeat padding-box;
        margin: 10px 0 60px -130px;
        padding: 46px 50px 50px 125px;
        width: 61%
    }

    .inner .hero .hero-text h1 {
        color: #fff;
        line-height: 1.07
    }

    .inner .hero .hero-text h3 {
        color: #bfcfe5;
        display: block
    }

    .inner .hero .hero-text:after {
        background: #cb2c30;
        content: "";
        height: 10px;
        left: 0;
        position: absolute;
        top: 100px;
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 40px
    }
}

@media(max-width:767.98px) {
    .inner .hero {
        padding-bottom: 69vw
    }
}

@media(max-width:991.98px) {
    .inner .hero .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

.inner .wrap {
    background: #fff;
    position: relative
}

.inner .wrap:before {
    background-image: url(../images/shadow_7f2d9678.png);
    background-repeat: no-repeat;
    background-size: 98%;
    content: "";
    height: 500px;
    left: -142px;
    position: absolute;
    top: -10px;
    width: 107%;
    z-index: -1
}

@media(max-width:1199.98px) {
    .inner .wrap:before {
        left: -137px
    }
}

@media(max-width:991.98px) {
    .inner .wrap:before {
        left: -131px
    }
}

@media(max-width:767.98px) {
    .inner .wrap:before {
        display: none
    }
}

.inner .wrap:after {
    background: #fff;
    bottom: 0;
    content: "";
    left: -115px;
    position: absolute;
    top: 0;
    width: 999em;
    z-index: -1
}

.inner .wrap>.content {
    padding-top: 1rem
}

.inner.image-hero header.primary-navigation-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(hsla(0, 0%, 100%, .6)));
    background: -webkit-linear-gradient(top, #fff, hsla(0, 0%, 100%, .6));
    background: -o-linear-gradient(top, #fff, hsla(0, 0%, 100%, .6));
    background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, .6))
}

.inner.image-hero header.primary-navigation-wrapper.active {
    background: #fff
}

.inner.image-hero .hero:after,
.inner.image-hero .hero:before {
    height: 800px
}

.inner.image-hero .hero:after {
    background-image: url(../images/inner-hero_90d75ebf.jpg);
    background-position: 50% 0;
    background-size: cover;
    left: 0;
    top: -124px;
    width: 100%
}

.inner.image-hero .hero .hero-text {
    -ms-flex-item-align: start;
    align-self: flex-start;
    background: url(../images/bg-lines-bottom-right_6797cfe0.svg) 100% 100% no-repeat padding-box, -webkit-gradient(linear, left top, right bottom, from(#003c7e), color-stop(38%, #002554), to(#001638)) 0 0 no-repeat padding-box;
    background: url(../images/bg-lines-bottom-right_6797cfe0.svg) 100% 100% no-repeat padding-box, -webkit-linear-gradient(top left, #003c7e, #002554 38%, #001638) 0 0 no-repeat padding-box;
    background: url(../images/bg-lines-bottom-right_6797cfe0.svg) 100% 100% no-repeat padding-box, -o-linear-gradient(top left, #003c7e, #002554 38%, #001638) 0 0 no-repeat padding-box;
    background: url(../images/bg-lines-bottom-right_6797cfe0.svg) 100% 100% no-repeat padding-box, linear-gradient(to bottom right, #003c7e, #002554 38%, #001638) 0 0 no-repeat padding-box;
    margin: 0;
    padding: 40px 20px 50px;
    position: relative
}

.inner.image-hero .hero .hero-text h1,
.inner.image-hero .hero .hero-text h2,
.inner.image-hero .hero .hero-text h3,
.inner.image-hero .hero .hero-text p {
    color: #fff
}

.inner.image-hero .hero .hero-text h3 {
    color: #bfcfe5
}

@media(min-width:768px) {
    .inner.image-hero .hero .hero-text {
        margin: 50px 0 80px -130px;
        padding: 46px 50px 50px 125px;
        width: 51%
    }

    .inner.image-hero .hero .hero-text:after {
        background: #cb2c30;
        content: "";
        height: 10px;
        left: 0;
        position: absolute;
        top: 100px;
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 40px
    }
}

@media(max-width:767.98px) {
    .inner.image-hero header.primary-navigation-wrapper {
        background: transparent;
        margin-bottom: 0
    }

    .inner.image-hero .hero {
        padding: 60vw 0 20px
    }

    .inner.image-hero .hero:after {
        height: auto;
        top: 0
    }
}

.breadcrumbs {
    background: #f8f8f8;
    list-style: none;
    margin: 0;
    padding: 11px 0
}

.breadcrumbs:before {
    background: #f8f8f8;
    content: "";
    height: 3.125rem;
    left: -115px;
    position: absolute;
    top: 0;
    width: 999em
}

.breadcrumbs li {
    display: inline-block;
    position: relative
}

.breadcrumbs a,
.breadcrumbs span {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase
}

.breadcrumbs a:after {
    border-bottom: .4em solid transparent;
    border-left: .6em solid #7b7f84;
    border-top: .4em solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 0 5px;
    width: 0
}

.breadcrumbs span {
    color: #7b7f84
}

.blue-form {
    background: -webkit-gradient(linear, left top, right bottom, from(#003c7e), color-stop(38%, #002554), to(#001638));
    background: -webkit-linear-gradient(top left, #003c7e, #002554 38%, #001638);
    background: -o-linear-gradient(top left, #003c7e, #002554 38%, #001638);
    background: linear-gradient(to bottom right, #003c7e, #002554 38%, #001638);
    padding: 30px
}

.blue-form .sitemap-footer .menu-main-navigation-container ul.menu>.menu-item-has-children>a,
.blue-form h1,
.blue-form h2,
.blue-form h3,
.blue-form h4,
.blue-form h5,
.blue-form h6,
.blue-form p,
.sitemap-footer .menu-main-navigation-container .blue-form ul.menu>.menu-item-has-children>a {
    color: #fff
}

@media(min-width:768px) {
    .horizontal-form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: space-between
    }

    .horizontal-form>h2,
    .horizontal-form>h3,
    .horizontal-form>h4,
    .horizontal-form>h5,
    .sitemap-footer .menu-main-navigation-container ul.menu>.menu-item-has-children.horizontal-form>a {
        border-right: 2px solid #cb2c30;
        padding-right: 30px;
        width: 23%
    }

    .horizontal-form .gform_wrapper.gravity-theme {
        margin: auto 0;
        max-width: 100%;
        width: 73%
    }

    .horizontal-form .gform_wrapper.gravity-theme form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: space-between
    }

    .horizontal-form .gform_wrapper.gravity-theme .gform_footer {
        margin: 0;
        padding: 0;
        text-align: right;
        width: 18%
    }

    .horizontal-form .gform_wrapper.gravity-theme .gform_fields {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: space-between
    }

    .horizontal-form .gform_wrapper.gravity-theme .gform_fields .gfield {
        width: 30%
    }

    .horizontal-form .gform_wrapper.gravity-theme .gform_footer button,
    .horizontal-form .gform_wrapper.gravity-theme .gform_footer input,
    .horizontal-form .gform_wrapper.gravity-theme .gform_page_footer button,
    .horizontal-form .gform_wrapper.gravity-theme .gform_page_footer input {
        background: none;
        border: 1px solid #fff;
        border-radius: 4px;
        color: #fff;
        line-height: 1;
        margin: 0;
        padding: 12px 32px;
        text-transform: uppercase;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

    .horizontal-form .gform_wrapper.gravity-theme .gform_footer button:focus,
    .horizontal-form .gform_wrapper.gravity-theme .gform_footer button:hover,
    .horizontal-form .gform_wrapper.gravity-theme .gform_footer input:focus,
    .horizontal-form .gform_wrapper.gravity-theme .gform_footer input:hover,
    .horizontal-form .gform_wrapper.gravity-theme .gform_page_footer button:focus,
    .horizontal-form .gform_wrapper.gravity-theme .gform_page_footer button:hover,
    .horizontal-form .gform_wrapper.gravity-theme .gform_page_footer input:focus,
    .horizontal-form .gform_wrapper.gravity-theme .gform_page_footer input:hover {
        background-color: #003b7d;
        border-color: hsla(0, 0%, 100%, 0)
    }

    .horizontal-form .gform_wrapper.gravity-theme .shrink-label input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        border: 1px solid #003b7d !important
    }
}

ol.large-list {
    counter-reset: largeList;
    list-style: none;
    margin: 2rem 0;
    padding: 0
}

ol.large-list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin: 0 0 1rem;
    padding: 0
}

ol.large-list li:before {
    -webkit-box-flex: 0;
    color: #cb2c30;
    content: counter(largeList);
    counter-increment: largeList;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    font-size: 80px;
    font-weight: 100;
    line-height: 1;
    margin-right: 32px;
    text-align: right
}

ol.large-list li div,
ol.large-list li>span {
    position: relative
}

ol.large-list li div:after,
ol.large-list li>span:after {
    background: #cb2c30;
    bottom: 4px;
    content: "";
    left: -17px;
    position: absolute;
    top: 4px;
    width: 2px
}

ol.large-list strong {
    display: block
}

@media(min-width:768px) {
    ol.large-list {
        grid-gap: 50px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
    }
}

@media(min-width:1200px) {
    ol.large-list {
        grid-gap: 75px
    }
}

.three-boxes {
    grid-gap: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding-bottom: 110px;
    padding-top: 110px;
    position: relative
}

.three-boxes:before {
    background: #f3f4f4;
    bottom: 0;
    content: "";
    left: -110px;
    position: absolute;
    right: -110px;
    top: 0;
    z-index: 0
}

.three-boxes .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    background: #fff;
    -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 30px rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: flex-start;
    margin: 0 0 1.5rem;
    padding: 30px;
    position: relative
}

.three-boxes .box h3 {
    color: #002554;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 0 1rem;
    text-transform: uppercase
}

.three-boxes .box img {
    margin: auto auto 1rem
}

.three-boxes .box ul {
    margin: 0 0 2rem;
    padding: 0 0 0 1rem
}

.three-boxes .box li {
    line-height: 1.2;
    margin: 0 0 1rem
}

.donation-form .three-boxes .box input[type=submit],
.three-boxes .box .btn-primary,
.three-boxes .box .donation-form input[type=submit] {
    margin: auto auto 0
}

.logo-grid {
    grid-gap: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr))
}

.logo-grid .logo-box {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.logo-grid .logo-box img {
    height: 135px;
    image-rendering: auto;
    image-rendering: -webkit-optimize-contrast;
    margin: auto;
    max-height: 135px;
    max-width: 135px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 135px
}

@media(max-width:991.98px) {
    .logo-grid {
        grid-gap: 25px;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        padding: 25px 0
    }

    .logo-grid,
    .logo-grid .logo-box {
        position: relative
    }

    .logo-grid .logo-box img {
        height: 75px;
        max-height: 75px;
        max-width: 75px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 75px
    }
}

.section-alt {
    padding-bottom: 10px;
    padding-top: 80px;
    position: relative
}

.section-alt:before {
    background: #f3f4f4;
    bottom: 0;
    content: "";
    left: -110px;
    position: absolute;
    right: -110px;
    top: 0;
    z-index: 0
}

.section-alt>.two-col-image-content .img-container {
    text-align: center
}

.section-alt>.two-col-image-content .img-container img {
    max-width: 60%
}

.simple body {
    overflow-x: hidden
}

.comment-form .simple input[type=submit]:not(.btn-primary):not(.btn-secondary),
.post-password-form .simple input[type=submit]:not(.btn-primary):not(.btn-secondary),
.search-form .simple .search-submit:not(.btn-primary):not(.btn-secondary),
.simple .btn:not(.btn-primary):not(.btn-secondary),
.simple .comment-form input[type=submit]:not(.btn-primary):not(.btn-secondary),
.simple .post-password-form input[type=submit]:not(.btn-primary):not(.btn-secondary),
.simple .search-form .search-submit:not(.btn-primary):not(.btn-secondary) {
    background: #cb2c30;
    color: #fff;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    text-transform: uppercase
}

.simple header.primary-navigation-wrapper {
    margin-bottom: 0
}

.simple .hero:before {
    background-image: url(../images/hero-mobile-bg_60c8a8dd.jpg);
    bottom: 50%;
    height: auto
}

@media screen and (min-width:1400px) {
    .simple .hero:before {
        background-image: url(../images/hero-bg_2daea53d.jpg);
        background-size: 130%
    }
}

@media screen and (min-width:1520px) {
    .simple .hero:before {
        background-size: 100%
    }
}

.simple .hero {
    contain: layout
}

.simple .hero .hero-text {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative
}

.simple .hero .hero-logo {
    background: -webkit-linear-gradient(305deg, #fff 64%, #e0e7f3);
    background: -o-linear-gradient(305deg, #fff 64%, #e0e7f3);
    background: linear-gradient(145deg, #fff 64%, #e0e7f3);
    -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, .16);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, .16);
    margin: 58vw auto 20px;
    max-width: 650px;
    padding: 20px 30px;
    text-align: center
}

.simple .hero .hero-logo img {
    max-width: 100%;
    padding: 1px
}

.simple .hero .container {
    position: relative
}

.simple .hero .container:before {
    background: url(../images/hero-landing_7ee84e53.jpg) no-repeat 100% 0;
    background-size: 170% auto;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

@media(min-width:576px) {
    .simple .hero .container:before {
        background-position: 50% 0
    }
}

@media(min-width:768px) {
    .simple .hero .hero-logo {
        -webkit-box-shadow: 20px 20px 40px rgba(0, 0, 0, .25);
        box-shadow: 20px 20px 40px rgba(0, 0, 0, .25);
        margin: 120px 0 120px -100px;
        padding: 50px 80px;
        width: 38vw
    }

    .simple .hero .container {
        min-height: 400px
    }

    .simple .hero .container:before {
        background-size: cover;
        left: -117px;
        right: -117px
    }
}

@media(max-width:991.98px) {
    .simple .hero .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap
    }
}

@media screen and (min-width:1300px) {
    .simple .hero .hero-logo {
        margin-left: -12vw
    }
}

.simple .wrap {
    background: #fff;
    position: relative
}

.simple .wrap:after {
    background: #fff;
    bottom: 0;
    content: "";
    left: -115px;
    position: absolute;
    top: 0;
    width: 999em;
    z-index: -1
}

.simple .wrap>.content {
    padding-top: 1rem
}

.simple .breadcrumbs:before {
    background: #f8f8f8;
    content: "";
    height: 3.125rem;
    left: -117px;
    position: absolute;
    right: -117px;
    width: auto
}

.page-template-template-1mbb .hero {
    overflow: visible
}

.page-template-template-1mbb .hero:before {
    background-image: url(../images/hero-1mbb_be90b5e7.jpg);
    background-position: 50% 0;
    bottom: 0
}

@media screen and (min-width:1400px) {
    .page-template-template-1mbb .hero:before {
        background-size: cover
    }
}

@media screen and (min-width:1520px) {
    .page-template-template-1mbb .hero:before {
        background-size: cover
    }
}

.page-template-template-1mbb .wp-block-social-links {
    position: absolute;
    top: -200px
}

.page-template-template-1mbb .wp-block-social-links:after {
    color: #fff;
    content: "1MBB on Social";
    display: block;
    font-size: 1rem
}

.page-template-template-1mbb .wp-block-social-links .wp-social-link {
    background-color: #cb2c30 !important
}

.page-template-template-1mbb header.primary-navigation-wrapper .navbar-nav>li>a {
    color: #fff
}

.page-template-template-1mbb .navbar-toggler-mobile .menu-icon,
.page-template-template-1mbb .navbar-toggler-mobile .menu-icon:after,
.page-template-template-1mbb .navbar-toggler-mobile .menu-icon:before {
    background: #fff
}

.page-template-template-1mbb .active .navbar-toggler-mobile .menu-icon,
.page-template-template-1mbb .active .navbar-toggler-mobile .menu-icon:after,
.page-template-template-1mbb .active .navbar-toggler-mobile .menu-icon:before {
    background: #002554
}

.page-template-template-1mbb #mainNav .navbar-nav>li:hover a,
.page-template-template-1mbb header.primary-navigation-wrapper.active .navbar-nav>li>a {
    color: #002554
}

.page-template-template-1mbb header.primary-navigation-wrapper.active .brand .logo-letters {
    fill: #002554
}

.page-template-template-1mbb .hero .container:before {
    display: none
}

.page-template-template-1mbb .hero .hero-text {
    margin-bottom: 70px
}

@media(max-width:767.98px) {
    .page-template-template-1mbb .hero .hero-text {
        margin-bottom: 0
    }
}

.page-template-template-1mbb .hero .hero-text h1 {
    background: url(../images/hero-1mbb-text_227563aa.svg) no-repeat 0 0;
    background-size: contain;
    line-height: 21vw;
    margin-top: 6rem;
    text-indent: -999em;
    width: 65vw
}

@media(min-width:576px) {
    .page-template-template-1mbb .hero .hero-text h1 {
        line-height: 10.5vw;
        width: 32vw
    }
}

.page-template-template-1mbb .hero .hero-text h3 {
    color: #bfcfe5;
    max-width: 375px
}

@media(max-width:767.98px) {
    .page-template-template-1mbb .hero {
        padding-bottom: 39vw
    }
}

@media(min-width:768px) {
    .page-template-template-1mbb .hero .container {
        min-height: 475px
    }
}

.page-template-template-1mbb .breadcrumbs:before {
    left: -999em;
    right: auto;
    width: 9999em
}

.page-template-template-1mbb .two-col-image-content h2 {
    color: #3c3c3c;
    font-weight: 500;
    text-transform: none
}

.donation-form .page-template-template-1mbb .two-col-image-content input[type=submit],
.page-template-template-1mbb .two-col-image-content .btn-primary,
.page-template-template-1mbb .two-col-image-content .donation-form input[type=submit] {
    margin-top: 1rem
}

.page-template-template-1mbb .btn-cols {
    grid-gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    margin: 0 0 2rem
}

.page-template-template-1mbb .btn-cols .btn-col {
    text-align: center
}

.comment-form .page-template-template-1mbb .btn-cols .btn-col input[type=submit],
.page-template-template-1mbb .btn-cols .btn-col .btn,
.page-template-template-1mbb .btn-cols .btn-col .comment-form input[type=submit],
.page-template-template-1mbb .btn-cols .btn-col .post-password-form input[type=submit],
.page-template-template-1mbb .btn-cols .btn-col .search-form .search-submit,
.post-password-form .page-template-template-1mbb .btn-cols .btn-col input[type=submit],
.search-form .page-template-template-1mbb .btn-cols .btn-col .search-submit {
    display: block;
    height: auto;
    max-width: 100%;
    min-width: 0;
    padding-left: 18px;
    padding-right: 18px;
    text-transform: uppercase
}

.page-template-template-1mbb .btn-cols .btn-sub-text {
    color: #a7aaad;
    display: block;
    font-size: 14px;
    padding: 10px 0
}

.page-template-template-1mbb .btn-cols .shopify-logo {
    background: url(../images/shopify-logo_671b1c30.png) 50% 50%;
    background-size: contain;
    display: block;
    height: 1.92em;
    margin: auto;
    overflow: hidden;
    text-indent: -999em;
    width: 6.15em
}

@media(min-width:992px) {
    .page-template-template-1mbb .btn-cols {
        grid-gap: 45px
    }

    .page-template-template-1mbb .btn-cols .btn-sub-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center
    }

    .page-template-template-1mbb .btn-cols .shopify-logo {
        margin: 0
    }
}

.staff-box {
    position: relative
}

.staff-box img {
    height: 100%;
    image-rendering: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%
}

.staff-box .staff-info {
    bottom: 0;
    color: #fff;
    display: block;
    left: 0;
    margin: 0 1rem 1.25rem;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.staff-box .staff-info h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1
}

.sitemap-footer .menu-main-navigation-container .staff-box .staff-info ul.menu>.menu-item-has-children>a,
.staff-box .staff-info .sitemap-footer .menu-main-navigation-container ul.menu>.menu-item-has-children>a,
.staff-box .staff-info h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0
}

@media(min-width:768px) {
    .staff-box .staff-info {
        display: none
    }
}

.staff-box .overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 60, 126, 0)), to(#002554));
    background: -webkit-linear-gradient(rgba(0, 60, 126, 0), #002554);
    background: -o-linear-gradient(rgba(0, 60, 126, 0) 0, #002554 100%);
    background: linear-gradient(rgba(0, 60, 126, 0), #002554);
    bottom: 0;
    display: block;
    height: 50%;
    position: absolute;
    width: 100%
}

@media(min-width:768px) {
    .staff-box .overlay {
        display: none;
        height: 100%
    }
}

.staff-box .mobile-content {
    margin-top: 1rem
}

@media(min-width:768px) {
    .staff-box .mobile-content {
        display: none
    }
}

.staff-grid-large {
    grid-gap: 50px;
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 365px))
}

.staff-grid-large .staff-photo {
    max-height: 456px
}

@media(min-width:768px) {
    .staff-grid-large {
        grid-auto-rows: 456px
    }
}

@media(max-width:767.98px) {
    .staff-grid-large {
        grid-template-columns: repeat(1, auto)
    }
}

.staff-grid-large .staff-box .staff-info {
    border-left: 1px solid red;
    display: none;
    padding-left: .5rem
}

.staff-grid-large .staff-box .staff-info h4 {
    font-size: 24px
}

.sitemap-footer .menu-main-navigation-container .staff-grid-large .staff-box .staff-info ul.menu>.menu-item-has-children>a,
.staff-grid-large .staff-box .staff-info .sitemap-footer .menu-main-navigation-container ul.menu>.menu-item-has-children>a,
.staff-grid-large .staff-box .staff-info h5 {
    font-size: 18px;
    font-weight: 700
}

.staff-grid-large .overlay {
    display: none
}

.staff-grid-large .staff-box {
    pointer-events: none
}

@media(min-width:768px) {
    .staff-grid-large .staff-box {
        pointer-events: auto
    }

    .staff-grid-large .staff-box:hover {
        cursor: pointer
    }

    .staff-grid-large .staff-box:hover .staff-info {
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .staff-grid-large .staff-box:hover .overlay {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 60, 126, 0)), to(#002554));
        background: -webkit-linear-gradient(rgba(0, 60, 126, 0), #002554);
        background: -o-linear-gradient(rgba(0, 60, 126, 0) 0, #002554 100%);
        background: linear-gradient(rgba(0, 60, 126, 0), #002554);
        bottom: 0;
        display: block;
        position: absolute;
        top: 0;
        width: 100%
    }
}

.board-members .staff-box.no-modal {
    cursor: auto !important
}

.board-members .staff-box:not(.no-modal) {
    cursor: pointer
}

@media(min-width:992px) {
    .board-members.staff-grid-small {
        grid-gap: 20px;
        grid-auto-rows: 196px
    }
}

.staff-grid-small {
    grid-gap: 50px;
    display: grid;
    grid-auto-rows: 306px;
    grid-template-columns: repeat(4, minmax(100px, 245px))
}

@media(max-width:991.98px) {
    .staff-grid-small {
        grid-template-columns: repeat(2, 1fr)
    }
}

.staff-grid-small .staff-photo {
    max-height: 456px
}

@media(min-width:768px) {
    .staff-grid-small .staff-box:hover {
        cursor: pointer
    }

    .staff-grid-small .staff-box:hover .overlay,
    .staff-grid-small .staff-box:hover .staff-info {
        display: block
    }
}

.template-staff .two-col-sub-nav {
    margin-bottom: 50px
}

.template-staff .two-col-sub-nav .content-container {
    width: 100%
}

@media(min-width:992px) {
    .template-staff .two-col-sub-nav .content-container {
        display: 72%
    }
}

.template-staff .two-col-sub-nav .content-sub-nav {
    display: none
}

@media(min-width:992px) {
    .template-staff .two-col-sub-nav .content-sub-nav {
        display: block
    }
}

#staffModal .staff-modal-content {
    max-height: 25vh;
    overflow-y: auto
}

@media(min-width:992px) {
    #staffModal .staff-modal-content {
        height: 80vh;
        max-height: 80vh
    }
}

#staffModal #photo {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%
}

@media(min-width:992px) {
    #staffModal #photo {
        -o-object-fit: cover;
        object-fit: cover
    }
}

#staffModal .staff-photo-column {
    max-height: 456px
}

@media(min-width:768px) {
    #staffModal .staff-photo-column {
        max-height: 776px
    }
}

.template-events .section-main {
    margin: 30px 0
}

@media(min-width:768px) {
    .template-events .section-main {
        margin: 70px 0
    }
}

.template-events .alert a {
    text-decoration: underline
}

.template-events p {
    max-width: 800px
}

.template-events .events-form {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin-top: 2rem;
    padding-top: 2rem
}

.template-events .events-form h2 {
    margin-bottom: 1rem
}

.template-events .events-form .inline-form {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.template-events .events-form .inline-form>div {
    margin-bottom: 1rem
}

.comment-form .template-events .events-form .inline-form input[type=submit],
.post-password-form .template-events .events-form .inline-form input[type=submit],
.search-form .template-events .events-form .inline-form .search-submit,
.template-events .events-form .inline-form .btn,
.template-events .events-form .inline-form .comment-form input[type=submit],
.template-events .events-form .inline-form .post-password-form input[type=submit],
.template-events .events-form .inline-form .search-form .search-submit {
    margin-top: 1rem
}

.template-events .events-form label {
    font-weight: 700;
    line-height: 1.2em
}

.comment-form .template-events .events-form input[type=email],
.comment-form .template-events .events-form input[type=text],
.comment-form .template-events .events-form input[type=url],
.comment-form .template-events .events-form textarea,
.post-password-form .template-events .events-form input[name=post_password],
.search-form .template-events .events-form .search-field,
.template-events .events-form .comment-form input[type=email],
.template-events .events-form .comment-form input[type=text],
.template-events .events-form .comment-form input[type=url],
.template-events .events-form .comment-form textarea,
.template-events .events-form .form-control,
.template-events .events-form .post-password-form input[name=post_password],
.template-events .events-form .search-form .search-field {
    height: 50px
}

.template-events .event-filters {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    align-items: center;
    background-color: #f8f8f8;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 1.5rem;
    padding: 12px 16px 4px;
    position: sticky;
    top: 94px;
    z-index: 99
}

@media(min-width:992px)and (max-width:1199.98px) {
    .template-events .event-filters {
        top: 128px
    }
}

@media(min-width:1200px) {
    .template-events .event-filters {
        top: 134px
    }
}

.template-events .event-filters .label-filter {
    display: inline-block;
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 8px;
    margin-right: 12px
}

.comment-form .template-events .event-filters input.btn-filter[type=submit],
.post-password-form .template-events .event-filters input.btn-filter[type=submit],
.search-form .template-events .event-filters .btn-filter.search-submit,
.template-events .event-filters .btn.btn-filter,
.template-events .event-filters .comment-form input.btn-filter[type=submit],
.template-events .event-filters .post-password-form input.btn-filter[type=submit],
.template-events .event-filters .search-form .btn-filter.search-submit {
    background-color: transparent;
    border: 1px solid #3c3c3c;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 1.2em;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 4px 12px 4px 6px;
    text-align: left;
    text-transform: none
}

.comment-form .template-events .event-filters input.btn-filter[type=submit]:hover,
.post-password-form .template-events .event-filters input.btn-filter[type=submit]:hover,
.search-form .template-events .event-filters .btn-filter.search-submit:hover,
.template-events .event-filters .btn.btn-filter:hover,
.template-events .event-filters .comment-form input.btn-filter[type=submit]:hover,
.template-events .event-filters .post-password-form input.btn-filter[type=submit]:hover,
.template-events .event-filters .search-form .btn-filter.search-submit:hover {
    background-color: #cb2c30;
    border-color: #cb2c30;
    color: #fff
}

.comment-form .template-events .event-filters input.btn-filter[type=submit]:before,
.post-password-form .template-events .event-filters input.btn-filter[type=submit]:before,
.search-form .template-events .event-filters .btn-filter.search-submit:before,
.template-events .event-filters .btn.btn-filter:before,
.template-events .event-filters .comment-form input.btn-filter[type=submit]:before,
.template-events .event-filters .post-password-form input.btn-filter[type=submit]:before,
.template-events .event-filters .search-form .btn-filter.search-submit:before {
    content: "ïŒµ";
    display: inline-block;
    font-family: dashicons;
    font-size: 16px;
    line-height: 10px;
    margin-right: 2px;
    opacity: .5;
    position: relative;
    top: 3px
}

.template-events .coach-info {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    padding-top: 1rem
}

@media(max-width:767.98px) {
    .template-events .coach-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .template-events .coach-info h2 {
        text-align: center
    }
}

.template-events .coach-directory .col-coach,
.template-events .coach-directory .col-state,
.template-events .hil-directory .col-coach,
.template-events .hil-directory .col-state {
    display: none !important
}

.template-events .coach-directory .coach-info,
.template-events .hil-directory .coach-info {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0
}

.template-events .coach-image {
    background-image: url(../images/oh-arrow_0f8dfb95.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 1rem;
    min-height: 200px;
    min-width: 200px
}

@media(min-width:768px) {
    .template-events .coach-image {
        margin-right: 3rem
    }
}

.template-events .coach-bio {
    max-width: 800px
}

.template-events .events-listing {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr))
}

@media(max-width:767.98px) {
    .template-events .events-listing {
        grid-gap: 30px
    }
}

@media(min-width:768px) {
    .template-events .events-listing {
        grid-gap: 40px 30px;
        margin-bottom: 180px
    }
}

.template-events .events-listing.loading {
    color: #bcbfc1;
    display: block !important;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase
}

.template-events .events-listing.loading:before {
    content: "Loading Events";
    display: inline-block;
    margin-right: 10px
}

.template-events .events-listing.loading:after {
    -webkit-animation: spinning 1s linear infinite;
    -o-animation: spinning 1s linear infinite;
    animation: spinning 1s linear infinite;
    content: "ï”³";
    display: inline-block;
    font-family: dashicons;
    font-size: 20px;
    position: absolute
}

@-webkit-keyframes spinning {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-o-keyframes spinning {
    to {
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spinning {
    to {
        -webkit-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.template-events .events-not-initialized .events-listing,
.template-events .no-events .events-listing {
    display: block !important
}

.template-events .event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background-color: #fff;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .05);
    color: #3c3c3c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    line-height: 1.2em;
    padding: 1.5rem 1.25rem;
    position: relative;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.template-events .event.event-disabled,
.template-events .event.event-full {
    cursor: default;
    opacity: .5
}

.template-events .event.event-full:after {
    background-color: #91949b;
    color: #fff;
    content: "Event Full";
    display: block;
    line-height: 1rem;
    margin-top: 1rem;
    padding: 10px;
    text-align: center
}

.comment-form .template-events .event input[type=submit],
.post-password-form .template-events .event input[type=submit],
.search-form .template-events .event .search-submit,
.template-events .event .btn,
.template-events .event .comment-form input[type=submit],
.template-events .event .post-password-form input[type=submit],
.template-events .event .search-form .search-submit {
    height: auto;
    margin-top: 1rem;
    min-width: auto;
    padding: 8px 16px;
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.comment-form .template-events .event input[type=submit]:active,
.comment-form .template-events .event input[type=submit]:focus,
.post-password-form .template-events .event input[type=submit]:active,
.post-password-form .template-events .event input[type=submit]:focus,
.search-form .template-events .event .search-submit:active,
.search-form .template-events .event .search-submit:focus,
.template-events .event .btn:active,
.template-events .event .btn:focus,
.template-events .event .comment-form input[type=submit]:active,
.template-events .event .comment-form input[type=submit]:focus,
.template-events .event .post-password-form input[type=submit]:active,
.template-events .event .post-password-form input[type=submit]:focus,
.template-events .event .search-form .search-submit:active,
.template-events .event .search-form .search-submit:focus {
    height: auto
}

.comment-form .template-events .event input[type=submit]:focus,
.comment-form .template-events .event input[type=submit]:hover,
.post-password-form .template-events .event input.btn-secondary[type=submit]:focus,
.post-password-form .template-events .event input.btn-secondary[type=submit]:hover,
.search-form .template-events .event .search-submit:focus,
.search-form .template-events .event .search-submit:hover,
.template-events .event .btn.btn-secondary:focus,
.template-events .event .btn.btn-secondary:hover,
.template-events .event .comment-form input[type=submit]:focus,
.template-events .event .comment-form input[type=submit]:hover,
.template-events .event .post-password-form input.btn-secondary[type=submit]:focus,
.template-events .event .post-password-form input.btn-secondary[type=submit]:hover,
.template-events .event .search-form .search-submit:focus,
.template-events .event .search-form .search-submit:hover {
    background-color: #cb2c30;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.comment-form .template-events .event input[type=submit] .dashicons,
.post-password-form .template-events .event input[type=submit] .dashicons,
.search-form .template-events .event .search-submit .dashicons,
.template-events .event .btn .dashicons,
.template-events .event .comment-form input[type=submit] .dashicons,
.template-events .event .post-password-form input[type=submit] .dashicons,
.template-events .event .search-form .search-submit .dashicons {
    font-size: 18px;
    margin-right: .25rem;
    position: relative
}

.template-events .event-info {
    display: inline-block;
    font-size: 20px;
    opacity: .3;
    position: absolute;
    right: .5rem;
    top: .5rem
}

.template-events .event-title {
    display: block;
    font-weight: 700;
    line-height: 1.3em;
    margin-right: 15px
}

.template-events .event-title em {
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    font-weight: 400
}

.template-events .event-title .dashicons-clock {
    font-size: 17px;
    height: 17px;
    width: 16px
}

.template-events .info-with-icon {
    display: block;
    font-size: 13px;
    line-height: 1.2em;
    margin-left: 18px;
    margin-top: 5px;
    position: relative
}

.template-events .info-with-icon .dashicons {
    font-size: 15px;
    height: 15px;
    left: -18px;
    opacity: .5;
    position: absolute;
    text-decoration: none !important;
    width: 15px
}

.template-events .event-series {
    font-weight: 700
}

.template-events .event-series .dashicons {
    opacity: .9
}

.template-events .event-programType {
    display: none;
    font-size: 13px;
    line-height: 1.1em;
    opacity: .7;
    padding-bottom: 1rem;
    padding-right: 20px
}

.template-events .event-building,
.template-events .event-state {
    display: none
}

.template-events .event-group-date {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.template-events .event-date {
    display: inline-block;
    font-size: 15px;
    opacity: .9
}

.template-events .event-timezone {
    display: inline-block;
    font-size: 11px;
    line-height: 1em;
    opacity: .7;
    text-transform: uppercase
}

.template-events .tooltip .arrow,
.template-events .tooltip.show {
    opacity: .9
}

.template-events .tooltip .tooltip-inner {
    background-color: #001638;
    line-height: 1.3em;
    max-width: 270px;
    padding: 1rem;
    text-align: left
}

@media(max-width:767.98px) {
    .from-app.template-events .event-filters {
        top: 0
    }

    .from-app.template-events .section-main {
        margin: 0
    }

    .from-app .container-events:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfMTAyOTEiIGRhdGEtbmFtZT0iR3JvdXAgMTAyOTEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSI0MDAiIGhlaWdodD0iMTIzLjgxMyIgdmlld0JveD0iMCAwIDQwMCAxMjMuODEzIj4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4KICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8xNjAwIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAxNjAwIiB3aWR0aD0iNDAwIiBoZWlnaHQ9IjEyMy44MTMiIGZpbGw9Im5vbmUiLz4KICAgIDwvY2xpcFBhdGg+CiAgPC9kZWZzPgogIDxnIGlkPSJHcm91cF8xMDAxMCIgZGF0YS1uYW1lPSJHcm91cCAxMDAxMCIgY2xpcC1wYXRoPSJ1cmwoI2NsaXAtcGF0aCkiPgogICAgPHBhdGggaWQ9IlBhdGhfMTQwMiIgZGF0YS1uYW1lPSJQYXRoIDE0MDIiIGQ9Ik0xMzguMDI3LDE3LjYzOXYtLjFhMTcuNzc5LDE3Ljc3OSwwLDAsMSwzNS41NTMtLjF2LjFhMTcuNzc5LDE3Ljc3OSwwLDAsMS0zNS41NTMuMW0yNi4yMTcsMHYtLjFjMC00Ljg2OS0zLjQ0NS05LjEwOS04LjQ4OC05LjEwOS01LDAtOC4zNDUsNC4xNDUtOC4zNDUsOS4wMTF2LjFjMCw0Ljg2OSwzLjQ0MSw5LjEwOSw4LjQ0LDkuMTA5LDUuMDQ1LDAsOC4zOTMtNC4xNDUsOC4zOTMtOS4wMTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNy43MTQpIiBmaWxsPSIjMDAyNTU0Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF8xNDAzIiBkYXRhLW5hbWU9IlBhdGggMTQwMyIgZD0iTTE4Ny44NjkuODQ0aDE0LjE0NWM4LjM0NSwwLDEzLjcyLDQuMzg1LDEzLjcyLDExLjg1N3YuMWMwLDcuOTUzLTUuOTg4LDEyLjE0Ni0xNC4xOTEsMTIuMTQ2aC00LjUyOHY5LjYzOWgtOS4xNDZabTEzLjQ4NSwxNi43NzFjMy4yNTIsMCw1LjIzNC0xLjczNCw1LjIzNC00LjM4NXYtLjFjMC0yLjg5Mi0xLjk4Mi00LjQzNi01LjI4Mi00LjQzNmgtNC4yOTF2OC45MTZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzcuNzIyIC0wLjE2OSkiIGZpbGw9IiMwMDI1NTQiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzE0MDQiIGRhdGEtbmFtZT0iUGF0aCAxNDA0IiBkPSJNMjI3LjgzOS44NDRoMjYuNTQ1VjguOEgyMzYuODkyVjEzLjloMTUuODQzdjcuMzc1SDIzNi44OTJ2NS4zNUgyNTQuNjJ2Ny45NTNIMjI3LjgzOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00NS43NDcgLTAuMTY5KSIgZmlsbD0iIzAwMjU1NCIvPgogICAgPHBhdGggaWQ9IlBhdGhfMTQwNSIgZGF0YS1uYW1lPSJQYXRoIDE0MDUiIGQ9Ik0yNjguNzUyLjg0M2gxNS42MDVjNS4wNDcsMCw4LjUzNywxLjM1MSwxMC43NTMsMy42NjRhMTAuNiwxMC42LDAsMCwxLDIuOTIyLDcuODU2di4xYTEwLjY3MiwxMC42NzIsMCwwLDEtNi43ODksMTAuMzYzbDcuODczLDExLjc2SDI4OC41NTVsLTYuNjQ4LTEwLjIxOEgyNzcuOVYzNC41ODFoLTkuMTQ2Wm0xNS4xODIsMTYuMmMzLjExMSwwLDQuOS0xLjU0Myw0LjktNHYtLjFjMC0yLjY1MS0xLjg4Ni00LTQuOTUyLTRIMjc3Ljl2OC4xWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTUzLjk2MiAtMC4xNjkpIiBmaWxsPSIjMDAyNTU0Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF8xNDA2IiBkYXRhLW5hbWU9IlBhdGggMTQwNiIgZD0iTTMyMi45ODYuNTQzSDMzMS44bDE0LjA1MiwzMy45NzloLTkuODA3bC0yLjQtNi4wMjRIMzIwLjkxMWwtMi4zNTgsNi4wMjRoLTkuNjJaTTMzMSwyMS4yMTlsLTMuNjc4LTkuNTktMy43MjQsOS41OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02Mi4wMyAtMC4xMDkpIiBmaWxsPSIjMDAyNTU0Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF8xNDA3IiBkYXRhLW5hbWU9IlBhdGggMTQwNyIgZD0iTTM2MS4yNzMsOS4wMzhoLTkuOVYuODQ0aDI4Ljk1MlY5LjAzOGgtOS45VjM0LjU4MmgtOS4xNDdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzAuNTUgLTAuMTcpIiBmaWxsPSIjMDAyNTU0Ii8+CiAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzE1OTkiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDE1OTkiIHdpZHRoPSI5LjE5NyIgaGVpZ2h0PSIzMy43MzgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxNS4zNzUgMC42NzUpIiBmaWxsPSIjMDAyNTU0Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF8xNDA4IiBkYXRhLW5hbWU9IlBhdGggMTQwOCIgZD0iTTQxMS42NTUsMTcuNjM5di0uMWExNy43NzksMTcuNzc5LDAsMCwxLDM1LjU1Mi0uMXYuMWExNy43NzksMTcuNzc5LDAsMCwxLTM1LjU1Mi4xbTI2LjIxNywwdi0uMWMwLTQuODY5LTMuNDQ0LTkuMTA5LTguNDg5LTkuMTA5LTUsMC04LjM0NSw0LjE0NS04LjM0NSw5LjAxMXYuMWMwLDQuODY5LDMuNDQxLDkuMTA5LDguNDQxLDkuMTA5LDUuMDQ1LDAsOC4zOTMtNC4xNDUsOC4zOTMtOS4wMTQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04Mi42NTUpIiBmaWxsPSIjMDAyNTU0Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF8xNDA5IiBkYXRhLW5hbWU9IlBhdGggMTQwOSIgZD0iTTQ2MS41Ljg0NGg4LjUzNGwxMy41NzgsMTcuODM0Vi44NDRoOS4wNTRWMzQuNTgyaC04LjAxNGwtMTQuMS0xOC41MDdWMzQuNTgySDQ2MS41WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTkyLjY2MiAtMC4xNjkpIiBmaWxsPSIjMDAyNTU0Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF8xNDEwIiBkYXRhLW5hbWU9IlBhdGggMTQxMCIgZD0iTTEzOC42NTgsNjIuNzIzaDE5LjVWODkuNzYyaDI1LjAyN1Y2Mi43MjNoMTkuNXY3Mi4yMzloLTE5LjVWMTA3LjUxMUgxNTguMTU4djI3LjQ1MWgtMTkuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yNy44NDEgLTEyLjU5NCkiIGZpbGw9IiMwMDI1NTQiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzE0MTEiIGRhdGEtbmFtZT0iUGF0aCAxNDExIiBkPSJNMjMyLjYxNCw5OC42ODZWOTguNDhjMC0yMC43NDQsMTYuMjgxLTM3LjU2NSwzNy45OTEtMzcuNTY1UzMwOC40LDc3LjUzMSwzMDguNCw5OC4yNzN2LjIwN2MwLDIwLjc0Mi0xNi4yODMsMzcuNTY0LTM3Ljk5NCwzNy41NjRzLTM3Ljc4OS0xNi42MTUtMzcuNzg5LTM3LjM1OG01NS44ODIsMFY5OC40OGMwLTEwLjQyNC03LjMzNi0xOS41LTE4LjA5My0xOS41LTEwLjY1MiwwLTE3Ljc4OCw4Ljg3NC0xNy43ODgsMTkuM3YuMjA3YzAsMTAuNDIzLDcuMzM2LDE5LjUsMTcuOTksMTkuNSwxMC43NTQsMCwxNy44OS04Ljg3NSwxNy44OS0xOS4zIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDYuNzA2IC0xMi4yMzEpIiBmaWxsPSIjMDAyNTU0Ii8+CiAgICA8cGF0aCBpZD0iUGF0aF8xNDEyIiBkYXRhLW5hbWU9IlBhdGggMTQxMiIgZD0iTTM0MS40MDksNjIuNzIzaDMwLjE1NGMxNy43OTEsMCwyOS4yNDgsOS4zOTIsMjkuMjQ4LDI1LjM4OXYuMjA1YzAsMTcuMDI2LTEyLjc2NSwyNi4wMDYtMzAuMjU0LDI2LjAwNmgtOS42NDl2MjAuNjM5aC0xOS41Wm0yOC43NDcsMzUuOTEzYzYuOTM0LDAsMTEuMTU2LTMuNzE1LDExLjE1Ni05LjM5Vjg5LjA0YzAtNi4xOTItNC4yMjItOS40OTUtMTEuMjU2LTkuNDk1aC05LjE0N1Y5OC42MzZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjguNTUgLTEyLjU5NCkiIGZpbGw9IiMwMDI1NTQiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzE0MTMiIGRhdGEtbmFtZT0iUGF0aCAxNDEzIiBkPSJNNDI5LjA2LDYyLjcyM2g1Ni41ODdWNzkuNzUyaC0zNy4yOXYxMC45NGgzMy4xdjE1Ljc4N2gtMzMuMXYxMS40NTdoMzcuMzkxdjE3LjAyN0g0MjkuMDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtODYuMTUgLTEyLjU5NCkiIGZpbGw9IiMwMDI1NTQiLz4KICAgIDxwYXRoIGlkPSJQYXRoXzE0MTQiIGRhdGEtbmFtZT0iUGF0aCAxNDE0IiBkPSJNMCwzNy45NzRWODMuOTIxSDE5Ljg0djM4LjZsNzUuNi02Mi4wMzNMMTkuODQuNzU5VjM4LjAwOVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuMTUyKSIgZmlsbD0iI2NhMmIzMCIvPgogIDwvZz4KPC9zdmc+Cg==);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        height: 46px;
        margin-bottom: 30px;
        margin-top: 8px;
        text-align: center;
        width: 150px
    }

    .from-app footer.sitemap-footer,
    .from-app header.primary-navigation-wrapper,
    .from-app ul.breadcrumbs {
        display: none
    }
}

.column-grid-container {
    display: grid;
    grid-template-columns: auto 1fr
}

.column-grid-container .column-2 {
    border-left: 2px solid #cb2c30;
    margin-left: 2rem;
    padding-left: 3rem
}

.column-grid-container .column-1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

@media(max-width:991.98px) {
    .column-grid-container {
        grid-template-columns: 1fr !important
    }

    .column-grid-container .column-1 {
        width: 100% !important
    }

    .column-grid-container .column-1 h1:after,
    .column-grid-container .column-1 h2:after,
    .column-grid-container .column-1 h3:after,
    .column-grid-container .column-1 h4:after {
        background: #cb2c30;
        content: "";
        display: block;
        height: 2px;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 125px
    }

    .column-grid-container .column-2 {
        border-left: 0;
        margin-left: 0;
        padding-left: 0
    }
}

.three-col-headline-paragraph {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.three-col-headline-paragraph h1,
.three-col-headline-paragraph h2,
.three-col-headline-paragraph h3,
.three-col-headline-paragraph h4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 38%;
    flex: 0 1 38%;
    padding-right: 1rem
}

.three-col-headline-paragraph .middle-column {
    -webkit-box-flex: 1;
    border-left: 2px solid #cb2c30;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-left: 2rem;
    padding-left: 3rem
}

@media(max-width:991.98px) {
    .three-col-headline-paragraph {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .three-col-headline-paragraph .middle-column {
        -ms-flex-item-align: start;
        align-self: flex-start;
        border-left: 0;
        margin-left: 0;
        padding-left: 0
    }

    .three-col-headline-paragraph h1,
    .three-col-headline-paragraph h2,
    .three-col-headline-paragraph h3 {
        border-right: 0;
        margin-right: 0;
        padding-right: 0
    }

    .three-col-headline-paragraph h1:after,
    .three-col-headline-paragraph h2:after,
    .three-col-headline-paragraph h3:after {
        background: #cb2c30;
        content: "";
        display: block;
        height: 2px;
        margin-bottom: 10px;
        margin-top: 10px;
        width: 125px
    }
}

.three-col-headline-paragraph.three-col-with-cta h2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 29%;
    flex: 0 1 29%
}

@media(min-width:992px) {

    .comment-form .three-col-headline-paragraph.three-col-with-cta input[type=submit],
    .post-password-form .three-col-headline-paragraph.three-col-with-cta input[type=submit],
    .search-form .three-col-headline-paragraph.three-col-with-cta .search-submit,
    .three-col-headline-paragraph.three-col-with-cta .btn,
    .three-col-headline-paragraph.three-col-with-cta .comment-form input[type=submit],
    .three-col-headline-paragraph.three-col-with-cta .post-password-form input[type=submit],
    .three-col-headline-paragraph.three-col-with-cta .search-form .search-submit {
        margin-left: 60px
    }
}

.two-col-headline-above .column-grid-container {
    grid-template-columns: 1fr 1fr
}

.two-col-image-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 30px
}

.two-col-image-content .img-container {
    -webkit-box-flex: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -ms-flex: 0 1 33%;
    flex: 0 1 33%;
    margin-right: 3rem
}

@media(max-width:991.98px) {
    .two-col-image-content .img-container {
        margin-bottom: 38px
    }
}

.two-col-image-content .img-container.image-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    margin-left: 3rem;
    margin-right: 0;
    order: 1
}

@media(max-width:991.98px) {
    .two-col-image-content .img-container.image-right {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        margin-left: 0;
        order: 0
    }
}

.two-col-image-content .content-container {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%
}

.two-col-image-content h2+h4 {
    margin-top: 0
}

@media(max-width:991.98px) {
    .two-col-image-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .two-col-image-content h1,
    .two-col-image-content h2,
    .two-col-image-content h3,
    .two-col-image-content h4 {
        margin-top: 0 !important
    }

    .two-col-image-content p {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .two-col-image-content .img-container {
        -ms-flex-item-align: center;
        align-self: center;
        border: 0;
        margin-right: 0
    }
}

.two-col-sub-nav {
    margin: 30px 0
}

.two-col-sub-nav .content-sub-nav {
    display: none
}

.two-col-sub-nav .content-container .hope-inside-logo {
    margin: 0 auto 1.5rem
}

@media(min-width:768px) {
    .two-col-sub-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        justify-content: space-between;
        margin: 70px 0
    }

    .two-col-sub-nav .content-container {
        width: 72%
    }

    .two-col-sub-nav .content-container .hope-inside-logo {
        display: none
    }

    .two-col-sub-nav .content-sub-nav {
        display: block;
        width: 25%
    }

    .two-col-sub-nav .content-sub-nav .hope-inside-logo {
        margin: 0 0 1.5rem
    }

    .two-col-sub-nav .content-sub-nav .menu {
        border-left: 2px solid #cb2c30;
        margin: 0 0 15px;
        padding: 0 0 0 40px
    }

    .two-col-sub-nav .content-sub-nav .menu a:focus,
    .two-col-sub-nav .content-sub-nav .menu a:hover {
        color: #cb2c30;
        text-decoration: none
    }
}

.content-bordered-left {
    border-left: 2px solid #cb2c30;
    padding-left: 1rem
}

.popout-block {
    display: grid;
    grid-template-columns: 40% 60%
}

.popout-block.content-left {
    grid-template-columns: 60% 40%
}

@media(max-width:991.98px) {
    .popout-block.content-left {
        grid-template-columns: 1fr
    }
}

.popout-block .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.popout-block .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.popout-block .popout-image {
    position: relative;
    z-index: 0
}

.popout-block .popout-image iframe {
    height: 315px;
    width: 560px
}

.popout-block .popout-image.order-2 {
    left: -43%
}

@media(max-width:991.98px) {
    .popout-block .popout-image.order-2 {
        left: 0
    }
}

.popout-block .popout-image.image-sm {
    min-width: 470px
}

.popout-block .popout-image.image-sm.order-2 {
    left: -10%
}

.popout-block .popout-image.image-md {
    min-width: 600px
}

.popout-block .popout-image.image-lg {
    min-width: 800px
}

.popout-block .popout-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background: url(../images/bg-lines-bottom-right_6797cfe0.svg) 100% 100% no-repeat padding-box, -webkit-gradient(linear, left top, right bottom, from(#003c7e), color-stop(38%, #002554), to(#001638)) 0 0 no-repeat padding-box;
    background: url(../images/bg-lines-bottom-right_6797cfe0.svg) 100% 100% no-repeat padding-box, -webkit-linear-gradient(top left, #003c7e, #002554 38%, #001638) 0 0 no-repeat padding-box;
    background: url(../images/bg-lines-bottom-right_6797cfe0.svg) 100% 100% no-repeat padding-box, -o-linear-gradient(top left, #003c7e, #002554 38%, #001638) 0 0 no-repeat padding-box;
    background: url(../images/bg-lines-bottom-right_6797cfe0.svg) 100% 100% no-repeat padding-box, linear-gradient(to bottom right, #003c7e, #002554 38%, #001638) 0 0 no-repeat padding-box;
    -webkit-box-shadow: 20px 20px 40px rgba(0, 37, 84, .25);
    box-shadow: 20px 20px 40px rgba(0, 37, 84, .25);
    color: #bfcfe5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px;
    position: relative;
    top: 70px;
    z-index: 1
}

.popout-block .popout-content h1,
.popout-block .popout-content h2,
.popout-block .popout-content h3,
.popout-block .popout-content h4 {
    color: #fff;
    margin-bottom: 1rem
}

@media(max-width:991.98px) {
    .popout-block {
        grid-template-columns: 1fr
    }

    .popout-block .popout-image,
    .popout-block .popout-image.image-lg,
    .popout-block .popout-image.image-md,
    .popout-block .popout-image.image-sm {
        min-width: 100%
    }

    .popout-block .popout-image img,
    .popout-block .popout-image.image-lg img,
    .popout-block .popout-image.image-md img,
    .popout-block .popout-image.image-sm img {
        position: relative;
        width: 100%
    }

    .popout-block .popout-content {
        top: 0
    }
}

.popout-block.popout-video .popout-content {
    top: unset
}

.popout-block.popout-video .popout-image.order-2 {
    left: -30%
}

@media(max-width:1199.98px) {
    .popout-block.popout-video .popout-image.order-2 {
        left: 0
    }

    .popout-block.popout-video {
        grid-template-columns: 1fr
    }

    .popout-block.popout-video .popout-image iframe {
        max-width: 100%;
        width: 100%
    }
}

@media(min-width:1200px) {
    .popout-block.popout-video .popout-image {
        top: 70px;
        z-index: 2
    }

    .popout-block.popout-video .popout-content {
        padding-left: 160px
    }

    .popout-block.popout-video .popout-content.order-1 {
        padding-left: 30px;
        padding-right: 160px
    }
}

section.composable {
    margin-bottom: 70px;
    position: relative;
    z-index: 1
}

section.composable.divider-top {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 50px
}

section.composable.popout-block {
    margin-bottom: 130px;
    margin-top: 70px
}

@media(max-width:991.98px) {
    section.composable {
        margin-bottom: 50px
    }

    section.composable.popout-block {
        margin-bottom: 50px;
        margin-top: 0
    }
}

.stat {
    -webkit-box-shadow: 20px 20px 30px rgba(0, 37, 84, .1);
    box-shadow: 20px 20px 30px rgba(0, 37, 84, .1);
    color: #fff;
    height: 206px;
    margin: 0 18px;
    max-width: 318px;
    min-width: 318px;
    position: relative;
    text-align: center
}

.stat .big-number {
    font-size: 80px;
    line-height: 60px;
    margin-bottom: 18px;
    text-shadow: 0 10px 10px rgba(0, 0, 0, .5)
}

.stat small {
    color: #bfcfe5;
    text-transform: uppercase
}

@media(max-width:1199.98px) {
    .stat {
        margin-left: auto;
        margin-right: auto;
        margin-top: 240px
    }

    .stat .big-number {
        font-size: 72px
    }
}

.stat-interior-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#002554), to(#001638));
    background: -webkit-linear-gradient(#002554, #001638);
    background: -o-linear-gradient(#002554 0, #001638 100%);
    background: linear-gradient(#002554, #001638);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    padding: 30px;
    position: relative;
    width: 100%
}

.stat-interior-wrapper:before {
    background-color: #cb2c30;
    content: "";
    display: block;
    height: 50px;
    left: -36px;
    position: absolute;
    top: 29%;
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 50px;
    z-index: 1
}

.statistics {
    margin-bottom: 50px
}

.statistics .stat-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin-top: 250px
}

@media(max-width:1199.98px) {
    .statistics .stat-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        margin-top: 0
    }
}

.statistic-block .stat {
    margin: 18px
}

@media(max-width:1199.98px) {
    .statistic-block .stat {
        margin: 18px
    }
}

.hero {
    position: relative
}

.hero .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

@media(max-width:991.98px) {
    .hero .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.hero .hero-img {
    display: inline-block
}

.hero .hero-text h1 {
    font-size: 51px;
    margin-bottom: 20px;
    margin-top: 22px
}

.hero .hero-text h1:after {
    background: #cb2c30;
    content: "";
    display: block;
    height: 4px;
    margin-bottom: 25px;
    margin-top: 20px;
    width: 108px
}

@media(max-width:1199.98px) {
    .hero .hero-text {
        margin-bottom: 30px;
        width: 100%
    }

    .hero .hero-text h1 {
        font-size: 48px;
        line-height: 52px;
        margin-top: 0
    }
}

@media(max-width:991.98px) {
    .hero .hero-text h1 {
        font-size: 32px;
        line-height: 38px
    }
}

.hero .hero-img-container {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:1199.98px) {
    .hero .hero-img-container {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin-top: -170px
    }

    .hero .hero-img-container img {
        width: 320px
    }
}

@media(max-width:767.98px) {
    .hero .hero-img-container {
        margin-top: -110px;
        width: 100%
    }
}

.hero:before {
    background-image: url(../images/homepage-bg_70683720.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 127vh;
    position: absolute;
    top: -125px;
    width: 100%;
    z-index: -1
}

@media(max-width:767.98px) {
    .hero:before {
        height: 730px
    }
}

.stat.fico:before {
    background-image: url(../images/family-red_b040139d.png);
    height: 267px;
    top: -200px
}

.stat.fico:before,
.stat.mortgage:before {
    background-repeat: no-repeat;
    content: "";
    display: block;
    left: -14%;
    position: absolute;
    width: 100%;
    z-index: 0
}

.stat.mortgage:before {
    background-image: url(../images/mortgage-red_943e35d7.png);
    height: 423px;
    top: -252px
}

.stat.debt:before {
    background-image: url(../images/debt-red_befbc7a4.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 285px;
    left: -14%;
    position: absolute;
    top: -210px;
    width: 100%;
    z-index: 0
}

.our-founder-blurb {
    background: #f3f4f4;
    padding: 100px 0;
    position: relative
}

.our-founder-blurb:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(hsla(180, 4%, 95%, 0)));
    background: -webkit-linear-gradient(#000, hsla(180, 4%, 95%, 0));
    background: -o-linear-gradient(#000 0, hsla(180, 4%, 95%, 0) 100%);
    background: linear-gradient(#000, hsla(180, 4%, 95%, 0));
    content: "";
    height: 12px;
    left: 0;
    opacity: .1;
    position: absolute;
    top: 0;
    width: 100%
}

@media(max-width:991.98px) {
    .our-founder-blurb {
        padding: 30px
    }
}

.stories {
    contain: layout;
    margin-left: -30px;
    margin-right: -30px;
    padding-bottom: 70px;
    position: relative
}

.stories:after {
    background: #c2d1e6;
    bottom: 0;
    content: "";
    display: block;
    height: 200px;
    position: absolute;
    width: 100%;
    z-index: 0
}

@media(max-width:991.98px) {
    .stories:after {
        display: none
    }

    .stories {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0
    }
}

@media(max-width:767.98px) {
    .stories .story-carousel {
        margin-left: -45px;
        margin-right: -49px
    }
}

.stories .story-grid-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: grid;
    grid-template-columns: repeat(4, 212px);
    justify-content: center
}

@media(max-width:991.98px) {
    .stories .story-grid-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -ms-scroll-snap-coordinate: 0 0;
        scroll-snap-coordinate: 0 0;
        -ms-scroll-snap-points-x: repeat(100%);
        scroll-snap-points-x: repeat(100%);
        -webkit-overflow-scrolling: touch;
        grid-template-columns: repeat(4, 282px);
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        will-change: transform
    }
}

.stories .story-card-image {
    height: 100%;
    width: 100%
}

.stories .story-card-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%
}

@media(max-width:991.98px) {
    .stories .story-card-image img {
        width: 282px
    }
}

.stories .story-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    justify-content: center;
    position: relative;
    scroll-snap-align: start;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    will-change: transform;
    z-index: 1
}

.stories .story-card:hover {
    -webkit-filter: drop-shadow(0 20px 20px rgba(1, 24, 52, .5));
    filter: drop-shadow(0 20px 20px rgba(1, 24, 52, .5));
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 2
}

@media(max-width:991.98px) {
    .stories .story-card:hover {
        -webkit-filter: none;
        filter: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.stories .story-card-overlay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 37, 84, 0)), to(#002554));
    background: -webkit-linear-gradient(rgba(0, 37, 84, 0), #002554);
    background: -o-linear-gradient(rgba(0, 37, 84, 0) 0, #002554 100%);
    background: linear-gradient(rgba(0, 37, 84, 0), #002554);
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    padding: 8px 16px;
    position: absolute;
    text-align: right;
    width: 100%
}

.stories .story-card-overlay:before {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    background-color: #cb2c30;
    content: "";
    display: inline-block;
    flex-grow: 1;
    height: 3px;
    margin-right: 2px;
    min-width: 10%;
    position: relative;
    z-index: 1
}

.stories .story-card-link-text {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline
}

.news-single {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

@media(max-width:991.98px) {
    .news-single {
        grid-template-columns: repeat(1, 1fr)
    }
}

.news-single .news-card-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: url(../images/bg-lines-bottom-right_6797cfe0.svg) 100% 100% no-repeat padding-box, -webkit-gradient(linear, left top, right bottom, from(#003c7e), color-stop(38%, #002554), to(#001638)) 0 0 no-repeat padding-box;
    background: url(../images/bg-lines-bottom-right_6797cfe0.svg) 100% 100% no-repeat padding-box, -webkit-linear-gradient(top left, #003c7e, #002554 38%, #001638) 0 0 no-repeat padding-box;
    background: url(../images/bg-lines-bottom-right_6797cfe0.svg) 100% 100% no-repeat padding-box, -o-linear-gradient(top left, #003c7e, #002554 38%, #001638) 0 0 no-repeat padding-box;
    background: url(../images/bg-lines-bottom-right_6797cfe0.svg) 100% 100% no-repeat padding-box, linear-gradient(to bottom right, #003c7e, #002554 38%, #001638) 0 0 no-repeat padding-box;
    -webkit-box-shadow: 20px 20px 40px rgba(0, 37, 84, .25);
    box-shadow: 20px 20px 40px rgba(0, 37, 84, .25);
    color: #bfcfe5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    font-size: 16px;
    height: 100%;
    padding: 45px
}

.news-single .news-card-info .sitemap-footer .menu-main-navigation-container ul.menu>.menu-item-has-children>a,
.news-single .news-card-info a,
.news-single .news-card-info h5,
.sitemap-footer .menu-main-navigation-container .news-single .news-card-info ul.menu>.menu-item-has-children>a {
    color: #fff
}

.news-single .news-card-info .sitemap-footer .menu-main-navigation-container ul.menu>.menu-item-has-children>a,
.news-single .news-card-info h5,
.sitemap-footer .menu-main-navigation-container .news-single .news-card-info ul.menu>.menu-item-has-children>a {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 26px;
    overflow: hidden
}

.news-single .news-card-info p {
    margin-bottom: 0
}

.news-single .news-single-card-image,
.news-single section.news-quickview .news-wrapper.first-item-full.side-by-side-cards .news-card.with-background:first-child .news-card-image,
section.news-quickview .news-wrapper.first-item-full.side-by-side-cards .news-card.with-background:first-child .news-single .news-card-image {
    height: 100%;
    text-align: center;
    width: 100%
}

.news-single .news-single-card-image img,
.news-single section.news-quickview .news-wrapper.first-item-full.side-by-side-cards .news-card.with-background:first-child .news-card-image img,
section.news-quickview .news-wrapper.first-item-full.side-by-side-cards .news-card.with-background:first-child .news-single .news-card-image img {
    height: 100%;
    max-height: 460px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

.box-grid {
    margin: 0 0 120px;
    position: relative
}

.box-grid .box {
    background: #fff;
    -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 30px rgba(0, 0, 0, .1);
    color: inherit;
    position: relative
}

.box-grid .box .sitemap-footer .menu-main-navigation-container ul.menu>.menu-item-has-children>a,
.box-grid .box h5,
.sitemap-footer .menu-main-navigation-container .box-grid .box ul.menu>.menu-item-has-children>a {
    margin-bottom: 20px
}

.box-grid .box .box-content {
    padding: 40px 20px 35px 35px
}

.box-grid .box .box-image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden
}

.box-grid .box img {
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    width: 100%
}

@media(max-width:575.98px) {
    .box-grid .box img {
        max-height: 204px;
        -o-object-position: center;
        object-position: center
    }
}

.box-grid .box .box-image-icon img {
    height: 184px;
    max-height: 204px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    padding: 20px
}

@media(max-width:767.98px) {
    .box-grid .box .box-image-icon img {
        padding-bottom: 0
    }
}

.box-grid .box .box-image-icon+.box-content {
    padding: 40px 20px 35px 0
}

@media(max-width:767.98px) {
    .box-grid .box .box-image-icon+.box-content {
        padding: 0 40px 40px
    }
}

.box-grid .box:hover {
    color: inherit;
    text-decoration: none
}

.box-grid .box:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.box-grid:before {
    background: #f3f4f4;
    bottom: 100px;
    content: "";
    left: -116px;
    position: absolute;
    right: -116px;
    top: 100px;
    z-index: 0
}

@media(max-width:767.98px) {
    .box-grid:before {
        content: none
    }

    .box-grid .box {
        margin: 0 0 20px
    }

    .box-grid .box .box-image {
        width: 100%
    }
}

@media(min-width:576px) {
    .box-grid {
        grid-gap: 30px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        grid-template-rows: 1fr;
        margin-bottom: 40px
    }

    .box-grid .box {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: grid;
        grid-template-columns: 36% 1fr;
        justify-content: space-between
    }
}

.donation-grid {
    grid-gap: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-right: 25px
}

@media(max-width:767.98px) {
    .donation-grid {
        grid-template-columns: 1fr;
        margin-right: 0
    }
}

.donation-grid .donation {
    background: #fff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    padding: 30px
}

.donation-grid .donation .donation-amount {
    color: #cb2c30;
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .donation-grid .donation img {
        height: 133px;
        -o-object-fit: contain;
        object-fit: contain;
        width: auto
    }
}

.donation-grid .donation:hover {
    background: #cb2c30;
    color: #fff;
    cursor: pointer
}

.donation-grid .donation:hover img {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

.donation-grid .donation:hover .donation-amount {
    color: #fff
}

.donation-grid #customDonationAmount {
    border: 1px solid #bcbfc1;
    border-radius: 4px;
    height: 42px;
    padding: 15px
}

section.testimonials {
    margin-bottom: 180px;
    position: relative;
    z-index: 1
}

section.testimonials .testimonials-wrapper:after {
    background: #f3f4f4;
    content: "";
    display: block;
    height: 100%;
    left: -500px;
    position: absolute;
    top: 60%;
    width: 1000%;
    z-index: -1
}

section.testimonials.end-of-page .testimonials-wrapper:after {
    bottom: -240px;
    height: auto
}

section.testimonials:not(.end-of-page) {
    margin-bottom: 240px
}

@media(max-width:991.98px) {
    section.testimonials:not(.end-of-page) {
        margin-bottom: 50px
    }
}

section.testimonials:not(.end-of-page) .testimonials-wrapper:after {
    height: 76%
}

@media(max-width:991.98px) {
    section.testimonials:not(.end-of-page) .testimonials-wrapper:after {
        display: none
    }

    section.testimonials {
        margin-bottom: 50px
    }
}

section.testimonials .testimonials-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    grid-gap: 30px 0;
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center;
    justify-items: center
}

@media(max-width:991.98px) {
    section.testimonials .testimonials-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

section.testimonials .testimonials-wrapper .testimonial-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background: #fff;
    -webkit-box-shadow: 3px 3px 30px rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 30px rgba(0, 0, 0, .1);
    color: #cb2c30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin: 0 20px;
    max-width: 357px;
    padding: 30px;
    text-align: center
}

section.testimonials .testimonials-wrapper .testimonial-card:before {
    color: #002554;
    content: "❝";
    display: block;
    font-size: 50px;
    line-height: .75;
    margin-top: 10px
}

@media(max-width:991.98px) {
    section.testimonials .testimonials-wrapper .testimonial-card {
        margin-bottom: 100px
    }
}

section.testimonials .testimonials-wrapper .testimonial-quote {
    padding-bottom: 50px
}

section.testimonials .testimonials-wrapper .testimonial-footer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    justify-content: center;
    margin-top: auto;
    position: relative
}

section.testimonials .testimonials-wrapper .testimonial-name {
    color: #002554;
    display: block;
    font-size: 26px
}

section.testimonials .testimonials-wrapper .testimonial-name small {
    color: #4f555b;
    font-size: 50%;
    margin-top: 6px;
    text-transform: uppercase
}

section.testimonials .testimonials-wrapper .testimonial-image {
    position: absolute;
    top: 0
}

section.testimonials .testimonials-wrapper .testimonial-image img {
    border-radius: 50%;
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100px
}

section.news-quickview .news-wrapper.auto-fit-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
}

section.news-quickview .news-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    grid-gap: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center
}

@media(max-width:767.98px) {
    section.news-quickview .news-wrapper {
        grid-template-columns: repeat(1, 1fr)
    }
}

section.news-quickview .news-wrapper .news-card-image {
    height: 230px;
    margin-bottom: 22px;
    text-align: center;
    width: 100%
}

section.news-quickview .news-wrapper .news-card-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%
}

section.news-quickview .news-wrapper.big-two .news-card-image {
    height: 412px
}

section.news-quickview .news-wrapper .news-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.sitemap-footer .menu-main-navigation-container section.news-quickview .news-wrapper .news-card ul.menu>.menu-item-has-children>a,
section.news-quickview .news-wrapper .news-card .sitemap-footer .menu-main-navigation-container ul.menu>.menu-item-has-children>a,
section.news-quickview .news-wrapper .news-card h5 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #cb2c30;
    display: -webkit-box;
    margin-bottom: 22px;
    overflow: hidden
}

section.news-quickview .news-wrapper .news-card p {
    margin-bottom: 0
}

section.news-quickview .news-wrapper .news-card .news-excerpt {
    margin-bottom: 8px
}

section.news-quickview .news-wrapper .news-card.with-background {
    background: #fff;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 30px rgba(0, 0, 0, .05)
}

section.news-quickview .news-wrapper .news-card.with-background .news-card-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    flex-grow: 1;
    padding: 1.5rem
}

.sitemap-footer .menu-main-navigation-container section.news-quickview .news-wrapper .news-card.with-background ul.menu>.menu-item-has-children>a,
section.news-quickview .news-wrapper .news-card.with-background .sitemap-footer .menu-main-navigation-container ul.menu>.menu-item-has-children>a,
section.news-quickview .news-wrapper .news-card.with-background h5 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #002554;
    display: -webkit-box;
    margin-bottom: 12px;
    overflow: hidden
}

section.news-quickview .news-wrapper .news-card.with-background small {
    color: #a7aaad;
    margin-bottom: 12px
}

section.news-quickview .news-wrapper .news-card.with-background .news-card-image {
    margin-bottom: 0
}

section.news-quickview .news-wrapper.side-by-side-cards .news-card.with-background {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 200px
}

section.news-quickview .news-wrapper.side-by-side-cards .news-card.with-background .news-card-image {
    height: 200px
}

@media(max-width:991.98px) {
    section.news-quickview .news-wrapper.side-by-side-cards .news-card.with-background {
        grid-template-columns: 1fr;
        height: 100%
    }
}

section.news-quickview .news-wrapper.side-by-side-cards.blog-card .news-card.with-background {
    grid-template-rows: repeat(1, minmax(auto, 212px));
    height: auto
}

section.news-quickview .news-wrapper.side-by-side-cards.blog-card .news-card.with-background small {
    margin-bottom: 2px
}

section.news-quickview .news-wrapper.side-by-side-cards.blog-card .news-card.with-background .news-card-image {
    height: 212px
}

section.news-quickview .news-wrapper.side-by-side-cards.blog-card .news-card-info {
    padding-bottom: 0
}

.sitemap-footer .menu-main-navigation-container section.news-quickview .news-wrapper.side-by-side-cards.blog-card ul.menu>.menu-item-has-children>a,
section.news-quickview .news-wrapper.side-by-side-cards.blog-card .sitemap-footer .menu-main-navigation-container ul.menu>.menu-item-has-children>a,
section.news-quickview .news-wrapper.side-by-side-cards.blog-card h5 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

section.news-quickview .news-wrapper.side-by-side-cards.blog-card .blog-category {
    margin-top: auto
}

section.news-quickview .news-wrapper.side-by-side-cards.blog-card .blog-excerpt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    grid-column: 1/-1
}

section.news-quickview .news-wrapper.first-item-full.side-by-side-cards .news-card.with-background:first-child {
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: repeat(2, 1fr);
    height: 308px
}

@media(max-width:991.98px) {
    section.news-quickview .news-wrapper.first-item-full.side-by-side-cards .news-card.with-background:first-child {
        grid-template-columns: repeat(1, 1fr);
        height: 100%
    }
}

section.news-quickview .news-wrapper.first-item-full.side-by-side-cards .news-card.with-background:first-child .news-card-image {
    height: 308px
}

section.news-quickview .news-wrapper.first-item-full.side-by-side-cards .news-card.with-background:first-child .media-excerpt {
    display: block !important
}

section.book-feature {
    margin-top: 100px
}

section.book-feature .book {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f3f4f4;
    display: grid;
    grid-template-columns: 360px auto;
    margin-bottom: 130px
}

section.book-feature .book:first-of-type {
    margin-top: 130px
}

@media(max-width:991.98px) {
    section.book-feature .book:first-of-type {
        margin-top: 30px
    }

    section.book-feature .book {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        align-items: center;
        grid-template-columns: 1fr;
        justify-content: center;
        margin-bottom: 30px;
        padding: 30px
    }
}

section.book-feature .book .book-image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: auto
}

section.book-feature .book .book-image img {
    -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, .2);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, .2);
    height: 360px;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: -70px;
    width: 238px
}

@media(max-width:991.98px) {
    section.book-feature .book .book-image img {
        position: relative;
        top: 0
    }
}

section.book-feature .book .book-content {
    padding: 48px 48px 48px 0
}

@media(max-width:991.98px) {
    section.book-feature .book .book-content {
        padding: 48px 0 0
    }
}

section.book-feature .book .book-content .book-title {
    margin-bottom: 22px
}

section.book-feature .book .book-content p:last-of-type {
    margin-bottom: 0
}

.donations {
    display: grid;
    grid-template-columns: 60% 40%
}

@media(max-width:991.98px) {
    .donations {
        grid-template-columns: 1fr
    }
}

.donation-grid-wrapper {
    position: relative;
    z-index: 1
}

.donation-grid-wrapper:after {
    background: #f3f3f3;
    content: "";
    height: 87%;
    left: -900%;
    position: absolute;
    top: 112px;
    width: 1000%;
    z-index: -1
}

@media(max-width:991.98px) {
    .donation-grid-wrapper:after {
        left: -890%
    }
}

.donation-form {
    color: #fff;
    margin-top: 40px;
    position: relative;
    z-index: 1
}

.donation-form .donation-form-header {
    background: #001638;
    padding: 20px 50px
}

.donation-form .donation-form-inner {
    background: -webkit-gradient(linear, left top, left bottom, from(#002554), to(#001638));
    background: -webkit-linear-gradient(#002554, #001638);
    background: -o-linear-gradient(#002554 0, #001638 100%);
    background: linear-gradient(#002554, #001638);
    padding: 20px 50px
}

@media(max-width:991.98px) {
    .donation-form .donation-form-inner {
        padding: 20px 30px
    }
}

.quarter-blocks-content-area {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, auto)
}

@media(max-width:767.98px) {
    .quarter-blocks-content-area {
        grid-template-columns: repeat(1, 1fr)
    }
}

.quarter-blocks-content-area h2+h4 {
    margin-top: 1rem
}

.quarter-blocks-content-area.card-layout {
    grid-gap: 45px
}

.quarter-blocks-content-area.card-layout .quarter-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, .05);
    box-shadow: 0 3px 30px rgba(0, 0, 0, .05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 35px 30px 23px
}

.quarter-blocks-content-area.card-layout .quarter-box p:last-of-type {
    margin-bottom: 2rem
}

.comment-form .donation-form .quarter-blocks-content-area.card-layout input[type=submit],
.comment-form .quarter-blocks-content-area.card-layout input.btn-primary[type=submit],
.donation-form .comment-form .quarter-blocks-content-area.card-layout input[type=submit],
.donation-form .post-password-form .quarter-blocks-content-area.card-layout input[type=submit],
.donation-form .quarter-blocks-content-area.card-layout input.btn[type=submit],
.donation-form .search-form .quarter-blocks-content-area.card-layout input.search-submit[type=submit],
.post-password-form .donation-form .quarter-blocks-content-area.card-layout input[type=submit],
.post-password-form .quarter-blocks-content-area.card-layout input.btn-primary[type=submit],
.quarter-blocks-content-area.card-layout .btn.btn-primary,
.quarter-blocks-content-area.card-layout .comment-form .donation-form input[type=submit],
.quarter-blocks-content-area.card-layout .comment-form input.btn-primary[type=submit],
.quarter-blocks-content-area.card-layout .donation-form .comment-form input[type=submit],
.quarter-blocks-content-area.card-layout .donation-form .post-password-form input[type=submit],
.quarter-blocks-content-area.card-layout .donation-form .search-form input.search-submit[type=submit],
.quarter-blocks-content-area.card-layout .donation-form input.btn[type=submit],
.quarter-blocks-content-area.card-layout .post-password-form .donation-form input[type=submit],
.quarter-blocks-content-area.card-layout .post-password-form input.btn-primary[type=submit],
.quarter-blocks-content-area.card-layout .search-form .btn-primary.search-submit,
.quarter-blocks-content-area.card-layout .search-form .donation-form input.search-submit[type=submit],
.search-form .donation-form .quarter-blocks-content-area.card-layout input.search-submit[type=submit],
.search-form .quarter-blocks-content-area.card-layout .btn-primary.search-submit {
    margin-top: auto
}

.three-column-freeform {
    grid-gap: 60px;
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-items: center
}

@media(max-width:991.98px) {
    .three-column-freeform {
        grid-template-columns: repeat(1, 1fr)
    }
}

.three-column-freeform-no-gap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: center
}

@media(max-width:991.98px) {
    .three-column-freeform-no-gap {
        grid-template-columns: repeat(1, auto)
    }
}

.section-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    background-color: #cb2c30;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.section-nav a {
    color: #fff;
    display: inline-block;
    padding: .5rem 1.5rem;
    text-decoration: none;
    white-space: nowrap
}

@media(min-width:768px) {
    .section-nav a {
        border-right: 2px solid #fff
    }
}

.section-nav a:hover {
    background-color: #ac1113
}

@media(max-width:767.98px) {
    .section-spacer {
        height: 30px
    }
}

@media(min-width:768px) {
    .section-spacer {
        height: 60px
    }
}