/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #ab1239;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #ab1239;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #ab1239;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Effra-Regular", Open Sans, Arial, sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

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

body {
    margin: 0;
    font-family: "Effra-Regular", Open Sans, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #414042;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

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

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

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    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 {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #531fff;
    text-decoration: underline;
    background-color: transparent;
}

a:hover {
    color: #3100d2;
    text-decoration: underline;
}

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

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

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

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: "Oxygen", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

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

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

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

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

h5,
.h5 {
    font-size: 1.25rem;
}

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

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

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

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

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

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

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    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 {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

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

.blockquote-footer::before {
    content: "— ";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

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

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

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

a>code {
    color: inherit;
}

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

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

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

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

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

.container {
    width: 100%;
    padding-right: 28px;
    padding-left: 28px;
    margin-right: auto;
    margin-left: auto;
}

@media(min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 28px;
    padding-left: 28px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -28px;
    margin-left: -28px;
}

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

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

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

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

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

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

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

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

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

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

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

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

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

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

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

.table-bordered {
    border: 1px solid #dee2e6;
}

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

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

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

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

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

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

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

.table-hover .table-primary:hover {
    background-color: #e0aab8;
}

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

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

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

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody+tbody {
    border-color: #8fd19e;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

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

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

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

.table-hover .table-info:hover {
    background-color: #abdde5;
}

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

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

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

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

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

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

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

.table-hover .table-danger:hover {
    background-color: #e0aab8;
}

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

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

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

.table-hover .table-light:hover {
    background-color: #ececf6;
}

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

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

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

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

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

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

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

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

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

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

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

.table-dark th,
.table-dark td,
.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: rgba(255, 255, 255, .05);
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075);
}

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

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

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

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

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

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

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #007bff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #d9d9d9;
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1.25rem;
}

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

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

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

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

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

.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

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

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

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

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

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

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

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

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

.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem)*3/4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

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

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745;
}

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

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block;
}

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

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

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

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}

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

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #ab1239;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23AB1239' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23AB1239' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #ab1239;
    box-shadow: 0 0 0 .2rem rgba(171, 18, 57, .25);
}

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

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

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #ab1239;
    padding-right: calc((1em + .75rem)*3/4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23AB1239' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23AB1239' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #ab1239;
    box-shadow: 0 0 0 .2rem rgba(171, 18, 57, .25);
}

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

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block;
}

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

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

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

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

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block;
}

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

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(171, 18, 57, .25);
}

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

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

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    border-color: #ab1239;
    box-shadow: 0 0 0 .2rem rgba(171, 18, 57, .25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media(min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #414042;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

.btn:hover {
    color: #414042;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(171, 18, 57, .25);
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #ab1239;
    border-color: #ab1239;
}

.btn-primary:hover {
    color: #fff;
    background-color: #880e2d;
    border-color: #7d0d2a;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(184, 54, 87, .5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #ab1239;
    border-color: #ab1239;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #7d0d2a;
    border-color: #710c26;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(184, 54, 87, .5);
}

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

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-danger:hover {
    color: #fff;
    background-color: #880e2d;
    border-color: #7d0d2a;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(184, 54, 87, .5);
}

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

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #7d0d2a;
    border-color: #710c26;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(184, 54, 87, .5);
}

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

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

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}

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

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

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}

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

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

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

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

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

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

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

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

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(171, 18, 57, .5);
}

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(171, 18, 57, .5);
}

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

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

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

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

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

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

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}

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

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

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

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}

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

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(171, 18, 57, .5);
}

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(171, 18, 57, .5);
}

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

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

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

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}

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

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

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

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

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

.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 {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}

.btn-link {
    font-weight: 400;
    color: #531fff;
    text-decoration: underline;
}

.btn-link:hover {
    color: #3100d2;
    text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    box-shadow: none;
}

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

.btn-lg,
.btn-group-lg>.btn {
    padding: 1.5625rem 3.125rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0;
}

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

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

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

.fade {
    transition: opacity .15s linear;
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle::after {
    display: none;
}

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

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

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

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

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

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

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

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

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

.dropdown-menu.show {
    display: block;
}

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

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

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

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover {
    z-index: 1;
}

.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

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

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

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

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 2.34375rem;
    padding-left: 2.34375rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0;
}

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

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

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group>.form-control+.form-control,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.custom-file,
.input-group>.form-control-plaintext+.form-control,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.custom-select+.form-control,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.custom-file,
.input-group>.custom-file+.form-control,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.custom-file {
    margin-left: -1px;
}

.input-group>.form-control:focus,
.input-group>.custom-select:focus,
.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
    z-index: 3;
}

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

.input-group>.form-control:not(:last-child),
.input-group>.custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child),
.input-group>.custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

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

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

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

.input-group-prepend,
.input-group-append {
    display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.input-group-text,
.input-group-append .input-group-text+.btn {
    margin-left: -1px;
}

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

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

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

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

.input-group-lg>.form-control:not(textarea),
.input-group-lg>.custom-select {
    height: calc(1.5em + 3.125rem + 2px);
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    padding: 1.5625rem 3.125rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

.input-group-sm>.form-control:not(textarea),
.input-group-sm>.custom-select {
    height: calc(1.5em + .5rem + 2px);
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0;
}

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

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text,
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.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) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.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) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

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

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

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #007bff;
}

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

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #d9d9d9;
}

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

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

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

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(171, 18, 57, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(171, 18, 57, .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,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(171, 18, 57, .5);
}

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

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

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

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

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

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(171, 18, 57, .5);
}

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

.custom-select:focus {
    border-color: #007bff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(171, 18, 57, .25);
}

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

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

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

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

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

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

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

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

.custom-file-input:focus~.custom-file-label {
    border-color: #007bff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #d9d9d9;
}

.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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
}

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

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

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

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

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

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #ab1239;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

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

.custom-range::-webkit-slider-thumb:active {
    background-color: #f17e9b;
}

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

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ab1239;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

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

.custom-range::-moz-range-thumb:active {
    background-color: #f17e9b;
}

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

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #ab1239;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

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

.custom-range::-ms-thumb:active {
    background-color: #f17e9b;
}

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

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

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.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 {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

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

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

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

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

.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: 0;
    border-top-right-radius: 0;
}

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

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

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

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

.nav-pills .nav-link {
    border-radius: 0;
}

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

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

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

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

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

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

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

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

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

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

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

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

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

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

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

@media(max-width:575.98px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media(min-width:576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        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 {
        padding-right: 0;
        padding-left: 0;
    }
}

@media(min-width:768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        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 {
        padding-right: 0;
        padding-left: 0;
    }
}

@media(min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        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 {
        padding-right: 0;
        padding-left: 0;
    }
}

@media(min-width:1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

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

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

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

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

.navbar-light .navbar-brand {
    color: #ab1239;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #ab1239;
}

.navbar-light .navbar-nav .nav-link {
    color: #ab1239;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #ab1239;
}

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

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23AB1239' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: #ab1239;
}

.navbar-light .navbar-text a {
    color: #ab1239;
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: #ab1239;
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, .75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

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

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5);
}

.navbar-dark .navbar-text a {
    color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0 - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0 - 1px);
    border-top-right-radius: calc(0 - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0 - 1px);
    border-bottom-left-radius: calc(0 - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}

.card-deck .card {
    margin-bottom: 28px;
}

@media(min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -28px;
        margin-left: -28px;
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 28px;
        margin-bottom: 0;
        margin-left: 28px;
    }
}

.card-group {
    display: flex;
    flex-direction: column;
}

.card-group>.card {
    margin-bottom: 28px;
}

@media(min-width:576px) {
    .card-group {
        flex-flow: row wrap;
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: .75rem;
}

@media(min-width:576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.accordion>.card {
    overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.card .card-header {
    margin-bottom: -1px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #531fff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #ab1239;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(171, 18, 57, .25);
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ab1239;
    border-color: #ab1239;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

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

a.badge:hover,
a.badge:focus {
    text-decoration: none;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #ab1239;
}

a.badge-primary:hover,
a.badge-primary:focus {
    color: #fff;
    background-color: #7d0d2a;
}

a.badge-primary:focus,
a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(171, 18, 57, .5);
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}

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

a.badge-info:hover,
a.badge-info:focus {
    color: #fff;
    background-color: #117a8b;
}

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

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

a.badge-warning:hover,
a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00;
}

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

.badge-danger {
    color: #fff;
    background-color: #ab1239;
}

a.badge-danger:hover,
a.badge-danger:focus {
    color: #fff;
    background-color: #7d0d2a;
}

a.badge-danger:focus,
a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(171, 18, 57, .5);
}

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

a.badge-light:hover,
a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5;
}

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

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

a.badge-dark:hover,
a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124;
}

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

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0;
}

@media(min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #59091e;
    background-color: #eed0d7;
    border-color: #e7bdc8;
}

.alert-primary hr {
    border-top-color: #e0aab8;
}

.alert-primary .alert-link {
    color: #2b040e;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.alert-secondary hr {
    border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-success hr {
    border-top-color: #b1dfbb;
}

.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-info hr {
    border-top-color: #abdde5;
}

.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #59091e;
    background-color: #eed0d7;
    border-color: #e7bdc8;
}

.alert-danger hr {
    border-top-color: #e0aab8;
}

.alert-danger .alert-link {
    color: #2b040e;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

.alert-light hr {
    border-top-color: #ececf6;
}

.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ab1239;
    transition: width .6s ease;
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

@media(prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #414042;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #ab1239;
    border-color: #ab1239;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

@media(min-width:576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media(min-width:768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media(min-width:992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}

@media(min-width:1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0;
    }
    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.list-group-item-primary {
    color: #59091e;
    background-color: #e7bdc8;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #59091e;
    background-color: #e0aab8;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #59091e;
    border-color: #59091e;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #59091e;
    background-color: #e7bdc8;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #59091e;
    background-color: #e0aab8;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #59091e;
    border-color: #59091e;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
}

a.close.disabled {
    pointer-events: none;
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem;
}

.toast:not(:last-child) {
    margin-bottom: .75rem;
}

.toast.showing {
    opacity: 1;
}

.toast.show {
    display: block;
    opacity: 1;
}

.toast.hide {
    display: none;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.toast-body {
    padding: .75rem;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
    transform: none;
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ab1239;
    border-radius: 0;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem;
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .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);
    }
    .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 {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: "Effra-Regular", Open Sans, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: .9;
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem;
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: "Effra-Regular", Open Sans, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 0;
}

.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem;
}

.bs-popover-top>.arrow,
.bs-popover-auto[x-placement^="top"]>.arrow {
    bottom: calc((.5rem + 1px)*-1);
}

.bs-popover-top>.arrow::before,
.bs-popover-auto[x-placement^="top"]>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25);
}

.bs-popover-top>.arrow::after,
.bs-popover-auto[x-placement^="top"]>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem;
}

.bs-popover-right>.arrow,
.bs-popover-auto[x-placement^="right"]>.arrow {
    left: calc((.5rem + 1px)*-1);
    width: .5rem;
    height: 1rem;
    margin: 0 0;
}

.bs-popover-right>.arrow::before,
.bs-popover-auto[x-placement^="right"]>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25);
}

.bs-popover-right>.arrow::after,
.bs-popover-auto[x-placement^="right"]>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem;
}

.bs-popover-bottom>.arrow,
.bs-popover-auto[x-placement^="bottom"]>.arrow {
    top: calc((.5rem + 1px)*-1);
}

.bs-popover-bottom>.arrow::before,
.bs-popover-auto[x-placement^="bottom"]>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25);
}

.bs-popover-bottom>.arrow::after,
.bs-popover-auto[x-placement^="bottom"]>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem;
}

.bs-popover-left>.arrow,
.bs-popover-auto[x-placement^="left"]>.arrow {
    right: calc((.5rem + 1px)*-1);
    width: .5rem;
    height: 1rem;
    margin: 0 0;
}

.bs-popover-left>.arrow::before,
.bs-popover-auto[x-placement^="left"]>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25);
}

.bs-popover-left>.arrow::after,
.bs-popover-auto[x-placement^="left"]>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0 - 1px);
    border-top-right-radius: calc(0 - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: .5rem .75rem;
    color: #414042;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

@media(prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
    transform: translateX(-100%);
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity;
}

@media(prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

@media(prefers-reduced-motion:reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

@media(prefers-reduced-motion:reduce) {
    .carousel-indicators li {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 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: #ab1239 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #7d0d2a !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #ab1239 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #7d0d2a !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    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: #ab1239 !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #ab1239 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded-sm {
    border-radius: 0 !important;
}

.rounded {
    border-radius: 0 !important;
}

.rounded-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-lg {
    border-radius: 0 !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.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: flex !important;
}

.d-inline-flex {
    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: flex !important;
    }
    .d-sm-inline-flex {
        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: flex !important;
    }
    .d-md-inline-flex {
        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: flex !important;
    }
    .d-lg-inline-flex {
        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: flex !important;
    }
    .d-xl-inline-flex {
        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: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        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;
    }
}

.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 {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
    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;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}

.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: 2.5rem !important;
}

.mt-5,
.my-5 {
    margin-top: 2.5rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 2.5rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 2.5rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 2.5rem !important;
}

.m-6 {
    margin: 4rem !important;
}

.mt-6,
.my-6 {
    margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 4rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 4rem !important;
}

.m-7 {
    margin: 4.375rem !important;
}

.mt-7,
.my-7 {
    margin-top: 4.375rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 4.375rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 4.375rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 4.375rem !important;
}

.m-section {
    margin: 5rem !important;
}

.mt-section,
.my-section {
    margin-top: 5rem !important;
}

.mr-section,
.mx-section {
    margin-right: 5rem !important;
}

.mb-section,
.my-section {
    margin-bottom: 5rem !important;
}

.ml-section,
.mx-section {
    margin-left: 5rem !important;
}

.m-10px {
    margin: .625rem !important;
}

.mt-10px,
.my-10px {
    margin-top: .625rem !important;
}

.mr-10px,
.mx-10px {
    margin-right: .625rem !important;
}

.mb-10px,
.my-10px {
    margin-bottom: .625rem !important;
}

.ml-10px,
.mx-10px {
    margin-left: .625rem !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: 2.5rem !important;
}

.pt-5,
.py-5 {
    padding-top: 2.5rem !important;
}

.pr-5,
.px-5 {
    padding-right: 2.5rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 2.5rem !important;
}

.pl-5,
.px-5 {
    padding-left: 2.5rem !important;
}

.p-6 {
    padding: 4rem !important;
}

.pt-6,
.py-6 {
    padding-top: 4rem !important;
}

.pr-6,
.px-6 {
    padding-right: 4rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
    padding-left: 4rem !important;
}

.p-7 {
    padding: 4.375rem !important;
}

.pt-7,
.py-7 {
    padding-top: 4.375rem !important;
}

.pr-7,
.px-7 {
    padding-right: 4.375rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 4.375rem !important;
}

.pl-7,
.px-7 {
    padding-left: 4.375rem !important;
}

.p-section {
    padding: 5rem !important;
}

.pt-section,
.py-section {
    padding-top: 5rem !important;
}

.pr-section,
.px-section {
    padding-right: 5rem !important;
}

.pb-section,
.py-section {
    padding-bottom: 5rem !important;
}

.pl-section,
.px-section {
    padding-left: 5rem !important;
}

.p-10px {
    padding: .625rem !important;
}

.pt-10px,
.py-10px {
    padding-top: .625rem !important;
}

.pr-10px,
.px-10px {
    padding-right: .625rem !important;
}

.pb-10px,
.py-10px {
    padding-bottom: .625rem !important;
}

.pl-10px,
.px-10px {
    padding-left: .625rem !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: -2.5rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -2.5rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -2.5rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -2.5rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -2.5rem !important;
}

.m-n6 {
    margin: -4rem !important;
}

.mt-n6,
.my-n6 {
    margin-top: -4rem !important;
}

.mr-n6,
.mx-n6 {
    margin-right: -4rem !important;
}

.mb-n6,
.my-n6 {
    margin-bottom: -4rem !important;
}

.ml-n6,
.mx-n6 {
    margin-left: -4rem !important;
}

.m-n7 {
    margin: -4.375rem !important;
}

.mt-n7,
.my-n7 {
    margin-top: -4.375rem !important;
}

.mr-n7,
.mx-n7 {
    margin-right: -4.375rem !important;
}

.mb-n7,
.my-n7 {
    margin-bottom: -4.375rem !important;
}

.ml-n7,
.mx-n7 {
    margin-left: -4.375rem !important;
}

.m-nsection {
    margin: -5rem !important;
}

.mt-nsection,
.my-nsection {
    margin-top: -5rem !important;
}

.mr-nsection,
.mx-nsection {
    margin-right: -5rem !important;
}

.mb-nsection,
.my-nsection {
    margin-bottom: -5rem !important;
}

.ml-nsection,
.mx-nsection {
    margin-left: -5rem !important;
}

.m-n10px {
    margin: -.625rem !important;
}

.mt-n10px,
.my-n10px {
    margin-top: -.625rem !important;
}

.mr-n10px,
.mx-n10px {
    margin-right: -.625rem !important;
}

.mb-n10px,
.my-n10px {
    margin-bottom: -.625rem !important;
}

.ml-n10px,
.mx-n10px {
    margin-left: -.625rem !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: 2.5rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 2.5rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 2.5rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 2.5rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 2.5rem !important;
    }
    .m-sm-6 {
        margin: 4rem !important;
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 4rem !important;
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 4rem !important;
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 4rem !important;
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 4rem !important;
    }
    .m-sm-7 {
        margin: 4.375rem !important;
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 4.375rem !important;
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 4.375rem !important;
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 4.375rem !important;
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 4.375rem !important;
    }
    .m-sm-section {
        margin: 5rem !important;
    }
    .mt-sm-section,
    .my-sm-section {
        margin-top: 5rem !important;
    }
    .mr-sm-section,
    .mx-sm-section {
        margin-right: 5rem !important;
    }
    .mb-sm-section,
    .my-sm-section {
        margin-bottom: 5rem !important;
    }
    .ml-sm-section,
    .mx-sm-section {
        margin-left: 5rem !important;
    }
    .m-sm-10px {
        margin: .625rem !important;
    }
    .mt-sm-10px,
    .my-sm-10px {
        margin-top: .625rem !important;
    }
    .mr-sm-10px,
    .mx-sm-10px {
        margin-right: .625rem !important;
    }
    .mb-sm-10px,
    .my-sm-10px {
        margin-bottom: .625rem !important;
    }
    .ml-sm-10px,
    .mx-sm-10px {
        margin-left: .625rem !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: 2.5rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 2.5rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 2.5rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 2.5rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 2.5rem !important;
    }
    .p-sm-6 {
        padding: 4rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 4rem !important;
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 4rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 4rem !important;
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 4rem !important;
    }
    .p-sm-7 {
        padding: 4.375rem !important;
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 4.375rem !important;
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 4.375rem !important;
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 4.375rem !important;
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 4.375rem !important;
    }
    .p-sm-section {
        padding: 5rem !important;
    }
    .pt-sm-section,
    .py-sm-section {
        padding-top: 5rem !important;
    }
    .pr-sm-section,
    .px-sm-section {
        padding-right: 5rem !important;
    }
    .pb-sm-section,
    .py-sm-section {
        padding-bottom: 5rem !important;
    }
    .pl-sm-section,
    .px-sm-section {
        padding-left: 5rem !important;
    }
    .p-sm-10px {
        padding: .625rem !important;
    }
    .pt-sm-10px,
    .py-sm-10px {
        padding-top: .625rem !important;
    }
    .pr-sm-10px,
    .px-sm-10px {
        padding-right: .625rem !important;
    }
    .pb-sm-10px,
    .py-sm-10px {
        padding-bottom: .625rem !important;
    }
    .pl-sm-10px,
    .px-sm-10px {
        padding-left: .625rem !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: -2.5rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -2.5rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -2.5rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -2.5rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -2.5rem !important;
    }
    .m-sm-n6 {
        margin: -4rem !important;
    }
    .mt-sm-n6,
    .my-sm-n6 {
        margin-top: -4rem !important;
    }
    .mr-sm-n6,
    .mx-sm-n6 {
        margin-right: -4rem !important;
    }
    .mb-sm-n6,
    .my-sm-n6 {
        margin-bottom: -4rem !important;
    }
    .ml-sm-n6,
    .mx-sm-n6 {
        margin-left: -4rem !important;
    }
    .m-sm-n7 {
        margin: -4.375rem !important;
    }
    .mt-sm-n7,
    .my-sm-n7 {
        margin-top: -4.375rem !important;
    }
    .mr-sm-n7,
    .mx-sm-n7 {
        margin-right: -4.375rem !important;
    }
    .mb-sm-n7,
    .my-sm-n7 {
        margin-bottom: -4.375rem !important;
    }
    .ml-sm-n7,
    .mx-sm-n7 {
        margin-left: -4.375rem !important;
    }
    .m-sm-nsection {
        margin: -5rem !important;
    }
    .mt-sm-nsection,
    .my-sm-nsection {
        margin-top: -5rem !important;
    }
    .mr-sm-nsection,
    .mx-sm-nsection {
        margin-right: -5rem !important;
    }
    .mb-sm-nsection,
    .my-sm-nsection {
        margin-bottom: -5rem !important;
    }
    .ml-sm-nsection,
    .mx-sm-nsection {
        margin-left: -5rem !important;
    }
    .m-sm-n10px {
        margin: -.625rem !important;
    }
    .mt-sm-n10px,
    .my-sm-n10px {
        margin-top: -.625rem !important;
    }
    .mr-sm-n10px,
    .mx-sm-n10px {
        margin-right: -.625rem !important;
    }
    .mb-sm-n10px,
    .my-sm-n10px {
        margin-bottom: -.625rem !important;
    }
    .ml-sm-n10px,
    .mx-sm-n10px {
        margin-left: -.625rem !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: 2.5rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 2.5rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 2.5rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 2.5rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 2.5rem !important;
    }
    .m-md-6 {
        margin: 4rem !important;
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 4rem !important;
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 4rem !important;
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 4rem !important;
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 4rem !important;
    }
    .m-md-7 {
        margin: 4.375rem !important;
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 4.375rem !important;
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 4.375rem !important;
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 4.375rem !important;
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 4.375rem !important;
    }
    .m-md-section {
        margin: 5rem !important;
    }
    .mt-md-section,
    .my-md-section {
        margin-top: 5rem !important;
    }
    .mr-md-section,
    .mx-md-section {
        margin-right: 5rem !important;
    }
    .mb-md-section,
    .my-md-section {
        margin-bottom: 5rem !important;
    }
    .ml-md-section,
    .mx-md-section {
        margin-left: 5rem !important;
    }
    .m-md-10px {
        margin: .625rem !important;
    }
    .mt-md-10px,
    .my-md-10px {
        margin-top: .625rem !important;
    }
    .mr-md-10px,
    .mx-md-10px {
        margin-right: .625rem !important;
    }
    .mb-md-10px,
    .my-md-10px {
        margin-bottom: .625rem !important;
    }
    .ml-md-10px,
    .mx-md-10px {
        margin-left: .625rem !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: 2.5rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 2.5rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 2.5rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 2.5rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 2.5rem !important;
    }
    .p-md-6 {
        padding: 4rem !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 4rem !important;
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 4rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 4rem !important;
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 4rem !important;
    }
    .p-md-7 {
        padding: 4.375rem !important;
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 4.375rem !important;
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 4.375rem !important;
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 4.375rem !important;
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 4.375rem !important;
    }
    .p-md-section {
        padding: 5rem !important;
    }
    .pt-md-section,
    .py-md-section {
        padding-top: 5rem !important;
    }
    .pr-md-section,
    .px-md-section {
        padding-right: 5rem !important;
    }
    .pb-md-section,
    .py-md-section {
        padding-bottom: 5rem !important;
    }
    .pl-md-section,
    .px-md-section {
        padding-left: 5rem !important;
    }
    .p-md-10px {
        padding: .625rem !important;
    }
    .pt-md-10px,
    .py-md-10px {
        padding-top: .625rem !important;
    }
    .pr-md-10px,
    .px-md-10px {
        padding-right: .625rem !important;
    }
    .pb-md-10px,
    .py-md-10px {
        padding-bottom: .625rem !important;
    }
    .pl-md-10px,
    .px-md-10px {
        padding-left: .625rem !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: -2.5rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -2.5rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -2.5rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -2.5rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -2.5rem !important;
    }
    .m-md-n6 {
        margin: -4rem !important;
    }
    .mt-md-n6,
    .my-md-n6 {
        margin-top: -4rem !important;
    }
    .mr-md-n6,
    .mx-md-n6 {
        margin-right: -4rem !important;
    }
    .mb-md-n6,
    .my-md-n6 {
        margin-bottom: -4rem !important;
    }
    .ml-md-n6,
    .mx-md-n6 {
        margin-left: -4rem !important;
    }
    .m-md-n7 {
        margin: -4.375rem !important;
    }
    .mt-md-n7,
    .my-md-n7 {
        margin-top: -4.375rem !important;
    }
    .mr-md-n7,
    .mx-md-n7 {
        margin-right: -4.375rem !important;
    }
    .mb-md-n7,
    .my-md-n7 {
        margin-bottom: -4.375rem !important;
    }
    .ml-md-n7,
    .mx-md-n7 {
        margin-left: -4.375rem !important;
    }
    .m-md-nsection {
        margin: -5rem !important;
    }
    .mt-md-nsection,
    .my-md-nsection {
        margin-top: -5rem !important;
    }
    .mr-md-nsection,
    .mx-md-nsection {
        margin-right: -5rem !important;
    }
    .mb-md-nsection,
    .my-md-nsection {
        margin-bottom: -5rem !important;
    }
    .ml-md-nsection,
    .mx-md-nsection {
        margin-left: -5rem !important;
    }
    .m-md-n10px {
        margin: -.625rem !important;
    }
    .mt-md-n10px,
    .my-md-n10px {
        margin-top: -.625rem !important;
    }
    .mr-md-n10px,
    .mx-md-n10px {
        margin-right: -.625rem !important;
    }
    .mb-md-n10px,
    .my-md-n10px {
        margin-bottom: -.625rem !important;
    }
    .ml-md-n10px,
    .mx-md-n10px {
        margin-left: -.625rem !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: 2.5rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 2.5rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 2.5rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 2.5rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 2.5rem !important;
    }
    .m-lg-6 {
        margin: 4rem !important;
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 4rem !important;
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 4rem !important;
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 4rem !important;
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 4rem !important;
    }
    .m-lg-7 {
        margin: 4.375rem !important;
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 4.375rem !important;
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 4.375rem !important;
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 4.375rem !important;
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 4.375rem !important;
    }
    .m-lg-section {
        margin: 5rem !important;
    }
    .mt-lg-section,
    .my-lg-section {
        margin-top: 5rem !important;
    }
    .mr-lg-section,
    .mx-lg-section {
        margin-right: 5rem !important;
    }
    .mb-lg-section,
    .my-lg-section {
        margin-bottom: 5rem !important;
    }
    .ml-lg-section,
    .mx-lg-section {
        margin-left: 5rem !important;
    }
    .m-lg-10px {
        margin: .625rem !important;
    }
    .mt-lg-10px,
    .my-lg-10px {
        margin-top: .625rem !important;
    }
    .mr-lg-10px,
    .mx-lg-10px {
        margin-right: .625rem !important;
    }
    .mb-lg-10px,
    .my-lg-10px {
        margin-bottom: .625rem !important;
    }
    .ml-lg-10px,
    .mx-lg-10px {
        margin-left: .625rem !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: 2.5rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 2.5rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 2.5rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 2.5rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 2.5rem !important;
    }
    .p-lg-6 {
        padding: 4rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 4rem !important;
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 4rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 4rem !important;
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 4rem !important;
    }
    .p-lg-7 {
        padding: 4.375rem !important;
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 4.375rem !important;
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 4.375rem !important;
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 4.375rem !important;
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 4.375rem !important;
    }
    .p-lg-section {
        padding: 5rem !important;
    }
    .pt-lg-section,
    .py-lg-section {
        padding-top: 5rem !important;
    }
    .pr-lg-section,
    .px-lg-section {
        padding-right: 5rem !important;
    }
    .pb-lg-section,
    .py-lg-section {
        padding-bottom: 5rem !important;
    }
    .pl-lg-section,
    .px-lg-section {
        padding-left: 5rem !important;
    }
    .p-lg-10px {
        padding: .625rem !important;
    }
    .pt-lg-10px,
    .py-lg-10px {
        padding-top: .625rem !important;
    }
    .pr-lg-10px,
    .px-lg-10px {
        padding-right: .625rem !important;
    }
    .pb-lg-10px,
    .py-lg-10px {
        padding-bottom: .625rem !important;
    }
    .pl-lg-10px,
    .px-lg-10px {
        padding-left: .625rem !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: -2.5rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -2.5rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -2.5rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -2.5rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -2.5rem !important;
    }
    .m-lg-n6 {
        margin: -4rem !important;
    }
    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -4rem !important;
    }
    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -4rem !important;
    }
    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -4rem !important;
    }
    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -4rem !important;
    }
    .m-lg-n7 {
        margin: -4.375rem !important;
    }
    .mt-lg-n7,
    .my-lg-n7 {
        margin-top: -4.375rem !important;
    }
    .mr-lg-n7,
    .mx-lg-n7 {
        margin-right: -4.375rem !important;
    }
    .mb-lg-n7,
    .my-lg-n7 {
        margin-bottom: -4.375rem !important;
    }
    .ml-lg-n7,
    .mx-lg-n7 {
        margin-left: -4.375rem !important;
    }
    .m-lg-nsection {
        margin: -5rem !important;
    }
    .mt-lg-nsection,
    .my-lg-nsection {
        margin-top: -5rem !important;
    }
    .mr-lg-nsection,
    .mx-lg-nsection {
        margin-right: -5rem !important;
    }
    .mb-lg-nsection,
    .my-lg-nsection {
        margin-bottom: -5rem !important;
    }
    .ml-lg-nsection,
    .mx-lg-nsection {
        margin-left: -5rem !important;
    }
    .m-lg-n10px {
        margin: -.625rem !important;
    }
    .mt-lg-n10px,
    .my-lg-n10px {
        margin-top: -.625rem !important;
    }
    .mr-lg-n10px,
    .mx-lg-n10px {
        margin-right: -.625rem !important;
    }
    .mb-lg-n10px,
    .my-lg-n10px {
        margin-bottom: -.625rem !important;
    }
    .ml-lg-n10px,
    .mx-lg-n10px {
        margin-left: -.625rem !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: 2.5rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 2.5rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 2.5rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 2.5rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 2.5rem !important;
    }
    .m-xl-6 {
        margin: 4rem !important;
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 4rem !important;
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 4rem !important;
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 4rem !important;
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 4rem !important;
    }
    .m-xl-7 {
        margin: 4.375rem !important;
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 4.375rem !important;
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 4.375rem !important;
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 4.375rem !important;
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 4.375rem !important;
    }
    .m-xl-section {
        margin: 5rem !important;
    }
    .mt-xl-section,
    .my-xl-section {
        margin-top: 5rem !important;
    }
    .mr-xl-section,
    .mx-xl-section {
        margin-right: 5rem !important;
    }
    .mb-xl-section,
    .my-xl-section {
        margin-bottom: 5rem !important;
    }
    .ml-xl-section,
    .mx-xl-section {
        margin-left: 5rem !important;
    }
    .m-xl-10px {
        margin: .625rem !important;
    }
    .mt-xl-10px,
    .my-xl-10px {
        margin-top: .625rem !important;
    }
    .mr-xl-10px,
    .mx-xl-10px {
        margin-right: .625rem !important;
    }
    .mb-xl-10px,
    .my-xl-10px {
        margin-bottom: .625rem !important;
    }
    .ml-xl-10px,
    .mx-xl-10px {
        margin-left: .625rem !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: 2.5rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 2.5rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 2.5rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 2.5rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 2.5rem !important;
    }
    .p-xl-6 {
        padding: 4rem !important;
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 4rem !important;
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 4rem !important;
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 4rem !important;
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 4rem !important;
    }
    .p-xl-7 {
        padding: 4.375rem !important;
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 4.375rem !important;
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 4.375rem !important;
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 4.375rem !important;
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 4.375rem !important;
    }
    .p-xl-section {
        padding: 5rem !important;
    }
    .pt-xl-section,
    .py-xl-section {
        padding-top: 5rem !important;
    }
    .pr-xl-section,
    .px-xl-section {
        padding-right: 5rem !important;
    }
    .pb-xl-section,
    .py-xl-section {
        padding-bottom: 5rem !important;
    }
    .pl-xl-section,
    .px-xl-section {
        padding-left: 5rem !important;
    }
    .p-xl-10px {
        padding: .625rem !important;
    }
    .pt-xl-10px,
    .py-xl-10px {
        padding-top: .625rem !important;
    }
    .pr-xl-10px,
    .px-xl-10px {
        padding-right: .625rem !important;
    }
    .pb-xl-10px,
    .py-xl-10px {
        padding-bottom: .625rem !important;
    }
    .pl-xl-10px,
    .px-xl-10px {
        padding-left: .625rem !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: -2.5rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -2.5rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -2.5rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -2.5rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -2.5rem !important;
    }
    .m-xl-n6 {
        margin: -4rem !important;
    }
    .mt-xl-n6,
    .my-xl-n6 {
        margin-top: -4rem !important;
    }
    .mr-xl-n6,
    .mx-xl-n6 {
        margin-right: -4rem !important;
    }
    .mb-xl-n6,
    .my-xl-n6 {
        margin-bottom: -4rem !important;
    }
    .ml-xl-n6,
    .mx-xl-n6 {
        margin-left: -4rem !important;
    }
    .m-xl-n7 {
        margin: -4.375rem !important;
    }
    .mt-xl-n7,
    .my-xl-n7 {
        margin-top: -4.375rem !important;
    }
    .mr-xl-n7,
    .mx-xl-n7 {
        margin-right: -4.375rem !important;
    }
    .mb-xl-n7,
    .my-xl-n7 {
        margin-bottom: -4.375rem !important;
    }
    .ml-xl-n7,
    .mx-xl-n7 {
        margin-left: -4.375rem !important;
    }
    .m-xl-nsection {
        margin: -5rem !important;
    }
    .mt-xl-nsection,
    .my-xl-nsection {
        margin-top: -5rem !important;
    }
    .mr-xl-nsection,
    .mx-xl-nsection {
        margin-right: -5rem !important;
    }
    .mb-xl-nsection,
    .my-xl-nsection {
        margin-bottom: -5rem !important;
    }
    .ml-xl-nsection,
    .mx-xl-nsection {
        margin-left: -5rem !important;
    }
    .m-xl-n10px {
        margin: -.625rem !important;
    }
    .mt-xl-n10px,
    .my-xl-n10px {
        margin-top: -.625rem !important;
    }
    .mr-xl-n10px,
    .mx-xl-n10px {
        margin-right: -.625rem !important;
    }
    .mb-xl-n10px,
    .my-xl-n10px {
        margin-bottom: -.625rem !important;
    }
    .ml-xl-n10px,
    .mx-xl-n10px {
        margin-left: -.625rem !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;
    }
}

.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;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #ab1239 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #660b22 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #19692c !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #0f6674 !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #ba8b00 !important;
}

.text-danger {
    color: #ab1239 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #660b22 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #cbd3da !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #121416 !important;
}

.text-body {
    color: #414042 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: letter;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        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 th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

.bg-drury-red {
    background-color: #ab1239 !important;
}

a.bg-drury-red:hover,
a.bg-drury-red:focus,
button.bg-drury-red:hover,
button.bg-drury-red:focus {
    background-color: #7d0d2a !important;
}

.text-color-drury-red {
    color: #ab1239 !important;
}

a.text-color-drury-red:hover,
a.text-color-drury-red:focus {
    color: #660b22 !important;
}

.btn-drury-red {
    color: #fff;
    background-color: #ab1239;
    border-color: #ab1239;
}

.btn-drury-red:hover {
    color: #fff;
    background-color: #880e2d;
    border-color: #7d0d2a;
}

.btn-drury-red:focus,
.btn-drury-red.focus {
    box-shadow: 0 0 0 .2rem rgba(184, 54, 87, .5);
}

.btn-drury-red.disabled,
.btn-drury-red:disabled {
    color: #fff;
    background-color: #ab1239;
    border-color: #ab1239;
}

.btn-drury-red:not(:disabled):not(.disabled):active,
.btn-drury-red:not(:disabled):not(.disabled).active,
.show>.btn-drury-red.dropdown-toggle {
    color: #fff;
    background-color: #7d0d2a;
    border-color: #710c26;
}

.btn-drury-red:not(:disabled):not(.disabled):active:focus,
.btn-drury-red:not(:disabled):not(.disabled).active:focus,
.show>.btn-drury-red.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(184, 54, 87, .5);
}

.btn-outline-drury-red,
.account .button-delete-payment,
.account .button-edit-payment {
    color: #ab1239;
    border-color: #ab1239;
}

