@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

.open-sans-standard {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

body {
  background: #FFFFFF;
  color: #050315;
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

a,
li a {
  color: #06229D;
  text-decoration: underline;
  padding: 2px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

a:hover,
li a:hover,
.main-icons a:hover {
  color: #06229D;
  text-decoration: underline;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media (prefers-reduced-motion: reduce) {

  a,
  li a,
  .main-icons a {
    -webkit-transition: none;
    transition: none;
  }
}

ul {
  width: auto;
  list-style-type: square;
  margin: 1.5rem 0 1.25rem 1rem;
  padding: 0;
}

li {
  margin: .5rem 0;
  padding-left: .5rem;
}

p {
  margin: 25px 0;
}

.breadcrumb {
  padding: 2px;
  background-color: #274060;
}

.breadcrumb a,
.breadcrumb a:hover {
  color: #FFFFFF;
  font-size: 1rem;
}

.site-footer {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: #274060;
}

.site-footer .block {
  border: none;
}

.site-footer__bottom .nav-link {
  color: rgb(238, 243, 253);
}

.site-footer__bottom .nav-link:hover {
  color: rgb(238, 243, 253);
  text-decoration: underline;
}

.site-footer__top .content li a {
  border: none;
  color: #FFFFFF;
}

.site-footer__top .content li a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.navbar-brand img {
  height: 50px;
  width: auto;
}

.navbar-brand {
  font-size: 20px;
}

.navbar-nav {
  margin: 0;
}

.region-header-form img {
  width: 30px;
  height: 30px;
  margin: -30px 2px 0 2px;
  float: right;
}

.dropdown-menu li {
  margin: 10px 0 0 0;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #C5D1DB;
}

.field--name-changed {
  text-align: right;
  font-style: italic;
  font-size: 0.6875rem;
}

.social-media-sharing {
  text-align: right;
}

.social-media-sharing li {
  margin: 0;
}

.social-media-sharing .share img {
  width: 30px;
}

.social-media-links--platforms {
  margin: -20px 0;
  padding: 0;
}

.social-media-links--platforms.horizontal li {
  margin: 0;
  padding: 0;
}

.sidebar h2 {
  margin: 0 0 20px 0;
  border-bottom: 2px solid #274060;
  padding-bottom: 5px;
  text-shadow: none;
  font-size: 16px;
  line-height: 1.1;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

.small-caps {
  font-variant: all-petite-caps;
}

.increase-spacing {
  letter-spacing: 3px;
}

.accent-text {
  color: #940019;
  font-weight: bold;
  font-size: 1.35em;
}

.bs-region--main table tr th {
  background: #06229D;
  background: rgb(36, 48, 158);
}

.bs_grid .row {
  --bs-gutter-x: 4.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 25px 0;
}

#rm-no-id {
  margin: 0;
}

.responsive-menus.responsified .responsive-menus-simple {
  background: #274060;
  box-shadow: 2px 2px 2px #274060;
}

.responsive-menus.responsified .responsive-menus-simple li a {
  text-transform: inherit;
}

.responsive-menus.responsified .responsive-menus-simple li a:hover {
  background: #FFFFFF;
  color: #274060;
}

.responsive-menus.responsified span.toggler {
  background: #274060;
  box-shadow: 2px 2px 2px #274060;
}

#navbar-top a {
  color: #FFFFFF;
}

#navbar-top a:hover {
  background: #FFFFFF;
  color: #274060;
}

.js-form-item-feed-me {
  visibility: hidden;
}


@media only screen and (max-width: 768px) {
  .navbar-brand {
    font-size: 14px;
  }

  .navbar-brand img {
    width: 35px;
    height: auto;
  }

  .navbar-expand-md {
    flex-wrap: wrap;
  }
}

:where(a[href], button, [role="button"], input, select, textarea, [tabindex]:not([tabindex="-1"])):focus {
  outline: 2px solid #0a84ff;
  outline-offset: 2px;
}

/* Make skip link discoverable on focus */
.skip-link {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  background: #fff;
  color: #000;
  padding: .5rem .75rem;
  border: 2px solid #000;
  z-index: 2000;
}

.skip-link:not(:focus) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.visually-hidden-focusable:not(:focus) {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

body.path-frontpage .page-title {
  margin-top: 0;
  margin-bottom: 0.75rem;
}

nav.breadcrumb:empty {
  display: none;
}

/* Tables */
.table thead tr>th,
.table thead tr>td,
.views-table thead tr>th,
.views-table thead tr>td {
  --bs-table-accent-bg: transparent;
  box-shadow: none;
  background-color: rgb(36, 48, 158);
  color: #FFFFFF;
}

.table>tbody>tr>* {
  --bs-table-accent-bg: var(--bs-table-striped-bg, transparent);
}