/* --------------------------------------------------------
   Core mixins
   -------------------------------------------------------- */
/* --------------------------------------------------------
   Override mixins
   -------------------------------------------------------- */
#bzOpeningsContainer ul.bzOpeningsList li.bzOpening a:not([class*=btn-outline-]), #bzOpeningsContainer ul.bzOpeningsList h2 a:not([class*=btn-outline-]), #bzOpeningsContainer ul.bzOpeningsList .grid-collage-masonry .grid-item .content-inside .subtitle a:not([class*=btn-outline-]), .grid-collage-masonry .grid-item .content-inside #bzOpeningsContainer ul.bzOpeningsList .subtitle a:not([class*=btn-outline-]), .figure-grid-item a:not([class*=btn-outline-]), .airline-placements .airline-placement .placement-logo a:not([class*=btn-outline-]) {
  border: none;
}
#bzOpeningsContainer ul.bzOpeningsList li.bzOpening a:after, #bzOpeningsContainer ul.bzOpeningsList h2 a:after, #bzOpeningsContainer ul.bzOpeningsList .grid-collage-masonry .grid-item .content-inside .subtitle a:after, .grid-collage-masonry .grid-item .content-inside #bzOpeningsContainer ul.bzOpeningsList .subtitle a:after, .figure-grid-item a:after, .airline-placements .airline-placement .placement-logo a:after {
  content: none;
  height: auto;
  position: relative;
  width: auto;
  background: transparent;
  transition: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  #bzOpeningsContainer ul.bzOpeningsList li.bzOpening a:after, #bzOpeningsContainer ul.bzOpeningsList h2 a:after, #bzOpeningsContainer ul.bzOpeningsList .grid-collage-masonry .grid-item .content-inside .subtitle a:after, .grid-collage-masonry .grid-item .content-inside #bzOpeningsContainer ul.bzOpeningsList .subtitle a:after, .figure-grid-item a:after, .airline-placements .airline-placement .placement-logo a:after {
    transition: none;
  }
}
#bzOpeningsContainer ul.bzOpeningsList li.bzOpening a:hover, #bzOpeningsContainer ul.bzOpeningsList h2 a:hover, #bzOpeningsContainer ul.bzOpeningsList .grid-collage-masonry .grid-item .content-inside .subtitle a:hover, .grid-collage-masonry .grid-item .content-inside #bzOpeningsContainer ul.bzOpeningsList .subtitle a:hover, .figure-grid-item a:hover, .airline-placements .airline-placement .placement-logo a:hover, #bzOpeningsContainer ul.bzOpeningsList li.bzOpening a:focus, #bzOpeningsContainer ul.bzOpeningsList h2 a:focus, #bzOpeningsContainer ul.bzOpeningsList .grid-collage-masonry .grid-item .content-inside .subtitle a:focus, .grid-collage-masonry .grid-item .content-inside #bzOpeningsContainer ul.bzOpeningsList .subtitle a:focus, .figure-grid-item a:focus, .airline-placements .airline-placement .placement-logo a:focus {
  border-bottom: none;
}
#bzOpeningsContainer ul.bzOpeningsList li.bzOpening a:hover:after, #bzOpeningsContainer ul.bzOpeningsList h2 a:hover:after, #bzOpeningsContainer ul.bzOpeningsList .grid-collage-masonry .grid-item .content-inside .subtitle a:hover:after, .grid-collage-masonry .grid-item .content-inside #bzOpeningsContainer ul.bzOpeningsList .subtitle a:hover:after, .figure-grid-item a:hover:after, .airline-placements .airline-placement .placement-logo a:hover:after {
  width: auto;
}

.hint-scroll .scroll-hinter.scroll-hinter-up, .hint-scroll .scroll-hinter.scroll-hinter-down, .filter:before, .filter:after, .timeline .timeline-stage[data-toggle=collapse] .timeline-header:not(.no-toggle):after, .panel .panel-section-toggle:after, .gallery .gallery-container .gallery-img-container .gallery-img-caption .gallery-img-caption-toggle, .form-check .form-check-label:before, .btn.btn-loading.btn-loading-active:after, .btn-loading.btn-loading-active.filter:after, .cta-btn-link-group a.btn-loading.btn-loading-active:first-of-type:after, .cta-btn-link-group a.btn-loading.btn-loading-active:last-of-type:after,
.cta-btn-link-group-left a.btn-loading.btn-loading-active:first-of-type:after,
.cta-btn-link-group-left a.btn-loading.btn-loading-active:last-of-type:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ATPFlightSchool" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --------------------------------------------------------
   Reset and dependencies
   -------------------------------------------------------- */
/* --------------------------------------------------------
   Core CSS
   -------------------------------------------------------- */
.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 2px;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 1.25rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: #e9dfbf;
}

.table-hover .table-tertiary:hover {
  background-color: #e2d6ac;
}
.table-hover .table-tertiary:hover > td,
.table-hover .table-tertiary:hover > th {
  background-color: #e2d6ac;
}

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

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

.table-custom-red-dark,
.table-custom-red-dark > th,
.table-custom-red-dark > td {
  background-color: #eac4c7;
}

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

.table-custom-red-light,
.table-custom-red-light > th,
.table-custom-red-light > td {
  background-color: #f1c1c1;
}

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

.table-custom-gold-dark,
.table-custom-gold-dark > th,
.table-custom-gold-dark > td {
  background-color: #e9dfbf;
}

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

.table-custom-gold-medium,
.table-custom-gold-medium > th,
.table-custom-gold-medium > td {
  background-color: #f6ebc8;
}

.table-hover .table-custom-gold-medium:hover {
  background-color: #f2e3b2;
}
.table-hover .table-custom-gold-medium:hover > td,
.table-hover .table-custom-gold-medium:hover > th {
  background-color: #f2e3b2;
}

.table-custom-gold-light,
.table-custom-gold-light > th,
.table-custom-gold-light > td {
  background-color: #f8eed5;
}

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

.table-custom-green,
.table-custom-green > th,
.table-custom-green > td {
  background-color: #dce6b9;
}

.table-hover .table-custom-green:hover {
  background-color: #d3dfa6;
}
.table-hover .table-custom-green:hover > td,
.table-hover .table-custom-green:hover > th {
  background-color: #d3dfa6;
}

.table-custom-blue-dark,
.table-custom-blue-dark > th,
.table-custom-blue-dark > td {
  background-color: #b8c4d1;
}

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

.table-custom-blue-medium,
.table-custom-blue-medium > th,
.table-custom-blue-medium > td {
  background-color: #bfd1e3;
}

.table-hover .table-custom-blue-medium:hover {
  background-color: #adc4db;
}
.table-hover .table-custom-blue-medium:hover > td,
.table-hover .table-custom-blue-medium:hover > th {
  background-color: #adc4db;
}

.table-custom-blue-light,
.table-custom-blue-light > th,
.table-custom-blue-light > td {
  background-color: #dcedfe;
}

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

.table-custom-grey-dark,
.table-custom-grey-dark > th,
.table-custom-grey-dark > td {
  background-color: #c1c2c3;
}

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

.table-custom-grey-medium,
.table-custom-grey-medium > th,
.table-custom-grey-medium > td {
  background-color: #c6c8ca;
}

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

.table-custom-grey-light,
.table-custom-grey-light > th,
.table-custom-grey-light > td {
  background-color: #d6d8db;
}

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

.table-custom-grey-extralight,
.table-custom-grey-extralight > th,
.table-custom-grey-extralight > td {
  background-color: #f9fafb;
}

.table-hover .table-custom-grey-extralight:hover {
  background-color: #eaedf1;
}
.table-hover .table-custom-grey-extralight:hover > td,
.table-hover .table-custom-grey-extralight:hover > th {
  background-color: #eaedf1;
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #6c757d;
  background-color: #f8f9fa;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 2;
  color: #495057;
  background-color: #fcfcfc;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 2px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.15, 1), box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.15, 1), color 0.4s cubic-bezier(0.25, 0.46, 0.15, 1), transform 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #fff;
  outline: 0;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0.15rem 0 rgba(28, 92, 155, 0.2);
}
.form-control::placeholder {
  color: #ced4da;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.75rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fcfcfc;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 2;
  color: #343a40;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-prepend > .form-control-plaintext.filter,
.cta-btn-link-group .input-group-sm > .input-group-prepend > a.form-control-plaintext:first-of-type,
.cta-btn-link-group .input-group-sm > .input-group-prepend > a.form-control-plaintext:last-of-type,
.cta-btn-link-group-left .input-group-sm > .input-group-prepend > a.form-control-plaintext:first-of-type,
.cta-btn-link-group-left .input-group-sm > .input-group-prepend > a.form-control-plaintext:last-of-type,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.filter,
.cta-btn-link-group .input-group-sm > .input-group-append > a.form-control-plaintext:first-of-type,
.cta-btn-link-group .input-group-sm > .input-group-append > a.form-control-plaintext:last-of-type,
.cta-btn-link-group-left .input-group-sm > .input-group-append > a.form-control-plaintext:first-of-type,
.cta-btn-link-group-left .input-group-sm > .input-group-append > a.form-control-plaintext:last-of-type, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-prepend > .form-control-plaintext.filter,
.cta-btn-link-group .input-group-lg > .input-group-prepend > a.form-control-plaintext:first-of-type,
.cta-btn-link-group .input-group-lg > .input-group-prepend > a.form-control-plaintext:last-of-type,
.cta-btn-link-group-left .input-group-lg > .input-group-prepend > a.form-control-plaintext:first-of-type,
.cta-btn-link-group-left .input-group-lg > .input-group-prepend > a.form-control-plaintext:last-of-type,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.filter,
.cta-btn-link-group .input-group-lg > .input-group-append > a.form-control-plaintext:first-of-type,
.cta-btn-link-group .input-group-lg > .input-group-append > a.form-control-plaintext:last-of-type,
.cta-btn-link-group-left .input-group-lg > .input-group-append > a.form-control-plaintext:first-of-type,
.cta-btn-link-group-left .input-group-lg > .input-group-append > a.form-control-plaintext:last-of-type {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .filter,
.cta-btn-link-group .input-group-sm > .input-group-prepend > a:first-of-type,
.cta-btn-link-group .input-group-sm > .input-group-prepend > a:last-of-type,
.cta-btn-link-group-left .input-group-sm > .input-group-prepend > a:first-of-type,
.cta-btn-link-group-left .input-group-sm > .input-group-prepend > a:last-of-type,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .filter,
.cta-btn-link-group .input-group-sm > .input-group-append > a:first-of-type,
.cta-btn-link-group .input-group-sm > .input-group-append > a:last-of-type,
.cta-btn-link-group-left .input-group-sm > .input-group-append > a:first-of-type,
.cta-btn-link-group-left .input-group-sm > .input-group-append > a:last-of-type {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.filter:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.filter:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .filter,
.cta-btn-link-group .input-group-lg > .input-group-prepend > a:first-of-type,
.cta-btn-link-group .input-group-lg > .input-group-prepend > a:last-of-type,
.cta-btn-link-group-left .input-group-lg > .input-group-prepend > a:first-of-type,
.cta-btn-link-group-left .input-group-lg > .input-group-prepend > a:last-of-type,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .filter,
.cta-btn-link-group .input-group-lg > .input-group-append > a:first-of-type,
.cta-btn-link-group .input-group-lg > .input-group-append > a:last-of-type,
.cta-btn-link-group-left .input-group-lg > .input-group-append > a:first-of-type,
.cta-btn-link-group-left .input-group-lg > .input-group-append > a:last-of-type {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2px;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.filter:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.filter:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -0.75rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #5FD41E;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(95, 212, 30, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #5FD41E;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #fff;
  box-shadow: 0 0 0.15rem rgba(95, 212, 30, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label:before, .form-check-input.is-valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label:before {
  color: #5FD41E !important;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #5FD41E;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #aaee84;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #7be441;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.15rem rgba(95, 212, 30, 0.25);
}

.form-control-label.is-valid {
  color: #66bc36;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #5FD41E;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.15rem rgba(95, 212, 30, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(246, 50, 50, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #F63232;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #fff;
  box-shadow: 0 0 0.15rem rgba(246, 50, 50, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label:before, .form-check-input.is-invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label:before {
  color: #F63232 !important;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #F63232;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fbacac;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f86363;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.15rem rgba(246, 50, 50, 0.25);
}

.form-control-label.is-invalid {
  color: #e14747;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #F63232;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.15rem rgba(246, 50, 50, 0.25);
}

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

.btn, .filter, .cta-btn-link-group a:first-of-type, .cta-btn-link-group a:last-of-type,
.cta-btn-link-group-left a:first-of-type,
.cta-btn-link-group-left a:last-of-type {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 2;
  border-radius: 2px;
  transition: all 0.15s cubic-bezier(0.25, 0.46, 0.15, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn, .filter, .cta-btn-link-group a:first-of-type, .cta-btn-link-group a:last-of-type,
  .cta-btn-link-group-left a:first-of-type,
  .cta-btn-link-group-left a:last-of-type {
    transition: none;
  }
}
.btn:hover, .filter:hover, .cta-btn-link-group a:hover:first-of-type, .cta-btn-link-group a:hover:last-of-type,
.cta-btn-link-group-left a:hover:first-of-type,
.cta-btn-link-group-left a:hover:last-of-type, .btn:focus, .filter:focus, .cta-btn-link-group a:focus:first-of-type, .cta-btn-link-group a:focus:last-of-type,
.cta-btn-link-group-left a:focus:first-of-type,
.cta-btn-link-group-left a:focus:last-of-type {
  text-decoration: none;
}
.btn:focus, .filter:focus, .cta-btn-link-group a:focus:first-of-type, .cta-btn-link-group a:focus:last-of-type,
.cta-btn-link-group-left a:focus:first-of-type,
.cta-btn-link-group-left a:focus:last-of-type, .btn.focus, .focus.filter, .cta-btn-link-group a.focus:first-of-type, .cta-btn-link-group a.focus:last-of-type,
.cta-btn-link-group-left a.focus:first-of-type,
.cta-btn-link-group-left a.focus:last-of-type {
  outline: 0;
  box-shadow: 0 0 0.15rem 0 rgba(28, 92, 155, 0.2);
}
.btn.disabled, .disabled.filter, .cta-btn-link-group a.disabled:first-of-type, .cta-btn-link-group a.disabled:last-of-type,
.cta-btn-link-group-left a.disabled:first-of-type,
.cta-btn-link-group-left a.disabled:last-of-type, .btn:disabled, .filter:disabled, .cta-btn-link-group a:disabled:first-of-type, .cta-btn-link-group a:disabled:last-of-type,
.cta-btn-link-group-left a:disabled:first-of-type,
.cta-btn-link-group-left a:disabled:last-of-type {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled), .filter:not(:disabled):not(.disabled), .cta-btn-link-group a:not(:disabled):not(.disabled):first-of-type, .cta-btn-link-group a:not(:disabled):not(.disabled):last-of-type,
.cta-btn-link-group-left a:not(:disabled):not(.disabled):first-of-type,
.cta-btn-link-group-left a:not(:disabled):not(.disabled):last-of-type {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .filter:not(:disabled):not(.disabled):active, .cta-btn-link-group a:not(:disabled):not(.disabled):active:first-of-type, .cta-btn-link-group a:not(:disabled):not(.disabled):active:last-of-type,
.cta-btn-link-group-left a:not(:disabled):not(.disabled):active:first-of-type,
.cta-btn-link-group-left a:not(:disabled):not(.disabled):active:last-of-type, .btn:not(:disabled):not(.disabled).active, .filter:not(:disabled):not(.disabled).active, .cta-btn-link-group a:not(:disabled):not(.disabled).active:first-of-type, .cta-btn-link-group a:not(:disabled):not(.disabled).active:last-of-type,
.cta-btn-link-group-left a:not(:disabled):not(.disabled).active:first-of-type,
.cta-btn-link-group-left a:not(:disabled):not(.disabled).active:last-of-type {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .filter:not(:disabled):not(.disabled):active:focus, .cta-btn-link-group a:not(:disabled):not(.disabled):active:focus:first-of-type, .cta-btn-link-group a:not(:disabled):not(.disabled):active:focus:last-of-type,
.cta-btn-link-group-left a:not(:disabled):not(.disabled):active:focus:first-of-type,
.cta-btn-link-group-left a:not(:disabled):not(.disabled):active:focus:last-of-type, .btn:not(:disabled):not(.disabled).active:focus, .filter:not(:disabled):not(.disabled).active:focus, .cta-btn-link-group a:not(:disabled):not(.disabled).active:focus:first-of-type, .cta-btn-link-group a:not(:disabled):not(.disabled).active:focus:last-of-type,
.cta-btn-link-group-left a:not(:disabled):not(.disabled).active:focus:first-of-type,
.cta-btn-link-group-left a:not(:disabled):not(.disabled).active:focus:last-of-type {
  box-shadow: 0 0 0.15rem 0 rgba(28, 92, 155, 0.2), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

a.btn.disabled, a.disabled.filter, .cta-btn-link-group a.disabled:first-of-type, .cta-btn-link-group a.disabled:last-of-type,
.cta-btn-link-group-left a.disabled:first-of-type,
.cta-btn-link-group-left a.disabled:last-of-type,
fieldset:disabled a.btn,
fieldset:disabled a.filter,
fieldset:disabled .cta-btn-link-group a:first-of-type,
.cta-btn-link-group fieldset:disabled a:first-of-type,
fieldset:disabled .cta-btn-link-group a:last-of-type,
.cta-btn-link-group fieldset:disabled a:last-of-type,
fieldset:disabled .cta-btn-link-group-left a:first-of-type,
.cta-btn-link-group-left fieldset:disabled a:first-of-type,
fieldset:disabled .cta-btn-link-group-left a:last-of-type,
.cta-btn-link-group-left fieldset:disabled a:last-of-type {
  pointer-events: none;
}

.btn-primary, .cta-btn-link-group a:last-of-type,
.cta-btn-link-group-left a:last-of-type {
  color: #fff;
  background-color: #CC2222;
  border-color: #CC2222;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-primary:hover, .cta-btn-link-group a:hover:last-of-type,
.cta-btn-link-group-left a:hover:last-of-type {
  color: #fff;
  background-color: #ab1d1d;
  border-color: #a01b1b;
}
.btn-primary:focus, .cta-btn-link-group a:focus:last-of-type,
.cta-btn-link-group-left a:focus:last-of-type, .btn-primary.focus, .cta-btn-link-group a.focus:last-of-type,
.cta-btn-link-group-left a.focus:last-of-type {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(204, 34, 34, 0.5);
}
.btn-primary.disabled, .cta-btn-link-group a.disabled:last-of-type,
.cta-btn-link-group-left a.disabled:last-of-type, .btn-primary:disabled, .cta-btn-link-group a:disabled:last-of-type,
.cta-btn-link-group-left a:disabled:last-of-type {
  color: #fff;
  background-color: #CC2222;
  border-color: #CC2222;
}
.btn-primary:not(:disabled):not(.disabled):active, .cta-btn-link-group a:not(:disabled):not(.disabled):active:last-of-type,
.cta-btn-link-group-left a:not(:disabled):not(.disabled):active:last-of-type, .btn-primary:not(:disabled):not(.disabled).active, .cta-btn-link-group a:not(:disabled):not(.disabled).active:last-of-type,
.cta-btn-link-group-left a:not(:disabled):not(.disabled).active:last-of-type, .show > .btn-primary.dropdown-toggle, .cta-btn-link-group .show > a.dropdown-toggle:last-of-type,
.cta-btn-link-group-left .show > a.dropdown-toggle:last-of-type {
  color: #fff;
  background-color: #a01b1b;
  border-color: #951919;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .cta-btn-link-group a:not(:disabled):not(.disabled):active:focus:last-of-type,
.cta-btn-link-group-left a:not(:disabled):not(.disabled):active:focus:last-of-type, .btn-primary:not(:disabled):not(.disabled).active:focus, .cta-btn-link-group a:not(:disabled):not(.disabled).active:focus:last-of-type,
.cta-btn-link-group-left a:not(:disabled):not(.disabled).active:focus:last-of-type, .show > .btn-primary.dropdown-toggle:focus, .cta-btn-link-group .show > a.dropdown-toggle:focus:last-of-type,
.cta-btn-link-group-left .show > a.dropdown-toggle:focus:last-of-type {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(204, 34, 34, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #012E5C;
  border-color: #012E5C;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-secondary:hover {
  color: #fff;
  background-color: #011b36;
  border-color: #00152a;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(1, 46, 92, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #012E5C;
  border-color: #012E5C;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #00152a;
  border-color: #000e1d;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(1, 46, 92, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #5FD41E;
  border-color: #5FD41E;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-success:hover {
  color: #fff;
  background-color: #50b219;
  border-color: #4ba718;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(95, 212, 30, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #5FD41E;
  border-color: #5FD41E;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #4ba718;
  border-color: #469c16;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(95, 212, 30, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #4AADF6;
  border-color: #4AADF6;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-info:hover {
  color: #fff;
  background-color: #269cf4;
  border-color: #1997f4;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(74, 173, 246, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #4AADF6;
  border-color: #4AADF6;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #1997f4;
  border-color: #0d91f3;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(74, 173, 246, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #FFD52D;
  border-color: #FFD52D;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-warning:hover {
  color: #212529;
  background-color: #ffcd07;
  border-color: #f9c700;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(255, 213, 45, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FFD52D;
  border-color: #FFD52D;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f9c700;
  border-color: #ecbd00;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(255, 213, 45, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #F63232;
  border-color: #F63232;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-danger:hover {
  color: #fff;
  background-color: #f40d0d;
  border-color: #eb0a0a;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(246, 50, 50, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #F63232;
  border-color: #F63232;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #eb0a0a;
  border-color: #de0a0a;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(246, 50, 50, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(52, 58, 64, 0.5);
}

.btn-tertiary {
  color: #fff;
  background-color: #B08B1C;
  border-color: #B08B1C;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-tertiary:hover {
  color: #fff;
  background-color: #8f7117;
  border-color: #846815;
}
.btn-tertiary:focus, .btn-tertiary.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(176, 139, 28, 0.5);
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #fff;
  background-color: #B08B1C;
  border-color: #B08B1C;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #846815;
  border-color: #796013;
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(176, 139, 28, 0.5);
}

.btn-default {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-default:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-default:focus, .btn-default.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}
.btn-default.disabled, .btn-default:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}

.btn-custom-red-dark {
  color: #fff;
  background-color: #B52D37;
  border-color: #B52D37;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-custom-red-dark:hover {
  color: #fff;
  background-color: #96252e;
  border-color: #8c232b;
}
.btn-custom-red-dark:focus, .btn-custom-red-dark.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(181, 45, 55, 0.5);
}
.btn-custom-red-dark.disabled, .btn-custom-red-dark:disabled {
  color: #fff;
  background-color: #B52D37;
  border-color: #B52D37;
}
.btn-custom-red-dark:not(:disabled):not(.disabled):active, .btn-custom-red-dark:not(:disabled):not(.disabled).active, .show > .btn-custom-red-dark.dropdown-toggle {
  color: #fff;
  background-color: #8c232b;
  border-color: #822027;
}
.btn-custom-red-dark:not(:disabled):not(.disabled):active:focus, .btn-custom-red-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-red-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(181, 45, 55, 0.5);
}

.btn-custom-red-light {
  color: #fff;
  background-color: #CC2222;
  border-color: #CC2222;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-custom-red-light:hover {
  color: #fff;
  background-color: #ab1d1d;
  border-color: #a01b1b;
}
.btn-custom-red-light:focus, .btn-custom-red-light.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(204, 34, 34, 0.5);
}
.btn-custom-red-light.disabled, .btn-custom-red-light:disabled {
  color: #fff;
  background-color: #CC2222;
  border-color: #CC2222;
}
.btn-custom-red-light:not(:disabled):not(.disabled):active, .btn-custom-red-light:not(:disabled):not(.disabled).active, .show > .btn-custom-red-light.dropdown-toggle {
  color: #fff;
  background-color: #a01b1b;
  border-color: #951919;
}
.btn-custom-red-light:not(:disabled):not(.disabled):active:focus, .btn-custom-red-light:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-red-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(204, 34, 34, 0.5);
}

.btn-custom-gold-dark {
  color: #fff;
  background-color: #B08B1C;
  border-color: #B08B1C;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-custom-gold-dark:hover {
  color: #fff;
  background-color: #8f7117;
  border-color: #846815;
}
.btn-custom-gold-dark:focus, .btn-custom-gold-dark.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(176, 139, 28, 0.5);
}
.btn-custom-gold-dark.disabled, .btn-custom-gold-dark:disabled {
  color: #fff;
  background-color: #B08B1C;
  border-color: #B08B1C;
}
.btn-custom-gold-dark:not(:disabled):not(.disabled):active, .btn-custom-gold-dark:not(:disabled):not(.disabled).active, .show > .btn-custom-gold-dark.dropdown-toggle {
  color: #fff;
  background-color: #846815;
  border-color: #796013;
}
.btn-custom-gold-dark:not(:disabled):not(.disabled):active:focus, .btn-custom-gold-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-gold-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(176, 139, 28, 0.5);
}

.btn-custom-gold-medium {
  color: #212529;
  background-color: #E0B83B;
  border-color: #E0B83B;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-custom-gold-medium:hover {
  color: #212529;
  background-color: #d3a821;
  border-color: #c89f20;
}
.btn-custom-gold-medium:focus, .btn-custom-gold-medium.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(224, 184, 59, 0.5);
}
.btn-custom-gold-medium.disabled, .btn-custom-gold-medium:disabled {
  color: #212529;
  background-color: #E0B83B;
  border-color: #E0B83B;
}
.btn-custom-gold-medium:not(:disabled):not(.disabled):active, .btn-custom-gold-medium:not(:disabled):not(.disabled).active, .show > .btn-custom-gold-medium.dropdown-toggle {
  color: #212529;
  background-color: #c89f20;
  border-color: #bd971e;
}
.btn-custom-gold-medium:not(:disabled):not(.disabled):active:focus, .btn-custom-gold-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-gold-medium.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(224, 184, 59, 0.5);
}

.btn-custom-gold-light {
  color: #212529;
  background-color: #e6c468;
  border-color: #e6c468;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-custom-gold-light:hover {
  color: #212529;
  background-color: #e1b747;
  border-color: #dfb33c;
}
.btn-custom-gold-light:focus, .btn-custom-gold-light.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(230, 196, 104, 0.5);
}
.btn-custom-gold-light.disabled, .btn-custom-gold-light:disabled {
  color: #212529;
  background-color: #e6c468;
  border-color: #e6c468;
}
.btn-custom-gold-light:not(:disabled):not(.disabled):active, .btn-custom-gold-light:not(:disabled):not(.disabled).active, .show > .btn-custom-gold-light.dropdown-toggle {
  color: #212529;
  background-color: #dfb33c;
  border-color: #ddaf31;
}
.btn-custom-gold-light:not(:disabled):not(.disabled):active:focus, .btn-custom-gold-light:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-gold-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(230, 196, 104, 0.5);
}

.btn-custom-green {
  color: #fff;
  background-color: #81A505;
  border-color: #81A505;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-custom-green:hover {
  color: #fff;
  background-color: #648004;
  border-color: #5a7404;
}
.btn-custom-green:focus, .btn-custom-green.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(129, 165, 5, 0.5);
}
.btn-custom-green.disabled, .btn-custom-green:disabled {
  color: #fff;
  background-color: #81A505;
  border-color: #81A505;
}
.btn-custom-green:not(:disabled):not(.disabled):active, .btn-custom-green:not(:disabled):not(.disabled).active, .show > .btn-custom-green.dropdown-toggle {
  color: #fff;
  background-color: #5a7404;
  border-color: #516703;
}
.btn-custom-green:not(:disabled):not(.disabled):active:focus, .btn-custom-green:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-green.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(129, 165, 5, 0.5);
}

.btn-custom-blue-dark {
  color: #fff;
  background-color: #012E5C;
  border-color: #012E5C;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-custom-blue-dark:hover {
  color: #fff;
  background-color: #011b36;
  border-color: #00152a;
}
.btn-custom-blue-dark:focus, .btn-custom-blue-dark.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(1, 46, 92, 0.5);
}
.btn-custom-blue-dark.disabled, .btn-custom-blue-dark:disabled {
  color: #fff;
  background-color: #012E5C;
  border-color: #012E5C;
}
.btn-custom-blue-dark:not(:disabled):not(.disabled):active, .btn-custom-blue-dark:not(:disabled):not(.disabled).active, .show > .btn-custom-blue-dark.dropdown-toggle {
  color: #fff;
  background-color: #00152a;
  border-color: #000e1d;
}
.btn-custom-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-custom-blue-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-blue-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(1, 46, 92, 0.5);
}

.btn-custom-blue-medium {
  color: #fff;
  background-color: #1C5C9B;
  border-color: #1C5C9B;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-custom-blue-medium:hover {
  color: #fff;
  background-color: #16497b;
  border-color: #144270;
}
.btn-custom-blue-medium:focus, .btn-custom-blue-medium.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(28, 92, 155, 0.5);
}
.btn-custom-blue-medium.disabled, .btn-custom-blue-medium:disabled {
  color: #fff;
  background-color: #1C5C9B;
  border-color: #1C5C9B;
}
.btn-custom-blue-medium:not(:disabled):not(.disabled):active, .btn-custom-blue-medium:not(:disabled):not(.disabled).active, .show > .btn-custom-blue-medium.dropdown-toggle {
  color: #fff;
  background-color: #144270;
  border-color: #123c65;
}
.btn-custom-blue-medium:not(:disabled):not(.disabled):active:focus, .btn-custom-blue-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-blue-medium.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(28, 92, 155, 0.5);
}

.btn-custom-blue-light {
  color: #212529;
  background-color: #83C0FD;
  border-color: #83C0FD;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-custom-blue-light:hover {
  color: #212529;
  background-color: #5dadfc;
  border-color: #51a7fc;
}
.btn-custom-blue-light:focus, .btn-custom-blue-light.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(131, 192, 253, 0.5);
}
.btn-custom-blue-light.disabled, .btn-custom-blue-light:disabled {
  color: #212529;
  background-color: #83C0FD;
  border-color: #83C0FD;
}
.btn-custom-blue-light:not(:disabled):not(.disabled):active, .btn-custom-blue-light:not(:disabled):not(.disabled).active, .show > .btn-custom-blue-light.dropdown-toggle {
  color: #212529;
  background-color: #51a7fc;
  border-color: #44a0fc;
}
.btn-custom-blue-light:not(:disabled):not(.disabled):active:focus, .btn-custom-blue-light:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-blue-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(131, 192, 253, 0.5);
}