.btn-outline-drury-red:hover,
.account .button-delete-payment:hover,
.account .button-edit-payment:hover {
    color: #fff;
    background-color: #ab1239;
    border-color: #ab1239;
}

.btn-outline-drury-red:focus,
.account .button-delete-payment:focus,
.account .button-edit-payment:focus,
.btn-outline-drury-red.focus,
.account .focus.button-delete-payment,
.account .focus.button-edit-payment {
    box-shadow: 0 0 0 .2rem rgba(171, 18, 57, .5);
}

.btn-outline-drury-red.disabled,
.account .disabled.button-delete-payment,
.account .disabled.button-edit-payment,
.btn-outline-drury-red:disabled,
.account .button-delete-payment:disabled,
.account .button-edit-payment:disabled {
    color: #ab1239;
    background-color: transparent;
}

.btn-outline-drury-red:not(:disabled):not(.disabled):active,
.account .button-delete-payment:not(:disabled):not(.disabled):active,
.account .button-edit-payment:not(:disabled):not(.disabled):active,
.btn-outline-drury-red:not(:disabled):not(.disabled).active,
.account .button-delete-payment:not(:disabled):not(.disabled).active,
.account .button-edit-payment:not(:disabled):not(.disabled).active,
.show>.btn-outline-drury-red.dropdown-toggle,
.account .show>.dropdown-toggle.button-delete-payment,
.account .show>.dropdown-toggle.button-edit-payment {
    color: #fff;
    background-color: #ab1239;
    border-color: #ab1239;
}

.btn-outline-drury-red:not(:disabled):not(.disabled):active:focus,
.account .button-delete-payment:not(:disabled):not(.disabled):active:focus,
.account .button-edit-payment:not(:disabled):not(.disabled):active:focus,
.btn-outline-drury-red:not(:disabled):not(.disabled).active:focus,
.account .button-delete-payment:not(:disabled):not(.disabled).active:focus,
.account .button-edit-payment:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-drury-red.dropdown-toggle:focus,
.account .show>.dropdown-toggle.button-delete-payment:focus,
.account .show>.dropdown-toggle.button-edit-payment:focus {
    box-shadow: 0 0 0 .2rem rgba(171, 18, 57, .5);
}

.border-drury-red {
    border-color: #ab1239 !important;
}

.bg-drury-watermelon {
    background-color: #f15b61 !important;
}

a.bg-drury-watermelon:hover,
a.bg-drury-watermelon:focus,
button.bg-drury-watermelon:hover,
button.bg-drury-watermelon:focus {
    background-color: #ed2c34 !important;
}

.text-color-drury-watermelon {
    color: #f15b61 !important;
}

a.text-color-drury-watermelon:hover,
a.text-color-drury-watermelon:focus {
    color: #eb151d !important;
}

.btn-drury-watermelon {
    color: #fff;
    background-color: #f15b61;
    border-color: #f15b61;
}

.btn-drury-watermelon:hover {
    color: #fff;
    background-color: #ee383f;
    border-color: #ed2c34;
}

.btn-drury-watermelon:focus,
.btn-drury-watermelon.focus {
    box-shadow: 0 0 0 .2rem rgba(243, 116, 121, .5);
}

.btn-drury-watermelon.disabled,
.btn-drury-watermelon:disabled {
    color: #fff;
    background-color: #f15b61;
    border-color: #f15b61;
}

.btn-drury-watermelon:not(:disabled):not(.disabled):active,
.btn-drury-watermelon:not(:disabled):not(.disabled).active,
.show>.btn-drury-watermelon.dropdown-toggle {
    color: #fff;
    background-color: #ed2c34;
    border-color: #ec2028;
}

.btn-drury-watermelon:not(:disabled):not(.disabled):active:focus,
.btn-drury-watermelon:not(:disabled):not(.disabled).active:focus,
.show>.btn-drury-watermelon.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(243, 116, 121, .5);
}

.btn-outline-drury-watermelon {
    color: #f15b61;
    border-color: #f15b61;
}

.btn-outline-drury-watermelon:hover {
    color: #fff;
    background-color: #f15b61;
    border-color: #f15b61;
}

.btn-outline-drury-watermelon:focus,
.btn-outline-drury-watermelon.focus {
    box-shadow: 0 0 0 .2rem rgba(241, 91, 97, .5);
}

.btn-outline-drury-watermelon.disabled,
.btn-outline-drury-watermelon:disabled {
    color: #f15b61;
    background-color: transparent;
}

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

.btn-outline-drury-watermelon:not(:disabled):not(.disabled):active:focus,
.btn-outline-drury-watermelon:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-drury-watermelon.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(241, 91, 97, .5);
}

.border-drury-watermelon {
    border-color: #f15b61 !important;
}

.bg-drury-cotton-candy {
    background-color: #fbcbc3 !important;
}

a.bg-drury-cotton-candy:hover,
a.bg-drury-cotton-candy:focus,
button.bg-drury-cotton-candy:hover,
button.bg-drury-cotton-candy:focus {
    background-color: #f8a293 !important;
}

.text-color-drury-cotton-candy {
    color: #fbcbc3 !important;
}

a.text-color-drury-cotton-candy:hover,
a.text-color-drury-cotton-candy:focus {
    color: #f68d7b !important;
}

.btn-drury-cotton-candy {
    color: #212529;
    background-color: #fbcbc3;
    border-color: #fbcbc3;
}

.btn-drury-cotton-candy:hover {
    color: #212529;
    background-color: #f9ac9f;
    border-color: #f8a293;
}

.btn-drury-cotton-candy:focus,
.btn-drury-cotton-candy.focus {
    box-shadow: 0 0 0 .2rem rgba(218, 178, 172, .5);
}

.btn-drury-cotton-candy.disabled,
.btn-drury-cotton-candy:disabled {
    color: #212529;
    background-color: #fbcbc3;
    border-color: #fbcbc3;
}

.btn-drury-cotton-candy:not(:disabled):not(.disabled):active,
.btn-drury-cotton-candy:not(:disabled):not(.disabled).active,
.show>.btn-drury-cotton-candy.dropdown-toggle {
    color: #212529;
    background-color: #f8a293;
    border-color: #f79787;
}

.btn-drury-cotton-candy:not(:disabled):not(.disabled):active:focus,
.btn-drury-cotton-candy:not(:disabled):not(.disabled).active:focus,
.show>.btn-drury-cotton-candy.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(218, 178, 172, .5);
}

.btn-outline-drury-cotton-candy {
    color: #fbcbc3;
    border-color: #fbcbc3;
}

.btn-outline-drury-cotton-candy:hover {
    color: #212529;
    background-color: #fbcbc3;
    border-color: #fbcbc3;
}

.btn-outline-drury-cotton-candy:focus,
.btn-outline-drury-cotton-candy.focus {
    box-shadow: 0 0 0 .2rem rgba(251, 203, 195, .5);
}

.btn-outline-drury-cotton-candy.disabled,
.btn-outline-drury-cotton-candy:disabled {
    color: #fbcbc3;
    background-color: transparent;
}

.btn-outline-drury-cotton-candy:not(:disabled):not(.disabled):active,
.btn-outline-drury-cotton-candy:not(:disabled):not(.disabled).active,
.show>.btn-outline-drury-cotton-candy.dropdown-toggle {
    color: #212529;
    background-color: #fbcbc3;
    border-color: #fbcbc3;
}

.btn-outline-drury-cotton-candy:not(:disabled):not(.disabled):active:focus,
.btn-outline-drury-cotton-candy:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-drury-cotton-candy.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(251, 203, 195, .5);
}

.border-drury-cotton-candy {
    border-color: #fbcbc3 !important;
}

.bg-drury-blue {
    background-color: #04336c !important;
}

a.bg-drury-blue:hover,
a.bg-drury-blue:focus,
button.bg-drury-blue:hover,
button.bg-drury-blue:focus {
    background-color: #021c3b !important;
}

.text-color-drury-blue {
    color: #04336c !important;
}

a.text-color-drury-blue:hover,
a.text-color-drury-blue:focus {
    color: #011022 !important;
}

.btn-drury-blue {
    color: #fff;
    background-color: #04336c;
    border-color: #04336c;
}

.btn-drury-blue:hover {
    color: #fff;
    background-color: #032247;
    border-color: #021c3b;
}

.btn-drury-blue:focus,
.btn-drury-blue.focus {
    box-shadow: 0 0 0 .2rem rgba(42, 82, 130, .5);
}

.btn-drury-blue.disabled,
.btn-drury-blue:disabled {
    color: #fff;
    background-color: #04336c;
    border-color: #04336c;
}

.btn-drury-blue:not(:disabled):not(.disabled):active,
.btn-drury-blue:not(:disabled):not(.disabled).active,
.show>.btn-drury-blue.dropdown-toggle {
    color: #fff;
    background-color: #021c3b;
    border-color: #02162f;
}

.btn-drury-blue:not(:disabled):not(.disabled):active:focus,
.btn-drury-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-drury-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(42, 82, 130, .5);
}

.btn-outline-drury-blue {
    color: #04336c;
    border-color: #04336c;
}

.btn-outline-drury-blue:hover {
    color: #fff;
    background-color: #04336c;
    border-color: #04336c;
}

.btn-outline-drury-blue:focus,
.btn-outline-drury-blue.focus {
    box-shadow: 0 0 0 .2rem rgba(4, 51, 108, .5);
}

.btn-outline-drury-blue.disabled,
.btn-outline-drury-blue:disabled {
    color: #04336c;
    background-color: transparent;
}

.btn-outline-drury-blue:not(:disabled):not(.disabled):active,
.btn-outline-drury-blue:not(:disabled):not(.disabled).active,
.show>.btn-outline-drury-blue.dropdown-toggle {
    color: #fff;
    background-color: #04336c;
    border-color: #04336c;
}

.btn-outline-drury-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-drury-blue:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-drury-blue.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(4, 51, 108, .5);
}

.border-drury-blue {
    border-color: #04336c !important;
}

.bg-drury-cornflower {
    background-color: #47a9c3 !important;
}

a.bg-drury-cornflower:hover,
a.bg-drury-cornflower:focus,
button.bg-drury-cornflower:hover,
button.bg-drury-cornflower:focus {
    background-color: #358ba2 !important;
}

.text-color-drury-cornflower {
    color: #47a9c3 !important;
}

a.text-color-drury-cornflower:hover,
a.text-color-drury-cornflower:focus {
    color: #2f7b8f !important;
}

.btn-drury-cornflower {
    color: #fff;
    background-color: #47a9c3;
    border-color: #47a9c3;
}

.btn-drury-cornflower:hover {
    color: #fff;
    background-color: #3893ac;
    border-color: #358ba2;
}

.btn-drury-cornflower:focus,
.btn-drury-cornflower.focus {
    box-shadow: 0 0 0 .2rem rgba(99, 182, 204, .5);
}

.btn-drury-cornflower.disabled,
.btn-drury-cornflower:disabled {
    color: #fff;
    background-color: #47a9c3;
    border-color: #47a9c3;
}

.btn-drury-cornflower:not(:disabled):not(.disabled):active,
.btn-drury-cornflower:not(:disabled):not(.disabled).active,
.show>.btn-drury-cornflower.dropdown-toggle {
    color: #fff;
    background-color: #358ba2;
    border-color: #328399;
}

.btn-drury-cornflower:not(:disabled):not(.disabled):active:focus,
.btn-drury-cornflower:not(:disabled):not(.disabled).active:focus,
.show>.btn-drury-cornflower.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(99, 182, 204, .5);
}

.btn-outline-drury-cornflower {
    color: #47a9c3;
    border-color: #47a9c3;
}

.btn-outline-drury-cornflower:hover {
    color: #fff;
    background-color: #47a9c3;
    border-color: #47a9c3;
}

.btn-outline-drury-cornflower:focus,
.btn-outline-drury-cornflower.focus {
    box-shadow: 0 0 0 .2rem rgba(71, 169, 195, .5);
}

.btn-outline-drury-cornflower.disabled,
.btn-outline-drury-cornflower:disabled {
    color: #47a9c3;
    background-color: transparent;
}

.btn-outline-drury-cornflower:not(:disabled):not(.disabled):active,
.btn-outline-drury-cornflower:not(:disabled):not(.disabled).active,
.show>.btn-outline-drury-cornflower.dropdown-toggle {
    color: #fff;
    background-color: #47a9c3;
    border-color: #47a9c3;
}

.btn-outline-drury-cornflower:not(:disabled):not(.disabled):active:focus,
.btn-outline-drury-cornflower:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-drury-cornflower.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(71, 169, 195, .5);
}

.border-drury-cornflower {
    border-color: #47a9c3 !important;
}

.bg-drury-sky {
    background-color: #d7e6ed !important;
}

a.bg-drury-sky:hover,
a.bg-drury-sky:focus,
button.bg-drury-sky:hover,
button.bg-drury-sky:focus {
    background-color: #b4d0dd !important;
}

.text-color-drury-sky {
    color: #d7e6ed !important;
}

a.text-color-drury-sky:hover,
a.text-color-drury-sky:focus {
    color: #a2c5d5 !important;
}

.btn-drury-sky {
    color: #212529;
    background-color: #d7e6ed;
    border-color: #d7e6ed;
}

.btn-drury-sky:hover {
    color: #212529;
    background-color: #bdd6e1;
    border-color: #b4d0dd;
}

.btn-drury-sky:focus,
.btn-drury-sky.focus {
    box-shadow: 0 0 0 .2rem rgba(188, 201, 208, .5);
}

.btn-drury-sky.disabled,
.btn-drury-sky:disabled {
    color: #212529;
    background-color: #d7e6ed;
    border-color: #d7e6ed;
}

.btn-drury-sky:not(:disabled):not(.disabled):active,
.btn-drury-sky:not(:disabled):not(.disabled).active,
.show>.btn-drury-sky.dropdown-toggle {
    color: #212529;
    background-color: #b4d0dd;
    border-color: #abcbd9;
}

.btn-drury-sky:not(:disabled):not(.disabled):active:focus,
.btn-drury-sky:not(:disabled):not(.disabled).active:focus,
.show>.btn-drury-sky.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(188, 201, 208, .5);
}

.btn-outline-drury-sky {
    color: #d7e6ed;
    border-color: #d7e6ed;
}

.btn-outline-drury-sky:hover {
    color: #212529;
    background-color: #d7e6ed;
    border-color: #d7e6ed;
}

.btn-outline-drury-sky:focus,
.btn-outline-drury-sky.focus {
    box-shadow: 0 0 0 .2rem rgba(215, 230, 237, .5);
}

.btn-outline-drury-sky.disabled,
.btn-outline-drury-sky:disabled {
    color: #d7e6ed;
    background-color: transparent;
}

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

.btn-outline-drury-sky:not(:disabled):not(.disabled):active:focus,
.btn-outline-drury-sky:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-drury-sky.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(215, 230, 237, .5);
}

.border-drury-sky {
    border-color: #d7e6ed !important;
}

.bg-drury-sage {
    background-color: #9eaf64 !important;
}

a.bg-drury-sage:hover,
a.bg-drury-sage:focus,
button.bg-drury-sage:hover,
button.bg-drury-sage:focus {
    background-color: #84944c !important;
}

.text-color-drury-sage {
    color: #9eaf64 !important;
}

a.text-color-drury-sage:hover,
a.text-color-drury-sage:focus {
    color: #758344 !important;
}

.btn-drury-sage {
    color: #212529;
    background-color: #9eaf64;
    border-color: #9eaf64;
}

.btn-drury-sage:hover {
    color: #fff;
    background-color: #8b9c51;
    border-color: #84944c;
}

.btn-drury-sage:focus,
.btn-drury-sage.focus {
    box-shadow: 0 0 0 .2rem rgba(139, 154, 91, .5);
}

.btn-drury-sage.disabled,
.btn-drury-sage:disabled {
    color: #212529;
    background-color: #9eaf64;
    border-color: #9eaf64;
}

.btn-drury-sage:not(:disabled):not(.disabled):active,
.btn-drury-sage:not(:disabled):not(.disabled).active,
.show>.btn-drury-sage.dropdown-toggle {
    color: #fff;
    background-color: #84944c;
    border-color: #7c8b48;
}

.btn-drury-sage:not(:disabled):not(.disabled):active:focus,
.btn-drury-sage:not(:disabled):not(.disabled).active:focus,
.show>.btn-drury-sage.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(139, 154, 91, .5);
}

.btn-outline-drury-sage {
    color: #9eaf64;
    border-color: #9eaf64;
}

.btn-outline-drury-sage:hover {
    color: #212529;
    background-color: #9eaf64;
    border-color: #9eaf64;
}

.btn-outline-drury-sage:focus,
.btn-outline-drury-sage.focus {
    box-shadow: 0 0 0 .2rem rgba(158, 175, 100, .5);
}

.btn-outline-drury-sage.disabled,
.btn-outline-drury-sage:disabled {
    color: #9eaf64;
    background-color: transparent;
}

.btn-outline-drury-sage:not(:disabled):not(.disabled):active,
.btn-outline-drury-sage:not(:disabled):not(.disabled).active,
.show>.btn-outline-drury-sage.dropdown-toggle {
    color: #212529;
    background-color: #9eaf64;
    border-color: #9eaf64;
}

.btn-outline-drury-sage:not(:disabled):not(.disabled):active:focus,
.btn-outline-drury-sage:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-drury-sage.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(158, 175, 100, .5);
}

.border-drury-sage {
    border-color: #9eaf64 !important;
}

.bg-drury-aloe {
    background-color: #cfdeb2 !important;
}

a.bg-drury-aloe:hover,
a.bg-drury-aloe:focus,
button.bg-drury-aloe:hover,
button.bg-drury-aloe:focus {
    background-color: #b9cf8e !important;
}

.text-color-drury-aloe {
    color: #cfdeb2 !important;
}

a.text-color-drury-aloe:hover,
a.text-color-drury-aloe:focus {
    color: #aec77c !important;
}

.btn-drury-aloe {
    color: #212529;
    background-color: #cfdeb2;
    border-color: #cfdeb2;
}

.btn-drury-aloe:hover {
    color: #212529;
    background-color: #bed397;
    border-color: #b9cf8e;
}

.btn-drury-aloe:focus,
.btn-drury-aloe.focus {
    box-shadow: 0 0 0 .2rem rgba(181, 194, 157, .5);
}

.btn-drury-aloe.disabled,
.btn-drury-aloe:disabled {
    color: #212529;
    background-color: #cfdeb2;
    border-color: #cfdeb2;
}

.btn-drury-aloe:not(:disabled):not(.disabled):active,
.btn-drury-aloe:not(:disabled):not(.disabled).active,
.show>.btn-drury-aloe.dropdown-toggle {
    color: #212529;
    background-color: #b9cf8e;
    border-color: #b3cb85;
}

.btn-drury-aloe:not(:disabled):not(.disabled):active:focus,
.btn-drury-aloe:not(:disabled):not(.disabled).active:focus,
.show>.btn-drury-aloe.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(181, 194, 157, .5);
}

.btn-outline-drury-aloe {
    color: #cfdeb2;
    border-color: #cfdeb2;
}

.btn-outline-drury-aloe:hover {
    color: #212529;
    background-color: #cfdeb2;
    border-color: #cfdeb2;
}

.btn-outline-drury-aloe:focus,
.btn-outline-drury-aloe.focus {
    box-shadow: 0 0 0 .2rem rgba(207, 222, 178, .5);
}

.btn-outline-drury-aloe.disabled,
.btn-outline-drury-aloe:disabled {
    color: #cfdeb2;
    background-color: transparent;
}

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

.btn-outline-drury-aloe:not(:disabled):not(.disabled):active:focus,
.btn-outline-drury-aloe:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-drury-aloe.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(207, 222, 178, .5);
}

.border-drury-aloe {
    border-color: #cfdeb2 !important;
}

.bg-drury-spearmint {
    background-color: #edf2e3 !important;
}

a.bg-drury-spearmint:hover,
a.bg-drury-spearmint:focus,
button.bg-drury-spearmint:hover,
button.bg-drury-spearmint:focus {
    background-color: #d7e2c0 !important;
}

.text-color-drury-spearmint {
    color: #edf2e3 !important;
}

a.text-color-drury-spearmint:hover,
a.text-color-drury-spearmint:focus {
    color: #cbdaaf !important;
}

.btn-drury-spearmint {
    color: #212529;
    background-color: #edf2e3;
    border-color: #edf2e3;
}

.btn-drury-spearmint:hover {
    color: #212529;
    background-color: #dce6c9;
    border-color: #d7e2c0;
}

.btn-drury-spearmint:focus,
.btn-drury-spearmint.focus {
    box-shadow: 0 0 0 .2rem rgba(206, 211, 199, .5);
}

.btn-drury-spearmint.disabled,
.btn-drury-spearmint:disabled {
    color: #212529;
    background-color: #edf2e3;
    border-color: #edf2e3;
}

.btn-drury-spearmint:not(:disabled):not(.disabled):active,
.btn-drury-spearmint:not(:disabled):not(.disabled).active,
.show>.btn-drury-spearmint.dropdown-toggle {
    color: #212529;
    background-color: #d7e2c0;
    border-color: #d1deb7;
}

.btn-drury-spearmint:not(:disabled):not(.disabled):active:focus,
.btn-drury-spearmint:not(:disabled):not(.disabled).active:focus,
.show>.btn-drury-spearmint.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(206, 211, 199, .5);
}

.btn-outline-drury-spearmint {
    color: #edf2e3;
    border-color: #edf2e3;
}

.btn-outline-drury-spearmint:hover {
    color: #212529;
    background-color: #edf2e3;
    border-color: #edf2e3;
}

.btn-outline-drury-spearmint:focus,
.btn-outline-drury-spearmint.focus {
    box-shadow: 0 0 0 .2rem rgba(237, 242, 227, .5);
}

.btn-outline-drury-spearmint.disabled,
.btn-outline-drury-spearmint:disabled {
    color: #edf2e3;
    background-color: transparent;
}

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

.btn-outline-drury-spearmint:not(:disabled):not(.disabled):active:focus,
.btn-outline-drury-spearmint:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-drury-spearmint.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(237, 242, 227, .5);
}

.border-drury-spearmint {
    border-color: #edf2e3 !important;
}

.bg-drury-goldenrod {
    background-color: #f99d3e !important;
}

a.bg-drury-goldenrod:hover,
a.bg-drury-goldenrod:focus,
button.bg-drury-goldenrod:hover,
button.bg-drury-goldenrod:focus {
    background-color: #f7840d !important;
}

.text-color-drury-goldenrod {
    color: #f99d3e !important;
}

a.text-color-drury-goldenrod:hover,
a.text-color-drury-goldenrod:focus {
    color: #e37707 !important;
}

.btn-drury-goldenrod {
    color: #212529;
    background-color: #f99d3e;
    border-color: #f99d3e;
}

.btn-drury-goldenrod:hover {
    color: #212529;
    background-color: #f88a19;
    border-color: #f7840d;
}

.btn-drury-goldenrod:focus,
.btn-drury-goldenrod.focus {
    box-shadow: 0 0 0 .2rem rgba(217, 139, 59, .5);
}

.btn-drury-goldenrod.disabled,
.btn-drury-goldenrod:disabled {
    color: #212529;
    background-color: #f99d3e;
    border-color: #f99d3e;
}

.btn-drury-goldenrod:not(:disabled):not(.disabled):active,
.btn-drury-goldenrod:not(:disabled):not(.disabled).active,
.show>.btn-drury-goldenrod.dropdown-toggle {
    color: #212529;
    background-color: #f7840d;
    border-color: #f07d07;
}

.btn-drury-goldenrod:not(:disabled):not(.disabled):active:focus,
.btn-drury-goldenrod:not(:disabled):not(.disabled).active:focus,
.show>.btn-drury-goldenrod.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(217, 139, 59, .5);
}

.btn-outline-drury-goldenrod {
    color: #f99d3e;
    border-color: #f99d3e;
}

.btn-outline-drury-goldenrod:hover {
    color: #212529;
    background-color: #f99d3e;
    border-color: #f99d3e;
}

.btn-outline-drury-goldenrod:focus,
.btn-outline-drury-goldenrod.focus {
    box-shadow: 0 0 0 .2rem rgba(249, 157, 62, .5);
}

.btn-outline-drury-goldenrod.disabled,
.btn-outline-drury-goldenrod:disabled {
    color: #f99d3e;
    background-color: transparent;
}

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

.btn-outline-drury-goldenrod:not(:disabled):not(.disabled):active:focus,
.btn-outline-drury-goldenrod:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-drury-goldenrod.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(249, 157, 62, .5);
}

.border-drury-goldenrod {
    border-color: #f99d3e !important;
}

.bg-drury-popcorn {
    background-color: #ffe186 !important;
}

a.bg-drury-popcorn:hover,
a.bg-drury-popcorn:focus,
button.bg-drury-popcorn:hover,
button.bg-drury-popcorn:focus {
    background-color: #ffd453 !important;
}

.text-color-drury-popcorn {
    color: #ffe186 !important;
}

a.text-color-drury-popcorn:hover,
a.text-color-drury-popcorn:focus {
    color: #ffce3a !important;
}

.btn-drury-popcorn {
    color: #212529;
    background-color: #ffe186;
    border-color: #ffe186;
}

.btn-drury-popcorn:hover {
    color: #212529;
    background-color: #ffd860;
    border-color: #ffd453;
}

.btn-drury-popcorn:focus,
.btn-drury-popcorn.focus {
    box-shadow: 0 0 0 .2rem rgba(222, 197, 120, .5);
}

.btn-drury-popcorn.disabled,
.btn-drury-popcorn:disabled {
    color: #212529;
    background-color: #ffe186;
    border-color: #ffe186;
}

.btn-drury-popcorn:not(:disabled):not(.disabled):active,
.btn-drury-popcorn:not(:disabled):not(.disabled).active,
.show>.btn-drury-popcorn.dropdown-toggle {
    color: #212529;
    background-color: #ffd453;
    border-color: #ffd146;
}

.btn-drury-popcorn:not(:disabled):not(.disabled):active:focus,
.btn-drury-popcorn:not(:disabled):not(.disabled).active:focus,
.show>.btn-drury-popcorn.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 197, 120, .5);
}

.btn-outline-drury-popcorn {
    color: #ffe186;
    border-color: #ffe186;
}

.btn-outline-drury-popcorn:hover {
    color: #212529;
    background-color: #ffe186;
    border-color: #ffe186;
}

.btn-outline-drury-popcorn:focus,
.btn-outline-drury-popcorn.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 225, 134, .5);
}

.btn-outline-drury-popcorn.disabled,
.btn-outline-drury-popcorn:disabled {
    color: #ffe186;
    background-color: transparent;
}

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

.btn-outline-drury-popcorn:not(:disabled):not(.disabled):active:focus,
.btn-outline-drury-popcorn:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-drury-popcorn.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 225, 134, .5);
}

.border-drury-popcorn {
    border-color: #ffe186 !important;
}

.bg-drury-cream {
    background-color: #fff3d6 !important;
}

a.bg-drury-cream:hover,
a.bg-drury-cream:focus,
button.bg-drury-cream:hover,
button.bg-drury-cream:focus {
    background-color: #ffe4a3 !important;
}

.text-color-drury-cream {
    color: #fff3d6 !important;
}

a.text-color-drury-cream:hover,
a.text-color-drury-cream:focus {
    color: #ffdd8a !important;
}

.btn-drury-cream {
    color: #212529;
    background-color: #fff3d6;
    border-color: #fff3d6;
}

.btn-drury-cream:hover {
    color: #212529;
    background-color: #ffe8b0;
    border-color: #ffe4a3;
}

.btn-drury-cream:focus,
.btn-drury-cream.focus {
    box-shadow: 0 0 0 .2rem rgba(222, 212, 188, .5);
}

.btn-drury-cream.disabled,
.btn-drury-cream:disabled {
    color: #212529;
    background-color: #fff3d6;
    border-color: #fff3d6;
}

.btn-drury-cream:not(:disabled):not(.disabled):active,
.btn-drury-cream:not(:disabled):not(.disabled).active,
.show>.btn-drury-cream.dropdown-toggle {
    color: #212529;
    background-color: #ffe4a3;
    border-color: #ffe096;
}

.btn-drury-cream:not(:disabled):not(.disabled):active:focus,
.btn-drury-cream:not(:disabled):not(.disabled).active:focus,
.show>.btn-drury-cream.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 212, 188, .5);
}

.btn-outline-drury-cream {
    color: #fff3d6;
    border-color: #fff3d6;
}

.btn-outline-drury-cream:hover {
    color: #212529;
    background-color: #fff3d6;
    border-color: #fff3d6;
}

.btn-outline-drury-cream:focus,
.btn-outline-drury-cream.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 243, 214, .5);
}

.btn-outline-drury-cream.disabled,
.btn-outline-drury-cream:disabled {
    color: #fff3d6;
    background-color: transparent;
}

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

.btn-outline-drury-cream:not(:disabled):not(.disabled):active:focus,
.btn-outline-drury-cream:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-drury-cream.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 243, 214, .5);
}

.border-drury-cream {
    border-color: #fff3d6 !important;
}

.bg-drury-grey {
    background-color: #6d6e70 !important;
}

a.bg-drury-grey:hover,
a.bg-drury-grey:focus,
button.bg-drury-grey:hover,
button.bg-drury-grey:focus {
    background-color: #545556 !important;
}

.text-color-drury-grey {
    color: #6d6e70 !important;
}

a.text-color-drury-grey:hover,
a.text-color-drury-grey:focus {
    color: #474849 !important;
}

.btn-drury-grey {
    color: #fff;
    background-color: #6d6e70;
    border-color: #6d6e70;
}

.btn-drury-grey:hover {
    color: #fff;
    background-color: #5a5b5d;
    border-color: #545556;
}

.btn-drury-grey:focus,
.btn-drury-grey.focus {
    box-shadow: 0 0 0 .2rem rgba(131, 132, 133, .5);
}

.btn-drury-grey.disabled,
.btn-drury-grey:disabled {
    color: #fff;
    background-color: #6d6e70;
    border-color: #6d6e70;
}

.btn-drury-grey:not(:disabled):not(.disabled):active,
.btn-drury-grey:not(:disabled):not(.disabled).active,
.show>.btn-drury-grey.dropdown-toggle {
    color: #fff;
    background-color: #545556;
    border-color: #4e4e50;
}

.btn-drury-grey:not(:disabled):not(.disabled):active:focus,
.btn-drury-grey:not(:disabled):not(.disabled).active:focus,
.show>.btn-drury-grey.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(131, 132, 133, .5);
}

.btn-outline-drury-grey {
    color: #6d6e70;
    border-color: #6d6e70;
}

.btn-outline-drury-grey:hover {
    color: #fff;
    background-color: #6d6e70;
    border-color: #6d6e70;
}

.btn-outline-drury-grey:focus,
.btn-outline-drury-grey.focus {
    box-shadow: 0 0 0 .2rem rgba(109, 110, 112, .5);
}

.btn-outline-drury-grey.disabled,
.btn-outline-drury-grey:disabled {
    color: #6d6e70;
    background-color: transparent;
}

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

.btn-outline-drury-grey:not(:disabled):not(.disabled):active:focus,
.btn-outline-drury-grey:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-drury-grey.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(109, 110, 112, .5);
}

.border-drury-grey {
    border-color: #6d6e70 !important;
}

.bg-drury-dark-green {
    background-color: #495a0d !important;
}

a.bg-drury-dark-green:hover,
a.bg-drury-dark-green:focus,
button.bg-drury-dark-green:hover,
button.bg-drury-dark-green:focus {
    background-color: #252d07 !important;
}

.text-color-drury-dark-green {
    color: #495a0d !important;
}

a.text-color-drury-dark-green:hover,
a.text-color-drury-dark-green:focus {
    color: #131703 !important;
}

.btn-drury-dark-green {
    color: #fff;
    background-color: #495a0d;
    border-color: #495a0d;
}

.btn-drury-dark-green:hover {
    color: #fff;
    background-color: #2e3908;
    border-color: #252d07;
}

.btn-drury-dark-green:focus,
.btn-drury-dark-green.focus {
    box-shadow: 0 0 0 .2rem rgba(100, 115, 49, .5);
}

.btn-drury-dark-green.disabled,
.btn-drury-dark-green:disabled {
    color: #fff;
    background-color: #495a0d;
    border-color: #495a0d;
}

.btn-drury-dark-green:not(:disabled):not(.disabled):active,
.btn-drury-dark-green:not(:disabled):not(.disabled).active,
.show>.btn-drury-dark-green.dropdown-toggle {
    color: #fff;
    background-color: #252d07;
    border-color: #1c2205;
}

.btn-drury-dark-green:not(:disabled):not(.disabled):active:focus,
.btn-drury-dark-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-drury-dark-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(100, 115, 49, .5);
}

.btn-outline-drury-dark-green {
    color: #495a0d;
    border-color: #495a0d;
}

.btn-outline-drury-dark-green:hover {
    color: #fff;
    background-color: #495a0d;
    border-color: #495a0d;
}

.btn-outline-drury-dark-green:focus,
.btn-outline-drury-dark-green.focus {
    box-shadow: 0 0 0 .2rem rgba(73, 90, 13, .5);
}

.btn-outline-drury-dark-green.disabled,
.btn-outline-drury-dark-green:disabled {
    color: #495a0d;
    background-color: transparent;
}

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

.btn-outline-drury-dark-green:not(:disabled):not(.disabled):active:focus,
.btn-outline-drury-dark-green:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-drury-dark-green.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(73, 90, 13, .5);
}

.border-drury-dark-green {
    border-color: #495a0d !important;
}

.bg-drury-dark-orange {
    background-color: #c65000 !important;
}

a.bg-drury-dark-orange:hover,
a.bg-drury-dark-orange:focus,
button.bg-drury-dark-orange:hover,
button.bg-drury-dark-orange:focus {
    background-color: #933b00 !important;
}

.text-color-drury-dark-orange {
    color: #c65000 !important;
}

a.text-color-drury-dark-orange:hover,
a.text-color-drury-dark-orange:focus {
    color: #7a3100 !important;
}

.btn-drury-dark-orange {
    color: #fff;
    background-color: #c65000;
    border-color: #c65000;
}

.btn-drury-dark-orange:hover {
    color: #fff;
    background-color: #a04100;
    border-color: #933b00;
}

.btn-drury-dark-orange:focus,
.btn-drury-dark-orange.focus {
    box-shadow: 0 0 0 .2rem rgba(207, 106, 38, .5);
}

.btn-drury-dark-orange.disabled,
.btn-drury-dark-orange:disabled {
    color: #fff;
    background-color: #c65000;
    border-color: #c65000;
}

.btn-drury-dark-orange:not(:disabled):not(.disabled):active,
.btn-drury-dark-orange:not(:disabled):not(.disabled).active,
.show>.btn-drury-dark-orange.dropdown-toggle {
    color: #fff;
    background-color: #933b00;
    border-color: #863600;
}

.btn-drury-dark-orange:not(:disabled):not(.disabled):active:focus,
.btn-drury-dark-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-drury-dark-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(207, 106, 38, .5);
}

.btn-outline-drury-dark-orange {
    color: #c65000;
    border-color: #c65000;
}

.btn-outline-drury-dark-orange:hover {
    color: #fff;
    background-color: #c65000;
    border-color: #c65000;
}

.btn-outline-drury-dark-orange:focus,
.btn-outline-drury-dark-orange.focus {
    box-shadow: 0 0 0 .2rem rgba(198, 80, 0, .5);
}

.btn-outline-drury-dark-orange.disabled,
.btn-outline-drury-dark-orange:disabled {
    color: #c65000;
    background-color: transparent;
}

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

.btn-outline-drury-dark-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-drury-dark-orange:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-drury-dark-orange.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(198, 80, 0, .5);
}

.border-drury-dark-orange {
    border-color: #c65000 !important;
}

.text-color-white {
    color: #fff !important;
}

a.text-color-white:hover,
a.text-color-white:focus {
    color: #d9d9d9 !important;
}

.text-color-black {
    color: #000 !important;
}

a.text-color-black:hover,
a.text-color-black:focus {
    color: #000 !important;
}

.new-styles {
    font-family: "Effra-Regular";
    color: #414042;
}

.new-styles .main-header {
    margin-bottom: 0;
}

.new-styles .container-fluid {
    max-width: 1256px;
}

.new-styles .island {
    max-width: 1121px;
}

@media(max-width:1199.98px) {
    .new-styles .island {
        max-width: 572px;
    }
}

@media(max-width:572px) {
    .new-styles .island {
        max-width: none;
    }
}

.new-styles .new-island {
    max-width: 1500px;
}

@media(max-width:1199.98px) {
    .new-styles .new-island {
        max-width: 572px;
    }
}

@media(max-width:572px) {
    .new-styles .new-island {
        max-width: none;
    }
}

.new-styles p {
    font-family: "Effra-Regular";
    color: #414042;
    font-size: 1.125em;
}

.new-styles a {
    color: #ab1239;
    text-decoration: underline;
}

.new-styles .section-text-link {
    font-family: "Effra-Medium";
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 33px;
}

