/**********************************

    Basic Elements

***********************************/
body, html {
  color: #333;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  overflow: hidden;
}
@media screen and (min-width: 2000px) {
  body, html {
    font-size: 22px;
  }
}

h1 {
  font-size: 1.6rem;
  font-weight: 700;
  left: -9999px;
  line-height: 1.8rem;
  margin: 8px 18px 0;
  padding: 8px 0;
  position: absolute;
  text-align: center;
}
@media screen and (min-width: 576px) {
  h1 {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 2.4rem;
    line-height: 2.5rem;
  }
}

h2 {
  border-bottom: 2px solid #0C356A;
  color: #0C356A;
  font-size: 1.3rem;
  font-weight: 900;
  margin: 0;
  padding: 5px 0 14px;
}
@media screen and (min-width: 576px) {
  h2 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  color: #333;
  font-size: 1.1rem;
  font-weight: 900;
  margin-top: 18px;
}
@media screen and (min-width: 576px) {
  h3 {
    font-size: 1.4rem;
  }
}

h4 {
  color: #0C356A;
  font-size: 1.2rem;
}

p {
  font-size: 0.9rem;
  margin: 22px 0;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 1rem;
  }
}

li {
  font-size: 0.9rem;
  margin: 8px 0;
}
@media screen and (min-width: 768px) {
  li {
    font-size: 1rem;
  }
}

a {
  color: #333;
  transition: background 0.2s, color 0.2s;
}
a:hover {
  color: #000;
}

button {
  background: #fff;
  border-radius: 8px;
  border: 0;
  color: #424242;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 20px;
  padding: 8px 28px;
  transition: filter 0.2s;
}
@media screen and (min-width: 768px) {
  button {
    font-size: 1rem;
  }
}
button:hover {
  filter: brightness(0.8);
}

.ada-element {
  left: -9999px;
  position: absolute;
}

/**********************************

    Intro screen 

***********************************/
#intro-screens {
  display: none;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: 0.7s;
  width: 100%;
  z-index: 50;
}
#intro-screens.exhausted {
  opacity: 0;
  top: -100%;
}

.has-js #intro-screens {
  display: block;
}

#introduction {
  background: #0C356A;
  background-image: url("../images/Images/welcome_screen.jpg");
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 52;
}
#introduction.acknowledged {
  opacity: 0;
  top: -100%;
  transition: 1s;
}
#introduction > div {
  background: rgba(12, 53, 106, 0.9);
  color: #fff;
  font-size: 0.85em;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 30px 6%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 576px) {
  #introduction > div {
    background: #0C356A;
    border: 0;
    border-left: 18px solid #0174BE;
    font-size: 1rem;
    padding: 32px 4%;
    width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  #introduction > div {
    padding: 54px 4%;
    width: 46%;
  }
}
#introduction > div .project-logos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  #introduction > div .project-logos {
    margin-bottom: 60px;
  }
}
#introduction > div #intro-desc {
  font-size: 1.1em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #introduction > div #intro-desc {
    font-size: 1.2rem;
  }
}
#introduction > div a {
  color: #fff;
  word-wrap: break-word;
}
#introduction img {
  display: block;
  width: 80px;
}
@media screen and (min-width: 576px) {
  #introduction img {
    width: 90px;
  }
}
@media screen and (min-width: 992px) {
  #introduction img {
    width: 150px;
  }
}

#skiptocontent {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 8px 0 #000;
  color: #333;
  font-size: 1.3rem;
  left: -9999px;
  padding: 6px 12px;
  position: absolute;
  top: -9999px;
}
#skiptocontent:focus {
  left: 8px;
  top: 8px;
}

#walkthrough {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#walkthrough-cover {
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 100%;
  margin-top: -40px;
  position: absolute;
  transition: 0.75s;
  width: 100%;
}
#walkthrough-cover:after {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  cursor: pointer;
  display: none;
  height: 40px;
  position: absolute;
  top: 100%;
  width: 290px;
}
@media screen and (min-width: 992px) {
  #walkthrough-cover:after {
    display: block;
  }
}

#instruction {
  background: #0C356A;
  bottom: 60px;
  box-shadow: 0 8px 8px -4px #000;
  color: #fff;
  font-size: 0.85rem;
  left: 24px;
  position: absolute;
  right: auto;
  text-align: center;
  top: auto;
  transition: 0.75s;
  width: 220px;
}
@media screen and (min-width: 576px) {
  #instruction {
    font-size: 1rem;
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  #instruction {
    left: 340px;
  }
}
#instruction p {
  clear: both;
  display: none;
  margin: 0;
  padding: 16px 24px 12px;
}
#instruction p.showing {
  display: block;
}
#instruction .close-walkthrough {
  background: transparent;
  border-radius: 0;
  color: #fff;
  float: right;
  font-size: 2.4em;
  line-height: 1.2em;
  margin-top: 4px;
  padding: 3px 16px;
}
#instruction #got-instruction {
  background: transparent;
  color: #fff;
  font-weight: 700;
  margin-bottom: 14px;
}
#instruction img {
  bottom: 14px;
  left: 25px;
  position: absolute;
  top: auto;
  transition: 0.75s;
  width: 46px;
}
@media screen and (min-width: 576px) {
  #instruction img {
    width: 70px;
  }
}

