a[href^="mailto:"] > strong {
  display: none;
}

p {
}

:root, [data-bs-theme=light] {
  --bs-blue: #3763f4;
  --bs-indigo: #002f49;
  --bs-purple: #6f42c1;
  --bs-pink: #e33cd1;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffd200;
  --bs-green: #00b779;
  --bs-teal: #00b4c9;
  --bs-cyan: #00b4c9;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #4e5d78;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f5f6f8;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #4e5d78;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #2d2d2d;
  --bs-primary: #2394D9;
  --bs-secondary: #005A96;
  --bs-success: #00b779;
  --bs-info: #00b4c9;
  --bs-warning: #ffd200;
  --bs-danger: #dc3545;
  --bs-light: #d1d7da;
  --bs-dark: #004777;
  --bs-primary-rgb: 35,148,217;
  --bs-secondary-rgb: 0,90,150;
  --bs-success-rgb: 0, 183, 121;
  --bs-info-rgb: 0, 180, 201;
  --bs-warning-rgb: 255, 210, 0;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 209,215,218;
  --bs-dark-rgb: 18, 22, 67;
  --bs-primary-text-emphasis: #0e1024;
  --bs-secondary-text-emphasis: #665400;
  --bs-success-text-emphasis: #004930;
  --bs-info-text-emphasis: #004850;
  --bs-warning-text-emphasis: #665400;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #d3d4de;
  --bs-secondary-bg-subtle: #fff6cc;
  --bs-success-bg-subtle: #ccf1e4;
  --bs-info-bg-subtle: #ccf0f4;
  --bs-warning-bg-subtle: #fff6cc;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fafbfc;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #a7a9bd;
  --bs-secondary-border-subtle: #ffed99;
  --bs-success-border-subtle: #99e2c9;
  --bs-info-border-subtle: #99e1e9;
  --bs-warning-border-subtle: #ffed99;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Lexend", "Helvetica Neue", Helvetica, Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: #002f49;
  --bs-body-color-rgb: 18, 22, 67;
  --bs-body-bg: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(18, 22, 67, 0.75);
  --bs-secondary-color-rgb: 18, 22, 67;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(18, 22, 67, 0.5);
  --bs-tertiary-color-rgb: 18, 22, 67;
  --bs-tertiary-bg: #f5f6f8;
  --bs-tertiary-bg-rgb: 245, 246, 248;
  --bs-heading-color: inherit;
  --bs-link-color: #002f49;
  --bs-link-color-rgb: 36, 40, 91;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #002f49;
  --bs-link-hover-color-rgb: 29, 32, 73;
  --bs-code-color: #e33cd1;
  --bs-highlight-bg: #fff6cc;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #b1b1bc;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 8px;
  --bs-border-radius-sm: 0;
  --bs-border-radius-lg: 0;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(36, 40, 91, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(36, 40, 91, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(36, 40, 91, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(36, 40, 91, 0.25);
  --bs-form-valid-color: #00b779;
  --bs-form-valid-border-color: #00b779;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

.btn {
  --bs-btn-padding-x: 1.5rem;
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 700;
  --bs-btn-line-height: 1.6;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 8px;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #004777;
  --bs-btn-hover-border-color: #004777;
  --bs-btn-focus-shadow-rgb: 217, 179, 0;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #002f49;
  --bs-btn-active-border-color: #002f49;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #787878;
  --bs-btn-disabled-border-color: #787878;
}

.btn-primary {
  background: #2394d9;
  color: #ffffff;
}

.btn-secondary {
  color: var(--bs-primary);
  border-width: inherit;
  border-color: var(--bs-primary);
  border-width: 1px;
}

.bg-secondary .btn-primary {
  color: #005a96;
  border-width: inherit;
  background: var(--bs-white);
  border-width: 1px;
}

.bg-secondary .btn-secondary {
  color: var(--bs-white);
  border-width: inherit;
  border-color: var(--bs-white);
  border-width: 1px;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}

.btn-link {
  color: var(--bs-primary);
  border: none;
}

.btn-link:hover {
  color: var(--bs-secondary);
  background: none;
  border: none;
}

.btn-link:checked + .btn, :not(.btn-link) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: #fff;
  background: #002f49;
}

.btn-link:active {
  color: #002f49 !important;
  background: none !important;
}

.button-container .btn {
  margin-right: 5px;
}

.container {
  max-width: 1110px;
}

.subtitle {
  color: var(--bs-primary);
}

.text-bg-primary {
  color: #fff !important;
  background-color: var(--bs-primary) !important;
}

.text-bg-secondary {
  color: #000 !important;
  background-color: var(--bs-secondary) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: var(--bs-secondary) !important;
}

.text-bg-light {
  background-color: RGBA(255, 255, 255, var(--bs-bg-opacity, 1)) !important;
}

@media (min-width: 992px) {
  .pb-7 {
    padding-bottom: 8rem !important;
  }
}

.contact-header {
  border-radius: 8px;
  color: #121643;
}

.contact-header p {
  line-height: 145%;
  margin-bottom: 0;
}

.contact-header img {
  border-radius: 3px;
}

.contact-header h4 {
  margin-bottom: 5px;
}

.contact-header a, .contact-header a:visited {
  color: #121643;
}

.contact-header a:hover, .contact-header a:focus {
  color: #2394D9;
}

.home-banner {
  padding-bottom: 8rem;
}

.artwork-bg {
  background: url('/assets/img/bg-banner-light-sml.png?h=5eb5ebbcd38a9c1587637d9e43ff8fc6') bottom no-repeat;
}

@media (min-width: 992px) {
  .artwork-bg {
    background-size: contain;
  }
}

hr {
  border-top: 1px solid rgb(var(--bs-light-rgb))!important;
  border-bottom: 0px none;
  margin: 35px 0;
  opacity: 100%;
}

footer {
  color: var(--bs-white);
}

footer hr {
  border-top: 1px solid #fff;
  border-bottom: 0px none;
  margin: 20px 0;
  opacity: 25%;
}

footer .footer-details p {
  color: #becede;
}

footer .footer-legal p {
  font-size: 88%;
}

.footer-details a, .footer-details a:visited, .footer-details ul li a, .footer-details ul li a:visited {
  color: #becede;
  text-decoration: underline;
}

.footer-details a:hover, .footer-details a:focus, .footer-details ul li a:hover, .footer-details ul li a:focus {
  color: #93adc8;
}

.footer-legal a, .footer-legal a:visited, .footer-legal ul li a, .footer-legal ul li a:visited {
  color: rgba(255,255,255,.5) !important;
  text-decoration: none;
}

.footer-legal a:hover, .footer-legal a:focus, .footer-legal ul li a:hover, .footer-legal ul li a:focus {
  color: rgba(255,255,255,.3) !important;
}

@media (min-width: 992px) {
  #mainNav.navbar-shrink {
    background-color: var(--bs-body-bg);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.3);
  }
}

.in-content-card .card-body {
  padding-bottom: 2px;
}

.content p, .content ol, .content ul, .content .text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

::selection {
  color: #e7f3f9;
  background: #002f49;
  text-shadow: none;
}

.navbar-toggler {
  border-radius: 8px;
  padding: 8px 10px;
  border-width: 2px;
}

/* Holiday notice bar */
.holiday-notice {
  background: #002F49;
  border-radius: 3px;
  margin-top: 16px;
  padding: 20px 20px 20px 90px;
  text-align: left;
  background-image: url('../img/stars-left.png');
  background-repeat: no-repeat;
  background-position: left calc(-45px) center;
  background-size: 133px auto;
}

@media (min-width: 992px) {
  .holiday-notice {
    padding: 20px 80px 20px 80px;
    text-align: center;
    background-image: url('../img/stars-left.png'), url('../img/stars-right.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left calc(-35px) center, right calc(-27px) center;
    background-size: 133px auto, 113px auto;
  }
}