.new-styles .section-text-link span {
    border-bottom: 1px solid #ab1239;
}

.new-styles .section-text-link.text-color-drury-blue span {
    border-color: #04336c;
}

.new-styles .text-color-drury-red {
    color: #ab1239;
}

.new-styles .font-effra-bold {
    font-family: "Effra-Bold";
}

.new-styles .font-effra-medium {
    font-family: "Effra-Medium";
}

.new-styles .text-decoration-none {
    text-decoration: none;
}

.new-styles .section-blue {
    background-color: #e0ecf1;
}

.new-styles .section-green {
    background-color: #f4f7ed;
}

.new-styles .section-gray {
    background: #ebebec;
}

.new-styles .image-text-callout__image {
    flex: 1 0 auto;
    max-width: 550px;
    margin-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
}

@media(max-width:565px) {
    .new-styles .image-text-callout__image {
        margin-left: -28px;
        margin-right: -28px;
    }
}

.new-styles .image-text-callout__text h2.style-last-word {
    margin-bottom: 45px;
}

.new-styles .image-text-callout__text p {
    margin-bottom: 0;
}

.new-styles .image-text-callout__text a.section-text-link {
    margin-top: 45px;
    display: inline-block;
}

.new-styles .img-overlay-red {
    position: relative;
    overflow: hidden;
}

.new-styles .img-overlay-red .overlay {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url("../../images/home/red_image_swoosh_2x.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0;
    margin: 0;
}

.new-styles .image-text-banner {
    width: 100%;
    height: 430px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media(max-width:991.98px) {
    .new-styles .image-text-banner {
        height: 300px;
    }
}

.new-styles .image-text-banner .col-12 {
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
}

.new-styles .image-text-banner p {
    color: #fff;
    font-family: "Effra-Bold";
    font-size: 15px;
    text-shadow: 0 0 8px rgba(0, 0, 0, .4);
    margin-bottom: 0;
}

.new-styles .image-text-banner a {
    position: absolute;
    text-indent: -9999px;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 9999;
}

.new-styles .image-text-banner.text-top .col-12 {
    justify-content: flex-start;
}

.new-styles .image-text-banner.text-bottom .col-12 {
    justify-content: flex-end;
}

.new-styles .image-banner {
    width: 100%;
    height: 350px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media(max-width:1199.98px) {
    .new-styles .image-banner {
        height: 250px;
    }
}

@media(max-width:991.98px) {
    .new-styles .image-banner {
        height: 200px;
    }
}

@media(max-width:769px) {
    .new-styles .image-banner {
        height: 200px;
    }
}

@media(max-width:767.98px) {
    .new-styles .image-banner {
        height: 150px;
    }
}

.new-styles .image-banner.gift-card-hero {
    background-image: url("../../images/giftcards/Gift-Card-Hero.png");
}

.new-styles .image-banner.rewards-hero {
    background-image: url(../../images/rewards/DH-Drury-Rewards.png);
}

.new-styles .card-callout {
    position: relative;
    width: 100%;
    padding-right: 28px;
    padding-left: 28px;
    flex: 0 0 100%;
    max-width: 100%;
    border: 0;
    max-width: 515px;
    margin: 0 0 80px;
    text-align: center;
}

@media(min-width:768px) {
    .new-styles .card-callout {
        flex: 0 0 50%;
        max-width: 50%;
        max-width: 515px;
        text-align: left;
    }
}

@media(min-width:1200px) {
    .new-styles .card-callout {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
}

@media(max-width:414px) {
    .new-styles .card-callout {
        padding-left: 0;
        padding-right: 0;
        max-width: 414px;
    }
}

.new-styles .card-callout .card-img-top {
    border-radius: 0;
}

.new-styles .card-callout .card-body {
    padding: 28px 10px 0 28px;
}

@media(max-width:414px) {
    .new-styles .card-callout .card-body {
        padding: 28px 28px 0;
    }
}

.new-styles .card-callout .card-body h3 {
    font-family: "Effra-Medium";
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 1rem;
}

.new-styles .card-callout .card-body p:last-of-type {
    margin-bottom: 40px;
}

.new-styles .card-callout .card-body a.toggle-link {
    color: #6d6e70;
    font-family: "Effra-Medium";
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 33px;
    display: inline-block;
}

.new-styles .card-callout .card-body a.toggle-link span {
    border-bottom: 1px solid #6d6e70;
}

.new-styles .card-callout .card-body a.toggle-link span .fa {
    font-size: 14px;
    margin-left: 5px;
    width: 12px;
    height: 12px;
}

.new-styles .card-callout .card-body a.toggle-link:not(.collapsed) {
    margin-top: 40px;
}

.new-styles .card-callout .card-body a.toggle-link.collapsed {
    margin-top: 10px;
}

.new-styles .legal-copy-block {
    margin-bottom: 35px;
}

.new-styles small {
    font-size: 13px;
    line-height: 18px;
    color: #414042;
    font-weight: 300;
    font-family: "Effra-Regular";
}

.font-family-sassoon-infant {
    font-family: "SassoonInfantRg";
    font-size: 50px;
    line-height: 55px;
}

h2.font-family-sassoon-infant {
    font-family: "SassoonInfantRg" !important;
    font-size: 40px !important;
    line-height: 45px !important;
}

.font-family-sans-serif {
    font-family: sans-serif !important;
}

.incident-alert a {
    font-family: "Effra-Regular";
    letter-spacing: 1.5px;
    font-weight: 400;
    font-size: 16px;
}

@media print {
    .incident-alert {
        display: none;
    }
}

h2 .cms-font-family-effra-regular,
h2 .cms-font-family-effra-bold,
h2 .cms-font-family-effra-heavy,
h2 .cms-font-family-effra-italic,
h2 .cms-font-family-effra-medium {
    font-size: 26px;
}

h2 .cms-font-family-sassoon-infant {
    font-size: 33px;
}

h3 .cms-font-family-effra-regular,
h3 .cms-font-family-effra-bold,
h3 .cms-font-family-effra-heavy,
h3 .cms-font-family-effra-italic,
h3 .cms-font-family-effra-medium {
    font-size: 26px;
}

h3 .cms-font-family-sassoon-infant {
    font-size: 33px;
}

.cms-font-family-effra-regular {
    font-family: "Effra-Regular" !important;
}

.cms-font-family-effra-bold {
    font-family: "Effra-Bold" !important;
}

.cms-font-family-effra-heavy {
    font-family: "Effra-Heavy" !important;
}

.cms-font-family-effra-italic {
    font-family: "Effra-Italic" !important;
}

.cms-font-family-effra-medium {
    font-family: "Effra-Medium" !important;
}

.cms-font-family-sassoon-infant {
    font-family: "SassoonInfantRg" !important;
}

.embed-responsive-80vh::before {
    padding-top: 80vh;
}

.border-top-drury-blue {
    border-top: 1px solid #04336c;
}

.rc-anchor-error-msg-container {
    color: #ab1239 !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.overflow-y-auto {
    overflow-y: auto;
}

.policies p {
    font-size: 1em;
}

.policies ul {
    list-style-type: disc;
}

.policies p.policy-title {
    font-size: 1.1em;
    font-family: "Effra-Medium";
    margin-bottom: 0;
}

.new-styles button.btn,
.new-styles a.btn {
    font-weight: normal !important;
    letter-spacing: .1em;
}

.new-styles .btn-outline-primary {
    font-family: "Effra-Medium";
    text-transform: uppercase;
    text-decoration: none !important;
    background-color: #fff !important;
    color: #ab1239 !important;
    color: #212529;
    background-color: #fff;
    border-color: #ab1239;
}

.new-styles .btn-outline-primary:hover {
    color: #212529;
    background-color: #ebebec;
    border-color: #ab1239;
}

.new-styles .btn-outline-primary:focus,
.new-styles .btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(150, 21, 55, .5);
}

.new-styles .btn-outline-primary.disabled,
.new-styles .btn-outline-primary:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #ab1239;
}

.new-styles .btn-outline-primary:not(:disabled):not(.disabled):active,
.new-styles .btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.new-styles .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #ab1239;
}

.new-styles .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.new-styles .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.new-styles .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(150, 21, 55, .5);
}

.new-styles .btn-outline-secondary {
    font-family: "Effra-Medium";
    text-transform: uppercase;
    text-decoration: none !important;
    background-color: #fff !important;
    color: #6d6e70 !important;
    color: #212529;
    background-color: #fff;
    border-color: #6d6e70;
    padding: 22px 25px;
    font-size: 1rem;
    line-height: 14px;
    border-radius: 0;
}

.new-styles .btn-outline-secondary:hover {
    color: #212529;
    background-color: #ebebec;
    border-color: #6d6e70;
}

.new-styles .btn-outline-secondary:focus,
.new-styles .btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(98, 99, 101, .5);
}

.new-styles .btn-outline-secondary.disabled,
.new-styles .btn-outline-secondary:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #6d6e70;
}

.new-styles .btn-outline-secondary:not(:disabled):not(.disabled):active,
.new-styles .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.new-styles .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #6d6e70;
}

.new-styles .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.new-styles .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.new-styles .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(98, 99, 101, .5);
}

.new-styles .btn.btn-submit {
    font-family: "Effra-Medium";
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 16px !important;
    padding: 21px 41px;
    font-size: 1rem;
    line-height: 15px;
    border-radius: 0;
}

.new-styles .input-group .btn-outline-secondary.password-toggle-btn {
    padding: .375rem .75rem;
    line-height: 1.5;
    min-width: 42px;
    text-transform: none;
    letter-spacing: normal;
}

.new-styles .btn-link {
    font-weight: 400;
    color: #fff;
    background-color: #ab1239;
    text-decoration: none;
}

.new-styles .btn-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #880e2d;
    border-color: #ab1239;
}

.new-styles .btn-link:focus,
.new-styles .btn-link.focus {
    text-decoration: none;
    border-color: #ab1239;
    box-shadow: none;
}

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

.new-styles .btn-link.btn-blue {
    background-color: #04336c;
    color: #fff;
}

.new-styles .btn-link.btn-blue:hover {
    border-color: #04336c;
    background-color: rgba(4, 51, 108, .75);
}

.new-styles .btn-link.btn-blue:focus,
.new-styles .btn-link.btn-blue.focus {
    border-color: #04336c;
}

.new-styles .btn-outline-primary {
    font-family: "Effra-Medium";
    text-transform: uppercase;
    text-decoration: none !important;
    background-color: #fff !important;
    color: #ab1239 !important;
    color: #212529;
    background-color: #fff;
    border-color: #ab1239;
    padding: 22px 25px;
    font-size: 1rem;
    line-height: 14px;
    border-radius: 0;
}

.new-styles .btn-outline-primary:hover {
    color: #212529;
    background-color: #ebebec;
    border-color: #ab1239;
}

.new-styles .btn-outline-primary:focus,
.new-styles .btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(150, 21, 55, .5);
}

.new-styles .btn-outline-primary.disabled,
.new-styles .btn-outline-primary:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #ab1239;
}

.new-styles .btn-outline-primary:not(:disabled):not(.disabled):active,
.new-styles .btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.new-styles .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #ab1239;
}

.new-styles .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.new-styles .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.new-styles .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(150, 21, 55, .5);
}

.new-styles .btn.btn-submit {
    font-family: "Effra-Medium";
    text-transform: uppercase;
    text-decoration: none !important;
    font-size: 16px !important;
    padding: 21px 41px;
    font-size: 1rem;
    line-height: 15px;
    border-radius: 0;
}

.new-styles .btn-link {
    font-weight: 400;
    color: #fff;
    background-color: #ab1239;
    text-decoration: none;
}

.new-styles .btn-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ab1239;
    border-color: #ab1239;
}

.new-styles .btn-link:focus,
.new-styles .btn-link.focus {
    text-decoration: none;
    border-color: #ab1239;
    box-shadow: none;
}

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

.new-styles .modify-eta-dropdown {
    background-color: #fff;
    color: #04336c;
    border-color: #04336c;
    font-family: "Effra-Medium";
    font-size: 16px;
    height: 59px;
    width: 209px;
    margin-right: 15px;
    text-align: center;
    cursor: pointer;
}

.new-styles .modify-eta-option {
    text-align: center;
    padding: 0;
}

.main-header .btn {
    font-family: "Effra-Bold";
    font-weight: normal !important;
    padding: 11px 1.25rem 9px;
    border-radius: 0;
    border-color: #04336c !important;
    text-decoration: none;
    letter-spacing: 1px !important;
    font-size: 14px !important;
    line-height: 14px;
    box-shadow: none !important;
    transition: all .2s;
}

.main-header .btn-primary {
    color: #fff !important;
    background-color: #04336c !important;
}

.main-header .btn-primary:active,
.main-header .btn-primary:hover,
.main-header .btn-primary:focus {
    background-color: rgba(4, 51, 108, .75) !important;
}

.main-header .btn-outline-primary {
    color: #04336c !important;
    background-color: #fff !important;
}

.main-header .btn-outline-primary:active,
.main-header .btn-outline-primary:hover,
.main-header .btn-outline-primary:focus {
    background-color: #ebebec !important;
}

.new-styles h1,
.new-styles h2,
.new-styles h3 {
    color: #04336c;
}

.new-styles h1 {
    font-family: "Effra-Bold";
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 1.5rem;
}

.new-styles h2 {
    font-family: "Effra-Medium";
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 1.5rem;
}

.new-styles h1.style-last-word,
.new-styles h2.style-last-word {
    font-family: "Effra-Bold";
    font-size: 33px;
    line-height: 50px;
    text-transform: uppercase;
}

.new-styles h1.style-last-word span,
.new-styles h2.style-last-word span {
    font-family: "SassoonInfantRg";
    font-size: 50px;
    text-transform: lowercase;
}

.new-styles h3 {
    font-family: "Effra-Medium";
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 1rem;
}

.new-styles h3.style-first-word {
    font-family: "Effra-Bold";
    font-size: 26px;
    line-height: 50px;
    text-transform: uppercase;
}

.new-styles h3.style-first-word span {
    font-family: "SassoonInfantRg";
    font-size: 39px;
    text-transform: lowercase;
}

.new-styles h3.style-header {
    font-family: "Effra-Bold";
    font-size: 26px;
    line-height: 50px;
    text-transform: uppercase;
}

.new-styles h4 {
    color: #04336c;
    font-family: "Effra-Medium";
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 1rem;
}

.new-styles h5 {
    color: #04336c;
    font-family: "Effra-Medium";
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 1rem;
}

@media(max-width:1199.98px) {
    .new-styles .header-icon {
        text-align: center;
    }
}

.new-styles .header-icon img {
    margin-right: 10px;
    margin-top: -5px;
}

@media(max-width:1199.98px) {
    .new-styles .header-icon img {
        display: block;
        margin: 0 auto 10px;
    }
}

.new-styles .page-header {
    background: #04336c;
}

.new-styles .page-header .container-fluid {
    height: 185px;
    display: flex;
    align-items: center;
    background: #04336c;
    text-align: center;
}

.new-styles .page-header .container-fluid h1 {
    font-family: "Effra-Bold";
    color: #fff;
    margin: 0 auto;
}

@media(max-width:767.98px) {
    .new-styles .page-header .container-fluid h1 {
        font-size: 30px;
    }
}

.new-styles .privacy-policy-table table {
    width: 100%;
    border-collapse: collapse;
}

.new-styles .privacy-policy-table table,
.new-styles .privacy-policy-table th,
.new-styles .privacy-policy-table td {
    border: 1px solid #000;
}

.new-styles .privacy-policy-table th,
.new-styles .privacy-policy-table td {
    padding: 10px;
    text-align: left;
}

.new-styles .privacy-policy-table th {
    background-color: #f2f2f2;
}

.new-styles .privacy-policy-table ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 5px;
}

.new-styles .privacy-policy-list ul {
    list-style-type: disc;
    padding-left: 20px;
}

.new-styles .privacy-policy-list li {
    margin-bottom: 8px;
}

.new-styles .unstyled-list ul {
    list-style-type: none !important;
}

#load-more-container #load-more-button {
    color: #6d6e70;
    font-family: "Effra-Medium";
    border-bottom: 1px solid #6d6e70;
    cursor: pointer;
}

#load-more-container #load-more-button:after {
    content: url("../../images/icons/expand-plus.svg");
    margin-left: 5px;
}

#load-more-container .load-more-item {
    display: none;
}

.swiper-container.round-slider-buttons .swiper-button-next,
.swiper-container.round-slider-buttons .swiper-button-prev {
    background-image: url(../../images/slider-arrows/right_arrow_gallery_bubble.svg) !important;
    width: 30px;
    height: 30px;
    background-size: 30px;
    margin-top: -15px;
    z-index: 2;
}

.swiper-container.round-slider-buttons .swiper-button-prev {
    background-image: url(../../images/slider-arrows/left_arrow_gallery_bubble.svg) !important;
}

.image-slider-with-preview .gallery-top {
    border: 3px solid #fff;
    margin-bottom: 15px;
}

.image-slider-with-preview .gallery-top .img-fluid {
    width: 100%;
}

@media(max-width:991px) {
    .image-slider-with-preview .gallery-top {
        border: none;
    }
}

.image-slider-with-preview .gallery-thumbs {
    margin-top: 0;
    min-height: inherit;
}

.image-slider-with-preview .gallery-thumbs .swiper-slide {
    cursor: pointer;
    border: 3.5px solid #fff;
}

.image-slider-with-preview .gallery-thumbs .current-slide {
    border-color: #04336c;
}

.image-slider-with-preview .gallery-thumbs__container {
    display: flex;
    align-items: center;
}

.image-slider-with-preview .gallery-thumbs__container .swiper-container {
    width: 100%;
}

.image-slider-with-preview .gallery-thumbs__container .swiper-button-next,
.image-slider-with-preview .gallery-thumbs__container .swiper-button-prev {
    background-image: url(../../images/slider-arrows/right_arrow_gallery_bubble.svg);
    width: 30px;
    height: 30px;
    min-width: 30px;
    background-size: 30px;
    position: relative;
    left: 0;
    right: 0;
    margin-top: 0;
    outline: none;
    z-index: 2;
}

.image-slider-with-preview .gallery-thumbs__container .swiper-button-prev {
    background-image: url(../../images/slider-arrows/left_arrow_gallery_bubble.svg);
}

@media(max-width:991.98px) {
    .image-slider-with-preview .gallery-thumbs__container .swiper-button-next,
    .image-slider-with-preview .gallery-thumbs__container .swiper-button-prev {
        margin-top: 0;
    }
}

.search-rooms-widget .search-rooms-container {
    border: 1px solid #f05b61;
    padding: 25px 30px;
    margin-top: 28px;
    position: relative;
}

.search-rooms-widget .search-rooms-container .view-special-offers-link {
    cursor: pointer;
}

.search-rooms-widget .search-rooms-container__check-in-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.search-rooms-widget .search-rooms-container__check-in-row>div {
    font-family: "Effra-Bold";
    font-size: 12px;
    width: 33.333%;
}

.search-rooms-widget .search-rooms-container__check-in-row .calendar-icon {
    width: 15px;
    margin-right: 5px;
    margin-top: -3px;
}

.search-rooms-widget .search-rooms-container__dates-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    position: relative;
}

.search-rooms-widget .search-rooms-container__dates-row>div {
    width: 33.333%;
}

.search-rooms-widget .search-rooms-container__dates-row .date-container {
    background-color: #ebebec;
    font-size: 20px;
    font-family: "Effra-Medium";
    color: #ab1239;
    border-radius: 8px;
    padding: 10px 0;
    line-height: 1.2;
    margin-top: 6px;
    margin-bottom: 17px;
    cursor: pointer;
}

.search-rooms-widget .search-rooms-container__dates-row .date-container .day {
    font-size: 25px;
    margin-top: -4px;
}

.search-rooms-widget .search-rooms-container__dates-row .night-container {
    font-size: 12px;
    color: #04336c;
    font-family: "Effra-Medium";
    text-transform: uppercase;
}

.search-rooms-widget .search-rooms-container__dates-row .night-container img {
    margin-top: 3px;
    height: 16px;
}

.search-rooms-widget .search-rooms-container__search-rooms-button {
    font-family: "Effra-Bold";
    display: block;
    border-radius: 0;
    font-size: 16px !important;
    width: 100%;
    padding: 15px 0;
}

.search-rooms-widget .search-rooms-container__special-offers-link {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 5px;
}

.search-rooms-widget .search-rooms-container__special-offers-link>a {
    font-size: 13px;
    color: #04336c;
    font-family: "Effra-Medium";
}

.slider-with-dropdown-partial .dropdown {
    margin: 30px 0;
}

.slider-with-dropdown-partial .dropdown button {
    font-family: "Effra-Medium";
}

.slider-with-dropdown-partial .dropdown .dropdown-item {
    color: #414042;
}

.slider-with-dropdown-partial__card-title {
    margin-top: 25px;
    font-size: 21px;
    color: #414042;
    font-family: "Effra-Medium";
}

.slider-with-dropdown-partial__card-body {
    margin-top: 7px;
}

.slider-with-dropdown-partial__navigation-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.slider-with-dropdown-partial__navigation-buttons a {
    color: #ab1239 !important;
    font-family: "Effra-Medium";
    position: relative;
    cursor: pointer;
}

.slider-with-dropdown-partial__navigation-buttons a span {
    display: flex;
    align-items: center;
}

.slider-with-dropdown-partial__navigation-buttons a img {
    height: 12px;
}

.slider-with-dropdown-partial__navigation-buttons a .arrow-left {
    margin-right: 8px;
}

.slider-with-dropdown-partial__navigation-buttons a .arrow-right {
    margin-left: 8px;
}

.slider-with-dropdown-partial__navigation-buttons a .underline {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #ab1239;
}

.slider-with-dropdown-partial__navigation-buttons a.disabled {
    visibility: hidden;
    pointer-events: none;
}

.slider-with-dropdown-partial .dropdown-toggle {
    font-size: 15px !important;
    padding: 7px 18px !important;
    letter-spacing: 1px;
}

.slider-with-dropdown-partial .swiper-slide:not(.swiper-slide-visible) .swiper-lazy-preloader {
    display: none;
}

.card-tabs__button {
    background: transparent;
    color: #ab1239;
    font-family: "Effra-Medium" !important;
    border-color: transparent;
    padding-top: 12px;
    padding-bottom: 12px;
    margin: 0 !important;
}

.card-tabs__button.active {
    background: #ab1239 !important;
    border-color: #ab1239 !important;
    color: #fff;
    box-shadow: none !important;
}

.card-tabs__location-link {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.card-tabs__location-link .icon {
    height: 19px;
    width: 23px;
    margin-right: 15px;
}

.card-tabs__location-link .distance {
    font-size: 13px;
}

.card-tabs__image {
    margin-bottom: 40px;
    width: 100%;
}

.card-tabs__row {
    display: flex;
}

.card-tabs__button-row {
    margin-right: 30px;
}

.card-tabs__button-row .btn-primary {
    font-size: 15px !important;
}

@media(max-width:991.98px) {
    .card-tabs__row {
        display: block;
    }
    .card-tabs__button-row {
        display: flex;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        margin-bottom: 30px;
        margin-left: 28px;
        margin-right: 28px;
    }
    .card-tabs__button-row::-webkit-scrollbar {
        display: none;
    }
    .card-tabs__button-row .btn-primary {
        line-height: 1;
    }
}

.card-tab-with-arrows .next-arrow,
.card-tab-with-arrows .prev-arrow {
    display: none;
}

@media(max-width:576px) {
    .card-tab-with-arrows .card-tabs__button-row {
        margin-left: -28px;
        margin-right: -28px;
        width: calc(100% + 28px + 28px);
    }
    .card-tab-with-arrows .card-tabs__background-arrow-container {
        width: calc(100% + 28px + 28px);
        margin-left: -28px;
        margin-right: -28px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 40px;
    }
    .card-tab-with-arrows .card-tabs__background-arrow-container .prev-arrow {
        height: 23px;
        width: 50px;
        display: block;
    }
    .card-tab-with-arrows .card-tabs__background-arrow-container .next-arrow {
        height: 23px;
        width: 50px;
        display: block;
    }
    .card-tab-with-arrows .card-tabs__background-arrow-container .disabled {
        user-select: none;
        opacity: .4;
        pointer-events: none;
    }
    .card-tab-with-arrows .card-tabs__image {
        width: calc(100% - 100px);
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
}

#accordion .card {
    border: none;
    border-radius: 0;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

#accordion .card .card-header {
    background-color: transparent;
    border: 0;
    padding-top: 19.5px;
    padding-bottom: 19.5px;
}

#accordion .card .card-header .accordion-header-link {
    color: #ab1239;
    font-size: 22px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 4px;
    cursor: pointer;
    background: none;
    border: none;
    text-align: left;
}

#accordion .card .card-header .accordion-header-link .dropdown-arrow {
    transform: rotate(180deg);
    width: 22px;
    min-width: 22px;
    margin-left: 20px;
    position: relative;
}

#accordion .card .card-header .accordion-header-link[aria-expanded="true"] .dropdown-arrow {
    transform: rotate(0deg);
}

#accordion .card .card-header .accordion-header-link:focus,
#accordion .card .card-header .accordion-header-link:hover {
    text-decoration: none;
}

#accordion .card .card-body {
    padding-top: 0;
    position: relative;
}

@media(max-width:575px) {
    #accordion {
        margin-left: -28px;
        margin-right: -28px;
    }
}

.special-offers-block {
    padding: 50px;
    background: #ebebec;
}

.special-offers-block .fancy-text {
    font-family: "SassoonInfantRg";
    font-size: 45px;
    text-transform: lowercase;
    margin-left: 3px;
}

.special-offers-block .info-text {
    font-family: "Effra-Italic";
    font-size: 15px;
}

.special-offers-block .section-text-link {
    text-decoration: none !important;
}

@media(min-width:991px) {
    .special-offers-block .container {
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}

.special-offers-block__container {
    margin-top: 32px;
}

.special-offers-block__container .row {
    margin-right: -20px;
    margin-left: -20px;
}

.special-offers-block__container .row>[class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

.special-offers-block__card {
    background: #fff;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.special-offers-block__image {
    height: 240px;
    width: 100%;
    background-image: url("../../images/locations-card-placeholder.svg");
    background-size: cover;
    background-position: 50%;
    display: none;
}

.special-offers-block__card-content {
    padding: 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 294px;
}

.special-offers-block__card-content ul {
    padding-left: 30px;
    list-style-type: initial;
    text-align: left;
}

.special-offers-block__card-text {
    display: block;
}

.special-offers-block__title {
    font-size: 26px;
    font-family: "Effra-Medium";
    color: #04336c;
    margin-bottom: 27px;
}

.special-offers-block__blue-title {
    margin-right: 5px;
}

.special-offers-block__savings-text {
    font-family: "Effra-Heavy";
    color: #f99d3e;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    display: block;
}

.special-offers-block__body {
    font-family: "Effra-Regular";
    font-size: 18px;
}

.special-offers-block__collapse-link {
    font-family: "Effra-Medium";
    font-size: 18px;
    color: #6d6e70 !important;
}

.special-offers-block__collapse-link span {
    border-color: #6d6e70 !important;
    border: none;
}

.special-offers-block__collapse-link:after {
    content: url(../../images/icons/expand-plus.svg);
    margin-left: 3px;
}

.special-offers-block__collapse-link[aria-expanded=true]:after {
    content: url(../../images/icons/expand-minus.svg);
    position: relative;
    top: -4px;
}

.special-offers-block__button {
    background: #ab1239;
    padding: 20px 0;
    text-align: center;
    font-family: "Effra-Medium";
    font-size: 16px;
    color: #fff !important;
    text-decoration: none !important;
    margin-top: 50px;
}

@media(max-width:991.98px) {
    .special-offers-block {
        padding: 0;
        text-align: center;
    }
    .special-offers-block__text {
        padding: 28px;
        padding-bottom: 0;
    }
    .special-offers-block .container {
        padding: 0;
    }
    .special-offers-block .container .row {
        margin: 0;
    }
}

@media(max-width:991.98px) and (max-width:576px) {
    .special-offers-block .container .row .card-col {
        padding: 0;
    }
}

#offers {
    scroll-margin-top: 120px;
}

.location-map-with-cards .page-banner {
    height: 185px;
    background: #04336c;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url("../../images/locations-background.png");
    background-size: cover;
    background-position: 50%;
}

.location-map-with-cards .page-banner h1 {
    color: #fff;
    font-family: "Effra-Bold";
    margin-bottom: 15px;
    font-size: 36px;
}

.location-map-with-cards .page-banner a {
    color: #fff;
    font-family: "Effra-Medium";
}

.location-map-with-cards .page-banner #toggle-map-button {
    text-decoration: none;
}

.location-map-with-cards .page-banner #toggle-map-button span {
    border-bottom: 1px solid #fff;
}

.location-map-with-cards #map {
    background: #6d6e70;
    border-bottom: 1px solid #6d6e70;
    height: 650px !important;
}

@media(max-width:766px) {
    .location-map-with-cards #map {
        height: 490px !important;
    }
}

.location-map-with-cards #map * {
    font-family: "Effra-Regular" !important;
}

.location-map-with-cards #map .gm-style-pbc {
    z-index: 5 !important;
    pointer-events: none;
}

.location-map-with-cards .location-card {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    top: calc(50% - 210px);
    left: calc(50% - 545px);
    box-shadow: 0 3px 4px rgba(0, 0, 0, .3);
}

@media(max-width:1199px) {
    .location-map-with-cards .location-card {
        left: calc(50% - 445px);
    }
}

@media(max-width:991px) {
    .location-map-with-cards .location-card {
        left: calc(50% - 345px);
    }
}

@media(max-width:766px) {
    .location-map-with-cards .location-card {
        left: calc(50% - 355px);
        position: absolute;
        left: 50%;
        margin-left: -160px;
        top: 50%;
        margin-top: -220px;
    }
}

.location-map-with-cards .location-card.hide {
    display: none;
}

.location-map-with-cards .location-card__content {
    padding: 25px 32px;
}

.location-map-with-cards .location-card__image {
    height: 211px;
    background-color: #fff;
    position: relative;
    background-size: cover !important;
    background-image: url("../../images/locations-card-placeholder.svg");
}

.location-map-with-cards .location-card__title {
    font-family: "Effra-Bold";
    color: #04336c;
    font-size: 20px;
    margin-bottom: 16px;
}

.location-map-with-cards .location-card__close-button {
    position: absolute;
    top: 14px;
    right: 20px;
    color: #fff;
    cursor: pointer;
}

.location-map-with-cards .location-card__link {
    font-family: "Effra-Medium";
    text-decoration: underline !important;
    color: #6d6e70;
}

.location-map-with-cards .location-card__link.hide {
    display: none;
}

.location-map-with-cards .location-card__book-now-button {
    margin-top: 28px;
    padding: 10px 0;
    font-size: 18px !important;
    font-weight: 400 !important;
    font-family: "Effra-Bold" !important;
    border-radius: 0 !important;
    color: #fff !important;
    text-decoration: none !important;
}

.scroll-to-top {
    transition: all .3s;
    border-radius: 7px 7px 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    height: 9px;
    padding: 13px 15px 35px 15px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    z-index: 1040;
    width: auto;
    background-color: #ab1239;
    opacity: .75;
    font-family: "Effra-Medium";
    font-size: 15px;
    letter-spacing: 1.5px;
}

.scroll-to-top:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.scroll-to-top.visible {
    filter: alpha(opacity=75);
    opacity: .75;
}

.styled-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.styled-checkbox:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) !important;
}

.styled-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.styled-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 2px solid #707070;
}

.styled-checkbox input:checked~.checkmark {
    background-color: #04336c;
    border: none;
}

.styled-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.styled-checkbox input:checked~.checkmark:after {
    display: block;
}

.styled-checkbox .checkmark:after {
    content: url(/images/icons/custom-checkmark-checked.svg);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.styled-checkbox.error {
    font-family: "Effra-Medium";
    color: #f05b61;
}

.styled-radio-button {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 8px;
}

.styled-radio-button:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) !important;
}

.styled-radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.styled-radio-button .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #707070;
}

.styled-radio-button input:checked~.checkmark {
    background-color: #04336c;
    border: none;
}

.styled-radio-button .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.styled-radio-button input:checked~.checkmark:after {
    display: block;
}

.styled-radio-button .checkmark:after {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    border: 4px solid #fff;
}

.styled-radio-button.error {
    font-family: "Effra-Medium";
    color: #f05b61;
}

.loader {
    border: 3px solid #e0ecf1;
    border-radius: 50%;
    border-top: 3px solid #04336c;
    width: 20px;
    height: 20px;
    -webkit-animation: button-loader-spin 1s linear infinite;
    animation: button-loader-spin 1s linear infinite;
}

@-webkit-keyframes button-loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes button-loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.dropdown .dropdown-item:hover,
.dropdown .dropdown-item:focus {
    outline: 5px auto -webkit-focus-ring-color !important;
}

.dropdown .dropdown-btn-link {
    font-weight: 400;
    color: #ab1239;
    background-color: transparent;
    cursor: pointer;
    text-decoration: underline;
}

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

.dropdown .dropdown-btn-link.active,
.dropdown .dropdown-btn-link:active {
    color: #fff;
    text-decoration: none;
    background-color: #ab1239;
}

.dropdown .dropdown-btn-link:focus,
.dropdown .dropdown-btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

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

.new-styles .form-group label {
    color: #414042;
}

.new-styles .form-group .form-control {
    border: 0;
    border-radius: 0;
}

.password-requirements {
    list-style: none;
    padding-left: 0;
    margin-top: .5rem;
}

.password-requirements li {
    font-weight: bold;
    color: #dc3545;
    margin-bottom: .25rem;
}

.password-requirements li.requirement-met {
    color: #28a745;
}

.password-requirements li.requirement-unmet {
    color: #dc3545;
}

.password-requirements .requirement-icon {
    display: inline-block;
    width: 20px;
    margin-right: .4rem;
    font-style: normal;
}

::-webkit-input-placeholder {
    font-family: "Effra-Regular";
}

:-moz-placeholder {
    font-family: "Effra-Regular";
}

::-moz-placeholder {
    font-family: "Effra-Regular";
}

:-ms-input-placeholder {
    font-family: "Effra-Regular";
}

.validation-summary-errors {
    margin: 25px 0;
    display: block;
    color: #ab1239;
    font-weight: bold;
}

.validation-summary-errors ul {
    padding: 0;
    margin: 0;
}

.validation-summary-errors ul li {
    list-style-type: none;
}

input,
button,
select,
optgroup,
textarea {
    font-family: "Effra-Regular";
}

.bootstrap-select .dropdown-menu {
    padding: 10px 0;
}

@media(max-width:767.98px) {
    .bootstrap-select .dropdown-menu {
        width: 100% !important;
        min-width: 100% !important;
    }
}

.bootstrap-select .dropdown-menu li a {
    color: #414042;
    font-size: 18px;
    text-decoration: underline;
    padding: 5px 30px;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline;
    white-space: break-spaces;
    white-space: pre-wrap;
}

.bootstrap-select .dropdown-item {
    white-space: pre-wrap;
}

.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    color: #414042;
    text-decoration: underline;
    background-color: transparent;
}

.bootstrap-select .btn.dropdown-toggle {
    font-family: "Effra-Medium";
    width: auto;
    max-width: 100%;
    padding: 19px 15px;
    text-align: left;
    font-size: 16px !important;
    line-height: 16px;
}

@media(max-width:767.98px) {
    .bootstrap-select .btn.dropdown-toggle {
        line-height: 19px;
    }
}

.bootstrap-select .btn.dropdown-toggle .filter-option-inner-inner {
    padding-right: 33px;
    white-space: break-spaces;
    white-space: pre-wrap;
}

.form-container {
    padding: 35px;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

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

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(171, 18, 57, .25);
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #f17e9b;
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

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

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

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #fff;
    border: 1px solid #6d6e70;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #ab1239;
}

.custom-checkbox .checkbox-blue.custom-control-input:checked~.custom-control-label::before {
    background-color: #04336c;
}

.custom-checkbox .checkbox-blue.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(4, 51, 108, .5);
}

.custom-checkbox .checkbox-blue.custom-control-input:active~.custom-control-label::before {
    background-color: rgba(4, 51, 108, .5);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

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

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

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(171, 18, 57, .5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(171, 18, 57, .5);
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #ab1239;
}

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

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(171, 18, 57, .5);
}

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

.custom-select:focus {
    border-color: #007bff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}

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

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

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

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(5rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
    border-color: #007bff;
    box-shadow: 0 0 0 .2rem rgba(171, 18, 57, .25);
}

.custom-file-input:focus~.custom-file-label::after {
    border-color: #007bff;
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef;
}

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

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0 0 0;
}

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none;
}

.custom-range:focus {
    outline: none;
}

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

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #ab1239;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

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

.custom-range::-webkit-slider-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(171, 18, 57, .25);
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #f17e9b;
}

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

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ab1239;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

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

.custom-range::-moz-range-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(171, 18, 57, .25);
}

