@charset "UTF-8";
:root {
  --font-main: Inter, sans-serif;
  --font-heading: Alegreya Sans, sans-serif;
  --font-accent: Inter, sans-serif;
  --color-black: #000;
  --color-black-lt: #2a2a2a;
  --color-white: #ffffff;
  --color-gray: #6f6f6f;
  --color-gray-lt: #eeefff;
  --color-gray-dk: #54585a;
  --color-red: #b4182d;
  --color-blue: #3a97b4;
  --color-blue-dk: #052d5c;
  --color-teal: #005e63;
  --color-teal-lt: #00aebb;
  --color-green: #a9ad00;
  --color-orange: #f26722;
  --color-yellow: #fdb714;
  --color-olive: #666515;
  --color-csn-blue: #004890;
  --color-csn-blue-dk: #062e57;
  --color-csn-yellow: #ffd200;
  --color-faded-sand: #f9f1e2;
  --color-midnight-purple: #361c51;
  --color-rich-black: #1e1d1b;
  --color-sky-blue: #4387f8;
  --color-yellow-ochre: #db9b2e;
  --color-cactus-green: #536810;
  --color-baked-clay: #bb612d;
  --bs-body-font-size: 1.125rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.333rem;
  --bs-body-color: --color-black-lt;
  --bs-body-bg: --color-white;
  --black: 0, 0, 0;
  --black-lt: 42, 42, 42;
  --white: 255, 255, 255;
  --gray: 111, 111, 111;
  --gray-lt: 238, 239, 239;
  --gray-dk: 84, 88, 90;
  --red: 180, 24, 45;
  --blue: 58, 151, 180;
  --blue-dk: 5, 45, 92;
  --teal: 0, 94, 99;
  --teal-lt: 0, 174, 187;
  --green: 169, 173, 0;
  --orange: 242, 103, 34;
  --yellow: 253, 183, 20;
  --olive: 102, 101, 21;
  --CSN-Blue: 0, 72, 144;
  --CSN-Blue-dk: 6, 46, 87;
  --CSN-Yellow: 255, 210, 0;
  --Faded-Sand: 249, 241, 226;
  --Midnight-Purple: 54, 28, 81;
  --Rich-Black: 30, 29, 27;
  --Sky-Blue: 67, 135, 248;
  --Yellow-Ochre: 219, 155, 46;
  --Cactus-Green: 83, 104, 12;
  --Baked-Clay: 187, 97, 45;
  --transparent: rgba(0, 0, 0, 0);
  --shadow: 0 0 .625rem .125rem rgba(var(--color-black), .1);
  --heading: var(--font-heading);
  --body: var(--font-main);
  --logo: "optimabold";
  --transition-duration: .3s;
  --transition-easing: ease;
  --transition: var(--transition-duration) var(--transition-easing);
}

.alerts-wrap .alert {
  padding: 20px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 0;
  border-radius: 0;
}
.alerts-wrap .alert .container-lg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media (min-width: 992px) {
  .alerts-wrap .alert .container-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.alerts-wrap .alert .alert-headline {
  margin: 0;
  font-weight: 700;
}
.alerts-wrap .alert .alert-headline svg {
  font-size: 21px;
  margin-right: 10px;
}
.alerts-wrap .alert .btn-danger {
  color: #fff;
}
.alerts-wrap .alert .btn-danger:focus, .alerts-wrap .alert .btn-danger:hover {
  color: #fff;
}
.alerts-wrap .alert .alert-close {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .alerts-wrap .alert .alert-close {
    right: -40px;
    top: 5px;
  }
}
.alerts-wrap .alert .alert-close:before {
  content: "✕";
  font-size: 25px;
  color: #000;
  opacity: 1;
  font-weight: 200;
}
.alerts-wrap .alert .alert-close:before:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
@media (min-width: 992px) {
  .alerts-wrap .alert.dismissable .container-lg {
    margin-right: 40px;
  }
}
/*# sourceMappingURL=../sourcemaps/alerts.css.map */