.got1 #walkthrough-cover {
  margin-left: 0;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .got1 #walkthrough-cover {
    margin-left: 290px;
  }
}
.got1 #instruction {
  left: 24px;
  bottom: auto;
  top: 64px;
}
@media screen and (min-width: 992px) {
  .got1 #instruction {
    left: 320px;
    top: 64px;
  }
}
.got1 #instruction img {
  transform: rotate(180deg) rotateY(180deg);
  top: 16px;
}
@media screen and (min-width: 992px) {
  .got1 #instruction img {
    transform: none;
    top: 24;
  }
}

.got2 #walkthrough-cover {
  margin-left: 0;
}
.got2 #instruction {
  left: auto;
  right: 3%;
  top: 76px;
}
.got2 #instruction img {
  bottom: auto;
  left: 100px;
  position: absolute;
  transform: rotate(180deg);
  top: 12px;
  width: 48px;
}
@media screen and (min-width: 576px) {
  .got2 #instruction img {
    left: 165px;
    width: 70px;
  }
}

/**********************************

    Left menu

***********************************/
#screen {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  transition: left 0.6s;
  width: 100%;
}

#menu {
  background-color: #fff;
  flex-shrink: 0;
  height: 100%;
  left: -230px;
  position: absolute;
  transition: left 0.6s, margin 0.6s;
  width: 230px;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  #menu {
    left: -290px;
    width: 290px;
  }
}
@media screen and (min-width: 992px) {
  #menu {
    left: 0;
    position: relative;
  }
}
#menu > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}

.menu-hidden #menu {
  margin-left: -290px;
}

.contact-open #menu {
  margin-left: -290px;
}

.mobile-menu-open #menu {
  left: 0;
  z-index: 1;
}

#mobile-menu-close {
  background: #000;
  background: rgba(0, 0, 0, 0.36);
  border: 0;
  border-radius: 0;
  display: none;
  height: 100%;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
#mobile-menu-close.animate {
  margin-left: 230px;
  transition: margin 0.6s;
}
@media screen and (min-width: 576px) {
  #mobile-menu-close.animate {
    margin-left: 290px;
  }
}
@media screen and (min-width: 992px) {
  #mobile-menu-close.animate {
    margin-left: 200px;
  }
}

#menu-top {
  padding: 16px 6% 14px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  #menu-top {
    padding: 16px 10% 14px;
  }
}
#menu-top a {
  display: block;
  text-decoration: none;
}

.logo {
  display: block;
  margin: 0 auto;
  width: 100px;
}
@media screen and (min-width: 576px) {
  .logo {
    width: 210px;
  }
}

#meeting-title {
  color: #333;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3rem;
  margin: 8px 0 0;
}
@media screen and (min-width: 576px) {
  #meeting-title {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}

#menu-bottom {
  display: flex;
  flex-direction: column-reverse;
  flex: 1 0;
}
#menu-bottom img {
  margin-bottom: 18px;
  width: 160px;
}

#menu-options {
  font-size: 0.9rem;
  padding: 18px 6% 14px;
  text-align: center;
}
#menu-options > button {
  background: transparent;
  border-radius: 0;
  color: #333;
  font-size: 0.9rem;
  margin: 0 0 4px;
  padding: 0;
  text-decoration: underline;
}
#menu-options > button:hover {
  color: #0C356A;
}

#translation-widget {
  display: none;
  width: 100%;
}
#translation-widget label {
  left: -9999px;
  position: absolute;
}
#translation-widget select {
  margin-bottom: 8px;
  width: 100%;
}

.has-js #translation-widget {
  display: block;
}

#google_translate_element {
  display: none;
}

#side-menu {
  border: 1px solid #aaa;
  border-width: 1px 0 0;
  flex-grow: 1;
  overflow-y: auto;
  padding: 0;
}
#side-menu button {
  background: #f2f2f2;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  color: #424242;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.1rem;
  margin: 0;
  min-height: 36px;
  opacity: 0.9;
  padding: 8px 8px 8px 42px;
  position: relative;
  text-align: left;
  transition: 0.2s;
  width: 100%;
}
@media screen and (min-width: 576px) {
  #side-menu button {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
#side-menu button i {
  background-color: #003DA5;
  color: #fff;
  font-size: 0.85rem;
  height: 24px;
  left: 9px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  top: 4px;
  width: 22px;
}
@media screen and (min-width: 576px) {
  #side-menu button i {
    top: 8px;
  }
}
#side-menu button span:focus {
  border: 2px solid #333;
  display: block;
}
#side-menu button:hover {
  background: #003DA5;
  color: #fff;
  opacity: 1;
}
#side-menu button[aria-selected=true] {
  background-color: #003DA5;
  color: #fff;
}
#side-menu button[aria-selected=true] i {
  background-color: #fff;
  color: #003DA5;
}

#menu-toggle {
  display: none;
  font-size: 0.85rem;
  left: 100%;
  margin-left: 5%;
  top: 9px;
  position: absolute;
  transition: margin 0.6s;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  #menu-toggle {
    margin-left: 7%;
  }
}
@media screen and (min-width: 992px) {
  #menu-toggle {
    font-size: 1rem;
    margin-left: 12%;
    top: 18px;
  }
}
@media screen and (min-width: 2000px) {
  #menu-toggle {
    font-size: 0.9rem;
  }
}
#menu-toggle span {
  background-color: #0C356A;
  display: block;
  height: 2px;
  margin: 4px auto;
  transition: margin 0.2s, transform 0.2s;
  width: 22px;
}