.custom-range::-moz-range-thumb:active {
    background-color: #f17e9b;
}

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

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #ab1239;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none;
}

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

.custom-range::-ms-thumb:focus {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(171, 18, 57, .25);
}

.custom-range::-ms-thumb:active {
    background-color: #f17e9b;
}

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

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

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}

.modal .form-group .form-control {
    background-color: #f1f1f2;
}

@media(max-width:767px) {
    .ui-dialog {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

.breadcrumbs-wrap {
    background-color: #e9ecef;
    border-width: 1px 0;
    border-style: solid;
    border-color: #e6e5e5;
    padding: .25em 0;
}

.breadcrumb {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-radius: 0;
}

.breadcrumb-item {
    font-size: 13px;
}

.breadcrumb-item a {
    color: #444;
    text-transform: capitalize;
    font-weight: 600;
    text-decoration: underline;
}

.breadcrumb-item:last-child a {
    color: #ab1239;
}

footer#resposnive-footer {
    margin: 80px auto 0;
    clear: both;
    padding: 0;
    background-color: #f1f1f2;
    font-family: "Effra-Regular";
    color: #414042;
    font-size: 16px;
    line-height: 23px;
    background-image: url(../../images/footer/red_footer_span.svg);
    width: 100%;
    background-size: 100% 24px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
}

footer#resposnive-footer .drury-logo-footer img {
    margin-top: -10px;
    width: 100%;
    min-width: 75px;
    max-width: 100px;
}

@media(max-width:991.98px) {
    footer#resposnive-footer .drury-logo-footer img {
        width: 90%;
    }
}

@media(max-width:767.98px) {
    footer#resposnive-footer .drury-logo-footer img {
        width: 80%;
    }
}

footer#resposnive-footer .drury-slogan-footer .slogan-img-wrap {
    margin: 20px 0 0 35px;
}

@media(max-width:991.98px) {
    footer#resposnive-footer .drury-slogan-footer .slogan-img-wrap {
        margin-left: 30px;
    }
}

@media(max-width:767.98px) {
    footer#resposnive-footer .drury-slogan-footer .slogan-img-wrap {
        margin: 17px 0 0 8px;
    }
}

footer#resposnive-footer .drury-slogan-footer img {
    width: 100%;
    max-width: 200px;
}

@media(max-width:767.98px) {
    footer#resposnive-footer .drury-slogan-footer img {
        width: 90%;
    }
}

footer#resposnive-footer h2 {
    font-family: "Effra-Bold";
    font-size: 30px;
    line-height: 38px;
    text-transform: none;
}

@media(max-width:767.98px) {
    footer#resposnive-footer h2 {
        font-size: 27px;
        line-height: 31px;
    }
}

footer#resposnive-footer h3 {
    font-family: "Effra-Regular";
    font-size: 18px;
    line-height: 18px;
}

@media(max-width:767.98px) {
    footer#resposnive-footer h3 {
        font-size: 16px;
        line-height: 18px;
    }
}

footer#resposnive-footer h3 a {
    color: #ab1239 !important;
    text-decoration: underline;
}

@media(max-width:767px) {
    footer#resposnive-footer .social-icons {
        width: 100%;
    }
}

footer#resposnive-footer .social-icons .social-icon img {
    width: 40px;
    height: 40px;
}

footer#resposnive-footer .jdp-text p {
    max-width: 349px;
}

footer#resposnive-footer .jdp-text p a {
    font-size: 16px;
    color: #414042;
    text-decoration: underline;
}

footer#resposnive-footer .jdp-icon img {
    max-width: 64px;
}

footer#resposnive-footer .footer-right-wrap {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    height: 100%;
    border-left: 1px solid #6d6e70;
    padding: 5px 0 5px 25px;
    justify-content: space-around;
    margin-top: 29px;
}

footer#resposnive-footer nav.secondary-nav ul {
    margin: 0 0 35px;
    padding: 0;
}

footer#resposnive-footer nav.secondary-nav ul li {
    margin-bottom: 15px;
}

footer#resposnive-footer nav.secondary-nav ul li a,
footer#resposnive-footer nav.secondary-nav ul li button {
    color: #414042;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
}

footer#resposnive-footer nav.secondary-nav ul li a:hover,
footer#resposnive-footer nav.secondary-nav ul li button:hover {
    color: #414042;
}

@media(max-width:991.98px) {
    footer#resposnive-footer .copyright {
        background-color: #fff;
        padding: 30px 0;
    }
}

footer#resposnive-footer .copyright p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

footer#resposnive-footer a span.screen-reader-text,
footer#resposnive-footer button span.screen-reader-text,
footer#resposnive-footer .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.bg-gray-light {
    background-color: #dbdbdb;
}

.color-drury-blue {
    color: #04336c;
}

strong {
    font-family: "Effra-Medium";
    font-weight: normal;
    letter-spacing: 0;
}

.flex-1 {
    flex: 1;
}

.main-header-wrapper--short {
    z-index: 3;
}

.main-header {
    margin-bottom: 5em;
}

@media(max-width:991.98px) {
    .main-header {
        margin-bottom: 3em;
    }
}

@media(max-width:767.98px) {
    .main-header {
        margin-bottom: 2em;
    }
}

.main-navigation {
    background-color: #ab1239;
    border-bottom: 7px solid #f05b61;
    font-family: "Effra-Regular";
    z-index: 4;
}

.main-navigation .container-fluid {
    justify-content: unset;
}

.main-navigation .navbar-brand {
    width: 250px;
    padding: 30px 40px;
    margin-bottom: -35px;
    margin-right: 0;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .35);
}

.main-navigation .navbar-brand img {
    width: 100%;
}

@media(max-width:991.98px) {
    .main-navigation .navbar-brand {
        width: 200px;
        padding: 20px;
        margin-bottom: -25px;
    }
}

@media(max-width:767.98px) {
    .main-navigation .navbar-brand {
        width: 145px;
        padding: 15px;
    }
}

.main-navigation .user-bar {
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.main-navigation .user-bar>nav a,
.main-navigation .user-bar ul a {
    color: #04336c;
    font-size: 14px;
    font-family: "Effra-Bold";
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
}

@media(min-width:992px) {
    .main-navigation .user-bar>nav a img,
    .main-navigation .user-bar ul a img {
        vertical-align: middle;
        padding-right: 4px;
    }
    .main-navigation .user-bar>nav a span,
    .main-navigation .user-bar ul a span {
        display: inline-block;
        line-height: 1.2;
        border-bottom: 1px solid transparent;
    }
    .main-navigation .user-bar>nav a:hover span,
    .main-navigation .user-bar>nav a:active span,
    .main-navigation .user-bar>nav a:focus span,
    .main-navigation .user-bar ul a:hover span,
    .main-navigation .user-bar ul a:active span,
    .main-navigation .user-bar ul a:focus span {
        border-bottom-color: #04336c;
    }
}

@media(max-width:991.98px) {
    .main-navigation .user-bar {
        background-color: #e0ecf1;
        border-radius: 0;
    }
}

.main-navigation .navbar-toggler {
    height: 100%;
}

.main-navigation .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.main-navigation .navbar-toggler .navbar-toggler-close-icon {
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.37 17.37'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23ffffff;stroke-miterlimit:10;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EAsset 1%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cline class='cls-1' x1='0.71' y1='0.71' x2='16.66' y2='16.66'/%3E%3Cline class='cls-1' x1='16.66' y1='0.71' x2='0.71' y2='16.66'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
}

.main-navigation .nav-link {
    color: #ab1239 !important;
    font-size: 16px;
    font-family: "Effra-Medium";
    text-decoration: none;
    padding: .75em 1.5em;
    margin: 0;
}

@media(min-width:992px) {
    .main-navigation .nav-link {
        color: #fff !important;
        font-family: "Effra-Bold";
        letter-spacing: 1.5px;
        text-transform: uppercase;
        padding: 0 !important;
        margin: .5rem 1.25em;
        border-bottom: 1px solid transparent;
    }
}

.main-navigation .nav-link:hover,
.main-navigation .nav-link:active,
.main-navigation .nav-link:focus {
    border-bottom-color: #fff;
}

@media(min-width:768px) {
    .main-navigation .navbar-collapse {
        margin-top: 24px;
        margin-bottom: 12px;
    }
}

@media(max-width:991.98px) {
    .main-navigation .navbar-collapse {
        background-color: #fff;
        width: 305px;
        box-shadow: 0 0 50px rgba(0, 0, 0, .5);
        z-index: 4;
        overflow-y: scroll;
        overflow-x: hidden;
        position: fixed;
        top: 0;
        bottom: 0;
        padding: 0;
        height: 100%;
    }
    .main-navigation .navbar-collapse .nav-item {
        border-bottom: 1px solid #dbdbdb;
    }
    .main-navigation .navbar-collapse .nav-item:last-child {
        border-bottom: none;
    }
}

.main-navigation .nav-menu-header {
    border-bottom: 7px solid #fff;
    height: 60px;
}

@media(min-width:768px) {
    .main-navigation .nav-menu-header {
        height: 84px;
    }
}

.main-navigation .nav-menu-footer p,
.main-navigation .nav-menu-footer a,
.main-navigation .nav-menu-footer button {
    color: #414042 !important;
    font-family: "Effra-Regular";
    font-size: 15px !important;
}

.main-navigation .nav-menu-footer button {
    text-decoration: none !important;
}

.main-navigation .nav-menu-footer button:hover {
    color: #414042 !important;
}

.main-navigation .drury-rewards-points {
    color: #04336c;
    font-family: "Effra-Medium";
    font-size: 14px;
}

.main-navigation *:not(.navbar-brand):focus {
    outline: none !important;
}

#loginbox .modal-dialog {
    max-width: 400px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .35);
}

#loginbox .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
}

#loginbox .modal-dialog .modal-header {
    background-color: #e0ecf1;
    border: none;
    border-radius: 0;
}

#loginbox .modal-dialog .modal-body {
    background-color: #e0ecf1;
}

#loginbox .modal-dialog .modal-body .form-control {
    border: none;
    border-radius: 0;
}

#loginbox .modal-dialog .modal-footer {
    display: block;
}

#loginbox .modal-dialog a:not(.btn) {
    color: #414042;
    text-decoration: underline;
}

#loginbox .modal-dialog .close {
    line-height: 0;
}

.mobile-sign-in a {
    text-decoration: underline;
}

.mobile-sign-in__recovery-links {
    border-top: 1px solid #fff;
}

.drury-rewards-logo {
    width: 160px;
    box-sizing: content-box;
}

@media(max-width:575px) {
    #loginbox .modal-dialog {
        margin-left: auto;
        margin-right: auto;
    }
}

@media(min-width:576px) {
    #loginbox .modal-dialog {
        margin-right: 15px;
    }
}

@media(min-width:1171px) {
    #loginbox .modal-dialog {
        margin-right: calc(((100% - 1170px)/2) + 15px);
    }
}

.modal-backdrop.show {
    display: none !important;
}

.bg-nav-open {
    background-color: rgba(255, 255, 255, .75);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
    z-index: 3;
}

body.nav-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

body.modal-open .bg-nav-open,
body.nav-open .bg-nav-open {
    visibility: visible;
    opacity: 1;
}

@media(max-width:991.98px) {
    .navbar-collapse {
        position: absolute;
        top: 0;
        left: calc(-305px - 50px);
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all .3s ease;
        display: block;
    }
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-right: 50%;
        transition: all .3s ease;
        display: block;
    }
    .navbar-collapse.show {
        left: 0;
    }
}

.swiper-button-prev.swiper-button-gray,
.swiper-button-next.swiper-button-gray {
    height: 100%;
    width: 44px;
    background-size: 33%;
    background-position-y: center;
    top: 0;
    margin-top: 0;
    z-index: 1;
}

.swiper-button-prev.swiper-button-gray,
.swiper-container-rtl .swiper-button-next.swiper-button-gray {
    background-image: url("../../images/slider-arrows/left_arrow_thumbnail.svg");
    background-position-x: left;
    left: 28px;
}

.swiper-button-next.swiper-button-gray,
.swiper-container-rtl .swiper-button-prev.swiper-button-gray {
    background-image: url("../../images/slider-arrows/right_arrow_thumbnail.svg");
    background-position-x: right;
    right: 28px;
}

@media(min-width:630px) {
    .island .swiper-button-prev.swiper-button-gray,
    .island .swiper-container-rtl .swiper-button-next.swiper-button-gray {
        left: 10px;
    }
}

@media(min-width:630px) {
    .island .swiper-button-next.swiper-button-gray,
    .island .swiper-container-rtl .swiper-button-prev.swiper-button-gray {
        right: 10px;
    }
}

.swiper-slide img.swiper-lazy:not(.swiper-lazy-loaded) {
    display: none;
}

.swiper-amenities-container {
    position: relative;
}

@media(min-width:1200px) {
    .swiper-amenities-container .swiper-button-prev,
    .swiper-amenities-container .swiper-button-next {
        display: none;
    }
}

.swiper-container.swiper-amenities .amenity {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: center;
    flex-shrink: 0;
    text-align: center;
}

.swiper-container.swiper-amenities .swiper-slide {
    height: 100%;
    text-align: center;
}

.swiper-container.swiper-amenities .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 73px;
    flex-shrink: 0;
    margin: 0 auto;
    display: block;
}

.swiper-container.swiper-amenities .swiper-slide p {
    margin: 17px auto 0;
    line-height: 23px;
    color: #ab1239;
}

.swiper-drury-rewards-container {
    position: relative;
}

@media(min-width:768px) {
    .swiper-drury-rewards-container .swiper-button-prev,
    .swiper-drury-rewards-container .swiper-button-next {
        display: none;
    }
}

.swiper-container.swiper-drury-rewards .amenity {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: center;
    flex-shrink: 0;
    text-align: center;
}

.swiper-container.swiper-drury-rewards .swiper-slide {
    height: 100%;
    text-align: center;
}

.swiper-container.swiper-drury-rewards .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 83px;
    flex-shrink: 0;
    margin: 0 auto;
    display: block;
}

.swiper-container.swiper-drury-rewards .swiper-slide p {
    margin: 17px 8px 0;
    line-height: 23px;
    color: #ab1239;
}

.home.new-styles .home-hero {
    height: 532px;
    background-size: cover;
    background-position: center top;
}

@media(max-width:1199.98px) {
    .home.new-styles .home-hero {
        height: 440px;
    }
}

@media(max-width:991.98px) {
    .home.new-styles .home-hero {
        height: 350px;
    }
}

@media(max-width:575.98px) {
    .home.new-styles .home-hero {
        height: 350px;
        background-size: auto 66%;
        background-position: top center;
        background-repeat: no-repeat;
        margin-bottom: 0 !important;
    }
}

@media(max-width:1199.98px) {
    .home.new-styles .home-hero .no-gutters-mobile {
        padding: 0;
    }
}

.home.new-styles .home-hero--info {
    padding: 20px 28px;
    background-color: rgba(4, 51, 108, .8);
}

@media(max-width:575.98px) {
    .home.new-styles .home-hero--info {
        background-color: #04336c;
    }
}

@media(min-width:516px) {
    .home.new-styles .home-hero--info {
        padding: 20px 35px;
    }
}

.home.new-styles .home-hero--info--logo {
    margin-bottom: 5px;
}

.home.new-styles .home-hero--info--logo img {
    height: 34px;
}

@media(min-width:1200px) {
    .home.new-styles .home-hero--info--logo {
        border-right: 1px solid #fff;
        padding-right: 35px;
        margin-right: 35px;
        margin-bottom: 0;
    }
}

@media(max-width:1199.98px) {
    .home.new-styles .home-hero--info--text {
        max-width: 515px;
    }
}

.home.new-styles .home-hero--info--text span {
    color: #fff;
    font-family: "Effra-Regular";
    font-size: 16px;
    line-height: 21px;
    display: block;
    text-align: center;
}

@media(max-width:1199.98px) {
    .home.new-styles .home-hero--info--text span {
        line-height: 27px;
    }
}

.home.new-styles .home-hero--beneath {
    margin-bottom: 80px !important;
    height: 170px !important;
}

@media(max-width:1199.98px) {
    .home.new-styles .home-hero .desktop-only {
        display: none;
    }
}

.home.new-styles .home-hero .mobile-only {
    display: none;
}

@media(max-width:1199.98px) {
    .home.new-styles .home-hero .mobile-only {
        display: block;
    }
}

.home.new-styles .home-hero .book-it-fast {
    background-color: #fff;
    color: #ab1239;
}

@media(max-width:1199.98px) {
    .home.new-styles .home-hero .book-it-fast {
        max-width: 515px;
        margin: 0 auto;
    }
    .home.new-styles .home-hero .book-it-fast__container {
        width: 100%;
        position: absolute;
        background-color: #f1f1f2;
        border-bottom: 1px solid #ab1239;
    }
}

.home.new-styles .home-hero .book-it-fast .book-it-fast__col {
    height: 70px;
}

@media(max-width:1199.98px) {
    .home.new-styles .home-hero .book-it-fast .book-it-fast__col {
        height: 45px;
    }
}

@media(max-width:1199.98px) {
    .home.new-styles .home-hero .book-it-fast .book-it-fast__col:nth-child(3) {
        margin-bottom: 25px;
    }
}

.home.new-styles .home-hero .book-it-fast .full-height {
    height: 100%;
}

.home.new-styles .home-hero .book-it-fast form {
    padding: 25px 28px;
}

@media(min-width:516px) {
    .home.new-styles .home-hero .book-it-fast form {
        padding: 10px 35px;
    }
}

.home.new-styles .home-hero .book-it-fast hr {
    border-color: #6d6e70;
}

.home.new-styles .home-hero .book-it-fast__input {
    background-color: transparent;
    border: 0;
    color: #ab1239;
    font-size: 16px;
    font-family: "Effra-Regular";
    text-overflow: ellipsis;
}

.home.new-styles .home-hero .book-it-fast__input::-webkit-input-placeholder {
    color: #ab1239;
}

.home.new-styles .home-hero .book-it-fast__input:-moz-placeholder {
    color: #ab1239;
}

.home.new-styles .home-hero .book-it-fast__input::-moz-placeholder {
    color: #ab1239;
}

.home.new-styles .home-hero .book-it-fast__input:-ms-input-placeholder {
    color: #ab1239;
}

@media(min-width:1200px) {
    .home.new-styles .home-hero .book-it-fast__input {
        margin-right: 15px;
    }
}

.home.new-styles .home-hero .book-it-fast__input:focus {
    outline: 1px solid transparent;
}

.home.new-styles .home-hero .book-it-fast__label {
    margin: 0;
    font-size: 21px;
    font-family: "Effra-Medium";
}

.home.new-styles .home-hero .book-it-fast__icon {
    color: #6d6e70;
    border-right: 1px solid #6d6e70;
    padding-right: 20px;
    margin-right: 25px;
    display: flex;
    flex: 0 0 32px;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: content-box;
}

@media(max-width:1199.98px) {
    .home.new-styles .home-hero .book-it-fast__icon {
        flex: 0 0 22px;
    }
}

@media(max-width:480px) {
    .home.new-styles .home-hero .book-it-fast__icon {
        padding-right: 15px;
        margin-right: 20px;
    }
}

@media(max-width:374px) {
    .home.new-styles .home-hero .book-it-fast__icon {
        display: none;
    }
}

.home.new-styles .home-hero .book-it-fast__icon img {
    width: 100%;
}

.home.new-styles .home-hero .book-it-fast__location {
    height: 100%;
    max-width: 410px;
}

.home.new-styles .home-hero .book-it-fast__location.focus {
    padding-right: 0;
}

.home.new-styles .home-hero .book-it-fast__location.focus .book-it-fast__icon {
    margin-right: 0;
}

.home.new-styles .home-hero .book-it-fast__location.focus .location-input-wrap label {
    display: none;
}

.home.new-styles .home-hero .book-it-fast__location.focus .location-input-wrap input {
    color: #6d6e70;
    background-color: #fff;
    padding: 0 10px 0 25px;
}

.home.new-styles .home-hero .book-it-fast__location.focus .location-input-wrap input::-webkit-input-placeholder {
    color: #6d6e70;
}

.home.new-styles .home-hero .book-it-fast__location.focus .location-input-wrap input:-moz-placeholder {
    color: #6d6e70;
}

.home.new-styles .home-hero .book-it-fast__location.focus .location-input-wrap input::-moz-placeholder {
    color: #6d6e70;
}

.home.new-styles .home-hero .book-it-fast__location.focus .location-input-wrap input:-ms-input-placeholder {
    color: #6d6e70;
}

.home.new-styles .home-hero .book-it-fast__location.active-value {
    padding-right: 0;
}

.home.new-styles .home-hero .book-it-fast__location.active-value .book-it-fast__icon {
    margin-right: 0;
}

.home.new-styles .home-hero .book-it-fast__location.active-value .location-input-wrap label {
    display: none;
}

.home.new-styles .home-hero .book-it-fast__location.active-value .location-input-wrap input {
    padding: 0 10px 0 25px;
}

.home.new-styles .home-hero .book-it-fast__location .book-it-fast__label {
    min-width: 100px;
}

.home.new-styles .home-hero .book-it-fast__dates {
    width: auto;
}

@media(max-width:1199.98px) {
    .home.new-styles .home-hero .book-it-fast__dates {
        flex-grow: 1;
    }
}

.home.new-styles .home-hero .book-it-fast__date {
    width: auto;
    padding: .5rem;
}

.home.new-styles .home-hero .book-it-fast__date:focus-within {
    outline: 2px solid #ab1239;
}

.home.new-styles .home-hero .book-it-fast .dates_col {
    padding: 0 50px 0 25px;
}

@media(max-width:480px) {
    .home.new-styles .home-hero .book-it-fast .dates_col {
        padding: 0;
    }
}

.home.new-styles .home-hero .book-it-fast__arrive,
.home.new-styles .home-hero .book-it-fast__depart {
    text-align: center;
    line-height: 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    font-size: 21px;
    font-family: "Effra-Medium";
}

.home.new-styles .home-hero .book-it-fast__arrive .month,
.home.new-styles .home-hero .book-it-fast__depart .month {
    margin-bottom: 5px;
    cursor: pointer;
}

.home.new-styles .home-hero .book-it-fast__arrive .day,
.home.new-styles .home-hero .book-it-fast__depart .day {
    font-size: 28px;
    cursor: pointer;
}

.home.new-styles .home-hero .book-it-fast__count {
    color: #6d6e70;
    font-family: "Effra-Bold";
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 30px;
    min-width: 138px;
}

@media(max-width:480px) {
    .home.new-styles .home-hero .book-it-fast__count {
        padding: 0 20px;
    }
}

.home.new-styles .home-hero .book-it-fast__search {
    justify-self: flex-end;
    align-self: self-end;
    flex-grow: 1;
    width: 100%;
}

@media(min-width:1200px) {
    .home.new-styles .home-hero .book-it-fast__search {
        max-width: 270px;
    }
}

@media(max-width:1199.98px) {
    .home.new-styles .home-hero .book-it-fast__search {
        height: 70px !important;
    }
}

.home.new-styles .home-hero .book-it-fast__btn {
    font-family: "Effra-Bold";
    display: block;
    width: 100%;
    border-radius: 0;
    font-size: 21px !important;
    width: 100%;
    min-width: 200px;
    line-height: 21px;
}

@media(min-width:1200px) {
    .home.new-styles .home-hero .book-it-fast__btn {
        max-width: 270px;
    }
}

.home.new-styles .ui-datepicker {
    font-family: "Effra-Regular";
}

@media(max-width:767px) {
    .home.new-styles .ui-datepicker {
        top: 50% !important;
        left: 50% !important;
        transform: translateX(-50%) translateY(-50%);
    }
}

.home.new-styles .ui-autocomplete {
    z-index: 1009;
    width: 300px;
    list-style: none;
    padding-left: 0;
    left: 0;
}

.home.new-styles .ui-autocomplete li {
    cursor: pointer;
    padding: 0;
}

.home.new-styles .ui-autocomplete .ui-menu-item-wrapper {
    display: block;
    padding: 5px;
    text-decoration: underline;
}

.home.new-styles .ui-autocomplete .ui-state-active {
    border: none;
    background: #eee;
    font-weight: bold;
    color: #111 !important;
}

.home.new-styles .ui-widget-content .ui-menu-item-wrapper {
    color: #414042;
}

.home.new-styles .ui-widget-header {
    border: 1px solid #ab1239;
    background: #ab1239;
}

.home.new-styles .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.home.new-styles .popover h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.swiper-quick-links-container {
    position: relative;
}

.swiper-quick-links-container .swiper-button-prev,
.swiper-quick-links-container .swiper-button-next {
    background-position-y: 238px;
}

@media(max-width:516px) {
    .swiper-quick-links-container .swiper-button-prev,
    .swiper-quick-links-container .swiper-button-next {
        background-position-y: 213px;
    }
}

@media(max-width:397px) {
    .swiper-quick-links-container .swiper-button-prev,
    .swiper-quick-links-container .swiper-button-next {
        background-position-y: 185px;
    }
}

@media(min-width:1100px) {
    .swiper-quick-links-container .swiper-button-prev,
    .swiper-quick-links-container .swiper-button-next {
        display: none;
    }
}

.swiper-quick-links-container .swiper-container.swiper-quick-links .amenity {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: center;
}

.swiper-quick-links-container .swiper-container.swiper-quick-links .swiper-slide {
    height: auto;
    text-align: center;
}

.swiper-quick-links-container .swiper-container.swiper-quick-links .swiper-slide:last-of-type {
    margin-right: 0;
}

.swiper-quick-links-container .swiper-container.swiper-quick-links .swiper-slide .swiper-slide-inner {
    margin: 0 auto;
    max-width: 315px;
    display: flex;
    justify-content: space-between;
}

@media(max-width:516px) {
    .swiper-quick-links-container .swiper-container.swiper-quick-links .swiper-slide .swiper-slide-inner {
        max-width: 260px;
    }
}

.swiper-quick-links-container .swiper-container.swiper-quick-links .swiper-slide h2 {
    margin-bottom: 40px;
}

.swiper-quick-links-container .swiper-container.swiper-quick-links .swiper-slide img {
    max-width: 300px;
    width: 100%;
}

@media(max-width:398px) {
    .swiper-quick-links-container .swiper-container.swiper-quick-links .swiper-slide img {
        max-width: 200px;
    }
}

.swiper-quick-links-container .swiper-container.swiper-quick-links .swiper-slide .quicklink--logo {
    margin-top: 45px;
}

.swiper-quick-links-container .swiper-container.swiper-quick-links .swiper-slide p:first-of-type {
    margin: 45px auto 25px;
    line-height: 27px;
    flex-grow: 1;
}

.swiper-quick-links-container .swiper-container.swiper-quick-links .swiper-slide a.section-text-link {
    margin: 0 auto;
}

.featured-hotel-banner {
    width: 100%;
    height: 430px;
    background-position-y: bottom;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media(max-width:991.98px) {
    .featured-hotel-banner {
        height: 300px;
    }
}

.featured-hotel-banner .col-12 {
    display: flex;
}

.featured-hotel-banner p {
    font-family: "Effra-Bold";
    font-size: 15px;
}

.featured-hotel-banner p .text-color-white {
    text-shadow: 0 0 8px rgba(0, 0, 0, .4);
}

.featured-hotel-banner a {
    position: absolute;
    text-indent: -9999px;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
}

.featured-hotel-banner.text-top p {
    align-self: flex-start;
    margin-top: 40px;
}

.featured-hotel-banner.text-bottom p {
    margin-bottom: 40px;
}

.featured-hotel-banner.hotel-stl {
    background-image: url("../../images/home/homepage_spotlight_arch_v2.jpg");
}

.featured-hotel-banner.hotel-huntsville {
    background-image: url("../../images/home/homepage_spotlight_hunts_v2.jpg");
}

.featured-hotel-banner.hotel-nashville {
    background-image: url("../../images/home/banner-desktop-dph-nash-2.jpg");
}

.featured-hotel-banner.hotel-lafayette-in {
    background-image: url("../../images/home/banner-desktop-dis-lafin.jpg");
}

@media(max-width:767.98px) {
    .featured-hotel-banner.hotel-lafayette-in {
        background-image: url("../../images/home/banner-mobile-dis-lafin.jpg");
    }
}

.featured-hotel-banner.hotel-dallas-richardson {
    background-image: url("../../images/home/spring-2022/banner-dph-dallas-richardson.jpg");
    background-position-y: center;
}

.featured-hotel-banner.hotel-sa-north-stone-oak {
    background-image: url("../../images/home/summer-2022/0153-pool-mobile.jpg");
    margin-bottom: 8px;
}

@media(max-width:767.98px) {
    .featured-hotel-banner.hotel-sa-north-stone-oak {
        background-position-x: 25%;
    }
}

.featured-hotel-banner.hotel-sa-riverwalk {
    background-image: url("../../images/home/fall-2022/HomePage-RiverWalk.jpg");
    margin-bottom: 8px;
    background-position-y: 87%;
    text-shadow: 2px 2px 2px black;
}

@media(max-width:767.98px) {
    .featured-hotel-banner.hotel-sa-riverwalk {
        background-image: url("../../images/home/fall-2022/HomePage-RiverWalk2.jpg");
        text-shadow: 1px 1px 1px black;
        background-position-x: 48%;
    }
}

.featured-hotel-banner.hotel-cleveland-downtown {
    background-image: url("../../images/home/fall-2022/Cleveland-Lobby.jpg");
    margin-bottom: 8px;
    background-position-y: 61%;
    text-shadow: 1px 1px 1px black;
}

@media(max-width:767.98px) {
    .featured-hotel-banner.hotel-cleveland-downtown {
        background-position-x: 48%;
    }
}

.featured-hotel-banner.hotel-nashville-downtown {
    background-image: url("../../images/home/spring-2023/Nashville_Meetings_banner.jpeg");
    margin-bottom: 8px;
    background-position-y: 50%;
    text-shadow: 1px 1px 1px black;
}

@media(max-width:767.98px) {
    .featured-hotel-banner.hotel-nashville-downtown {
        background-position-x: 48%;
    }
}

.featured-hotel-banner.hotel_pool_new_orleans {
    background-image: url("../../images/home/spring-2024/0153_pool.jpg");
    margin-bottom: 8px;
    background-position-y: 78%;
    text-shadow: 1px 1px 1px black;
}

@media(max-width:767.98px) {
    .featured-hotel-banner.hotel_pool_new_orleans {
        background-position-x: 48%;
    }
}

.featured-hotel-banner.hotel_lobby_dallas_arlington {
    background-image: url("../../images/home/winter-2024/0188_Lobby.jpg");
    margin-bottom: 8px;
    background-position-y: 78%;
    text-shadow: 1px 1px 1px black;
}

@media(max-width:767.98px) {
    .featured-hotel-banner.hotel_lobby_dallas_arlington {
        background-position-x: 48%;
    }
}

.featured-hotel-banner.hotel_pool_new_orleans_25 {
    background-image: url("../../images/home/summer-2025/dph_neworleans.jpg");
    margin-bottom: 8px;
    background-position-y: 65%;
    text-shadow: 1px 1px 1px black;
}

@media(max-width:767.98px) {
    .featured-hotel-banner.hotel_pool_new_orleans_25 {
        background-position-x: 48%;
    }
}

.featured-hotel-banner.dph_san_antonio_riverwalk {
    background-image: url("../../images/home/winter-2025/0130_Lobby.jpg");
    margin-bottom: 8px;
    background-position-y: 45%;
    text-shadow: 1px 1px 1px black;
}

@media(max-width:767.98px) {
    .featured-hotel-banner.dph_san_antonio_riverwalk {
        background-position-x: 48%;
    }
}

.featured-hotel-banner.travel-clean-and-safe {
    background-image: url("/images/home/Banner-Desktop-COVID.jpg");
}

@media(max-width:767.98px) {
    .featured-hotel-banner.travel-clean-and-safe {
        background-image: url("/images/home/Banner-Clean-Safe-Mobile-2.jpg");
        height: 350px;
    }
}

@media(max-width:575.98px) {
    .featured-hotel-banner.travel-clean-and-safe {
        height: 300px;
    }
}

.featured-hotel-banner.jdpower-award {
    background-image: url("/images/home/jdp-14-banner.jpg");
}

@media(max-width:767.98px) {
    .featured-hotel-banner.jdpower-award {
        background-image: url("/images/home/jdp-14-banner-mobile.jpg");
        height: 350px;
    }
}

@media(max-width:575.98px) {
    .featured-hotel-banner.jdpower-award {
        height: 300px;
    }
}

.featured-hotel-banner.dph_san_antonio_north_stone_oak {
    background-image: url("../../images/home/spring-2026/153_Pool.jpg");
    margin-bottom: 8px;
    background-position-y: 70%;
    text-shadow: 1px 1px 1px black;
}

@media(max-width:767.98px) {
    .featured-hotel-banner.dph_san_antonio_north_stone_oak {
        background-position-x: 48%;
    }
}

.featured-hotel-banner.featured-hotel-banner.route66 {
    background-image: url("../../images/home/spring-2026/Route66_smallText.png?mode=crop&width=2000");
    margin-bottom: 8px;
    background-position-y: 59%;
    text-shadow: 1px 1px 1px black;
}

@media(max-width:767.98px) {
    .featured-hotel-banner.featured-hotel-banner.route66 {
        background-image: url("../../images/home/spring-2026/Route66.png?mode=crop&width=768");
        background-position-x: 48%;
    }
}

.booking-flow-header {
    padding: 30px 0;
    background: #ab1239;
    border-bottom: 7px solid #f05b61;
}

.booking-flow-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-flow-header__logo {
    width: 220px;
}

.booking-flow-header__rewards-container {
    color: #fff;
    display: flex;
    align-items: center;
}

.booking-flow-header__rewards-container a {
    margin-right: 10px;
    color: #fff;
}

@media(max-width:576px) {
    .booking-flow-header {
        padding: 9px 0;
        border-bottom-width: 1px;
    }
    .booking-flow-header__logo {
        width: 134px;
    }
}

.welcome-back-partial {
    padding: 18px 28px;
    text-align: center;
    background-color: #e0ecf1;
}

.welcome-back-partial * {
    color: #04336c !important;
}

.welcome-back-partial h4,
.welcome-back-partial h5 {
    font-family: "Effra-Medium" !important;
    font-size: 20px;
    margin-bottom: 0;
}

.welcome-back-partial p {
    font-size: 12px;
}

.trip-summary-partial {
    background-color: #e0ecf1;
    margin-bottom: 50px;
    color: #04336c;
}

@media(max-width:991.98px) {
    .trip-summary-partial {
        margin-bottom: 4px;
    }
}

.trip-summary-partial .hotel-img {
    width: 100%;
    margin-bottom: 40px;
}

@media(max-width:991.98px) {
    .trip-summary-partial .hotel-img {
        display: none;
    }
}

.trip-summary-partial hr {
    border-top-color: #04336c;
    margin: 25px auto;
}

.trip-summary-partial .map-marker img {
    width: 10px;
    margin-top: -10px;
    margin-right: 7px;
}

.trip-summary-partial h5 {
    font-family: "Effra-Bold" !important;
    font-size: 16px;
    margin-bottom: 13px;
}

.trip-summary-partial .trip-location,
.trip-summary-partial .trip-dates {
    font-family: "Effra-Medium" !important;
    font-size: 16px;
    margin-bottom: 0;
}

.trip-summary-partial .trip-info {
    font-size: 14px;
}

.trip-summary-partial .trip-total-row {
    font-family: "Effra-Medium";
    text-transform: uppercase;
}

.trip-summary-partial .trip-total-row .total-title {
    margin-bottom: -9px;
}

.trip-summary-partial .trip-total-row .total-title small {
    font-size: 10px;
    font-family: "Effra-Medium";
    color: #04336c;
}

.trip-summary-partial .trip-total-row .trip-total {
    font-size: 13px;
}

.trip-summary-partial .trip-total-row .trip-total .trip-price {
    font-size: 32px;
}

.trip-summary-partial .trip-total-row .trip-total .trip-points {
    line-height: 13px;
    border-left: 1px solid;
    padding-left: 12px;
    margin-left: 10px;
}

.trip-summary-partial .trip-total-row .open-trip-details {
    cursor: pointer;
}

.trip-summary-partial .trip-total-row .open-trip-details[aria-expanded=true] img {
    transform: rotate(180deg);
}

.trip-summary-partial #tripDetails .room-details {
    margin-bottom: 17px;
}

.trip-summary-partial #tripDetails .room-details .room-count {
    font-size: 16px;
    line-height: 16px;
    font-family: "Effra-Medium";
}

.trip-summary-partial #tripDetails .room-details .room-name {
    font-size: 16px;
    font-family: "Effra-Regular";
}

.trip-summary-partial #tripDetails .room-details .room-discount {
    font-size: 12px;
    color: #6d6e70;
}

.trip-summary-partial #tripDetails p {
    font-size: 16px;
    margin-bottom: 8px;
    font-family: "Effra-Medium";
    color: #6d6e70;
}

.trip-summary-partial #tripDetails .bold {
    color: #414042;
}

