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 {
  box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

br {
  height: 0;
}

ul, ol, dl {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}

img {
  border: 0;
  border-style: none;
}

fieldset {
  border: 1px solid transparent;
}

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

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

input[type=text],
input[type=email],
textarea {
  letter-spacing: 0.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 {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}

html,
body,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-row {
  flex-direction: row;
}

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

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.justify-content-start {
  justify-content: flex-start;
}

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

.justify-content-center {
  justify-content: center;
}

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

.align-items-end {
  align-items: flex-end;
}

.align-items-center {
  align-items: center;
}

.flex-1 {
  flex: 1;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 5rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-6 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-7 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 5rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mr-6 {
  margin-right: 5rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 5rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.ml-6 {
  margin-left: 5rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.p-6 {
  padding: 5rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-6 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-7 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 5rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pr-6 {
  padding-right: 5rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 5rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pl-6 {
  padding-left: 5rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-light {
  font-weight: 300 !important;
}

.text-regular {
  font-weight: 400 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-semibold {
  font-weight: 600 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-extrabold {
  font-weight: 800 !important;
}

.text-black {
  font-weight: 900 !important;
}

.color-white {
  color: #fff !important;
}
.color-white * {
  color: #fff;
}
.color-djtblue {
  color: #213875 !important;
}
.color-djtgray {
  color: #202020 !important;
}

a.color-white:hover, a.color-white:focus {
  color: #fff;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.mh-100 {
  max-height: 100%;
}

.mw-100 {
  max-width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-square:after {
  display: block;
  content: "";
  padding-top: 100%;
}

.sixteen-nine:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.full-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.full-bg.full-bg-top {
  background-position: top center;
}
.full-bg.full-bg-right {
  background-position: center right;
}
.full-bg.full-bg-top-right {
  background-position: top right;
}
.full-bg.full-bg-top-left {
  background-position: top left;
}
.full-bg.full-bg-bottom {
  background-position: bottom center;
}

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

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

@media screen and (max-width: 768px) {
  .col-3 {
    width: 50%;
  }
  .col-6 {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .col-3 {
    width: 100%;
    padding: 0;
  }
}
.list-style-none,
.list-style-none * {
  list-style: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.color-red {
  color: #dc2633 !important;
}

.color-blue {
  color: #213875 !important;
}

.color-dblue {
  color: #0a0228 !important;
}

.color-mblue {
  color: #1f3860 !important;
}

.color-lblue {
  color: #4f67a6 !important;
}

.color-dred {
  color: #a70101 !important;
}

.color-dgrey {
  color: #202020 !important;
}

.color-lgrey {
  color: #a6a5a5 !important;
}

.bg-blue {
  background-color: #213875 !important;
}

.bg-red {
  background-color: #dc2633 !important;
}

.bg-dblue {
  background-color: #0a0228 !important;
}

.bg-mblue {
  background-color: #1f3860 !important;
}

.bg-lblue {
  background-color: #4f67a6 !important;
}

.bg-dred {
  background-color: #a70101 !important;
}

.bg-dgrey {
  background-color: #202020 !important;
}

.bg-lgrey {
  background-color: #a6a5a5 !important;
}

a {
  color: #dc2633;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  transition: 300ms ease all;
}
a:hover {
  color: #dc2633;
  text-decoration: none;
}
a:active {
  outline: none;
}
a:focus {
  outline: none;
}

.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #dc2633;
  border: 1px solid #dc2633;
  padding: 14px 25px;
  transition: 300ms ease all;
  border-radius: 2px;
}
.btn.btn-text-white {
  color: #fff;
}
.btn.btn-border-white {
  border-color: #fff;
}
.btn.btn-border-white:hover, .btn.btn-border-white:focus {
  background-color: #fff;
  color: #dc2633 !important;
}
.btn.btn-filled {
  background-color: #dc2633;
  color: #fff !important;
}
.btn.btn-filled.btn-blue {
  background-color: #213875;
  border-color: #213875;
}
.btn.btn-filled.btn-blue:hover, .btn.btn-filled.btn-blue:focus {
  background-color: #0a0228;
  border-color: #0a0228;
}
.btn.btn-filled:hover, .btn.btn-filled:focus {
  border-color: #a70101;
  background-color: #a70101;
}
.btn:hover, .btn:focus {
  background-color: #dc2633;
  color: #fff;
  transition: 300ms ease all;
}
.btn.btn-large {
  font-size: 16px;
  letter-spacing: 0.14em;
}

.arrow-btn {
  position: relative;
}
.arrow-btn:after {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(images/icons/arw.svg);
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: -20px;
  transition: 300ms ease all;
  background-size: 100%;
}
.arrow-btn:hover:after, .arrow-btn:focus:after {
  right: -30px;
  transition: 300ms ease all;
}
.arrow-btn.arrow-btn-red:after {
  background-image: url(images/icons/arw_red.svg);
}

.submit-arrow-btn {
  position: relative;
  display: inline-block;
}
.submit-arrow-btn:after {
  display: block;
  content: "";
  width: 28px;
  height: 13px;
  background-image: url(images/icons/arrow_button_right_red.png);
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: -17px;
  transition: 300ms ease all;
}
.submit-arrow-btn:hover:after, .submit-arrow-btn:focus:after {
  right: -28px;
  transition: 300ms ease all;
}

::selection {
  background: #4f67a6;
  color: #fff;
}

::-moz-selection {
  background: #4f67a6;
  color: #fff;
}

.overlay {
  position: relative;
}
.overlay:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.overlay.overlay-dblue-25:before {
  background-color: rgba(10, 0, 41, 0.25);
}

h1,
h1 * {
  font-family: "Archivo Narrow", sans-serif;
}

p {
  font-size: 16px;
  line-height: 26px;
  color: #202020;
  font-weight: 400;
}

.title-lrg-1 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 3rem;
}

.title-lrg-2 {
  font-weight: 900;
  font-size: 2.625rem;
  line-height: 2.625rem;
}

.title-lrg-3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 8vw;
  line-height: 8vw;
}

.title-lrg-4 {
  font-weight: 800;
  font-size: 2.625rem;
  line-height: 2.625rem;
}

.title-med-1 {
  font-weight: 600;
  font-size: 18px;
}

.title-sml-1 {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.16em;
}

.box-shadow {
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 15px 15px 15px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 500px) {
  .box-shadow {
    box-shadow: 0 15px 15px 0px rgba(0, 0, 0, 0.1);
  }
}
.bg-image-section {
  position: relative;
  overflow: hidden;
}
.bg-image-section * {
  position: relative;
  z-index: 2;
}
.bg-image-section .bg-image {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  z-index: 1;
  opacity: 0.05;
}
.bg-image-section .bg-image.bg-image-bottom {
  bottom: 0;
}
.bg-image-section .bg-image.bg-image-cover {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

@media screen and (max-width: 768px) {
  .bg-image-section .bg-image.bg-image-cover {
    left: 0;
    top: auto;
    bottom: 0;
    transform: none;
    width: 100%;
    min-height: 0;
    height: auto;
  }
}
.footer-overlap:after {
  display: block;
  content: "";
  width: 100vw;
  height: 8vw;
  max-height: 110px;
  background-color: #213875;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.top-bar-overlap {
  margin-bottom: -69px;
  top: -69px;
  position: relative;
}

@media screen and (max-width: 500px) {
  .footer-overlap:after {
    height: 110px;
  }
  .top-bar-overlap {
    margin-bottom: -55px;
    top: -55px;
  }
}
.red-line-title:after {
  display: block;
  content: "";
  margin: 1.875rem auto 2.5rem auto;
  width: 65px;
  height: 3px;
  background-color: #dc2633;
}

.featherlight {
  background-color: rgba(0, 0, 0, 0.95) !important;
}
.featherlight .featherlight-content {
  background-color: #000 !important;
}

.featherlight-iframe {
  width: 100%;
  height: auto;
}
.featherlight-iframe .featherlight-content {
  width: 90%;
}
.featherlight-iframe .featherlight-content:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.featherlight-iframe .featherlight-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html,
body {
  height: 100%;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #F0EFF4;
}

#wrapper {
  height: auto !important;
  margin: 0 auto;
  overflow: hidden;
}

.has-topbar #wrapper {
  min-height: calc(100% - 40px);
}

.container {
  width: 92% !important;
  max-width: 1160px !important;
  margin: auto;
  position: relative;
}
.container-900 {
  max-width: 900px !important;
}
.container-700 {
  max-width: 700px !important;
}

#skipnav {
  position: absolute;
  z-index: 99999;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding-bottom: 25px;
  transition: none;
}
#skipnav:hover, #skipnav:focus, #skipnav:active {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.03em;
  clip: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background: var(--djtblue);
  border-left: none;
  border-right: none;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .container {
    width: 100%;
    /* padding: 0 5%; */
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  .has-topbar #wrapper {
    min-height: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 500px) {
  html,
  body {
    font-size: 0.8em;
  }
}
#topbar {
  width: 100%;
  background-color: #dc2633;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  height: 40px;
  position: relative;
  z-index: 99999;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.has-topbar #header {
  top: 40px;
}

#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 175px;
  background-color: transparent;
  padding: 30px 30px 0 30px;
}
#header #header-logo {
  width: 105px;
  height: 115px;
  position: relative;
  z-index: 5;
}
#header #header-logo svg {
  width: 105px;
  height: 115px;
  transition: 300ms ease all;
}
#header #header-logo svg * {
  transition: 300ms ease all;
}
#header > .container {
  height: 100%;
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 100% !important;
  padding: 0 !important;
}
#header.is-fixed {
  position: fixed;
  height: 60px;
  padding: 0 30px 0 30px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  top: 0 !important;
}
#header.is-fixed > .container {
  align-items: center;
}
#header.is-fixed #header-logo {
  width: 55px;
  height: 45px;
}
#header.is-fixed #header-logo svg {
  width: 55px;
  height: 45px;
}
#header.is-fixed #header-logo svg .st0 {
  fill: #213875;
}
#header.is-fixed #header-logo svg .st1 {
  fill: #dc2633;
}
#header.is-fixed #header-logo svg .border {
  fill: #dc2633;
}
#header.is-fixed #header-logo svg .trump {
  fill: #213875;
}
#header.is-fixed #header-logo svg .slogan {
  fill: #213875;
}
#header.is-fixed #header-logo svg .year {
  fill: #213875;
}
#header .mobile-buttons ul li {
  margin-left: 8px;
}
#header .mobile-buttons ul li:first-child {
  margin-left: 0;
}