.has-js #menu-toggle {
  display: block;
}

#menu-toggle.not-on-desktop {
  display: block;
}
@media screen and (min-width: 992px) {
  #menu-toggle.not-on-desktop {
    display: none;
  }
}

.menu-open #menu-toggle {
  margin-left: 10%;
}
.menu-open #menu-toggle span:first-of-type {
  transform: rotate(-25deg);
  margin-top: 6px;
  width: 16px;
}
.menu-open #menu-toggle span:last-of-type {
  transform: rotate(25deg);
  margin-top: -6px;
  width: 16px;
}
.menu-open #menu-toggle span:nth-of-type(2) {
  opacity: 0;
}

.mobile-menu-open #menu-toggle {
  margin-left: 4%;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .mobile-menu-open #menu-toggle {
    margin-left: 5%;
  }
}
.mobile-menu-open #menu-toggle span:first-of-type {
  transform: rotate(-25deg);
  margin-top: 6px;
  width: 16px;
}
.mobile-menu-open #menu-toggle span:last-of-type {
  transform: rotate(25deg);
  margin-top: -6px;
  width: 16px;
}
.mobile-menu-open #menu-toggle span:nth-of-type(2) {
  opacity: 0;
}

.hdr-modal-showing #menu-toggle {
  z-index: -1;
}

.meeting-button {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 8px -2px #222;
  color: #0C356A;
  font-size: 0.8rem;
  font-weight: 700;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.meeting-button:after {
  background: rgba(25, 25, 25, 0.2);
  content: "";
  height: 100%;
  left: -100px;
  position: absolute;
  top: 0;
  transform: skewX(-22deg);
  transition: 0s;
  width: 90px;
}
.meeting-button:hover:after {
  left: 170px;
  transition: left 1s;
}

/* Modal Window */
.hdr-modal-showing {
  overflow: hidden;
}

.hdr-launch-modal {
  display: none;
}

.has-hdr-modals .hdr-launch-modal {
  color: #333;
  display: block;
}
.has-hdr-modals .hdr-launch-modal:hover {
  color: #0C356A;
}

.hdr-close-modal {
  display: none;
}

.hdr-modal-window {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: -100%;
  transition: 0s;
  width: 100%;
  z-index: 1000;
}
.hdr-modal-window.showing {
  top: 0;
  transition: top 1s;
}
.hdr-modal-window .hdr-close-modal span {
  left: -9999px;
  position: absolute;
}
.hdr-modal-window > .hdr-close-modal {
  background-color: rgba(0, 0, 0, 0.75);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hdr-modal-window .hdr-modal-title {
  margin: 24px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .hdr-modal-window .hdr-modal-title {
    margin: 36px 28px 6px 0;
  }
}
.hdr-modal-window :focus {
  border-radius: 2px;
  outline: 2px groove #eee;
}
.hdr-modal-window > div {
  background-color: #fff;
  box-shadow: 4px 13px 28px 0 #111;
  left: 50%;
  max-height: 82%;
  overflow: auto;
  padding: 0 24px 6px;
  position: absolute;
  top: 8%;
  transform: translateX(-50%);
  width: 84%;
}
@media screen and (min-width: 768px) {
  .hdr-modal-window > div {
    max-height: 52%;
    padding: 0 3% 22px;
    top: 24%;
    width: 54%;
  }
}
.hdr-modal-window > div .hdr-close-modal {
  background: transparent;
  border: 0;
  color: #333;
  font-size: 2em;
  line-height: 0.6em;
  padding: 0 5px 3px;
  position: absolute;
  right: 10px;
  top: 6px;
}
@media screen and (min-width: 768px) {
  .hdr-modal-window > div .hdr-close-modal {
    font-size: 3em;
  }
}
.hdr-modal-window > div .hdr-close-modal:hover {
  color: #666;
}

/**********************************

    Slide Specific

***********************************/
#mainArea {
  background-color: #0C356A;
  background-size: cover;
  background-position: center;
  overflow: auto;
  padding-bottom: 32px;
  position: relative;
  transition: left 0.6s, margin 0.6s, width 0.6s;
  width: 100%;
}

.has-js #mainArea {
  padding-bottom: 0;
}

.menu-hidden #mainArea {
  margin-left: 0;
  width: 100%;
}

.contact-open #mainArea {
  margin-left: -270px;
}
@media screen and (min-width: 576px) {
  .contact-open #mainArea {
    margin-left: -390px;
  }
}