.trip-summary-partial #tripDetails a {
    color: #414042;
}

.trip-summary-partial #tripDetails .rate-total .bold {
    font-family: "Effra-bold";
}

.modal-drb {
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 250px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
}

.modal-drb .modal-content-drb {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 27%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
}

@-webkit-keyframes animatetop {
    from {
        top: -100px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -100px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

.close-modal-drb {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-modal-drb:hover,
.close-modal-drb:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header-drb {
    padding: 2px 16px;
    background-color: #ab1239;
    color: #fff;
}

.modal-body-drb {
    text-align: center;
    padding: 10px 16px 20px 16px;
}

.modal-title-drb {
    margin-top: 30px;
    text-align: center;
    color: #fff !important;
    font-family: "Effra-Medium";
    font-size: 27px !important;
}

@media(max-width:1200px) {
    .modal-drb .modal-content-drb {
        width: 90%;
    }
}

@media(min-width:768px) {
    .meetings-events-hero-banner {
        background-position-x: 78%;
        background-size: auto 482px;
        background-repeat: no-repeat;
        height: 422px;
        background-image: url("/images/meetings-header.jpg");
    }
}

.meetings-hash-tag-target {
    top: -150px;
}

.home .main-header {
    margin-bottom: 0;
}

.home #ScrollToTop .back-to-top-text {
    display: inline;
}

.home #ScrollToTop .book-now-text {
    display: none;
}

@media(max-width:991.98px) {
    .home #ScrollToTop .back-to-top-text {
        display: none;
    }
    .home #ScrollToTop .book-now-text {
        display: inline !important;
    }
}

.home .img-fluid-fifty {
    max-width: 100%;
    height: auto;
}

@media(max-width:1199.98px) {
    .home .img-fluid-fifty {
        margin-top: 60px;
    }
}

@media(max-width:991.98px) {
    .home .img-fluid-fifty {
        margin-top: 60px;
    }
}

@media(max-width:767.98px) {
    .home .img-fluid-fifty {
        margin-top: 60px;
    }
}

@media(max-width:575.98px) {
    .home .img-fluid-fifty {
        margin-top: 90px;
    }
}

@media(min-width:1200px) {
    .contact .contact-form_container {
        margin-right: 35px;
    }
}

.contact .contact-form_container .form-group textarea {
    min-height: 135px;
}

.contact .contact-form_container .form-group .btn.submit {
    font-family: "Effra-Bold";
    font-size: 21px !important;
    height: 75px;
    line-height: 21px;
}

@media(min-width:576px) {
    .contact .contact-form_container .form-group .btn.submit {
        min-width: 320px;
    }
}

.contact .contact-form_container .form-group .btn-outline-primary {
    padding: 19px 25px;
    line-height: 16px;
}

.contact .bootstrap-select {
    width: 100% !important;
}

.contact .bootstrap-select .dropdown-menu {
    min-width: 100% !important;
}

.contact .bootstrap-select .dropdown-menu li:first-of-type {
    display: none;
}

@media(min-width:1200px) {
    .contact .contact-info_container {
        width: 380px;
    }
}

.contact .contact-info_container .section-blue {
    padding: 35px;
}

.contact .contact-info_container h2 {
    font-family: "Effra-Medium";
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 23px;
}

.contact .contact-info_container .phone-numbers {
    margin-bottom: 20px;
}

.contact .contact-info_container .phone-numbers a {
    font-size: 18px;
    text-decoration: none;
}

.contact .contact-info_container ul li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 9px;
}

.contact .contact-info_container ul li:last-of-type {
    margin-bottom: 0;
}

.contact .contact-info_container ul li strong {
    color: #04336c;
    font-family: "Effra-Medium";
    font-weight: normal;
}

@media(max-width:767.98px) {
    .contact .contact-info_container ul li strong {
        display: block;
    }
}

.contact .contact-info_container ul li ul {
    padding-left: 9px;
    margin-top: 9px;
}

.contact .contact-info_container ul li ul li strong {
    color: #6d6e70;
}

.contact .contact-info_container hr {
    border-color: #fff;
    margin: 35px auto;
}

.about .main-header {
    margin-bottom: 0;
}

.about .about-hero-banner {
    margin-bottom: 10px;
    background-image: url("/images/banners/about page hero image.png");
    background-repeat: no-repeat;
    height: 205px;
}

@media(min-width:768px) {
    .about .about-hero-banner {
        height: 350px;
    }
}

.about .about-hero-banner.image-text-banner {
    display: flex;
    flex-direction: column-reverse;
}

.about .about-hero-banner.image-text-banner .container-fluid {
    margin-bottom: 40px;
}

@media(max-width:767px) {
    .about .about-hero-banner.image-text-banner .container-fluid {
        margin-bottom: 20px;
    }
}

.about .about-hero-banner.image-text-banner p {
    font-family: "Effra-Medium";
    background-color: rgba(0, 0, 0, .2);
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    text-shadow: none;
    display: inline-block;
}

@media(max-width:1199.98px) {
    .about .our-promise-section .island {
        max-width: none;
    }
}

.about .our-promise-section .chuck-signature {
    max-width: 257px;
}

.about .our-roots-section {
    margin-bottom: 55px;
}

.about .our-roots-section .image-text-callout__image {
    max-width: 618px;
}

@media(min-width:618px) {
    .about .our-roots-section .image-text-callout__image {
        margin-left: auto;
        margin-right: auto;
    }
}

@media(min-width:1200px) {
    .about .our-roots-section .image-text-callout__image {
        margin-left: 30px;
    }
}

.about .heritage-section .heritage-images {
    width: 421px;
    margin: 0 auto;
}

.about .heritage-section .heritage-images .green-building-img {
    position: absolute;
    left: 96px;
    bottom: 14px;
    max-width: 221px;
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .about .heritage-section .heritage-images .green-building-img {
        left: 155px;
    }
}

.about .heritage-section .building-heritage-img-mobile {
    max-width: 340px;
    margin: 20px auto 30px;
}

.about .heritage-section .green-building-img-mobile {
    margin: 25px auto;
    max-width: 221px;
}

@media(min-width:1200px) {
    .about .heritage-section .image-text-callout__text {
        max-width: 618px;
        margin-left: 30px;
    }
}

.about .swiper-quick-links-container .swiper-button-prev,
.about .swiper-quick-links-container .swiper-button-next {
    margin-top: 0;
    background-position-y: 138px;
}

@media(max-width:516px) {
    .about .swiper-quick-links-container .swiper-button-prev,
    .about .swiper-quick-links-container .swiper-button-next {
        background-position-y: 138px;
    }
}

@media(max-width:397px) {
    .about .swiper-quick-links-container .swiper-button-prev,
    .about .swiper-quick-links-container .swiper-button-next {
        background-position-y: 97px;
    }
}

.about .about-hash-tag-target {
    top: -150px;
}

.about footer#resposnive-footer {
    margin-top: 0;
}

.image-banner.historic-renovations-hero-banner {
    background-image: url("../../images/banners/historic_header@2x.jpg");
}

@media(max-width:1426px) {
    .image-banner.historic-renovations-hero-banner {
        background-position-x: -196px;
    }
}

@media(max-width:1199.98px) {
    .image-banner.historic-renovations-hero-banner {
        background-position-x: -65px;
    }
}

.green-initiatives .green-initiatives-hero-banner {
    background-image: url("../../images/banners/sustainabiliy_hero.png");
    margin-bottom: 10px;
    background-repeat: no-repeat;
    height: 205px;
}

@media(min-width:768px) {
    .green-initiatives .green-initiatives-hero-banner {
        height: 350px;
    }
}

.green-initiatives .green-initiatives-hero-banner.image-text-banner {
    display: flex;
    flex-direction: column-reverse;
}

.green-initiatives .green-initiatives-hero-banner.image-text-banner .container-fluid {
    margin-bottom: 40px;
}

@media(max-width:767px) {
    .green-initiatives .green-initiatives-hero-banner.image-text-banner .container-fluid {
        margin-bottom: 20px;
        text-align: center;
    }
}

.green-initiatives .green-initiatives-hero-banner.image-text-banner p {
    font-family: "Effra-Medium";
    background-color: rgba(255, 255, 255, .7);
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 5px;
    text-shadow: none;
    display: inline-block;
    color: #000;
}

.green-initiatives footer#resposnive-footer {
    margin-top: 0;
}

.amenities .amenities-hero-banner {
    background-image: url("../../images/banners/amenities/amenities_header_fall_2022.png");
    height: 200px;
}

@media(min-width:576px) {
    .amenities .amenities-hero-banner {
        background-image: url("../../images/banners/amenities/amenities_header_fall_2022.png");
        height: 250px;
    }
}

@media(min-width:768px) {
    .amenities .amenities-hero-banner {
        background-image: url("../../images/banners/amenities/amenities_header_fall_2022.png");
    }
}

@media(min-width:992px) {
    .amenities .amenities-hero-banner {
        background-image: url("../../images/banners/amenities/amenities_header_fall_2022.png");
        height: 350px;
    }
}

@media(min-width:1200px) {
    .amenities .amenities-hero-banner {
        background-image: url("../../images/banners/amenities/amenities_header_fall_2022.png");
    }
}

.news h2 {
    font-size: 22px;
    font-family: "Effra-Regular";
    line-height: 30px;
    margin-bottom: 65px;
}

.news .press-release_container h2 {
    text-align: center;
}

@media(min-width:768px) {
    .news .press-release_container h2 {
        text-align: left;
    }
}

.news .press-release_container h3 {
    line-height: 39px;
}

.news .press-release_container h3 a {
    text-decoration: none;
}

.news .press-release_container h3 a span {
    border-bottom: 1px solid #04336c;
}

.news .press-release_container .load-more-button-container {
    margin-top: 40px;
    margin-bottom: 20px;
}

@media(min-width:1200px) {
    .news .press-release_container:first-of-type .press-release:last-of-type,
    .news .press-release_container:first-of-type .press-release.last-visible-item {
        border: 0;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}

@media(min-width:992px) {
    .news .press-release_container:first-of-type h2 {
        margin-left: 235px;
    }
    .news .press-release_container:first-of-type #load-more-button {
        margin-left: 235px;
    }
}

@media(max-width:1199.98px) {
    .news .press-release_container:first-of-type .load-more-button-container {
        margin-top: -30px;
        margin-bottom: 60px;
        text-align: center;
    }
    .news .press-release_container:first-of-type .load-more-button-container #load-more-button {
        margin-left: 0;
    }
}

.news .press-release_container:last-of-type .press-release:last-of-type {
    border: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.news .press-release_container .press-release {
    border-bottom: 1px solid #929497;
}

.news .press-release_container .press-release h4 {
    font-size: 18px;
    line-height: 31px;
    margin-bottom: 30px;
}

.news .press-release_container .press-release h4 a {
    text-decoration: none;
}

.news .press-release_container .press-release h4 a span {
    border-bottom: 1px solid #04336c;
}

.news .press-release_container .press-release--image {
    margin-right: 35px;
    float: left;
}

@media(max-width:767.98px) {
    .news .press-release_container .press-release--image {
        float: none;
        margin: 0 auto 35px;
    }
}

.news .press-release_container .press-release--image img {
    width: 200px;
    margin: 0 auto;
    display: block;
}

.news .press-release_container .press-release--date {
    font-size: 14px;
    font-family: "Effra-Bold";
    color: #929497;
    margin-bottom: 37px;
}

.news .press-release_container .press-release--excerpt {
    margin-bottom: 45px;
}

.press-release__content p:first-of-type {
    margin-bottom: 80px;
}

.press-release__content p:first-of-type img {
    width: 100%;
    margin-bottom: 25px;
}

.press-release__content ul {
    list-style-type: disc;
}

.account #dropdownMenuLink {
    font-size: 16px;
    font-family: effra-medium;
    color: #fff;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding: 16px 30px 14px 20px;
    line-height: 16px;
}

.account #dropdownMenuLink::after {
    position: absolute;
    right: 15px;
    margin: auto;
}

.account .dropdown-menu {
    min-width: 100% !important;
}

.account hr {
    border-color: #d7e6ed;
    margin: 50px 0 40px;
}

.account .account-navigation {
    padding-top: 40px;
}

.account .account-navigation h2 {
    font-family: "Effra-medium";
    font-size: 23px;
    line-height: 43px;
    margin-bottom: 15px;
    color: #929497;
}

.account .account-navigation .dropdown {
    max-width: 340px;
}

.account .account-navigation #dropdownMenuLink {
    background-color: #04336c;
    min-width: 100%;
    min-height: 48px;
    max-width: 340px;
}

@media(min-width:440px) {
    .account .account-navigation #dropdownMenuLink {
        min-width: 340px;
    }
}

.account .account-navigation #dropdownMenuLink:hover,
.account .account-navigation #dropdownMenuLink:focus {
    background-color: #04336c;
    border-color: #04336c;
}

.account .account-navigation .dropdown-menu {
    border: 1px solid #04336c;
}

.account .account-navigation .dropdown-menu a.dropdown-item {
    color: #414042;
}

.account .account-navigation .dropdown-menu a.dropdown-item:active {
    background-color: #f8f9fa;
}

@media(min-width:768px) {
    .account .stay-detail.section-blue {
        padding: 30px 40px;
    }
}

@media(max-width:767.98px) {
    .account .stay-detail.section-blue {
        padding: 15px 25px;
    }
}

@media(min-width:340px) {
    .account .stay-detail .dropdown {
        max-width: 240px;
    }
}

.account .stay-detail #dropdownMenuLink {
    min-width: 100%;
}

@media(min-width:340px) {
    .account .stay-detail #dropdownMenuLink {
        min-width: 240px;
    }
}

.account .welcome-header {
    text-align: center;
    background-image: url("../../images/banners/account/account_header_576@2x.jpg");
    background-size: cover;
    background-position: 50%;
    height: 200px;
}

.account .welcome-header img {
    display: block;
    margin: 0 auto 13px;
    width: 65px;
    height: 65px;
}

.account .welcome-header h2 {
    font-family: "Effra-Bold";
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 0;
}

.account .welcome-header h2 span {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    display: block;
}

@media(max-width:375px) {
    .account .welcome-header img {
        width: 45px;
        height: 45px;
    }
    .account .welcome-header h2 {
        font-size: 25px;
    }
}

@media(min-width:576px) {
    .account .welcome-header {
        background-image: url("../../images/banners/account/account_header_768@2x.jpg");
    }
}

@media(min-width:768px) {
    .account .welcome-header {
        background-image: url("../../images/banners/account/account_header_992@2x.jpg");
        height: 250px;
    }
}

@media(min-width:992px) {
    .account .welcome-header {
        background-image: url("../../images/banners/account/account_header_1200@2x.jpg");
    }
}

@media(min-width:1200px) {
    .account .welcome-header {
        background-image: url("../../images/banners/account/account_header_1920@2x.jpg");
    }
}

.account .account-navigation {
    text-align: center;
}

.account h2 {
    font-family: "Effra-Bold";
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 2.5rem;
}

.account .text-color-drury-red {
    color: #ab1239;
}

.account .guest-name {
    font-size: 22px;
    line-height: 30px;
    font-family: "Effra-Medium";
    color: #ab1239;
}

.account .location {
    font-size: 22px;
    line-height: 30px;
    font-family: "Effra-Regular";
    color: #ab1239;
}

.account ul.list-group li {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 9px;
}

.account ul.list-group li strong {
    color: #04336c;
    font-family: "Effra-Medium";
    font-weight: normal;
}

@media(max-width:767.98px) {
    .account ul.list-group li strong {
        display: block;
    }
}

.account .recent-searches .card {
    border: 0;
}

.account .recent-searches .card h3 {
    font-size: 22px;
    line-height: 30px;
    font-family: "Effra-Regular";
    color: #ab1239;
}

.account .recent-searches .card p {
    font-size: 15px;
    line-height: 20px;
}

.account .recent-searches .card .btn {
    font-family: effra-medium;
    font-size: 16px;
    line-height: 16px;
    padding: 20px 10px;
    width: 100%;
    max-width: 400px;
    margin-top: 25px;
}

.account .ready-to-book .inner-wrapper {
    background-color: #fff;
    padding: 40px;
}

.account .ready-to-book .inner-wrapper h2 {
    font-size: 26px;
    font-family: "Effra-Medium";
    line-height: 32px;
}

.account .ready-to-book .inner-wrapper .btn {
    width: 100%;
    font-family: "Effra-Bold";
    font-size: 21px;
    line-height: 27px;
    height: 75px;
}

.account.account-profile #accordion .card .card-body .form-container {
    max-width: 1070px;
    margin: 0 auto;
}

.account.account-profile #accordion .card .card-body .form-container .btn-submit {
    min-width: 200px;
}

@media(max-width:575px) {
    .account.account-profile #accordion {
        margin-left: -28px;
        margin-right: -28px;
    }
}

.account #PointsActivity th {
    border-top: 0;
    color: #04336c;
    font-size: 23px;
}

.account #PointsActivity td {
    vertical-align: top;
    padding: 30px 0;
}

.account #PointsActivity td:first-of-type {
    padding-right: 25px;
}

@media(min-width:768px) {
    .account #PointsActivity td:first-of-type {
        width: 200px;
    }
}

.account #PointsActivity td:last-of-type {
    padding-left: 25px;
}

.account .credit-card-label {
    padding-left: 8px;
}

.account .credit-card-label span.exp-date {
    display: block;
    font-size: 12px;
    margin-top: -2px;
}

.account .button-delete-payment,
.account .button-edit-payment {
    border-radius: 8px;
    border-color: transparent;
    padding-top: 8px;
    padding-bottom: 8px;
}

.account .button-edit-payment {
    padding-left: 10px;
    padding-right: 9px;
}

.account .modal .btn {
    margin-top: 10px;
    font-size: 18px !important;
    padding: 13px 20px;
    font-family: "Effra-Medium";
    line-height: 1.5;
}

.account .modal .modal-spinner-background {
    background-color: rgba(255, 255, 255, .3);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.account .modal .modal-spinner {
    font-size: 3em;
    left: calc(50% - 21px);
    top: calc(50% - 24px);
    position: absolute;
    z-index: 1000;
}

.inner-circle-colleagues table th,
.inner-circle-colleagues table td {
    padding: 10px;
}

.ui-dialog {
    font-family: "Effra-Regular";
}

.ui-dialog .ui-dialog-titlebar-close {
    -webkit-appearance: none;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}

.ui-dialog .ui-dialog-titlebar-close:after {
    content: "X";
    font-size: 20px;
    color: #fff;
    font-family: "Effra-Bold";
    position: absolute;
    top: 0;
    right: 5px;
    line-height: 20px;
}

.account-summary footer#resposnive-footer {
    margin-top: 0;
}

.property-page #ScrollToTop .back-to-top-text {
    display: inline;
}

.property-page #ScrollToTop .book-now-text {
    display: none;
}

@media(max-width:991.98px) {
    .property-page #ScrollToTop .back-to-top-text {
        display: none;
    }
    .property-page #ScrollToTop .book-now-text {
        display: inline !important;
    }
}

.property-page .hidden {
    display: none;
}

.property-page .swiper-slide:not(.swiper-slide-visible) .swiper-lazy-preloader {
    display: none;
}

.property-page .fancy-text {
    font-family: "SassoonInfantRg";
    font-size: 45px;
    text-transform: lowercase;
    margin-left: 3px;
}

.property-page .info-text {
    font-family: "Effra-Italic";
    font-size: 15px;
}

.property-page .section-text-link {
    text-decoration: none !important;
}

.property-page .desktop-only {
    display: block;
}

@media(max-width:991.98px) {
    .property-page .desktop-only {
        display: none;
    }
}

.property-page .mobile-only {
    display: none;
}

@media(max-width:991.98px) {
    .property-page .mobile-only {
        display: block;
    }
}

.property-page .book-it-now-block #ui-datepicker-div {
    position: absolute !important;
    top: 91px !important;
    left: inherit !important;
    right: 0 !important;
    z-index: 2 !important;
}

.property-page .book-it-now-block.sticky #ui-datepicker-div {
    top: 61px !important;
}

@media(max-width:991.98px) {
    .property-page .book-it-now-block #ui-datepicker-div {
        top: 64px !important;
        right: 0 !important;
    }
}

@media(max-width:767px) {
    .property-page .book-it-now-block #ui-datepicker-div {
        top: 64px !important;
        width: 250px !important;
        right: calc(50% - 125px) !important;
    }
}

.property-page .dropdown .dropdown-toggle:after {
    content: url(/images/icons/down-chevron-white.svg);
    border: none !important;
    display: inline;
    position: relative;
    top: 3px;
    margin-left: 12px;
}

.property-page .dropdown .dropdown-item.active,
.property-page .dropdown .dropdown-item:active {
    color: #fff;
}

@media(max-width:991.98px) {
    .property-page .dropdown {
        margin-bottom: 48px;
    }
}

.property-page .book-it-now-block.mobile-only .search-rooms-container {
    margin-top: 0;
    border: none;
}

.property-page .book-it-now-block.mobile-only .search-rooms-container .date-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-page .book-it-now-block.mobile-only .search-rooms-container .date-container .month,
.property-page .book-it-now-block.mobile-only .search-rooms-container .date-container .day {
    font-size: 18px;
    margin-top: 0;
}

.property-page .book-it-now-block.mobile-only .search-rooms-container .date-container .day {
    margin-left: 5px;
}

.property-page .book-it-now-block.mobile-only .search-rooms-container__check-in-row {
    display: none;
}

.property-page .book-it-now-block.sticky {
    position: fixed;
    top: 113px;
    width: 495px;
    z-index: 2;
    background: #fff;
}

.property-page .book-it-now-block.sticky .search-rooms-container {
    margin-top: 0;
}

.property-page .book-it-now-block.sticky .search-rooms-container .date-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.property-page .book-it-now-block.sticky .search-rooms-container .date-container .month,
.property-page .book-it-now-block.sticky .search-rooms-container .date-container .day {
    font-size: 18px;
    margin-top: 0;
}

.property-page .book-it-now-block.sticky .search-rooms-container .date-container .day {
    margin-left: 5px;
}

.property-page .book-it-now-block.sticky .search-rooms-container__check-in-row {
    display: none;
}

.property-page .book-it-now-block.sticky .search-rooms-container__special-offers-link {
    display: none;
}

@media(max-width:1256px) {
    .property-page .book-it-now-block.sticky {
        width: 425px;
        right: 28px;
    }
}

.property-page .details-block {
    background: #04336c;
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
}

.property-page .details-block * {
    color: #fff;
}

.property-page .details-block .info-container {
    padding: 50px;
}

.property-page .details-block .info-container h1 {
    line-height: 1.1;
}

.property-page .details-block__contact-row {
    display: flex;
    justify-content: space-between;
}

.property-page .details-block__contact-row a,
.property-page .details-block__contact-row p {
    color: #fff !important;
    font-size: 15px;
    margin-bottom: 0;
}

@media(max-width:991.98px) {
    .property-page .details-block {
        height: 220px;
    }
    .property-page .details-block .info-container {
        padding: 28px;
    }
    .property-page .details-block .info-container h1 {
        font-size: 25px;
    }
}

.property-page .slider-col {
    position: relative;
    top: -230px;
    margin-bottom: -230px;
}

@media(max-width:991.98px) {
    .property-page .slider-col {
        top: 0;
        margin-bottom: 0;
    }
}

.property-page .gallery-with-preview-block .hotel-description {
    margin-top: 35px;
}

@media(max-width:991.98px) {
    .property-page .gallery-with-preview-block .hotel-description {
        padding: 0 28px;
        text-align: center;
    }
}

.property-page .gallery-with-preview-block .accolade-images-row {
    margin-top: 25px;
    margin-bottom: 31px;
}

.property-page .gallery-with-preview-block .accolade-images-row img {
    height: 100px;
    margin-right: 20px;
}

@media(max-width:991.98px) {
    .property-page .gallery-with-preview-block .accolade-images-row {
        text-align: center;
    }
    .property-page .gallery-with-preview-block .accolade-images-row img {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.property-page .check-out-special-offers-block {
    margin-bottom: 28px;
}

.property-page .check-out-special-offers-block img {
    width: 100%;
    cursor: pointer;
}

.property-page .amenities-block {
    padding: 50px;
    background: #e0ecf1;
    margin-bottom: 28px;
    margin-top: 28px;
}

.property-page .amenities-block>section {
    border-top: 1px solid #fff;
    padding: 38px 0;
}

.property-page .amenities-block>section p {
    margin-bottom: 0;
}

.property-page .amenities-block>section:last-of-type {
    padding-bottom: 0;
}

.property-page .amenities-block>section:first-of-type {
    padding-top: 0;
    border-top: none;
}

.property-page .amenities-block .parking-section p {
    margin: 0 auto;
}

.property-page .amenities-block .amenities-section {
    font-size: 16px;
    font-family: "Effra-Regular";
}

.property-page .amenities-block .amenities-section__title {
    font-family: "Effra-Medium";
    color: #ab1239;
    font-size: 18px;
    margin-bottom: 8px;
}

.property-page .amenities-block .amenities-section__top-list .amenity {
    max-width: 246px;
    margin: 0 auto 9px;
    font-size: 18px;
    display: flex;
}

.property-page .amenities-block .amenities-section__top-list .amenity__text {
    text-align: left;
}

.property-page .amenities-block .amenities-section__icon {
    margin-right: 13px;
    height: 25px;
    width: 25px;
}

.property-page .amenities-block .policies-section .container-fluid {
    padding: 0;
}

.property-page .amenities-block .policies-section .col {
    padding: 0;
    margin-bottom: 20px;
}

.property-page .amenities-block .policies-section .policies {
    margin-top: 15px;
}

.property-page .amenities-block .policies-section a {
    color: #ab1239;
    cursor: pointer;
}

.property-page .amenities-block .policies-section .modal.fade {
    background-color: rgba(0, 0, 0, .3);
}

.property-page .amenities-block .policies-section .modal .modal-header {
    border: 0;
}

.property-page .amenities-block .policies-section .modal .modal-body {
    margin-top: -28px;
}

@media(max-width:991.98px) {
    .property-page .amenities-block {
        padding: 28px;
        text-align: center;
        margin-top: 0 !important;
    }
    .property-page .amenities-block .amenities-section__list-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .property-page .amenities-block .amenities-section .amenity {
        margin: 0;
    }
    .property-page .amenities-block .amenities-section .amenity__text {
        display: none;
    }
}

@media(max-width:768px) {
    .property-page .amenities-block .book-it-fast__header {
        padding-top: 20px;
    }
}

.property-page .rest-up-block {
    padding: 50px;
    background: #ebebec;
    margin-bottom: 28px;
}

@media(max-width:991.98px) {
    .property-page .rest-up-block {
        padding: 28px;
        text-align: center;
    }
    .property-page .rest-up-block .swiper-container {
        margin-left: -28px;
        margin-right: -28px;
    }
}

.property-page .dine-in-block {
    padding: 50px;
    background: #ebebec;
    margin-bottom: 28px;
}

.property-page .dine-in-block .section-text {
    margin-bottom: 28px;
}

@media(max-width:991.98px) {
    .property-page .dine-in-block {
        padding: 28px;
        text-align: center;
    }
}

.property-page .meetings-block {
    padding: 50px;
    background: #ebebec;
    margin-bottom: 28px;
}

.property-page .meetings-block__title {
    display: flex;
    align-items: center;
}

.property-page .meetings-block__title .text-container {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.property-page .meetings-block__title .text-container h1 {
    font-size: 23px;
    line-height: 1;
    margin-bottom: 0;
}

.property-page .meetings-block__title .text-container .fancy-text {
    font-size: 23px;
}

.property-page .meetings-block__image {
    width: 100%;
    margin-top: 26px;
    margin-bottom: 32px;
}

.property-page .meetings-block .section-text-link {
    margin-top: 30px;
    display: block;
}

@media(max-width:991.98px) {
    .property-page .meetings-block {
        padding: 28px;
        text-align: center;
    }
    .property-page .meetings-block__title {
        text-align: left;
    }
    .property-page .meetings-block__title .text-container h1,
    .property-page .meetings-block__title .text-container .fancy-text {
        font-size: 21px;
    }
    .property-page .meetings-block .meetings-block__image {
        margin-left: -28px;
        margin-right: -28px;
        width: calc(100% + 56px);
    }
}

.property-page .map-block {
    margin-bottom: 28px;
}

.property-page .map-block #static-map {
    width: 100%;
    background: #6d6e70;
}

.property-page .map-block .map-block__directions-link {
    padding-top: 28px;
    padding-bottom: 28px;
    color: #fff;
    background: #04336c;
    font-family: "Effra-Medium";
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.property-page .venture-out-block {
    padding: 50px;
    background: #ebebec;
    margin-bottom: 28px;
}

.property-page .venture-out-block #load-more-button {
    display: inline-block;
    margin-top: 30px;
    color: #ab1239 !important;
    border-bottom-color: #ab1239 !important;
    font-size: 18px;
    margin-left: 38px;
}

.property-page .venture-out-block #load-more-button:after {
    content: url("../../images/icons/expand-plus-red.svg") !important;
}

.property-page .venture-out-block #great-eats {
    padding-left: 38px;
}

.property-page .venture-out-block .area-restaurants p {
    font-size: 13px;
}

.property-page .venture-out-block .area-restaurants strong {
    font-size: 16px;
    font-family: "Effra-Regular";
    color: #ab1239;
    display: inline-block;
    margin-bottom: 5px;
}

@media(max-width:991.98px) {
    .property-page .venture-out-block {
        padding: 28px;
        text-align: center;
    }
    .property-page .venture-out-block .card-tabs__tab {
        text-align: left;
    }
    .property-page .venture-out-block #load-more-container {
        margin-left: 28px;
    }
}

.property-page .main-column-right {
    padding-left: 0;
}

@media(max-width:991.98px) {
    .property-page .container-fluid,
    .property-page .container {
        max-width: 679px;
    }
    .property-page .main-column-left,
    .property-page .main-column-right {
        padding: 0;
    }
}

.faq-content-template {
    overflow-x: hidden;
}

.faq-content-template .main-header {
    margin-bottom: 0 !important;
}

.faq-content-template .content-container {
    padding-bottom: 50px;
}

.faq-content-template .content-container>.my-4 {
    margin-top: 0 !important;
}

.faq-content-template .content-container h1 {
    height: 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #04336c;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 50px;
    max-width: 1000%;
    font-family: "Effra-Bold";
    color: #fff;
    margin-bottom: 50px;
}

.faq-content-template .content-container .accordion {
    margin: 0;
    border-bottom: 1px solid #dbdbdb;
}

.faq-content-template .content-container .accordion--head {
    background: transparent;
    padding-top: 16px;
    padding-bottom: 16px;
}

.faq-content-template .content-container .accordion--head a {
    text-decoration: none;
    color: #ab1239;
}

.faq-content-template .content-container .accordion--head a strong {
    font-family: "Effra-Regular";
    font-size: 22px;
}

.faq-content-template .content-container .accordion--head a:hover,
.faq-content-template .content-container .accordion--head a:active,
.faq-content-template .content-container .accordion--head a:focus {
    color: #ab1239;
    outline: none;
}

.faq-content-template .content-container .accordion--head a span {
    display: block;
    width: 22px;
    min-width: 22px;
    margin-left: 5px;
    position: relative;
}

.faq-content-template .content-container .accordion--head a span:after {
    content: url(../../images/icons/dropdown_arrow_icon.svg);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    transform: rotate(180deg);
    background-color: #fff;
}

.faq-content-template .content-container .accordion--head a[aria-expanded="true"] span:after {
    transform: rotate(0deg);
}

.faq-content-template .content-container .accordion--body {
    border-color: transparent;
}

.faq-content-template .content-container .accordion--body strong {
    color: #04336c;
}

@media(max-width:992px) {
    .faq-content-template .content-container {
        padding: 0;
    }
    .faq-content-template .content-container .col {
        padding: 0;
    }
    .faq-content-template .content-container h1 {
        margin-bottom: 0;
    }
    .faq-content-template .content-container .accordion--head,
    .faq-content-template .content-container .accordion--body {
        padding-left: 28px;
        padding-right: 28px;
    }
    .faq-content-template .content-container .accordion--head a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.new-styles.basic-content-template {
    overflow-x: hidden;
}

.new-styles.basic-content-template .main-header {
    margin-bottom: 0 !important;
}

.new-styles.basic-content-template .content-container {
    padding-bottom: 80px;
}

.new-styles.basic-content-template .content-container ul {
    list-style: initial;
    margin-top: 30px;
}

.new-styles.basic-content-template .content-container ul li {
    color: initial;
    line-height: 1.4;
    margin-bottom: 10px;
}

.new-styles.basic-content-template .content-container h2 {
    text-transform: none;
}

.new-styles.basic-content-template .content-container p:first-of-type {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    overflow: hidden;
    max-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 65px;
}

.new-styles.basic-content-template .content-container p:first-of-type img {
    width: 100vw;
}

@media(max-width:992px) {
    .new-styles.basic-content-template .content-container {
        padding-bottom: 40px;
    }
    .new-styles.basic-content-template .content-container p:first-of-type {
        margin-bottom: 20px;
    }
    .new-styles.basic-content-template .content-container p:first-of-type img {
        width: auto;
        height: 250px;
        margin-bottom: 20px;
    }
}

.responsive-locations-page .main-header {
    margin-bottom: 0;
}

.responsive-locations-page #accordion .card {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.responsive-locations-page #accordion .card .card-header {
    background-color: transparent;
    border: 0;
    padding-top: 19.5px;
    padding-bottom: 19.5px;
}

.responsive-locations-page #accordion .card .card-header button {
    color: #ab1239;
    font-size: 22px;
    font-family: "Effra-Bold";
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px !important;
    padding-left: 0;
}

.responsive-locations-page #accordion .card .card-header button .dropdown-arrow {
    transform: rotate(180deg);
}

.responsive-locations-page #accordion .card .card-header button[aria-expanded="true"] .dropdown-arrow {
    transform: rotate(0deg);
}

.responsive-locations-page #accordion .card .card-header button:focus,
.responsive-locations-page #accordion .card .card-header button:hover {
    text-decoration: none;
}

.responsive-locations-page #accordion .card .card-body {
    padding-top: 0;
    position: relative;
    top: -18px;
}

.responsive-locations-page .view-map-of-locations-link {
    color: #04336c !important;
    display: inline-block;
    font-family: "Effra-Medium";
    margin: 20px 0 40px;
    text-decoration: underline !important;
    cursor: pointer;
}

.responsive-locations-page .locations-list {
    margin-right: 0;
}

.responsive-locations-page .locations-list .location {
    margin-bottom: 40px;
}

.responsive-locations-page .locations-list .location .location-title {
    color: #414042;
    font-family: "Effra-Bold";
    margin-bottom: 6px;
    display: block;
}

.responsive-locations-page .locations-list .location .location-name {
    color: #ab1239;
    display: block;
    margin-bottom: 6px;
    font-family: "Effra-Regular";
}

@media(max-width:992px) {
    .responsive-locations-page .locations-container .col {
        padding: 0;
    }
}

