@charset "UTF-8";
/**********************************

    Basic Elements

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

.translated-ltr #mainArea {
  padding-top: 40px;
}

.translated-ltr #bottom-menu {
  bottom: 40px;
}

.translated-ltr .slide {
  height: calc(100% - 40px) !important;
}

h1 {
  border-bottom: 1px solid #FBB712;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  margin-bottom: 38px;
  padding-bottom: 34px;
}
@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 {
  background: #05538B;
  border-bottom: 4px solid #fbb712;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  padding: 10px 18px;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  h2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  color: #047;
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  color: #3B3D3E;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 18px;
}

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

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

a {
  transition: background 0.2s, color 0.2s;
}

hr.red {
  border-color: #C8102E;
}

button {
  background: #FBB712;
  border-radius: 8px;
  border: 0;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 16px;
  padding: 8px 22px;
  transition: filter 0.2s;
}
@media screen and (min-width: 768px) {
  button {
    font-size: 1.2rem;
  }
}
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: #047;
  background-image: url("../images/Images/welcome.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: #3B3D3E;
  border-left: 14px solid #FBB712;
  border-radius: 0;
  color: #fff;
  font-size: 0.85em;
  height: 100%;
  overflow: auto;
  padding: 10px 7%;
  position: absolute;
  right: 0;
  top: 0;
  width: 92%;
}
@media screen and (min-width: 576px) {
  #introduction > div {
    border-left-width: 42px;
    font-size: 1rem;
    padding: 12px 4%;
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  #introduction > div {
    align-items: center;
    display: flex;
    padding: 48px 3.5%;
    width: 65%;
  }
}
#introduction > div span {
  display: block;
  font-size: 1em;
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) {
  #introduction > div span {
    font-size: 1.2em;
  }
}
#introduction img {
  display: block;
  margin-bottom: 44px;
  width: 160px;
}
@media screen and (min-width: 576px) {
  #introduction img {
    width: 180px;
  }
}
@media screen and (min-width: 992px) {
  #introduction img {
    margin-bottom: 44px;
    width: 270px;
  }
}

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

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

.introduced #walkthrough {
  display: block;
}

#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: #047;
  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: 40px;
  }
}

.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: 70px;
}
@media screen and (min-width: 992px) {
  .got1 #instruction {
    left: 320px;
    top: 64px;
  }
}
.got1 #instruction img {
  transform: rotate(135deg) rotateY(180deg);
  top: 16px;
}
@media screen and (min-width: 992px) {
  .got1 #instruction img {
    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(225deg);
  top: 12px;
  width: 48px;
}
@media screen and (min-width: 576px) {
  .got2 #instruction img {
    left: 165px;
    width: 48px;
  }
}

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

    Left menu

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

.introduced #screen {
  display: flex;
}

#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: 140px;
  }
}

#meeting-title {
  color: #3B3D3E;
  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-options {
  font-size: 0.9rem;
  padding: 18px 6% 14px;
  text-align: center;
}
#menu-options > button {
  background: transparent;
  border-radius: 0;
  color: #3B3D3E;
  font-size: 0.9rem;
  margin: 0 0 4px;
  padding: 0;
  text-decoration: underline;
}
#menu-options > button:hover {
  color: #047;
}

#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 {
  background-color: #fff;
  border-top: 1px solid #A5A5A5;
  border-width: 1px 0;
  flex-grow: 1;
  overflow-y: auto;
  padding: 0;
}
#side-menu button {
  background: #ECF1F9;
  border-bottom: 1px solid #A5A5A5;
  border-left: 10px solid #009ACE;
  border-radius: 0;
  color: #3B3D3E;
  font-size: 0.8rem;
  line-height: 1.1rem;
  margin: 0;
  min-height: 36px;
  opacity: 0.9;
  padding: 12px 12px 12px 12px;
  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 span:focus {
  border: 2px solid #3B3D3E;
  display: block;
}
#side-menu button:hover {
  background: #d2dae7;
  opacity: 1;
}
#side-menu button[aria-selected=true] {
  background-color: #FEF1D0;
  border-left-color: #C8102E;
}

#menu-toggle {
  background: #FBB712;
  color: #3B3D3E;
  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: #3B3D3E;
  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: #047;
  border-radius: 10px;
  box-shadow: 0 3px 8px -2px #222;
  color: #fff;
  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(255, 255, 255, 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;
}

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

    Slide Specific

***********************************/
#mainArea {
  background-color: #047;
  background-image: url("../images/Images/slide-bg.jpg");
  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;
  }
}

#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;
}

iframe {
  border: 1px solid #aaa;
  height: 520px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  iframe {
    height: 680px;
  }
}

