@import url(https://use.typekit.net/syp4dua.css);
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,300;0,600;0,800;1,300;1,600;1,800&display=swap);
/* Colors */
/* Fonts */
/* HTML ELEMENTS */
html {
  font-family: "Adelle", serif;
  font-weight: 300;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Adelle", serif;
  font-weight: 300;
  background-color: #222222;
}

h1, h2, h3, h5, h6 {
  font-family: "Nunito Sans", sans-serif;
}

h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 2rem;
  color: #004b79;
}

h2 {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #0078c1;
  padding-top: 1rem;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.5rem;
  font-weight: 300;
  color: #0078c1;
  padding-top: 1rem;
  margin-bottom: 1rem;
}

h4 {
  font-family: "Adelle", serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

h5 {
  font-weight: 300;
}

p {
  font-size: 1rem;
  line-height: 1.8;
}

p.hanging-indent {
  padding-left: 25px;
  text-indent: -25px;
}

.figure-caption {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  font-size: 90%;
  color: #222222;
  margin: 0.25rem 0 0.5rem;
}

a {
  -webkit-text-decoration: underline dotted #0078c1;
          text-decoration: underline dotted #0078c1;
  text-decoration-color: rgba(54, 120, 194, 0.5);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:link, a:visited {
  color: #0078c1;
}

a:hover, a:active {
  color: #004b79;
  -webkit-text-decoration: underline dotted #004b79;
          text-decoration: underline dotted #004b79;
  text-decoration-color: rgba(31, 75, 121, 0.5);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}
/*  SKIP-MAIN  */
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999;
}

/*  BUTTONS  */
.btn {
  margin-top: 0.5rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
}

.btn-primary {
  color: #ffffff;
  background-color: #0078c1;
  border-color: #0078c1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #004b79;
  border-color: #004b79;
}

.accordion .card button.btn {
  text-decoration: none;
  border: none;
}

h3.accordion-header {
  margin-top: 0;
  padding-top: 0;
}

/*  FORMS  */
.form-control {
  color: #222222;
  background-color: #ffffff;
  border: 1px solid #666666;
  border-radius: 0.125rem;
}

/*  FOOTNOTES  */
sup a {
  text-decoration: none;
}

ol.notes {
  list-style-type: decimal;
  margin-top: 20px;
  padding-left: 20px;
}

ol.notes li {
  margin-bottom: 10px;
}

ol.notes li p {
  margin: 0;
}

ol.notes li a.return {
  text-decoration: none;
  font-size: 0.9rem;
}

ol.notes li a.return span {
  position: relative;
  top: 2px;
  display: inline-block;
}

/*  BACKGROUNDS  */
.bg-blue {
  background-color: #0078c1;
}

.bg-blue-light {
  background-color: #29abe2;
}

.bg-blue-dark {
  background-color: #004b79;
}

#carouselExampleIndicators ::marker {
  color: transparent;
}

#carouselExampleIndicators li[data-bs-target] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-left: 10px;
}

#carouselExampleIndicators li[data-bs-target].active {
    background-color: #0078c1;
}

#carouselExampleIndicators .carousel-caption {
  left: 0;
}

.form-check-input[type=checkbox] {
  border-color: #666666;
}

.nav-item a.nav-link {
  text-decoration-color: rgba(54, 120, 194, 0.5);
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 1px;
}