.no-banner #header #header-logo {
  background-image: url(images/salogo_color.svg);
}
.no-banner #header nav > ul li.level-1 a {
  color: #213875;
}
.no-banner #header nav > ul li.level-1 a:hover, .no-banner #header nav > ul li.level-1 a:focus {
  color: #dc2633;
}
.no-banner #header nav > ul li.level-1 .btn.btn-text-white.btn-border-white {
  border-color: #213875;
}
.no-banner #header nav > ul li.level-1 .btn.btn-text-white.btn-border-white:hover, .no-banner #header nav > ul li.level-1 .btn.btn-text-white.btn-border-white:focus {
  background-color: #213875;
  color: #fff !important;
}
.no-banner #header .mobile-buttons ul li .btn.btn-text-white.btn-border-white {
  border-color: #213875;
  color: #213875;
}
.no-banner #header .mobile-buttons ul li .btn.btn-text-white.btn-border-white:hover, .no-banner #header .mobile-buttons ul li .btn.btn-text-white.btn-border-white:focus {
  background-color: #213875;
  color: #fff !important;
}

.is-header-desktop.no-banner #header #header-logo {
  background-image: url(images/salogo_color.svg);
}
.is-header-desktop.no-banner #header nav > ul li.level-1 a {
  color: #213875;
}
.is-header-desktop.no-banner #header nav > ul li.level-1 a:hover, .is-header-desktop.no-banner #header nav > ul li.level-1 a:focus {
  color: #dc2633;
}
.is-header-desktop #header nav {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
}
.is-header-desktop #header nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.is-header-desktop #header nav > ul li.level-1 {
  position: relative;
  margin-left: 15px;
}
.is-header-desktop #header nav > ul li.level-1:first-child {
  margin-left: 0;
}
.is-header-desktop #header nav > ul li.level-1 a {
  position: relative;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
}
.is-header-desktop #header nav > ul li.level-1 a:hover, .is-header-desktop #header nav > ul li.level-1 a:focus {
  color: #dc2633;
}
.is-header-desktop #header nav > ul li.level-1 a.active {
  text-decoration: underline;
}
.is-header-desktop #header .button-container {
  display: none;
}
#header .mobile-buttons {
  display: none !important;
}
.is-header-desktop #header.is-fixed nav > ul li.level-1 a {
  color: #213875;
}
.is-header-desktop #header.is-fixed nav > ul li.level-1 a:hover, .is-header-desktop #header.is-fixed nav > ul li.level-1 a:focus {
  color: #dc2633;
}
.is-header-desktop #header.is-fixed nav > ul li.level-1 a.btn.btn-text-white.btn-border-white,
.is-header-desktop #header.is-fixed .mobile-buttons > ul li.level-1 a.btn.btn-text-white.btn-border-white,
.is-header-mobile #header.is-fixed nav > ul li.level-1 a.btn.btn-text-white.btn-border-white,
.is-header-mobile #header.is-fixed .mobile-buttons > ul li.level-1 a.btn.btn-text-white.btn-border-white {
  border-color: #213875;
  color: #213875;
}
.is-header-desktop #header.is-fixed nav > ul li.level-1 a.btn.btn-text-white.btn-border-white:is(:hover, :focus),
.is-header-desktop #header.is-fixed .mobile-buttons > ul li.level-1 a.btn.btn-text-white.btn-border-white:is(:hover, :focus),
.is-header-mobile #header.is-fixed nav > ul li.level-1 a.btn.btn-text-white.btn-border-white:is(:hover, :focus),
.is-header-mobile #header.is-fixed .mobile-buttons > ul li.level-1 a.btn.btn-text-white.btn-border-white:is(:hover, :focus) {
  background-color: #213875;
  color: #fff !important;
}
.is-header-desktop #mobile-menu-trigger {
  display: none;
}