h3 {
  background: #fbb712;
  color: #3B3D3E;
  display: inline-block;
  font-weight: 600;
  margin: 12px 0;
  padding: 9px 22px 9px 70px;
  position: relative;
  max-width: 88%;
}
h3:before {
  background: #fbb712;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  transform: skewX(36deg);
  width: 44px;
}
h3:after {
  background: #fbb712;
  content: "";
  height: 50%;
  left: 100%;
  position: absolute;
  top: 50%;
  width: 40px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.2em;
    max-width: 100%;
  }
  h3:before, h3:after {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  h3 {
    padding: 9px 16px 9px 50px;
  }
}
h3 span {
  align-items: center;
  background: #05538B;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 38px;
}
@media screen and (min-width: 576px) {
  h3 span {
    width: 50px;
  }
}
h3 span img {
  width: 28px;
}
@media screen and (min-width: 576px) {
  h3 span img {
    width: auto;
  }
}

ol {
  padding-left: 30px;
}
ol strong {
  font-weight: 900;
}
ol span {
  color: #05538B;
  text-transform: uppercase;
}

.indent {
  padding: 0 0 24px 6%;
}
.indent h4 {
  background: #FEF1D0;
  color: #3B3D3E;
  display: inline-block;
  font-weight: 600;
  padding: 9px 18px;
  position: relative;
  max-width: 70%;
}
.indent h4:before {
  background: #FEF1D0;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  transform: skewX(36deg);
  width: 44px;
}
.indent h4:after {
  background: #FEF1D0;
  content: "";
  height: 50%;
  left: 100%;
  position: absolute;
  top: 50%;
  width: 32px;
}
.indent h5 {
  font-size: 1em;
  font-weight: 900;
  margin-top: 8px;
}

small {
  display: block;
  line-height: 1.3em;
  margin: 20px 0;
}

#structures {
  gap: 10%;
}
#structures > div:first-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #structures > div:first-of-type {
    width: 40.5%;
  }
}
#structures > div:last-of-type {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #structures > div:last-of-type {
    width: 49.5%;
  }
}
#structures h3 {
  padding-left: 24px;
}
@media screen and (max-width: 1300px) {
  #structures h3 {
    font-size: 1.3em;
    padding: 6px 14px;
    max-width: 84%;
  }
}

.contacted-agencies {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.contacted-agencies li {
  font-size: 0.8em;
  font-weight: 800;
  line-height: 1.1em;
  margin: 18px 2%;
  text-align: center;
  width: 46%;
}
@media screen and (min-width: 768px) {
  .contacted-agencies li {
    font-size: 0.9em;
    line-height: 1.3em;
    margin: 28px 1%;
    width: 23%;
  }
}
.contacted-agencies li img {
  display: block;
  height: 62px;
  margin: 0 auto 12px;
}
@media screen and (min-width: 768px) {
  .contacted-agencies li img {
    height: 86px;
  }
}
@media screen and (min-width: 1200px) {
  .contacted-agencies li img {
    height: 110px;
  }
}

#txdot {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  margin: 34px 0;
}
@media screen and (min-width: 768px) {
  #txdot {
    flex-direction: row;
    gap: 28px;
  }
}
#txdot ul {
  font-weight: 900;
  list-style: none;
  margin: 0;
  padding: 0;
}
#txdot ul li {
  font-size: 0.8em;
}
@media screen and (min-width: 768px) {
  #txdot ul li {
    font-size: 0.9em;
  }
}
#txdot img {
  width: 110px;
}
@media screen and (min-width: 768px) {
  #txdot img {
    width: auto;
  }
}

#schedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#schedule:before {
  background: #ececec;
  content: "";
  display: none;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  top: 54px;
  width: 86%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #schedule:before {
    display: block;
  }
}
#schedule > div {
  background: #FEF1D0;
  border-radius: 0 0 10px 10px;
  font-size: 0.9em;
  margin-bottom: 18px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 576px) {
  #schedule > div {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  #schedule > div {
    margin-bottom: 0;
    width: 18.5%;
  }
}
@media screen and (min-width: 1200px) {
  #schedule > div {
    font-size: 1em;
  }
}
#schedule > div:before {
  background: #fff;
  content: "";
  height: 110px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #schedule > div:before {
    height: 160px;
  }
}
#schedule > div h3 {
  border-radius: 8px 8px 0 0;
  font-size: 0.9em;
  font-weight: 800;
  margin: 15px 0 0;
  max-width: 8000%;
  padding: 12px 10px;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #schedule > div h3 {
    margin-top: 38px;
  }
}
@media screen and (min-width: 1200px) {
  #schedule > div h3 {
    font-size: 1em;
  }
}
#schedule > div h3:before {
  background: transparent;
  border: 18px solid transparent;
  border-bottom-color: #fbb712;
  bottom: 100%;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  width: 0;
}
#schedule > div h3:after {
  display: none;
}
#schedule > div img {
  display: block;
  height: 80px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #schedule > div img {
    height: 110px;
  }
}
#schedule > div span {
  display: block;
  font-size: 0.9em;
  line-height: 1.3em;
  padding: 12px 8px;
}
@media screen and (min-width: 1200px) {
  #schedule > div span {
    font-size: 1em;
    padding: 17px 18px;
  }
}
#schedule > div:nth-of-type(odd) {
  background: #ECF1F9;
}
#schedule > div:nth-of-type(odd) h3 {
  background: #05538B;
  color: #fff;
}
#schedule > div:nth-of-type(odd) h3:before {
  border-bottom-color: #05538B;
}