@media(max-width:767.98px) {
    .offers-page.new-styles .pb-section,
    .offers-page.new-styles .py-section {
        padding-bottom: 0 !important;
    }
    .offers-page.new-styles .mt-section,
    .offers-page.new-styles .my-section {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.offers-page.new-styles .bookitfast-wrap {
    width: 100%;
}

@media(min-width:1200px) {
    .offers-page.new-styles .bookitfast-wrap {
        position: absolute;
        bottom: -110px;
        left: 0;
        right: 0;
    }
}

.offers-page.new-styles .offers-hero-text {
    color: #ffff;
    font-family: "Effra-heavy";
    font-size: 29px;
    line-height: 39px;
    max-width: 445px;
    margin: auto 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:1199.98px) {
    .offers-page.new-styles .offers-hero-text {
        font-size: 23px;
        line-height: 29px;
    }
}

@media(max-width:767.98px) {
    .offers-page.new-styles .offers-hero-text {
        font-size: 19px;
        line-height: 23px;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner {
    margin-bottom: 110px;
}

@media(max-width:1199.98px) {
    .offers-page.new-styles .vacation-savings-hero-banner {
        margin-bottom: 275px;
    }
    .offers-page.new-styles .vacation-savings-hero-banner .no-gutters-mobile {
        padding: 0;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast {
    background-color: rgba(255, 255, 255, .9);
    color: #ab1239;
}

@media(max-width:1199.98px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast {
        max-width: 515px;
        margin: 16px auto 0;
        padding: 0;
    }
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__container {
        width: 100%;
        position: absolute;
        border-bottom: 0;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast .book-it-fast__col {
    height: 70px;
}

@media(max-width:1199.98px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast .book-it-fast__col {
        height: 45px;
    }
}

@media(max-width:1199.98px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast .book-it-fast__col:nth-child(3) {
        margin-bottom: 25px;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast .full-height {
    height: 100%;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast form {
    padding: 25px 28px;
}

@media(min-width:516px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast form {
        padding: 20px 35px;
        position: center;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast hr {
    border-color: #6d6e70;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__input {
    background-color: transparent;
    border: 0;
    color: #ab1239;
    font-size: 16px;
    font-family: "Effra-Regular";
    text-overflow: ellipsis;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__input::-webkit-input-placeholder {
    color: #ab1239;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__input:-moz-placeholder {
    color: #ab1239;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__input::-moz-placeholder {
    color: #ab1239;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__input:-ms-input-placeholder {
    color: #ab1239;
}

@media(min-width:1200px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__input {
        margin-right: 15px;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__input:focus {
    outline: 1px solid transparent;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__label {
    margin: 0;
    font-size: 21px;
    font-family: "Effra-Medium";
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__icon {
    color: #6d6e70;
    border-right: 1px solid #6d6e70;
    padding-right: 20px;
    margin-right: 25px;
    display: flex;
    flex: 0 0 32px;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: content-box;
}

@media(max-width:1199.98px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__icon {
        flex: 0 0 22px;
    }
}

@media(max-width:480px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__icon {
        padding-right: 15px;
        margin-right: 20px;
    }
}

@media(max-width:374px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__icon {
        display: none;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__icon img {
    width: 100%;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location {
    height: 100%;
    max-width: 410px;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus {
    padding-right: 0;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .book-it-fast__icon {
    margin-right: 0;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap label {
    display: none;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap input {
    color: #6d6e70;
    background-color: #fff;
    padding: 0 10px 0 25px;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap input::-webkit-input-placeholder {
    color: #6d6e70;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap input:-moz-placeholder {
    color: #6d6e70;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap input::-moz-placeholder {
    color: #6d6e70;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap input:-ms-input-placeholder {
    color: #6d6e70;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.active-value {
    padding-right: 0;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.active-value .book-it-fast__icon {
    margin-right: 0;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.active-value .location-input-wrap label {
    display: none;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.active-value .location-input-wrap input {
    padding: 0 10px 0 25px;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location .book-it-fast__label {
    min-width: 100px;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__dates {
    width: auto;
}

@media(max-width:1199.98px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__dates {
        flex-grow: 1;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__date {
    width: auto;
    padding: .5rem;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__date:focus-within {
    outline: 2px solid #ab1239;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast .dates_col {
    padding: 0 50px 0 25px;
}

@media(max-width:480px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast .dates_col {
        padding: 0;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__arrive,
.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__depart {
    text-align: center;
    line-height: 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    font-size: 21px;
    font-family: "Effra-Medium";
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__arrive .month,
.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__depart .month {
    margin-bottom: 5px;
    cursor: pointer;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__arrive .day,
.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__depart .day {
    font-size: 28px;
    cursor: pointer;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__count {
    color: #6d6e70;
    font-family: "Effra-Bold";
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 30px;
    min-width: 138px;
}

@media(max-width:480px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__count {
        padding: 0 20px;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__search {
    justify-self: flex-end;
    align-self: self-end;
    flex-grow: 1;
    width: 100%;
}

@media(min-width:1200px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__search {
        max-width: 270px;
    }
}

@media(max-width:1199.98px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__search {
        height: 70px !important;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__btn {
    font-family: "Effra-Bold";
    display: block;
    width: 100%;
    border-radius: 0;
    font-size: 21px !important;
    width: 100%;
    min-width: 200px;
    line-height: 21px;
}

@media(min-width:1200px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__btn {
        max-width: 270px;
    }
}

.offers-page.new-styles .page-header {
    height: 350px;
    background-image: url("/images/offers/offers-header.png");
    background-size: cover;
    background-position-y: 30%;
}

@media(max-width:991px) {
    .offers-page.new-styles .page-header {
        background-position-x: 66%;
        height: 200px;
    }
}

.offers-page.new-styles .vacation-savings-intro {
    overflow: hidden;
}

.offers-page.new-styles .vacation-savings-intro h1 {
    color: #04336c;
}

.offers-page.new-styles .special-offers-block {
    padding: 0;
}

.offers-page.new-styles .special-offers-block .container {
    padding-left: 28px;
    padding-right: 28px;
}

.offers-page.new-styles .special-offers-block__savings-text {
    font-size: 18px;
    font-family: "Effra-Regular";
    color: #414042;
    text-transform: none;
}

.offers-page.new-styles .special-offers-block__text {
    background: #fff;
    padding-top: 83px;
    padding-bottom: 63px;
}

@media(max-width:991px) {
    .offers-page.new-styles .special-offers-block__text {
        padding: 63px 0 43px;
    }
}

.offers-page.new-styles .special-offers-block__container {
    margin-top: 57px;
    padding-bottom: 40px;
}

.offers-page.new-styles .special-offers-block__card-content {
    padding: 0;
    text-align: left;
}

.offers-page.new-styles .special-offers-block__content-wrap {
    padding: 27px;
    font-size: 18px;
    margin-bottom: auto;
}

.offers-page.new-styles .special-offers-block__content-wrap p {
    font-size: 18px;
}

.offers-page.new-styles .locations-container {
    padding-bottom: 75px;
}

.offers-page.new-styles .locations-container h2 {
    font-family: "Effra-bold";
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 2rem;
    text-align: center;
}

.offers-page.new-styles .locations-container #accordion .states-group {
    padding-right: 20px;
    padding-left: 20px;
}

@media(max-width:767.98px) {
    .offers-page.new-styles .locations-container #accordion .states-group {
        padding-right: 0;
        padding-left: 0;
    }
}

.offers-page.new-styles .locations-container #accordion .card {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.offers-page.new-styles .locations-container #accordion .card .card-header {
    background-color: transparent;
    border: 0;
    padding-top: 19.5px;
    padding-bottom: 19.5px;
}

.offers-page.new-styles .locations-container #accordion .card .card-header button {
    color: #ab1239;
    font-size: 22px;
    font-family: "Effra-Bold";
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px !important;
    padding-left: 0;
}

.offers-page.new-styles .locations-container #accordion .card .card-header button .dropdown-arrow {
    transform: rotate(180deg);
}

.offers-page.new-styles .locations-container #accordion .card .card-header button[aria-expanded="true"] .dropdown-arrow {
    transform: rotate(0deg);
}

.offers-page.new-styles .locations-container #accordion .card .card-header button:focus,
.offers-page.new-styles .locations-container #accordion .card .card-header button:hover {
    text-decoration: none;
}

.offers-page.new-styles .locations-container #accordion .card .card-body {
    padding-top: 10px;
    position: relative;
    top: 0;
    padding-bottom: 40px;
}

.offers-page.new-styles .locations-container #accordion .card .card-body a.location-title {
    color: #414042;
}

.offers-page.new-styles .blog-banner {
    height: 450px;
    padding: 50px 0;
    background-image: url("/images/offers/blog-banner.png");
    background-size: cover;
}

@media(max-width:991px) {
    .offers-page.new-styles .blog-banner {
        height: auto;
        padding: 50px 0;
    }
}

.offers-page.new-styles .blog-banner .row {
    align-items: center;
    text-align: center;
}

.offers-page.new-styles .blog-banner h2 {
    color: #fff;
    font-family: "Effra-bold";
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.offers-page.new-styles .blog-banner p {
    font-size: 18px;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
}

.offers-page.new-styles .blog-banner a.btn {
    background: #ab1239;
    padding: 20px 0;
    text-align: center;
    font-family: "Effra-bold";
    font-size: 21px;
    color: #fff !important;
    text-decoration: none !important;
    margin-top: 50px;
    text-transform: uppercase;
    min-width: 400px;
}

@media(max-width:500px) {
    .offers-page.new-styles .blog-banner a.btn {
        min-width: 100%;
    }
}

.modal-drb {
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 250px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
}

.modal-drb .modal-content-drb {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 27%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
}

@-webkit-keyframes animatetop {
    from {
        top: -100px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -100px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

.close-modal-drb {
    color: #fff;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-modal-drb:hover,
.close-modal-drb:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header-drb {
    padding: 2px 16px;
    background-color: #ab1239;
    color: #fff;
}

.modal-body-drb {
    text-align: center;
    padding: 10px 16px 20px 16px;
}

.modal-title-drb {
    margin-top: 30px;
    text-align: center;
    color: #fff !important;
    font-family: "Effra-Medium";
    font-size: 27px !important;
}

@media(max-width:1200px) {
    .modal-drb .modal-content-drb {
        width: 90%;
    }
}

.drury-rewards .page-header {
    background-image: url("../../images/rewards/DH-Drury-Rewards.png");
    height: 185px;
    background-size: cover;
    background-position: 50%;
}

.drury-rewards .page-header .container-fluid {
    background-color: transparent;
}

.drury-rewards .page-header h1 {
    text-indent: -9999em;
    color: transparent;
    background-image: url("../../images/rewards/drury_rewards_logo.svg");
    height: 25px;
    width: 294px;
}

.drury-rewards .join-rewards-form h3 {
    font-size: 22px;
    color: #ab1239;
    text-decoration: none;
    font-family: "Effra-Regular";
    margin-bottom: 22px;
}

.drury-rewards .join-rewards-form .field-validation-error {
    margin-top: 6px;
    display: block;
}

@media(max-width:400px) {
    .drury-rewards .join-rewards-form .g-recaptcha div:first-of-type,
    .drury-rewards .join-rewards-form .g-recaptcha iframe {
        width: 100% !important;
    }
    .drury-rewards .join-rewards-form .btn {
        width: 100%;
        padding: 21px 0;
    }
}

.drury-rewards .join-rewards-form .btn-submit {
    line-height: normal;
    white-space: normal;
}

.drury-rewards .ways-to-earn {
    padding-inline-start: 0;
}

.drury-rewards .ways-to-earn img {
    max-height: 150px;
    flex-grow: 1;
}

.drury-rewards .ways-to-earn li {
    display: flex;
    flex-direction: column;
    margin-bottom: .25em;
    align-items: center;
    justify-content: space-between;
}

.drury-rewards .ways-to-earn .earning-type {
    display: flex;
    flex-direction: column;
}

.drury-rewards .ways-to-earn .earning-type-heading {
    font-size: 1.25em;
    color: #04336c;
    font-family: "Effra-Medium";
}

.drury-rewards .ways-to-earn .earning-type-points {
    font-size: 2.5em;
    line-height: 1em;
    color: #ab1239;
    font-family: "Effra-Bold";
}

.drury-rewards .ways-to-earn .earning-type-per-dollar {
    font-family: "Effra-Medium";
}

.drury-rewards .rewards-benefits h3,
.drury-rewards .rewards-benefits h3 a {
    font-size: 22px;
    color: #ab1239;
    font-family: "Effra-Regular";
}

.drury-rewards .rewards-visa .image-text-callout__image p {
    font-size: 16px;
    margin: 20px auto 0;
}

@media(max-width:565px) {
    .drury-rewards .rewards-visa .image-text-callout__image p {
        margin-left: 28px;
        margin-right: 28px;
        text-align: center;
    }
}

.drury-rewards .rewards-visa ul {
    margin: 25px 0 35px;
}

.drury-rewards .rewards-visa ul li {
    list-style: disc;
    list-style-position: inside;
}

.drury-rewards .rewards-visa a.btn {
    font-family: "Effra-Medium";
    padding: 16px 35px 14px;
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
}

.drury-rewards .legal-copy-block {
    margin: 50px auto 0;
    flex-direction: column;
}

.drury-rewards .legal-copy-block .terms-details-link {
    font-size: 16px;
    text-decoration: underline;
    color: #414042;
}

.drury-rewards .legal-copy-block a.toggle-link {
    color: #696a66;
    font-family: "Effra-Medium";
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 33px;
    display: inline-block;
}

.drury-rewards .legal-copy-block a.toggle-link span {
    border-bottom: 1px solid #696a66;
}

.drury-rewards .legal-copy-block a.toggle-link span .fa {
    font-size: 14px;
    margin-left: 5px;
    width: 12px;
    height: 12px;
}

.drury-rewards .legal-copy-block a.toggle-link:not(.collapsed) {
    margin-top: 40px;
}

.drury-rewards .legal-copy-block a.toggle-link.collapsed {
    margin-top: 10px;
}

.drury-rewards .legal-copy-block ul li {
    list-style: decimal;
    margin-bottom: 20px;
    font-size: 12px;
    padding-left: 6px;
}

.drury-rewards .legal-copy-block ul li small {
    font-size: 12px;
}

.drury-rewards .rewards-faq h2 {
    font-family: "Effra-Bold";
    color: #04336c;
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 2.5rem;
}

.drury-rewards .rewards-faq #accordion .card:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.drury-rewards .rewards-hash-tag-target {
    top: -150px;
}

.awards-redemption-heading-image {
    vertical-align: middle;
    display: inline-block;
    max-height: 175px;
    max-width: 350px;
}

.meetings .details-block h2 {
    font-family: "Effra-Regular";
    line-height: 36px;
}

.meetings #meeting-locations {
    scroll-margin-top: 180px;
}

.meetings #group-faq {
    scroll-margin-top: 180px;
}

.meetings .hotel-description .link-icon {
    display: flex;
}

.meetings .hotel-description .link-icon img {
    width: 32px;
    margin-right: 8px;
}

@media(max-width:767.98px) {
    .meetings .hotel-description .link-icon {
        display: block;
    }
    .meetings .hotel-description .link-icon img {
        display: block;
        margin: 0 auto 10px;
    }
}

.meetings .hotel-description .link-icon .section-text-link {
    font-family: "Effra-regular";
    font-size: 18px;
    line-height: 27px;
    text-transform: none;
}

.meetings .start-request-block .start-request-container {
    text-align: center;
    border: 1px solid #ab1239;
    padding: 35px 40px;
    margin-top: 28px;
    position: relative;
    background-color: #fff;
}

.meetings .start-request-block .start-request-container h2 {
    margin-bottom: 19px;
}

.meetings .start-request-block .start-request-container p {
    margin-bottom: 25px;
}

.meetings .start-request-block .start-request-container .btn {
    font-family: "Effra-Bold";
    display: block;
    width: 100%;
    border-radius: 0;
    font-size: 21px !important;
    width: 100%;
    min-width: 200px;
    line-height: 21px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.meetings .start-request-block .start-request-container-blue {
    text-align: center;
    border: 1px solid #04336c;
    padding: 35px 40px;
    margin-top: 28px;
    position: relative;
    background-color: #fff;
}

.meetings .start-request-block .start-request-container-blue h2 {
    margin-bottom: 19px;
}

.meetings .start-request-block .start-request-container-blue p {
    margin-bottom: 25px;
}

.meetings .start-request-block .start-request-container-blue .btn {
    font-family: "Effra-Bold";
    display: block;
    width: 100%;
    border-radius: 0;
    font-size: 21px !important;
    width: 100%;
    min-width: 200px;
    line-height: 21px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    background-color: #04336c;
}

.meetings .start-request-block .start-request-container-blue .btn-link:hover {
    border-color: #04336c;
}

.meetings .start-request-block .start-request-container-btn {
    text-align: center;
    padding: 35px 40px;
    margin-top: 28px;
    position: relative;
    background-color: #fff;
}

.meetings .start-request-block .start-request-container-btn h2 {
    margin-bottom: 19px;
}

.meetings .start-request-block .start-request-container-btn p {
    margin-bottom: 25px;
}

.meetings .start-request-block .start-request-container-btn .btn {
    font-family: "Effra-Bold";
    display: block;
    width: 100%;
    border-radius: 0;
    font-size: 21px !important;
    width: 100%;
    min-width: 200px;
    line-height: 21px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.meetings .start-request-block .start-request-container-bold {
    text-align: center;
    padding: 35px 40px;
    border: 3px solid #ab1239;
    margin-top: 28px;
    position: relative;
    background-color: #fff;
}

.meetings .start-request-block .start-request-container-bold.subsection {
    margin-top: 0 !important;
}

.meetings .start-request-block .start-request-container-bold h2 {
    margin-bottom: 19px;
}

.meetings .start-request-block .start-request-container-bold p {
    margin-bottom: 25px;
}

.meetings .start-request-block .start-request-container-bold .btn {
    font-family: "Effra-Bold";
    display: block;
    width: 100%;
    border-radius: 0;
    font-size: 21px !important;
    width: 100%;
    min-width: 200px;
    line-height: 21px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.meetings .start-request-block .call-to-book {
    text-align: center;
    margin: 20px auto;
}

.meetings .start-request-block .call-to-book p,
.meetings .start-request-block .call-to-book a {
    color: #04336c;
    font-family: "Effra-Medium";
    text-transform: uppercase;
    line-height: 26px;
}

.meetings .start-request-block.mobile-only .start-request-container {
    margin-top: 0;
    border: none;
    background-color: transparent;
}

.meetings .featured-hotel-banner {
    text-transform: uppercase;
}

.meetings .featured-hotel-banner.hotel-pittsburgh {
    background-image: url("../../images/meetings-groups/mtgs_spotlight_pitts@2x.jpg");
}

.meetings .featured-hotel-banner.hotel-cleveland {
    background-image: url("../../images/meetings-collection/mtgscoll_spotlight_clev.jpg");
}

.meetings .featured-hotel-banner.hotel-cape-girardeau {
    background-image: url("../../images/meetings-collection/mtgscoll_spotlight_cape-girardeau.jpg");
}

.meetings .meetings-collection-properties #accordion .accordion-header-link {
    font-family: "Effra-Bold";
    text-transform: uppercase;
}

.meetings .meetings-collection-properties #accordion .card:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.meetings .meetings-collection-properties .hotel-info {
    margin-bottom: 25px;
    font-size: 18px;
}

.meetings .meetings-collection-properties .hotel-info .hotel-city {
    margin: 20px 0 8px;
    color: #414042;
    font-family: "Effra-Bold";
}

.meetings .meetings-collection-properties .hotel-info .hotel-city--top {
    margin: 0 0 8px;
    color: #414042;
    font-family: "Effra-Bold";
}

.meetings .meetings-collection-properties .hotel-info .hotel-name {
    display: block;
    margin-bottom: 6px;
}

.meetings .meetings-collection-properties .hotel-info .hotel-phone span {
    font-family: "Effra-Medium";
}

.meetings .meetings-collection-properties .hotel-info .hotel-phone a {
    color: #414042;
}

.meetings .meetings-collection-properties .hotel-info .hotel-disclaimer {
    margin-bottom: 0;
    font-family: "Effra-Italic";
}

.meetings .meetings-collection-properties .meeting-info-row {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 50px;
}

@media(max-width:991.98px) {
    .meetings .meetings-collection-properties .meeting-info-row {
        flex-direction: column;
    }
    .meetings .meetings-collection-properties .meeting-info-row .meeting-info-row {
        margin-bottom: 10px;
    }
}

.meetings .meetings-collection-properties .meeting-info-row .meeting-info-col .meeting-info-header {
    font-family: "Effra-Medium";
    color: #04336c;
}

@media(max-width:992px) {
    .meetings .meetings-collection-properties .meeting-locations-container .col {
        padding: 0;
    }
}

.meetings-groups-page .slider-col {
    position: relative;
    top: -290px;
    margin-bottom: -290px;
}

@media(max-width:991.98px) {
    .meetings-groups-page .slider-col {
        top: 0;
        margin-bottom: 0;
    }
}

.meetings-groups-page .less-text {
    margin-bottom: 65.9px;
}

@media(max-width:767.98px) {
    .meetings-groups-page .less-text {
        margin-bottom: 16px;
    }
}

.meetings-groups-page .first-button {
    margin-bottom: 0;
}

@media(max-width:767.98px) {
    .meetings-groups-page .first-button {
        margin-bottom: 80px;
    }
}

.meetings-groups-page .groups-banner-btn-text-below-first {
    margin-bottom: 0;
}

@media(max-width:767.98px) {
    .meetings-groups-page .groups-banner-btn-text-below-first {
        text-align: center;
    }
}

@media(max-width:767.98px) {
    .meetings-groups-page .groups-banner-btn-text-below {
        text-align: center;
    }
}

.meetings-groups-page .btn-blue.blue:hover {
    background-color: #04336c !important;
}

@media(max-width:767.98px) {
    .meetings-groups-page .btn {
        width: 100% !important;
    }
}

.meetings-groups-page .p-learn-more {
    padding-top: 40px;
}

@media(max-width:767.98px) {
    .meetings-groups-page .p-learn-more {
        padding-top: 0;
    }
}

@media(max-width:767.98px) {
    .meetings-groups-page .mtgs-callout {
        padding: 0 !important;
        width: 100% !important;
    }
}

.meetings-groups-page .details-block {
    height: 360px;
}

@media(max-width:991.98px) {
    .meetings-groups-page .details-block {
        height: 100%;
    }
}

@media(max-width:1199.98px) {
    .meetings-groups-page .details-block .info-container {
        text-align: center;
    }
    .meetings-groups-page .details-block .info-container .header-icon img {
        display: block;
        margin: 0 auto 10px;
        width: 50px;
    }
}

@media(min-width:992px) {
    .meetings-groups-page .details-block .info-container {
        padding: 50px 0 50px 10px;
    }
}

@media(min-width:1256px) {
    .meetings-groups-page .details-block .info-container {
        padding-left: 50px;
    }
}

@media(min-width:545px) {
    .meetings-groups-page .image-text-callout__image {
        min-width: 545px;
    }
}

.meetings-groups-page .image-text-callout__image img {
    width: 100%;
}

.meetings-groups-page .groups-banner {
    background-image: url("../../images/meetings-groups/groups_hero_updated.png");
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, .3);
    background-blend-mode: color;
}

.meetings-groups-page .groups-banner .col-12 {
    display: flex;
    flex-direction: column;
}

.meetings-groups-page .groups-banner h2 {
    color: #fff;
    font-size: 36px;
    font-family: "Effra-Bold";
    line-height: 36px;
    text-transform: uppercase;
}

.meetings-groups-page .groups-banner p {
    color: #fff;
    max-width: 997px;
    padding-right: 530px;
}

.meetings-groups-page .groups-banner p a {
    color: #fff;
}

@media(max-width:991.98px) {
    .meetings-groups-page .groups-banner p {
        padding-right: 0;
        margin: 0 auto;
    }
}

.meetings-groups-page .groups-banner .btn {
    font-family: "Effra-Bold";
    display: block;
    width: 100%;
    border-radius: 0;
    font-size: 21px !important;
    width: 100%;
    min-width: 200px;
    line-height: 21px;
    white-space: break-spaces;
    margin-top: 50px;
}

.meetings-groups-page .meetings-groups-banner {
    background-image: url("../../images/meetings-groups/mtgs_banner_mtgscoll.jpg");
    width: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.meetings-groups-page .meetings-groups-banner .col-12 {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.meetings-groups-page .meetings-groups-banner h2 {
    color: #fff;
    font-size: 36px;
    font-family: "Effra-Bold";
    line-height: 36px;
    text-transform: uppercase;
}

.meetings-groups-page .meetings-groups-banner p {
    color: #fff;
    max-width: 997px;
    margin: 0 auto 60px;
}

.meetings-groups-page .meetings-groups-banner p a {
    color: #fff;
}

.meetings-groups-page .meetings-groups-banner .btn {
    font-family: "Effra-Bold";
    display: block;
    width: 100%;
    border-radius: 0;
    font-size: 21px !important;
    width: 100%;
    min-width: 200px;
    line-height: 21px;
    white-space: break-spaces;
}

.meetings-groups-page .meetings-faq h2 {
    font-family: "Effra-Bold";
    color: #04336c;
    font-size: 33px;
    line-height: 43px;
    margin-bottom: 2.5rem;
}

.meetings-groups-page .meetings-faq #accordion .card:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.property-meeting-room .details-block h2 {
    font-family: "Effra-Regular";
    line-height: 36px;
}

.property-meeting-room .catering-options h3 {
    font-size: 22px;
    color: #ab1239;
    font-family: "Effra-Regular";
    line-height: 30px;
    margin-bottom: 9px;
}

.property-meeting-room .catering-options a.phone {
    color: #414042;
    text-decoration: underline;
}

.property-meeting-room .catering-options .caterer {
    margin-top: 25px;
}

.property-meeting-room .catering-options .caterer h3 {
    margin-bottom: 3px;
}

.property-meeting-room .capacities .table-responsive {
    background: #fff;
    padding: 35px;
}

.property-meeting-room .capacities .table-responsive thead th {
    padding-top: 0;
    border-bottom: 1px solid #dbdbdb;
    border-top: 0;
    color: #04336c;
    font-family: "Effra-Medium";
}

.property-meeting-room .capacities .table-responsive th,
.property-meeting-room .capacities .table-responsive td {
    font-size: 18px;
    text-align: center;
    padding: 30px 12px;
}

.property-meeting-room .capacities .table-responsive tr:last-of-type td {
    padding-bottom: 0;
}

.property-meeting-room .capacities .table-responsive td.meeting-room-td {
    color: #ab1239;
    font-family: "Effra-Medium";
    text-align: left;
}

.vacation-savings .vacation-savings-intro h1 {
    color: #ab1239;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.vacation-savings .vacation-savings-intro h1 span:first-of-type {
    font-family: "SassoonInfantRg";
    text-transform: lowercase;
    font-size: 50px;
}

.vacation-savings .vacation-savings-intro h1 span.city-name {
    display: block;
    font-family: "SassoonInfantRg";
    color: #6d6e70;
    padding-top: 11px;
    text-transform: capitalize;
}

.vacation-savings .vacation-savings-intro .btn-lg,
.vacation-savings .vacation-savings-intro .btn-group-lg>.btn {
    font-family: "Effra-Bold";
    display: inline-block;
    border-radius: 0;
    font-size: 21px !important;
    line-height: 21px;
    width: 100%;
    max-width: 307px;
    white-space: break-spaces;
}

@media(min-width:576px) {
    .vacation-savings .vacation-savings-intro .btn-lg,
    .vacation-savings .vacation-savings-intro .btn-group-lg>.btn {
        width: 307px;
    }
}

@media(max-width:991.98px) {
    .vacation-savings .vacation-savings-intro .btn-lg,
    .vacation-savings .vacation-savings-intro .btn-group-lg>.btn {
        margin: auto;
        display: block;
    }
}

.vacation-savings .attraction-savings .btn {
    max-width: 300px;
    padding: 21px 33px;
    white-space: break-spaces;
}

.vacation-savings.new-styles .vacation-savings-hero-banner {
    margin-bottom: 10px;
}

@media(max-width:1199.98px) {
    .vacation-savings.new-styles .vacation-savings-hero-banner {
        margin-bottom: 275px;
    }
    .vacation-savings.new-styles .vacation-savings-hero-banner .no-gutters-mobile {
        padding: 0;
    }
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast {
    background-color: rgba(255, 255, 255, .9);
    color: #ab1239;
}

@media(max-width:1199.98px) {
    .vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast {
        max-width: 515px;
        margin: 16px auto 0;
        padding: 0;
    }
    .vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__container {
        width: 100%;
        position: absolute;
        border-bottom: 1px solid #ab1239;
    }
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast .book-it-fast__col {
    height: 70px;
}

@media(max-width:1199.98px) {
    .vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast .book-it-fast__col {
        height: 45px;
    }
}

@media(max-width:1199.98px) {
    .vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast .book-it-fast__col:nth-child(3) {
        margin-bottom: 25px;
    }
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast .full-height {
    height: 100%;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast form {
    padding: 25px 28px;
}

@media(min-width:516px) {
    .vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast form {
        padding: 20px 35px;
        position: center;
    }
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast hr {
    border-color: #6d6e70;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__input {
    background-color: transparent;
    border: 0;
    color: #ab1239;
    font-size: 16px;
    font-family: "Effra-Regular";
    text-overflow: ellipsis;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__input::-webkit-input-placeholder {
    color: #ab1239;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__input:-moz-placeholder {
    color: #ab1239;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__input::-moz-placeholder {
    color: #ab1239;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__input:-ms-input-placeholder {
    color: #ab1239;
}

@media(min-width:1200px) {
    .vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__input {
        margin-right: 15px;
    }
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__input:focus {
    outline: 1px solid transparent;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__label {
    margin: 0;
    font-size: 21px;
    font-family: "Effra-Medium";
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__icon {
    color: #6d6e70;
    border-right: 1px solid #6d6e70;
    padding-right: 20px;
    margin-right: 25px;
    display: flex;
    flex: 0 0 32px;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: content-box;
}

@media(max-width:1199.98px) {
    .vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__icon {
        flex: 0 0 22px;
    }
}

@media(max-width:480px) {
    .vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__icon {
        padding-right: 15px;
        margin-right: 20px;
    }
}

@media(max-width:374px) {
    .vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__icon {
        display: none;
    }
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__icon img {
    width: 100%;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__location {
    height: 100%;
    max-width: 410px;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus {
    padding-right: 0;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .book-it-fast__icon {
    margin-right: 0;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap label {
    display: none;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap input {
    color: #6d6e70;
    background-color: #fff;
    padding: 0 10px 0 25px;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap input::-webkit-input-placeholder {
    color: #6d6e70;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap input:-moz-placeholder {
    color: #6d6e70;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap input::-moz-placeholder {
    color: #6d6e70;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap input:-ms-input-placeholder {
    color: #6d6e70;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__location.active-value {
    padding-right: 0;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__location.active-value .book-it-fast__icon {
    margin-right: 0;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__location.active-value .location-input-wrap label {
    display: none;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__location.active-value .location-input-wrap input {
    padding: 0 10px 0 25px;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__location .book-it-fast__label {
    min-width: 100px;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__dates {
    width: auto;
}

@media(max-width:1199.98px) {
    .vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__dates {
        flex-grow: 1;
    }
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__date {
    width: auto;
    padding: .5rem;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__date:focus-within {
    outline: 2px solid #ab1239;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast .dates_col {
    padding: 0 50px 0 25px;
}

@media(max-width:480px) {
    .vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast .dates_col {
        padding: 0;
    }
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__arrive,
.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__depart {
    text-align: center;
    line-height: 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    font-size: 21px;
    font-family: "Effra-Medium";
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__arrive .month,
.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__depart .month {
    margin-bottom: 5px;
    cursor: pointer;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__arrive .day,
.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__depart .day {
    font-size: 28px;
    cursor: pointer;
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__count {
    color: #6d6e70;
    font-family: "Effra-Bold";
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 30px;
    min-width: 138px;
}

@media(max-width:480px) {
    .vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__count {
        padding: 0 20px;
    }
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__search {
    justify-self: flex-end;
    align-self: self-end;
    flex-grow: 1;
    width: 100%;
}

@media(min-width:1200px) {
    .vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__search {
        max-width: 270px;
    }
}

@media(max-width:1199.98px) {
    .vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__search {
        height: 70px !important;
    }
}

.vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__btn {
    font-family: "Effra-Bold";
    display: block;
    width: 100%;
    border-radius: 0;
    font-size: 21px !important;
    width: 100%;
    min-width: 200px;
    line-height: 21px;
}

@media(min-width:1200px) {
    .vacation-savings.new-styles .vacation-savings-hero-banner .book-it-fast__btn {
        max-width: 270px;
    }
}

.ui-datepicker {
    font-family: "Effra-Regular";
}

@media(max-width:767px) {
    .ui-datepicker {
        top: 50% !important;
        left: 50% !important;
        transform: translateX(-50%) translateY(-50%);
    }
}

.ui-autocomplete {
    z-index: 1009;
    width: 300px;
    list-style: none;
    padding-left: 0;
    left: 0;
}

.ui-autocomplete li {
    cursor: pointer;
    padding: 0;
}

.ui-autocomplete .ui-menu-item-wrapper {
    display: block;
    padding: 5px;
    text-decoration: underline;
}

.ui-autocomplete .ui-state-active {
    border: none;
    background: #eee;
    font-weight: bold;
    color: #111 !important;
}

.ui-widget-content .ui-menu-item-wrapper {
    color: #414042;
}

.ui-widget-header {
    border: 1px solid #ab1239;
    background: #ab1239;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.popover h3 {
    font-size: 1.25rem;
    margin-bottom: 0;
}

.bg-gray-light {
    background-color: #f6f6f6;
}

.booking-flow .number-incrementor {
    width: calc(38px*3);
}

.booking-flow .number-incrementor input {
    background-color: #fff;
    cursor: default;
    -moz-appearance: textfield;
}

.booking-flow .number-incrementor input::-webkit-inner-spin-button,
.booking-flow .number-incrementor input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.booking-flow #room-data-container-prototype {
    display: none;
}

.booking-flow .btn {
    border-radius: 0;
}

.booking-flow .btn-lg,
.booking-flow .btn-group-lg>.btn {
    font-size: 1.25rem !important;
}

@media(max-width:767px) {
    .info-card {
        padding: 0;
    }
    .info-card__contents {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.info-card__photo {
    width: 100%;
    height: auto;
}

.currency-button {
    background-color: #fff;
    color: #808080;
}

.currency-button.active {
    background-color: #808080;
    color: #fff;
}

#join-drury-rewards-form {
    display: none;
}

#filterMenu {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
}

.hotel-special-events-container {
    color: #fff;
    background-color: #696969;
}

.special-events-container {
    background: #6d6e70;
    padding: 10px 0;
}

.special-events-container .special-event .special-event-renovation-text,
.special-events-container .special-event p {
    color: #fff;
    font-size: 12px !important;
    margin: 0;
}

.special-events-container .special-event .container {
    display: flex;
    padding: 5px 15px !important;
}

.special-events-container .special-event .container .fa {
    font-size: 14px;
    margin-right: 12px;
    color: #fff500;
}

.btn-book-standard-rates-link {
    background: none;
    color: #ab1239;
    text-decoration: underline;
    white-space: normal;
    text-align: left;
    border: none;
    padding: 0;
    font-family: "Effra-Regular" !important;
}

.btn-book-standard-rates-link:hover {
    text-decoration: underline;
}

.eta-dropdown {
    margin-left: 93px;
    width: 150px;
    color: #04336c;
    background-color: #d7e6ed;
    border-color: #04336c;
    font-family: "Effra-Bold";
    font-size: 16px;
    text-align: center;
}

@media(max-width:767px) {
    .eta-dropdown {
        margin-left: 0;
    }
}

.eta-option {
    color: #04336c;
    text-align: center;
}

.booking-flow .ui-autocomplete {
    position: absolute;
}

.booking-flow .tooltip.fade.top.in {
    opacity: 1 !important;
}

.booking-flow .validation-summary-errors {
    margin: 0;
    padding: 25px 0;
}

.booking-flow .validation-summary-errors .validation-error-link {
    color: #f05b61;
    font-family: "Effra-Medium";
    font-weight: 400;
    font-size: 14px;
}

.booking-flow .validation-error {
    color: #f05b61;
    font-family: "Effra-Medium";
    font-weight: 400;
    font-size: 14px;
}

.booking-flow .ui-datepicker {
    z-index: 1050 !important;
}

.booking-flow__trip-info {
    padding: 18px 28px;
    background: #e0ecf1;
    color: #04336c;
}

.booking-flow__trip-info .trip-info-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-flow__trip-info .trip-info-container .info-container {
    display: flex;
    flex: 1;
}

.booking-flow__trip-info .trip-info-container .location-name-container .location-name {
    font-size: 16px;
    margin-left: 8px;
    display: flex;
    align-items: center;
}

.booking-flow__trip-info .trip-info-container .flex-container {
    display: flex;
    align-items: center;
    width: 100%;
}

.booking-flow__trip-info .trip-info-container .location-info-container {
    max-width: 300px;
    min-width: 300px;
    margin-right: 30px;
    justify-content: flex-end;
}

.booking-flow__trip-info .trip-info-container .location-info-container .location-dates {
    margin-right: 30px;
}

.booking-flow__trip-info .trip-info-container .location-info-container .location-dates img {
    margin-left: 7px;
    margin-right: 7px;
}

.booking-flow__trip-info .trip-info-container .location-info-container .location-rooms .divider {
    margin-left: 4px;
    margin-right: 4px;
}

.booking-flow__trip-info .trip-info-container .location-edit-button {
    padding: 8px 18px;
    background-color: #e0ecf1 !important;
    border-color: #04336c !important;
    font-size: 14px;
    font-family: "Effra-Medium";
    color: #04336c !important;
}

@media(max-width:991.98px) {
    .booking-flow__trip-info {
        padding-left: 0;
        padding-right: 0;
    }
    .booking-flow__trip-info .trip-info-container .info-container {
        display: block;
        padding-left: 16px;
    }
    .booking-flow__trip-info .trip-info-container .info-container .location-name-container .location-name {
        margin-left: 0;
    }
    .booking-flow__trip-info .trip-info-container .info-container .location-name-container img {
        height: 12px;
        width: 12px;
        margin-left: -12px;
        position: relative;
        left: -6px;
        top: -2px;
    }
    .booking-flow__trip-info .trip-info-container .info-container .location-info-container {
        display: block;
        min-width: unset;
    }
    .booking-flow__trip-info .trip-info-container .info-container .location-info-container .location-dates {
        display: block;
    }
    .booking-flow__trip-info .trip-info-container .info-container .location-info-container .location-dates img {
        margin-top: -3px;
    }
    .booking-flow__trip-info .trip-info-container .location-edit-button {
        padding: 7px 15px;
        font-size: 12px;
    }
}

.booking-flow__header {
    background: #04336c;
    height: 85px;
    display: flex;
    align-items: center;
}

.booking-flow__header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-flow__header .container h1 {
    color: #fff;
    font-family: "Effra-Medium";
    font-size: 30px;
    margin-bottom: 0;
}

@media(max-width:576px) {
    .booking-flow__header .container h1 {
        font-size: 20px;
    }
}

.booking-flow__header .container .progress-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-flow__header .container .progress-indicator .progress-text {
    font-family: "Effra-Medium";
    color: #fff;
    font-size: 14px;
    padding-right: 10px;
}

.booking-flow__header .container .progress-indicator .progress-circle {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.booking-flow__header .container .progress-indicator .progress-circle.active {
    background-color: #04336c;
    position: relative;
}

.booking-flow__header .container .progress-indicator .progress-circle.active:after {
    content: "";
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #04336c;
}

.booking-flow__header .container .progress-indicator .progress-circle.completed {
    position: relative;
    background-color: #fff;
}

.booking-flow__header .container .progress-indicator .progress-circle.completed:after {
    background: url(../../../images/icons/checkmark-white-circle.svg);
    background-size: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.booking-flow__header .container .progress-indicator .progress-circle-divider {
    width: calc(20px*.6);
    height: 1px;
    background-color: #fff;
}

@media(max-width:576px) {
    .booking-flow__header .container .progress-indicator .progress-text {
        font-size: 12px;
    }
    .booking-flow__header .container .progress-indicator .progress-circle {
        width: 16px;
        height: 16px;
        border: 1px solid #fff;
    }
    .booking-flow__header .container .progress-indicator .progress-circle.active:after {
        content: url(../../../images/icons/checkmark-blue-2.png);
        border: 3.5px solid #04336c;
    }
}

@media(min-width:992px) {
    .booking-flow .form-container {
        max-width: 860px !important;
    }
}

.booking-flow .form-container .btn:not(.btn-primary):focus,
.booking-flow .form-container .btn:not(.btn-primary):active,
.booking-flow .form-container a:focus,
.booking-flow .form-container a:active {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) !important;
}

.booking-flow .form-container__warning-text {
    font-size: 14px;
}

.booking-flow .form-container__label {
    font-size: 24px;
    font-family: "Effra-Medium";
    color: #04336c;
    margin-bottom: 8px;
}

@media(max-width:576px) {
    .booking-flow .form-container__label {
        font-size: 16px;
    }
}

.booking-flow .form-container__input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-bottom: 1px solid #04336c !important;
    padding-left: 0;
    color: #414042;
}

.booking-flow .form-container__input::placeholder {
    color: #929497 !important;
}

.booking-flow .form-container__input:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) !important;
}

.booking-flow .form-container__input.error {
    border-bottom-color: #f05b61 !important;
}

.booking-flow .form-container__input.error:focus {
    outline: none;
    box-shadow: 0 0 0 .2rem rgba(240, 91, 97, .25) !important;
}

.booking-flow .form-container__icon-input-button {
    display: flex;
    flex-direction: column;
    width: 40px;
    margin-bottom: -38px;
    margin-left: 10px;
    text-align: center;
}

.booking-flow .form-container__icon-input-button .icon-container {
    height: 37px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #04336c;
    background: #fff;
}

.booking-flow .form-container__icon-input-button img {
    height: 18px;
}

.booking-flow .form-container__icon-input-button span {
    font-size: 10px;
    font-family: "Effra-Regular";
    color: #04336c;
    line-height: 1;
    padding-top: 8px;
}

.booking-flow .form-container__icon-input-button.all-hotels img {
    height: 25px;
}

.booking-flow .form-container__dropdown-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    text-decoration: none !important;
}

.booking-flow .form-container__dropdown-header[aria-expanded=true] img {
    transform: rotate(180deg);
}

.booking-flow .form-container__dropdown-content .row {
    padding-top: 20px;
}

@media(max-width:576px) {
    .booking-flow .form-container__dropdown-content#special-rate-code .row {
        padding-bottom: 20px;
    }
}

.booking-flow .form-container__dropdown-content .form-container__input {
    width: 100%;
    margin-bottom: 20px;
}

.booking-flow .form-container__increment-input {
    width: 100px;
    min-width: 100px;
}

.booking-flow .form-container__increment-input input {
    -moz-appearance: textfield;
}

.booking-flow .form-container__increment-input input::-webkit-inner-spin-button,
.booking-flow .form-container__increment-input input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.booking-flow .form-container__increment-input .btn-number {
    border: none;
    background: #fff;
    padding: 0;
    height: 24px;
    width: 24px;
    position: relative;
}

.booking-flow .form-container__increment-input .btn-number::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@media(max-width:576px) {
    .booking-flow .form-container__increment-input .btn-number {
        height: 30px;
        width: 30px;
    }
    .booking-flow .form-container__increment-input .btn-number::after {
        top: 3px;
    }
}

.booking-flow .form-container__increment-input .btn-number.plus::after {
    content: url(../../../images/icons/increment-plus-blue.svg);
}

.booking-flow .form-container__increment-input .btn-number.plus:disabled::after {
    content: url(../../../images/icons/increment-plus-disabled.svg);
}

.booking-flow .form-container__increment-input .btn-number.minus:disabled::after {
    content: url(../../../images/icons/increment-minus-disabled.svg);
}

.booking-flow .form-container__increment-input .btn-number.minus::after {
    content: url(../../../images/icons/increment-minus-blue.svg);
}

.booking-flow .form-container__increment-input .input-number {
    background: #fff;
    border: none;
    text-align: center;
    padding: 0;
    color: #04336c;
    font-family: "Effra-Regular";
}

.booking-flow .form-container .input-group-append.with-underline .btn {
    background: transparent;
}

@media(max-width:576px) {
    .booking-flow .form-container .input-group-append.with-underline .btn {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.booking-flow .form-container .ui-datepicker-trigger {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 5px;
    cursor: pointer;
    z-index: 2;
}

.booking-flow .form-container .dates-form-container .dates-form-row {
    display: flex;
}

.booking-flow .form-container .dates-form-container .dates-form-row .form-group {
    width: 100%;
    line-height: 1.2;
}

.booking-flow .form-container .dates-form-container .dates-form-row .form-group .hasDatepicker {
    cursor: default;
}

.booking-flow .form-container .dates-form-container .dates-form-row .form-group .hasDatepicker::-ms-clear {
    display: none;
}

.booking-flow .form-container .dates-form-container .dates-form-row .validation-error {
    padding-top: 5px;
    display: inline-block;
}

.booking-flow .form-container .dates-form-container .number-of-nights-container {
    text-align: center;
    font-size: 11px;
    font-family: "Effra-Bold";
    color: #04336c;
    width: 130px;
    min-width: 60px;
    text-transform: uppercase;
    position: relative;
    top: 12px;
    margin-left: 15px;
    margin-right: 15px;
}

.booking-flow .form-container .dates-form-container .number-of-nights-container img {
    height: 10px;
    width: 10px;
}

.booking-flow .number-of-rooms-row {
    margin-bottom: 32px;
    margin-top: 40px;
    border-bottom: 1px solid #c3d2dd;
}

.booking-flow .number-of-rooms-row .number-of-rooms-container {
    margin-bottom: 25px;
}

.booking-flow .dropdowns-row {
    border-bottom: 1px solid #c3d2dd;
    padding-bottom: 32px;
    margin-bottom: 32px;
}

.booking-flow #room-containers {
    margin-top: -28px;
}

.booking-flow #room-containers .room-data-container {
    border-bottom: 1px solid #c3d2dd;
    padding-top: 5px;
    padding-bottom: 25px;
}

.booking-flow #room-containers .room-data-container .form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
}

.booking-flow #room-containers .room-data-container .form-row .room-label {
    margin-bottom: 0;
    margin-top: 30px;
}

.booking-flow #room-containers .room-data-container .form-row .inputs-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 250px;
    text-align: center;
}

@media(max-width:991.98px) {
    .booking-flow #room-containers .room-data-container .form-row .inputs-row {
        max-width: 210px;
    }
}

.booking-flow #room-containers .room-data-container label {
    color: #414042;
    font-size: 10px;
}

.booking-flow #room-containers .room-data-container label.room-label {
    font-size: 16px;
}

.booking-flow #room-containers>div:last-of-type {
    border-bottom: 0;
}

.booking-flow .search-hotels-button {
    font-size: 21px !important;
    font-family: "Effra-Bold";
    padding: 27px 75px;
    text-transform: uppercase;
}

.booking-flow .search-hotels-button.clear {
    border-color: #6d6e70;
    color: #6d6e70;
    background: #fff !important;
    margin-right: 20px;
}

@media(max-width:576px) {
    .booking-flow .search-hotels-button {
        padding: 13px 0;
        width: 100%;
        font-size: 18px !important;
    }
}

.booking-flow .ui-menu {
    border: 1px solid #04336c;
    padding: 10px;
    margin-top: -2px;
    max-width: 500px;
}

.booking-flow .ui-menu .ui-menu-item {
    font-family: "Effra-Regular";
    cursor: pointer;
}

.booking-flow .ui-menu .ui-menu-item .ui-state-active {
    border: none;
}

.booking-flow .need-assistance-block {
    background-color: #6d6e70;
    padding: 40px 26px;
    color: #fff;
    text-align: center;
}

.booking-flow .need-assistance-block a {
    color: #fff;
}

.booking-flow .booking-flow .form-container .ui-datepicker-trigger {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 5px;
    cursor: pointer;
    z-index: 2;
}

.booking-flow .form-booking-engine__arrive,
.booking-flow .form-booking-engine__depart {
    text-align: center;
    line-height: 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    font-size: 21px;
    font-family: "Effra-Medium";
}

.booking-flow .form-booking-engine__arrive .month,
.booking-flow .form-booking-engine__depart .month {
    margin-bottom: 5px;
    cursor: default;
    font-size: 20px;
}

.booking-flow .form-booking-engine__arrive .day,
.booking-flow .form-booking-engine__depart .day {
    font-size: 28px;
    cursor: default;
}

.booking-flow .form-booking-engine__input {
    background-color: transparent;
    border: 0;
    color: #ab1239;
    font-size: 16px;
    font-family: "Effra-Regular";
    text-overflow: ellipsis;
}

.booking-flow .form-booking-engine__input::-webkit-input-placeholder {
    color: #ab1239;
}

.booking-flow .form-booking-engine__input:-moz-placeholder {
    color: #ab1239;
}

.booking-flow .form-booking-engine__input::-moz-placeholder {
    color: #ab1239;
}

.booking-flow .form-booking-engine__input:-ms-input-placeholder {
    color: #ab1239;
}

@media(min-width:1200px) {
    .booking-flow .form-booking-engine__input {
        margin-right: 15px;
    }
}

.booking-flow .form-booking-engine__input:focus {
    outline: 1px solid transparent;
}

.booking-flow input[type="date"]::-webkit-inner-spin-button,
.booking-flow input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.booking-flow .daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    max-width: none;
    padding: 0;
    margin-top: 7px;
    top: 100px;
    left: 20px;
    z-index: 3001;
    display: none;
    line-height: 1em;
}

.booking-flow .daterangepicker:before,
.booking-flow .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: '';
}

.booking-flow .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}

.booking-flow .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.booking-flow .daterangepicker.opensleft:before {
    right: 69px;
}

.booking-flow .daterangepicker.opensleft:after {
    right: 70px;
}

.booking-flow .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.booking-flow .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto;
}

.booking-flow .daterangepicker.opensright:before {
    left: 69px;
}

.booking-flow .daterangepicker.opensright:after {
    left: 70px;
}

.booking-flow .daterangepicker.drop-up {
    margin-top: -7px;
}

.booking-flow .daterangepicker.drop-up:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc;
}

.booking-flow .daterangepicker.drop-up:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff;
}

.booking-flow .daterangepicker.single .daterangepicker .ranges,
.booking-flow .daterangepicker.single .drp-calendar {
    float: none;
}

.booking-flow .daterangepicker.single .drp-selected {
    display: none;
}

.booking-flow .daterangepicker.show-calendar .drp-calendar {
    display: contents;
}

.booking-flow .daterangepicker.show-calendar .drp-buttons {
    display: block;
}

.booking-flow .daterangepicker.auto-apply .drp-buttons {
    display: none;
}

.booking-flow .daterangepicker .drp-calendar {
    display: none;
    max-width: 270px;
}

.booking-flow .daterangepicker .drp-calendar.left {
    padding: 8px 0 8px 8px;
}

.booking-flow .daterangepicker .drp-calendar.right {
    padding: 8px;
}

.booking-flow .daterangepicker .drp-calendar.single .calendar-table {
    border: none;
}

.booking-flow .daterangepicker .calendar-table .next span,
.booking-flow .daterangepicker .calendar-table .prev span {
    color: #fff;
    border: solid #000;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.booking-flow .daterangepicker .calendar-table .next span {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.booking-flow .daterangepicker .calendar-table .prev span {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.booking-flow .daterangepicker .calendar-table th,
.booking-flow .daterangepicker .calendar-table td {
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    min-width: 32px;
    width: 32px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer;
}

.booking-flow .daterangepicker .calendar-table {
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: #fff;
}

.booking-flow .daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.booking-flow .daterangepicker td.available:hover,
.booking-flow .daterangepicker th.available:hover {
    background-color: #04336c;
    border-color: transparent;
    color: #fff;
}

.booking-flow .daterangepicker td.week,
.booking-flow .daterangepicker th.week {
    font-size: 80%;
    color: #ccc;
}

.booking-flow .daterangepicker td.off,
.booking-flow .daterangepicker td.off.in-range,
.booking-flow .daterangepicker td.off.start-date,
.booking-flow .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999;
}

.booking-flow .daterangepicker td.in-range {
    background-color: #d9e8fa;
    border-color: transparent;
    color: #000;
    border-radius: 0;
}

.booking-flow .daterangepicker td.start-date {
    border-radius: 10px 0 0 10px;
}

.booking-flow .daterangepicker td.end-date {
    border-radius: 0 10px 10px 0;
}

.booking-flow .daterangepicker td.start-date.end-date {
    border-radius: 4px;
}

.booking-flow .daterangepicker td.active,
.booking-flow .daterangepicker td.active:hover {
    background-color: #04336c;
    border-color: transparent;
    color: #fff;
}

.booking-flow .daterangepicker th.month {
    width: auto;
}

.booking-flow .daterangepicker td.disabled,
.booking-flow .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through;
}

.booking-flow .daterangepicker select.monthselect,
.booking-flow .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default;
}

.booking-flow .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%;
}

.booking-flow .daterangepicker select.yearselect {
    width: 40%;
}

.booking-flow .daterangepicker .drp-selected {
    float: left;
    display: inline-block;
    font-size: 14px;
    padding-right: 8px;
    padding-top: 7px;
    margin-left: 20px;
}

.booking-flow .daterangepicker .drp-buttons {
    clear: both;
    text-align: right;
    padding: 8px;
    border-top: 1px solid #ddd;
    display: none;
    line-height: 12px;
    vertical-align: middle;
}

.booking-flow .daterangepicker .drp-buttons .btn {
    margin-left: 8px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 8px;
}

@media(min-width:564px) {
    .booking-flow .daterangepicker {
        width: auto;
    }
    .booking-flow .daterangepicker .ranges ul {
        width: 140px;
    }
    .booking-flow .daterangepicker.single .ranges ul {
        width: 100%;
    }
    .booking-flow .daterangepicker.single .drp-calendar.left {
        clear: none;
    }
    .booking-flow .daterangepicker.single .ranges,
    .booking-flow .daterangepicker.single .drp-calendar {
        float: left;
    }
    .booking-flow .daterangepicker {
        direction: ltr;
        text-align: left;
    }
    .booking-flow .daterangepicker .drp-calendar.left {
        clear: left;
        margin-right: 0;
    }
    .booking-flow .daterangepicker .drp-calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .booking-flow .daterangepicker .drp-calendar.right {
        margin-left: 0;
    }
    .booking-flow .daterangepicker .drp-calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .booking-flow .daterangepicker .drp-calendar.left .calendar-table {
        padding-right: 8px;
    }
    .booking-flow .daterangepicker .ranges,
    .booking-flow .daterangepicker .drp-calendar {
        float: left;
    }
    .booking-flow .daterangepicker .drp-buttons {
        clear: both;
        text-align: right;
        padding: 8px;
        border-top: 1px solid #ddd;
        display: none;
        line-height: 12px;
        vertical-align: middle;
    }
    .booking-flow .daterangepicker .drp-buttons .btn {
        margin-left: 8px;
        font-size: 12px;
        font-weight: bold;
        padding: 4px 8px;
    }
    .booking-flow .daterangepicker.show-calendar .drp-calendar {
        display: block;
    }
    .booking-flow .daterangepicker .drp-selected {
        float: left;
        display: inline-block;
        font-size: 14px;
        padding-right: 8px;
        padding-top: inherit;
        margin-left: 20px;
    }
}

@media(min-width:730px) {
    .booking-flow .daterangepicker .ranges {
        width: auto;
    }
    .booking-flow .daterangepicker .ranges {
        float: left;
    }
    .booking-flow .daterangepicker.rtl .ranges {
        float: right;
    }
    .booking-flow .daterangepicker .drp-calendar.left {
        clear: none !important;
    }
}

.booking-flow__your-trip #hotel-display-container {
    padding: 25px;
    background: #e0ecf1;
}

.booking-flow__your-trip #hotel-display-container .hotel-display-content-container {
    display: flex;
    align-items: flex-start;
}

.booking-flow__your-trip #hotel-display-container .hotel-display-content-container img {
    margin-right: 10px;
}

.booking-flow__your-trip #hotel-display-container .options-block {
    display: block;
    margin-top: 3px;
}

.booking-flow__your-trip #hotel-display-container .options-block a {
    font-weight: normal !important;
    font-family: "Effra-Medium";
}

.booking-flow__your-trip #hotel-display-container .current-hotel-card__title {
    font-size: 17px;
    font-family: "Effra-Medium";
    color: #04336c;
}

@media(max-width:576px) {
    .booking-flow__your-trip #hotel-display-container {
        margin-bottom: 20px;
    }
}

.booking-flow__your-trip .search-hotels-button.clear {
    display: none;
}

.booking-flow__your-trip #employee-inputs-container {
    margin-top: 20px;
}

.booking-flow__your-trip .number-of-rooms-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-flow__your-trip .number-of-rooms-container .form-container__label {
    margin-bottom: 0;
}

.booking-flow__your-trip .dates-form-row .form-group {
    position: relative;
}

.booking-flow__your-trip .dates-form-row .form-group input {
    background: transparent;
    cursor: pointer;
}

.booking-flow__your-trip .dates-form-row .form-group .input-group-append.with-underline {
    position: absolute;
    top: -3px;
    right: 0;
    z-index: -1;
}

@media(max-width:576px) {
    .booking-flow__your-trip .location-column {
        margin-bottom: 20px;
    }
    .booking-flow__your-trip .form-container {
        padding-left: 28px;
        padding-right: 28px;
    }
    .booking-flow__your-trip .form-container__dropdown-header {
        margin-left: -28px;
        margin-right: -28px;
        padding: 20px 28px;
    }
    .booking-flow__your-trip .number-of-rooms-row {
        margin-top: 0;
        margin-bottom: 0;
    }
    .booking-flow__your-trip .number-of-rooms-row .number-of-rooms-container {
        margin-bottom: 20px;
    }
    .booking-flow__your-trip .number-of-rooms-row #room-containers {
        margin-top: 0;
    }
    .booking-flow__your-trip .number-of-rooms-row #room-containers .room-data-container {
        border-bottom: none;
    }
    .booking-flow__your-trip .number-of-rooms-row #room-containers .room-data-container .form-row {
        margin-top: 0 !important;
    }
    .booking-flow__your-trip .number-of-rooms-row #room-containers .room-data-container .form-row .room-label {
        margin-bottom: 0;
        margin-top: 0;
    }
    .booking-flow__your-trip .number-of-rooms-row #room-containers .room-data-container .form-row .inputs-row {
        max-width: 200px;
    }
    .booking-flow__your-trip .number-of-rooms-row #room-containers .room-data-container .form-row .inputs-row .form-container__increment-input {
        width: 92px;
    }
    .booking-flow__your-trip .number-of-rooms-row #room-containers>div:first-of-type .room-label {
        margin-top: 30px !important;
    }
    .booking-flow__your-trip .number-of-rooms-row #room-containers>div:not(:first-of-type) label:not(.room-label) {
        display: none;
    }
    .booking-flow__your-trip .dropdowns-row {
        padding-bottom: 0;
        border-bottom: none;
    }
    .booking-flow__your-trip .dropdowns-row .col-md-5,
    .booking-flow__your-trip .dropdowns-row .col-md-7 {
        border-bottom: 1px solid #c3d2dd;
    }
    .booking-flow__your-trip .dropdowns-row .col-md-5>.form-container__dropdown-content {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .booking-flow__your-trip .search-hotels-button {
        margin-bottom: 0;
    }
    .booking-flow__your-trip .search-hotels-button.clear {
        display: none;
    }
    .booking-flow__your-trip .calendar-dropdown {
        margin-left: 0;
    }
}

@media(min-width:991.98px) {
    .booking-flow__your-trip .calendar-dropdown {
        margin-left: 0;
    }
}

#editReservationCollapse {
    border-bottom: 1px solid #e0ecf1;
}

#editReservationCollapse .search-hotels-button.clear {
    display: inline-block;
}

#editReservationCollapse .booking-flow__header {
    display: none;
}

#editReservationCollapse .need-assistance-block {
    display: none;
}

.edit-reservation-container__mobile-nav {
    padding: 17px 20px;
    background: #04336c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.edit-reservation-container__mobile-nav span {
    color: #fff;
    font-size: 20px;
    font-family: "Effra-Medium";
}

.edit-reservation-container .welcome-back-partial {
    display: none;
}

.edit-reservation-container .phone-only {
    display: none;
}

.edit-reservation-container .submit-button-row .search-hotels-button .search-hotels {
    display: none !important;
}

.edit-reservation-container .submit-button-row .search-hotels-button .update-results {
    display: inline !important;
}

@media(max-width:991.98px) {
    .edit-reservation-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        background: #fff;
        padding: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .edit-reservation-container__mobile-nav {
        display: flex;
    }
    .edit-reservation-container .booking-flow__your-trip .form-container {
        padding-left: 20px;
        padding-right: 20px;
        overflow-x: hidden;
    }
    .edit-reservation-container .booking-flow__your-trip .form-container .submit-button-row .clear {
        display: none !important;
    }
}

.booking-flow__trip-info #edit-reservation-modal {
    display: none;
}

@media(max-width:991.98px) {
    .booking-flow__trip-info #edit-reservation-modal {
        display: inline;
    }
    .booking-flow__trip-info #edit-reservation-collapse {
        display: none;
    }
}

.booking-flow__search-results .styled-link {
    display: inline-block;
    font-size: 16px;
    font-family: "Effra-Medium";
    color: #6d6e70 !important;
    position: relative;
    padding-bottom: 0;
    border-bottom: 1px solid #6d6e70;
    font-weight: 300;
    text-decoration: none;
}

.booking-flow__search-results .column-label {
    margin-top: 50px;
    margin-bottom: 44px;
    color: #04336c;
    font-weight: 600;
    font-family: "Effra-Medium";
}

.booking-flow__search-results .results-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-flow__search-results .results-label #view-filter-modal {
    display: none;
}

@media(max-width:991.98px) {
    .booking-flow__search-results .results-label {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .booking-flow__search-results .results-label #view-filter-modal {
        display: inline;
        margin-left: 10px;
    }
}

.booking-flow__search-results .column-sub-label {
    font-size: 18px;
    color: #04336c;
    margin-bottom: 30px;
}

.booking-flow__search-results .column-sub-label.price-range {
    margin-top: 30px;
}

.booking-flow__search-results .search-filters-container__mobile-nav {
    padding: 17px 20px;
    background: #04336c;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -20px;
    margin-right: -20px;
    display: none;
}

.booking-flow__search-results .search-filters-container__mobile-nav span {
    color: #fff;
    font-size: 20px;
    font-family: "Effra-Medium";
}

.booking-flow__search-results .search-filters-container .filter-column .query-button {
    background: #04336c;
    color: #fff;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px !important;
    padding: 13px 20px;
    font-family: "Effra-Medium";
}

.booking-flow__search-results .search-filters-container .filter-column .query-button:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) !important;
}

@media(max-width:991.98px) {
    .booking-flow__search-results .search-filters-container {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        background: #fff;
        padding-left: 20px;
        padding-right: 20px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .booking-flow__search-results .search-filters-container__mobile-nav {
        display: flex;
    }
    .booking-flow__search-results .search-filters-container .narrow-results-label {
        display: none;
    }
    .booking-flow__search-results .search-filters-container .sort-by-label {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .booking-flow__search-results .search-filters-container .column-sub-label {
        font-size: 16px;
        font-family: "Effra-Medium";
    }
    .booking-flow__search-results .search-filters-container .filter-column .query-button {
        font-size: 16px !important;
        margin: 10px 0 35px !important;
        background: #ab1239 !important;
    }
}

.booking-flow__search-results .range-slider {
    height: 26px;
    border: none;
    width: calc(100% - 24px);
    position: relative;
    margin-bottom: 5px;
    margin-top: 60px;
}

.booking-flow__search-results .range-slider__label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.booking-flow__search-results .range-slider__thumb-tooltip {
    height: 24px;
    width: 60px;
    background: #e0ecf1;
    color: #04336c;
    position: absolute;
    top: -40px;
    left: -19px;
    text-align: center;
    font-family: "Effra-Medium";
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.booking-flow__search-results .range-slider__thumb-tooltip:after {
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 10px solid #e0ecf1;
    position: absolute;
    bottom: -7px;
    left: 18px;
}

.booking-flow__search-results .range-slider:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #e0ecf1;
    top: 10px;
    z-index: 0;
}

.booking-flow__search-results .range-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    border: 2px solid #04336c;
    border-radius: 50%;
    background: #fff;
    -ms-touch-action: none;
    touch-action: none;
    outline: none;
}

.booking-flow__search-results .range-slider .ui-slider-handle:focus {
    background: #04336c;
}

.booking-flow__search-results .range-slider .ui-slider-range {
    position: absolute;
    top: 10px;
    border-width: 2px;
    border-color: #04336c;
    z-index: 1;
}

.booking-flow__search-results .map-collapse-container {
    position: relative;
}

.booking-flow__search-results .map-collapse-container #map {
    height: 700px;
    background-color: rgba(0, 0, 0, .1);
    margin-bottom: 30px;
}

.booking-flow__search-results .map-collapse-container .room-card {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 200px);
    background: #fff;
    width: 400px;
    padding: 30px 36px;
    border: 1px solid #ab1239;
}

.booking-flow__search-results .map-collapse-container .room-card__close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.booking-flow__search-results .map-collapse-container .room-card__title {
    font-size: 24px;
    font-family: "Effra-Medium";
    color: #04336c;
    line-height: 1.2;
}

.booking-flow__search-results .map-collapse-container .room-card__subtitle {
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.booking-flow__search-results .map-collapse-container .room-card__info-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-flow__search-results .map-collapse-container .room-card__rate-points-row {
    display: flex;
    align-items: center;
}

.booking-flow__search-results .map-collapse-container .room-card__divider {
    height: 41px;
    width: 1px;
    background: #04336c;
    margin-left: 15px;
    margin-right: 15px;
}

.booking-flow__search-results .map-collapse-container .room-card__nightly-rates-container .nightly-rates {
    font-size: 10px;
    color: #04336c;
    font-family: "Effra-Medium";
    margin-bottom: -8px;
}

.booking-flow__search-results .map-collapse-container .room-card__nightly-rates-container .rate {
    color: #04336c;
    font-size: 32px;
    font-family: "Effra-Medium";
}

.booking-flow__search-results .map-collapse-container .room-card__points {
    font-size: 14px;
    color: #04336c;
    font-family: "Effra-Medium";
    line-height: 1.2;
}

.booking-flow__search-results .map-collapse-container .room-card__select-button {
    color: #fff;
    font-family: "Effra-Medium";
    font-size: 16px;
    text-decoration: none !important;
}

@media(max-width:576px) {
    .booking-flow__search-results .map-collapse-container {
        margin-left: -28px;
        margin-right: -28px;
    }
    .booking-flow__search-results .map-collapse-container #map {
        height: 400px;
        margin-bottom: 0;
    }
    .booking-flow__search-results .map-collapse-container .room-card {
        position: relative;
        width: 100%;
        left: inherit;
        bottom: inherit;
        border: none;
        border-top: 1px solid #6d6e70;
    }
    .booking-flow__search-results .map-collapse-container .room-card__title,
    .booking-flow__search-results .map-collapse-container .room-card__address {
        max-width: 300px;
    }
}

.hotel-search-card-container {
    margin-bottom: 50px;
}

.hotel-search-card-container>div {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e0ecf1;
}

.hotel-search-card-container>div:first-of-type {
    padding-top: 0;
}

@media(max-width:576px) {
    .hotel-search-card-container {
        margin-left: -28px;
        margin-right: -28px;
        overflow-x: hidden;
        margin-bottom: 0;
    }
    .hotel-search-card-container .hotel-search-result-card {
        padding-top: 0;
        padding-bottom: 0;
    }
    .hotel-search-card-container .hotel-search-result-card__info-col {
        margin: 24px 20px;
    }
    .hotel-search-card-container .hotel-search-result-card__action-row {
        margin-bottom: 15px;
    }
}

.hotel-search-result-card__slider-col .swiper-slide {
    min-height: 207px;
}

.hotel-search-result-card__title {
    font-size: 24px;
    color: #04336c;
    font-family: "Effra-Medium";
    margin-bottom: 12px;
    line-height: 1.3;
}

.hotel-search-result-card__address {
    color: #414042;
    font-size: 14px;
    margin-bottom: 14px;
}

.hotel-search-result-card__nightly-rates {
    margin-bottom: 13px;
}

.hotel-search-result-card__nightly-rates .nightly-rates-from {
    font-size: 10px;
    font-family: "Effra-Medium";
    color: #04336c;
    margin-bottom: -5px;
}

.hotel-search-result-card__nightly-rates .nightly-rates-container {
    display: flex;
    align-items: center;
}

.hotel-search-result-card__nightly-rates .nightly-rates-container .nightly-rates-price {
    font-family: "Effra-Medium";
    color: #04336c;
    font-size: 32px;
}

.hotel-search-result-card__nightly-rates .nightly-rates-container .nightly-rates-divider {
    height: 27px;
    width: 1px;
    background: #04336c;
    margin-left: 17px;
    margin-right: 17px;
}

.hotel-search-result-card__nightly-rates .nightly-rates-container .nightly-rates-points {
    font-size: 14px;
    font-family: "Effra-Medium";
    color: #04336c;
}

.hotel-search-result-card__action-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotel-search-result-card__action-row .action-collapse {
    color: #6d6e70;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 1px solid #6d6e70;
}

.hotel-search-result-card__action-row .action-collapse img {
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.hotel-search-result-card__action-row .action-collapse .minus,
.hotel-search-result-card__action-row .action-collapse .expanded-text {
    display: none;
}

.hotel-search-result-card__action-row .action-collapse[aria-expanded=true] .plus,
.hotel-search-result-card__action-row .action-collapse[aria-expanded=true] .collapsed-text {
    display: none;
}

.hotel-search-result-card__action-row .action-collapse[aria-expanded=true] .minus,
.hotel-search-result-card__action-row .action-collapse[aria-expanded=true] .expanded-text {
    display: inline;
}

.hotel-search-result-card__action-row .action-button {
    color: #fff;
    font-family: "Effra-Medium";
    font-size: 16px;
    text-decoration: none !important;
}

.hotel-search-result-card__action-row.unavailable {
    display: block;
}

.hotel-search-result-card__action-row.unavailable .action-button {
    margin-top: 30px;
    width: 100%;
    background-color: #fff;
    color: #ab1239;
}

.hotel-search-result-card__action-row.unavailable .action-button:hover {
    background-color: #ab1239;
    color: #fff;
}

.hotel-search-result-card__amenities-row {
    margin-top: 26px;
    margin-bottom: 26px;
    border-bottom: 1px solid #e0ecf1;
    padding-left: 15px;
    padding-right: 15px;
}

.hotel-search-result-card__amenities-row strong {
    display: block;
}

.hotel-search-result-card__amenities-row .amenities {
    padding-top: 7px;
    padding-bottom: 24px;
}

.hotel-search-result-card__amenities-row .amenities img {
    margin-right: 10px;
    height: 22px;
}

.hotel-search-result-card__check-in-out-row {
    margin-bottom: 26px;
    border-bottom: 1px solid #e0ecf1;
    padding: 0 15px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotel-search-result-card__parking-row {
    margin-bottom: 26px;
    border-bottom: 1px solid #e0ecf1;
    padding: 0 15px 24px;
}

.hotel-search-result-card__parking-row strong {
    margin-bottom: 6px;
    display: block;
}

.hotel-search-result-card__info-row {
    text-align: center;
}

.hotel-search-result-card__info-row a {
    color: #04336c !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}

.hotel-search-result-card__info-row a:first-of-type {
    margin-right: 20px;
}

.hotel-search-result-card__info-row img {
    margin-right: 10px;
}

.hotel-search-result-card .collapsed-hotel-info-container .collapse-right-column {
    padding-top: 20px;
    border-top: 1px solid #e0ecf1;
}

.hotel-search-result-card .collapsed-hotel-info-container .collapse-right-column p {
    font-size: 16px;
}

.hotel-search-result-card .collapsed-hotel-info-container strong {
    font-family: "Effra-Medium";
    font-size: 16px;
    color: #04336c;
}

@media(min-width:768px) {
    .hotel-search-result-card .collapsed-hotel-info-container.mobile-only {
        display: none !important;
    }
}

@media(max-width:767px) {
    .hotel-search-result-card .collapsed-hotel-info-container.desktop-only {
        display: none !important;
    }
    .hotel-search-result-card .collapsed-hotel-info-container.mobile-only {
        margin-left: -20px;
        margin-right: -20px;
    }
    .hotel-search-result-card .collapsed-hotel-info-container.mobile-only .collapse-right-column {
        border-bottom: none;
    }
    .hotel-search-result-card .collapsed-hotel-info-container.mobile-only .hotel-search-result-card__info-row {
        padding-bottom: 24px;
        display: flex;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 20px;
    }
    .hotel-search-result-card .collapsed-hotel-info-container.mobile-only .hotel-search-result-card__amenities-row {
        padding-top: 20px;
        margin-top: 0;
        border-bottom: 1px solid #e0ecf1;
    }
}

@media(min-width:992px) {
    .guest-info .layout-container {
        width: 100%;
        padding-right: 28px;
        padding-left: 28px;
        margin-right: auto;
        margin-left: auto;
        max-width: 1140px;
        padding-top: 30px;
        display: flex;
    }
    .guest-info .layout-container .booking-flow__summary {
        flex: 0 0 41%;
        margin-right: 7%;
    }
}

@media(max-width:991.98px) {
    .guest-info .layout-container .guest-form {
        width: 100%;
        padding-right: 28px;
        padding-left: 28px;
        margin-right: auto;
        margin-left: auto;
    }
}

.guest-info .guest-form {
    width: 100%;
}

.guest-info .guest-form label {
    font-family: "Effra-Medium";
    color: #04336c;
    font-size: 16px;
    text-transform: capitalize;
}

.guest-info .guest-form label.label-small {
    font-size: 14px;
}

.guest-info .guest-form label.custom-control-label,
.guest-info .guest-form label.styled-radio-button {
    font-family: "Effra-Regular";
    color: #414042;
    text-transform: unset;
}

.guest-info .guest-form .form-control {
    background-color: #f1f1f2;
    height: 40px;
}

.guest-info .guest-form .custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.guest-info .guest-form .custom-control-input:active~.custom-control-label::before {
    background-color: #04336c !important;
}

.guest-info .guest-form .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #04336c;
}

.guest-info .guest-form p {
    font-size: 16px;
}

.guest-info .guest-form #InputModel_SpecialRequests {
    height: 85px;
}

.guest-info .guest-form .character-count {
    display: block;
    margin: 5px 0 10px 0;
}

.guest-info .guest-form #employee-business-fields-container textarea {
    height: 180px;
}

.guest-info .guest-form #add-guests-container p {
    margin: 20px 0;
}

.guest-info .guest-form .room-guest-name-container {
    margin-bottom: 25px;
}

.guest-info .guest-form .room-guest-name-container .guest-name-label {
    display: block !important;
}

.guest-info .guest-form .room-guest-name-container .guest-name-input {
    margin-bottom: 15px;
}

.guest-info .guest-form .room-guest-name-container .guest-name-input:last-of-type {
    margin-bottom: 0;
}

.guest-info .guest-form .guest-name-counter {
    font-size: 16px;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.guest-info .guest-form .btn:focus,
.guest-info .guest-form a:focus,
.guest-info .guest-form .btn:active {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) !important;
}

.guest-info .guest-form .btn.btn-primary {
    font-size: 21px !important;
    font-family: "Effra-Bold";
    padding: 27px 75px;
    max-width: 440px;
    margin: 50px auto;
    display: block;
}

.guest-info .guest-form .btn.btn-primary.clear {
    border-color: #6d6e70;
    color: #6d6e70;
    background: #fff !important;
    margin-right: 20px;
}

@media(max-width:576px) {
    .guest-info .guest-form .btn.btn-primary {
        padding: 13px 0;
        width: 100%;
        font-size: 18px !important;
    }
}

.guest-info .btn-outline-drury-blue:hover {
    color: #fff !important;
}

.payment-info .payment-options-container {
    margin-bottom: 40px;
}

.payment-info #points-options-container {
    border-left: 2px solid #04336c;
    padding-left: 24px;
    margin-left: 10px;
}

.payment-info #points-options-container .custom-control-label::before {
    top: 2px;
}

.payment-info #points-options-container .custom-control-label::after {
    background-size: 75%;
    background-position: center 0;
}

.payment-info #points-options-container p {
    font-size: 14px;
    font-family: "Effra-Medium";
}

.payment-info #points-options-container label {
    font-size: 14px;
}

.payment-info #credit-card-number.valid {
    background-image: url("/images/icons/creditcard_green_check_icon.svg");
    background-repeat: no-repeat;
    padding-right: 40px;
    background-position: right 12px bottom 50%;
}

.payment-info .credit-card-label {
    background-image: url("/images/icons/creditcard_icon.svg");
    background-repeat: no-repeat;
    padding-left: 72px;
    background-position: 40px 5px;
}

.payment-info .credit-card-label span.exp-date {
    display: block;
    font-size: 12px;
    margin-top: -2px;
}

.payment-info .payment-message {
    padding: 18px;
    display: flex;
    align-items: center;
}

.payment-info .payment-message img {
    flex: 0 0 30px;
    margin-right: 15px;
}

.payment-info .payment-message p {
    font-size: 12px;
    line-height: 14px;
    color: #04336c;
}

.payment-info .payment-message .payment-messages p:last-child {
    margin-bottom: 0;
}

.payment-info .payment-totals-message {
    padding: 20px 28px;
    color: #6d6e70;
}

.payment-info .payment-totals-message p {
    margin-bottom: 13px;
}

.payment-info .modal .modal-spinner-background {
    background-color: rgba(255, 255, 255, .3);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.payment-info .modal .modal-spinner {
    font-size: 3em;
    left: calc(50% - 21px);
    top: calc(50% - 24px);
    position: absolute;
    z-index: 1000;
}

.booking-flow__choose-rate-and-room .current-hotel-block {
    display: flex;
    align-items: center;
    margin-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0ecf1;
}

.booking-flow__choose-rate-and-room .current-hotel-block__image {
    width: 70%;
    margin-right: 10px;
}

.booking-flow__choose-rate-and-room .current-hotel-block__image img {
    width: 100%;
}

.booking-flow__choose-rate-and-room .current-hotel-block__info-container {
    padding: 20px 0 20px 20px;
}

.booking-flow__choose-rate-and-room .current-hotel-block__title {
    font-size: 24px;
    color: #04336c;
    font-family: "Effra-Medium";
    margin-bottom: 15px;
    line-height: 1.2;
}

.booking-flow__choose-rate-and-room .current-hotel-block__link-with-icon {
    margin-bottom: 12px;
}

.booking-flow__choose-rate-and-room .current-hotel-block__link-with-icon img {
    margin-right: 6px;
}

.booking-flow__choose-rate-and-room .current-hotel-block__link-with-icon a {
    color: #04336c !important;
    font-size: 14px;
}

.booking-flow__choose-rate-and-room .current-hotel-block__select-hotel-link {
    color: #ab1239 !important;
    font-size: 14px;
    border-bottom: 1px solid #ab1239;
    text-decoration: none !important;
}

@media(max-width:991.98px) {
    .booking-flow__choose-rate-and-room .current-hotel-block {
        display: block;
    }
    .booking-flow__choose-rate-and-room .current-hotel-block__image {
        width: 100%;
    }
}

.booking-flow__choose-rate-and-room #room-selection-modal {
    background: rgba(222, 226, 230, .5);
    z-index: 3;
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.booking-flow__choose-rate-and-room #room-selection-modal .modal-content {
    max-width: 450px;
    padding-top: 30px;
    border-color: #ddd;
    max-height: 90vh;
    overflow-y: hidden;
}

.booking-flow__choose-rate-and-room #room-selection-modal #modal-button-container {
    padding: 20px 30px 30px 30px;
}

.booking-flow__choose-rate-and-room #room-selection-modal .trip-summary {
    overflow-y: auto;
    max-height: 60vh;
}

.booking-flow__choose-rate-and-room #room-selection-modal #templates {
    display: none;
}

.booking-flow__choose-rate-and-room #room-selection-modal .btn {
    background: #ab1239;
    font-family: "Effra-Medium";
}

.booking-flow__choose-rate-and-room #room-selection-modal strong {
    font-family: "Effra-Medium";
    font-size: 18px;
    color: #04336c;
    display: block;
    margin-bottom: 8px;
}

.booking-flow__choose-rate-and-room #room-selection-modal .display-text {
    max-width: 390px;
    margin: 0 auto 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}

.booking-flow__choose-rate-and-room #room-selection-modal .room-name {
    margin-bottom: 0;
    font-size: 14px;
}

.booking-flow__choose-rate-and-room #room-selection-modal .rate-name {
    font-size: 14px;
}

.booking-flow__choose-rate-and-room #room-selection-modal #completed-room-list .room-template {
    max-width: 390px;
    margin: 0 auto 0;
    padding: 20px;
    border-top: 1px solid #e0ecf1;
}

.booking-flow__choose-rate-and-room #room-selection-modal .button-template {
    background: #04336c;
    color: #fff;
    width: 100%;
    margin-top: 10px;
    font-size: 18px !important;
    padding: 13px 20px;
    font-family: "Effra-Medium";
    border-color: #04336c;
}