@media screen and (max-width: 960px) {
  #header .mobile-buttons {
    display: flex !important;
  }
  #topbar {
    height: 30px;
  }
  .no-banner #header #mobile-menu-trigger span {
    background-color: #213875;
  }
  .has-topbar #header {
    top: 30px;
  }
  .has-topbar #header #header-nav {
    top: 30px;
  }
  #header nav ul li.level-1 {
    border-top: 1px solid #c8c8c8;
  }
  #header nav ul li.level-1 a {
    text-align: left;
    display: block;
    border-width: 0;
    padding: 15px 30px;
    color: #202020;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  #header nav ul li.level-1 a:hover, #header nav ul li.level-1 a:focus, #header nav ul li.level-1 a.active {
    color: #dc2633;
  }
  #header nav ul li.level-1 a.btn {
    padding: 20px 30px;
  }
  #header nav ul li.level-1 a.btn.btn-text-white.btn-border-white {
    background-color: #213875;
    color: #fff !important;
  }
  #header .button-container {
    display: flex;
    flex-wrap: wrap;
  }
  #header .mobile-buttons {
    padding-right: 5vw;
    position: relative;
    z-index: 3;
  }
  
  #header #mobile-menu-trigger {
    touch-action: manipulation;
    user-select: none;
    white-space: nowrap;
    z-index: 9999;
    display: block;
    width: 35px;
    height: 25px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #header #mobile-menu-trigger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  #header #mobile-menu-trigger span:nth-child(1) {
    top: 0px;
  }
  #header #mobile-menu-trigger span:nth-child(2), #header #mobile-menu-trigger span:nth-child(3) {
    top: 10px;
  }
  #header #mobile-menu-trigger span:nth-child(4) {
    top: 20px;
  }
  #header #mobile-menu-trigger.is-open span {
    background-color: #213875;
  }
  #header #mobile-menu-trigger.is-open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #header #mobile-menu-trigger.is-open span:nth-child(2) {
    transform: rotate(45deg);
  }
  #header #mobile-menu-trigger.is-open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #header #mobile-menu-trigger.is-open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #header #header-nav {
    position: fixed;
    top: 0;
    left: 100%;
    bottom: 0;
    right: -50%;
    z-index: 1;
    width: calc(90% - 200px);
    height: 100vh;
    overflow: scroll;
    padding-top: 175px;
    background-color: #fff;
    transition: all 500ms ease;
  }
  #header #header-nav:before {
    display: block;
    content: "";
    width: calc(90% - 200px);
    height: 110px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 100%;
    right: -100%;
    z-index: 2;
    transition: all 500ms ease;
  }
  #header #header-nav.overflow-hidden {
    overflow: hidden;
    height: 100%;
  }
  #header.is-mobile-open #header-nav {
    left: calc(10% + 200px);
    right: 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
  }
  #header.is-mobile-open #header-nav:before {
    left: calc(10% + 200px);
    right: 0;
  }
  #header.is-mobile-open .mobile-buttons ul li .btn.btn-text-white.btn-border-white {
    border-color: #213875;
    color: #213875;
  }
  #header.is-mobile-open .mobile-buttons ul li .btn.btn-text-white.btn-border-white:hover, #header.is-mobile-open .mobile-buttons ul li .btn.btn-text-white.btn-border-white:focus {
    background-color: #213875;
    color: #fff !important;
  }
  #header.is-fixed #mobile-menu-trigger span {
    background-color: #213875;
  }
}
@media screen and (max-width: 636px) {
  #header #header-nav {
    width: 100%;
  }
  #header #header-nav:before {
    width: 100%;
  }
  #header.is-mobile-open #header-nav {
    left: 0;
    box-shadow: none;
  }
  #header.is-mobile-open #header-nav:before {
    left: 0;
  }
  #header.is-mobile-open #header-logo svg .stars {
    fill: #213875;
  }
  #header.is-mobile-open #header-logo svg .border {
    fill: #dc2633;
  }
  #header.is-mobile-open #header-logo svg .trump {
    fill: #213875;
  }
  #header.is-mobile-open #header-logo svg .slogan {
    fill: #213875;
  }
  #header.is-mobile-open #header-logo svg .year {
    fill: #213875;
  }
}
@media screen and (max-width: 610px) {
  #header > .container {
    align-items: center;
  }
  #header {
    height: 80px;
    padding: 0;
    padding-left: 5vw;
  }
  #header #header-logo {
    width: 55px;
    height: 60px;
  }
  #header #header-logo svg {
    width: 55px;
    height: 60px;
  }
  #header #header-nav {
    padding-top: 80px;
  }
  #header #header-nav:before {
    height: 80px;
  }
  #header .mobile-buttons .btn {
    font-size: 13px;
    line-height: 13px;
    padding: 8px 10px;
  }
  
}
@media screen and (max-width: 475px) {
  #header .mobile-buttons .btn {
    font-size: 11.5px;
    line-height: 11.5px;
    padding: 8px;
    border: none;
  }
}
@media screen and (max-width: 440px) {
  #header .button-container {
    flex: 1;
    justify-content: flex-end;
  }
  /* #header .mobile-buttons {
    display: none !important;
  } */
}
#footer {
  background: #213875;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
#footer a,
#footer input {
  letter-spacing: 0;
}
#footer p,
#footer li {
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 16px;
}
#footer a:hover, #footer a:focus {
  color: #0a0228 !important;
}
#footer .footer-bottom {
  padding: 25px 0;
}
#footer .footer-bottom .footer-legal {
  border-radius: 2px;
  border: 1px solid #fff;
  padding: 5px 10px;
  display: flex;
  justify-content: space-around;
}
#footer .footer-bottom .footer-links li {
}
#footer .footer-bottom .footer-links li a {
  font-size: 10px;
}
#footer .footer-top {
  position: relative;
  border-bottom: 1px solid #4f67a6;
  padding-bottom: 50px;
}
#footer .footer-top p.title {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 700;
}
#footer .footer-top .footer-social ul {
  display: flex;
}
#footer .footer-top .footer-social ul li {
  margin-left: 8px;
}
#footer .footer-top .footer-social ul li:first-child {
  margin-left: 0;
}
#footer .footer-top .footer-social ul li a {
  width: 36px;
  height: 36px;
}
#footer .footer-top .footer-social ul li a svg .st0 {
  transition: 300ms ease all;
}
#footer .footer-top .footer-social ul li a:hover svg .st0 {
  fill: #0a0228 !important;
}
#footer.short {
  padding-top: 0;
}
#footer.short .footer-top {
  display: none;
}