#cons-methods .hdr {
  overflow: hidden;
  position: relative;
}
#cons-methods .hdr h3 {
  bottom: 0;
  left: 0;
  margin: 0 0 0 -62px;
  max-width: 8000%;
  padding-left: 78px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  #cons-methods .hdr h3 {
    font-size: 1em;
    margin-left: 0;
    padding: 6px 8px;
  }
  #cons-methods .hdr h3:before, #cons-methods .hdr h3:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #cons-methods .hdr h3 {
    font-size: 1.2em;
    position: static;
  }
  #cons-methods .hdr img {
    height: 180px;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
}

#downloads h3 {
  background: transparent;
  font-size: 1.2em;
  margin-bottom: 0;
  padding: 0;
}
#downloads h3:before, #downloads h3:after {
  display: none;
}
#downloads ul {
  list-style: none;
  padding: 0;
}
#downloads ul li img {
  height: 28px;
  margin-right: 10px;
}
#downloads ul li a {
  color: #3B3D3E;
}
#downloads ul li a:hover, #downloads ul li a:focus {
  color: #05538B;
}

/* Accordions */
.hdr-accordion h3 {
  background: transparent;
  font-size: 1.4em;
  margin: 0;
  max-width: 8000%;
  padding: 0;
  width: 100%;
}
.hdr-accordion h3:before, .hdr-accordion h3:after {
  display: none;
}
.hdr-accordion .hdr-accordion-header {
  background: transparent;
  border-radius: 0;
  color: #05538B;
  cursor: pointer;
  margin: 3px 0;
  padding: 12px 48px 12px 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.hdr-accordion .hdr-accordion-header:hover, .hdr-accordion .hdr-accordion-header:focus {
  color: #013c66;
}
.hdr-accordion .hdr-accordion-header span {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 30px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.hdr-accordion > div {
  border-bottom: 1px solid #000;
  margin-bottom: 12px;
  padding: 0 0 18px;
}
.hdr-accordion > div p {
  margin: 2px 0 17px;
}
.hdr-accordion > div p:last-of-type {
  margin-bottom: 6px;
}

.hdr-accordion-set.has-js .hdr-accordion-header:after {
  border: 3px solid #05538B;
  border-width: 0 3px 3px 0;
  content: "";
  height: 16px;
  position: absolute;
  right: 16px;
  top: 35%;
  transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  transition: 0.8s;
  width: 16px;
}
.hdr-accordion-set.has-js .opened .hdr-accordion-header:after {
  right: 14px;
  transform: translateX(-50%) translateY(-30%) rotate(45deg);
}

/* Lightbox */
.hdr-lightbox {
  margin-bottom: 64px;
  position: relative;
  width: 100%;
}
.hdr-lightbox img {
  width: 100%;
}
.hdr-lightbox button {
  background: transparent;
  display: none;
  font-size: 1em;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hdr-lightbox button:after {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  content: "";
  height: 0;
  left: 50%;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: 0.4s;
  width: 0;
}
.hdr-lightbox button:hover:after, .hdr-lightbox button:focus:after {
  height: 100%;
  left: 0;
  opacity: 0.8;
  top: 0;
  width: 100%;
}
.hdr-lightbox button span {
  color: #333;
  font-style: italic;
  left: -99999px;
  margin-top: 12px;
  position: absolute;
  top: 100%;
}

.hdr-lightbox.has-js button {
  display: block;
}

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

.hdr-lightbox.enhanced {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}
.hdr-lightbox.enhanced div {
  background: #fff;
  box-shadow: 4px 13px 28px 0 #111;
  left: 50%;
  max-height: 80%;
  overflow: auto;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  z-index: 3;
}
.hdr-lightbox.enhanced div img {
  max-width: 8000%;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .hdr-lightbox.enhanced div img {
    width: 992px;
  }
}
.hdr-lightbox.enhanced button {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hdr-lightbox.enhanced button:before {
  color: #fff;
  content: "×";
  font-size: 3em;
  line-height: 1em;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 2;
}
.hdr-lightbox.enhanced button:after {
  background: rgba(0, 0, 0, 0.97);
  height: 100%;
  left: 0;
  opacity: 0.8;
  top: 0;
  width: 100%;
}
.hdr-lightbox.enhanced button:hover:after {
  background: rgba(0, 0, 0, 0.99);
}
.hdr-lightbox.enhanced button span {
  opacity: 0;
  transition: opacity 0.3s;
}
.hdr-lightbox.enhanced button:hover span, .hdr-lightbox.enhanced button:focus span {
  color: #fff;
  font-size: 1.1em;
  left: auto;
  opacity: 1;
  right: 44px;
  top: 1px;
  z-index: 3;
}

/* Modal Window */
.hdr-launch-modal {
  display: none;
}

body.hdr-modal-showing {
  overflow: hidden;
}

.hdr-modal > div {
  background-color: #fff;
  left: 50%;
  overflow: auto;
  position: static;
  top: 50%;
}
.hdr-modal > div .hdr-close-modal {
  left: -9999px;
  position: absolute;
}
.hdr-modal > .hdr-close-modal {
  background: rgba(0, 0, 0, 0.75);
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  top: -100%;
  transition: background 0.3s, top 0.9s;
  width: 100%;
}
.hdr-modal > .hdr-close-modal span {
  font-size: 1.1em;
  right: 9999px;
  opacity: 0;
  position: absolute;
  transition: left 0s, opacity 0.5s;
}
.hdr-modal > .hdr-close-modal:hover span {
  right: 54px;
  opacity: 1;
  top: 14px;
}
.hdr-modal > .hdr-close-modal:before {
  content: "×";
  display: inline-block;
  font-size: 3em;
  line-height: 1em;
  position: absolute;
  right: 14px;
  top: 0;
  transition: color 0.3s;
}
.hdr-modal > .hdr-close-modal:hover {
  background: rgba(0, 0, 0, 0.8);
}
.hdr-modal > .hdr-close-modal:hover:before {
  color: #eee;
}

.hdr-modal.tabbed-into > div .hdr-close-modal,
.hdr-modal > div .hdr-close-modal:focus {
  position: static;
}

.has-hdr-modals .hdr-modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: -100%;
  width: 100%;
  z-index: 1000;
}
.has-hdr-modals .hdr-modal.pending {
  display: block;
}
.has-hdr-modals .hdr-modal.showing {
  top: 0;
  transition: top 1.2s;
}
.has-hdr-modals .hdr-modal > div {
  box-shadow: 4px 13px 28px 0 #111;
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
  max-height: 52%;
  padding: 28px 3%;
  width: 74%;
}
@media screen and (max-width: 790px) {
  .has-hdr-modals .hdr-modal > div {
    max-height: 78%;
    padding: 22px 24px 6px;
    width: 84%;
  }
}
.has-hdr-modals .hdr-modal.showing > .hdr-close-modal {
  top: 0;
}

#more-info .hdr-modal-title {
  background: #FBB712;
  font-size: 1.3em;
  margin-bottom: 22px;
  padding: 5px 12px;
}

#more-info .upcoming-events {
  display: flex;
  gap: 44px;
  margin: 28px 0;
}
@media screen and (max-width: 1100px) {
  #more-info .upcoming-events {
    flex-wrap: wrap;
    gap: 22px;
  }
}

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

    Bottom Progress Bar

***********************************/
#bottom-menu {
  background: #fff;
  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 {
  border-radius: 0;
  color: #3B3D3E;
  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: #fff;
  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: #3B3D3E;
  display: block;
  font-size: 1.6rem;
}
#bottom-menu .arrow span {
  width: 200px;
}
#bottom-menu .arrow:hover {
  background: #FBB712;
}
#bottom-menu .arrow.disabled {
  cursor: default;
}
#bottom-menu .arrow.disabled:hover {
  background: #fff;
}
#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 {
  background: #fff;
  border-left: 1px solid #3B3D3E;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
#bottom-menu nav button:last-of-type {
  border-right: 1px solid #3B3D3E;
}
#bottom-menu nav button:after {
  background: #3B3D3E;
  border-radius: 18px;
  content: "";
  height: 5px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.5s;
  width: 70%;
}
#bottom-menu nav button:hover:after, #bottom-menu nav button.focused:after {
  height: 7px;
  width: 78%;
}
#bottom-menu nav button.active {
  background: #FBB712;
}

.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: #3B3D3E;
  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 {
  background: #FBB712;
  color: #3B3D3E;
}

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

#contact-button img {
  display: block;
  filter: brightness(0%);
  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: #3B3D3E;
  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 */