#top-section {
  align-items: center;
  display: flex;
  font-size: 0.85em;
  padding-left: 94px;
  padding-top: 4px;
}
@media screen and (min-width: 576px) {
  #top-section {
    padding-left: 104px;
    padding-top: 4px;
  }
}
@media screen and (min-width: 992px) {
  #top-section {
    font-size: 1em;
    padding-left: 124px;
    padding-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  #top-section {
    padding-top: 10px;
  }
}
#top-section > * {
  border-radius: 8px;
  color: #fff;
  font-size: 1em;
  margin: 0 8px;
  padding: 8px 10px;
}
@media screen and (min-width: 576px) {
  #top-section > * {
    border-radius: 88px;
    padding: 8px 22px;
  }
}
@media screen and (min-width: 1420px) {
  #top-section > * {
    font-size: 1.2em;
  }
}
#top-section p {
  background: #05152A;
  display: none;
  line-height: 1.2em;
  text-align: center;
  width: 280px;
}
@media screen and (min-width: 1200px) {
  #top-section p {
    display: block;
  }
}
@media screen and (min-width: 1420px) {
  #top-section p {
    width: auto;
  }
}
#top-section a {
  background: #0174BE;
  display: block;
  font-size: 0.9em;
  line-height: 1.1em;
  margin: 0 2px 0 12px;
  text-align: center;
  text-decoration: none;
  width: 140px;
}
@media screen and (min-width: 576px) {
  #top-section a {
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  #top-section a {
    width: 280px;
  }
}
@media screen and (min-width: 1390px) {
  #top-section a {
    font-size: 1.1em;
    width: 380px;
  }
}
@media screen and (min-width: 1550px) {
  #top-section a {
    width: 450px;
  }
}
#top-section a:last-of-type {
  display: none;
}
@media screen and (min-width: 768px) {
  #top-section a:last-of-type {
    display: block;
  }
}
#top-section a:hover {
  background: #005991;
}

#slides {
  padding: 0;
  position: relative;
  transition: left 0.6s, margin 0.6s;
  top: 24px;
  width: 100%;
}

.has-js #slides {
  bottom: 54px;
  position: absolute;
  top: 70px;
}
@media screen and (min-width: 992px) {
  .has-js #slides {
    bottom: 68px;
    top: 88px;
  }
}

.slide {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 15px -4px #000;
  overflow-y: auto;
  padding: 26px 7% 14px;
  width: 96%;
}
@media screen and (min-width: 576px) {
  .slide {
    padding: 26px 5%;
  }
}
@media screen and (min-width: 768px) {
  .slide {
    padding: 36px 5%;
  }
}
@media screen and (min-width: 1200px) {
  .slide {
    padding: 36px 3.5%;
  }
}
@media screen and (min-width: 2000px) {
  .slide {
    padding: 44px 3%;
  }
}
.slide img {
  max-width: 100%;
}

.has-js .slide {
  display: none;
  height: 100%;
  margin: 0;
  margin-left: -100%;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  transition: 0s;
}

.slide.showing {
  margin-left: 2%;
  margin-top: 0;
  opacity: 1;
  transition: margin-left 0s, margin-top 0.8s, opacity 0.8s;
}

.slide[aria-hidden=false] {
  display: block;
}

.big-img {
  border: 1px solid #aaa;
  margin: 32px 0 20px;
  overflow: auto;
  padding: 14px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .big-img {
    border: 0;
    padding: 0;
  }
}
.big-img img {
  max-width: 8000%;
  width: 940px;
}
@media screen and (min-width: 768px) {
  .big-img img {
    width: 100%;
  }
}

.gray-list {
  list-style: none;
  margin-bottom: 28px;
  padding: 0;
}
.gray-list li {
  align-items: center;
  background: #EDEEEE;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  margin: 14px 0;
  padding: 16px 12px;
}
.gray-list li div {
  background: #fff;
  border-radius: 50%;
  flex-shrink: 0;
  height: 50px;
  line-height: 44px;
  text-align: center;
  width: 50px;
}
.gray-list li div img {
  height: 28px;
}

#aimed-improvements li {
  font-weight: 700;
  gap: 20px;
  padding: 12px;
}

#need-to-address {
  list-style: none;
  padding: 0;
}
#need-to-address li {
  align-items: center;
  display: flex;
  gap: 18px;
  margin: 18px 0;
}
#need-to-address li img {
  width: 70px;
}

.an-example img {
  margin: 14px;
  max-width: 400px;
}

#input-shape {
  background: #EDEEEE;
  border-bottom: 6px solid #0C356A;
  border-radius: 8px;
  color: #0C356A;
  margin: 24px 0 28px;
  padding: 6px 32px 16px;
}

img[src*="eval.png"] {
  max-width: 1200px;
}

#weheard-pics img {
  margin: 16px 0;
}

#l2-alts {
  background: #DDE9F0;
  --bs-gutter-x: 0;
  margin: 24px 0;
}

#l2-alts > div {
  padding: 8px 34px;
}

#l2-alts > div:last-of-type {
  background: #edeeee;
  color: #0C356A;
}
#l2-alts > div:last-of-type h3 {
  color: #0C356A;
}
#l2-alts > div:last-of-type p {
  margin-top: 1px;
}

#l2-alts + ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
#l2-alts + ul li {
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 576px) {
  #l2-alts + ul li {
    width: 31%;
  }
}
#l2-alts + ul li h3 {
  background: #0C356A;
  color: #fff;
  padding: 8px 12px;
}
#l2-alts + ul li h3 img {
  margin-left: 8px;
}