@media screen and (max-width: 1320px) {
  #footer .footer-top .footer-text {
    padding: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  #footer {
    padding-top: 25px;
  }
  #footer .footer-top {
    padding-bottom: 25px;
  }
  #footer .footer-bottom {
    text-align: center;
    display: block !important;
  }
  #footer .footer-bottom > .flex-1 {
    display: block !important;
    width: 100%;
    flex: 0 1 auto;
    margin-bottom: 25px;
  }
  #footer .footer-bottom .footer-links {
    width: 100%;
    justify-content: center;
  }
  #footer .footer-bottom .footer-links li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-top {
    display: block !important;
    text-align: center;
  }
  #footer .footer-top .footer-signup {
    padding-right: 15px;
    margin-bottom: 25px;
  }
  #footer .footer-top .footer-social {
    padding-left: 0 !important;
  }
  #footer .footer-top .footer-social .list-social {
    justify-content: center;
  }
  #footer .footer-top .footer-social .list-social li {
    margin: 0 4px !important;
  }
}
.banner {
  position: relative;
  width: 100%;
}
.banner .shadow {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(10% + 175px);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.banner.banner-main {
  min-height: 300px;
}
.banner.banner-main .container {
  padding-top: 175px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  top: 0;
  align-items: center;
  display: flex;
}
.banner.banner-main:after {
  display: block;
  content: "";
  width: 100%;
  padding-top: 58%;
}
.banner.banner-main .social {
  position: absolute;
  right: 0;
  width: 5vw;
  bottom: 5vw;
}
.banner.banner-main .social li {
  list-style: none;
  display: block;
}
.banner.banner-main .social li svg .st0 {
  transition: 300ms ease all;
}
.banner.banner-main .social li svg:hover .st0 {
  fill: #dc2633;
}
.banner.overlap-bottom .container {
  padding-bottom: 15vw;
}

.banner-overlap > .container > div {
  position: relative;
  top: -15vw;
  margin-bottom: -15vw;
}
.banner-description {
  font-size: 20px;
  color: white;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
}

@media screen and (max-width: 1150px) {
  .banner-description {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .banner.overlap-bottom .container {
    padding-bottom: 10vw;
  }
  .banner.banner-main .social {
    width: calc(10vw + 35px);
    bottom: 10vw;
  }
  .banner.banner-main .social li {
    display: flex;
    justify-content: center;
  }
  .banner-overlap > .container > div {
    top: -10vw;
    margin-bottom: -10vw;
  }
}
@media screen and (max-width: 768px) {
  .banner.overlap-bottom .container {
    padding-bottom: 5vw;
  }
  .banner-overlap > .container > div {
    top: -5vw;
    margin-bottom: -5vw;
  }
}
@media screen and (max-width: 677px) {
  .banner.overlap-bottom .container {
    padding-bottom: 5vw;
  }
  .banner.banner-main .title-lrg-1 {
    font-size: 6vw;
    line-height: 6vw;
  }
  .banner.banner-main .title-sml-1 {
    font-size: 2.4vw;
    line-height: 2.4vw;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  .banner.banner-main .social {
    width: 100vw;
    bottom: 5vw;
    padding-right: 5vw;
    display: flex;
    justify-content: flex-end;
  }
  .banner.banner-main .social ul {
    display: flex;
  }
  .banner-overlap {
    padding-top: 3rem;
  }
  .banner-overlap > .container > div {
    top: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 590px) {
  .banner.banner-main .container {
    padding-top: 80px;
    padding-bottom: 5vw;
  }
}
@media screen and (max-width: 440px) {
  .banner.banner-main .title-lrg-1 {
    font-size: 6.5vw;
    line-height: 6.5vw;
  }
  .banner.banner-main .title-sml-1 {
    font-size: 2.7vw;
    line-height: 2.7vw;
  }
}
@media screen and (max-width: 320px) {
  .banner.banner-main .social {
    padding-right: 0;
    bottom: 0;
  }
}
.signup-form * {
  margin-bottom: 0 !important;
}
.signup-form .hiddenFields {
  margin: 0;
  padding: 0;
  height: 0;
}
.signup-form .dform {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 0;
}
.signup-form .dform label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.signup-form .dform .dform_email {
  width: 100%;
  margin-bottom: 0;
}
.signup-form .dform .dform_email .dform_container {
  margin-bottom: 0;
}
.signup-form .dform .dform_email input[type=email] {
  width: 100%;
  border-radius: 2px;
  height: 40px;
  padding: 0 10px;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.12em;
  border: 1px solid #fff;
  color: #fff;
}
.signup-form .dform .dform_text_input {
  width: calc(25% - 16px);
  margin-right: 6px;
  margin-bottom: 0;
}
.signup-form .dform .dform_text_input .dform_container {
  margin-bottom: 0;
}
.signup-form .dform .dform_text_input input[type=text] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  line-height: 45px;
  text-transform: uppercase;
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: 0.12em;
  border: 1px solid #fff;
  color: #fff;
}
.signup-form .dform .dform_html {
  order: 5;
  margin-bottom: 0;
  width: 100%;
}
.signup-form .dform .dform_html:first-child {
  flex-basis: 100%;
  height: 0;
}
.signup-form .dform .dform_html .dform_container {
  margin-bottom: 0;
  width: 100%;
}
.signup-form .dform .dform_html .disclaimer {
  margin-bottom: 0;
  padding-top: 10px;
}
.signup-form .dform .dform_html .disclaimer p {
  font-size: 10px !important;
  line-height: 12px !important;
  margin-bottom: 0 !important;
  opacity: 0.75 !important;
  letter-spacing: -0.01em !important;
}
.signup-form .dform .submit_button {
  width: 30px;
  margin-bottom: 0;
}
.signup-form .dform .submit_button input[type=submit] {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(images/icons/arw.svg);
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: -20px;
  transition: 300ms ease all;
  background-size: 100%;
  text-indent: -9999px;
}
.signup-form .dform .submit_button:hover input[type=submit], .signup-form .dform .submit_button:focus input[type=submit] {
  right: -30px;
}
.signup-form ::placeholder {
  color: #fff;
  opacity: 1;
}
.signup-form.dark .dform .dform_email input[type=email],
.signup-form.dark .dform .dform_email input[type=text],
.signup-form.dark .dform .dform_text_input input[type=email],
.signup-form.dark .dform .dform_text_input input[type=text] {
  border-color: #213875;
  color: #213875;
}
.signup-form.dark .dform .submit_button input[type=submit] {
  background-image: url(images/icons/arw_blue.svg);
}
.signup-form.dark ::placeholder {
  color: #213875;
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .signup-form {
    width: 100%;
  }
  .signup-form .dform {
    max-width: 100%;
  }
}
.form textarea {
  min-width: 100%;
  max-width: 100%;
  height: 100px;
  min-height: 100px;
  max-height: 200px;
  width: 100%;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 15px;
  font-size: 16px;
  color: #202020;
}
.form input[type=submit] {
  font-weight: 700;
  background-color: #dc2633;
  color: #fff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.14em;
  padding: 15px 25px;
  transition: 300ms ease all;
  border-radius: 2px;
}
.form .dform_desc {
  font-size: 10px;
  padding-top: 5px;
}
.form input[type=submit]:hover, .form input[type=submit]:focus {
  background-color: #a70101;
  color: #fff;
}
.form .dform_element.dform_text_input,
.form .dform_element.dform_email,
.form .dform_element.dform_textarea,
.form .dform_element.dform_select,
.form .dform_element.dform_file_upload,
.form .dform_element.dform_date,
.form .dform_element.dform_checkbox,
.form .dform_element.dform_captcha {
  margin-bottom: 24px;
}
.form .dform_element.dform_checkbox {
  /* text-align: center; */
}
.form .dform_element.dform_checkbox li label {
  font-size: 16px;
}
.form .dform_element.dform_date {
  margin-bottom: 40px;
}
.form .dform_element.dform_text_input label,
.form .dform_element.dform_email label,
.form .dform_element.dform_textarea label,
.form .dform_element.dform_select label,
.form .dform_element.dform_captcha label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.form .dform_element.dform_checkbox > label,
.form .dform_element.dform_html > label {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
  display: block;
  color: #213875;
}
.form .dform_element.dform_checkbox > label .req {
  color: #dc2633;
}
.form .dform_element.dform_checkbox ul.checkboxes li {
  list-style: none;
}
.form .dform_element.dform_html {
  margin-bottom: 48px;
}
.form .dform_element.dform_html p {
  font-size: 1.3125rem;
  line-height: 1.5rem;
  color: #877b79;
}
.form .dform_element.submit_button .dfinput_full {
  display: flex;
  justify-content: center;
}
.form br {
  display: none;
}
.form .dfcolumns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.form .dform_columns_2 .dfcolumns .column {
  width: calc(50% - 12px) !important;
}
.form .dform_columns_2 .dfcolumns .column[data-number="1"] {
  margin-right: 24px;
}
.form .dform_columns_3 .dfcolumns .column {
  width: calc(33.333% - 16px) !important;
}
.form .dform_columns_3 .dfcolumns .column[data-number="2"] {
  margin-left: 24px;
  margin-right: 24px;
}
.form .dform_error {
  margin-top: 5px;
  color: #dc2633;
  font-weight: 600;
  font-size: 13px;
}
.form .dform_element.dform_date > label {
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 0;
}
.form .dform_element.dform_date .dfinput_dates {
  display: flex;
  flex-wrap: wrap;
}
.form .dform_element.dform_date .dfinput_dates > div:nth-child(2) {
  margin-left: 24px;
  margin-right: 24px;
}
.form .dform_element.dform_date .df_date_elem_extra,
.form .dform_element.dform_date .df_date_elem {
  background-color: #fff;
  position: relative;
  display: block;
  border: 1px solid #e1e1e1;
  width: calc(33.333% - 16px);
  border-radius: 4px;
  height: 50px;
}
.form .dform_element.dform_date .df_date_elem_extra:after,
.form .dform_element.dform_date .df_date_elem:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  z-index: 2;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #202020;
}
.form .dform_element.dform_date .df_date_elem_extra select,
.form .dform_element.dform_date .df_date_elem select {
  background-color: transparent;
  border-radius: 4px;
  color: #202020;
  border: none;
  width: 100%;
  margin: 0;
  outline: none;
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
}
.form .dform_element.dform_date label {
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  font-weight: 600;
  font-size: 13px;
  margin-top: 5px;
}
.form fieldset {
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  margin-bottom: 24px;
}
.form fieldset legend {
  color: #202020;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: block;
  font-weight: 600;
  margin-top: 5px;
  background-color: #fff;
  padding: 3px 5px 3px 0;
  margin-left: -1px;
  font-size: 15px;
}
.form fieldset .dfcolumns {
  padding: 24px 24px 0 24px;
}
.form.form-style-4 input[type="text"],
.form.form-style-4 input[type="email"],
.form.form-style-4 input[type="tel"],
.form.form-style-4 textarea {
    color: #213875;
    font-size: 14px;
    letter-spacing: 0em;
    width: 100%;
    padding: 5px 10px;
    background: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    border: 1px solid #213875;
}
.form.form-style-4 input[type="text"]:focus,
.form.form-style-4 input[type="email"]:focus,
.form.form-style-4 input[type="tel"]:focus,
.form.form-style-4 textarea:focus {
    border-color: #656b9a;
    outline: 1px solid #213875;
}
.form.form-style-4 .dform_select .dform_container {
  position: relative;
  display: block;
}
.form.form-style-4 .dform_select .dform_container select {
  font-family: "Montserrat", sans-serif;
  color: #213875;
  border-radius: 5px;
  border: 1px solid #213875;
  width: 100%;
  margin: 0;
  outline: none;
  padding: 5px 10px;
  padding-right: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  text-transform: uppercase;
}
.form.form-style-4 .dform_select .dform_container select:focus {
  border-color: #213875;
  outline: 1px solid #213875;
}
.form.form-style-4 .dform_select .dform_container::after {
  width: 10px;
  height: 6px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  z-index: 2;
  background-image: url(/assets/images/images/icons/arrow_form_dropdown@2x.png);
  background-size: 100%;
}

@media screen and (max-width: 610px) {
  .form .dform_columns_2 .dfcolumns .column {
    width: 100% !important;
  }
  .form .dform_columns_2 .dfcolumns .column[data-number="1"] {
    margin-right: 0;
  }
  .form .dform_columns_3 .dfcolumns .column {
    width: 100% !important;
  }
  .form .dform_columns_3 .dfcolumns .column[data-number="2"] {
    margin-left: 0;
    margin-right: 0;
  }
  .form.form-style-4 input[type="text"],
  .form.form-style-4 input[type="email"],
  .form.form-style-4 input[type="tel"],
  .form.form-style-4 textarea {
      padding: 10px 15px;
  }
  .form .dform_element.dform_checkbox li {
    margin: 10px 0;
  }
  .form .dform_element.dform_checkbox li label {
    font-size: 14px;
  }
  .form.form-style-4 .dform_select .dform_container select {
    padding: 10px 15px;
  }
}

.hover-bars {
  position: relative;
  overflow: hidden;
}
.hover-bars.panel-open > img {
  opacity: 0.1;
}
.hover-bars .bars {
  width: 50vw;
}
.hover-bars .bars .mobile-panel {
  display: none;
}
.hover-bars .bars .bar {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  transition: 300ms ease all;
}
.hover-bars .bars .bar span {
  display: block;
  transition: 300ms ease all;
}
.hover-bars .bars .bar:hover, .hover-bars .bars .bar:focus, .hover-bars .bars .bar[aria-expanded=true] {
  color: #fff;
  width: calc(100% + 80px);
  box-shadow: 0px -10px 10px 0px rgba(10, 2, 40, 0.25);
}
.hover-bars .bars .bar:hover span, .hover-bars .bars .bar:focus span, .hover-bars .bars .bar[aria-expanded=true] span {
  font-weight: 700;
  transform: scale(1.25);
}
.hover-bars .info {
  width: 50vw;
  position: relative;
}
.hover-bars .info .panel {
  position: absolute;
  width: calc(100% - 80px);
  height: 100%;
  top: 0;
  left: 80px;
  right: 0;
  bottom: 0;
  transition: 300ms ease all;
  padding: 0 5vw;
}
.hover-bars .info .panel[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.hover-bars * {
  position: relative;
  z-index: 2;
}
.hover-bars > img {
  transition: 300ms ease all;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  display: block;
  max-width: 82vw;
  height: auto;
  max-height: 100%;
}

@media screen and (max-width: 768px) {
  .hover-bars > img {
    max-width: 100vw;
    margin-right: -5vw;
  }
}
@media screen and (max-width: 667px) {
  .hover-bars > img {
    display: none;
  }
  .hover-bars .info {
    display: none;
  }
  .hover-bars .bars {
    width: 100vw;
  }
  .hover-bars .bars .mobile-panel {
    text-align: center;
    padding: 3rem 5vw;
  }
  .hover-bars .bars .mobile-panel[aria-hidden=false] {
    display: block;
  }
  .hover-bars .bars .bar {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.9vw;
    line-height: 4.9vw;
    padding-left: 5vw !important;
    padding-right: 5vw !important;
    white-space: nowrap;
  }
  .hover-bars .bars .bar:hover, .hover-bars .bars .bar:focus, .hover-bars .bars .bar[aria-expanded=true] {
    width: 100%;
    box-shadow: none;
  }
  .hover-bars .bars .bar:hover span, .hover-bars .bars .bar:focus span, .hover-bars .bars .bar[aria-expanded=true] span {
    font-weight: 600;
    transform: none;
  }
  .hover-bars .bars .bar[aria-expanded=true]:after {
    transform: rotate(-180deg);
  }
  .hover-bars .bars .bar:after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(images/icons/carrot.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-left: 10px;
    transition: 300ms ease all;
  }
}
@media screen and (max-width: 960px) {
  .text-image .text .pr-6 {
    padding-right: 5vw !important;
  }
  .text-image img {
    border-radius: 2px;
  }
}
@media screen and (max-width: 768px) {
  .text-image {
    margin: 0;
  }
  .text-image .text .pr-6 {
    padding-right: 0 !important;
    padding-bottom: 5vw;
  }
}
.feed .image-square {
  border-radius: 2px;
}

@media screen and (max-width: 768px) {
  .feed-4 .col-3 {
    margin-bottom: 1.5rem;
  }
  .feed-4 .col-3:nth-child(3), .feed-4 .col-3:nth-child(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .feed-4 {
    margin: 0;
  }
  .feed-4 .col-3:nth-child(3) {
    margin-bottom: 1.5rem;
  }
}
.video-slider {
  overflow: hidden;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
.video-slider .video {
  transition: 300ms ease all;
  opacity: 0;
}
.video-slider .video:hover .image svg .border {
  opacity: 1;
  stroke-dashoffset: 300;
}
.video-slider .video:hover .image svg .icon {
  transform: scale(0.9);
}
.video-slider .video .image {
  border-radius: 2px;
  position: relative;
}
.video-slider .video .image svg {
  opacity: 0;
  transition: 300ms ease all;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-slider .video .image svg .border {
  stroke-dashoffset: 0;
  stroke-dashArray: 300;
  stroke-width: 4px;
  transition: stroke-dashoffset 500ms ease, opacity 500ms ease;
}
.video-slider .video .image svg .icon {
  transform: scale(0.8);
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}
.video-slider .video .text {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 300ms ease all;
  text-align: center;
}
.video-slider .video .text h3 {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 5px;
}
.video-slider .video .text p {
  font-weight: 300;
  font-size: 10px;
  line-height: 14px;
}
.video-slider .video.swiper-slide-active {
  opacity: 1;
  transform: scale(1.35);
}
.video-slider .video.swiper-slide-active .image svg {
  opacity: 1;
}
.video-slider .video.swiper-slide-active .text {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.video-slider .video.swiper-slide-prev {
  opacity: 0.75;
  transform: perspective(300px) rotateY(45deg) scale(0.7);
}
.video-slider .video.swiper-slide-next {
  opacity: 0.75;
  transform: perspective(300px) rotateY(-45deg) scale(0.7);
}
.video-slider .swiper-button-prev,
.video-slider .swiper-button-next {
  top: 61%;
  opacity: 0.25;
  transition: 300ms ease all;
  width: 30px;
  height: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(images/icons/carrot.svg);
}
.video-slider .swiper-button-prev:after,
.video-slider .swiper-button-next:after {
  display: none;
}
.video-slider .swiper-button-prev:hover,
.video-slider .swiper-button-next:hover {
  opacity: 1;
}
.video-slider .swiper-button-prev {
  left: 23.75%;
  transform: rotate(90deg);
}
.video-slider .swiper-button-next {
  right: 23.75%;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1024px) {
  .video-slider .swiper-button-prev,
  .video-slider .swiper-button-next {
    top: 63%;
    width: 24px;
    height: 24px;
  }
  .video-slider .swiper-button-prev {
    left: 26.4%;
  }
  .video-slider .swiper-button-next {
    right: 26.4%;
  }
}
@media screen and (max-width: 960px) {
  .video-slider .video .image svg {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 677px) {
  .video-slider {
    padding: 0;
    margin: 0 5vw;
  }
  .video-slider .video .text h3 {
    font-size: 15px;
    line-height: 15px;
  }
  .video-slider .video .text p {
    font-size: 14px;
    line-height: 18px;
  }
  .video-slider .video.swiper-slide-prev, .video-slider .video.swiper-slide-next {
    opacity: 1;
    transform: none;
  }
  .video-slider .video.swiper-slide-active {
    transform: none;
  }
  .video-slider .swiper-button-prev,
  .video-slider .swiper-button-next {
    top: 60%;
    width: 10vw;
    display: flex;
    justify-content: center;
    background-image: none;
    opacity: 1;
  }
  .video-slider .swiper-button-prev:after,
  .video-slider .swiper-button-next:after {
    display: block;
    content: "";
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(images/icons/carrot.svg);
  }
  .video-slider .swiper-button-prev {
    left: 0;
  }
  .video-slider .swiper-button-next {
    right: 0;
  }
}

.footer .container {
  padding-block: 50px;
}

.footer .footer__top {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding-bottom: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
  gap: 30px;
}

.footer .footer__form__title {
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.footer .footer__form form .dform {
  display: flex;
  align-items: center;
}

.footer .footer__form form .dform input:not([type=submit]) {
  border: 1px solid white;
  padding: 10px 10px;
  font-size: 11px;
  width: 300px;
  color: white;
}

.footer .footer__form form .dform input[type=submit] {
  color: white;
  margin-left: -12px;
  font-size: 25px;
  transition: .25s all ease-in-out;
}

.footer .footer__form form .dform input[type=submit]:is(:hover, :focus) {
  color: #dc2633;
}

.footer .footer__socials__title {
  color: white;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
}

.footer .footer__socials__list {
  display: flex;
  gap: 10px;
}

.footer .footer__socials__list li a {
  border: 1px solid white;
  display: inline-block;
  border-radius: 50%;
  transition: .25s all ease-in-out;
}

.footer .footer__socials__list li a:is(:hover, :focus) {
  border-color: #dc2633;
}

.footer .footer__socials__list li a:is(:hover, :focus) svg path {
  fill: #dc2633;
}

.footer .footer__socials__list li a svg {
  width: 35px;
  height: 35px;
}

.footer .footer__bottom {
  display: flex;
  justify-content: space-between;
}

.footer .footer__paid-for {
  color: white;
}

.footer .footer__nav {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
    justify-content: center;
}

.footer .footer__nav li a {
  color: white;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .footer .footer__bottom {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}

@media screen and (max-width: 450px) {
  .footer .footer__form {
    width: 100%;
  }

  .footer .footer__form form .dform_element.dform_email {
    width: 100%;
  }

  .footer .footer__form form .dform input:not([type=submit]) {
    width: 100%;
  }
}

.learn-more {
  position: relative;
}

.learn-more .learn-more__background-image-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.learn-more .learn-more__background-image-container img {
  opacity: .1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.learn-more .container {
  padding-block: 100px;
}

.learn-more .container > svg {
  margin-inline: auto;
  margin-bottom: 10px;
}

.learn-more .learn-more__title {
  font-size: 42px;
  font-weight: bold;
  color: #213875;
  text-align: center;
}

.learn-more .learn-more__description {
  text-align: center;
  max-width: 540px;
  margin-inline: auto;
}

.learn-more .learn-more__listing-body {
  margin-top: 50px;
  position: relative;
  padding-inline: 50px;
}

.learn-more .learn-more__listing-body__prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  z-index: 1;
  color: #1f3875;
}

.learn-more .learn-more__listing-body__next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  z-index: 1;
  color: #1f3875;
}

.learn-more .listing-card {
  width: fit-content;
  padding: 20px;
  background-color: white;
  height: 100%;
  position: relative;
}

.learn-more .listing-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.learn-more .listing-card-details {
  margin-top: 20px;
}

.learn-more .listing-card-details .title {
  color: #213875;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}

.learn-more .listing-card-details .description {
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 60px;
}

.learn-more .listing-card-details .btn {
  margin-inline: auto;
  display: block;
  width: fit-content;
  margin-top: 20px;
  background-color: #dc2633;
  color: white;
  transition: .25s all ease-in-out;
  bottom: 20px;
  position: absolute;
  left: 50%;
  width: max-content;
  transform: translateX(-50%);
}

.learn-more .listing-card-details .btn:is(:hover, :focus){
  background-color: #a70101;
}

.learn-more .slick-slide {
  padding-inline: 15px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.learn-more .slick-list {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}

.learn-more .slick-track {
  display: flex;
}

.learn-more .learn-more__no-events-found {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .learn-more .learn-more__listing-body {
    padding-inline: 0;
  }

  .learn-more .slick-slide {
    padding-inline: 50px;
  }

  .learn-more .listing-card {
    width: 100%;
  }
}

.featured-events__select {
  border: 1px solid #213875;
  border-radius: 8px;
  padding: 5px 10px;
  color: #213875;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  margin-block: 50px 20px;
  text-align: center;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}

.featured-events__select option {
  font-weight: 700;
}

.featured-events__custom-select {
  border: 1px solid #213875;
  border-radius: 2px;
  padding: 10px 15px;
  color: #213875;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  position: relative;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.featured-events__custom-select .selected-option {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #213875;
  text-align: center;
}

.featured-events__custom-select > i {
  rotate: 180deg;
}

.featured-events__custom-select .featured-events__custom-select__options {
  position: absolute;
  width: 200px;
  top: 36px;
  left: 0;
  z-index: 1;
  border: 1px solid #213875;
  max-height: 500px;
  overflow-y: auto;
  display: none;
}

.featured-events__custom-select .featured-events__custom-select__options span {
  background-color: white;
  padding: 5px 20px;
  font-weight: bold;
  text-align: left;
  display: block;
  cursor: pointer;
  transition: .25s all ease-in-out;
}

.featured-events__custom-select .featured-events__custom-select__options span:is(:hover, :focus) {
  background-color: #dc2633;
  color: white;
}

.featured-events__custom-select .featured-events__custom-select__options span.active {
  background-color: #dc2633;
  color: white;
}

.featured-events .container {
  padding-block: 100px;
}

.featured-events .container > svg {
  margin-inline: auto;
  margin-bottom: 10px;
}

.featured-events .featured-events__title {
  font-size: 42px;
  font-weight: bold;
  color: #213875;
  text-align: center;
}

.featured-events .featured-events__description {
  text-align: center;
  max-width: 540px;
  margin-inline: auto;
}

.featured-events .featured-events__listing-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 700px;
  margin-inline: auto;
  margin-top: 50px;
}

.featured-events .featured-events__listing-body__loading {
  width: 50px;
  display: block;
  margin-inline: auto;
}

.featured-events .featured-events__listing-body__item {
  display: flex;
  width: 100%;
  background-color: white;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  gap: 50px;
}

.featured-events .featured-events__listing-body__item .featured-state {
  padding-left: 20px;
  padding-block: 20px;
  align-items: center;
  display: flex;
  gap: 40px;
}

.featured-events .featured-events__listing-body__item .featured-state > svg {
  transform: rotateY(180deg) rotateZ(180deg);
  width: 100px;
  min-width: 100px;
  max-height: 100px;
}

.featured-events .featured-events__listing-body__item .featured-body {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-block: 20px;
}

.featured-events .featured-events__listing-body__item .featured-body .featured-body__title {
  text-transform: uppercase;
  color: #213875;
  font-weight: bold;
  font-size: 20px;
}

.featured-events .featured-events__listing-body__item .featured-body .featured-body__date-time {
  font-size: 18px;
}

.featured-events .featured-events__listing-body__item .featured-body .featured-body__pills {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.featured-events .featured-events__listing-body__item .featured-body .featured-body__pills .pill-red {
  background-color: #dc2633;
  padding: 5px 10px;
  color: white;
  font-weight: 400;
  border-radius: 2px;
}

.featured-events .featured-events__listing-body__item .featured-body .featured-body__pills .pill-blue {
  background-color: #213875;
  padding: 5px 10px;
  color: white;
  font-weight: 400;
  border-radius: 2px;
}

.featured-events .featured-events__listing-body__item .featured-button {
  background-color: #dc2633;
  padding-inline: 5px;
  display: grid;
  place-content: center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: .25s all ease-in-out;
}

.featured-events .featured-events__listing-body__item .featured-button:is(:hover, :focus) {
  background-color: #a70101;
}

.featured-events .featured-events__listing-body__item .featured-button p::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid white;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .featured-events .featured-events__listing-body {
    width: 100%;
  }

  .featured-events .featured-events__listing-body__item {
    flex-direction: column;
    gap: 20px;
  }

  .featured-events .featured-events__listing-body__item .featured-state {
    flex-direction: column;
    padding-right: 20px;
  }

  .featured-events .featured-events__listing-body__item .featured-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    padding-block: 2px;
  }

  .featured-events .featured-events__listing-body__item .featured-button p::before {
    content: 'View Details';
    width: unset;
    border: unset;
    margin-top: unset;
    color: white;
    font-weight: bold;
  }

  .featured-events .featured-events__listing-body__item .featured-body {
    padding-inline: 20px;
  }

  .featured-events .featured-events__listing-body__item .featured-body .featured-body__title {
    text-align: center;
  }

  .featured-events .featured-events__listing-body__item .featured-body .featured-body__date-time {
    text-align: center;
  }

  .featured-events .featured-events__listing-body__item .featured-body .featured-body__pills {
    justify-content: center;
  }
}


.upcoming-events {
  background-color: white;
}

.upcoming-events .container {
  padding-block: 100px;
  position: unset;
}

.upcoming-events .container > svg {
  margin-inline: auto;
  margin-bottom: 10px;
}

.upcoming-events .upcoming-events__title {
  font-size: 42px;
  font-weight: bold;
  color: #213875;
  text-align: center;
}

.upcoming-events .upcoming-events__description {
  text-align: center;
  max-width: 540px;
  margin-inline: auto;
}

.upcoming-events #events-map-chart {
  width: 100%;
  aspect-ratio: 16/9;
  transition: .25s all ease-in-out;
}

.upcoming-events #events-map-chart.zoomed {
  width: calc(100% - 300px);
}

.upcoming-events #events-map-chart svg.higcharts-root {
  transition: .25s all ease-in-out;
}

.upcoming-events #eventsmap-drillup {
  border-radius: 2px;
}

.highcharts-credits {
  display: none;
}

.highcharts-tooltip {
  border-radius: 10px;
  background-color: rgba(255,255,255,.8);
}

g.highcharts-tooltip {
  display: none;
}

.highcharts-tooltip > span > span,
.highcharts-tooltip > span > br {
  display: none;
}

.highcharts-tooltip p {
  font-size: 12px;
}

.highcharts-tooltip .custom-tooltip__state-name {
  font-weight: 700;
  font-size: 19px;
}

.highcharts-markers {
  opacity: 1 !important;
}

.highcharts-map-series {
  opacity: 1 !important;
}

.highcharts-map-navigation path {
  stroke: #18296a;
}

.highcharts-halo {
  pointer-events: none;
}

.highcharts-data-labels {
  pointer-events: none;
}

.highcharts-data-label {
  position: none;
}

.highcharts-data-label > text {
  font-family: 'Montserrat';
  fill: white !important;
  pointer-events: none;
}

.highcharts-data-label > text .highcharts-text-outline {
  display: none;
}

.highcharts-legend {
  display: none;
}

.highcharts-markers.highcharts-mappoint-series > path {
  cursor: pointer;
  transition: .25s all ease-in-out;
}

.highcharts-markers.highcharts-mappoint-series > path:hover {
  fill: #dc2633 !important;
}

div.highcharts-tooltip {
  pointer-events: none;
}

div.highcharts-tooltip > span {
  background-color: white;
  padding: 9px;
  border-radius: 3px;
  margin-left: -9px !important;
  margin-top: -9px !important;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .5);
}

div.highcharts-data-label > span {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

div.highcharts-data-label > span {
  font-size: 14px !important;
}

div.highcharts-data-label > span > span > span {
  display: none;
}

#eventsmap-show-events {
  border: 1px solid #213875;
  border-radius: 8px;
  padding: 8px 16px;
  color: #213875;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .highcharts-tooltip .custom-tooltip__state-name {
    font-size: 14px;
    line-height: 14px;
  }

  .highcharts-tooltip .custom-tooltip__event-name {
    font-weight: bold;
  }

  .highcharts-tooltip p {
    font-size: 10px;
    line-height: 16px;
  }

  div.highcharts-data-label > span > span {
    width: 25px;
    height: 25px;
    font-size: 10px !important;
  }

  .upcoming-events #events-map-chart {
    aspect-ratio: 1/1;
  }
}

@media screen and (max-width: 400px) {
  div.highcharts-data-label > span > span {
    width: 20px;
    height: 20px;
    font-size: 9px !important;
  }
}

.slick-prev,
.slick-next {
  display: none !important;
}

#popup {
  display: none;
  position: absolute;
  background-color: white;
  z-index: 100;
  overflow: auto;
  left: 0;
  padding: 25px;
  max-width: 350px;
  box-shadow: 10px 10px 50px rgba(0, 0, 0, 0.25);
}

#popup .event__close-btn {
  position: sticky;
  left: 100%;
  top: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #dc2633;
  cursor: pointer;
  transition: .25s all ease-in-out;
}