.btn-custom-grey-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-custom-grey-dark:hover {
  color: #fff;
  background-color: #101214;
  border-color: #0a0c0d;
}
.btn-custom-grey-dark:focus, .btn-custom-grey-dark.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(33, 37, 41, 0.5);
}
.btn-custom-grey-dark.disabled, .btn-custom-grey-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-custom-grey-dark:not(:disabled):not(.disabled):active, .btn-custom-grey-dark:not(:disabled):not(.disabled).active, .show > .btn-custom-grey-dark.dropdown-toggle {
  color: #fff;
  background-color: #0a0c0d;
  border-color: #050506;
}
.btn-custom-grey-dark:not(:disabled):not(.disabled):active:focus, .btn-custom-grey-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-grey-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(33, 37, 41, 0.5);
}

.btn-custom-grey-medium {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-custom-grey-medium:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-custom-grey-medium:focus, .btn-custom-grey-medium.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(52, 58, 64, 0.5);
}
.btn-custom-grey-medium.disabled, .btn-custom-grey-medium:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-custom-grey-medium:not(:disabled):not(.disabled):active, .btn-custom-grey-medium:not(:disabled):not(.disabled).active, .show > .btn-custom-grey-medium.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-custom-grey-medium:not(:disabled):not(.disabled):active:focus, .btn-custom-grey-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-grey-medium.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(52, 58, 64, 0.5);
}

.btn-custom-grey-light {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-custom-grey-light:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-custom-grey-light:focus, .btn-custom-grey-light.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}
.btn-custom-grey-light.disabled, .btn-custom-grey-light:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-custom-grey-light:not(:disabled):not(.disabled):active, .btn-custom-grey-light:not(:disabled):not(.disabled).active, .show > .btn-custom-grey-light.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-custom-grey-light:not(:disabled):not(.disabled):active:focus, .btn-custom-grey-light:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-grey-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}

.btn-custom-grey-extralight {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.btn-custom-grey-extralight:hover {
  color: #212529;
  background-color: #d3d9df;
  border-color: #cbd3da;
}
.btn-custom-grey-extralight:focus, .btn-custom-grey-extralight.focus {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 0 0 0.15rem rgba(233, 236, 239, 0.5);
}
.btn-custom-grey-extralight.disabled, .btn-custom-grey-extralight:disabled {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-custom-grey-extralight:not(:disabled):not(.disabled):active, .btn-custom-grey-extralight:not(:disabled):not(.disabled).active, .show > .btn-custom-grey-extralight.dropdown-toggle {
  color: #212529;
  background-color: #cbd3da;
  border-color: #c4ccd4;
}
.btn-custom-grey-extralight:not(:disabled):not(.disabled):active:focus, .btn-custom-grey-extralight:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-grey-extralight.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(233, 236, 239, 0.5);
}

.btn-outline-primary {
  color: #CC2222;
  background-color: transparent;
  background-image: none;
  border-color: #CC2222;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #CC2222;
  border-color: #CC2222;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.15rem rgba(204, 34, 34, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #CC2222;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #CC2222;
  border-color: #CC2222;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(204, 34, 34, 0.5);
}

.btn-outline-secondary, .cta-btn-link-group a:first-of-type:not(:last-of-type),
.cta-btn-link-group-left a:first-of-type:not(:last-of-type) {
  color: #012E5C;
  background-color: transparent;
  background-image: none;
  border-color: #012E5C;
}
.btn-outline-secondary:hover, .cta-btn-link-group a:hover:first-of-type:not(:last-of-type),
.cta-btn-link-group-left a:hover:first-of-type:not(:last-of-type) {
  color: #fff;
  background-color: #012E5C;
  border-color: #012E5C;
}
.btn-outline-secondary:focus, .cta-btn-link-group a:focus:first-of-type:not(:last-of-type),
.cta-btn-link-group-left a:focus:first-of-type:not(:last-of-type), .btn-outline-secondary.focus, .cta-btn-link-group a.focus:first-of-type:not(:last-of-type),
.cta-btn-link-group-left a.focus:first-of-type:not(:last-of-type) {
  box-shadow: 0 0 0 0.15rem rgba(1, 46, 92, 0.5);
}
.btn-outline-secondary.disabled, .cta-btn-link-group a.disabled:first-of-type:not(:last-of-type),
.cta-btn-link-group-left a.disabled:first-of-type:not(:last-of-type), .btn-outline-secondary:disabled, .cta-btn-link-group a:disabled:first-of-type:not(:last-of-type),
.cta-btn-link-group-left a:disabled:first-of-type:not(:last-of-type) {
  color: #012E5C;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .cta-btn-link-group a:not(:disabled):not(.disabled):active:first-of-type:not(:last-of-type),
.cta-btn-link-group-left a:not(:disabled):not(.disabled):active:first-of-type:not(:last-of-type), .btn-outline-secondary:not(:disabled):not(.disabled).active, .cta-btn-link-group a:not(:disabled):not(.disabled).active:first-of-type:not(:last-of-type),
.cta-btn-link-group-left a:not(:disabled):not(.disabled).active:first-of-type:not(:last-of-type), .show > .btn-outline-secondary.dropdown-toggle, .cta-btn-link-group .show > a.dropdown-toggle:first-of-type:not(:last-of-type),
.cta-btn-link-group-left .show > a.dropdown-toggle:first-of-type:not(:last-of-type) {
  color: #fff;
  background-color: #012E5C;
  border-color: #012E5C;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .cta-btn-link-group a:not(:disabled):not(.disabled):active:focus:first-of-type:not(:last-of-type),
.cta-btn-link-group-left a:not(:disabled):not(.disabled):active:focus:first-of-type:not(:last-of-type), .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .cta-btn-link-group a:not(:disabled):not(.disabled).active:focus:first-of-type:not(:last-of-type),
.cta-btn-link-group-left a:not(:disabled):not(.disabled).active:focus:first-of-type:not(:last-of-type), .show > .btn-outline-secondary.dropdown-toggle:focus, .cta-btn-link-group .show > a.dropdown-toggle:focus:first-of-type:not(:last-of-type),
.cta-btn-link-group-left .show > a.dropdown-toggle:focus:first-of-type:not(:last-of-type) {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(1, 46, 92, 0.5);
}

.btn-outline-success {
  color: #5FD41E;
  background-color: transparent;
  background-image: none;
  border-color: #5FD41E;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #5FD41E;
  border-color: #5FD41E;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.15rem rgba(95, 212, 30, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #5FD41E;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #5FD41E;
  border-color: #5FD41E;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(95, 212, 30, 0.5);
}

.btn-outline-info {
  color: #4AADF6;
  background-color: transparent;
  background-image: none;
  border-color: #4AADF6;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #4AADF6;
  border-color: #4AADF6;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.15rem rgba(74, 173, 246, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #4AADF6;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #4AADF6;
  border-color: #4AADF6;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(74, 173, 246, 0.5);
}

.btn-outline-warning {
  color: #FFD52D;
  background-color: transparent;
  background-image: none;
  border-color: #FFD52D;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #FFD52D;
  border-color: #FFD52D;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.15rem rgba(255, 213, 45, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFD52D;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FFD52D;
  border-color: #FFD52D;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(255, 213, 45, 0.5);
}

.btn-outline-danger {
  color: #F63232;
  background-color: transparent;
  background-image: none;
  border-color: #F63232;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #F63232;
  border-color: #F63232;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.15rem rgba(246, 50, 50, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #F63232;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #F63232;
  border-color: #F63232;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(246, 50, 50, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(52, 58, 64, 0.5);
}

.btn-outline-tertiary {
  color: #B08B1C;
  background-color: transparent;
  background-image: none;
  border-color: #B08B1C;
}
.btn-outline-tertiary:hover {
  color: #fff;
  background-color: #B08B1C;
  border-color: #B08B1C;
}
.btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
  box-shadow: 0 0 0 0.15rem rgba(176, 139, 28, 0.5);
}
.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
  color: #B08B1C;
  background-color: transparent;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #B08B1C;
  border-color: #B08B1C;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(176, 139, 28, 0.5);
}

.btn-outline-default, .filter {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-default:hover, .filter:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-default:focus, .filter:focus, .btn-outline-default.focus, .focus.filter {
  box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}
.btn-outline-default.disabled, .disabled.filter, .btn-outline-default:disabled, .filter:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-default:not(:disabled):not(.disabled):active, .filter:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active, .filter:not(:disabled):not(.disabled).active, .show > .btn-outline-default.dropdown-toggle, .show > .dropdown-toggle.filter {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-default:not(:disabled):not(.disabled):active:focus, .filter:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus, .filter:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-default.dropdown-toggle:focus, .show > .dropdown-toggle.filter:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}

.btn-outline-custom-red-dark {
  color: #B52D37;
  background-color: transparent;
  background-image: none;
  border-color: #B52D37;
}
.btn-outline-custom-red-dark:hover {
  color: #fff;
  background-color: #B52D37;
  border-color: #B52D37;
}
.btn-outline-custom-red-dark:focus, .btn-outline-custom-red-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(181, 45, 55, 0.5);
}
.btn-outline-custom-red-dark.disabled, .btn-outline-custom-red-dark:disabled {
  color: #B52D37;
  background-color: transparent;
}
.btn-outline-custom-red-dark:not(:disabled):not(.disabled):active, .btn-outline-custom-red-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-red-dark.dropdown-toggle {
  color: #fff;
  background-color: #B52D37;
  border-color: #B52D37;
}
.btn-outline-custom-red-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-red-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-red-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(181, 45, 55, 0.5);
}

.btn-outline-custom-red-light {
  color: #CC2222;
  background-color: transparent;
  background-image: none;
  border-color: #CC2222;
}
.btn-outline-custom-red-light:hover {
  color: #fff;
  background-color: #CC2222;
  border-color: #CC2222;
}
.btn-outline-custom-red-light:focus, .btn-outline-custom-red-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(204, 34, 34, 0.5);
}
.btn-outline-custom-red-light.disabled, .btn-outline-custom-red-light:disabled {
  color: #CC2222;
  background-color: transparent;
}
.btn-outline-custom-red-light:not(:disabled):not(.disabled):active, .btn-outline-custom-red-light:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-red-light.dropdown-toggle {
  color: #fff;
  background-color: #CC2222;
  border-color: #CC2222;
}
.btn-outline-custom-red-light:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-red-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-red-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(204, 34, 34, 0.5);
}

.btn-outline-custom-gold-dark {
  color: #B08B1C;
  background-color: transparent;
  background-image: none;
  border-color: #B08B1C;
}
.btn-outline-custom-gold-dark:hover {
  color: #fff;
  background-color: #B08B1C;
  border-color: #B08B1C;
}
.btn-outline-custom-gold-dark:focus, .btn-outline-custom-gold-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(176, 139, 28, 0.5);
}
.btn-outline-custom-gold-dark.disabled, .btn-outline-custom-gold-dark:disabled {
  color: #B08B1C;
  background-color: transparent;
}
.btn-outline-custom-gold-dark:not(:disabled):not(.disabled):active, .btn-outline-custom-gold-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-gold-dark.dropdown-toggle {
  color: #fff;
  background-color: #B08B1C;
  border-color: #B08B1C;
}
.btn-outline-custom-gold-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-gold-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-gold-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(176, 139, 28, 0.5);
}

.btn-outline-custom-gold-medium {
  color: #E0B83B;
  background-color: transparent;
  background-image: none;
  border-color: #E0B83B;
}
.btn-outline-custom-gold-medium:hover {
  color: #212529;
  background-color: #E0B83B;
  border-color: #E0B83B;
}
.btn-outline-custom-gold-medium:focus, .btn-outline-custom-gold-medium.focus {
  box-shadow: 0 0 0 0.15rem rgba(224, 184, 59, 0.5);
}
.btn-outline-custom-gold-medium.disabled, .btn-outline-custom-gold-medium:disabled {
  color: #E0B83B;
  background-color: transparent;
}
.btn-outline-custom-gold-medium:not(:disabled):not(.disabled):active, .btn-outline-custom-gold-medium:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-gold-medium.dropdown-toggle {
  color: #212529;
  background-color: #E0B83B;
  border-color: #E0B83B;
}
.btn-outline-custom-gold-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-gold-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-gold-medium.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(224, 184, 59, 0.5);
}

.btn-outline-custom-gold-light {
  color: #e6c468;
  background-color: transparent;
  background-image: none;
  border-color: #e6c468;
}
.btn-outline-custom-gold-light:hover {
  color: #212529;
  background-color: #e6c468;
  border-color: #e6c468;
}
.btn-outline-custom-gold-light:focus, .btn-outline-custom-gold-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(230, 196, 104, 0.5);
}
.btn-outline-custom-gold-light.disabled, .btn-outline-custom-gold-light:disabled {
  color: #e6c468;
  background-color: transparent;
}
.btn-outline-custom-gold-light:not(:disabled):not(.disabled):active, .btn-outline-custom-gold-light:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-gold-light.dropdown-toggle {
  color: #212529;
  background-color: #e6c468;
  border-color: #e6c468;
}
.btn-outline-custom-gold-light:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-gold-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-gold-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(230, 196, 104, 0.5);
}

.btn-outline-custom-green {
  color: #81A505;
  background-color: transparent;
  background-image: none;
  border-color: #81A505;
}
.btn-outline-custom-green:hover {
  color: #fff;
  background-color: #81A505;
  border-color: #81A505;
}
.btn-outline-custom-green:focus, .btn-outline-custom-green.focus {
  box-shadow: 0 0 0 0.15rem rgba(129, 165, 5, 0.5);
}
.btn-outline-custom-green.disabled, .btn-outline-custom-green:disabled {
  color: #81A505;
  background-color: transparent;
}
.btn-outline-custom-green:not(:disabled):not(.disabled):active, .btn-outline-custom-green:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-green.dropdown-toggle {
  color: #fff;
  background-color: #81A505;
  border-color: #81A505;
}
.btn-outline-custom-green:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-green.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(129, 165, 5, 0.5);
}

.btn-outline-custom-blue-dark {
  color: #012E5C;
  background-color: transparent;
  background-image: none;
  border-color: #012E5C;
}
.btn-outline-custom-blue-dark:hover {
  color: #fff;
  background-color: #012E5C;
  border-color: #012E5C;
}
.btn-outline-custom-blue-dark:focus, .btn-outline-custom-blue-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(1, 46, 92, 0.5);
}
.btn-outline-custom-blue-dark.disabled, .btn-outline-custom-blue-dark:disabled {
  color: #012E5C;
  background-color: transparent;
}
.btn-outline-custom-blue-dark:not(:disabled):not(.disabled):active, .btn-outline-custom-blue-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-blue-dark.dropdown-toggle {
  color: #fff;
  background-color: #012E5C;
  border-color: #012E5C;
}
.btn-outline-custom-blue-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-blue-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-blue-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(1, 46, 92, 0.5);
}

.btn-outline-custom-blue-medium {
  color: #1C5C9B;
  background-color: transparent;
  background-image: none;
  border-color: #1C5C9B;
}
.btn-outline-custom-blue-medium:hover {
  color: #fff;
  background-color: #1C5C9B;
  border-color: #1C5C9B;
}
.btn-outline-custom-blue-medium:focus, .btn-outline-custom-blue-medium.focus {
  box-shadow: 0 0 0 0.15rem rgba(28, 92, 155, 0.5);
}
.btn-outline-custom-blue-medium.disabled, .btn-outline-custom-blue-medium:disabled {
  color: #1C5C9B;
  background-color: transparent;
}
.btn-outline-custom-blue-medium:not(:disabled):not(.disabled):active, .btn-outline-custom-blue-medium:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-blue-medium.dropdown-toggle {
  color: #fff;
  background-color: #1C5C9B;
  border-color: #1C5C9B;
}
.btn-outline-custom-blue-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-blue-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-blue-medium.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(28, 92, 155, 0.5);
}

.btn-outline-custom-blue-light {
  color: #83C0FD;
  background-color: transparent;
  background-image: none;
  border-color: #83C0FD;
}
.btn-outline-custom-blue-light:hover {
  color: #212529;
  background-color: #83C0FD;
  border-color: #83C0FD;
}
.btn-outline-custom-blue-light:focus, .btn-outline-custom-blue-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(131, 192, 253, 0.5);
}
.btn-outline-custom-blue-light.disabled, .btn-outline-custom-blue-light:disabled {
  color: #83C0FD;
  background-color: transparent;
}
.btn-outline-custom-blue-light:not(:disabled):not(.disabled):active, .btn-outline-custom-blue-light:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-blue-light.dropdown-toggle {
  color: #212529;
  background-color: #83C0FD;
  border-color: #83C0FD;
}
.btn-outline-custom-blue-light:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-blue-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-blue-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(131, 192, 253, 0.5);
}

.btn-outline-custom-grey-dark {
  color: #212529;
  background-color: transparent;
  background-image: none;
  border-color: #212529;
}
.btn-outline-custom-grey-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-custom-grey-dark:focus, .btn-outline-custom-grey-dark.focus {
  box-shadow: 0 0 0 0.15rem rgba(33, 37, 41, 0.5);
}
.btn-outline-custom-grey-dark.disabled, .btn-outline-custom-grey-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-outline-custom-grey-dark:not(:disabled):not(.disabled):active, .btn-outline-custom-grey-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-grey-dark.dropdown-toggle {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-custom-grey-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-grey-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-grey-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(33, 37, 41, 0.5);
}

.btn-outline-custom-grey-medium {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-custom-grey-medium:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-custom-grey-medium:focus, .btn-outline-custom-grey-medium.focus {
  box-shadow: 0 0 0 0.15rem rgba(52, 58, 64, 0.5);
}
.btn-outline-custom-grey-medium.disabled, .btn-outline-custom-grey-medium:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-custom-grey-medium:not(:disabled):not(.disabled):active, .btn-outline-custom-grey-medium:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-grey-medium.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-custom-grey-medium:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-grey-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-grey-medium.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(52, 58, 64, 0.5);
}

.btn-outline-custom-grey-light {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-custom-grey-light:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-custom-grey-light:focus, .btn-outline-custom-grey-light.focus {
  box-shadow: 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}
.btn-outline-custom-grey-light.disabled, .btn-outline-custom-grey-light:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-custom-grey-light:not(:disabled):not(.disabled):active, .btn-outline-custom-grey-light:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-grey-light.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-custom-grey-light:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-grey-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-grey-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(108, 117, 125, 0.5);
}