#alternative-table {
  margin: 38px 0;
  text-align: center;
  width: 100%;
}
#alternative-table thead {
  background: #0C356A;
  color: #fff;
  font-size: 0.7em;
}
@media screen and (min-width: 576px) {
  #alternative-table thead {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  #alternative-table thead {
    font-size: 1.1em;
  }
}
#alternative-table td, #alternative-table th {
  border: 1px solid #cddce3;
  padding: 4px;
}
@media screen and (min-width: 768px) {
  #alternative-table td, #alternative-table th {
    font-size: 1.1em;
    padding: 6px;
  }
}
#alternative-table .empty {
  background: #F2F2F2;
}

#alttable-legend-title {
  margin-top: 34px;
}

#alttable-legend {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8em;
  justify-content: flex-start;
  list-style: none;
  padding: 12px 0;
  width: 100%;
}
@media screen and (min-width: 576px) {
  #alttable-legend {
    font-size: 1em;
  }
}
#alttable-legend li {
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 0 12px 14px 0;
  padding: 1px 0 1px 40px;
  position: relative;
  width: 50%;
}
@media screen and (min-width: 576px) {
  #alttable-legend li {
    width: auto;
    margin: 0 12px 8px 0;
  }
}
#alttable-legend li:last-of-type {
  border: 0;
}
#alttable-legend li img {
  left: 0;
  margin: 0 auto 8px;
  position: absolute;
}
#alttable-legend li span {
  background: #F2F2F2;
  border: 1px solid #cddce3;
  height: 24px;
  left: 0;
  position: absolute;
  width: 28px;
}

/* Accordions */
.hdr-accordion-set {
  margin-bottom: 20px;
}

.hdr-accordion {
  border-bottom: 1px solid #BCBCBC;
}

.hdr-accordion h3 {
  font-size: 1.1em;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hdr-accordion h3 {
    font-size: 1.4em;
  }
}

.hdr-accordion button {
  background: transparent;
  font-size: 1em;
}

.hdr-accordion-header {
  cursor: pointer;
  margin: 18px 0 0;
  padding: 0 14px 18px 48px;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hdr-accordion-header {
    padding-left: 56px;
  }
}

.hdr-accordion-set.has-js h3:after {
  border: 2px solid #333;
  border-radius: 50%;
  content: "";
  height: 28px;
  position: absolute;
  left: 7px;
  top: 18px;
  transition: transform 0.8s;
  width: 28px;
}
@media screen and (min-width: 768px) {
  .hdr-accordion-set.has-js h3:after {
    height: 32px;
    width: 32px;
  }
}

.hdr-accordion-set.has-js .hdr-accordion-header:before,
.hdr-accordion-set.has-js .hdr-accordion-header:after {
  background: #333;
  content: "";
  height: 2px;
  position: absolute;
  left: 15px;
  top: 14px;
  transition: transform 0.8s;
  width: 12px;
}
@media screen and (min-width: 768px) {
  .hdr-accordion-set.has-js .hdr-accordion-header:before,
  .hdr-accordion-set.has-js .hdr-accordion-header:after {
    height: 4px;
    width: 16px;
  }
}

.hdr-accordion-set.has-js .hdr-accordion-header:after {
  transform: rotate(270deg);
}

.hdr-accordion-set.has-js .opened .hdr-accordion-header:after {
  transform: rotate(0deg);
}

.hdr-accordion > div {
  padding: 1px 10px;
}

.embed-container-area {
  max-width: 600px;
  width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin: 28px 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

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

#map-example {
  list-style: none;
  padding: 0;
}
#map-example li {
  margin-bottom: 14px;
  padding-left: 50px;
  position: relative;
}
#map-example li span {
  background: #009200;
  border: 1px solid #000;
  height: 22px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 38px;
}
#map-example li:nth-of-type(2) span {
  background: #00ff01;
}
#map-example li:nth-of-type(3) span {
  background: #fdd600;
}
#map-example li:nth-of-type(4) span {
  background: #fd0000;
}
#map-example li:nth-of-type(5) span {
  background: #a90100;
}
#map-example li:nth-of-type(6) span {
  background: #0000fd;
}

/* Tabs */
.hdr-tabs {
  margin: 34px 0 180px;
  position: relative;
}
@media screen and (min-width: 576px) {
  .hdr-tabs {
    margin-bottom: 130px;
  }
}
@media screen and (min-width: 768px) {
  .hdr-tabs {
    margin-bottom: 80px;
  }
}

.hdr-tabs .hdr-tabtitle {
  font-size: 1.6em;
  margin-bottom: 16px;
}

.hdr-tabs .hdr-tablist {
  display: none;
}

.hdr-tabs.has-js .hdr-tablist {
  display: block;
}

.hdr-tabs .hdr-tablist {
  list-style-type: none;
  margin: 14px 4px 0;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 100%;
}

.hdr-tabs .hdr-tab {
  border: 1px solid #000;
  border-radius: 4px;
  color: #333;
  font-weight: 700;
  margin: 3px 4px 0;
  padding: 3px 8px;
  z-index: 1;
}

.hdr-tabs .hdr-tab:hover {
  background-color: #f2f2f2;
}

.hdr-tabs .hdr-tab[aria-selected=true] {
  background-color: #0174BE;
  color: #fff;
}

.hdr-tabs .hdr-tabpanel {
  border-radius: 4px;
  clear: both;
  margin-bottom: 12px;
}