@media(max-width:576px) {
    .booking-flow__choose-rate-and-room #room-selection-modal {
        display: block;
    }
    .booking-flow__choose-rate-and-room #room-selection-modal .modal-content {
        max-height: 100vh;
    }
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices-rate-name {
    font-family: "Effra-Medium";
    text-align: left;
}

@media(max-width:576px) {
    .booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices-rate-name {
        text-align: center;
    }
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices-rewards-rate-container {
    align-self: start;
    display: flex;
    flex-direction: column;
    margin-top: .5em;
    text-align: center;
}

@media(max-width:576px) {
    .booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices-rewards-rate-container {
        align-self: center;
    }
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices-rate-display {
    font-size: 2em;
    font-family: "Effra-Medium";
    line-height: 1em;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices-rate-average {
    font-family: "Effra-Medium";
    font-size: .7em;
    text-transform: uppercase;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices-rewards-savings-display {
    font-size: 1.25em;
    line-height: 1em;
    margin-bottom: .25em;
    margin-top: auto;
    margin-right: 2em;
    color: #6d6e70;
    text-decoration: line-through;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices-points-display {
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #04336c;
    font-family: "Effra-Medium";
    align-self: start;
    font-size: .9em;
}

@media(max-width:576px) {
    .booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices-points-display {
        align-self: center;
    }
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices-dual-rate-display {
    font-size: 2em;
}

@media(max-width:576px) {
    .booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices-dual-rate-display {
        font-size: 1.8em;
    }
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices a.interactive-rate-heading {
    text-decoration: none;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices a.interactive-rate-heading:focus-visible {
    outline: 2px solid #101010;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices .dual-rate-container {
    display: flex;
    color: #04336c;
    text-align: center;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices .dual-rate-container .rate-box {
    display: flex;
    flex-direction: column;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices .dual-rate-container a {
    color: #04336c;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .rate-choices .dual-rate-container .rate-name {
    font-family: "Effra-Medium";
    margin-bottom: auto;
    line-height: 26px;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container__active-room-row {
    display: flex;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 25px;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container__active-room-row .flex-row {
    display: flex;
    justify-content: space-between;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container__active-room-row .flex-row .mobile-actions {
    display: none;
}

@media(max-width:576px) {
    .booking-flow__choose-rate-and-room .choose-rate-and-room-card-container__active-room-row .flex-row .mobile-actions {
        display: block;
    }
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container__active-room-row span {
    font-family: "Effra-Medium";
    font-size: 18px;
    color: #04336c;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container__active-room-row span.divider {
    font-size: 12px !important;
    padding-left: 5px;
    padding-right: 5px;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container__active-room-row strong {
    font-family: "Effra-Bold";
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container__active-room-row .button-row {
    margin-left: 30px;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container__active-room-row .button-row .mobile-spacer {
    min-width: 20px;
    display: none;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container__active-room-row .button-row .room-selection {
    font-size: 12px;
    color: #04336c;
    background: #fff;
    border-color: #04336c;
    padding: 9px 17px;
    border-width: 1px;
    position: relative;
    text-transform: uppercase;
    margin-right: 5px;
    margin-bottom: 5px;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container__active-room-row .button-row .room-selection img {
    display: none;
    margin-left: 5px;
    margin-top: -2px;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container__active-room-row .button-row .room-selection.active {
    background: #04336c;
    color: #fff;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container__active-room-row .button-row .room-selection.active span {
    color: #fff;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container__active-room-row .button-row .room-selection.complete:not(.active) img {
    display: inline;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .choose-rate-and-room-card {
    border-bottom: 1px solid #e0ecf1;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .choose-rate-and-room-card__image {
    width: 100%;
    margin-bottom: 22px;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .choose-rate-and-room-card__image img {
    width: 100%;
}

@media(max-width:576px) {
    .booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .choose-rate-and-room-card__image img {
        min-height: 220px;
    }
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .choose-rate-and-room-card__title {
    font-size: 24px;
    color: #04336c;
    font-family: "Effra-Medium";
    padding: 0 22px;
    line-height: 1.1;
    margin-bottom: 16px;
}

.booking-flow__choose-rate-and-room .choose-rate-and-room-card-container .choose-rate-and-room-card__description {
    padding: 0 22px 22px;
}

.booking-flow__choose-rate-and-room .choice {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0ecf1;
}

.booking-flow__choose-rate-and-room .choice__title {
    font-size: 20px;
    color: #04336c;
    font-family: "Effra-Medium";
    line-height: 1.2;
    margin-bottom: 3px;
}

.booking-flow__choose-rate-and-room .choice__description {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.2;
}

.booking-flow__choose-rate-and-room .choice__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.booking-flow__choose-rate-and-room .choice__rate-points-container .average-per-night-label {
    text-align: center;
    font-size: 10px;
    color: #04336c;
    font-family: "Effra-Medium";
    margin-top: -4px;
}

.booking-flow__choose-rate-and-room .choice__rate-points-block {
    display: flex;
    align-items: center;
}

.booking-flow__choose-rate-and-room .choice__rate-points-block .price {
    font-size: 32px;
    color: #04336c;
    font-family: "Effra-Medium";
}

.booking-flow__choose-rate-and-room .choice__rate-points-block .divider {
    margin-left: 10px;
    margin-right: 10px;
    height: 30px;
    width: 1px;
    background: #04336c;
}

.booking-flow__choose-rate-and-room .choice__rate-points-block .points {
    font-size: 13px;
    font-family: "Effra-Medium";
    color: #04336c;
    max-width: 85px;
    line-height: 1.2;
}

.booking-flow__choose-rate-and-room .choice__select-button {
    font-size: 13px;
    font-family: "Effra-Medium";
    background: #ab1239;
    color: #fff;
}

@media(max-width:576px) {
    .booking-flow__choose-rate-and-room .booking-flow__search-results .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow-x: hidden;
    }
    .booking-flow__choose-rate-and-room .booking-flow__search-results .container .results-label {
        padding-left: 20px;
        padding-right: 20px;
    }
    .booking-flow__choose-rate-and-room .booking-flow__search-results .current-hotel-block {
        margin-top: 0;
        padding: 0;
    }
    .booking-flow__choose-rate-and-room .booking-flow__search-results .current-hotel-block__info-container {
        padding: 20px;
    }
    .booking-flow__choose-rate-and-room .booking-flow__search-results .choose-rate-and-room-card-container__active-room-row {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
    }
    .booking-flow__choose-rate-and-room .booking-flow__search-results .choose-rate-and-room-card-container__active-room-row .button-row {
        display: flex;
        margin-left: 0;
        margin-top: 10px;
        overflow-x: auto;
        margin-left: -20px;
        margin-right: -20px;
        -ms-overflow-style: none;
    }
    .booking-flow__choose-rate-and-room .booking-flow__search-results .choose-rate-and-room-card-container__active-room-row .button-row::-webkit-scrollbar {
        display: none;
    }
    .booking-flow__choose-rate-and-room .booking-flow__search-results .choose-rate-and-room-card-container__active-room-row .button-row .mobile-spacer {
        display: block;
    }
    .booking-flow__choose-rate-and-room .booking-flow__search-results .choose-rate-and-room-card-container__active-room-row .button-row button {
        min-width: 180px;
    }
    .booking-flow__choose-rate-and-room .booking-flow__search-results .choose-rate-and-room-card-container__active-room-row .button-row button:last-of-type {
        margin-right: 0;
    }
}

.booking-flow__choose-rate-and-room .modal .modal-spinner-background {
    background-color: rgba(255, 255, 255, .3);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}

.booking-flow__choose-rate-and-room .modal .modal-spinner {
    font-size: 3em;
    left: calc(50% - 21px);
    top: calc(50% - 24px);
    position: absolute;
    z-index: 1000;
}

.booking-flow__choose-rate-and-room .modal .modal-content {
    max-height: 90vh;
}

.booking-flow__choose-rate-and-room .modal #rate-details-placeholder {
    min-height: 50vh;
}

#session-expiration-modal,
#session-expired-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#session-expiration-modal .session-modal-content,
#session-expired-modal .session-modal-content {
    width: 90%;
    max-width: 400px;
    background: #fff;
    z-index: 10000;
    position: relative;
    padding: 32px 30px;
    max-height: 95%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

#session-expiration-modal .session-modal-content h4,
#session-expired-modal .session-modal-content h4 {
    color: #04336c;
    font-family: "Effra-Bold";
    font-size: 24px;
    margin: 0 auto 10px;
    text-align: center;
}

#session-expiration-modal #session-modal-inner p,
#session-expired-modal #session-modal-inner p {
    font-size: 16px;
    max-width: 270px;
    margin: 0 auto 10px;
}

#session-expiration-modal #session-modal-inner a,
#session-expired-modal #session-modal-inner a {
    font-size: 16px;
    display: block;
    margin-bottom: 18px;
}

#session-expiration-modal #session-modal-inner button,
#session-expired-modal #session-modal-inner button {
    width: 100%;
    font-size: 14px;
    font-family: "Effra-Bold";
    padding: 16px 0;
}

#session-expiration-modal #session-modal-inner-end p,
#session-expired-modal #session-modal-inner-end p {
    font-size: 16px;
    max-width: 270px;
    margin: 0 auto 10px;
}

#session-expiration-modal #session-modal-inner-end a,
#session-expired-modal #session-modal-inner-end a {
    font-size: 16px;
    display: block;
    margin-bottom: 18px;
}

#session-expiration-modal #session-modal-inner-end button,
#session-expired-modal #session-modal-inner-end button {
    width: 100%;
    font-size: 14px;
    font-family: "Effra-Bold";
    padding: 16px 0;
}

#session-expiration-modal #session-modal-close-button,
#session-expired-modal #session-modal-close-button {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#session-expiration-modal #session-modal-close-button i,
#session-expired-modal #session-modal-close-button i {
    font-size: 20px;
}

#session-expiration-modal #session-modal-close-button-end,
#session-expired-modal #session-modal-close-button-end {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

#session-expiration-modal #session-modal-close-button-end i,
#session-expired-modal #session-modal-close-button-end i {
    font-size: 20px;
}

#session-expiration-modal .modal-backdrop,
#session-expired-modal .modal-backdrop {
    opacity: .5;
    background: #808080;
}

.booking-flow__confirmation .booking-flow__header {
    padding-top: 30px;
    height: 115px;
}

.booking-flow__confirmation .mobile-only {
    display: none;
}

@media(max-width:991.98px) {
    .booking-flow__confirmation .mobile-only {
        display: block;
    }
    .booking-flow__confirmation .desktop-only {
        display: none;
    }
}

.booking-flow__confirmation .booking-flow-content-container>.row {
    padding-top: 50px;
}

@media(max-width:991.98px) {
    .booking-flow__confirmation .booking-flow-content-container>.row {
        padding-top: 20px;
        flex-direction: column-reverse;
    }
}

@media(max-width:991.98px) {
    .booking-flow__confirmation .booking-flow__summary {
        margin-left: -28px;
        margin-right: -28px;
        margin-top: 30px;
    }
}

.booking-flow__confirmation .trip-summary-partial {
    padding: 30px 0;
}

@media(max-width:991.98px) {
    .booking-flow__confirmation .trip-summary-partial {
        margin-bottom: 0;
    }
}

.booking-flow__confirmation .trip-summary-partial .hotel-img {
    margin-bottom: 30px;
    margin-top: -30px;
}

.booking-flow__confirmation .trip-summary-partial .trip-location-container {
    margin-bottom: 15px;
}

.booking-flow__confirmation .trip-summary-partial .trip-location-container .trip-location,
.booking-flow__confirmation .trip-summary-partial .trip-location-container .trip-location-number {
    font-size: 14px;
    color: #414042;
    font-family: "Effra-Regular" !important;
}

.booking-flow__confirmation .trip-summary-partial .trip-info {
    font-size: 16px;
}

.booking-flow__confirmation .trip-summary-partial .trip-rooms-container .trip-room {
    font-size: 14px;
    margin-top: 10px;
    color: #414042;
}

.booking-flow__confirmation .trip-summary-partial .trip-rooms-container .trip-room__discount {
    margin-bottom: 10px;
    color: #04336c;
    font-family: "Effra-Bold";
}

.booking-flow__confirmation .trip-summary-partial .trip-rooms-container .trip-room__name {
    color: #04336c;
    font-family: "Effra-Bold";
}

.booking-flow__confirmation .trip-summary-partial .total-disclaimer-text {
    font-size: 12px;
    color: #414042;
    text-transform: none;
    margin-top: 20px;
    font-family: "Effra-Regular";
}

@media(max-width:991.98px) {
    .booking-flow__confirmation h1 {
        text-align: center;
        font-size: 22px;
        margin-bottom: 0;
    }
}

.booking-flow__confirmation .reservation-text strong {
    font-family: "Effra-Bold";
}

@media(max-width:991.98px) {
    .booking-flow__confirmation .reservation-text {
        text-align: center;
    }
    .booking-flow__confirmation .reservation-text strong {
        display: block;
    }
}

@media(max-width:991.98px) {
    .booking-flow__confirmation .thank-you-text {
        max-width: 400px;
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
    }
}

.booking-flow__confirmation .room-confirmation-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.booking-flow__confirmation .room-confirmation-container .room-confirmation {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background: #e0ecf1;
    margin-top: 10px;
}

.booking-flow__confirmation .room-confirmation-container .room-confirmation img {
    height: 35px;
    width: 35px;
    margin-right: 20px;
}

.booking-flow__confirmation .room-confirmation-container .room-confirmation .room-content {
    line-height: 1.5;
}

.booking-flow__confirmation .room-confirmation-container .room-confirmation .room-content strong {
    color: #04336c;
}

.booking-flow__confirmation .room-confirmation-container .room-confirmation .room-content>strong:first-of-type {
    font-size: 17px;
}

@media(max-width:991.98px) {
    .booking-flow__confirmation .room-confirmation-container .room-confirmation {
        margin-left: -28px;
        margin-right: -28px;
    }
    .booking-flow__confirmation .room-confirmation-container .room-confirmation img {
        width: 25px;
        height: 25px;
    }
    .booking-flow__confirmation .room-confirmation-container .room-confirmation .room-content {
        line-height: 1.1;
    }
    .booking-flow__confirmation .room-confirmation-container .room-confirmation .room-content>strong:first-of-type {
        font-size: 16px;
        margin-bottom: 3px;
    }
}

.booking-flow__confirmation .share-confirmation {
    margin-top: 30px;
}

.booking-flow__confirmation .share-confirmation__title {
    font-size: 20px;
    color: #04336c;
    font-family: "Effra-Medium";
    margin-bottom: 18px;
}

.booking-flow__confirmation .share-confirmation__label {
    font-size: 16px;
    color: #04336c;
    font-family: "Effra-Medium";
    margin-bottom: 8px;
}

.booking-flow__confirmation .share-confirmation__input {
    width: 100%;
    border: none;
    background: #f6f6f6;
    padding: 9px 11px;
    font-size: 16px;
    color: #414042;
    padding-right: 70px;
}

.booking-flow__confirmation .share-confirmation__input-action {
    font-size: 16px;
    color: #04336c;
    font-family: "Effra-Medium";
    background: #f6f6f6;
    position: absolute;
    top: 33px;
    right: 0;
    height: 40px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.booking-flow__confirmation .share-confirmation__input-action.sending {
    pointer-events: none;
}

.booking-flow__confirmation .share-confirmation__input-action.sending .loader {
    display: block !important;
}

.booking-flow__confirmation .share-confirmation__input-action.sending span {
    display: none;
}

.booking-flow__confirmation .share-confirmation__input-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.booking-flow__confirmation .share-confirmation__action-row {
    display: flex;
}

.booking-flow__confirmation .share-confirmation__action-row span {
    color: #04336c;
    margin-left: 8px;
    margin-right: 8px;
}

.booking-flow__confirmation .share-confirmation__action-link {
    font-size: 16px;
    color: #04336c;
    font-family: "Effra-Medium";
}

.booking-flow__confirmation .share-confirmation__action-link.sending {
    pointer-events: none;
}

.booking-flow__confirmation .share-confirmation__action-link.sending .loader {
    display: block !important;
}

.booking-flow__confirmation .share-confirmation__action-link.sending span {
    display: none;
}

.booking-flow__confirmation .share-confirmation__message {
    margin-top: 4px;
    font-size: 14px;
    display: none;
}

.booking-flow__confirmation .share-confirmation__message.success {
    color: #495a0d;
    display: block;
}

.booking-flow__confirmation .share-confirmation__message.error {
    color: #f05b61;
    display: block;
}

.booking-flow__confirmation .mobile-only .share-confirmation {
    margin-bottom: 30px;
}

@media(max-width:767.98px) {
    .offers-page.new-styles .pb-section,
    .offers-page.new-styles .py-section {
        padding-bottom: 0 !important;
    }
    .offers-page.new-styles .mt-section,
    .offers-page.new-styles .my-section {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.offers-page.new-styles .bookitfast-wrap {
    width: 100%;
}

@media(min-width:1200px) {
    .offers-page.new-styles .bookitfast-wrap {
        position: absolute;
        bottom: -110px;
        left: 0;
        right: 0;
    }
}

.offers-page.new-styles .offers-hero-text {
    color: #ffff;
    font-family: "Effra-heavy";
    font-size: 29px;
    line-height: 39px;
    max-width: 445px;
    margin: auto 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:1199.98px) {
    .offers-page.new-styles .offers-hero-text {
        font-size: 23px;
        line-height: 29px;
    }
}

@media(max-width:767.98px) {
    .offers-page.new-styles .offers-hero-text {
        font-size: 19px;
        line-height: 23px;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner {
    margin-bottom: 110px;
}

@media(max-width:1199.98px) {
    .offers-page.new-styles .vacation-savings-hero-banner {
        margin-bottom: 275px;
    }
    .offers-page.new-styles .vacation-savings-hero-banner .no-gutters-mobile {
        padding: 0;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast {
    background-color: rgba(255, 255, 255, .9);
    color: #ab1239;
}

@media(max-width:1199.98px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast {
        max-width: 515px;
        margin: 16px auto 0;
        padding: 0;
    }
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__container {
        width: 100%;
        position: absolute;
        border-bottom: 0;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast .book-it-fast__col {
    height: 70px;
}

@media(max-width:1199.98px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast .book-it-fast__col {
        height: 45px;
    }
}

@media(max-width:1199.98px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast .book-it-fast__col:nth-child(3) {
        margin-bottom: 25px;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast .full-height {
    height: 100%;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast form {
    padding: 25px 28px;
}

@media(min-width:516px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast form {
        padding: 20px 35px;
        position: center;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast hr {
    border-color: #6d6e70;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__input {
    background-color: transparent;
    border: 0;
    color: #ab1239;
    font-size: 16px;
    font-family: "Effra-Regular";
    text-overflow: ellipsis;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__input::-webkit-input-placeholder {
    color: #ab1239;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__input:-moz-placeholder {
    color: #ab1239;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__input::-moz-placeholder {
    color: #ab1239;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__input:-ms-input-placeholder {
    color: #ab1239;
}

@media(min-width:1200px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__input {
        margin-right: 15px;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__input:focus {
    outline: 1px solid transparent;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__label {
    margin: 0;
    font-size: 21px;
    font-family: "Effra-Medium";
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__icon {
    color: #6d6e70;
    border-right: 1px solid #6d6e70;
    padding-right: 20px;
    margin-right: 25px;
    display: flex;
    flex: 0 0 32px;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: content-box;
}

@media(max-width:1199.98px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__icon {
        flex: 0 0 22px;
    }
}

@media(max-width:480px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__icon {
        padding-right: 15px;
        margin-right: 20px;
    }
}

@media(max-width:374px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__icon {
        display: none;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__icon img {
    width: 100%;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location {
    height: 100%;
    max-width: 410px;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus {
    padding-right: 0;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .book-it-fast__icon {
    margin-right: 0;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap label {
    display: none;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap input {
    color: #6d6e70;
    background-color: #fff;
    padding: 0 10px 0 25px;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap input::-webkit-input-placeholder {
    color: #6d6e70;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap input:-moz-placeholder {
    color: #6d6e70;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap input::-moz-placeholder {
    color: #6d6e70;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.focus .location-input-wrap input:-ms-input-placeholder {
    color: #6d6e70;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.active-value {
    padding-right: 0;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.active-value .book-it-fast__icon {
    margin-right: 0;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.active-value .location-input-wrap label {
    display: none;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location.active-value .location-input-wrap input {
    padding: 0 10px 0 25px;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__location .book-it-fast__label {
    min-width: 100px;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__dates {
    width: auto;
}

@media(max-width:1199.98px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__dates {
        flex-grow: 1;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__date {
    width: auto;
    padding: .5rem;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__date:focus-within {
    outline: 2px solid #ab1239;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast .dates_col {
    padding: 0 50px 0 25px;
}

@media(max-width:480px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast .dates_col {
        padding: 0;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__arrive,
.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__depart {
    text-align: center;
    line-height: 19px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    font-size: 21px;
    font-family: "Effra-Medium";
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__arrive .month,
.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__depart .month {
    margin-bottom: 5px;
    cursor: pointer;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__arrive .day,
.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__depart .day {
    font-size: 28px;
    cursor: pointer;
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__count {
    color: #6d6e70;
    font-family: "Effra-Bold";
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 30px;
    min-width: 138px;
}

@media(max-width:480px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__count {
        padding: 0 20px;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__search {
    justify-self: flex-end;
    align-self: self-end;
    flex-grow: 1;
    width: 100%;
}

@media(min-width:1200px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__search {
        max-width: 270px;
    }
}

@media(max-width:1199.98px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__search {
        height: 70px !important;
    }
}

.offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__btn {
    font-family: "Effra-Bold";
    display: block;
    width: 100%;
    border-radius: 0;
    font-size: 21px !important;
    width: 100%;
    min-width: 200px;
    line-height: 21px;
}

@media(min-width:1200px) {
    .offers-page.new-styles .vacation-savings-hero-banner .book-it-fast__btn {
        max-width: 270px;
    }
}

.offers-page.new-styles .page-header {
    height: 350px;
    background-image: url("/images/offers/offers-header.png");
    background-size: cover;
    background-position-y: 30%;
}

@media(max-width:991px) {
    .offers-page.new-styles .page-header {
        background-position-x: 66%;
        height: 200px;
    }
}

.offers-page.new-styles .vacation-savings-intro {
    overflow: hidden;
}

.offers-page.new-styles .vacation-savings-intro h1 {
    color: #04336c;
}

.offers-page.new-styles .special-offers-block {
    padding: 0;
}

.offers-page.new-styles .special-offers-block .container {
    padding-left: 28px;
    padding-right: 28px;
}

.offers-page.new-styles .special-offers-block__savings-text {
    font-size: 18px;
    font-family: "Effra-Regular";
    color: #414042;
    text-transform: none;
}

.offers-page.new-styles .special-offers-block__text {
    background: #fff;
    padding-top: 83px;
    padding-bottom: 63px;
}

@media(max-width:991px) {
    .offers-page.new-styles .special-offers-block__text {
        padding: 63px 0 43px;
    }
}

.offers-page.new-styles .special-offers-block__container {
    margin-top: 57px;
    padding-bottom: 40px;
}

.offers-page.new-styles .special-offers-block__card-content {
    padding: 0;
    text-align: left;
}

.offers-page.new-styles .special-offers-block__content-wrap {
    padding: 27px;
    font-size: 18px;
    margin-bottom: auto;
}

.offers-page.new-styles .special-offers-block__content-wrap p {
    font-size: 18px;
}

.offers-page.new-styles .locations-container {
    padding-bottom: 75px;
}

.offers-page.new-styles .locations-container h2 {
    font-family: "Effra-bold";
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 2rem;
    text-align: center;
}

.offers-page.new-styles .locations-container #accordion .states-group {
    padding-right: 20px;
    padding-left: 20px;
}

@media(max-width:767.98px) {
    .offers-page.new-styles .locations-container #accordion .states-group {
        padding-right: 0;
        padding-left: 0;
    }
}

.offers-page.new-styles .locations-container #accordion .card {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.offers-page.new-styles .locations-container #accordion .card .card-header {
    background-color: transparent;
    border: 0;
    padding-top: 19.5px;
    padding-bottom: 19.5px;
}

.offers-page.new-styles .locations-container #accordion .card .card-header button {
    color: #ab1239;
    font-size: 22px;
    font-family: "Effra-Bold";
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px !important;
    padding-left: 0;
}

.offers-page.new-styles .locations-container #accordion .card .card-header button .dropdown-arrow {
    transform: rotate(180deg);
}

.offers-page.new-styles .locations-container #accordion .card .card-header button[aria-expanded="true"] .dropdown-arrow {
    transform: rotate(0deg);
}

.offers-page.new-styles .locations-container #accordion .card .card-header button:focus,
.offers-page.new-styles .locations-container #accordion .card .card-header button:hover {
    text-decoration: none;
}

.offers-page.new-styles .locations-container #accordion .card .card-body {
    padding-top: 10px;
    position: relative;
    top: 0;
    padding-bottom: 40px;
}

.offers-page.new-styles .locations-container #accordion .card .card-body a.location-title {
    color: #414042;
}

.offers-page.new-styles .blog-banner {
    height: 450px;
    padding: 50px 0;
    background-image: url("/images/offers/blog-banner.png");
    background-size: cover;
}

@media(max-width:991px) {
    .offers-page.new-styles .blog-banner {
        height: auto;
        padding: 50px 0;
    }
}

.offers-page.new-styles .blog-banner .row {
    align-items: center;
    text-align: center;
}

.offers-page.new-styles .blog-banner h2 {
    color: #fff;
    font-family: "Effra-bold";
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.offers-page.new-styles .blog-banner p {
    font-size: 18px;
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
}

.offers-page.new-styles .blog-banner a.btn {
    background: #ab1239;
    padding: 20px 0;
    text-align: center;
    font-family: "Effra-bold";
    font-size: 21px;
    color: #fff !important;
    text-decoration: none !important;
    margin-top: 50px;
    text-transform: uppercase;
    min-width: 400px;
}

@media(max-width:500px) {
    .offers-page.new-styles .blog-banner a.btn {
        min-width: 100%;
    }
}

.offers-city-page .special-rates-intro {
    padding-bottom: 20px;
}

.offers-city-page .special-rates-intro h1 span:first-of-type {
    font-family: "SassoonInfantRg";
    text-transform: lowercase;
    font-size: 50px;
}

.offers-city-page .city-offers-block {
    padding: 50px;
}

@media(max-width:700px) {
    .offers-city-page .city-offers-block {
        padding-top: 25px !important;
    }
    .offers-city-page .city-offers-block .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .offers-city-page .city-offers-block .container-fluid .row {
        margin-left: 0;
        margin-right: 0;
    }
    .offers-city-page .city-offers-block .container-fluid .row .col-lg-4,
    .offers-city-page .city-offers-block .container-fluid .row .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

.offers-city-page .city-offers-block .fancy-text {
    font-family: "SassoonInfantRg";
    font-size: 45px;
    text-transform: lowercase;
    margin-left: 3px;
}

.offers-city-page .city-offers-block .info-text {
    font-family: "Effra-Italic";
    font-size: 15px;
}

.offers-city-page .city-offers-block .section-text-link {
    text-decoration: none !important;
}

@media(min-width:991px) {
    .offers-city-page .city-offers-block .container {
        max-width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}

.offers-city-page .city-offers-block__container {
    margin-top: 0;
}

.offers-city-page .city-offers-block__container .row {
    margin-right: -20px;
    margin-left: -20px;
}

.offers-city-page .city-offers-block__container .row>[class*="col-"] {
    padding-right: 20px;
    padding-left: 20px;
}

.offers-city-page .city-offers-block__card {
    background: #fff;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.offers-city-page .city-offers-block__image {
    height: 340px;
    width: 100%;
    background-image: url("../../images/locations-card-placeholder.svg");
    background-size: cover;
    background-position: 50%;
    display: none;
}

.offers-city-page .city-offers-block__card-content {
    padding: 27px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    min-height: 294px;
    text-align: left;
}

.offers-city-page .city-offers-block__card-content ul {
    padding-left: 30px;
    list-style-type: initial;
    text-align: left;
}

.offers-city-page .city-offers-block__card-text {
    display: block;
}

.offers-city-page .city-offers-block__title {
    font-size: 26px;
    font-family: "Effra-Medium";
    color: #04336c;
    margin-bottom: 16px !important;
}

.offers-city-page .city-offers-block__blue-title {
    margin: 0 5px 16px 0 !important;
}

.offers-city-page .city-offers-block__savings-text {
    font-size: 18px;
    font-family: "Effra-Regular";
    color: #414042;
    text-transform: none;
}

.offers-city-page .city-offers-block__collapse-link {
    font-family: "Effra-Medium";
    font-size: 18px;
    color: #6d6e70 !important;
}

.offers-city-page .city-offers-block__collapse-link span {
    border-color: #6d6e70 !important;
}

.offers-city-page .city-offers-block__collapse-link:after {
    content: url(../../images/icons/expand-plus.svg);
    margin-left: 3px;
}

.offers-city-page .city-offers-block__collapse-link[aria-expanded=true]:after {
    content: url(../../images/icons/expand-minus.svg);
    position: relative;
    top: -4px;
}

.offers-city-page .city-offers-block__button {
    background: #ab1239;
    padding: 20px 0;
    text-align: center;
    font-family: "Effra-Medium";
    font-size: 16px;
    color: #fff !important;
    text-decoration: none !important;
    margin-top: 40px;
    max-width: 320px;
}

@media(max-width:991.98px) {
    .offers-city-page .city-offers-block__button {
        margin-left: 0;
        margin-right: auto;
    }
}

@media(max-width:991.98px) {
    .offers-city-page .city-offers-block {
        padding: 0;
        padding-top: 25px;
        text-align: center;
    }
    .offers-city-page .city-offers-block__text {
        padding: 28px;
        padding-bottom: 0;
    }
    .offers-city-page .city-offers-block .container {
        padding: 0;
    }
    .offers-city-page .city-offers-block .container .row {
        margin: 0;
    }
}

@media(max-width:991.98px) and (max-width:576px) {
    .offers-city-page .city-offers-block .container .row .card-col {
        padding: 0;
    }
}

@media(max-width:700px) {
    .offers-city-page .city-special-offers {
        padding-top: 25px !important;
    }
    .offers-city-page .city-special-offers .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
    .offers-city-page .city-special-offers .container-fluid .row {
        margin-left: 0;
        margin-right: 0;
    }
    .offers-city-page .city-special-offers .container-fluid .row .col-lg-4 {
        padding-left: 0;
        padding-right: 0;
    }
}

.offers-city-page #offers {
    scroll-margin-top: 120px;
}

.offers-city-page ul.city-offers-block__hotels-list {
    list-style: none !important;
    padding: 0 !important;
}

.offers-city-page ul.city-offers-block__hotels-list .city-offers-block__hotels-item {
    margin: 0 0 10px;
    list-style: none;
    padding: 0;
}