#popup .event__close-btn:is(:hover, :focus) {
  color: #a70101;
}

#popup .event__city-state {
  font-weight: 700;
  font-size: 28px;
}

#popup .event__description {
  margin-top: 20px;
}

#popup .event__link {
  margin-top: 50px;
  display: block;
  background-color: #dc2633;
  width: fit-content;
  padding: 5px 20px;
  color: white;
  text-transform: uppercase;
  margin-inline: auto;
  border-radius: 2px;
  transition: .25s all ease-in-out;
}

#popup .event__link:is(:hover, :focus) {
  background-color: #a70101;
}

#popup table {
  width: 100% !important;
}

#popup * {
  word-break: break-word;
}

.active-event-dot {
  fill: #dc2633;
  stroke: black;
  stroke-width: 1px;
}

#marker-popup {
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  padding: 5px 10px;
  position: absolute;
  background-color: white;
  display: none;
  pointer-events: none;
  max-width: 500px;
}

#marker-popup p {
  font-family: Arial;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #popup {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    height: unset !important;
    transform: unset;
    width: 100%;
    max-width: unset;
  }

  #marker-popup {
    display: none !important;
  }
}


#state-info-popup {
  background-color: white;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .4);
  padding: 20px;
  max-width: 300px;
  min-width: 250px;
  position: absolute;
  max-height: 70vh;
  overflow-y: auto;
  display: none;
}