.btn-outline-custom-grey-extralight {
  color: #e9ecef;
  background-color: transparent;
  background-image: none;
  border-color: #e9ecef;
}
.btn-outline-custom-grey-extralight:hover {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-custom-grey-extralight:focus, .btn-outline-custom-grey-extralight.focus {
  box-shadow: 0 0 0 0.15rem rgba(233, 236, 239, 0.5);
}
.btn-outline-custom-grey-extralight.disabled, .btn-outline-custom-grey-extralight:disabled {
  color: #e9ecef;
  background-color: transparent;
}
.btn-outline-custom-grey-extralight:not(:disabled):not(.disabled):active, .btn-outline-custom-grey-extralight:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-grey-extralight.dropdown-toggle {
  color: #212529;
  background-color: #e9ecef;
  border-color: #e9ecef;
}
.btn-outline-custom-grey-extralight:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-grey-extralight:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-grey-extralight.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.15rem rgba(233, 236, 239, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #1C5C9B;
  background-color: transparent;
}
.btn-link:hover {
  color: #012E5C;
  text-decoration: underline #012E5C solid;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline #012E5C solid;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .cta-btn-link-group a:last-of-type,
.cta-btn-link-group-left a:last-of-type, .btn-group-lg > .btn, .btn-group-lg > .filter, .cta-btn-link-group .btn-group-lg > a:first-of-type,
.cta-btn-link-group-left .btn-group-lg > a:first-of-type {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .filter, .cta-btn-link-group .btn-group-sm > a:first-of-type, .cta-btn-link-group .btn-group-sm > a:last-of-type,
.cta-btn-link-group-left .btn-group-sm > a:first-of-type,
.cta-btn-link-group-left .btn-group-sm > a:last-of-type {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

/* --------------------------------------------------------
   Components
   -------------------------------------------------------- */
.fade {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.25, 0.46, 0.15, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .filter, .cta-btn-link-group .btn-group > a:first-of-type, .cta-btn-link-group .btn-group > a:last-of-type,
.cta-btn-link-group-left .btn-group > a:first-of-type,
.cta-btn-link-group-left .btn-group > a:last-of-type,
.btn-group-vertical > .btn,
.btn-group-vertical > .filter,
.cta-btn-link-group .btn-group-vertical > a:first-of-type,
.cta-btn-link-group .btn-group-vertical > a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical > a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical > a:last-of-type {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover, .btn-group > .filter:hover, .cta-btn-link-group .btn-group > a:hover:first-of-type, .cta-btn-link-group .btn-group > a:hover:last-of-type,
.cta-btn-link-group-left .btn-group > a:hover:first-of-type,
.cta-btn-link-group-left .btn-group > a:hover:last-of-type,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .filter:hover,
.cta-btn-link-group .btn-group-vertical > a:hover:first-of-type,
.cta-btn-link-group .btn-group-vertical > a:hover:last-of-type,
.cta-btn-link-group-left .btn-group-vertical > a:hover:first-of-type,
.cta-btn-link-group-left .btn-group-vertical > a:hover:last-of-type {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .filter:focus, .cta-btn-link-group .btn-group > a:focus:first-of-type, .cta-btn-link-group .btn-group > a:focus:last-of-type,
.cta-btn-link-group-left .btn-group > a:focus:first-of-type,
.cta-btn-link-group-left .btn-group > a:focus:last-of-type, .btn-group > .btn:active, .btn-group > .filter:active, .cta-btn-link-group .btn-group > a:active:first-of-type, .cta-btn-link-group .btn-group > a:active:last-of-type,
.cta-btn-link-group-left .btn-group > a:active:first-of-type,
.cta-btn-link-group-left .btn-group > a:active:last-of-type, .btn-group > .btn.active, .btn-group > .active.filter, .cta-btn-link-group .btn-group > a.active:first-of-type, .cta-btn-link-group .btn-group > a.active:last-of-type,
.cta-btn-link-group-left .btn-group > a.active:first-of-type,
.cta-btn-link-group-left .btn-group > a.active:last-of-type,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .filter:focus,
.cta-btn-link-group .btn-group-vertical > a:focus:first-of-type,
.cta-btn-link-group .btn-group-vertical > a:focus:last-of-type,
.cta-btn-link-group-left .btn-group-vertical > a:focus:first-of-type,
.cta-btn-link-group-left .btn-group-vertical > a:focus:last-of-type,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .filter:active,
.cta-btn-link-group .btn-group-vertical > a:active:first-of-type,
.cta-btn-link-group .btn-group-vertical > a:active:last-of-type,
.cta-btn-link-group-left .btn-group-vertical > a:active:first-of-type,
.cta-btn-link-group-left .btn-group-vertical > a:active:last-of-type,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.filter,
.cta-btn-link-group .btn-group-vertical > a.active:first-of-type,
.cta-btn-link-group .btn-group-vertical > a.active:last-of-type,
.cta-btn-link-group-left .btn-group-vertical > a.active:first-of-type,
.cta-btn-link-group-left .btn-group-vertical > a.active:last-of-type {
  z-index: 1;
}
.btn-group .btn + .btn, .btn-group .filter + .btn, .btn-group .btn + .filter, .btn-group .filter + .filter, .btn-group .cta-btn-link-group a:first-of-type + .btn, .btn-group .cta-btn-link-group a:first-of-type + .filter, .cta-btn-link-group .btn-group a:first-of-type + .btn, .cta-btn-link-group .btn-group a:first-of-type + .filter, .btn-group .cta-btn-link-group a:last-of-type + .btn, .btn-group .cta-btn-link-group a:last-of-type + .filter, .cta-btn-link-group .btn-group a:last-of-type + .btn, .cta-btn-link-group .btn-group a:last-of-type + .filter,
.btn-group .cta-btn-link-group-left a:first-of-type + .btn,
.btn-group .cta-btn-link-group-left a:first-of-type + .filter,
.cta-btn-link-group-left .btn-group a:first-of-type + .btn,
.cta-btn-link-group-left .btn-group a:first-of-type + .filter,
.btn-group .cta-btn-link-group-left a:last-of-type + .btn,
.btn-group .cta-btn-link-group-left a:last-of-type + .filter,
.cta-btn-link-group-left .btn-group a:last-of-type + .btn,
.cta-btn-link-group-left .btn-group a:last-of-type + .filter, .btn-group .cta-btn-link-group .btn + a:first-of-type, .btn-group .cta-btn-link-group .filter + a:first-of-type, .cta-btn-link-group .btn-group .btn + a:first-of-type, .cta-btn-link-group .btn-group .filter + a:first-of-type, .btn-group .cta-btn-link-group a:first-of-type + a:first-of-type, .cta-btn-link-group .btn-group a:first-of-type + a:first-of-type, .btn-group .cta-btn-link-group a:last-of-type + a:first-of-type, .cta-btn-link-group .btn-group a:last-of-type + a:first-of-type,
.btn-group .cta-btn-link-group-left .cta-btn-link-group a:first-of-type + a:first-of-type,
.cta-btn-link-group .btn-group .cta-btn-link-group-left a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .btn-group .cta-btn-link-group a:first-of-type + a:first-of-type,
.cta-btn-link-group .cta-btn-link-group-left .btn-group a:first-of-type + a:first-of-type,
.btn-group .cta-btn-link-group-left .cta-btn-link-group a:last-of-type + a:first-of-type,
.cta-btn-link-group .btn-group .cta-btn-link-group-left a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .btn-group .cta-btn-link-group a:last-of-type + a:first-of-type,
.cta-btn-link-group .cta-btn-link-group-left .btn-group a:last-of-type + a:first-of-type, .btn-group .cta-btn-link-group .btn + a:last-of-type, .btn-group .cta-btn-link-group .filter + a:last-of-type, .cta-btn-link-group .btn-group .btn + a:last-of-type, .cta-btn-link-group .btn-group .filter + a:last-of-type, .btn-group .cta-btn-link-group a:first-of-type + a:last-of-type, .cta-btn-link-group .btn-group a:first-of-type + a:last-of-type, .btn-group .cta-btn-link-group a:last-of-type + a:last-of-type, .cta-btn-link-group .btn-group a:last-of-type + a:last-of-type,
.btn-group .cta-btn-link-group-left .cta-btn-link-group a:first-of-type + a:last-of-type,
.cta-btn-link-group .btn-group .cta-btn-link-group-left a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .btn-group .cta-btn-link-group a:first-of-type + a:last-of-type,
.cta-btn-link-group .cta-btn-link-group-left .btn-group a:first-of-type + a:last-of-type,
.btn-group .cta-btn-link-group-left .cta-btn-link-group a:last-of-type + a:last-of-type,
.cta-btn-link-group .btn-group .cta-btn-link-group-left a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .btn-group .cta-btn-link-group a:last-of-type + a:last-of-type,
.cta-btn-link-group .cta-btn-link-group-left .btn-group a:last-of-type + a:last-of-type,
.btn-group .cta-btn-link-group-left .btn + a:first-of-type,
.btn-group .cta-btn-link-group-left .filter + a:first-of-type,
.cta-btn-link-group-left .btn-group .btn + a:first-of-type,
.cta-btn-link-group-left .btn-group .filter + a:first-of-type,
.btn-group .cta-btn-link-group .cta-btn-link-group-left a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .btn-group .cta-btn-link-group a:first-of-type + a:first-of-type,
.cta-btn-link-group .btn-group .cta-btn-link-group-left a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .cta-btn-link-group .btn-group a:first-of-type + a:first-of-type,
.btn-group .cta-btn-link-group .cta-btn-link-group-left a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .btn-group .cta-btn-link-group a:last-of-type + a:first-of-type,
.cta-btn-link-group .btn-group .cta-btn-link-group-left a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .cta-btn-link-group .btn-group a:last-of-type + a:first-of-type,
.btn-group .cta-btn-link-group-left a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .btn-group a:first-of-type + a:first-of-type,
.btn-group .cta-btn-link-group-left a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .btn-group a:last-of-type + a:first-of-type,
.btn-group .cta-btn-link-group-left .btn + a:last-of-type,
.btn-group .cta-btn-link-group-left .filter + a:last-of-type,
.cta-btn-link-group-left .btn-group .btn + a:last-of-type,
.cta-btn-link-group-left .btn-group .filter + a:last-of-type,
.btn-group .cta-btn-link-group .cta-btn-link-group-left a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .btn-group .cta-btn-link-group a:first-of-type + a:last-of-type,
.cta-btn-link-group .btn-group .cta-btn-link-group-left a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .cta-btn-link-group .btn-group a:first-of-type + a:last-of-type,
.btn-group .cta-btn-link-group .cta-btn-link-group-left a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .btn-group .cta-btn-link-group a:last-of-type + a:last-of-type,
.cta-btn-link-group .btn-group .cta-btn-link-group-left a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .cta-btn-link-group .btn-group a:last-of-type + a:last-of-type,
.btn-group .cta-btn-link-group-left a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .btn-group a:first-of-type + a:last-of-type,
.btn-group .cta-btn-link-group-left a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .btn-group a:last-of-type + a:last-of-type,
.btn-group .btn + .btn-group,
.btn-group .filter + .btn-group,
.btn-group .cta-btn-link-group a:first-of-type + .btn-group,
.cta-btn-link-group .btn-group a:first-of-type + .btn-group,
.btn-group .cta-btn-link-group a:last-of-type + .btn-group,
.cta-btn-link-group .btn-group a:last-of-type + .btn-group,
.btn-group .cta-btn-link-group-left a:first-of-type + .btn-group,
.cta-btn-link-group-left .btn-group a:first-of-type + .btn-group,
.btn-group .cta-btn-link-group-left a:last-of-type + .btn-group,
.cta-btn-link-group-left .btn-group a:last-of-type + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .filter,
.btn-group .cta-btn-link-group .btn-group + a:first-of-type,
.cta-btn-link-group .btn-group .btn-group + a:first-of-type,
.btn-group .cta-btn-link-group .btn-group + a:last-of-type,
.cta-btn-link-group .btn-group .btn-group + a:last-of-type,
.btn-group .cta-btn-link-group-left .btn-group + a:first-of-type,
.cta-btn-link-group-left .btn-group .btn-group + a:first-of-type,
.btn-group .cta-btn-link-group-left .btn-group + a:last-of-type,
.cta-btn-link-group-left .btn-group .btn-group + a:last-of-type,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .filter + .btn,
.btn-group-vertical .btn + .filter,
.btn-group-vertical .filter + .filter,
.btn-group-vertical .cta-btn-link-group a:first-of-type + .btn,
.btn-group-vertical .cta-btn-link-group a:first-of-type + .filter,
.cta-btn-link-group .btn-group-vertical a:first-of-type + .btn,
.cta-btn-link-group .btn-group-vertical a:first-of-type + .filter,
.btn-group-vertical .cta-btn-link-group a:last-of-type + .btn,
.btn-group-vertical .cta-btn-link-group a:last-of-type + .filter,
.cta-btn-link-group .btn-group-vertical a:last-of-type + .btn,
.cta-btn-link-group .btn-group-vertical a:last-of-type + .filter,
.btn-group-vertical .cta-btn-link-group-left a:first-of-type + .btn,
.btn-group-vertical .cta-btn-link-group-left a:first-of-type + .filter,
.cta-btn-link-group-left .btn-group-vertical a:first-of-type + .btn,
.cta-btn-link-group-left .btn-group-vertical a:first-of-type + .filter,
.btn-group-vertical .cta-btn-link-group-left a:last-of-type + .btn,
.btn-group-vertical .cta-btn-link-group-left a:last-of-type + .filter,
.cta-btn-link-group-left .btn-group-vertical a:last-of-type + .btn,
.cta-btn-link-group-left .btn-group-vertical a:last-of-type + .filter,
.btn-group-vertical .cta-btn-link-group .btn + a:first-of-type,
.btn-group-vertical .cta-btn-link-group .filter + a:first-of-type,
.cta-btn-link-group .btn-group-vertical .btn + a:first-of-type,
.cta-btn-link-group .btn-group-vertical .filter + a:first-of-type,
.btn-group-vertical .cta-btn-link-group a:first-of-type + a:first-of-type,
.cta-btn-link-group .btn-group-vertical a:first-of-type + a:first-of-type,
.btn-group-vertical .cta-btn-link-group a:last-of-type + a:first-of-type,
.cta-btn-link-group .btn-group-vertical a:last-of-type + a:first-of-type,
.btn-group-vertical .cta-btn-link-group-left .cta-btn-link-group a:first-of-type + a:first-of-type,
.cta-btn-link-group .btn-group-vertical .cta-btn-link-group-left a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical .cta-btn-link-group a:first-of-type + a:first-of-type,
.cta-btn-link-group .cta-btn-link-group-left .btn-group-vertical a:first-of-type + a:first-of-type,
.btn-group-vertical .cta-btn-link-group-left .cta-btn-link-group a:last-of-type + a:first-of-type,
.cta-btn-link-group .btn-group-vertical .cta-btn-link-group-left a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical .cta-btn-link-group a:last-of-type + a:first-of-type,
.cta-btn-link-group .cta-btn-link-group-left .btn-group-vertical a:last-of-type + a:first-of-type,
.btn-group-vertical .cta-btn-link-group .btn + a:last-of-type,
.btn-group-vertical .cta-btn-link-group .filter + a:last-of-type,
.cta-btn-link-group .btn-group-vertical .btn + a:last-of-type,
.cta-btn-link-group .btn-group-vertical .filter + a:last-of-type,
.btn-group-vertical .cta-btn-link-group a:first-of-type + a:last-of-type,
.cta-btn-link-group .btn-group-vertical a:first-of-type + a:last-of-type,
.btn-group-vertical .cta-btn-link-group a:last-of-type + a:last-of-type,
.cta-btn-link-group .btn-group-vertical a:last-of-type + a:last-of-type,
.btn-group-vertical .cta-btn-link-group-left .cta-btn-link-group a:first-of-type + a:last-of-type,
.cta-btn-link-group .btn-group-vertical .cta-btn-link-group-left a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical .cta-btn-link-group a:first-of-type + a:last-of-type,
.cta-btn-link-group .cta-btn-link-group-left .btn-group-vertical a:first-of-type + a:last-of-type,
.btn-group-vertical .cta-btn-link-group-left .cta-btn-link-group a:last-of-type + a:last-of-type,
.cta-btn-link-group .btn-group-vertical .cta-btn-link-group-left a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical .cta-btn-link-group a:last-of-type + a:last-of-type,
.cta-btn-link-group .cta-btn-link-group-left .btn-group-vertical a:last-of-type + a:last-of-type,
.btn-group-vertical .cta-btn-link-group-left .btn + a:first-of-type,
.btn-group-vertical .cta-btn-link-group-left .filter + a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical .btn + a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical .filter + a:first-of-type,
.btn-group-vertical .cta-btn-link-group .cta-btn-link-group-left a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical .cta-btn-link-group a:first-of-type + a:first-of-type,
.cta-btn-link-group .btn-group-vertical .cta-btn-link-group-left a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .cta-btn-link-group .btn-group-vertical a:first-of-type + a:first-of-type,
.btn-group-vertical .cta-btn-link-group .cta-btn-link-group-left a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical .cta-btn-link-group a:last-of-type + a:first-of-type,
.cta-btn-link-group .btn-group-vertical .cta-btn-link-group-left a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .cta-btn-link-group .btn-group-vertical a:last-of-type + a:first-of-type,
.btn-group-vertical .cta-btn-link-group-left a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical a:first-of-type + a:first-of-type,
.btn-group-vertical .cta-btn-link-group-left a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical a:last-of-type + a:first-of-type,
.btn-group-vertical .cta-btn-link-group-left .btn + a:last-of-type,
.btn-group-vertical .cta-btn-link-group-left .filter + a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical .btn + a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical .filter + a:last-of-type,
.btn-group-vertical .cta-btn-link-group .cta-btn-link-group-left a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical .cta-btn-link-group a:first-of-type + a:last-of-type,
.cta-btn-link-group .btn-group-vertical .cta-btn-link-group-left a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .cta-btn-link-group .btn-group-vertical a:first-of-type + a:last-of-type,
.btn-group-vertical .cta-btn-link-group .cta-btn-link-group-left a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical .cta-btn-link-group a:last-of-type + a:last-of-type,
.cta-btn-link-group .btn-group-vertical .cta-btn-link-group-left a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .cta-btn-link-group .btn-group-vertical a:last-of-type + a:last-of-type,
.btn-group-vertical .cta-btn-link-group-left a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical a:first-of-type + a:last-of-type,
.btn-group-vertical .cta-btn-link-group-left a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical a:last-of-type + a:last-of-type,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .filter + .btn-group,
.btn-group-vertical .cta-btn-link-group a:first-of-type + .btn-group,
.cta-btn-link-group .btn-group-vertical a:first-of-type + .btn-group,
.btn-group-vertical .cta-btn-link-group a:last-of-type + .btn-group,
.cta-btn-link-group .btn-group-vertical a:last-of-type + .btn-group,
.btn-group-vertical .cta-btn-link-group-left a:first-of-type + .btn-group,
.cta-btn-link-group-left .btn-group-vertical a:first-of-type + .btn-group,
.btn-group-vertical .cta-btn-link-group-left a:last-of-type + .btn-group,
.cta-btn-link-group-left .btn-group-vertical a:last-of-type + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .filter,
.btn-group-vertical .cta-btn-link-group .btn-group + a:first-of-type,
.cta-btn-link-group .btn-group-vertical .btn-group + a:first-of-type,
.btn-group-vertical .cta-btn-link-group .btn-group + a:last-of-type,
.cta-btn-link-group .btn-group-vertical .btn-group + a:last-of-type,
.btn-group-vertical .cta-btn-link-group-left .btn-group + a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical .btn-group + a:first-of-type,
.btn-group-vertical .cta-btn-link-group-left .btn-group + a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical .btn-group + a:last-of-type,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child, .btn-group > .filter:first-child, .cta-btn-link-group .btn-group > a:first-child:first-of-type, .cta-btn-link-group .btn-group > a:first-child:last-of-type,
.cta-btn-link-group-left .btn-group > a:first-child:first-of-type,
.cta-btn-link-group-left .btn-group > a:first-child:last-of-type {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .filter:not(:last-child):not(.dropdown-toggle), .cta-btn-link-group .btn-group > a:not(:last-child):not(.dropdown-toggle):first-of-type, .cta-btn-link-group .btn-group > a:not(:last-child):not(.dropdown-toggle):last-of-type,
.cta-btn-link-group-left .btn-group > a:not(:last-child):not(.dropdown-toggle):first-of-type,
.cta-btn-link-group-left .btn-group > a:not(:last-child):not(.dropdown-toggle):last-of-type,
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .filter,
.cta-btn-link-group .btn-group > .btn-group:not(:last-child) > a:first-of-type,
.cta-btn-link-group .btn-group > .btn-group:not(:last-child) > a:last-of-type,
.cta-btn-link-group-left .btn-group > .btn-group:not(:last-child) > a:first-of-type,
.cta-btn-link-group-left .btn-group > .btn-group:not(:last-child) > a:last-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .filter:not(:first-child), .cta-btn-link-group .btn-group > a:not(:first-child):first-of-type, .cta-btn-link-group .btn-group > a:not(:first-child):last-of-type,
.cta-btn-link-group-left .btn-group > a:not(:first-child):first-of-type,
.cta-btn-link-group-left .btn-group > a:not(:first-child):last-of-type,
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .filter,
.cta-btn-link-group .btn-group > .btn-group:not(:first-child) > a:first-of-type,
.cta-btn-link-group .btn-group > .btn-group:not(:first-child) > a:last-of-type,
.cta-btn-link-group-left .btn-group > .btn-group:not(:first-child) > a:first-of-type,
.cta-btn-link-group-left .btn-group > .btn-group:not(:first-child) > a:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .filter + .dropdown-toggle-split, .cta-btn-link-group .btn-group-sm > a:first-of-type + .dropdown-toggle-split, .cta-btn-link-group .btn-group-sm > a:last-of-type + .dropdown-toggle-split,
.cta-btn-link-group-left .btn-group-sm > a:first-of-type + .dropdown-toggle-split,
.cta-btn-link-group-left .btn-group-sm > a:last-of-type + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .cta-btn-link-group a:last-of-type + .dropdown-toggle-split,
.cta-btn-link-group-left a:last-of-type + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .filter + .dropdown-toggle-split, .cta-btn-link-group .btn-group-lg > a:first-of-type + .dropdown-toggle-split,
.cta-btn-link-group-left .btn-group-lg > a:first-of-type + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn, .btn-group-vertical .filter, .btn-group-vertical .cta-btn-link-group a:first-of-type, .cta-btn-link-group .btn-group-vertical a:first-of-type, .btn-group-vertical .cta-btn-link-group a:last-of-type, .cta-btn-link-group .btn-group-vertical a:last-of-type,
.btn-group-vertical .cta-btn-link-group-left a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical a:first-of-type,
.btn-group-vertical .cta-btn-link-group-left a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical a:last-of-type,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .filter + .btn, .btn-group-vertical > .btn + .filter, .btn-group-vertical > .filter + .filter, .cta-btn-link-group .btn-group-vertical > a:first-of-type + .btn, .cta-btn-link-group .btn-group-vertical > a:first-of-type + .filter, .cta-btn-link-group .btn-group-vertical > a:last-of-type + .btn, .cta-btn-link-group .btn-group-vertical > a:last-of-type + .filter,
.cta-btn-link-group-left .btn-group-vertical > a:first-of-type + .btn,
.cta-btn-link-group-left .btn-group-vertical > a:first-of-type + .filter,
.cta-btn-link-group-left .btn-group-vertical > a:last-of-type + .btn,
.cta-btn-link-group-left .btn-group-vertical > a:last-of-type + .filter, .cta-btn-link-group .btn-group-vertical > .btn + a:first-of-type, .cta-btn-link-group .btn-group-vertical > .filter + a:first-of-type, .cta-btn-link-group .btn-group-vertical > a:first-of-type + a:first-of-type, .cta-btn-link-group .btn-group-vertical > a:last-of-type + a:first-of-type, .cta-btn-link-group .btn-group-vertical > .btn + a:last-of-type, .cta-btn-link-group .btn-group-vertical > .filter + a:last-of-type, .cta-btn-link-group .btn-group-vertical > a:first-of-type + a:last-of-type, .cta-btn-link-group .btn-group-vertical > a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical > .btn + a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical > .filter + a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical > a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical > a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical > .btn + a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical > .filter + a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical > a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical > a:last-of-type + a:last-of-type,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .filter + .btn-group,
.cta-btn-link-group .btn-group-vertical > a:first-of-type + .btn-group,
.cta-btn-link-group .btn-group-vertical > a:last-of-type + .btn-group,
.cta-btn-link-group-left .btn-group-vertical > a:first-of-type + .btn-group,
.cta-btn-link-group-left .btn-group-vertical > a:last-of-type + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .filter,
.cta-btn-link-group .btn-group-vertical > .btn-group + a:first-of-type,
.cta-btn-link-group .btn-group-vertical > .btn-group + a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical > .btn-group + a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical > .btn-group + a:last-of-type,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .filter:not(:last-child):not(.dropdown-toggle), .cta-btn-link-group .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle):first-of-type, .cta-btn-link-group .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle):last-of-type,
.cta-btn-link-group-left .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle):first-of-type,
.cta-btn-link-group-left .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle):last-of-type,
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .filter,
.cta-btn-link-group .btn-group-vertical > .btn-group:not(:last-child) > a:first-of-type,
.cta-btn-link-group .btn-group-vertical > .btn-group:not(:last-child) > a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical > .btn-group:not(:last-child) > a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical > .btn-group:not(:last-child) > a:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .filter:not(:first-child), .cta-btn-link-group .btn-group-vertical > a:not(:first-child):first-of-type, .cta-btn-link-group .btn-group-vertical > a:not(:first-child):last-of-type,
.cta-btn-link-group-left .btn-group-vertical > a:not(:first-child):first-of-type,
.cta-btn-link-group-left .btn-group-vertical > a:not(:first-child):last-of-type,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .filter,
.cta-btn-link-group .btn-group-vertical > .btn-group:not(:first-child) > a:first-of-type,
.cta-btn-link-group .btn-group-vertical > .btn-group:not(:first-child) > a:last-of-type,
.cta-btn-link-group-left .btn-group-vertical > .btn-group:not(:first-child) > a:first-of-type,
.cta-btn-link-group-left .btn-group-vertical > .btn-group:not(:first-child) > a:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > .filter, .cta-btn-link-group .btn-group-toggle > a:first-of-type, .cta-btn-link-group .btn-group-toggle > a:last-of-type,
.cta-btn-link-group-left .btn-group-toggle > a:first-of-type,
.cta-btn-link-group-left .btn-group-toggle > a:last-of-type,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .filter,
.cta-btn-link-group .btn-group-toggle > .btn-group > a:first-of-type,
.cta-btn-link-group .btn-group-toggle > .btn-group > a:last-of-type,
.cta-btn-link-group-left .btn-group-toggle > .btn-group > a:first-of-type,
.cta-btn-link-group-left .btn-group-toggle > .btn-group > a:last-of-type {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .filter input[type=radio], .cta-btn-link-group .btn-group-toggle > a:first-of-type input[type=radio], .cta-btn-link-group .btn-group-toggle > a:last-of-type input[type=radio],
.cta-btn-link-group-left .btn-group-toggle > a:first-of-type input[type=radio],
.cta-btn-link-group-left .btn-group-toggle > a:last-of-type input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .filter input[type=checkbox],
.cta-btn-link-group .btn-group-toggle > a:first-of-type input[type=checkbox],
.cta-btn-link-group .btn-group-toggle > a:last-of-type input[type=checkbox],
.cta-btn-link-group-left .btn-group-toggle > a:first-of-type input[type=checkbox],
.cta-btn-link-group-left .btn-group-toggle > a:last-of-type input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .filter input[type=radio],
.cta-btn-link-group .btn-group-toggle > .btn-group > a:first-of-type input[type=radio],
.cta-btn-link-group .btn-group-toggle > .btn-group > a:last-of-type input[type=radio],
.cta-btn-link-group-left .btn-group-toggle > .btn-group > a:first-of-type input[type=radio],
.cta-btn-link-group-left .btn-group-toggle > .btn-group > a:last-of-type input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .filter input[type=checkbox],
.cta-btn-link-group .btn-group-toggle > .btn-group > a:first-of-type input[type=checkbox],
.cta-btn-link-group .btn-group-toggle > .btn-group > a:last-of-type input[type=checkbox],
.cta-btn-link-group-left .btn-group-toggle > .btn-group > a:first-of-type input[type=checkbox],
.cta-btn-link-group-left .btn-group-toggle > .btn-group > a:last-of-type input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .filter, .input-group-prepend .cta-btn-link-group a:first-of-type, .cta-btn-link-group .input-group-prepend a:first-of-type, .input-group-prepend .cta-btn-link-group a:last-of-type, .cta-btn-link-group .input-group-prepend a:last-of-type,
.input-group-prepend .cta-btn-link-group-left a:first-of-type,
.cta-btn-link-group-left .input-group-prepend a:first-of-type,
.input-group-prepend .cta-btn-link-group-left a:last-of-type,
.cta-btn-link-group-left .input-group-prepend a:last-of-type,
.input-group-append .btn,
.input-group-append .filter,
.input-group-append .cta-btn-link-group a:first-of-type,
.cta-btn-link-group .input-group-append a:first-of-type,
.input-group-append .cta-btn-link-group a:last-of-type,
.cta-btn-link-group .input-group-append a:last-of-type,
.input-group-append .cta-btn-link-group-left a:first-of-type,
.cta-btn-link-group-left .input-group-append a:first-of-type,
.input-group-append .cta-btn-link-group-left a:last-of-type,
.cta-btn-link-group-left .input-group-append a:last-of-type {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn, .input-group-prepend .filter + .btn, .input-group-prepend .btn + .filter, .input-group-prepend .filter + .filter, .input-group-prepend .cta-btn-link-group a:first-of-type + .btn, .input-group-prepend .cta-btn-link-group a:first-of-type + .filter, .cta-btn-link-group .input-group-prepend a:first-of-type + .btn, .cta-btn-link-group .input-group-prepend a:first-of-type + .filter, .input-group-prepend .cta-btn-link-group a:last-of-type + .btn, .input-group-prepend .cta-btn-link-group a:last-of-type + .filter, .cta-btn-link-group .input-group-prepend a:last-of-type + .btn, .cta-btn-link-group .input-group-prepend a:last-of-type + .filter,
.input-group-prepend .cta-btn-link-group-left a:first-of-type + .btn,
.input-group-prepend .cta-btn-link-group-left a:first-of-type + .filter,
.cta-btn-link-group-left .input-group-prepend a:first-of-type + .btn,
.cta-btn-link-group-left .input-group-prepend a:first-of-type + .filter,
.input-group-prepend .cta-btn-link-group-left a:last-of-type + .btn,
.input-group-prepend .cta-btn-link-group-left a:last-of-type + .filter,
.cta-btn-link-group-left .input-group-prepend a:last-of-type + .btn,
.cta-btn-link-group-left .input-group-prepend a:last-of-type + .filter, .input-group-prepend .cta-btn-link-group .btn + a:first-of-type, .input-group-prepend .cta-btn-link-group .filter + a:first-of-type, .cta-btn-link-group .input-group-prepend .btn + a:first-of-type, .cta-btn-link-group .input-group-prepend .filter + a:first-of-type, .input-group-prepend .cta-btn-link-group a:first-of-type + a:first-of-type, .cta-btn-link-group .input-group-prepend a:first-of-type + a:first-of-type, .input-group-prepend .cta-btn-link-group a:last-of-type + a:first-of-type, .cta-btn-link-group .input-group-prepend a:last-of-type + a:first-of-type,
.input-group-prepend .cta-btn-link-group-left .cta-btn-link-group a:first-of-type + a:first-of-type,
.cta-btn-link-group .input-group-prepend .cta-btn-link-group-left a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .input-group-prepend .cta-btn-link-group a:first-of-type + a:first-of-type,
.cta-btn-link-group .cta-btn-link-group-left .input-group-prepend a:first-of-type + a:first-of-type,
.input-group-prepend .cta-btn-link-group-left .cta-btn-link-group a:last-of-type + a:first-of-type,
.cta-btn-link-group .input-group-prepend .cta-btn-link-group-left a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .input-group-prepend .cta-btn-link-group a:last-of-type + a:first-of-type,
.cta-btn-link-group .cta-btn-link-group-left .input-group-prepend a:last-of-type + a:first-of-type, .input-group-prepend .cta-btn-link-group .btn + a:last-of-type, .input-group-prepend .cta-btn-link-group .filter + a:last-of-type, .cta-btn-link-group .input-group-prepend .btn + a:last-of-type, .cta-btn-link-group .input-group-prepend .filter + a:last-of-type, .input-group-prepend .cta-btn-link-group a:first-of-type + a:last-of-type, .cta-btn-link-group .input-group-prepend a:first-of-type + a:last-of-type, .input-group-prepend .cta-btn-link-group a:last-of-type + a:last-of-type, .cta-btn-link-group .input-group-prepend a:last-of-type + a:last-of-type,
.input-group-prepend .cta-btn-link-group-left .cta-btn-link-group a:first-of-type + a:last-of-type,
.cta-btn-link-group .input-group-prepend .cta-btn-link-group-left a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .input-group-prepend .cta-btn-link-group a:first-of-type + a:last-of-type,
.cta-btn-link-group .cta-btn-link-group-left .input-group-prepend a:first-of-type + a:last-of-type,
.input-group-prepend .cta-btn-link-group-left .cta-btn-link-group a:last-of-type + a:last-of-type,
.cta-btn-link-group .input-group-prepend .cta-btn-link-group-left a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .input-group-prepend .cta-btn-link-group a:last-of-type + a:last-of-type,
.cta-btn-link-group .cta-btn-link-group-left .input-group-prepend a:last-of-type + a:last-of-type,
.input-group-prepend .cta-btn-link-group-left .btn + a:first-of-type,
.input-group-prepend .cta-btn-link-group-left .filter + a:first-of-type,
.cta-btn-link-group-left .input-group-prepend .btn + a:first-of-type,
.cta-btn-link-group-left .input-group-prepend .filter + a:first-of-type,
.input-group-prepend .cta-btn-link-group .cta-btn-link-group-left a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .input-group-prepend .cta-btn-link-group a:first-of-type + a:first-of-type,
.cta-btn-link-group .input-group-prepend .cta-btn-link-group-left a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .cta-btn-link-group .input-group-prepend a:first-of-type + a:first-of-type,
.input-group-prepend .cta-btn-link-group .cta-btn-link-group-left a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .input-group-prepend .cta-btn-link-group a:last-of-type + a:first-of-type,
.cta-btn-link-group .input-group-prepend .cta-btn-link-group-left a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .cta-btn-link-group .input-group-prepend a:last-of-type + a:first-of-type,
.input-group-prepend .cta-btn-link-group-left a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .input-group-prepend a:first-of-type + a:first-of-type,
.input-group-prepend .cta-btn-link-group-left a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .input-group-prepend a:last-of-type + a:first-of-type,
.input-group-prepend .cta-btn-link-group-left .btn + a:last-of-type,
.input-group-prepend .cta-btn-link-group-left .filter + a:last-of-type,
.cta-btn-link-group-left .input-group-prepend .btn + a:last-of-type,
.cta-btn-link-group-left .input-group-prepend .filter + a:last-of-type,
.input-group-prepend .cta-btn-link-group .cta-btn-link-group-left a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .input-group-prepend .cta-btn-link-group a:first-of-type + a:last-of-type,
.cta-btn-link-group .input-group-prepend .cta-btn-link-group-left a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .cta-btn-link-group .input-group-prepend a:first-of-type + a:last-of-type,
.input-group-prepend .cta-btn-link-group .cta-btn-link-group-left a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .input-group-prepend .cta-btn-link-group a:last-of-type + a:last-of-type,
.cta-btn-link-group .input-group-prepend .cta-btn-link-group-left a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .cta-btn-link-group .input-group-prepend a:last-of-type + a:last-of-type,
.input-group-prepend .cta-btn-link-group-left a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .input-group-prepend a:first-of-type + a:last-of-type,
.input-group-prepend .cta-btn-link-group-left a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .input-group-prepend a:last-of-type + a:last-of-type,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .filter + .input-group-text,
.input-group-prepend .cta-btn-link-group a:first-of-type + .input-group-text,
.cta-btn-link-group .input-group-prepend a:first-of-type + .input-group-text,
.input-group-prepend .cta-btn-link-group a:last-of-type + .input-group-text,
.cta-btn-link-group .input-group-prepend a:last-of-type + .input-group-text,
.input-group-prepend .cta-btn-link-group-left a:first-of-type + .input-group-text,
.cta-btn-link-group-left .input-group-prepend a:first-of-type + .input-group-text,
.input-group-prepend .cta-btn-link-group-left a:last-of-type + .input-group-text,
.cta-btn-link-group-left .input-group-prepend a:last-of-type + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .filter,
.input-group-prepend .cta-btn-link-group .input-group-text + a:first-of-type,
.cta-btn-link-group .input-group-prepend .input-group-text + a:first-of-type,
.input-group-prepend .cta-btn-link-group .input-group-text + a:last-of-type,
.cta-btn-link-group .input-group-prepend .input-group-text + a:last-of-type,
.input-group-prepend .cta-btn-link-group-left .input-group-text + a:first-of-type,
.cta-btn-link-group-left .input-group-prepend .input-group-text + a:first-of-type,
.input-group-prepend .cta-btn-link-group-left .input-group-text + a:last-of-type,
.cta-btn-link-group-left .input-group-prepend .input-group-text + a:last-of-type,
.input-group-append .btn + .btn,
.input-group-append .filter + .btn,
.input-group-append .btn + .filter,
.input-group-append .filter + .filter,
.input-group-append .cta-btn-link-group a:first-of-type + .btn,
.input-group-append .cta-btn-link-group a:first-of-type + .filter,
.cta-btn-link-group .input-group-append a:first-of-type + .btn,
.cta-btn-link-group .input-group-append a:first-of-type + .filter,
.input-group-append .cta-btn-link-group a:last-of-type + .btn,
.input-group-append .cta-btn-link-group a:last-of-type + .filter,
.cta-btn-link-group .input-group-append a:last-of-type + .btn,
.cta-btn-link-group .input-group-append a:last-of-type + .filter,
.input-group-append .cta-btn-link-group-left a:first-of-type + .btn,
.input-group-append .cta-btn-link-group-left a:first-of-type + .filter,
.cta-btn-link-group-left .input-group-append a:first-of-type + .btn,
.cta-btn-link-group-left .input-group-append a:first-of-type + .filter,
.input-group-append .cta-btn-link-group-left a:last-of-type + .btn,
.input-group-append .cta-btn-link-group-left a:last-of-type + .filter,
.cta-btn-link-group-left .input-group-append a:last-of-type + .btn,
.cta-btn-link-group-left .input-group-append a:last-of-type + .filter,
.input-group-append .cta-btn-link-group .btn + a:first-of-type,
.input-group-append .cta-btn-link-group .filter + a:first-of-type,
.cta-btn-link-group .input-group-append .btn + a:first-of-type,
.cta-btn-link-group .input-group-append .filter + a:first-of-type,
.input-group-append .cta-btn-link-group a:first-of-type + a:first-of-type,
.cta-btn-link-group .input-group-append a:first-of-type + a:first-of-type,
.input-group-append .cta-btn-link-group a:last-of-type + a:first-of-type,
.cta-btn-link-group .input-group-append a:last-of-type + a:first-of-type,
.input-group-append .cta-btn-link-group-left .cta-btn-link-group a:first-of-type + a:first-of-type,
.cta-btn-link-group .input-group-append .cta-btn-link-group-left a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .input-group-append .cta-btn-link-group a:first-of-type + a:first-of-type,
.cta-btn-link-group .cta-btn-link-group-left .input-group-append a:first-of-type + a:first-of-type,
.input-group-append .cta-btn-link-group-left .cta-btn-link-group a:last-of-type + a:first-of-type,
.cta-btn-link-group .input-group-append .cta-btn-link-group-left a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .input-group-append .cta-btn-link-group a:last-of-type + a:first-of-type,
.cta-btn-link-group .cta-btn-link-group-left .input-group-append a:last-of-type + a:first-of-type,
.input-group-append .cta-btn-link-group .btn + a:last-of-type,
.input-group-append .cta-btn-link-group .filter + a:last-of-type,
.cta-btn-link-group .input-group-append .btn + a:last-of-type,
.cta-btn-link-group .input-group-append .filter + a:last-of-type,
.input-group-append .cta-btn-link-group a:first-of-type + a:last-of-type,
.cta-btn-link-group .input-group-append a:first-of-type + a:last-of-type,
.input-group-append .cta-btn-link-group a:last-of-type + a:last-of-type,
.cta-btn-link-group .input-group-append a:last-of-type + a:last-of-type,
.input-group-append .cta-btn-link-group-left .cta-btn-link-group a:first-of-type + a:last-of-type,
.cta-btn-link-group .input-group-append .cta-btn-link-group-left a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .input-group-append .cta-btn-link-group a:first-of-type + a:last-of-type,
.cta-btn-link-group .cta-btn-link-group-left .input-group-append a:first-of-type + a:last-of-type,
.input-group-append .cta-btn-link-group-left .cta-btn-link-group a:last-of-type + a:last-of-type,
.cta-btn-link-group .input-group-append .cta-btn-link-group-left a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .input-group-append .cta-btn-link-group a:last-of-type + a:last-of-type,
.cta-btn-link-group .cta-btn-link-group-left .input-group-append a:last-of-type + a:last-of-type,
.input-group-append .cta-btn-link-group-left .btn + a:first-of-type,
.input-group-append .cta-btn-link-group-left .filter + a:first-of-type,
.cta-btn-link-group-left .input-group-append .btn + a:first-of-type,
.cta-btn-link-group-left .input-group-append .filter + a:first-of-type,
.input-group-append .cta-btn-link-group .cta-btn-link-group-left a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .input-group-append .cta-btn-link-group a:first-of-type + a:first-of-type,
.cta-btn-link-group .input-group-append .cta-btn-link-group-left a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .cta-btn-link-group .input-group-append a:first-of-type + a:first-of-type,
.input-group-append .cta-btn-link-group .cta-btn-link-group-left a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .input-group-append .cta-btn-link-group a:last-of-type + a:first-of-type,
.cta-btn-link-group .input-group-append .cta-btn-link-group-left a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .cta-btn-link-group .input-group-append a:last-of-type + a:first-of-type,
.input-group-append .cta-btn-link-group-left a:first-of-type + a:first-of-type,
.cta-btn-link-group-left .input-group-append a:first-of-type + a:first-of-type,
.input-group-append .cta-btn-link-group-left a:last-of-type + a:first-of-type,
.cta-btn-link-group-left .input-group-append a:last-of-type + a:first-of-type,
.input-group-append .cta-btn-link-group-left .btn + a:last-of-type,
.input-group-append .cta-btn-link-group-left .filter + a:last-of-type,
.cta-btn-link-group-left .input-group-append .btn + a:last-of-type,
.cta-btn-link-group-left .input-group-append .filter + a:last-of-type,
.input-group-append .cta-btn-link-group .cta-btn-link-group-left a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .input-group-append .cta-btn-link-group a:first-of-type + a:last-of-type,
.cta-btn-link-group .input-group-append .cta-btn-link-group-left a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .cta-btn-link-group .input-group-append a:first-of-type + a:last-of-type,
.input-group-append .cta-btn-link-group .cta-btn-link-group-left a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .input-group-append .cta-btn-link-group a:last-of-type + a:last-of-type,
.cta-btn-link-group .input-group-append .cta-btn-link-group-left a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .cta-btn-link-group .input-group-append a:last-of-type + a:last-of-type,
.input-group-append .cta-btn-link-group-left a:first-of-type + a:last-of-type,
.cta-btn-link-group-left .input-group-append a:first-of-type + a:last-of-type,
.input-group-append .cta-btn-link-group-left a:last-of-type + a:last-of-type,
.cta-btn-link-group-left .input-group-append a:last-of-type + a:last-of-type,
.input-group-append .btn + .input-group-text,
.input-group-append .filter + .input-group-text,
.input-group-append .cta-btn-link-group a:first-of-type + .input-group-text,
.cta-btn-link-group .input-group-append a:first-of-type + .input-group-text,
.input-group-append .cta-btn-link-group a:last-of-type + .input-group-text,
.cta-btn-link-group .input-group-append a:last-of-type + .input-group-text,
.input-group-append .cta-btn-link-group-left a:first-of-type + .input-group-text,
.cta-btn-link-group-left .input-group-append a:first-of-type + .input-group-text,
.input-group-append .cta-btn-link-group-left a:last-of-type + .input-group-text,
.cta-btn-link-group-left .input-group-append a:last-of-type + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .filter,
.input-group-append .cta-btn-link-group .input-group-text + a:first-of-type,
.cta-btn-link-group .input-group-append .input-group-text + a:first-of-type,
.input-group-append .cta-btn-link-group .input-group-text + a:last-of-type,
.cta-btn-link-group .input-group-append .input-group-text + a:last-of-type,
.input-group-append .cta-btn-link-group-left .input-group-text + a:first-of-type,
.cta-btn-link-group-left .input-group-append .input-group-text + a:first-of-type,
.input-group-append .cta-btn-link-group-left .input-group-text + a:last-of-type,
.cta-btn-link-group-left .input-group-append .input-group-text + a:last-of-type {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #dee2e6;
  border-radius: 2px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .filter, .cta-btn-link-group .input-group > .input-group-prepend > a:first-of-type, .cta-btn-link-group .input-group > .input-group-prepend > a:last-of-type,
.cta-btn-link-group-left .input-group > .input-group-prepend > a:first-of-type,
.cta-btn-link-group-left .input-group > .input-group-prepend > a:last-of-type,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .filter,
.cta-btn-link-group .input-group > .input-group-append:not(:last-child) > a:first-of-type,
.cta-btn-link-group .input-group > .input-group-append:not(:last-child) > a:last-of-type,
.cta-btn-link-group-left .input-group > .input-group-append:not(:last-child) > a:first-of-type,
.cta-btn-link-group-left .input-group > .input-group-append:not(:last-child) > a:last-of-type,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .filter:not(:last-child):not(.dropdown-toggle),
.cta-btn-link-group .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle):first-of-type,
.cta-btn-link-group .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle):last-of-type,
.cta-btn-link-group-left .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle):first-of-type,
.cta-btn-link-group-left .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle):last-of-type,
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .filter, .cta-btn-link-group .input-group > .input-group-append > a:first-of-type, .cta-btn-link-group .input-group > .input-group-append > a:last-of-type,
.cta-btn-link-group-left .input-group > .input-group-append > a:first-of-type,
.cta-btn-link-group-left .input-group > .input-group-append > a:last-of-type,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .filter,
.cta-btn-link-group .input-group > .input-group-prepend:not(:first-child) > a:first-of-type,
.cta-btn-link-group .input-group > .input-group-prepend:not(:first-child) > a:last-of-type,
.cta-btn-link-group-left .input-group > .input-group-prepend:not(:first-child) > a:first-of-type,
.cta-btn-link-group-left .input-group > .input-group-prepend:not(:first-child) > a:last-of-type,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .filter:not(:first-child),
.cta-btn-link-group .input-group > .input-group-prepend:first-child > a:not(:first-child):first-of-type,
.cta-btn-link-group .input-group > .input-group-prepend:first-child > a:not(:first-child):last-of-type,
.cta-btn-link-group-left .input-group > .input-group-prepend:first-child > a:not(:first-child):first-of-type,
.cta-btn-link-group-left .input-group > .input-group-prepend:first-child > a:not(:first-child):last-of-type,
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}

.card-header {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(2px - 1px) calc(2px - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1.5rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(2px - 1px) calc(2px - 1px);
}

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

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

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

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

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

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

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

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

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

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.media-body {
  flex: 1;
}

/* --------------------------------------------------------
   Components w/ JavaScript
   -------------------------------------------------------- */
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "aktiv-grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 75%;
  font-family: "aktiv-grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 2px;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 2px 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 2px 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 1.875rem 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(2px - 1px);
  border-top-right-radius: calc(2px - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1.875rem 1.25rem;
  color: #6c757d;
}

/* --------------------------------------------------------
   Utility classes
   -------------------------------------------------------- */
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

.font-weight-normal {
  font-weight: 400 !important;
}

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

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #CC2222 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #a01b1b !important;
}

.text-secondary {
  color: #012E5C !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #00152a !important;
}

.text-success {
  color: #5FD41E !important;
}

a.text-success:hover, a.text-success:focus {
  color: #4ba718 !important;
}

.text-info {
  color: #4AADF6 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #1997f4 !important;
}

.text-warning {
  color: #FFD52D !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #f9c700 !important;
}

.text-danger {
  color: #F63232 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #eb0a0a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-tertiary {
  color: #B08B1C !important;
}

a.text-tertiary:hover, a.text-tertiary:focus {
  color: #846815 !important;
}

.text-default {
  color: #6c757d !important;
}

a.text-default:hover, a.text-default:focus {
  color: #545b62 !important;
}

.text-custom-red-dark {
  color: #B52D37 !important;
}

a.text-custom-red-dark:hover, a.text-custom-red-dark:focus {
  color: #8c232b !important;
}

.text-custom-red-light {
  color: #CC2222 !important;
}

a.text-custom-red-light:hover, a.text-custom-red-light:focus {
  color: #a01b1b !important;
}

.text-custom-gold-dark {
  color: #B08B1C !important;
}

a.text-custom-gold-dark:hover, a.text-custom-gold-dark:focus {
  color: #846815 !important;
}

.text-custom-gold-medium {
  color: #E0B83B !important;
}

a.text-custom-gold-medium:hover, a.text-custom-gold-medium:focus {
  color: #c89f20 !important;
}

.text-custom-gold-light {
  color: #e6c468 !important;
}

a.text-custom-gold-light:hover, a.text-custom-gold-light:focus {
  color: #dfb33c !important;
}

.text-custom-green {
  color: #81A505 !important;
}

a.text-custom-green:hover, a.text-custom-green:focus {
  color: #5a7404 !important;
}

.text-custom-blue-dark {
  color: #012E5C !important;
}

a.text-custom-blue-dark:hover, a.text-custom-blue-dark:focus {
  color: #00152a !important;
}

.text-custom-blue-medium {
  color: #1C5C9B !important;
}

a.text-custom-blue-medium:hover, a.text-custom-blue-medium:focus {
  color: #144270 !important;
}

.text-custom-blue-light {
  color: #83C0FD !important;
}

a.text-custom-blue-light:hover, a.text-custom-blue-light:focus {
  color: #51a7fc !important;
}

.text-custom-grey-dark {
  color: #212529 !important;
}

a.text-custom-grey-dark:hover, a.text-custom-grey-dark:focus {
  color: #0a0c0d !important;
}

.text-custom-grey-medium {
  color: #343a40 !important;
}

a.text-custom-grey-medium:hover, a.text-custom-grey-medium:focus {
  color: #1d2124 !important;
}

.text-custom-grey-light {
  color: #6c757d !important;
}

a.text-custom-grey-light:hover, a.text-custom-grey-light:focus {
  color: #545b62 !important;
}

.text-custom-grey-extralight {
  color: #e9ecef !important;
}

a.text-custom-grey-extralight:hover, a.text-custom-grey-extralight:focus {
  color: #cbd3da !important;
}

.text-body {
  color: #343a40 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* --------------------------------------------------------
   Custom application specific styles
   -------------------------------------------------------- */
.btn-cta, .cta-btn-link-group a:last-of-type,
.cta-btn-link-group-left a:last-of-type {
  font-weight: 500;
  white-space: normal;
}
.btn-cta:last-child, .cta-btn-link-group a:last-child:last-of-type,
.cta-btn-link-group-left a:last-child:last-of-type {
  margin-bottom: 0;
}

.btn-primary, .cta-btn-link-group a:last-of-type,
.cta-btn-link-group-left a:last-of-type {
  font-style: normal;
}
.btn-primary.btn-cta, .cta-btn-link-group a:last-of-type,
.cta-btn-link-group-left a:last-of-type {
  border: none;
  background-image: linear-gradient(to right, #CC2222 0%, #dd3434 100%);
  background-repeat: repeat-x;
  font-style: italic;
}
.btn-primary.btn-cta:hover, .cta-btn-link-group a:hover:last-of-type,
.cta-btn-link-group-left a:hover:last-of-type {
  background: none;
  background-color: #CC2222;
  background-image: linear-gradient(to right, #B52D37 0%, #CC2222 100%);
  background-repeat: repeat-x;
}

.btn-secondary {
  background: #012E5C;
  font-style: normal;
}
.btn-secondary.btn-cta, .cta-btn-link-group a.btn-secondary:last-of-type,
.cta-btn-link-group-left a.btn-secondary:last-of-type {
  border: none;
  font-style: italic;
}
.btn-secondary.btn-cta:not(.btn-label-group), .cta-btn-link-group a.btn-secondary:not(.btn-label-group):last-of-type,
.cta-btn-link-group-left a.btn-secondary:not(.btn-label-group):last-of-type {
  background-image: linear-gradient(to right, #012E5C 0%, #1C5C9B 130%);
  background-repeat: repeat-x;
}
.btn-secondary.btn-cta:not(.btn-label-group):hover, .cta-btn-link-group a.btn-secondary:not(.btn-label-group):hover:last-of-type,
.cta-btn-link-group-left a.btn-secondary:not(.btn-label-group):hover:last-of-type {
  background-image: linear-gradient(to right, #012E5C 0%, #1C5C9B 130%);
  background-repeat: repeat-x;
}

.btn-tertiary {
  color: #fff;
  font-style: normal;
}
.btn-tertiary.btn-cta, .cta-btn-link-group a.btn-tertiary:last-of-type,
.cta-btn-link-group-left a.btn-tertiary:last-of-type {
  border: none;
  font-style: italic;
  background-image: linear-gradient(to right, #E0B83B 0%, #e6c468 100%);
  background-repeat: repeat-x;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.btn-tertiary.btn-cta:hover, .cta-btn-link-group a.btn-tertiary:hover:last-of-type,
.cta-btn-link-group-left a.btn-tertiary:hover:last-of-type {
  background-image: linear-gradient(to right, #E0B83B 0%, #e6c468 100%);
  background-repeat: repeat-x;
}

.btn-link {
  font-weight: 600;
  color: #1C5C9B;
  background-color: transparent;
  text-decoration: underline #dcdcdc solid;
  -webkit-text-decoration: underline #dcdcdc solid;
  box-shadow: none !important;
  white-space: normal;
}
.btn-link:hover {
  color: #012E5C;
  text-decoration: underline #012E5C solid;
  -webkit-text-decoration: underline #012E5C solid;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:after {
  content: none;
}
.btn-link:focus, .btn-link.focus, .btn-link:active, .btn-link.active {
  text-decoration: underline #012E5C solid;
  -webkit-text-decoration: underline #012E5C solid;
  border-color: transparent;
  box-shadow: none !important;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.btn-success,
.btn-danger,
.btn-warning,
.btn-info {
  color: #fff;
}

[class*=btn-outline-]:active, [class*=btn-outline-].active, [class*=btn-outline-]:focus, [class*=btn-outline-].focus {
  box-shadow: none !important;
}

.btn.btn-loading, .btn-loading.filter, .cta-btn-link-group a.btn-loading:first-of-type, .cta-btn-link-group a.btn-loading:last-of-type,
.cta-btn-link-group-left a.btn-loading:first-of-type,
.cta-btn-link-group-left a.btn-loading:last-of-type, .btn.btn-loading:after, .btn-loading.filter:after, .cta-btn-link-group a.btn-loading:first-of-type:after, .cta-btn-link-group a.btn-loading:last-of-type:after,
.cta-btn-link-group-left a.btn-loading:first-of-type:after,
.cta-btn-link-group-left a.btn-loading:last-of-type:after {
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.btn.btn-loading.btn-loading-active, .btn-loading.btn-loading-active.filter, .cta-btn-link-group a.btn-loading.btn-loading-active:first-of-type, .cta-btn-link-group a.btn-loading.btn-loading-active:last-of-type,
.cta-btn-link-group-left a.btn-loading.btn-loading-active:first-of-type,
.cta-btn-link-group-left a.btn-loading.btn-loading-active:last-of-type, .btn.btn-loading.btn-loading-active:after, .btn-loading.btn-loading-active.filter:after, .cta-btn-link-group a.btn-loading.btn-loading-active:first-of-type:after, .cta-btn-link-group a.btn-loading.btn-loading-active:last-of-type:after,
.cta-btn-link-group-left a.btn-loading.btn-loading-active:first-of-type:after,
.cta-btn-link-group-left a.btn-loading.btn-loading-active:last-of-type:after {
  border-top-color: rgba(0, 0, 0, 0.3);
}
.btn.btn-loading.btn-loading-active, .btn-loading.btn-loading-active.filter, .cta-btn-link-group a.btn-loading.btn-loading-active:first-of-type, .cta-btn-link-group a.btn-loading.btn-loading-active:last-of-type,
.cta-btn-link-group-left a.btn-loading.btn-loading-active:first-of-type,
.cta-btn-link-group-left a.btn-loading.btn-loading-active:last-of-type {
  animation: loading 1s infinite linear;
  background: none;
  font-size: 0;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.btn.btn-loading.btn-loading-active:focus, .btn-loading.btn-loading-active.filter:focus, .btn.btn-loading.btn-loading-active:active, .btn-loading.btn-loading-active.filter:active, .btn.btn-loading.btn-loading-active, .btn-loading.btn-loading-active.filter, .cta-btn-link-group a.btn-loading.btn-loading-active:first-of-type, .cta-btn-link-group a.btn-loading.btn-loading-active:last-of-type,
.cta-btn-link-group-left a.btn-loading.btn-loading-active:first-of-type,
.cta-btn-link-group-left a.btn-loading.btn-loading-active:last-of-type {
  background-color: transparent;
  border-color: transparent !important;
  border-top-color: rgba(0, 0, 0, 0.3) !important;
  box-shadow: none !important;
}
.btn.btn-loading.btn-loading-active:after, .btn-loading.btn-loading-active.filter:after, .cta-btn-link-group a.btn-loading.btn-loading-active:first-of-type:after, .cta-btn-link-group a.btn-loading.btn-loading-active:last-of-type:after,
.cta-btn-link-group-left a.btn-loading.btn-loading-active:first-of-type:after,
.cta-btn-link-group-left a.btn-loading.btn-loading-active:last-of-type:after, .btn.btn-loading.btn-loading-active, .btn-loading.btn-loading-active.filter, .cta-btn-link-group a.btn-loading.btn-loading-active:first-of-type, .cta-btn-link-group a.btn-loading.btn-loading-active:last-of-type,
.cta-btn-link-group-left a.btn-loading.btn-loading-active:first-of-type,
.cta-btn-link-group-left a.btn-loading.btn-loading-active:last-of-type {
  border-radius: 50%;
  border: solid 0.3rem transparent;
  height: 4rem;
  width: 4rem;
}
.btn.btn-loading.btn-loading-active:after, .btn-loading.btn-loading-active.filter:after, .cta-btn-link-group a.btn-loading.btn-loading-active:first-of-type:after, .cta-btn-link-group a.btn-loading.btn-loading-active:last-of-type:after,
.cta-btn-link-group-left a.btn-loading.btn-loading-active:first-of-type:after,
.cta-btn-link-group-left a.btn-loading.btn-loading-active:last-of-type:after {
  animation: loading 1.2s 0.4s infinite ease;
  border-top-color: #CC2222;
  color: transparent;
  content: "\e9f4";
  font-size: 2rem;
  left: -0.3rem;
  padding-top: 0.7rem;
  position: absolute;
  top: -0.3rem;
}
.btn.btn-loading.btn-loading-active.btn-success:after, .btn-loading.btn-loading-active.btn-success.filter:after, .cta-btn-link-group a.btn-loading.btn-loading-active.btn-success:first-of-type:after, .cta-btn-link-group a.btn-loading.btn-loading-active.btn-success:last-of-type:after,
.cta-btn-link-group-left a.btn-loading.btn-loading-active.btn-success:first-of-type:after,
.cta-btn-link-group-left a.btn-loading.btn-loading-active.btn-success:last-of-type:after {
  border-top-color: #5FD41E;
}
.btn.btn-loading.btn-loading-active.btn-loading-success:after, .btn-loading.btn-loading-active.btn-loading-success.filter:after, .cta-btn-link-group a.btn-loading.btn-loading-active.btn-loading-success:first-of-type:after, .cta-btn-link-group a.btn-loading.btn-loading-active.btn-loading-success:last-of-type:after,
.cta-btn-link-group-left a.btn-loading.btn-loading-active.btn-loading-success:first-of-type:after,
.cta-btn-link-group-left a.btn-loading.btn-loading-active.btn-loading-success:last-of-type:after, .btn.btn-loading.btn-loading-active.btn-loading-success, .btn-loading.btn-loading-active.btn-loading-success.filter, .cta-btn-link-group a.btn-loading.btn-loading-active.btn-loading-success:first-of-type, .cta-btn-link-group a.btn-loading.btn-loading-active.btn-loading-success:last-of-type,
.cta-btn-link-group-left a.btn-loading.btn-loading-active.btn-loading-success:first-of-type,
.cta-btn-link-group-left a.btn-loading.btn-loading-active.btn-loading-success:last-of-type {
  animation: none;
}
.btn.btn-loading.btn-loading-active.btn-loading-success:after, .btn-loading.btn-loading-active.btn-loading-success.filter:after, .cta-btn-link-group a.btn-loading.btn-loading-active.btn-loading-success:first-of-type:after, .cta-btn-link-group a.btn-loading.btn-loading-active.btn-loading-success:last-of-type:after,
.cta-btn-link-group-left a.btn-loading.btn-loading-active.btn-loading-success:first-of-type:after,
.cta-btn-link-group-left a.btn-loading.btn-loading-active.btn-loading-success:last-of-type:after {
  border-color: #5FD41E;
  color: #5FD41E;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cta-btn-link-group,
.cta-btn-link-group-left {
  margin: 2rem auto;
  text-align: center;
}
.cta-btn-link-group a,
.cta-btn-link-group-left a {
  margin: 0.5rem !important;
}
.cta-btn-link-group a:first-of-type, .cta-btn-link-group a:last-of-type,
.cta-btn-link-group-left a:first-of-type,
.cta-btn-link-group-left a:last-of-type {
  text-decoration: none;
}
.cta-btn-link-group .btn, .cta-btn-link-group .filter, .cta-btn-link-group a:first-of-type, .cta-btn-link-group a:last-of-type,
.cta-btn-link-group-left .btn,
.cta-btn-link-group-left .filter,
.cta-btn-link-group-left a:first-of-type,
.cta-btn-link-group-left a:last-of-type {
  white-space: normal !important;
}

.cta-btn-link-group-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 0 !important;
}
.cta-btn-link-group-left a:first-of-type:not(:last-of-type) {
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  .cta-btn-link-group-left {
    justify-content: flex-start;
    margin-left: -15px;
  }
}
.btn.btn-label-group, .btn-label-group.filter, .cta-btn-link-group a.btn-label-group:first-of-type, .cta-btn-link-group a.btn-label-group:last-of-type,
.cta-btn-link-group-left a.btn-label-group:first-of-type,
.cta-btn-link-group-left a.btn-label-group:last-of-type {
  display: inline-flex;
  padding: 0;
  background: #fff;
  border: 1px solid #003366;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
}
.btn.btn-label-group > *, .btn-label-group.filter > *, .cta-btn-link-group a.btn-label-group:first-of-type > *, .cta-btn-link-group a.btn-label-group:last-of-type > *,
.cta-btn-link-group-left a.btn-label-group:first-of-type > *,
.cta-btn-link-group-left a.btn-label-group:last-of-type > * {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  white-space: nowrap;
}
.btn.btn-label-group > *:first-child, .btn-label-group.filter > *:first-child, .cta-btn-link-group a.btn-label-group:first-of-type > *:first-child, .cta-btn-link-group a.btn-label-group:last-of-type > *:first-child,
.cta-btn-link-group-left a.btn-label-group:first-of-type > *:first-child,
.cta-btn-link-group-left a.btn-label-group:last-of-type > *:first-child {
  z-index: 1;
  margin-right: 25px;
}
.btn.btn-label-group > *:first-child::after, .btn-label-group.filter > *:first-child::after, .cta-btn-link-group a.btn-label-group:first-of-type > *:first-child::after, .cta-btn-link-group a.btn-label-group:last-of-type > *:first-child::after,
.cta-btn-link-group-left a.btn-label-group:first-of-type > *:first-child::after,
.cta-btn-link-group-left a.btn-label-group:last-of-type > *:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: 40px;
  height: 100%;
  transform: skewX(-35deg);
  transform-origin: top right;
  z-index: 2;
}
.btn.btn-label-group > *:last-child, .btn-label-group.filter > *:last-child, .cta-btn-link-group a.btn-label-group:first-of-type > *:last-child, .cta-btn-link-group a.btn-label-group:last-of-type > *:last-child,
.cta-btn-link-group-left a.btn-label-group:first-of-type > *:last-child,
.cta-btn-link-group-left a.btn-label-group:last-of-type > *:last-child {
  z-index: 1;
}
.btn.btn-label-group.btn-secondary > *:first-child::after, .btn-label-group.btn-secondary.filter > *:first-child::after, .cta-btn-link-group a.btn-label-group.btn-secondary:first-of-type > *:first-child::after, .cta-btn-link-group a.btn-label-group.btn-secondary:last-of-type > *:first-child::after,
.cta-btn-link-group-left a.btn-label-group.btn-secondary:first-of-type > *:first-child::after,
.cta-btn-link-group-left a.btn-label-group.btn-secondary:last-of-type > *:first-child::after {
  background: #012E5C;
}
.btn.btn-label-group.btn-secondary > *:last-child, .btn-label-group.btn-secondary.filter > *:last-child, .cta-btn-link-group a.btn-label-group.btn-secondary:first-of-type > *:last-child, .cta-btn-link-group a.btn-label-group.btn-secondary:last-of-type > *:last-child,
.cta-btn-link-group-left a.btn-label-group.btn-secondary:first-of-type > *:last-child,
.cta-btn-link-group-left a.btn-label-group.btn-secondary:last-of-type > *:last-child {
  background: #012E5C;
  color: #fff !important;
  z-index: 1;
  padding-left: 0.375rem;
}
.btn.btn-label-group:active, .btn-label-group.filter:active, .cta-btn-link-group a.btn-label-group:active:first-of-type, .cta-btn-link-group a.btn-label-group:active:last-of-type,
.cta-btn-link-group-left a.btn-label-group:active:first-of-type,
.cta-btn-link-group-left a.btn-label-group:active:last-of-type {
  background: #fff !important;
}

.hover-gradient {
  background-image: linear-gradient(90deg, #0078B5, #0078B5, #2ba3d7, #2ba3d7);
  background-size: 400% 100%;
}
.hover-gradient:hover {
  transform: translateX(0.25rem);
  background-position: 50% 0;
  box-shadow: 0 2px 26px rgba(0, 0, 0, 0.04), 0 2px 10px rgba(0, 0, 0, 0.1);
}

.reveal {
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.15, 1), transform 0.48s cubic-bezier(0.25, 0.46, 0.15, 1), color 0.8s cubic-bezier(0.25, 0.46, 0.15, 1), line-height 0.6s cubic-bezier(0.38, 0.53, 0, 0.96);
}
.card-columns-2 .reveal:not(.in) {
  transform: translateY(-2%);
}
.reveal:not(.in) {
  opacity: 0;
  transform: translateY(30%);
}
.reveal:not(.in).ico-medallion {
  transform: translateY(25%) scale(0.6);
}
.reveal:not(.in).timeline-header {
  transform: translateX(25%) scaleX(0.6);
}
.reveal:not(.in).timeline-content, .reveal:not(.in).gold-quote, .reveal:not(.in).splash-quote {
  color: rgba(52, 58, 64, 0);
  line-height: 4.4;
  opacity: 1;
  transform: none;
}
.figure-grid .reveal.ico:not(.in) {
  transform: translateX(-20%);
}

.interval {
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.interval:not(.interval--end) {
  opacity: 0.3;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 2px;
  border-left-width: 10px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
}
.alert > p:last-child,
.alert > small > p:last-child {
  margin-bottom: 0;
}

.alert-link {
  border-bottom: none;
  text-decoration: underline;
}
.alert-link:after {
  content: none;
}

.alert-primary {
  color: #9b1a1a;
  background-color: #f9e4e4;
  border-color: #cc2222;
}
.alert-primary hr {
  border-top-color: #b61e1e;
}
.alert-primary .alert-link {
  color: #6f1313;
}

.alert-secondary {
  color: #012346;
  background-color: #e1e6eb;
  border-color: #012e5c;
}
.alert-secondary hr {
  border-top-color: #012143;
}
.alert-secondary .alert-link {
  color: #000a14;
}

.alert-success {
  color: #48a117;
  background-color: #ecfae4;
  border-color: #5fd41e;
}
.alert-success hr {
  border-top-color: #55be1b;
}
.alert-success .alert-link {
  color: #347411;
}

.alert-info {
  color: #3883bb;
  background-color: #e9f5fe;
  border-color: #4aadf6;
}
.alert-info hr {
  border-top-color: #32a2f5;
}
.alert-info .alert-link {
  color: #2c6894;
}

.alert-warning {
  color: #c2a222;
  background-color: #fffae6;
  border-color: #ffd52d;
}
.alert-warning hr {
  border-top-color: #ffd014;
}
.alert-warning .alert-link {
  color: #977e1a;
}

.alert-danger {
  color: #bb2626;
  background-color: #fee6e6;
  border-color: #f63232;
}
.alert-danger hr {
  border-top-color: #f51a1a;
}
.alert-danger .alert-link {
  color: #911d1d;
}

.alert-light {
  color: #bcbdbe;
  background-color: #fefefe;
  border-color: #f8f9fa;
}
.alert-light hr {
  border-top-color: #e9ecef;
}
.alert-light .alert-link {
  color: #a2a4a5;
}

.alert-dark {
  color: #282c31;
  background-color: #e7e7e8;
  border-color: #343a40;
}
.alert-dark hr {
  border-top-color: #292d32;
}
.alert-dark .alert-link {
  color: #111315;
}

.alert-tertiary {
  color: #866a15;
  background-color: #f6f1e4;
  border-color: #b08b1c;
}
.alert-tertiary hr {
  border-top-color: #9a7a19;
}
.alert-tertiary .alert-link {
  color: #5a470e;
}

.alert-default {
  color: #52595f;
  background-color: #edeeef;
  border-color: #6c757d;
}
.alert-default hr {
  border-top-color: #60686f;
}
.alert-default .alert-link {
  color: #3a3f44;
}

.alert-custom-red-dark {
  color: #8a222a;
  background-color: #f6e6e7;
  border-color: #b52d37;
}
.alert-custom-red-dark hr {
  border-top-color: #a12831;
}
.alert-custom-red-dark .alert-link {
  color: #61181e;
}

.alert-custom-red-light {
  color: #9b1a1a;
  background-color: #f9e4e4;
  border-color: #cc2222;
}
.alert-custom-red-light hr {
  border-top-color: #b61e1e;
}
.alert-custom-red-light .alert-link {
  color: #6f1313;
}

.alert-custom-gold-dark {
  color: #866a15;
  background-color: #f6f1e4;
  border-color: #b08b1c;
}
.alert-custom-gold-dark hr {
  border-top-color: #9a7a19;
}
.alert-custom-gold-dark .alert-link {
  color: #5a470e;
}

.alert-custom-gold-medium {
  color: #aa8c2d;
  background-color: #fbf6e7;
  border-color: #e0b83b;
}
.alert-custom-gold-medium hr {
  border-top-color: #ddb025;
}
.alert-custom-gold-medium .alert-link {
  color: #826b22;
}

.alert-custom-gold-light {
  color: #af954f;
  background-color: #fcf8ed;
  border-color: #e6c468;
}
.alert-custom-gold-light hr {
  border-top-color: #e2bb52;
}
.alert-custom-gold-light .alert-link {
  color: #8c773f;
}

.alert-custom-green {
  color: #627d04;
  background-color: #f0f4e1;
  border-color: #81a505;
}
.alert-custom-green hr {
  border-top-color: #6e8c04;
}
.alert-custom-green .alert-link {
  color: #3b4c02;
}

.alert-custom-blue-dark {
  color: #012346;
  background-color: #e1e6eb;
  border-color: #012e5c;
}
.alert-custom-blue-dark hr {
  border-top-color: #012143;
}
.alert-custom-blue-dark .alert-link {
  color: #000a14;
}

.alert-custom-blue-medium {
  color: #154676;
  background-color: #e4ebf3;
  border-color: #1c5c9b;
}
.alert-custom-blue-medium hr {
  border-top-color: #184f85;
}
.alert-custom-blue-medium .alert-link {
  color: #0d2c4b;
}

.alert-custom-blue-light {
  color: #6492c0;
  background-color: #f0f7ff;
  border-color: #83c0fd;
}
.alert-custom-blue-light hr {
  border-top-color: #6ab3fd;
}
.alert-custom-blue-light .alert-link {
  color: #4679ab;
}

.alert-custom-grey-dark {
  color: #191c1f;
  background-color: #e4e5e5;
  border-color: #212529;
}
.alert-custom-grey-dark hr {
  border-top-color: #16181b;
}
.alert-custom-grey-dark .alert-link {
  color: #020303;
}

.alert-custom-grey-medium {
  color: #282c31;
  background-color: #e7e7e8;
  border-color: #343a40;
}
.alert-custom-grey-medium hr {
  border-top-color: #292d32;
}
.alert-custom-grey-medium .alert-link {
  color: #111315;
}

.alert-custom-grey-light {
  color: #52595f;
  background-color: #edeeef;
  border-color: #6c757d;
}
.alert-custom-grey-light hr {
  border-top-color: #60686f;
}
.alert-custom-grey-light .alert-link {
  color: #3a3f44;
}

.alert-custom-grey-extralight {
  color: #b1b3b6;
  background-color: #fcfdfd;
  border-color: #e9ecef;
}
.alert-custom-grey-extralight hr {
  border-top-color: #dadfe4;
}
.alert-custom-grey-extralight .alert-link {
  color: #97999d;
}

.card .card-header-unstyled,
.card .card-footer-unstyled {
  background-color: #fff;
}
.card .card-header-unstyled {
  border-bottom: none;
  padding-bottom: 0;
}
.card .card-header-unstyled h1, .card .card-header-unstyled .grid-collage-masonry .grid-item .content-inside .main-heading, .grid-collage-masonry .grid-item .content-inside .card .card-header-unstyled .main-heading, .card .card-header-unstyled h2, .card .card-header-unstyled .grid-collage-masonry .grid-item .content-inside .subtitle, .grid-collage-masonry .grid-item .content-inside .card .card-header-unstyled .subtitle, .card .card-header-unstyled h3, .card .card-header-unstyled h4, .card .card-header-unstyled h5, .card .card-header-unstyled h6,
.card .card-header-unstyled .h1, .card .card-header-unstyled .h2, .card .card-header-unstyled .h3, .card .card-header-unstyled .h4, .card .card-header-unstyled .h5, .card .card-header-unstyled .h6, .card .card-header-unstyled .timeline-day .event-times > div > span, .timeline-day .card .card-header-unstyled .event-times > div > span {
  margin-bottom: 0;
}
.card .card-header-unstyled .row [class*=col-] {
  margin-bottom: initial;
}
.card .card-footer-unstyled {
  border-top: none;
}
.card .card-img-banner {
  margin: 1.5rem 0;
  position: relative;
}
.card .card-img-banner .card-img {
  min-height: 100px;
  overflow: hidden;
}
.card .card-img-banner .card-img img {
  filter: grayscale(40%);
  transition: filter 0.4s cubic-bezier(0.25, 0.46, 0.15, 1), transform 0.6s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.card .card-img-banner .card-img-caption {
  color: #fff;
  font-size: 2.75rem;
  left: 12px;
  line-height: 1;
  mix-blend-mode: overlay;
  opacity: 0.6;
  position: absolute;
  top: 6px;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.card .card-img-banner .card-img-inset {
  background-color: #fff;
  border: solid 1px #e9ecef;
  border-radius: 2px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  bottom: 0;
  padding: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  width: 50%;
}
.card .card-img-banner.card-img-inset-banner {
  margin-bottom: 15%;
}
.card .card-img-banner.card-img-inset-banner.full-bleed {
  margin-top: 0;
  margin-bottom: 0;
}
.card .card-img-banner.card-img-inset-banner.full-bleed .card-img-inset-caption {
  bottom: 85%;
  width: 85%;
  left: 40%;
}
.card:hover .card-img-banner .card-img img {
  filter: grayscale(0%);
  transform: scale(1.05);
}
.card:hover .card-img-banner .card-img-caption {
  opacity: 0.9;
}

.card-columns.card-columns-2,
.card-columns.card-columns-3 {
  column-count: 1;
}
@media (min-width: 576px) {
  .card-columns.card-columns-2,
  .card-columns.card-columns-3 {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .card-columns.card-columns-3 {
    column-count: 3;
  }
}

.card-header-secondary {
  background: #012E5C;
  padding: 0.875rem 1rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.25;
}

.survey-question-response.card {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border: 0;
  margin-bottom: 4rem;
}
.survey-question-response .card-header {
  background: #012E5C;
  padding: 0.875rem 1rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.25;
}
.survey-question-response li {
  margin-bottom: 0;
  border-right: 0;
  border-left: 0;
}
.survey-question-response li.list-group-item:hover {
  background: #e9ecef;
}
.survey-question-response li.list-group-item:not(:last-of-type) {
  border-bottom: 0;
}
.survey-question-response .response-wrap {
  padding: 1rem 0;
}
.survey-question-response .response-wrap p {
  margin-bottom: 0;
}
.survey-question-response .response-wrap .response-pic {
  display: block;
  order: 2;
}
.survey-question-response .response-wrap .response-text {
  order: 1;
  flex-basis: 100%;
  font-size: 1.5rem;
  color: #212529;
  font-weight: 300;
  line-height: 1.35;
  margin-bottom: 1rem;
}
.survey-question-response .response-wrap .response-footer {
  order: 3;
}
.survey-question-response .response-wrap .response-footer .response-name {
  font-size: 1.125rem;
  color: #6c757d;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.survey-question-response .link-arrow {
  display: none;
}

.highlighted-response {
  margin-bottom: 2rem;
}
.highlighted-response .response-wrap {
  padding: 1rem;
}

.feature-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (max-width: 767.98px) {
  .feature-cards .stacked {
    display: grid;
  }
  .feature-cards .stacked > * {
    grid-column: 1/2;
    grid-row: 1/2;
  }
}
.feature-cards .feature-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  grid-auto-rows: auto;
  height: 100%;
}
.feature-cards .feature-card-content {
  z-index: 10;
  margin: 0.5rem;
  margin-top: 15em;
  box-shadow: none;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  align-self: end;
  order: 2;
  background: white;
}
.feature-cards .feature-card-content .top-right {
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
}
@media (min-width: 768px) {
  .feature-cards .feature-card-content {
    margin-top: 15em;
  }
}
.feature-cards .feature-card-content .feature-body {
  display: flex;
  flex-direction: column;
}
.feature-cards .feature-card-content .feature-body p:last-child {
  margin-bottom: 0;
}
.feature-cards .feature-card-content .icon {
  font-size: 2rem;
  margin-right: 1rem;
  color: #012E5C;
}
.feature-cards .feature-card-content .feature-title {
  color: #677078;
}
.feature-cards .feature-card-image {
  order: 1;
}
.feature-cards .feature-card-image > img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.feature-cards .feature-card-image .clipper {
  clip-path: none;
}

@media (min-width: 768px) {
  .feature-cards {
    display: grid;
    grid-template-columns: 1fr;
  }
  .feature-cards .feature-card {
    aspect-ratio: unset;
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
  .feature-cards .feature-card .feature-card-content {
    order: 1;
    position: revert;
    z-index: 10;
    align-self: center;
    margin: 0;
    box-shadow: none;
    padding: 1rem 5px;
    background: none;
  }
  .feature-cards .feature-card .feature-card-image {
    order: 2;
  }
  .feature-cards .feature-card .feature-card-image .clipper {
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .feature-cards .feature-card.alternate .feature-card-content {
    order: 2;
  }
  .feature-cards .feature-card.alternate .feature-card-image {
    order: 1;
  }
  .feature-cards .feature-card.alternate .feature-card-image .clipper {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
  }
}
@media (min-width: 1200px) {
  .feature-cards .feature-card {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
  .feature-cards .feature-card .icon {
    font-size: 3rem;
  }
  .feature-cards .feature-card .feature-card-content {
    padding: 2rem 3.75rem 2rem 2.5rem;
    background: transparent;
  }
}
@media (max-width: 767.98px) {
  .stacked .featured-card-image {
    z-index: -1;
    display: block;
    grid-column: 1/-1;
    grid-row: 1/-1;
  }
  .stacked .featured-card-content {
    grid-column: 1/-1;
    grid-row: 2/-1;
    display: block;
    position: relative;
  }
}
.featured-card-content-filter .feature-card-content {
  box-shadow: none;
}

.featured-card-single.image-stack-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 37.5em;
}
.featured-card-single.image-stack-wrap .image-stack {
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.featured-card-single.image-stack-wrap .image-stack-item-top {
  width: 100%;
  z-index: 1;
}
.featured-card-single.image-stack-wrap .image-stack-item-bottom {
  width: 100%;
}
.featured-card-single.image-stack-wrap img.stacked-image {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.featured-card-single.image-stack-wrap .featured-card-content-filter {
  filter: drop-shadow(0 0.25rem 1rem rgba(0, 0, 0, 0.15));
}
.featured-card-single.image-stack-wrap .feature-card-content {
  z-index: 10;
  margin: -2rem 0.5rem 0.5rem;
  padding: 1.125rem 2rem;
  display: flex;
  flex-direction: row;
  align-self: end;
  order: 2;
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
  background: #fff;
}
.featured-card-single.image-stack-wrap .feature-card-content .feature-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.featured-card-single.image-stack-wrap .feature-card-content .feature-body p:last-child {
  margin-bottom: 0;
}
.featured-card-single.image-stack-wrap .feature-card-content .icon {
  font-size: 2rem;
  margin-right: 1rem;
  color: #012E5C;
}
.featured-card-single.image-stack-wrap .feature-card-content .feature-title {
  color: #677078;
}

/**********************************************/
/**********************************************/
.featured-card-content-filter {
  filter: drop-shadow(0 0.15rem 0.75rem rgba(0, 0, 0, 0.15));
  background-color: transparent;
}

.bg-image-stack {
  z-index: -1;
}

.feature-card-content.bg-gray-200 {
  background-color: #e9ecef;
}

.feature-card-content {
  isolation: isolate;
  z-index: 10;
  padding: 2rem 3.75rem 2rem 2.5rem;
  display: flex;
  flex-direction: row;
  align-self: end;
  background: transparent;
}
.feature-card-content .feature-body {
  display: flex;
  flex-direction: column;
}
.feature-card-content .feature-body p:last-child {
  margin-bottom: 0;
}
.feature-card-content .icon {
  font-size: 2rem;
  margin-right: 1rem;
  color: #012E5C;
}
.feature-card-content .feature-body {
  display: flex;
  flex-direction: column;
}
.feature-card-content .feature-body p:last-child {
  margin-bottom: 0;
}
.feature-card-content .icon {
  font-size: 2rem;
  margin-right: 1rem;
  color: #012E5C;
}
.feature-card-content .feature-title {
  color: #677078;
}

@media (min-width: 1200px) {
  .feature-card {
    grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
  .feature-card .icon {
    font-size: 3rem;
  }
  .feature-card .feature-card-content {
    padding: 2rem 3.75rem 2rem 2.5rem;
  }
}
.callout {
  position: relative;
  padding: 1.5rem 1.5rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-radius: 2px;
  border-width: 5px 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  background: #e9ecef;
  display: flex;
}

.callout-heading {
  color: inherit;
  font-size: 1.25rem;
}

.callout-icon {
  margin-right: 1rem;
  font-size: 1.75rem;
}

.callout-text {
  color: #343a40;
}
.callout-text p:last-of-type {
  margin-bottom: 0;
}

.callout-primary {
  color: #9b1a1a;
  border-color: #cc2222;
}
.callout-primary hr {
  border-top-color: #b61e1e;
}

.callout-secondary {
  color: #012346;
  border-color: #012e5c;
}
.callout-secondary hr {
  border-top-color: #012143;
}

.callout-success {
  color: #48a117;
  border-color: #5fd41e;
}
.callout-success hr {
  border-top-color: #55be1b;
}

.callout-info {
  color: #3883bb;
  border-color: #4aadf6;
}
.callout-info hr {
  border-top-color: #32a2f5;
}

.callout-warning {
  color: #c2a222;
  border-color: #ffd52d;
}
.callout-warning hr {
  border-top-color: #ffd014;
}

.callout-danger {
  color: #bb2626;
  border-color: #f63232;
}
.callout-danger hr {
  border-top-color: #f51a1a;
}

.callout-light {
  color: #bcbdbe;
  border-color: #f8f9fa;
}
.callout-light hr {
  border-top-color: #e9ecef;
}

.callout-dark {
  color: #282c31;
  border-color: #343a40;
}
.callout-dark hr {
  border-top-color: #292d32;
}

.callout-tertiary {
  color: #866a15;
  border-color: #b08b1c;
}
.callout-tertiary hr {
  border-top-color: #9a7a19;
}

.callout-default {
  color: #52595f;
  border-color: #6c757d;
}
.callout-default hr {
  border-top-color: #60686f;
}

.callout-custom-red-dark {
  color: #8a222a;
  border-color: #b52d37;
}
.callout-custom-red-dark hr {
  border-top-color: #a12831;
}

.callout-custom-red-light {
  color: #9b1a1a;
  border-color: #cc2222;
}
.callout-custom-red-light hr {
  border-top-color: #b61e1e;
}

.callout-custom-gold-dark {
  color: #866a15;
  border-color: #b08b1c;
}
.callout-custom-gold-dark hr {
  border-top-color: #9a7a19;
}

.callout-custom-gold-medium {
  color: #aa8c2d;
  border-color: #e0b83b;
}
.callout-custom-gold-medium hr {
  border-top-color: #ddb025;
}

.callout-custom-gold-light {
  color: #af954f;
  border-color: #e6c468;
}
.callout-custom-gold-light hr {
  border-top-color: #e2bb52;
}

.callout-custom-green {
  color: #627d04;
  border-color: #81a505;
}
.callout-custom-green hr {
  border-top-color: #6e8c04;
}

.callout-custom-blue-dark {
  color: #012346;
  border-color: #012e5c;
}
.callout-custom-blue-dark hr {
  border-top-color: #012143;
}

.callout-custom-blue-medium {
  color: #154676;
  border-color: #1c5c9b;
}
.callout-custom-blue-medium hr {
  border-top-color: #184f85;
}

.callout-custom-blue-light {
  color: #6492c0;
  border-color: #83c0fd;
}
.callout-custom-blue-light hr {
  border-top-color: #6ab3fd;
}

.callout-custom-grey-dark {
  color: #191c1f;
  border-color: #212529;
}
.callout-custom-grey-dark hr {
  border-top-color: #16181b;
}

.callout-custom-grey-medium {
  color: #282c31;
  border-color: #343a40;
}
.callout-custom-grey-medium hr {
  border-top-color: #292d32;
}

.callout-custom-grey-light {
  color: #52595f;
  border-color: #6c757d;
}
.callout-custom-grey-light hr {
  border-top-color: #60686f;
}

.callout-custom-grey-extralight {
  color: #b1b3b6;
  border-color: #e9ecef;
}
.callout-custom-grey-extralight hr {
  border-top-color: #dadfe4;
}

@media (min-width: 768px) {
  .callout-icon {
    font-size: 3rem;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
.form-control[readonly]:focus {
  border: 1px solid #dee2e6;
  box-shadow: none;
}
.form-control:focus {
  transform: scale(1.015);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select:not([multiple]).form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  outline: none;
  background-image: url(/assets/img/icons/icon-arrow-down.svg);
  background-size: 1.3125rem 2rem;
  background-position: calc(100% - 0.75rem) 0.375rem;
  background-repeat: no-repeat;
}
select:not([multiple]).form-control::-ms-expand {
  display: none;
}
select:not([multiple]).form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select:not([multiple]).form-control.form-control-lg, .input-group-lg > select:not([multiple]).form-control,
.input-group-lg > .input-group-prepend > select.input-group-text:not([multiple]).form-control,
.input-group-lg > .input-group-append > select.input-group-text:not([multiple]).form-control,
.input-group-lg > .input-group-prepend > select.btn:not([multiple]).form-control,
.input-group-lg > .input-group-prepend > select.filter:not([multiple]).form-control,
.input-group-lg > .input-group-append > select.btn:not([multiple]).form-control,
.input-group-lg > .input-group-append > select.filter:not([multiple]).form-control {
  background-size: 1.5875rem 1.875rem;
  background-position: calc(100% - 0.75rem) 0.5rem;
}
select:not([multiple]).form-control.form-control-sm, .input-group-sm > select:not([multiple]).form-control,
.input-group-sm > .input-group-prepend > select.input-group-text:not([multiple]).form-control,
.input-group-sm > .input-group-append > select.input-group-text:not([multiple]).form-control,
.input-group-sm > .input-group-prepend > select.btn:not([multiple]).form-control,
.input-group-sm > .input-group-prepend > select.filter:not([multiple]).form-control,
.input-group-sm > .input-group-append > select.btn:not([multiple]).form-control,
.input-group-sm > .input-group-append > select.filter:not([multiple]).form-control {
  background-size: 0.859375rem 1.3125rem;
  background-position: calc(100% - 0.75rem) 0.25rem;
}

.form-check {
  padding: 0.5rem 0 0;
}
.form-check .form-check-input {
  display: none;
}
.form-check .form-check-input:checked + .form-check-label {
  color: #495057;
}
.form-check .form-check-input:checked + .form-check-label:before {
  color: #343a40;
}
.form-check .form-check-input[disabled] + .form-check-label {
  opacity: 0.5;
}
.form-check input[type=radio].form-check-input + .form-check-label:before {
  content: "\ea18";
}
.form-check input[type=radio].form-check-input:checked + .form-check-label:before {
  content: "\e9f1";
}
.form-check input[type=checkbox].form-check-input:not(:checked) + .form-check-label:before {
  content: "\ed34";
}
.form-check input[type=checkbox].form-check-input:checked + .form-check-label:before {
  content: "\e9f3";
}
.form-check .form-check-label {
  color: #606a73;
  cursor: pointer;
  padding-left: 2rem;
  position: relative;
}
.form-check .form-check-label:before {
  color: #b2bcc5;
  display: inline-block;
  font-size: 1.25rem;
  height: 1.25rem;
  margin: 1px 0 0 -1.85rem;
  position: absolute;
  top: 0;
  transition: border-color 0.4s cubic-bezier(0.25, 0.46, 0.15, 1), box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.15, 1), color 0.4s cubic-bezier(0.25, 0.46, 0.15, 1), transform 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-check .form-check-label:before {
    transition: none;
  }
}

.input-file {
  border: solid 1px #dee2e6;
  font-size: 0;
  position: relative;
}
.input-file button,
.input-file label {
  position: relative;
  vertical-align: top;
  z-index: 475;
}
.input-file button {
  width: 33%;
}
.input-file input[type=file] {
  border: none;
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 500;
}
.input-file label {
  background-color: #fff;
  border-right: none;
  font-size: 1rem;
  display: inline-block;
  height: 2.75rem;
  overflow: hidden;
  padding: 0.375rem 0.75rem;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 67%;
}
.input-file.input-file-lg label {
  font-size: 1.25rem;
  height: 2.875rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.input-file.input-file-sm label {
  font-size: 0.875rem;
  height: 1.8125rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}

.form-legend,
.form-control-label {
  font-weight: 600;
  letter-spacing: 0.05ex;
}

.form-control-label {
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .form-inline .form-check {
    padding-top: 0;
  }
  .form-inline .form-check .form-check-label:before {
    top: 0.375rem;
  }
}
#atp-map {
  height: 400px;
}

.atp-map-container {
  fill: none;
  pointer-events: all;
}

.atp-map-state {
  fill: #dee2e6;
  cursor: pointer;
}
.atp-map-state.atp-map-state-active, .atp-map-state:hover {
  fill: #6c757d;
}

.atp-map-marker {
  cursor: pointer;
  stroke: #fff;
  transform: all 0.3s ease;
}
.atp-map-marker.atp-map-marker-acpp {
  fill: #CC2222;
}
.atp-map-marker.atp-map-marker-jets {
  fill: #1C5C9B;
}
.atp-map-marker.atp-map-marker-admin {
  fill: #e6c468;
}
.atp-map-marker.atp-map-marker-region:not(.atp-map-marker--enable) {
  pointer-events: none;
}
.atp-map-marker:hover {
  stroke: #adb5bd;
  cursor: pointer;
}

.mesh {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map-legend {
  display: inline;
  text-align: center;
}
.map-legend .list-inline-item {
  margin-right: 5rem;
}
.map-legend .list-inline-item:last-child {
  margin-right: 0;
}
.map-legend .atp-map-marker {
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  display: inline-block;
  margin-right: 0.5rem;
  cursor: default;
}
.map-legend .atp-map-marker.atp-map-marker-acpp {
  background: #CC2222;
}
.map-legend .atp-map-marker.atp-map-marker-jets {
  background: #1C5C9B;
}
.map-legend .atp-map-marker.atp-map-marker-admin {
  background: #e6c468;
}

/*
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: $spacer;
	background-color: $table-bg; // Reset for nesting within parents with `background-color`.

	th,
	td {
		// padding: $table-cell-padding ($table-cell-padding + .625rem);
		padding: $table-cell-padding;
		vertical-align: top;
		border-top: $table-border-width solid $table-border-color;
	}

	thead th {
		vertical-align: bottom;
		border-bottom: (2 * $table-border-width) solid $table-border-color;
	}

	tbody + tbody {
		border-top: (2 * $table-border-width) solid $table-border-color;
	}

	.table {
		background-color: $body-bg;
	}
}
*/
.table-outline {
  border: 1px solid #dee2e6;
}
.table-outline thead th {
  border-top: none;
  border-bottom: none;
}
.table-outline th {
  font-size: 1.25rem;
  font-weight: 600;
  color: #6c757d;
  border-top: none;
  border-bottom: none;
}
.table-outline td {
  font-weight: 600;
}
.table-outline tbody th {
  border-bottom: 1px solid #dee2e6;
  padding-left: 0;
}
.table-outline tbody > tr:first-child > td {
  border-top: none;
}
.table-outline tbody > tr:last-child > th {
  border-bottom: none;
}
.table-outline > tbody > tr:before, .table-outline > tbody > tr:after,
.table-outline > thead > tr:before,
.table-outline > thead > tr:after {
  content: "";
  display: table-cell;
  width: 2.5rem;
  padding: 1.25rem 0.625rem;
}
@media (min-width: 768px) {
  .table-outline > tbody > tr:before, .table-outline > tbody > tr:after,
  .table-outline > thead > tr:before,
  .table-outline > thead > tr:after {
    padding: 1.25rem 1.25rem;
  }
}
.table-outline > thead.thead-light > tr:before, .table-outline > thead.thead-light > tr:after {
  background-color: #f8f9fa;
}

@media (max-width: 767.98px) {
  th {
    line-height: 1.15;
  }
}
/*-------------------------------------------------------
	Sticky Table Styles
--------------------------------------------------------*/
.table-fixed-header,
.table-fixed-column {
  background-color: #fff;
  box-shadow: 0px 0px 5px black;
  overflow: hidden;
}

.table-fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1010;
}

.table-responsive th:first-of-type,
.table-responsive td:first-of-type {
  white-space: normal !important;
}

.table-fixed-column {
  width: 170px;
  position: absolute;
  z-index: 1000;
}

@media screen and (min-width: 767px) {
  .table-fixed-column {
    display: none !important;
  }
}
/*-------------------------------------------------------
	Additional Table Responsive class (still requires .table-responsive)
--------------------------------------------------------*/
.table-responsive-scroll-hint {
  position: relative;
}
.table-responsive-scroll-hint .table-responsive-scroll-hinter {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  bottom: 0;
  content: "";
  display: block;
  width: 8px;
  position: absolute;
  right: 0;
  top: 0;
}

.table-payscale col.hover,
.table-payscale tbody tr:hover {
  background-color: #e9ecef;
}

.table-row-to-column {
  display: block;
}
.table-row-to-column thead th,
.table-row-to-column th,
.table-row-to-column td {
  border: none;
}
.table-row-to-column .cost {
  font-weight: 400 !important;
}
.table-row-to-column .icon-check {
  font-size: x-large;
}
@media (min-width: 768px) {
  .table-row-to-column .vertical-th,
  .table-row-to-column .vertical-td,
  .table-row-to-column .vertical-tr,
  .table-row-to-column .vertical-td {
    display: none;
  }
  .table-row-to-column .horizontal-th,
  .table-row-to-column .horizontal-td,
  .table-row-to-column .horizontal-tr,
  .table-row-to-column .horizontal-td {
    display: block;
  }
  .table-row-to-column td {
    border: none;
  }
  .table-row-to-column .horizontal-thead,
  .table-row-to-column .horizontal-tbody {
    width: 100%;
    display: flex;
    text-align: center;
  }
  .table-row-to-column .horizontal-thead tr,
  .table-row-to-column .horizontal-tbody tr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
  }
  .table-row-to-column .horizontal-thead th,
  .table-row-to-column .horizontal-thead td,
  .table-row-to-column .horizontal-tbody th,
  .table-row-to-column .horizontal-tbody td {
    border: none;
  }
  .table-row-to-column .horizontal-thead {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    border-bottom: 1px solid #e9ecef;
  }
  .table-row-to-column .horizontal-th {
    vertical-align: bottom;
    border: none;
    place-self: center;
    text-align: center;
    line-height: 1.5rem;
  }
  .table-row-to-column tbody .horizontal-th {
    place-self: center;
  }
  .table-row-to-column .horizontal-tr {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    place-items: center;
  }
  .table-row-to-column .vertical-thead {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .table-row-to-column .horizontal-th,
  .table-row-to-column .horizontal-td,
  .table-row-to-column .horizontal-tr,
  .table-row-to-column .horizontal-tbody {
    display: none;
  }
  .table-row-to-column .vertical-th,
  .table-row-to-column .vertical-td,
  .table-row-to-column .vertical-tr,
  .table-row-to-column .vertical-td {
    display: block;
  }
  .table-row-to-column .vertical-thead,
  .table-row-to-column .vertical-tbody {
    display: flex;
  }
  .table-row-to-column .vertical-thead tr,
  .table-row-to-column .vertical-tbody tr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
  }
  .table-row-to-column .vertical-tbody {
    flex-direction: column;
    display: grid;
    grid-template-rows: repeat(4, 1fr);
  }
  .table-row-to-column .vertical-thead {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #e9ecef;
    align-items: center;
    text-align: center;
  }
  .table-row-to-column .vertical-thead .vertical-th {
    text-align: center;
    justify-self: center;
  }
  .table-row-to-column .vertical-tr {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
  }
  .table-row-to-column .vertical-tr .vertical-th {
    padding-left: 0;
  }
  .table-row-to-column .vertical-th {
    justify-self: flex-start;
  }
}

.gallery {
  min-height: 1vh;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.15, 1), min-height 2s cubic-bezier(0.25, 0.46, 0.15, 1);
  will-change: min-height;
}
.gallery .gallery-container {
  position: sticky;
  top: 0;
  will-change: height, background-color;
}
.gallery .gallery-container .gallery-img-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.15, 1);
  width: 100%;
}
.gallery .gallery-container .gallery-img-container:not(:first-of-type) {
  display: none;
}
.gallery .gallery-container .gallery-img-container.gallery-img-container--above {
  transform: translateY(-100%);
}
.gallery .gallery-container .gallery-img-container.gallery-img-container--below {
  transform: translateY(100%);
}
.gallery .gallery-container .gallery-img-container .gallery-map-container,
.gallery .gallery-container .gallery-img-container img.img-fluid {
  max-width: 100vw;
  transform: skewY(-3.5deg);
}
.gallery .gallery-container .gallery-img-container img.img-fluid {
  min-height: 1vh;
  pointer-events: none;
  transition: opacity 0.32s cubic-bezier(0.25, 0.46, 0.15, 1), transform 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.gallery .gallery-container .gallery-img-container .gallery-img-caption {
  backdrop-filter: saturate(60%) blur(8px);
  -webkit-backdrop-filter: saturate(60%) blur(8px);
  backface-visibility: hidden;
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%) skewY(-3.5deg);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
  width: calc(100% - 5rem);
  z-index: 1000;
  will-change: transform;
}
.gallery .gallery-container .gallery-img-container .gallery-img-caption .gallery-img-caption-container {
  max-height: 100%;
  overflow-y: scroll;
  border-left: solid 1px #6c757d;
  padding-left: 15px;
}
.gallery .gallery-container .gallery-img-container .gallery-img-caption .gallery-img-caption-toggle {
  top: 30px;
  color: #6c757d;
  font-size: 3rem;
  left: -3.25rem;
  opacity: 0;
  position: absolute;
  text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.2);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.gallery .gallery-container .gallery-img-container .gallery-img-caption .gallery-img-caption-toggle:after {
  content: "\ec80";
}
.gallery .gallery-container .gallery-img-container .gallery-map-container {
  min-height: 80vh;
  margin: -3.075vw 0;
  overflow: hidden;
  position: relative;
}
.gallery .gallery-container .gallery-img-container .gallery-map-container .gallery-map {
  height: 100vh;
  width: 100%;
}
.gallery .gallery-container .gallery-img-container .gallery-map-container .gallery-map img {
  margin: auto;
}
.gallery .gallery-container .gallery-img-container .gallery-caption-container {
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.75) 100%);
  bottom: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
  width: 100%;
}
.gallery .gallery-container .gallery-img-container .gallery-caption-container .gallery-trigger {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: skewY(-3.5deg) translateX(-50%) translateY(-50%);
}
.gallery .gallery-container .gallery-img-container .gallery-caption-container:hover {
  opacity: 0.92;
}
.gallery.gallery-immerse {
  height: 100vh;
  transform: skewY(0deg);
}
.gallery.gallery-immerse .gallery-container {
  height: 100vh;
}
.gallery.gallery-immerse .gallery-container .gallery-img-container {
  backface-visibility: hidden;
  height: 100vh;
  position: absolute;
  top: 0;
}
.gallery.gallery-immerse .gallery-container .gallery-img-container > img,
.gallery.gallery-immerse .gallery-container .gallery-img-container > .gallery-map-container {
  backface-visibility: hidden;
  transform: skewY(0);
}
.gallery.gallery-immerse .gallery-container .gallery-img-container img.img-fluid {
  opacity: 0;
}
.gallery.gallery-immerse .gallery-container .gallery-img-container .gallery-map-container {
  margin: 0;
  min-height: 100vh;
  z-index: 990;
}
.gallery.gallery-immerse .gallery-container .gallery-img-container .gallery-img-caption {
  transform: translateX(100%);
}
.gallery.gallery-immerse .gallery-container .gallery-img-container .gallery-img-caption .gallery-img-caption-toggle {
  opacity: 1;
}
.gallery.gallery-immerse .gallery-scroll-indicator {
  display: table;
  opacity: 1;
  transform: translateY(0%);
  z-index: 1000;
}
.gallery.gallery-immerse .gallery-caption-container {
  opacity: 0;
  pointer-events: none;
}
.gallery.gallery-immerse .gallery-caption-container .gallery-trigger {
  display: none;
}
.gallery.gallery-immerse--immersed .gallery-container {
  margin-bottom: -6.5vh;
}
.gallery.gallery-immerse--immersed .gallery-container .gallery-img-container {
  display: block;
}
.gallery.gallery-immerse--immersed .gallery-container .gallery-img-container.gallery-img-container--in .gallery-img-caption.active {
  transform: translateX(0);
}
.gallery.gallery-immerse--immersed .gallery-container .gallery-img-container.gallery-img-container--in .gallery-img-caption.active .gallery-img-caption-toggle {
  transform: rotate(45deg);
}
.gallery.gallery-immerse--immersed .gallery-container .gallery-img-container .gallery-caption-container {
  display: none;
}
.gallery .gallery-scroll-indicator {
  border-spacing: 12px;
  display: table;
  height: calc(100vh - 7rem);
  left: 12px;
  opacity: 0;
  position: absolute;
  transform: translateY(100%);
  transition: transform 0.4s 0.8s cubic-bezier(0.25, 0.46, 0.15, 1);
  top: 0;
  width: 0.25rem;
  will-change: transform;
}
.gallery .gallery-scroll-indicator .gallery-scroll-indicator-bar {
  display: table-row;
}
.gallery .gallery-scroll-indicator .gallery-scroll-indicator-bar:after {
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  content: "";
  display: table-cell;
  min-height: 1rem;
  min-width: 0.25rem;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.gallery .gallery-scroll-indicator .gallery-scroll-indicator-bar.active:after {
  background-color: #CC2222;
}

@media (min-width: 768px) {
  .gallery .gallery-container .gallery-img-container .gallery-img-caption .gallery-img-caption-toggle {
    top: 30px;
    left: -4rem;
    color: #fff;
    text-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  }
  .gallery .gallery-container .gallery-img-container .gallery-img-caption .gallery-img-caption-toggle:hover {
    color: #adb5bd;
  }
}
@media (min-width: 992px) {
  .gallery .gallery-container .gallery-img-container .gallery-img-caption {
    width: 35vw;
  }
  .gallery .gallery-container .gallery-img-container .gallery-map-container ~ .gallery-img-caption {
    width: 50vw;
  }
  .gallery .gallery-scroll-indicator {
    height: 100vh;
  }
}
.panel {
  margin: 30px 0;
}
.panel .panel-navigation-container {
  display: none;
}
.panel .panel-container .panel-section-toggle,
.panel .panel-container .panel-section-content {
  border: solid 1px #e9ecef;
}
.panel .panel-container .panel-section-toggle {
  border-width: 1px 0 0;
}
.panel .panel-container .panel-section-content {
  border-width: 0 0 1px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.panel .panel-container .panel-section-content:last-of-type, .panel .panel-container .panel-section-content.active {
  border-width: 0;
}
.panel .panel-container .panel-section-content.active {
  max-height: 1000vh;
  opacity: 1;
  padding: 15px 0;
}
.panel .panel-section-toggle {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  justify-content: space-between;
  line-height: 2rem;
  margin: 0;
  padding: 12px 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.panel .panel-section-toggle:after {
  color: #6c757d;
  content: "\ec84";
  font-size: 1.25rem;
  height: 1.25rem;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.panel .panel-section-toggle .panel-section-toggle-title {
  align-items: center;
  display: flex;
  padding-right: 12px;
  position: relative;
}
.panel .panel-section-toggle .panel-section-toggle-title [class^=icon-], .panel .panel-section-toggle .panel-section-toggle-title [class*=" icon-"] {
  display: inline-block;
  min-width: 2rem;
  padding-right: 12px;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.panel .panel-section-toggle .panel-section-toggle-title:after {
  background: #CC2222;
  bottom: -12px;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 0%;
  transition: width 0.15s 0.2s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.panel .panel-section-toggle .panel-section-toggle-title:hover [class^=icon-], .panel .panel-section-toggle .panel-section-toggle-title:hover [class*=" icon-"] {
  color: #CC2222;
}
.panel .panel-section-toggle.active {
  font-weight: 600;
}
.panel .panel-section-toggle.active [class^=icon-], .panel .panel-section-toggle.active [class*=" icon-"] {
  color: #CC2222;
}
.panel .panel-section-toggle.active:after {
  transform: rotate(45deg);
}
.panel .panel-section-toggle.active .panel-section-toggle-title:after {
  width: 100%;
}

@media (min-width: 992px) {
  .panel:not(.panel-accordion) {
    display: flex;
  }
  .panel:not(.panel-accordion) .panel-navigation-container {
    display: block;
    min-width: 20%;
  }
  .panel:not(.panel-accordion) .panel-navigation-container .panel-navigation {
    border-right: solid 1px #e9ecef;
    position: sticky;
    top: 0;
  }
  .panel:not(.panel-accordion) .panel-navigation-container .panel-navigation .panel-section-toggle {
    display: block;
    padding-bottom: 24px;
    padding-top: 0;
  }
  .panel:not(.panel-accordion) .panel-navigation-container .panel-navigation .panel-section-toggle .panel-section-toggle-title {
    display: inline-block;
    padding-right: 0;
  }
  .panel:not(.panel-accordion) .panel-container .panel-section-content {
    border-width: 0;
    margin-left: -1px;
    padding-left: 30px !important;
    padding-top: 0 !important;
  }
  .panel:not(.panel-accordion) .panel-container .panel-section-content.active {
    border-width: 0 0 0 1px;
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.15, 1);
  }
  .panel:not(.panel-accordion) .panel-container .panel-section-toggle {
    display: none;
  }
  .panel:not(.panel-accordion) .panel-section-toggle {
    border-width: 0;
    padding-right: 30px;
    text-align: right;
  }
  .panel:not(.panel-accordion) .panel-section-toggle:after {
    display: none;
  }
  .panel:not(.panel-accordion) .panel-section-toggle:hover .panel-section-toggle-title:after {
    width: 100%;
  }
}
.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 56.23% for 16:9 videos */
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  transition: 0.4s all;
}

.youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("/assets/img/play-button.png") no-repeat;
  cursor: pointer;
}

.video-wrap {
  position: relative;
  margin-bottom: 2rem;
  cursor: pointer;
}
.video-wrap .video-player-caption {
  display: block;
  background: #012E5C;
  color: #fff;
  padding: 0.25rem;
  text-align: center;
  z-index: 2040;
  font-size: 80%;
  font-weight: 600;
  line-height: 1.25rem;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 576px) {
  .video-wrap {
    position: relative;
  }
  .video-wrap .video-player-caption {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
.video-list {
  display: flex;
  flex-wrap: wrap;
}
.video-list .video-grid {
  flex: 0 0 100%;
}
.video-list .video-grid.toggle-content:not(.active) {
  display: none;
}

@media (min-width: 576px) {
  .video-list {
    align-items: flex-start;
    justify-content: flex-start;
  }
  .video-list .video-grid {
    flex: 0 0 100%;
  }
  .video-list .video-grid .video-wrap {
    margin: 15px;
  }
}
@media (min-width: 768px) {
  .video-list .video-grid {
    flex: 0 0 50%;
  }
}
.timeline-toggles {
  min-height: 4rem;
  padding: 0 12px;
}

.timeline-stage-toggle {
  cursor: pointer;
  margin-top: 1rem;
}
.timeline-stage-toggle:before {
  content: "Explore This Stage";
}

@media (max-width: 991.98px) {
  .timeline-container .timeline-content .container {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .timeline-container.container {
    margin: 0;
    padding: 0;
    max-width: none;
  }
  .timeline-container .timeline:not(.timeline-abbreviated) .timeline-stage {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
  .timeline-container .timeline:not(.timeline-abbreviated) .timeline-stage[data-toggle=collapse]:not([aria-expanded=true]):hover {
    border-bottom-width: 0;
  }
  .timeline-container .timeline:not(.timeline-abbreviated) .timeline-stage[data-toggle=collapse]:not([aria-expanded=true]):hover + .collapse:not(.show).timeline-content,
  .timeline-container .timeline:not(.timeline-abbreviated) .timeline-stage[data-toggle=collapse]:not([aria-expanded=true]):hover + .collapse:not(.show) .timeline-content,
  .timeline-container .timeline:not(.timeline-abbreviated) .timeline-stage[data-toggle=collapse]:not([aria-expanded=true]):hover + .timeline-stage + .collapse:not(.show).timeline-content,
  .timeline-container .timeline:not(.timeline-abbreviated) .timeline-stage[data-toggle=collapse]:not([aria-expanded=true]):hover + .timeline-stage + .collapse:not(.show) .timeline-content {
    left: 0;
    opacity: 0.4;
    width: 100%;
  }
  .timeline-container .timeline:not(.timeline-abbreviated) .timeline-stage + .collapse:not(.show) {
    display: block;
    height: 2px;
    margin-top: -2px;
    overflow: hidden;
    transform: translateY(-800%);
  }
  .timeline-container .timeline:not(.timeline-abbreviated) .timeline-stage + .collapse:not(.show).timeline-content,
  .timeline-container .timeline:not(.timeline-abbreviated) .timeline-stage + .collapse:not(.show) .timeline-content {
    left: 35%;
    opacity: 0;
    padding: 0;
    width: 0;
    transition: width 0.3s cubic-bezier(0.25, 0.46, 0.15, 1), left 0.3s cubic-bezier(0.25, 0.46, 0.15, 1), opacity 0.2s cubic-bezier(0.25, 0.46, 0.15, 1);
  }
}
.timeline-container .timeline .timeline-stage {
  max-width: 540px;
}
@media (min-width: 768px) {
  .timeline-container .timeline .timeline-stage + .collapse.show + .timeline-stage {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {
  .timeline-container .timeline .timeline-stage {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .timeline-container .timeline .timeline-stage {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .timeline-container .timeline .timeline-stage {
    max-width: 1140px;
  }
}

.timeline {
  margin: 3rem 0 5rem 0;
  padding: 0;
}
.timeline .toggle-content.active {
  overflow: inherit;
}
.timeline .toggle-content:not(.active) {
  display: none !important;
}
.timeline > li {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.timeline .timeline-content,
.timeline .timeline-stage {
  padding: 1rem 1rem 1rem 1.5rem;
  position: relative;
}
.timeline .timeline-content:before, .timeline .timeline-content:after,
.timeline .timeline-stage:before,
.timeline .timeline-stage:after {
  bottom: 0;
  content: "";
  left: -0.125rem;
  position: absolute;
  top: -0.00000001px;
  width: 0.2rem;
  transition: background-color 0.2s cubic-bezier(0.25, 0.46, 0.15, 1);
  z-index: 990;
}
.timeline:not(.timeline-abbreviated) .timeline-content.primary:before {
  background-color: rgba(74, 173, 246, 0.1);
}
.timeline:not(.timeline-abbreviated) .timeline-content.secondary:before {
  background-color: rgba(95, 212, 30, 0.1);
}
.timeline:not(.timeline-abbreviated) .timeline-content.tertiary:before {
  background-color: rgba(244, 195, 0, 0.1);
}
.timeline:not(.timeline-abbreviated) .timeline-content.default:before {
  background-color: rgba(108, 117, 125, 0.1);
}
.timeline:not(.timeline-abbreviated) .timeline-content.brand:before {
  background-color: rgba(74, 173, 246, 0.1);
}
.timeline:not(.timeline-abbreviated) .timeline-stage .timeline-header {
  display: flex;
  flex-direction: column-reverse;
}
.timeline:not(.timeline-abbreviated) .timeline-stage .timeline-header .timeline-stage-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.timeline:not(.timeline-abbreviated) .timeline-stage .timeline-header .timeline-stage-time {
  color: #6c757d;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.start-primary:before {
  background-color: #4AADF6;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.end-primary:after {
  background-color: #4AADF6;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.start-secondary:before {
  background-color: #5FD41E;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.end-secondary:after {
  background-color: #5FD41E;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.start-tertiary:before {
  background-color: #f4c300;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.end-tertiary:after {
  background-color: #f4c300;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.start-default:before {
  background-color: #6c757d;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.end-default:after {
  background-color: #6c757d;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.start-brand:before {
  background-color: #CC2222;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.end-brand:after {
  background-color: #CC2222;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.end-trail {
  margin-bottom: 15vh;
  transition: margin-bottom 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.timeline:not(.timeline-abbreviated) .timeline-stage.end-trail:after {
  background-color: transparent !important;
  bottom: -100%;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.end-trail.end-primary:after {
  background-image: linear-gradient(to bottom, #4AADF6 0%, rgba(74, 173, 246, 0) 100%);
  background-repeat: repeat-x;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.end-trail.end-secondary:after {
  background-image: linear-gradient(to bottom, #5FD41E 0%, rgba(95, 212, 30, 0) 100%);
  background-repeat: repeat-x;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.end-trail.end-tertiary:after {
  background-image: linear-gradient(to bottom, #f4c300 0%, rgba(244, 195, 0, 0) 100%);
  background-repeat: repeat-x;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.end-trail.end-default:after {
  background-image: linear-gradient(to bottom, #6c757d 0%, rgba(108, 117, 125, 0) 100%);
  background-repeat: repeat-x;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.end-trail.end-brand:after {
  background-image: linear-gradient(to bottom, #CC2222 0%, rgba(204, 34, 34, 0) 100%);
  background-repeat: repeat-x;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.start-trail {
  margin-top: 7vh;
  transition: margin-bottom 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.timeline:not(.timeline-abbreviated) .timeline-stage.start-trail:before {
  display: none;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.start-trail:after {
  background-color: transparent !important;
  top: 0%;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.start-trail.start-primary:after {
  background-image: linear-gradient(to bottom, #4AADF6 0%, rgba(74, 173, 246, 0) 100%);
  background-repeat: repeat-x;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.start-trail.start-secondary:after {
  background-image: linear-gradient(to bottom, #5FD41E 0%, rgba(95, 212, 30, 0) 100%);
  background-repeat: repeat-x;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.start-trail.start-tertiary:after {
  background-image: linear-gradient(to bottom, #f4c300 0%, rgba(244, 195, 0, 0) 100%);
  background-repeat: repeat-x;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.start-trail.start-default:after {
  background-image: linear-gradient(to bottom, rgba(108, 117, 125, 0) 0%, #6c757d 100%);
  background-repeat: repeat-x;
}
.timeline:not(.timeline-abbreviated) .timeline-stage.start-trail.start-brand:after {
  background-image: linear-gradient(to bottom, #CC2222 0%, rgba(204, 34, 34, 0) 100%);
  background-repeat: repeat-x;
}
.timeline:not(.timeline-abbreviated) .timeline-stage:hover.end-trail, .timeline:not(.timeline-abbreviated) .timeline-stage[aria-expanded=true].end-trail {
  margin-bottom: 0;
}
.timeline:not(.timeline-abbreviated) .timeline-stage:hover.end-trail:after, .timeline:not(.timeline-abbreviated) .timeline-stage[aria-expanded=true].end-trail:after {
  background-color: inherit;
  bottom: 0;
}
.timeline .timeline-stage {
  display: flex;
}
.timeline .timeline-stage:before {
  bottom: calc(100% - 1rem);
}
.timeline .timeline-stage:after {
  top: 1rem;
}
.timeline .timeline-stage .timeline-header {
  align-self: center;
  position: relative;
  width: 100%;
}
.timeline .timeline-stage .timeline-header .timeline-stage-title {
  line-height: 1;
  padding-right: 1.25rem;
}
.timeline .timeline-stage .timeline-header .timeline-stage-time {
  line-height: 1;
}
.timeline .timeline-stage .timeline-header:before, .timeline .timeline-stage .timeline-header:after {
  display: block;
  position: absolute;
  top: 0;
}
.timeline .timeline-stage .timeline-header:not(.no-marker):before {
  content: "";
  background-color: #fff;
  border: solid 0.2rem transparent;
  border-radius: 50%;
  left: -2rem;
  height: 1rem;
  width: 1rem;
  z-index: 1000;
}
.timeline .timeline-stage[data-toggle=collapse] {
  cursor: pointer;
}
.timeline .timeline-stage[data-toggle=collapse] .timeline-header:not(.no-toggle):after {
  color: #6c757d;
  content: "\ec80";
  font-size: 1.25rem;
  height: 1.25rem;
  right: 0;
  text-align: center;
  transform-origin: top;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
  width: 1.25rem;
}
.timeline .timeline-stage[data-toggle=collapse][aria-expanded=true] {
  background: none;
  background-color: #212529;
  color: #fff;
}
.timeline .timeline-stage[data-toggle=collapse][aria-expanded=true] .timeline-header:not(.no-toggle):after {
  transform: rotate(45deg) translateY(-50%);
}
.timeline .timeline-stage[data-toggle=collapse][aria-expanded=true] .timeline-stage-toggle:before {
  content: "Collapse";
}
.timeline .timeline-stage[data-toggle=collapse][aria-expanded=true].end-primary .timeline-header:before {
  background-color: #4AADF6;
}
.timeline .timeline-stage[data-toggle=collapse][aria-expanded=true].end-secondary .timeline-header:before {
  background-color: #5FD41E;
}
.timeline .timeline-stage[data-toggle=collapse][aria-expanded=true].end-tertiary .timeline-header:before {
  background-color: #f4c300;
}
.timeline .timeline-stage[data-toggle=collapse][aria-expanded=true].end-default .timeline-header:before {
  background-color: #6c757d;
}
.timeline .timeline-stage[data-toggle=collapse][aria-expanded=true].end-brand .timeline-header:before {
  background-color: #4AADF6;
}
.timeline .timeline-stage.end-primary .timeline-header:before {
  border-color: #4AADF6;
}
.timeline .timeline-stage.end-secondary .timeline-header:before {
  border-color: #5FD41E;
}
.timeline .timeline-stage.end-tertiary .timeline-header:before {
  border-color: #f4c300;
}
.timeline .timeline-stage.end-default .timeline-header:before {
  border-color: #6c757d;
}
.timeline .timeline-stage.end-brand .timeline-header:before {
  border-color: #CC2222;
}
.timeline.timeline-abbreviated .timeline-stage.end-primary .timeline-header:before,
.timeline .timeline-stage:hover.end-primary .timeline-header:before {
  background-color: #4AADF6;
}
.timeline.timeline-abbreviated .timeline-stage.end-secondary .timeline-header:before,
.timeline .timeline-stage:hover.end-secondary .timeline-header:before {
  background-color: #5FD41E;
}
.timeline.timeline-abbreviated .timeline-stage.end-tertiary .timeline-header:before,
.timeline .timeline-stage:hover.end-tertiary .timeline-header:before {
  background-color: #f4c300;
}
.timeline.timeline-abbreviated .timeline-stage.end-default .timeline-header:before,
.timeline .timeline-stage:hover.end-default .timeline-header:before {
  background-color: #6c757d;
}
.timeline.timeline-abbreviated .timeline-stage.end-brand .timeline-header:before,
.timeline .timeline-stage:hover.end-brand .timeline-header:before {
  background-color: #CC2222;
}
.timeline.timeline-abbreviated .timeline-stage[class*=start-]:before {
  background-color: #6c757d;
}
.timeline.timeline-abbreviated .timeline-stage[class*=end-]:after {
  background-color: #6c757d;
}
.timeline.timeline-abbreviated .timeline-stage.end-default .timeline-header:before {
  background-color: #fff;
}
.timeline.timeline-abbreviated .timeline-stage .timeline-header .timeline-stage-title {
  color: #6c757d;
}
.timeline.timeline-abbreviated .timeline-stage .timeline-header .timeline-stage-time {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.timeline.timeline-abbreviated .timeline-stage.end-primary .timeline-header .timeline-stage-time {
  color: #4AADF6;
}
.timeline.timeline-abbreviated .timeline-stage.end-secondary .timeline-header .timeline-stage-time {
  color: #5FD41E;
}
.timeline.timeline-abbreviated .timeline-stage.end-tertiary .timeline-header .timeline-stage-time {
  color: #f4c300;
}
.timeline.timeline-abbreviated .timeline-stage.end-brand .timeline-header .timeline-stage-time {
  color: #CC2222;
}
.timeline.timeline-abbreviated .timeline-stage.end-trail + .timeline-content:before {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #6c757d 0%, rgba(108, 117, 125, 0) 100%);
  background-repeat: repeat-x;
}
.timeline.timeline-abbreviated .timeline-content:before {
  background-color: #6c757d;
}

@media (min-width: 768px) {
  .timeline-toggles {
    position: relative;
  }
  .timeline-toggles .timeline-toggles-container {
    display: inline-block;
    left: 30%;
    padding-left: 0.2rem;
    position: absolute;
    transform: translateX(-50%);
  }
  .timeline:not(.timeline-abbreviated) .timeline-content {
    border-color: transparent;
    border-style: solid;
    border-width: 2px 0;
    padding: 5rem 1rem;
  }
  .timeline:not(.timeline-abbreviated) .timeline-content:before, .timeline:not(.timeline-abbreviated) .timeline-content:after {
    display: none;
  }
  .timeline:not(.timeline-abbreviated) .timeline-content.primary {
    border-color: #4AADF6;
  }
  .timeline:not(.timeline-abbreviated) .timeline-content.secondary {
    border-color: #5FD41E;
  }
  .timeline:not(.timeline-abbreviated) .timeline-content.tertiary {
    border-color: #f4c300;
  }
  .timeline:not(.timeline-abbreviated) .timeline-content.default {
    border-color: #6c757d;
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage {
    background: none;
    padding: 0;
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage:before, .timeline:not(.timeline-abbreviated) .timeline-stage:after {
    left: 30%;
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage .timeline-header {
    display: flex;
    flex-direction: row-reverse;
    padding-bottom: 2rem;
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage .timeline-header:not(.no-marker):before {
    left: 30%;
    transform: translateX(-40%);
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage .timeline-header .timeline-stage-title {
    font-weight: 300;
    padding: 0 1rem 1rem 2rem;
    width: 70%;
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage .timeline-header .timeline-stage-time {
    padding: 0 2rem 1rem 1rem;
    text-align: right;
    width: 30%;
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage[data-toggle=collapse] {
    border-bottom: solid 0 transparent;
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage[data-toggle=collapse][aria-expanded=true] {
    background-color: transparent;
    color: inherit;
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage[data-toggle=collapse][aria-expanded=true] .timeline-stage-title {
    font-weight: 400;
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage[data-toggle=collapse][aria-expanded=true] .timeline-stage-time {
    color: #343a40;
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage[data-toggle=collapse].end-primary {
    border-bottom-color: rgba(74, 173, 246, 0.15);
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage[data-toggle=collapse].end-secondary {
    border-bottom-color: rgba(95, 212, 30, 0.15);
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage[data-toggle=collapse].end-tertiary {
    border-bottom-color: rgba(244, 195, 0, 0.15);
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage[data-toggle=collapse].end-default {
    border-bottom-color: rgba(108, 117, 125, 0.15);
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage[data-toggle=collapse]:not([aria-expanded=true]):hover {
    border-bottom-width: 2px;
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage[data-toggle=collapse] .timeline-header:after {
    right: 1rem;
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage:hover .timeline-stage-title {
    font-weight: 400;
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage:hover .timeline-stage-time {
    color: #343a40;
  }
  .timeline:not(.timeline-abbreviated) .timeline-stage.end-trail {
    margin-bottom: 22vh;
  }
  .timeline.timeline-abbreviated .timeline-content,
  .timeline.timeline-abbreviated .timeline-stage {
    width: 50%;
  }
  .timeline.timeline-abbreviated .timeline-content:not(.reverse),
  .timeline.timeline-abbreviated .timeline-stage:not(.reverse) {
    left: 50%;
  }
  .timeline.timeline-abbreviated .timeline-content.reverse,
  .timeline.timeline-abbreviated .timeline-stage.reverse {
    padding: 1rem 1.5rem 1rem 1rem;
    text-align: right;
  }
  .timeline.timeline-abbreviated .timeline-content.reverse:before, .timeline.timeline-abbreviated .timeline-content.reverse:after,
  .timeline.timeline-abbreviated .timeline-stage.reverse:before,
  .timeline.timeline-abbreviated .timeline-stage.reverse:after {
    left: 100%;
    margin-left: -0.125rem;
  }
  .timeline.timeline-abbreviated .timeline-stage.reverse .timeline-header:before {
    left: 100%;
    margin-left: 1rem;
  }
  .timeline.timeline-abbreviated .timeline-stage.reverse .timeline-header .timeline-stage-title {
    padding: 0;
  }
}
.btn-group-toggles .btn:first-child, .btn-group-toggles .filter:first-child, .btn-group-toggles .cta-btn-link-group a:first-child:first-of-type, .cta-btn-link-group .btn-group-toggles a:first-child:first-of-type, .btn-group-toggles .cta-btn-link-group a:first-child:last-of-type, .cta-btn-link-group .btn-group-toggles a:first-child:last-of-type,
.btn-group-toggles .cta-btn-link-group-left a:first-child:first-of-type,
.cta-btn-link-group-left .btn-group-toggles a:first-child:first-of-type,
.btn-group-toggles .cta-btn-link-group-left a:first-child:last-of-type,
.cta-btn-link-group-left .btn-group-toggles a:first-child:last-of-type {
  border-radius: 2rem 0 0 2rem;
}
.btn-group-toggles .btn:last-child, .btn-group-toggles .filter:last-child, .btn-group-toggles .cta-btn-link-group a:last-child:first-of-type, .cta-btn-link-group .btn-group-toggles a:last-child:first-of-type, .btn-group-toggles .cta-btn-link-group a:last-child:last-of-type, .cta-btn-link-group .btn-group-toggles a:last-child:last-of-type,
.btn-group-toggles .cta-btn-link-group-left a:last-child:first-of-type,
.cta-btn-link-group-left .btn-group-toggles a:last-child:first-of-type,
.btn-group-toggles .cta-btn-link-group-left a:last-child:last-of-type,
.cta-btn-link-group-left .btn-group-toggles a:last-child:last-of-type {
  border-radius: 0 2rem 2rem 0;
}

.toggle-content {
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.timeline .toggle-content {
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
}

.toggle-content {
  opacity: 0;
  overflow: hidden;
}
.toggle-content:not(.active) {
  max-height: 0;
}
.toggle-content.active {
  opacity: 1;
}
.toggle-content.no-animation {
  transition: none;
}
.toggle-content.no-animation:not(.active) {
  display: none;
}

.row-header-sticky {
  background: #fff;
  margin-bottom: 24px;
  border-bottom: none;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}
@media (min-width: 576px) {
  .row-header-sticky {
    border-bottom: 1px solid #e9ecef;
    box-shadow: none;
  }
}
.row-header-sticky [class*=col-] {
  margin-bottom: 6px;
}
.row-header-sticky .sticky-heading {
  margin-bottom: 0;
}

.row-header {
  margin-top: 3.75rem;
  border-bottom: 1px solid #e9ecef;
}
.row-header:first-child {
  margin-top: 0;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  /* Hide default HTML checkbox */
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #012E5C;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #E0B83B;
}

input:focus + .slider {
  box-shadow: 0 0 1px #E0B83B;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

[class^=airlinesprite].lazyload {
  background-image: none;
  background-color: transparent;
}

[class^=airlinesprite] {
  background-image: url("/assets/img/airline-sprite.png?20240928");
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  height: 36px;
  width: 72px;
}
@media only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  [class^=airlinesprite] {
    background-image: url("/assets/img/airline-sprite@2x.png?20240928");
    background-size: 72px 1872px;
  }
}

.airlinesprite-republic {
  background-position: 0 0;
}

.airlinesprite-skywest {
  background-position: 0 -36px;
}

.airlinesprite-envoy {
  background-position: 0 -72px;
}

.airlinesprite-expressjet {
  background-position: 0 -108px;
}

.airlinesprite-ameriflight {
  background-position: 0 -144px;
}

.airlinesprite-gojet {
  background-position: 0 -180px;
}

.airlinesprite-mesa {
  background-position: 0 -216px;
}

.airlinesprite-planesense {
  background-position: 0 -252px;
}

.airlinesprite-sierrawest {
  background-position: 0 -288px;
}

.airlinesprite-horizon {
  background-position: 0 -324px;
}

.airlinesprite-united {
  background-position: 0 -360px;
}

.airlinesprite-endeavor {
  background-position: 0 -396px;
}

.airlinesprite-transstates {
  background-position: 0 -432px;
}

.airlinesprite-capeair {
  background-position: 0 -468px;
}

.airlinesprite-airnet {
  background-position: 0 -504px;
}

.airlinesprite-silver {
  background-position: 0 -540px;
}

.airlinesprite-airwisconsin {
  background-position: 0 -576px;
}

.airlinesprite-airchoice {
  background-position: 0 -612px;
}

.airlinesprite-piedmont {
  background-position: 0 -648px;
}

.airlinesprite-greatlakes {
  background-position: 0 -684px;
}

.airlinesprite-commuteair {
  background-position: 0 -720px;
}

.airlinesprite-psa {
  background-position: 0 -756px;
}

.airlinesprite-keylime {
  background-position: 0 -792px;
}

.airlinesprite-mountainair {
  background-position: 0 -828px;
}

.airlinesprite-empire {
  background-position: 0 -864px;
}

.airlinesprite-tradewind {
  background-position: 0 -900px;
}

.airlinesprite-travelmngmt {
  background-position: 0 -936px;
}

.airlinesprite-ameristar {
  background-position: 0 -972px;
}

.airlinesprite-martinair {
  background-position: 0 -1008px;
}

.airlinesprite-jetlinx {
  background-position: 0 -1044px;
}

.airlinesprite-freightrunners {
  background-position: 0 -1080px;
}

.airlinesprite-westcoastaviation {
  background-position: 0 -1116px;
}

.airlinesprite-stajets {
  background-position: 0 -1152px;
}

.airlinesprite-castle {
  background-position: 0 -1188px;
}

.airlinesprite-flyexclusive {
  background-position: 0 -1224px;
}

.airlinesprite-silverhawk {
  background-position: 0 -1260px;
}

.airlinesprite-justiceair {
  background-position: 0 -1296px;
}

.airlinesprite-moser {
  background-position: 0 -1332px;
}

.airlinesprite-frontier {
  background-position: 0 -1368px;
}

.airlinesprite-delta {
  background-position: 0 -1404px;
}

.airlinesprite-xojet {
  background-position: 0 -1440px;
}

.airlinesprite-jetaccess {
  background-position: 0 -1476px;
}

.airlinesprite-suncountry {
  background-position: 0 -1512px;
}

.airlinesprite-kalitta {
  background-position: 0 -1548px;
}

.airlinesprite-avelo {
  background-position: 0 -1584px;
}

.airlinesprite-breeze {
  background-position: 0 -1620px;
}

.airlinesprite-spirit {
  background-position: 0 -1656px;
}

.airlinesprite-jsx {
  background-position: 0 -1692px;
}

.airlinesprite-csaair {
  background-position: 0 -1728px;
}

.airlinesprite-wheelsup {
  background-position: 0 -1764px;
}

.airlinesprite-advancedair {
  background-position: 0 -1800px;
}

.airlinesprite-vista {
  background-position: 0 -1836px;
}

[class^=airlinesprite-lg].lazyload {
  background-image: none;
  background-color: transparent;
}

[class^=airlinesprite-lg] {
  background-image: url("/assets/img/airline-sprite-lg.png?20240928");
  background-position: left top;
  background-repeat: no-repeat;
  display: inline-block;
  height: 50px;
  width: 100px;
}
@media only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  [class^=airlinesprite-lg] {
    background-image: url("/assets/img/airline-sprite-lg@2x.png?20240928");
    background-size: 100px 2600px;
  }
}

.airlinesprite-lg.airlinesprite-republic {
  background-position: 0 0;
}
.airlinesprite-lg.airlinesprite-skywest {
  background-position: 0 -50px;
}
.airlinesprite-lg.airlinesprite-envoy {
  background-position: 0 -100px;
}
.airlinesprite-lg.airlinesprite-expressjet {
  background-position: 0 -150px;
}
.airlinesprite-lg.airlinesprite-ameriflight {
  background-position: 0 -200px;
}
.airlinesprite-lg.airlinesprite-gojet {
  background-position: 0 -250px;
}
.airlinesprite-lg.airlinesprite-mesa {
  background-position: 0 -300px;
}
.airlinesprite-lg.airlinesprite-planesense {
  background-position: 0 -350px;
}
.airlinesprite-lg.airlinesprite-sierrawest {
  background-position: 0 -400px;
}
.airlinesprite-lg.airlinesprite-horizon {
  background-position: 0 -450px;
}
.airlinesprite-lg.airlinesprite-united {
  background-position: 0 -500px;
}
.airlinesprite-lg.airlinesprite-endeavor {
  background-position: 0 -550px;
}
.airlinesprite-lg.airlinesprite-transstates {
  background-position: 0 -600px;
}
.airlinesprite-lg.airlinesprite-capeair {
  background-position: 0 -650px;
}
.airlinesprite-lg.airlinesprite-airnet {
  background-position: 0 -700px;
}
.airlinesprite-lg.airlinesprite-silver {
  background-position: 0 -750px;
}
.airlinesprite-lg.airlinesprite-airwisconsin {
  background-position: 0 -800px;
}
.airlinesprite-lg.airlinesprite-airchoice {
  background-position: 0 -850px;
}
.airlinesprite-lg.airlinesprite-piedmont {
  background-position: 0 -900px;
}
.airlinesprite-lg.airlinesprite-greatlakes {
  background-position: 0 -950px;
}
.airlinesprite-lg.airlinesprite-commuteair {
  background-position: 0 -1000px;
}
.airlinesprite-lg.airlinesprite-psa {
  background-position: 0 -1050px;
}
.airlinesprite-lg.airlinesprite-keylime {
  background-position: 0 -1100px;
}
.airlinesprite-lg.airlinesprite-mountainair {
  background-position: 0 -1150px;
}
.airlinesprite-lg.airlinesprite-empire {
  background-position: 0 -1200px;
}
.airlinesprite-lg.airlinesprite-tradewind {
  background-position: 0 -1250px;
}
.airlinesprite-lg.airlinesprite-travelmngmt {
  background-position: 0 -1300px;
}
.airlinesprite-lg.airlinesprite-ameristar {
  background-position: 0 -1350px;
}
.airlinesprite-lg.airlinesprite-martinair {
  background-position: 0 -1400px;
}
.airlinesprite-lg.airlinesprite-jetlinx {
  background-position: 0 -1450px;
}
.airlinesprite-lg.airlinesprite-freightrunners {
  background-position: 0 -1500px;
}
.airlinesprite-lg.airlinesprite-westcoastaviation {
  background-position: 0 -1550px;
}
.airlinesprite-lg.airlinesprite-stajets {
  background-position: 0 -1600px;
}
.airlinesprite-lg.airlinesprite-castle {
  background-position: 0 -1650px;
}
.airlinesprite-lg.airlinesprite-flyexclusive {
  background-position: 0 -1700px;
}
.airlinesprite-lg.airlinesprite-silverhawk {
  background-position: 0 -1750px;
}
.airlinesprite-lg.airlinesprite-justiceair {
  background-position: 0 -1800px;
}
.airlinesprite-lg.airlinesprite-moser {
  background-position: 0 -1850px;
}
.airlinesprite-lg.airlinesprite-frontier {
  background-position: 0 -1900px;
}
.airlinesprite-lg.airlinesprite-delta {
  background-position: 0 -1950px;
}
.airlinesprite-lg.airlinesprite-xojet {
  background-position: 0 -2000px;
}
.airlinesprite-lg.airlinesprite-jetaccess {
  background-position: 0 -2050px;
}
.airlinesprite-lg.airlinesprite-suncountry {
  background-position: 0 -2100px;
}
.airlinesprite-lg.airlinesprite-kalitta {
  background-position: 0 -2150px;
}
.airlinesprite-lg.airlinesprite-avelo {
  background-position: 0 -2200px;
}
.airlinesprite-lg.airlinesprite-breeze {
  background-position: 0 -2250px;
}
.airlinesprite-lg.airlinesprite-spirit {
  background-position: 0 -2300px;
}
.airlinesprite-lg.airlinesprite-jsx {
  background-position: 0 -2350px;
}
.airlinesprite-lg.airlinesprite-csaair {
  background-position: 0 -2400px;
}
.airlinesprite-lg.airlinesprite-wheelsup {
  background-position: 0 -2450px;
}
.airlinesprite-lg.airlinesprite-advancedair {
  background-position: 0 -2500px;
}
.airlinesprite-lg.airlinesprite-vista {
  background-position: 0 -2550px;
}

.filter {
  border-radius: 4px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 5px 5px;
}
.filter:hover {
  color: #fff;
}
.filter:before, .filter:after {
  display: inline-block;
  vertical-align: bottom;
}
.filter.active:not(.filter-switchable):after {
  content: "\ed93";
  padding-left: 10px;
}
.filter.filter-switchable:before {
  content: "\e94c";
  padding-right: 10px;
}

a.filter {
  border: solid 1px #6c757d !important;
}

.ais-Breadcrumb-list, .ais-Carousel-list, .ais-CurrentRefinements-list, .ais-HierarchicalMenu-list, .ais-Hits-list, .ais-FrequentlyBoughtTogether-list, .ais-LookingSimilar-list, .ais-RelatedProducts-list, .ais-TrendingItems-list, .ais-Results-list, .ais-InfiniteHits-list, .ais-InfiniteResults-list, .ais-Menu-list, .ais-NumericMenu-list, .ais-Pagination-list, .ais-RatingMenu-list, .ais-RefinementList-list, .ais-ToggleRefinement-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ais-Carousel-navigation, .ais-ClearRefinements-button, .ais-CurrentRefinements-delete, .ais-CurrentRefinements-reset, .ais-GeoSearch-redo, .ais-GeoSearch-reset, .ais-HierarchicalMenu-showMore, .ais-InfiniteHits-loadPrevious, .ais-InfiniteHits-loadMore, .ais-InfiniteResults-loadMore, .ais-Menu-showMore, .ais-RangeInput-submit, .ais-RefinementList-showMore, .ais-SearchBox-submit, .ais-SearchBox-reset, .ais-VoiceSearch-button {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.ais-Carousel-navigation::-moz-focus-inner, .ais-ClearRefinements-button::-moz-focus-inner, .ais-CurrentRefinements-delete::-moz-focus-inner, .ais-CurrentRefinements-reset::-moz-focus-inner, .ais-GeoSearch-redo::-moz-focus-inner, .ais-GeoSearch-reset::-moz-focus-inner, .ais-HierarchicalMenu-showMore::-moz-focus-inner, .ais-InfiniteHits-loadPrevious::-moz-focus-inner, .ais-InfiniteHits-loadMore::-moz-focus-inner, .ais-InfiniteResults-loadMore::-moz-focus-inner, .ais-Menu-showMore::-moz-focus-inner, .ais-RangeInput-submit::-moz-focus-inner, .ais-RefinementList-showMore::-moz-focus-inner, .ais-SearchBox-submit::-moz-focus-inner, .ais-SearchBox-reset::-moz-focus-inner, .ais-VoiceSearch-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.ais-Carousel-navigation[disabled], .ais-ClearRefinements-button[disabled], .ais-CurrentRefinements-delete[disabled], .ais-CurrentRefinements-reset[disabled], .ais-GeoSearch-redo[disabled], .ais-GeoSearch-reset[disabled], .ais-HierarchicalMenu-showMore[disabled], .ais-InfiniteHits-loadPrevious[disabled], .ais-InfiniteHits-loadMore[disabled], .ais-InfiniteResults-loadMore[disabled], .ais-Menu-showMore[disabled], .ais-RangeInput-submit[disabled], .ais-RefinementList-showMore[disabled], .ais-SearchBox-submit[disabled], .ais-SearchBox-reset[disabled], .ais-VoiceSearch-button[disabled] {
  cursor: default;
}

.ais-InfiniteHits-loadPrevious, .ais-InfiniteHits-loadMore, .ais-HierarchicalMenu-showMore, .ais-Menu-showMore, .ais-RefinementList-showMore {
  overflow-anchor: none;
}

.ais-Breadcrumb-list, .ais-Breadcrumb-item, .ais-Pagination-list, .ais-RangeInput-form, .ais-RatingMenu-link, .ais-PoweredBy {
  display: flex;
  align-items: center;
}

.ais-GeoSearch, .ais-GeoSearch-map {
  height: 100%;
}

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1em;
}

.ais-PoweredBy-logo {
  display: block;
  height: 1.2em;
  width: auto;
}

.ais-PoweredBy-text {
  margin-right: 0.3rem;
}

.ais-RatingMenu-starIcon {
  display: block;
  width: 20px;
  height: 20px;
}

.ais-SearchBox-input::-ms-clear, .ais-SearchBox-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.ais-SearchBox-input::-webkit-search-decoration, .ais-SearchBox-input::-webkit-search-cancel-button, .ais-SearchBox-input::-webkit-search-results-button, .ais-SearchBox-input::-webkit-search-results-decoration {
  display: none;
}

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0px;
  width: 100%;
}

.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px;
}

.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #aaa;
}

.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 1px;
  height: 4px;
  background-color: #333;
}

.rheostat-handle {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: grab;
}

.rheostat-marker {
  margin-left: -1px;
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #aaa;
}

.rheostat-marker--large {
  height: 9px;
}

.rheostat-value {
  margin-left: 50%;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
}

.rheostat-tooltip {
  margin-left: 50%;
  position: absolute;
  top: -22px;
  text-align: center;
  transform: translateX(-50%);
}

.ais-Carousel {
  position: relative;
}

.ais-Carousel-list {
  grid-auto-columns: 42%;
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
}

@media (min-width: 999px) {
  .ais-Carousel-list {
    grid-auto-columns: 20%;
  }
}
.ais-Carousel-navigation {
  position: absolute;
  top: 35%;
  z-index: 1;
}

.ais-Carousel-navigation--previous {
  left: 0;
  transform: translateX(-25%);
}

.ais-Carousel-navigation--next {
  right: 0;
  transform: translateX(25%);
}

.ais-Carousel-item {
  scroll-snap-align: start;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  z-index: 2100;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.search-modal.active {
  opacity: 1;
  visibility: visible;
}

.searchbox-container {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 1rem;
  z-index: 3001;
}
.searchbox-container .searchbox-form {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 5px;
}
.searchbox-container .searchbox-form .searchbox-input {
  flex-grow: 1;
  border: none;
  font-size: 2rem;
  outline: none;
  padding: 0;
  background: transparent;
}
.searchbox-container .searchbox-form .searchbox-input::placeholder {
  color: #e9ecef;
}
.searchbox-container .searchbox-form .clear-modal-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 2rem;
  color: #6c757d;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.searchbox-container .searchbox-form .clear-modal-button:hover {
  color: #1C5C9B;
}

.hits-container {
  padding: 1rem;
}
.hits-container.hidden {
  display: none;
}

.custom-hit {
  border-bottom: 1px solid #e9ecef;
  padding: 10px 0;
  margin-bottom: 10px;
}

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

.list-group-row-25 {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.list-group-row-25 li {
  flex: 0 0 25%;
  padding: 10px;
}
.list-group-row-25 li:last-child {
  margin-bottom: 1rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #343a40;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #1C5C9B;
  border-color: #1C5C9B;
}

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

.badge {
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
}
.badge:empty {
  display: none;
}
.badge.badge-top-right {
  vertical-align: top;
  font-size: 75%;
  position: absolute;
  top: 11px;
  right: 0;
}

.btn .badge, .cta-btn-link-group a:first-of-type .badge, .cta-btn-link-group a:last-of-type .badge,
.cta-btn-link-group-left a:first-of-type .badge,
.cta-btn-link-group-left a:last-of-type .badge, .filter .badge {
  position: relative;
  top: -1px;
}

.badge-primary {
  color: #fff;
  background-color: #CC2222;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #a01b1b;
}

.badge-secondary {
  color: #fff;
  background-color: #012E5C;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00152a;
}

.badge-success {
  color: #212529;
  background-color: #5FD41E;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #4ba718;
}

.badge-info {
  color: #212529;
  background-color: #4AADF6;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #1997f4;
}

.badge-warning {
  color: #212529;
  background-color: #FFD52D;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #f9c700;
}

.badge-danger {
  color: #fff;
  background-color: #F63232;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #eb0a0a;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.badge-tertiary {
  color: #fff;
  background-color: #B08B1C;
}
.badge-tertiary[href]:hover, .badge-tertiary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #846815;
}

.badge-default {
  color: #fff;
  background-color: #6c757d;
}
.badge-default[href]:hover, .badge-default[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-custom-red-dark {
  color: #fff;
  background-color: #B52D37;
}
.badge-custom-red-dark[href]:hover, .badge-custom-red-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #8c232b;
}

.badge-custom-red-light {
  color: #fff;
  background-color: #CC2222;
}
.badge-custom-red-light[href]:hover, .badge-custom-red-light[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #a01b1b;
}

.badge-custom-gold-dark {
  color: #fff;
  background-color: #B08B1C;
}
.badge-custom-gold-dark[href]:hover, .badge-custom-gold-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #846815;
}

.badge-custom-gold-medium {
  color: #212529;
  background-color: #E0B83B;
}
.badge-custom-gold-medium[href]:hover, .badge-custom-gold-medium[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #c89f20;
}

.badge-custom-gold-light {
  color: #212529;
  background-color: #e6c468;
}
.badge-custom-gold-light[href]:hover, .badge-custom-gold-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dfb33c;
}

.badge-custom-green {
  color: #fff;
  background-color: #81A505;
}
.badge-custom-green[href]:hover, .badge-custom-green[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #5a7404;
}

.badge-custom-blue-dark {
  color: #fff;
  background-color: #012E5C;
}
.badge-custom-blue-dark[href]:hover, .badge-custom-blue-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #00152a;
}

.badge-custom-blue-medium {
  color: #fff;
  background-color: #1C5C9B;
}
.badge-custom-blue-medium[href]:hover, .badge-custom-blue-medium[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #144270;
}

.badge-custom-blue-light {
  color: #212529;
  background-color: #83C0FD;
}
.badge-custom-blue-light[href]:hover, .badge-custom-blue-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #51a7fc;
}

.badge-custom-grey-dark {
  color: #fff;
  background-color: #212529;
}
.badge-custom-grey-dark[href]:hover, .badge-custom-grey-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0a0c0d;
}

.badge-custom-grey-medium {
  color: #fff;
  background-color: #343a40;
}
.badge-custom-grey-medium[href]:hover, .badge-custom-grey-medium[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.badge-custom-grey-light {
  color: #fff;
  background-color: #6c757d;
}
.badge-custom-grey-light[href]:hover, .badge-custom-grey-light[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-custom-grey-extralight {
  color: #212529;
  background-color: #e9ecef;
}
.badge-custom-grey-extralight[href]:hover, .badge-custom-grey-extralight[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #cbd3da;
}

.swiper-wrapper {
  z-index: 10;
}

.swiper-pagination {
  position: relative;
}

.swiper-pagination-bullets {
  display: flex;
  background-color: transparent;
}

.swiper-with-tab {
  overflow: hidden;
}
.swiper-with-tab.swiper-container-horizontal > .swiper-pagination {
  position: relative !important;
  top: 0 !important;
  bottom: 0 !important;
}
.swiper-with-tab.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  font-size: 0.5rem;
}
.swiper-with-tab.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet span[class^=icon-] {
  font-size: 2rem;
  color: #6c757d;
}
@media (min-width: 768px) {
  .swiper-with-tab.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
    font-size: 1.5rem;
  }
  .swiper-with-tab.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet span[class^=icon-] {
    font-size: 2rem;
  }
}
.swiper-with-tab .swiper-slide {
  cursor: grab;
  background: #fff;
  min-height: 300px;
  height: min-content;
  display: flex;
  justify-content: center;
  padding: 16px;
  border-top: 2px solid #1C5C9B;
}
@media (max-width: 767.98px) {
  .swiper-with-tab .swiper-slide .slide-content-two-col {
    width: 100%;
    display: block;
  }
}
.swiper-with-tab .swiper-slide .slide-content-two-col > img.full-bleed {
  max-height: 500px;
  min-height: 100%;
  min-width: 500px;
  width: 100%;
  object-fit: cover;
}
.swiper-with-tab .swiper-slide .container {
  padding-inline: 0;
}
.swiper-with-tab .swiper-slide.swiper-slide-full-bleed {
  padding: 0;
}
.swiper-with-tab .swiper-slide.swiper-slide-full-bleed .slide-content-two-col.slide-copy {
  padding: 16px;
}
@media (max-width: 991.98px) {
  .swiper-with-tab .swiper-slide {
    width: 100%;
    flex-direction: column;
  }
}
.swiper-with-tab .active-mark {
  width: 20%;
  bottom: 0;
  top: unset;
  position: absolute;
}
.swiper-with-tab .active-mark::after {
  content: "";
  background-color: transparent;
  top: 3px;
  position: absolute;
  left: 50%;
  width: 25px;
  height: 25px;
  transform: translateX(-50%) rotate(45deg);
  border-bottom: 25px solid #1C5C9B;
}
.swiper-with-tab .swiper-pagination-bullet {
  background-color: transparent;
  color: #6c757d;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
  width: 20%;
  text-align: center;
  transition: all 0.02s ease;
  display: flex;
  flex-direction: column;
  flex: 0 0 20%;
  min-width: 20%;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-block: 1rem;
}
.swiper-with-tab .swiper-pagination-bullet:focus-visible {
  outline: none;
}
.swiper-with-tab .swiper-pagination-bullet span[class^=icon-] {
  font-size: 1.25rem;
  color: #6c757d;
  padding-bottom: 0.5rem;
}
.swiper-with-tab .swiper-pagination-bullet:nth-of-type(1).swiper-pagination-bullet-active ~ .active-mark {
  left: 0%;
}
.swiper-with-tab .swiper-pagination-bullet:nth-of-type(2).swiper-pagination-bullet-active ~ .active-mark {
  left: 20%;
}
.swiper-with-tab .swiper-pagination-bullet:nth-of-type(3).swiper-pagination-bullet-active ~ .active-mark {
  left: 40%;
}
.swiper-with-tab .swiper-pagination-bullet:nth-of-type(4).swiper-pagination-bullet-active ~ .active-mark {
  left: 60%;
}
.swiper-with-tab .swiper-pagination-bullet:nth-of-type(5).swiper-pagination-bullet-active ~ .active-mark {
  left: 80%;
}
.swiper-with-tab .swiper-pagination-bullet:first-of-type.swiper-pagination-bullet-active ~ .active-mark {
  left: 0;
}
@media (min-width: 768px) {
  .swiper-with-tab .swiper-pagination-bullet {
    font-size: 1rem;
  }
  .swiper-with-tab .swiper-pagination-bullet span[class^=icon-] {
    font-size: 2rem;
  }
}
.swiper-with-tab .swiper-pagination-bullet-active {
  color: #1C5C9B;
}
.swiper-with-tab .swiper-pagination-bullet-active span[class^=icon-] {
  font-size: 1.85rem;
  color: #1C5C9B;
}
@media (min-width: 768px) {
  .swiper-with-tab .swiper-pagination-bullet-active span[class^=icon-] {
    font-size: 2.25rem;
  }
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  padding-inline: 1rem;
}

.sticky-nav {
  top: -1px;
  z-index: 99999999999;
}
.sticky-nav .outer-wrap {
  background-color: #e9ecef;
  min-width: 100%;
  margin: 0 auto;
}
.sticky-nav .outer-wrap .top {
  height: 48px;
}
.sticky-nav .outer-wrap .top ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  white-space: wrap;
}
.sticky-nav .outer-wrap .top li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  color: #012E5C;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  font-size: 10px;
  padding: 0 0.5rem;
  height: 48px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  transition: border 0s linear;
  cursor: pointer;
}
.sticky-nav .outer-wrap .top li:hover, .sticky-nav .outer-wrap .top li:active, .sticky-nav .outer-wrap .top li.active {
  background: #012E5C;
  border-bottom: 2px solid #83C0FD;
}
.sticky-nav .outer-wrap .top li:hover a, .sticky-nav .outer-wrap .top li:active a, .sticky-nav .outer-wrap .top li.active a {
  color: white;
}
.sticky-nav .outer-wrap .top li a {
  display: inline-block;
  color: #012E5C;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  transition: border 0s linear;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .sticky-nav .container {
    padding: 0 8px;
  }
  .sticky-nav ul {
    padding-inline-start: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    justify-content: space-between;
  }
  .sticky-nav ul a {
    line-height: initial;
  }
}
@media (min-width: 768px) {
  .sticky-nav .outer-wrap .top li {
    padding: 0 2rem;
  }
  .sticky-nav .outer-wrap .top li a {
    font-size: 0.85rem;
  }
}
.footer-cta {
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: none; /* hide on mobile, no change in CR */
  line-height: 1;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 1030;
}
.footer-cta .cta-tease,
.footer-cta .cta-content {
  background-color: #1C5C9B;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 1rem 0 1rem;
}
.footer-cta .cta-tease {
  display: none;
}
.footer-cta .cta-tease.notouch-tease {
  padding: 1rem;
  position: relative;
  text-align: center;
  z-index: 1040;
}
.footer-cta .cta-tease.notouch-tease .btn, .footer-cta .cta-tease.notouch-tease .cta-btn-link-group a:first-of-type, .cta-btn-link-group .footer-cta .cta-tease.notouch-tease a:first-of-type, .footer-cta .cta-tease.notouch-tease .cta-btn-link-group a:last-of-type, .cta-btn-link-group .footer-cta .cta-tease.notouch-tease a:last-of-type,
.footer-cta .cta-tease.notouch-tease .cta-btn-link-group-left a:first-of-type,
.cta-btn-link-group-left .footer-cta .cta-tease.notouch-tease a:first-of-type,
.footer-cta .cta-tease.notouch-tease .cta-btn-link-group-left a:last-of-type,
.cta-btn-link-group-left .footer-cta .cta-tease.notouch-tease a:last-of-type, .footer-cta .cta-tease.notouch-tease .filter {
  line-height: 1;
  white-space: normal;
}
.footer-cta .cta-tease.notouch-tease .cta-img {
  width: 10rem;
  margin: -2rem 1rem 0.5rem 0;
}
.footer-cta .cta-tease.notouch-tease > .d-flex {
  flex-direction: column;
}
.footer-cta .cta-content {
  background-color: #1C5C9B;
  opacity: 0;
  position: fixed;
  top: 100%;
  transition: transform 0.2s ease-out, opacity 0.01s linear;
  width: 100%;
}
.footer-cta .cta-content .close-cta-content {
  padding: 15px;
  position: absolute;
  right: 0;
}
.footer-cta .cta-content .cta-img {
  margin: -6rem auto 0.5rem auto;
}
.footer-cta.show-cta-content .cta-content {
  opacity: 1;
  transform: translateY(-100%);
}

@media (min-width: 576px) {
  .footer-cta {
    display: block; /* show on tablet&desktop, +10% CR */
  }
  .footer-cta .cta-tease.notouch-tease {
    text-align: left;
  }
  .footer-cta .cta-tease.notouch-tease .cta-img {
    margin: -2rem 1rem -1rem 0;
  }
  .footer-cta .cta-tease.notouch-tease > .d-flex {
    flex-direction: row;
  }
}
/*Grid Collage Masonry*/
.grid-collage-masonry .stacked {
  display: grid;
}
.grid-collage-masonry .stacked > * {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.grid-collage-masonry.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.25rem;
}
.grid-collage-masonry .grid-item {
  position: relative;
  width: 100%;
}
.grid-collage-masonry .grid-item:nth-child(1) {
  grid-column: 1/3;
}
.grid-collage-masonry .grid-item:nth-child(1)::before {
  padding-top: 50%;
}
.grid-collage-masonry .grid-item:nth-child(1) .content {
  align-items: center;
  justify-items: center;
  text-align: center;
}
.grid-collage-masonry .grid-item:nth-child(2) {
  grid-column: 3/4;
  justify-self: center;
}
.grid-collage-masonry .grid-item:nth-child(3) {
  grid-column: 1/2;
}
.grid-collage-masonry .grid-item:nth-child(4) {
  grid-column: 2/3;
}
.grid-collage-masonry .grid-item:nth-child(5) {
  grid-column: 3/4;
}
.grid-collage-masonry .grid-item:before {
  content: "";
  height: 0;
  display: inline-block;
  padding-top: 100%;
  width: 1px;
  position: relative;
}
.grid-collage-masonry .grid-item .content {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: grid;
  justify-items: start;
  align-items: end;
}
.grid-collage-masonry .grid-item .content .img-collage-item {
  position: absolute;
  object-fit: cover;
  z-index: 990;
  width: 100%;
  height: 100%;
  inset: 0;
}
.grid-collage-masonry .grid-item .content-lr {
  place-items: end end;
  text-align: right;
}
.grid-collage-masonry .grid-item .content-inside {
  padding: 2rem 1rem;
}
.grid-collage-masonry .grid-item .content-inside .main-heading {
  font-size: clamp(3rem, -4vw + 6rem, 4.5rem);
  font-weight: 700;
}
.grid-collage-masonry .grid-item .content-inside .subtitle {
  font-size: clamp(1.5rem, 2vw + 1rem, 3.25rem);
}
.grid-collage-masonry .grid-item .icon-bkg {
  font-size: 30rem;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .grid-collage-masonry.grid {
    display: flex;
    flex-direction: column;
  }
}
/* --------------------------------------------------------
   Utilities
   -------------------------------------------------------- */
.font-weight-medium {
  font-weight: 600 !important;
}

.background-cover {
  background-position: center center;
  background-size: cover;
}
.background-cover .img-cover {
  display: none;
}

.clipper-left {
  clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
}

.clipper-right {
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}

.clipper-both {
  clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}

@media (max-width: 767.98px) {
  .clipper-left.no-clip-sm,
  .clipper-right.no-clip-sm,
  .clipper-both.no-clip-sm {
    clip-path: none;
  }
}

.full-bleed {
  margin: 0;
  padding: 0;
}

.top-right {
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
}

.bottom-left {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 40px));
}

.top-angle {
  clip-path: polygon(0px 0px, 1px 1px, 99.79% 25px, 100% 100%, 0px 100%);
}

.clip-path-section-angle {
  height: calc(100% + 2px);
  clip-path: polygon(0 0, 100% 80px, 100% 100%, 0 calc(100% - 80px));
}

.clip-path-section-plane-wing {
  clip-path: polygon(0px 0px, 74.04% -54px, 83.5% 59.37%, 0 100%);
}

.double-side-angle {
  clip-path: polygon(0px 0px, 74.04% -54px, 83.5% 59.37%, 29px 51px);
}

.rounded-circle, .airline-placements .airline-placement .placement-img {
  border-radius: 50% !important;
}

/* --------------------------------------------------------
   Components w/ JavaScript
   -------------------------------------------------------- */
.tooltip {
  line-height: 1.2;
}

.popover {
  font-weight: 300;
  cursor: pointer;
}

.pop {
  cursor: pointer;
  border-bottom: none;
}
.pop:after {
  height: 0;
}

.ico-pop {
  position: relative;
  font-size: 100%;
  line-height: 0;
  vertical-align: baseline;
  top: 0;
}

@media (min-width: 576px) {
  .popover {
    max-width: 50vw;
  }
  .ico-pop {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    top: -0.5em;
  }
}
@media (min-width: 768px) {
  .popover {
    max-width: 60vw;
  }
}
@media (min-width: 992px) {
  .popover {
    max-width: 50vw;
  }
}
.list-heading {
  border-bottom: solid 1px #ced4da;
  font-size: 1.2em;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.6em;
  position: relative;
}
.list-heading [class^=icon-], .list-heading [class*=" icon-"] {
  left: 0;
  position: absolute;
  top: 0.4em;
}

.list-note {
  color: #6c757d;
  display: block;
  font-style: italic;
}

ol.list-columns,
ul.list-columns {
  column-count: 1;
  column-gap: 2rem;
  orphans: 1;
  padding: 1rem;
  widows: 1;
}
ol.list-columns > li,
ul.list-columns > li {
  flex-direction: column;
}
@media (min-width: 768px) {
  ol.list-columns,
  ul.list-columns {
    column-count: 2;
  }
}

ul.list-style-checkmark {
  list-style-type: none;
  padding-left: 20px;
}
ul.list-style-checkmark li {
  padding-left: 1.4em;
}
ul.list-style-checkmark li::before {
  content: "\e9f4";
  font-family: "ATPFlightSchool";
  font-size: 1rem;
  line-height: 2;
  display: inline-block;
  margin-left: -1.4em; /* same as padding-left set on li */
  width: 1.4em; /* same as padding-left set on li */
  text-align: center;
  color: #779905;
}

.atp-figure {
  color: #6c757d;
  font-family: inherit;
  font-weight: 200;
  font-size: 5.5rem;
  line-height: 1.5;
}

.atp-figure-description a {
  font-weight: 400;
  line-height: 1.5;
}

.cost {
  color: #B08B1C;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1;
  vertical-align: top;
}
.cost .dollar {
  font-size: 80%;
  vertical-align: top;
}

.cost-label {
  color: #6c757d;
  font-style: italic;
  line-height: 1;
  padding-left: 12px;
  vertical-align: baseline;
  font-weight: 600;
  margin-bottom: 0;
}

.program-cost {
  margin-bottom: 0;
}

.program-lead {
  color: #6c757d;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.program-tag {
  display: inline-block;
  line-height: 1.5;
  padding-left: 2rem;
  position: relative;
  font-style: italic;
}
.program-tag [class^=icon-], .program-tag [class*=" icon-"] {
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0.3rem;
}

.program-pricing-list .cost {
  font-size: 1.125rem;
  line-height: 1.75;
}
.program-pricing-list .program-cost {
  text-align: right;
}

.hint-scroll {
  position: relative;
}
.hint-scroll .scroll-hinter {
  height: 0;
  position: sticky;
  width: 100%;
  z-index: 1060;
}
.hint-scroll .scroll-hinter.scroll-hinter-up, .hint-scroll .scroll-hinter.scroll-hinter-down {
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.hint-scroll .scroll-hinter.scroll-hinter-up:after, .hint-scroll .scroll-hinter.scroll-hinter-down:after {
  font-size: 1.25rem;
  line-height: 1.1;
  position: absolute;
  right: 25px;
}
.hint-scroll .scroll-hinter.scroll-hinter-up.in, .hint-scroll .scroll-hinter.scroll-hinter-down.in {
  opacity: 0.2;
}
.hint-scroll .scroll-hinter.scroll-hinter-up {
  top: 6px;
}
.hint-scroll .scroll-hinter.scroll-hinter-up:after {
  content: "\e937";
  top: 6px;
}
.hint-scroll .scroll-hinter.scroll-hinter-down {
  bottom: 6px;
}
.hint-scroll .scroll-hinter.scroll-hinter-down:after {
  bottom: 6px;
  content: "\e934";
}

.itinerary .date {
  border-bottom: solid 1px #e9ecef;
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.itinerary > div[class^=col-] {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .itinerary {
    padding: 20px 0;
  }
  .itinerary dl, .itinerary dl dt:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }
  .itinerary .date {
    background-color: #fff;
    border: solid 1px #e9ecef;
    font-family: "aktiv-grotesk", sans-serif;
    font-style: normal;
    text-align: center;
    margin-bottom: 0;
  }
  .itinerary .date span {
    display: block;
    font-weight: 200;
  }
  .itinerary .date span.day {
    color: #6c757d;
    font-size: 2.25rem;
  }
  .itinerary .date span.month {
    background-color: #dee2e6;
    color: #6c757d;
    text-transform: uppercase;
    font-weight: 300;
  }
}
.steps .step-counter,
.steps .step-heading {
  color: #B52D37;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.5;
}
.steps dl, .steps dd {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .steps [class*=col-md-] {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .steps {
    padding: 20px 0;
  }
  .steps .step-counter,
  .steps .step-heading {
    font-size: 2.25rem;
  }
  .steps h3,
  .steps .step-heading {
    color: #6c757d;
  }
}
.img-contain {
  object-fit: contain;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
}

.logo-airline {
  align-content: center;
  display: flex;
  height: 60px;
  margin: 0 auto;
  max-width: 100%;
  width: 170px;
}
.logo-airline .img {
  object-position: left;
}

.airline-placements {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.airline-placements .airline-placement {
  margin-bottom: 3rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}
.airline-placements .airline-placement .placement-img {
  height: 140px;
  width: 140px;
  margin: 0 auto;
  overflow: hidden;
}
.airline-placements .airline-placement .placement-img + .placement-info {
  margin-left: 0;
  padding-left: 0;
}
.airline-placements .airline-placement .placement-img > img {
  height: auto;
  max-width: 100%;
}
.airline-placements .airline-placement .placement-info {
  line-height: 1;
}
.airline-placements .airline-placement .placement-info h3 {
  font-weight: 400;
  font-size: 1.125rem;
  color: #343a40;
  margin-bottom: 0;
}
.airline-placements .airline-placement .placement-info .placement-details a {
  font-weight: 400;
  line-height: 1.25;
}
.airline-placements .airline-placement .placement-info .placement-date {
  font-size: 1rem;
  color: #6c757d;
  font-weight: 300;
  margin-bottom: 0;
}
.airline-placements .airline-placement .placement-info p {
  margin-bottom: 0.5rem;
}
.airline-placements .airline-placement .placement-date {
  line-height: initial;
}
.airline-placements .airline-placement .placement-logo {
  display: flex;
  height: 60px;
  width: 170px;
  margin: 1rem auto;
}
.airline-placements .airline-placement .placement-logo img {
  object-fit: contain;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  vertical-align: text-top;
}

@media (min-width: 768px) {
  .airline-placements {
    justify-content: space-around;
  }
  .airline-placements .airline-placement {
    flex-flow: row wrap;
    text-align: left;
    align-items: center;
  }
  .airline-placements .airline-placement .placement-img {
    height: 120px;
    width: 120px;
    margin: 0 2rem 0 0;
  }
  .airline-placements .airline-placement .placement-img img {
    min-height: 120px;
    min-width: 120px;
  }
  .airline-placements .airline-placement .placement-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    line-height: inherit;
  }
  .airline-placements .airline-placement .placement-info p {
    margin-bottom: 0.5rem;
    line-height: 1;
  }
  .airline-placements .airline-placement .placement-info p.placement-date {
    line-height: 1;
    margin-bottom: 0;
  }
  .airline-placements .airline-placement .placement-logo {
    height: 50px;
    width: 140px;
    text-align: left;
    margin: 0 0 1rem 0;
  }
  .airline-placements .airline-placement .placement-logo img {
    object-position: left;
  }
}
@media (min-width: 1200px) {
  .airline-placements .airline-placement .placement-img {
    height: 160px;
    width: 160px;
  }
  .airline-placements .airline-placement .placement-img img {
    min-height: 160px;
    min-width: 160px;
  }
  .airline-placements .airline-placement .placement-logo {
    display: flex;
    height: 60px;
    width: 170px;
  }
}
.number-facts-wrap {
  margin: 0 0 2rem;
  text-align: center;
}

.number-facts, .number-facts-md {
  margin: 0 auto;
  padding: 0;
  font-size: 5rem;
  font-weight: 200;
  color: #ced4da;
  line-height: 1;
}
.number-facts > small,
.number-facts > .small, .number-facts-md > small,
.number-facts-md > .small {
  font-size: 0.4em;
}

.number-facts-md {
  font-size: 4rem;
}

.number-facts-sm {
  font-size: 4.75rem;
}

p.number-facts-title {
  margin: 0;
}

@media (min-width: 768px) {
  .number-facts {
    font-size: 7rem;
  }
  .number-facts-md {
    font-size: 5rem;
  }
  .number-facts-sm {
    font-size: 6.25rem;
  }
}
@media (min-width: 992px) {
  .number-facts {
    font-size: 9.375rem;
  }
  .number-facts-md {
    font-size: 7rem;
  }
  .number-facts-sm {
    font-size: 4.25rem;
  }
}
.figure-grid-container {
  align-items: stretch;
  display: flex;
  justify-content: center;
  width: 100%;
}
.figure-grid-container:last-of-type {
  margin-bottom: 2rem;
}

.figure-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.figure-grid:not(.figure-grid-horizontal) {
  justify-content: space-evenly;
}
.figure-grid.figure-grid-horizontal {
  width: 100%;
}

.figure-grid-item {
  flex: 0 0 100%;
  height: auto;
  margin: 1rem 0;
  text-align: center;
}
.figure-grid-item .ico {
  color: #adb5bd;
  font-size: 3.625rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.figure-grid-item .subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  color: #6c757d;
  line-height: 1.2;
}
.figure-grid-item a {
  border-bottom: none;
}
.figure-grid-horizontal .figure-grid-item {
  text-align: left;
}
.figure-grid-horizontal .figure-grid-item .ico {
  font-size: 2rem;
  margin-bottom: 0;
}
.figure-grid-horizontal .figure-grid-item .figure-grid-item-container,
.figure-grid-horizontal .figure-grid-item > a {
  align-items: center;
  display: flex;
}
.figure-grid-horizontal .figure-grid-item .subtitle {
  margin: 0 0 0 12px;
  font-size: 1rem;
}
.figure-grid-horizontal .figure-grid-item a {
  font-weight: 300;
  color: #6c757d;
}

@media (min-width: 576px) {
  .figure-grid-item {
    flex: 0 0 50%;
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 0;
  }
  .figure-grid-horizontal .figure-grid-item {
    padding-left: 0;
    padding-right: 0;
  }
  .figure-grid-container.figure-grid-vertical {
    flex-flow: column wrap;
    margin: 0 auto;
  }
  .figure-grid-container.figure-grid-vertical .figure-grid-item {
    flex: 0 0 100%;
    text-align: left;
    display: flex;
    padding-left: 0%;
    padding-right: 0%;
  }
  .figure-grid-container.figure-grid-vertical .figure-grid-item:last-child {
    margin-bottom: 2rem;
  }
  .figure-grid-container.figure-grid-vertical .figure-grid-item .subtitle {
    margin-top: 0;
  }
  .figure-grid-container.figure-grid-vertical .figure-grid-item .ico {
    margin-right: 0;
    flex: 0 1 12%;
    align-self: flex-start;
    text-align: right;
    margin-right: 2rem;
    line-height: 1;
  }
  .figure-grid-container.figure-grid-vertical .figure-grid-item .figure-grid-details {
    align-self: flex-start;
    flex: 0 1 75%;
  }
  .figure-grid-container.figure-grid-vertical .figure-grid-item .figure-grid-details p:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .figure-grid-item {
    flex: 0 0 33%;
  }
}
@media (min-width: 992px) {
  .figure-grid-item {
    flex: 0 0 33%;
  }
}
#ctp-class-dates ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
#ctp-class-dates ul li {
  list-style: none;
  flex: 0 0 25%;
  padding: 10px;
}
#ctp-class-dates ul li:last-child {
  margin-bottom: 1rem;
}

.tc-badges .figure-grid {
  justify-content: flex-start;
}
.tc-badges .figure-grid-item {
  flex-basis: 100%;
  padding-right: 2%;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.15, 1), opacity 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.tc-badges .figure-grid-item .ico, .tc-badges .figure-grid-item .figure-grid-item-container, .tc-badges .figure-grid-item .subtitle {
  transition: font-size 0.4s cubic-bezier(0.25, 0.46, 0.15, 1);
}
.tc-badges .figure-grid-item:not(.active) {
  transform: translateY(100%) scale(0.8);
  opacity: 0;
}
.tc-badges .figure-grid-item:not(.active) .ico, .tc-badges .figure-grid-item:not(.active) .figure-grid-item-container, .tc-badges .figure-grid-item:not(.active) .subtitle {
  font-size: 0;
}
.figure-grid-horizontal .tc-badges .figure-grid-item {
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .figure-grid-horizontal .tc-badges .figure-grid-item {
    padding-left: 0px;
    padding-right: 2%;
  }
}
.tc-badges .figure-grid-item:first-of-type {
  padding: 0;
}
@media (min-width: 768px) {
  .tc-badges .figure-grid-item:first-of-type {
    padding-right: 2%;
  }
}
.tc-badges .figure-grid-item:last-of-type {
  padding: 0;
}
@media (min-width: 768px) {
  .tc-badges .figure-grid-item:last-of-type {
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .tc-badges .figure-grid-item {
    flex-basis: auto;
  }
}

.tc-programs .row:not(.active) {
  display: none;
}

.timeline-day {
  position: relative;
  margin: 0.5rem 0;
}
.timeline-day .event-labels,
.timeline-day .event-times {
  position: relative;
}
.timeline-day .event-labels:after,
.timeline-day .event-times:after {
  display: block;
  clear: both;
  content: "";
}
.timeline-day .event-labels > div,
.timeline-day .event-times > div {
  height: 55px;
  display: inline-block;
}
.timeline-day .event-labels > div {
  border-left: solid 2px #1f8dfb;
  padding: 0 2px 0 0;
  z-index: 500;
}
.timeline-day .event-labels > div > span {
  background-color: #83C0FD;
  color: #fff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 2px;
  font-weight: 600;
}
.timeline-day .event-labels > div > span abbr {
  color: #fff;
}
.timeline-day .event-labels > div > span.abbr {
  display: none;
}
.timeline-day .event-times {
  z-index: 475;
  display: flex;
}
.timeline-day .event-times > div {
  margin-top: -27.5px;
  padding: 27.5px 0 0 0;
  display: inline-block;
}
.timeline-day .event-times > div > span {
  white-space: nowrap;
}
.timeline-day .event-times > div:before {
  border-left: solid 1px #bbb;
  height: 18.3333333333px;
  margin: -22.9166666667px 0 0 0;
}
.timeline-day .event-times > div:last-child {
  text-align: right;
}
.timeline-day .event-times > div:last-child:before {
  border-left: none;
  border-right: solid 2px #6c757d;
  height: 27.5px;
}
.timeline-day .event-times > div:nth-last-child(2):before {
  border-right: solid 1px #bbb;
}
.timeline-day .event-times > div.event-time-marker:not(:last-child):before {
  border-left: solid 2px #6c757d;
  height: 27.5px;
}
.timeline-day:after,
.timeline-day .event-times > div:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
}
.timeline-day:after {
  border-top: solid 2px #ddd;
  margin-top: -76.25px;
}

.timeline-day-legend dl {
  display: flex;
  flex-flow: row wrap;
}
.timeline-day-legend dt {
  flex-basis: 15%;
  padding: 0;
  text-align: left;
  font-weight: 600;
}
.timeline-day-legend dd {
  flex-basis: 80%;
  flex-grow: 1;
  margin: 0;
  padding: 0;
}

@media (min-width: 576px) {
  .timeline-day .event-labels > div > span {
    color: #fff;
  }
  .timeline-day .event-labels > div > span abbr {
    display: none;
  }
  .timeline-day .event-labels > div > span.abbr {
    display: block;
  }
  .timeline-day-legend {
    display: none;
  }
}
#certified-flight-instructors .cfi-starts-abbr {
  display: grid;
  grid-template-columns: repeat(1, max-content);
  grid-template-rows: 1fr;
  gap: 1em;
  padding-left: 0;
  margin-bottom: 2.5em;
}
#certified-flight-instructors .cfi-starts-abbr .item-wrap {
  width: fit-content;
}
#certified-flight-instructors .cfi-starts-abbr a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5em;
  border-radius: 10px;
  color: #012E5C;
}
#certified-flight-instructors .cfi-starts-abbr a:hover .btn-circle-icon,
#certified-flight-instructors .cfi-starts-abbr a:focus .btn-circle-icon {
  border: 2px solid #012E5C;
  background: #012E5C;
  color: white;
}
#certified-flight-instructors .cfi-starts-abbr .btn-circle-icon {
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #e9ecef;
  background: white;
  color: #012E5C;
}
#certified-flight-instructors .cfi-starts-abbr .btn-circle-icon .icon {
  font-size: 1.5rem;
}
#certified-flight-instructors .cfi-starts-abbr p {
  font-size: 1.25rem;
  margin: 0;
  margin-left: 0.85em;
  font-weight: 400;
  line-height: 1.5rem;
  color: #6c757d;
}
#certified-flight-instructors .cfi-starts-abbr p span {
  display: block;
  font-weight: 300;
}

@media (min-width: 768px) {
  #certified-flight-instructors .cfi-starts-abbr {
    grid-template-columns: repeat(2, max-content);
    gap: 2em;
  }
}
@media (min-width: 992px) {
  #certified-flight-instructors .cfi-starts-abbr {
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
  }
}
#bzOpeningsContainer {
  text-align: left;
  margin-top: 2rem;
}
#bzOpeningsContainer .bzCategory {
  font-family: "aktiv-grotesk", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125rem;
  color: #343a40;
  flex: 1;
  margin-bottom: 2rem;
}
#bzOpeningsContainer .bzOpeningsCategoryList {
  list-style: none;
  padding-left: 0;
}
#bzOpeningsContainer ul.bzOpeningsList {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}
#bzOpeningsContainer ul.bzOpeningsList li.bzOpening, #bzOpeningsContainer ul.bzOpeningsList h2, #bzOpeningsContainer ul.bzOpeningsList .grid-collage-masonry .grid-item .content-inside .subtitle, .grid-collage-masonry .grid-item .content-inside #bzOpeningsContainer ul.bzOpeningsList .subtitle {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
  margin-bottom: 0.5rem;
  color: #CC2222;
}
#bzOpeningsContainer ul.bzOpeningsList li.bzOpening a, #bzOpeningsContainer ul.bzOpeningsList h2 a, #bzOpeningsContainer ul.bzOpeningsList .grid-collage-masonry .grid-item .content-inside .subtitle a, .grid-collage-masonry .grid-item .content-inside #bzOpeningsContainer ul.bzOpeningsList .subtitle a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 400;
  color: #CC2222;
}
#bzOpeningsContainer ul.bzOpeningsList li.bzOpening a .bzButtonApply, #bzOpeningsContainer ul.bzOpeningsList h2 a .bzButtonApply, #bzOpeningsContainer ul.bzOpeningsList .grid-collage-masonry .grid-item .content-inside .subtitle a .bzButtonApply, .grid-collage-masonry .grid-item .content-inside #bzOpeningsContainer ul.bzOpeningsList .subtitle a .bzButtonApply {
  display: none;
}
#bzOpeningsContainer .bzMeta {
  list-style: none;
}
#bzOpeningsContainer .bzMeta li {
  display: inline;
}
#bzOpeningsContainer .bzMeta .bzDepartment {
  display: none;
}
#bzOpeningsContainer .bzMeta .bzType {
  display: none;
}

@media print {
  @page {
    size: US-Letter portrait;
    margin: 0.5in 0.5in 0.5in 1in;
    @bottom-right {
      content: "Page " counter(page) " of " counter(pages);
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 9pt;
      font-weight: bold;
    }
  }
  body {
    font-size: 12pt;
  }
  html, body {
    height: auto !important;
  }
  body, .section-angle-muted, .section-angle-secondary {
    color: #000 !important;
    background: #fff !important;
  }
  h1, .grid-collage-masonry .grid-item .content-inside .main-heading, h2, .grid-collage-masonry .grid-item .content-inside .subtitle, h3, h4, h5, h6, .card {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  img {
    page-break-inside: avoid;
    page-break-after: avoid;
    max-width: 100% !important;
  }
  blockquote, table, pre {
    page-break-inside: avoid;
  }
  blockquote {
    border: none;
  }
  ul, li {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
  .jumbotron, .nav-global-container, footer,
  .airlinesprite, .section-image, .video-player,
  .ico-medallion, .cta-btn-link-group, .cta-btn-link-group-left,
  .img-fluid, .btn-cta, .cta-btn-link-group a:last-of-type,
  .cta-btn-link-group-left a:last-of-type, .card-img-banner, #atp-map, .nav-sidebar .nav-sidebar-container {
    display: none !important;
  }
  .placement-logo img {
    display: block !important;
  }
  .header-global {
    margin: 10px 0 30px 0 !important;
  }
  a[href]:after {
    content: none !important;
  }
  .section-content {
    padding: 25px !important;
  }
  [class*=top-accent-], [class*=bottom-accent-],
  .section-angle.top-accent-secondary:before,
  .section-angle.bottom-accent-secondary:after,
  .section-angle.top-accent-secondary-light:before,
  .section-angle.bottom-accent-secondary-light:after,
  .section-angle.top-border-secondary {
    background: #fff !important;
    border-color: #fff !important;
  }
}
@media (min-width: 768px) {
  .timeline-wrap {
    height: 50vh;
    margin-bottom: -5em;
  }
}
@media (min-width: 992px) {
  .timeline-wrap {
    margin-bottom: 0;
  }
}

#timeline-graphic {
  background: none;
}
@media (min-width: 768px) {
  #timeline-graphic {
    background: url(/img/svg/timeline-vertical.svg?20220211) no-repeat top center;
    background-size: cover;
    height: 100%;
  }
}
@media (min-width: 992px) {
  #timeline-graphic {
    background-size: auto auto;
  }
}

@media (max-width: 1199.98px) {
  .month-trigger {
    overflow: hidden;
  }
}

.month-calendar-wrap {
  height: 35vh;
  position: relative;
  perspective: 0;
  perspective-origin: unset;
}
@media (min-width: 768px) {
  .month-calendar-wrap {
    height: 55vh;
    perspective: 49em;
    perspective-origin: 50% calc(50% - 20em);
  }
}
@media (min-width: 992px) {
  .month-calendar-wrap {
    height: 35vh;
  }
}
.month-calendar-wrap .week-grid {
  width: 95%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: perspective(0em) translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1, 1);
}
@media (min-width: 768px) {
  .month-calendar-wrap .week-grid {
    width: max-content;
    display: grid;
    min-width: 50em;
    left: -10em;
    padding: 20px;
    transform: perspective(515em) translate3d(0px, 0px, -100px) rotateX(0deg) rotateY(-15deg) scale(0.75, 0.75);
  }
}
@media (min-width: 992px) {
  .month-calendar-wrap .week-grid {
    min-width: 65em;
  }
}
.month-calendar-wrap .day-of-week,
.month-calendar-wrap .date-grid {
  display: grid;
  gap: 10px;
  grid-auto-flow: dense;
  grid-template-columns: repeat(7, minmax(10%, 1fr));
}
.month-calendar-wrap .day-of-week {
  grid-template-columns: repeat(7, minmax(8vmin, 1fr));
  gap: 5px;
  font-size: 0.75rem;
}
.month-calendar-wrap .day-of-week > * {
  padding: unset;
}
@media (min-width: 768px) {
  .month-calendar-wrap .day-of-week > * {
    padding: 0.75rem 1.25rem;
  }
}
.month-calendar-wrap .day-of-week > * {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  background: #1c5c9b;
  color: #fff;
  padding: unset;
  border-radius: 2px;
  align-self: center;
}
@media (min-width: 768px) {
  .month-calendar-wrap .day-of-week > * {
    padding: 0.75rem 1.25rem;
  }
}
.month-calendar-wrap .date-grid {
  grid-template-rows: repeat(5, 1fr);
  gap: 5px;
  margin-top: 0.5em;
  margin-bottom: 2.5em;
}
.month-calendar-wrap .date-grid div {
  width: 100%;
  height: 100%;
  background: #d2deeb;
  padding: 1em;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .month-calendar-wrap .date-grid div {
    height: 5em;
  }
}

.calendar-events-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.calendar-events-wrap #calendar-events {
  background: url(/img/svg/training-schedule-mobile.svg?20220210) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  min-height: 16em;
}
@media (min-width: 768px) {
  .calendar-events-wrap #calendar-events {
    background: url(/img/svg/training-schedule.svg?20220210) no-repeat center center;
    min-height: 30em;
  }
}
@media (min-width: 992px) {
  .calendar-events-wrap #calendar-events {
    background: url(/img/svg/training-schedule.svg?20220210) no-repeat center center;
    min-height: 40em;
  }
}

.time-grid {
  display: flex;
  justify-content: center;
  position: relative;
  height: 504px;
  width: clamp(340px, 50%, 500px);
  overflow: hidden;
}
.time-grid .hours {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 10%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: flex-start;
  z-index: -1;
}
@media (min-width: 768px) {
  .time-grid .hours {
    margin-right: 0;
    margin-left: 2%;
  }
}
.time-grid .hours > * {
  font-size: 1.25rem;
  line-height: 1;
  color: #1c5c9b;
  padding: 0;
  align-self: stretch;
  border-bottom: 1px dotted #1c5c9b;
}
.time-grid .card-animate-wrap {
  background: #d2deeb;
  display: grid;
  width: max-content;
  place-items: center;
  height: fit-content;
  margin-left: 20%;
}
.time-grid .card-animate {
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  background-color: #497daf;
  background-clip: border-box;
  border: none;
  max-width: 275px;
  min-width: 0;
  border-radius: 2px;
}
.time-grid .card-animate .card-content {
  flex: 1 1 auto;
  padding: 1.5rem;
  color: #fff;
}
.time-grid .card-animate .card-content .activity {
  position: absolute;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.25rem;
  width: max-content;
}
.time-grid .card-animate .card-content .icon {
  font-size: 1.75rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Topic showcase */
.topic-showcase__card {
  color: #495057;
}
.topic-showcase__card p {
  color: #495057;
}
.topic-showcase__card .text-muted {
  color: #6c757d !important;
}
.topic-showcase__card h3,
.topic-showcase__card h3.h4,
.section-angle.section-angle-secondary .topic-showcase__card h3,
.section-angle.section-angle-secondary .topic-showcase__card h3.h4 {
  color: #012E5C;
}
.topic-showcase__card a,
.section-angle.section-angle-secondary .topic-showcase__card a {
  color: #1C5C9B;
}
.topic-showcase__card a:hover,
.topic-showcase__card a:focus,
.section-angle.section-angle-secondary .topic-showcase__card a:hover,
.section-angle.section-angle-secondary .topic-showcase__card a:focus {
  color: #012E5C;
}
.topic-showcase__card {
  background: #fff;
  border-radius: 1.125rem;
  box-shadow: 0 12px 40px rgba(1, 46, 92, 0.07);
  display: grid;
  gap: 0;
  overflow: hidden;
  padding: 0;
}
.topic-showcase__card h3,
.topic-showcase__card h3.h4 {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .topic-showcase__card {
    align-items: stretch;
    gap: 0;
    grid-template-columns: min(42%, 16rem) 1fr;
    padding: 0;
  }
}
.topic-showcase__card--content-only {
  display: block;
}
@media (min-width: 768px) {
  .topic-showcase__card--content-only {
    grid-template-columns: none;
  }
}
.topic-showcase__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 1.25rem;
}
@media (min-width: 768px) {
  .topic-showcase__body {
    justify-content: center;
    padding: 1.5rem;
  }
}
.topic-showcase__body > p {
  flex: 1;
  line-height: 1.55;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .topic-showcase__body > p {
    flex: 0 1 auto;
  }
}
.topic-showcase__callout {
  background: #F5FAFF;
  border-left: 3px solid #1C5C9B;
  border-radius: 0 0.625rem 0.625rem 0;
  margin-bottom: 0;
  margin-top: 1.25rem;
  padding: 0.75rem 0.875rem;
}
.topic-showcase__callout-label {
  color: #1C5C9B;
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}
.topic-showcase__callout p {
  color: #495057;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.45;
  margin-bottom: 0;
}

.topic-showcase__option {
  background: rgba(28, 92, 155, 0.04);
  border: 1px solid rgba(1, 46, 92, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 0 10px rgba(1, 46, 92, 0.03);
  padding: 1rem 1.125rem;
}

@media (min-width: 768px) {
  .topic-showcase__option {
    padding: 1.125rem 1.25rem;
  }
}

/* Program overview scroll dots */
.program-overview-scroll__dots {
  align-self: start;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 1rem;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.program-overview-scroll__dots li {
  margin: 0;
}
.program-overview-scroll__dots:before {
  background: rgba(1, 46, 92, 0.06);
  bottom: 0.4rem;
  content: "";
  left: 50%;
  position: absolute;
  top: 0.4rem;
  transform: translateX(-50%);
  width: 1px;
  z-index: 0;
}
.program-overview-scroll__dot {
  background: rgba(1, 46, 92, 0.12);
  border-radius: 50%;
  flex-shrink: 0;
  height: 0.375rem;
  position: relative;
  transition: background 0.18s cubic-bezier(0.25, 0.46, 0.15, 0.94), opacity 0.18s cubic-bezier(0.25, 0.46, 0.15, 0.94), transform 0.18s cubic-bezier(0.25, 0.46, 0.15, 0.94);
  width: 0.375rem;
  z-index: 1;
}
.program-overview-scroll__dot.is-complete {
  background: rgba(28, 92, 155, 0.45);
}
.program-overview-scroll__dot.is-active {
  background: rgba(28, 92, 155, 0.72);
  transform: scale(1.15);
}

/* CTP self-schedule progress dots */
.schedule-progress {
  margin: 1.5rem 0 0;
  text-align: center;
}
.schedule-progress__dots {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.schedule-progress__dots::before {
  background: rgba(1, 46, 92, 0.06);
  content: "";
  height: 1px;
  left: calc(0.375rem / 2);
  pointer-events: none;
  position: absolute;
  right: calc(0.375rem / 2);
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.schedule-progress__dots > li {
  margin: 0;
}
.schedule-progress__dot {
  background: rgba(1, 46, 92, 0.12);
  border-radius: 50%;
  display: block;
  flex: 0 0 0.375rem;
  height: 0.375rem;
  position: relative;
  width: 0.375rem;
  z-index: 1;
}
.schedule-progress__dot.is-complete {
  background: rgba(28, 92, 155, 0.45);
}
.schedule-progress__dot.is-active {
  background: rgba(28, 92, 155, 0.72);
}

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