.hdr-tabs.has-js .hdr-tabpanel {
  display: none;
  margin-bottom: 0;
}

.hdr-tabs.has-js .hdr-tabpanel[aria-hidden=false] {
  display: block;
}

.hdr-tabpanel h3 {
  font-size: 1em;
  text-align: center;
}

.tabtable td, .tabtable th {
  border: 1px solid #fff;
  font-size: 0.7em;
  padding: 4px 8px;
}
@media screen and (min-width: 1200px) {
  .tabtable td, .tabtable th {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1480px) {
  .tabtable td, .tabtable th {
    font-size: 1em;
  }
}
.tabtable thead th {
  background: #0C356A;
  color: #fff;
}
.tabtable thead th:last-of-type {
  text-align: center;
}
.tabtable tbody {
  background: #0174BE;
  color: #fff;
  font-weight: 700;
}
.tabtable .good-13 {
  background: #fcfcfe;
}
.tabtable .good-25 {
  background: #dee8f4;
}
.tabtable .good-38 {
  background: #b4c9e6;
}
.tabtable .good-50 {
  background: #a8c1e0;
}
.tabtable .good-75 {
  background: #7da3d2;
}
.tabtable .good-88 {
  background: #80a5d2;
}
.tabtable .good-100 {
  background: #598ac5;
}
.tabtable .bad-13 {
  background: #fdeef1;
}
.tabtable .bad-25 {
  background: #fbe1e4;
}
.tabtable .bad-38 {
  background: #fad6d8;
}
.tabtable .bad-50 {
  background: #fbc3c6;
}
.tabtable .bad-63 {
  background: #fbb5b7;
}
.tabtable .bad-75 {
  background: #fa9293;
}
.tabtable .bad-88 {
  background: #f87a7d;
}
.tabtable .bad-100 {
  background: #f8696b;
}

/* Lightbox */
.hdr-lightbox img {
  width: 100%;
}

.hdr-lightbox a {
  display: block;
  padding: 0;
}

.hdr-lightbox > button {
  background-color: rgba(0, 0, 0, 0.75);
  border: 0;
  cursor: pointer;
  display: none;
  height: 0;
  left: -9999px;
  margin: 0;
  position: absolute;
  top: 0;
  transition: 0s;
  width: 100%;
}

.hdr-lightbox button span {
  left: -9999px;
  position: absolute;
}

.hdr-lightbox > div {
  top: 80px;
}

.hdr-lightbox > div .hdr-close-lightbox {
  background: 0;
  border: 0;
  font-size: 3em;
  display: none;
  line-height: 0.6em;
  padding: 6px 8px;
  position: fixed;
  right: 14px;
  top: 6px;
}

.showing-hdr-lightbox {
  overflow: hidden;
}

.hdr-lightbox.enhanced {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5555;
}

.hdr-lightbox.enhanced > button {
  display: block;
  height: 100%;
  left: 0;
  transition: height 0.6s, left 0s;
}

.hdr-lightbox.enhanced > div {
  background-color: #fff;
  border: 1px solid #333;
  box-shadow: 4px 13px 28px 0 #111;
  left: 6%;
  margin: 0;
  max-height: 80%;
  overflow: auto;
  position: absolute;
  top: 40px;
  transition: 0.8s;
  width: 86%;
}

.hdr-lightbox.enhanced > div .hdr-close-lightbox {
  display: block;
}

.hdr-lightbox.enhanced > div .hdr-close-lightbox:focus {
  border: 1px solid #aaa;
  color: #aaa;
}

#levels-of-service > div {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  #levels-of-service > div {
    margin-bottom: 0;
  }
}
#levels-of-service > div > * {
  border: 1px solid #A5A5A5;
}
#levels-of-service > div h4 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  width: 30%;
}
@media screen and (min-width: 768px) {
  #levels-of-service > div h4 {
    width: 15%;
  }
}
@media screen and (min-width: 1200px) {
  #levels-of-service > div h4 {
    width: 20%;
  }
}
#levels-of-service > div h4 span {
  background: #0C356A;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 700;
  height: 52px;
  line-height: 52px;
  text-align: center;
  width: 52px;
}
#levels-of-service > div img {
  width: 70%;
}
@media screen and (min-width: 768px) {
  #levels-of-service > div img {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  #levels-of-service > div img {
    width: 30%;
  }
}
#levels-of-service > div > div {
  padding: 0 18px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #levels-of-service > div > div {
    width: 45%;
  }
}
@media screen and (min-width: 1200px) {
  #levels-of-service > div > div {
    width: 50%;
  }
}
#levels-of-service > div strong {
  background: #76BE43;
  border-radius: 90px;
  color: #fff;
  display: inline-block;
  padding: 10px 18px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 576px) {
  #levels-of-service > div strong {
    width: 240px;
  }
}
#levels-of-service > div .yellow strong {
  background: #E0B41F;
}
#levels-of-service > div .orange strong {
  background: #e0861f;
}
#levels-of-service > div .red strong {
  background: #BE4343;
}