#state-info-popup .state-info-popup__close-btn {
  position: sticky;
  left: 100%;
  top: 0px;
  font-size: 20px;
  font-weight: bold;
  color: #dc2633;
  cursor: pointer;
}

#state-info-popup .state-info-popup__close-btn:is(:hover, :focus) {
  color: #a70101;
}

#state-info-popup .state-info-popup__title {
  text-transform: uppercase;
  color: #dc2633;
  border-bottom: 1px solid;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

#state-info-popup .state-info-popup__events-listing {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#state-info-popup .state-info-popup__events-listing .state-info-popup__list-item h3 {
  color: #213875;
  font-weight: bold;
  font-size: 20px;
}

#state-info-popup .state-info-popup__events-listing .state-info-popup__list-item a {
  background-color: #dc2633;
  color: white;
  padding: 5px 10px;
  border-radius: 2px;
  display: block;
  text-align: center;
  width: fit-content;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
  transition: .25s all ease-in-out;
}

#state-info-popup .state-info-popup__events-listing .state-info-popup__list-item a:is(:hover, :focus) {
  background-color: #a70101;
}

@media screen and (max-width: 1050px) {
  #state-info-popup {
    position: relative;
    top: 0 !important;
    right: unset !important;
    transform: none;
    margin-top: 20px;
    max-width: unset;
  }
}



