/* reset */
html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

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

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border: 1px solid transparent;
}

input {
    font-family: 'Montserrat', sans-serif;
}

input[type=submit] {
    letter-spacing: .045em;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all
}

input[type=text],
input[type=email],
textarea {
    letter-spacing: .045em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    border-radius: 0;
    -webkit-appearance: none;
}

span {
    font-family: 'Montserrat', sans-serif;
}

button {
    font-family: 'Montserrat', sans-serif;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: inherit
}

select {
    font-family: 'Montserrat', sans-serif;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

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

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

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

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

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

/* helpers */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.append-disclaimer-div {
    padding: 10px;
}

.icon {
    display: block;
    text-indent: -9999px;
    background-size: 100%;
    background-repeat: no-repeat;
    text-indent: -9999px;
    transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
}

.icon:hover {
    transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all;
}

.full-bg {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-align-center {
    -ms-flex-align-items: center;
    -webkit-align-items: center;
    align-items: center
}

.flex-align-bottom {
    -ms-flex-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.flex-align-top {
    -ms-flex-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.flex-justify-center {
    -ms-flex-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center
}

.flex-justify-end {
    -ms-flex-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.flex-1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex-flow-col {
    -webkit-flex-flow: column;
    flex-flow: column
}

.flex-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.left {
    float: left;
}

.right {
    float: right;
}

/* accessibility */
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* text styles */
a {
    color: #da1333;
    text-decoration: none;
    cursor: pointer;
    transition: 300ms ease all;
    -webkit-transition: 300ms ease all;
    -o-transition: 300ms ease all
}

a:hover {
    color: #da1333;
    text-decoration: none;
}

a:focus,
button:focus,
input[type=submit]:focus {
    text-decoration: underline
}

::selection {
    background: #da1333;
    color: #fff
}

::-moz-selection {
    background: #da1333;
    color: #fff
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b325f;
    font-weight: 700
}

h1 {
    font-size: 2.25rem;
    line-height: 2.75rem
}

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

p {
    color: #2b325f;
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: 400
}

.form-notes p {
    font-size: 11px;
    line-height: 16px;
    color: #8b96aa
}

.mobile-info p {
    font-size: 13px;
    line-height: 18px;
    color: #8b96aa
}

p a {
    color: #da1333
}

/* structure */
html,
body {
    height: 100%;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    margin: 0 auto;
    overflow: hidden
}

.container {
    width: 95%;
    max-width: 1072px;
    margin: auto;
    position: relative;
}

.footer {
    background: #213875;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

.footer.footer-follow {
    padding-top: 0
}

    
.full-height .footer,
.full-height .footer-push {
    display: none;
}

.footer .container {
    max-width: 1260px;
}

.footer p,
.footer li,
.footer a,
.footer h5,
.footer input {
    color: #fff;
    letter-spacing: 0
}

.footer p,
.footer li {
    font-size: 11px;
    letter-spacing: .08em;
    line-height: 18px;
}

.footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-bottom {
    padding: 25px 0
}

.footer-bottom ul {
    display: grid;
    grid-template-columns: repeat(2, auto); /* Two columns */
    justify-content: center; /* Center the grid */
    gap: 8px 24px; /* Row gap: 8px, Column gap: 24px */
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom .footer-links li {
    list-style: none;
    float: left;
    margin-left: 25px
}

.footer-nav li {
    list-style: none;
    float: left;
    margin-right: 30px;
}

.banner {
    height: auto;
    width: 100%;
    min-height: 160px;
}

.content {
    padding: 50px 0
}

.main {
    width: 65%;
    margin-right: 9%
}

.main .mobile-info {
    display: none
}

.aside {
    width: 26%
}

.aside h2 {
    margin-bottom: 24px
}

.aside p {
    margin-bottom: 24px
}

.aside p .stat-cap {
    text-transform: uppercase;
}

.action-links {
    font-size: 16px;
    display: block;
    font-weight: 700;
    line-height: 25px;
    padding-left: 35px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px
}

.action-links.cal {
    background-image: url(/img/demo/icon-calendar.svg)
}

.action-links.req {
    background-image: url(/img/demo/icon-media.svg)
}

.action-links.ticket {
    background-image: url(/img/demo/icon-ticket.svg)
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px 0;
    z-index: 999;
}

.header .container {
    max-width: 1140px
}

.is-header-light .header {
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
}

.header .header-logo {
    display: block;
    width: 200px;
    height: 68px;
    position: absolute;
    top: -12px;
    left: 0;
    z-index: 3;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    background-size: contain
}

.header .header-contribute-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 150px;
    padding: 14px 23px
}

.header .header-contribute-btn:hover {
    background-color: #c8102e !important
}

.header .header-shop-btn {
    position: absolute;
    top: 0;
    right: 165px;
    z-index: 3;
    width: 75px;
    padding: 14px 15px;
}

.header .header-nav-top {
    position: absolute;
    top: 0;
    right: 270px;
    padding-top: 15px;
}

.header .header-nav-top ul li {
    list-style: none;
    float: left;
    position: relative;
    margin-left: 25px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: .04em;
}

.header .header-nav-top ul li a {
    color: #fff;
}

.header.is-mobile-open {
    top: 0 !important
}

.banner.full-bg {
    background-size: cover;
    background-position: top left;
}

/* forms */
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.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 {
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-fields {
    text-align: left;
}

.subtitle {
    text-align: left;
}

.form-fields ::placeholder {
    color: #2b325f;
    opacity: 1
}

.form-fields :-ms-input-placeholder {
    color: #2b325f
}

.form-fields ::-ms-input-placeholder {
    color: #2b325f
}

.form-group {
    color: #2b325f;
    margin-bottom: 24px
}

.form-group input.form-control {
    font-size: 1rem;
    padding: 0 15px;
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    transition: all .3s linear;
    color: #2b325f;
    font-weight: 400;
    -webkit-appearance: none;
    border: 1px solid #ced4da;
    background-color: #fff
}

.form-group input:focus {
    border-color: #80bdff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.form-group textarea {
    vertical-align: top;
    font-size: 16px;
    padding: 15px;
    height: 100px;
    max-height: 200px;
    max-width: 100%;
    min-height: 100px;
    resize: none;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    transition: all .3s linear;
    color: #2b325f;
    font-weight: 400;
    -webkit-appearance: none;
    border: 1px solid #ced4da;
    background-color: #fff
}

.form-group textarea:focus {
    border-color: #80bdff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.form-group fieldset>.columns {
    margin-bottom: 24px
}

.form-group fieldset>.columns:last-child {
    margin-bottom: 0
}

.form-group label,
.form-group fieldset legend {
    display: block;
    margin-bottom: .25rem;
    font-size: 1rem;
    line-height: 1.25rem;
    color: #2b325f;
    font-weight: 400;
    letter-spacing: .045em
}

.form-group fieldset legend {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: .75rem
}

.floating-label {
    position: relative;
}

.floating-label label {
    margin-bottom: 0;
    font-size: 12.5px;
    line-height: 12.5px;
    opacity: .8;
    position: absolute;
    top: calc(50% - 10px);
    left: 0;
    opacity: 0;
    transition: all .3s ease;
    padding-left: 15px
}

.floating-label input:not(:placeholder-shown) {
    padding: 30px 15px 15px 15px
}

.floating-label textarea:not(:placeholder-shown) {
    padding: 30px 15px 15px 15px
}

.floating-label input:not(:placeholder-shown)+label {
    opacity: .7;
    top: 11px;
    left: 12px;
}

.floating-label textarea:not(:placeholder-shown)+label {
    opacity: .7;
    top: 11px;
    left: 12px;
}

.invalid-feedback,
.valid-feedback {
    margin-top: .25rem;
    font-size: 80%;
    letter-spacing: .045em
}

.valid-feedback {
    color: #28a745;
}

.invalid-feedback {
    color: #c8202f;
}

.field-submit input {
    font-size: 1.3125rem;
    padding: 0 15px;
    height: 60px;
    background-color: #c8202f;
    width: 100%;
    box-sizing: border-box;
    transition: all .3s linear;
    color: #fff;
    font-weight: 700;
    -webkit-appearance: none
}

.field-submit input:hover,
.form-fields form .form-row input[type=submit]:focus {
    background-color: #28a745
}

.is-invalid .form-control {
    padding-right: 48px !important;
    border-color: #c8202f !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23c8202f' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23c8202f' 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 13px;
    background-size: 22px
}

.is-invalid textarea.form-control {
    background-position: top 13px right 13px;
}

.is-valid textarea.form-control {
    background-position: top 13px right 13px;
}

.is-valid textarea.form-control {
    background-position: top 13px right 13px
}

.is-invalid textarea.form-control,
.is-valid textarea.form-control {
    padding-right: 30px
}

.is-invalid .form-control:focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(200, 32, 47, 0.5);
}

.form-check {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: .5rem
}

.form-check:last-child {
    margin-bottom: 0
}

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

.form-check-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.form-check-input:checked~.form-check-label::before {
    color: #fff;
    background-color: #007bff;
}

.form-check-input:focus~.form-check-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-check-input:active~.form-check-label::before {
    color: #fff;
    background-color: #b3d7ff;
}

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

.form-check-input:disabled~.form-check-label::before {
    background-color: #e9ecef;
}

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

.form-check-label::before {
    position: absolute;
    top: 0.16rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: #ced4da solid 1px;
}

.form-check-label::after {
    position: absolute;
    top: 0.16rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.form-checkbox .form-check-label::before {
    border-radius: 0.25rem;
}

.form-checkbox .form-check-input:checked~.form-check-label::before {
    background-color: #007bff;
}

.form-checkbox .form-check-input:checked~.form-check-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='%23fff' 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");
}

.form-checkbox .form-check-input:indeterminate~.form-check-label::before {
    background-color: #007bff;
}

.form-checkbox .form-check-input:indeterminate~.form-check-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='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.form-checkbox .form-check-input:disabled:checked~.form-check-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.form-checkbox .form-check-input:disabled:indeterminate~.form-check-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.form-radio .form-check-label::before {
    border-radius: 50%;
}

.form-radio .form-check-input:checked~.form-check-label::before {
    background-color: #007bff;
}

.form-radio .form-check-input:checked~.form-check-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='%23fff'/%3E%3C/svg%3E");
}

.form-radio .form-check-input:disabled:checked~.form-check-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.form-group.extra-space {
    margin: 25px 0 35px 0 !important
}

.custom-select {
    font-size: 16px;
    color: #2b325f;
    display: inline-block;
    width: 100%;
    height: 60px;
    padding: 0 15px;
    line-height: 60px;
    color: #2b325f;
    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 15px center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.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: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.extra-disclaimers {
    margin-bottom: 10px
}

.form-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin: 0 0 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.form-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 15px;
    margin: 0 0 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.mobile-only {
    display: none !important
}

.footer-legal {
    border: 1px solid #fff;
    padding: 5px 10px;
}

@media screen and (max-width: 960px) {
    .main {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px
    }

    .main .mobile-info {
        display: block
    }

    .aside {
        width: 100%
    }

    .aside .desktop-info {
        display: none
    }

    .footer-bottom {
        text-align: center;
        padding-top: 15px
    }

    .footer-bottom ul {
        display: flex;
        flex-direction: column;
    }

    .footer-bottom .footer-links {
        float: none;
        margin-top: 0px;
    }

    .append-disclaimer-div {
        padding: 10px;
    }

    .footer-bottom .footer-links li {
        float: none;
        display: inline-block;
        margin: 0 5px 0 5px;
    }
}

@media screen and (max-width: 768px) {

    .content {
        padding: 30px 0
    }

    .main {
        margin-bottom: 15px
    }

    .banner {
        max-height: 300px
    }

    .footer-bottom {
        text-align: center;
        padding-top: 15px;
        
    }

    .footer-bottom ul {
        display: block;
    }

    .footer-bottom .footer-links {
        float: none;
        margin-top: 10px;
    }

    .append-disclaimer-div {
        padding: 1px;
    }

    .footer-bottom .footer-links li {
        float: none;
        display: inline-block;
        margin: 0 5px 0 5px;
    }

    .footer-bottom .footer-legal {
        float: none
    }
}

@media screen and (max-width: 500px) {
    .banner {
        max-height: 250px
    }

    .form-fields {
        padding: 20px 10px
    }

    .aside {
        padding: 0 10px
    }

    .header .container {
        padding: 0 10px
    }

    html,
    body {
        font-size: .9em
    }

    .desktop-only {
        display: none !important
    }

    .mobile-only {
        display: block !important
    }

    .header .logo {
        margin: 0 auto
    }

    .content {
        padding: 0 0 30px 0
    }

    .main {
        margin-bottom: 0
    }

    .row {
        display: block
    }

    .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 {
        width: 100%;
        max-width: unset;
    }

    .form-check,
    .form-radio {
        margin-left: 0
    }

    .form-fields p,
    .form-fields h1 {
        text-align: center
    }

    .form-fields h2 {
        text-align: center;
        margin-top: 15px
    }

    .aside {
        text-align: center
    }

    .action-links {
        display: inline-block;
        margin-bottom: 24px
    }

    .action-links:last-child {
        margin-bottom: 0
    }

    .form-group.extra-space {
        margin: 35px 0 !important
    }
}

@media screen and (max-width: 600px) {

    .subtitle {
        text-align: center;
    }

    .banner:after {
        padding-top: 100%;
    }

    .form-fields {
        padding: 20px 10px
    }

    .aside {
        padding: 0 10px
    }

    html,
    body {
        font-size: .9em
    }

    h1 {
        font-size: 2rem;
        line-height: 2.5rem
    }

    p,
    .form-fields .mobile-info p,
    .form-fields p.event-desc {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .desktop-only {
        display: none !important
    }

    .mobile-only {
        display: block !important
    }

    .header .logo {
        margin: 0 auto
    }

    .content {
        padding: 0 0 30px 0
    }

    .main {
        margin-bottom: 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 {
        width: 100%;
        max-width: unset;
    }

    .form-check,
    .form-radio {
        margin-left: 0
    }

    .form-fields p,
    .form-fields h1,
    .form-fields h2 {
        text-align: center
    }

    .form-fields p {
        font-size: .875rem;
        line-height: 1.25rem;
    }

    .aside {
        text-align: center
    }

    .action-links {
        display: inline-block;
        margin-bottom: 24px
    }

    .action-links:last-child {
        margin-bottom: 0
    }

    .form-group.extra-space {
        margin: 35px 0 !important
    }

    .banner.banner-header-mobile {
        background-image: none !important;
        min-height: 0;
    }

    .banner.banner-header-mobile:after {
        display: none !important;
    }

    .banner.banner-header-mobile .header {
        position: relative;
    }

    .banner.banner-header-mobile .mobile-menu span,
    .banner.banner-header-mobile .mobile-menu span:before,
    .banner.banner-header-mobile .mobile-menu span:after {
        background-color: #111111;
    }

    .header {
        padding: 15px 0;
    }

    .header > .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 12px;
    }

    .mobile-menu {
        position: relative;
        top: auto;
        right: auto;
    }

    .banner.banner-header-desktop.banner-image-mobileafter {
        display: block !important;
    }

    .banner.banner-header-desktop.banner-image-mobile .header {
        position: absolute;
    }

    .banner.banner-header-desktop.banner-image-mobile .mobile-menu span,
    .banner.banner-header-desktop.banner-image-mobile .mobile-menu span:before,
    .banner.banner-header-desktop.banner-image-mobile .mobile-menu span:after {
        background-color: #fff;
    }

}

@media screen and (max-width: 350px) {
    .custom-control {
        margin-left: 1rem
    }
    .footer-bottom .footer-links {
        float: none;
        margin-top: 10px;
    }
}