#contact-methods {
  width: 100%;
}
#contact-methods > div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contact-methods > div {
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
}
#contact-methods > div > div {
  background: #EDEEEE;
  border-radius: 8px;
  margin: 0 0 6px;
  padding: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contact-methods > div > div {
    margin: 0 0 18px;
    width: 50%;
  }
}
#contact-methods > div > div img {
  display: block;
  height: 38px;
  margin-bottom: 18px;
}
#contact-methods > div > div a {
  font-weight: 700;
}

#comment-form {
  background: #EDEEEE;
  padding: 24px 8px;
}
@media screen and (min-width: 576px) {
  #comment-form {
    padding: 24px 36px;
  }
}
#comment-form td, #comment-form th {
  font-size: 0.65em;
  line-height: 1.1em;
  padding: 9px 2px;
  word-wrap: break-word;
}
@media screen and (min-width: 576px) {
  #comment-form td, #comment-form th {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 768px) {
  #comment-form td, #comment-form th {
    font-size: 1em;
    padding: 4px 6px;
    word-wrap: normal;
  }
}
#comment-form label {
  margin: 14px 0;
}
#comment-form label:first-of-type {
  margin-top: 0;
}
#comment-form div {
  padding-left: 26px;
  position: relative;
}
#comment-form div input {
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 8px;
}
#comment-form div label {
  cursor: pointer;
  margin: 0;
}
#comment-form input[type=text] {
  border: 0;
  border-radius: 10px;
  margin: 12px 0;
  padding: 4px 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #comment-form input[type=text] {
    width: 60%;
  }
}
#comment-form textarea {
  border: 0;
  border-radius: 10px;
  display: block;
  height: 240px;
  margin-bottom: 34px;
  padding: 4px 10px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #comment-form textarea {
    width: 80%;
  }
}
#comment-form .dont-alt {
  display: flex;
  gap: 8px;
}
#comment-form .dont-alt strong {
  flex-shrink: 0;
}
#comment-form #cf-email-question > label,
#comment-form #cf-email-question > input {
  display: none;
}
#comment-form #cf-email-question.show-input > label, #comment-form #cf-email-question.show-input > input {
  display: block;
}
#comment-form table {
  width: 100%;
}
#comment-form table th, #comment-form table td {
  border: 1px solid #A5A5A5;
  text-align: center;
}
#comment-form table th label, #comment-form table td label {
  margin: 0;
}
#comment-form table input {
  cursor: pointer;
}
#comment-form table tbody td label {
  left: -9999px;
  position: absolute;
}
#comment-form h4 {
  font-weight: 700;
}
#comment-form input[type=submit] {
  background: #0C356A;
  border-radius: 8px;
  border: 0;
  color: #fff;
  margin-top: 32px;
  padding: 6px 20px;
}
#comment-form .has-other > label,
#comment-form .has-other > input {
  display: none;
}
#comment-form .has-other.show-input > label, #comment-form .has-other.show-input > input {
  display: block;
}
#comment-form #error-msg {
  color: #a00;
  display: none;
  font-style: italic;
  font-weight: 700;
  padding: 24px 0 0;
}
#comment-form #thanks-msg {
  display: none;
  font-weight: 700;
  padding: 16px 0;
}

/**********************************

    Bottom Progress Bar

***********************************/
#bottom-menu {
  background: #003DA5;
  bottom: 0;
  display: none;
  height: 40px;
  position: absolute;
  right: 0;
  transition: right 0.6s, width 0.6s;
  width: 100%;
}
#bottom-menu div {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (min-width: 576px) {
  #bottom-menu div {
    width: 92%;
  }
}
#bottom-menu button {
  background: #003DA5;
  border-radius: 0;
  color: #333;
  margin: 0;
  padding: 0;
}
#bottom-menu button:hover {
  filter: none;
}
#bottom-menu button span {
  background: #fff;
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 3px 8px -3px #222;
  display: none;
  font-size: 0.8rem;
  left: -9999px;
  line-height: 1.1rem;
  margin-left: -100px;
  margin-bottom: 22px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 200px;
}
@media screen and (min-width: 992px) {
  #bottom-menu button span {
    display: block;
  }
}
#bottom-menu button span:after {
  border: 8px solid transparent;
  border-top-color: #fff;
  content: "";
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: 100%;
}
#bottom-menu button:hover span, #bottom-menu button.focused span {
  left: 50%;
  margin-bottom: 14px;
  opacity: 1;
  transition: margin-bottom 0.5s, opacity 0.3s, left 0s, margin-left 0s, right 0s;
}
#bottom-menu .arrow {
  background: #003DA5;
  border-radius: 0;
  height: 100%;
  position: relative;
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 576px) {
  #bottom-menu .arrow {
    width: 8%;
  }
}
#bottom-menu .arrow i {
  color: #fff;
  display: block;
  font-size: 1.6rem;
}
#bottom-menu .arrow span {
  width: 200px;
}
#bottom-menu .arrow:hover {
  background: #035;
}
#bottom-menu .arrow.disabled {
  cursor: default;
}
#bottom-menu .arrow.disabled:hover {
  background: #0C356A;
}
#bottom-menu .arrow.disabled i {
  opacity: 0.3;
}
#bottom-menu .arrow.disabled span {
  display: none;
}
#bottom-menu .previous-arrow:hover span,
#bottom-menu .previous-arrow.focused span {
  left: 12px;
  margin-left: 0;
}
#bottom-menu .previous-arrow:hover span:after,
#bottom-menu .previous-arrow.focused span:after {
  left: 20%;
  margin-left: 0;
}
#bottom-menu .next-arrow span {
  left: auto;
  right: 9999px;
  width: 200px;
}
#bottom-menu .next-arrow span:after {
  left: 80%;
}
#bottom-menu .next-arrow:hover span,
#bottom-menu .next-arrow.focused span {
  left: auto;
  right: 12px;
}
#bottom-menu nav {
  display: none;
  height: 100%;
  flex-grow: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 84%;
}
@media screen and (min-width: 576px) {
  #bottom-menu nav {
    display: flex;
  }
}
#bottom-menu nav button {
  border-left: 1px solid #fff;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