.join-form .join-form__form .dform_checkbox > label {
  text-align: center;
  margin-bottom: 20px;
}

.join-form .join-form__form .dform_checkbox ul.checkboxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.join-form .join-form__form .dform_checkbox ul.checkboxes li {
  border: 1px solid #203875;
  border-radius: 5px;
  padding: 10px;
  background-color: white;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
  cursor: pointer;
}

.join-form .join-form__form .dform_checkbox ul.checkboxes li.--selected {
  background-color: #203875;
}

.join-form .join-form__form .dform_checkbox ul.checkboxes li.--selected label {
  color: white;
}

.join-form .join-form__form .dform_checkbox ul.checkboxes li.--selected label i.check-mark {
  opacity: 1;
}

.join-form .join-form__form .dform_checkbox ul.checkboxes li > label {
  text-transform: uppercase;
  font-weight: bold;
  color: #213875;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100px;
  cursor: pointer;
}

.join-form .join-form__form .dform_checkbox ul.checkboxes li > label .input-header {
  display: flex;
  justify-content: space-between;
}

.join-form .join-form__form .dform_checkbox ul.checkboxes li > label i {
  font-size: 25px;
}

.join-form .join-form__form .dform_checkbox ul.checkboxes li > label i.check-mark {
  opacity: 0;
  font-size: 16px;
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 50%;
  color: #213875;
  position: relative;
}

.join-form .join-form__form .dform_checkbox ul.checkboxes li > label i.check-mark::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.join-form .join-form__form .dform_checkbox ul.checkboxes li input[type=checkbox] {
  visibility: hidden;
  display: none;
}

.join-form .join-form__body p {
  font-size: 18px;
  margin-bottom: 10px;
}

.join-form .join-form__body p:last-of-type {
  margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
  .join-form .join-form__form .dform_checkbox ul.checkboxes {
    grid-template-columns: repeat(2, 1fr);
  }

  .join-form .join-form__form .dform_checkbox ul.checkboxes li {
    margin-block: 0;
  }

  .join-form .join-form__form .dform_checkbox ul.checkboxes li > label {
    min-height: unset;
  }
}

@media screen and (max-width: 500px) {
  .join-form .join-form__form .dform_checkbox ul.checkboxes {
    grid-template-columns: repeat(1, 1fr);
  }
}

.four-oh-four {
  height: 80vh;
  position: relative;
}

.four-oh-four .four-oh-four__background {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0%, rgba(14, 80, 36, 0) 40%, rgba(43, 14, 80, 0) 100%);
}

.four-oh-four .four-oh-four__background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: .2;
}

.four-oh-four .container {
  height: 100%;
  display: grid;
  place-content: center;
  text-align: center;
}

.four-oh-four .four-oh-four__title {
  font-size: 150px;
  line-height: 150px;
  font-weight: bold;
}

.four-oh-four .four-oh-four__body {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}

.four-oh-four .four-oh-four__button {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid #dc2633;
  padding: 14px 25px;
  transition: 300ms ease all;
  border-radius: 2px;
  background-color: #dc2633;
  color: white;
  width: fit-content;
  margin-inline: auto;
  margin-top: 50px;
}




.thank-you {
  height: 80vh;
  position: relative;
}

.thank-you .thank-you__background {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0%, rgba(14, 80, 36, 0) 40%, rgba(43, 14, 80, 0) 100%);
}

.thank-you .thank-you__background img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: .2;
}

.thank-you .container {
  height: 100%;
  display: grid;
  place-content: center;
  text-align: center;
}

.thank-you .container > svg {
  margin-inline: auto;
}

.thank-you .thank-you__title {
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
  color: #213875;
  margin-top: 10px;
}

.thank-you .thank-you__body {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}

.thank-you .thank-you__button {
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border: 1px solid #dc2633;
  padding: 14px 25px;
  transition: 300ms ease all;
  border-radius: 2px;
  background-color: #dc2633;
  color: white;
  width: fit-content;
  margin-inline: auto;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .thank-you .container {
    padding-top: 200px;
  }
}

/*# sourceMappingURL=site.css.map */