#bottom-menu nav button:last-of-type {
  border-right: 1px solid #fff;
}
#bottom-menu nav button:after {
  background: #fff;
  border-radius: 18px;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.5s;
  width: 60%;
}
@media screen and (min-width: 992px) {
  #bottom-menu nav button:after {
    height: 4px;
    width: 60%;
  }
}
#bottom-menu nav button:hover:after, #bottom-menu nav button.focused:after {
  height: 6px;
  width: 74%;
}
#bottom-menu nav button.active {
  background: #013356;
}

.has-js #bottom-menu {
  display: flex;
}

/*****************************************

    Corner buttons & Contact form

******************************************/
#corner-buttons {
  display: none;
  position: absolute;
  right: 2%;
  top: 9px;
  transition: margin 0.6s;
}
@media screen and (min-width: 992px) {
  #corner-buttons {
    top: 14px;
  }
}
#corner-buttons a {
  display: inline-block;
  margin-right: 8px;
  opacity: 0.9;
  position: relative;
  transition: opacity 0.2s;
  vertical-align: top;
}
#corner-buttons a img {
  height: 58px;
}
#corner-buttons a span {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 8px -3px #222;
  color: #333;
  font-size: 0.8rem;
  left: -9999px;
  line-height: 1.1rem;
  margin-left: -100px;
  margin-top: 12px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 200px;
}
#corner-buttons a span:after {
  border: 8px solid transparent;
  border-bottom-color: #fff;
  bottom: 100%;
  content: "";
  left: 50%;
  margin-left: -8px;
  position: absolute;
}
#corner-buttons a:hover {
  opacity: 1;
}
#corner-buttons a:hover span, #corner-buttons a:focus span {
  left: 50%;
  opacity: 1;
  transition: margin-bottom 0.5s, opacity 0.3s, left 0s, margin-left 0s, right 0s;
}
#corner-buttons > *:last-child:hover span,
#corner-buttons > *:last-child:focus span {
  left: -60%;
}
#corner-buttons > *:last-child span:after {
  left: 80%;
}

.contact-open #corner-buttons {
  margin-right: 280px;
}
.contact-open #corner-buttons a {
  display: none;
}
@media screen and (min-width: 992px) {
  .contact-open #corner-buttons a {
    display: inline-block;
  }
}
@media screen and (min-width: 576px) {
  .contact-open #corner-buttons {
    margin-right: 400px;
  }
}

.has-js #corner-buttons {
  display: block;
}

.mobile-menu-open #corner-buttons {
  display: none;
}
@media screen and (min-width: 576px) {
  .mobile-menu-open #corner-buttons {
    display: block;
  }
}

#contact-button.instructing {
  z-index: 100;
}

#contact-button img {
  display: block;
  height: 14px;
  margin: 3px auto;
}
@media screen and (min-width: 2000px) {
  #contact-button img {
    margin: 5px auto 1px;
  }
}

.close-contact span {
  left: -9999px;
  position: absolute;
}

#contact {
  background: #fff;
  box-shadow: 0 0 14px 0 #111;
  height: auto;
  padding-left: 15%;
  position: static;
  right: -440px;
  top: 0;
  width: 100%;
  z-index: 1;
}
#contact h2 {
  font-size: 1.5rem;
  margin-top: 28px;
}
@media screen and (min-width: 992px) {
  #contact h2 {
    font-size: 1.8rem;
  }
}
#contact > div {
  height: 100%;
  overflow: auto;
  padding: 32px 22px 22px;
}
@media screen and (min-width: 576px) {
  #contact > div {
    padding: 32px 32px 24px;
  }
}
#contact > div .close-contact {
  background: transparent;
  color: #333;
  display: none;
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
  padding: 10px;
  position: absolute;
  right: 12px;
  top: 8px;
}
#contact > .close-contact {
  background: #000;
  background: rgba(0, 0, 0, 0.56);
  border: 0;
  border-radius: 0;
  height: 100%;
  margin: 0;
  position: absolute;
  right: 100%;
  width: 800%;
}

.has-js #contact {
  display: none;
  font-size: 0.8rem;
  height: 100%;
  padding-left: 0;
  position: fixed;
  width: 270px;
}
@media screen and (min-width: 576px) {
  .has-js #contact {
    font-size: 1rem;
    width: 390px;
  }
}
.has-js #contact > div .close-contact {
  display: block;
}

.contact-open #contact {
  display: block;
}
.contact-open #contact.animate {
  right: 0;
  transition: 0.6s;
}

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