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

    Basic Elements

***********************************/
body, html {
  color: #212529;
  font-family: "Montserrat", 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;
}

.translated-ltr #menu > div {
  height: calc(100% - 40px) !important;
}

h1 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8rem;
  margin: 8px 18px 0;
  padding: 8px 0;
  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 {
  color: #00607F;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  padding: 5px 0;
}
@media screen and (min-width: 576px) {
  h2 {
    font-size: 1.8rem;
    font-weight: 400;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2.4rem;
  }
}

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

h4 {
  color: #00607F;
  font-size: 1.05rem;
}
@media screen and (min-width: 576px) {
  h4 {
    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: #00607F;
  transition: background 0.2s, color 0.2s;
}
a:hover, a:focus {
  color: #003647;
}

hr {
  border-top: 3px solid #FFC843;
}

button {
  background: #00607F;
  border-radius: 46px;
  border: 0;
  color: #fff;
  font-size: 1rem;
  margin-top: 16px;
  padding: 8px 28px;
  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;
}

#translate-to-spanish {
  background: #00607F;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 1em;
  font-style: italic;
  line-height: 1.2em;
  margin-bottom: 8px;
  padding: 12px 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
}
#translate-to-spanish:after {
  border: 12px solid transparent;
  border-width: 6px 9px;
  border-left-color: #FFC843;
  content: "";
  left: 0;
  position: absolute;
  top: 15px;
}

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

    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: #00607F;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 52;
}
#introduction.acknowledged {
  opacity: 0;
  top: -100%;
  transition: 1s;
}
#introduction > div {
  background: #fff;
  color: #00607F;
  display: flex;
  flex-direction: column;
  left: 50%;
  height: 100%;
  overflow: auto;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
}
#introduction #intro-top {
  display: block;
  flex-grow: 2;
}
@media screen and (min-width: 992px) {
  #introduction #intro-top {
    display: flex;
  }
}
#introduction #intro-top:after {
  background: #FFC843;
  content: "";
  display: none;
  height: 54%;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 20%;
  width: 1px;
}
@media screen and (min-width: 992px) {
  #introduction #intro-top:after {
    display: block;
  }
}
#introduction #intro-top .intro-text {
  width: 100%;
}
@media screen and (min-width: 992px) {
  #introduction #intro-top .intro-text {
    width: 50%;
  }
}
#introduction #intro-top .intro-welcome {
  background: #FFC843;
  border-right: 1px solid #fff;
  color: #00607F;
  font-size: 1.6em;
  font-weight: 700;
  padding: 10px;
}
@media screen and (min-width: 992px) {
  #introduction #intro-top .intro-welcome {
    font-size: 2.1em;
    padding: 16px;
  }
}
@media screen and (min-width: 1330px) {
  #introduction #intro-top .intro-welcome {
    font-size: 2.6em;
  }
}
#introduction #intro-top .intro-welcome:last-of-type {
  border-right: 0;
}
#introduction #intro-top .intro-title {
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 34px auto;
  width: 70%;
}
@media screen and (min-width: 992px) {
  #introduction #intro-top .intro-title {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 1330px) {
  #introduction #intro-top .intro-title {
    font-size: 2.2em;
  }
}
#introduction #intro-top .intro-title span {
  display: inline;
}
@media screen and (min-width: 992px) {
  #introduction #intro-top .intro-title span {
    display: block;
  }
}
#introduction #intro-top .intro-title strong {
  display: block;
}
#introduction #intro-top .intro-list {
  font-weight: 700;
  list-style: none;
  margin: 24px auto;
  padding-left: 14px;
  text-align: left;
  width: 90%;
}
@media screen and (min-width: 576px) {
  #introduction #intro-top .intro-list {
    padding-left: 36px;
    width: 70%;
  }
}
@media screen and (min-width: 1330px) {
  #introduction #intro-top .intro-list {
    width: 54%;
  }
}
#introduction #intro-top .intro-list > li {
  font-size: 0.9em;
  margin-bottom: 28px;
  padding-left: 70px;
  position: relative;
}
@media screen and (min-width: 576px) {
  #introduction #intro-top .intro-list > li {
    padding-left: 90px;
  }
}
@media screen and (min-width: 1330px) {
  #introduction #intro-top .intro-list > li {
    font-size: 1em;
  }
}
#introduction #intro-top .intro-list > li ul {
  padding-left: 16px;
}
@media screen and (min-width: 576px) {
  #introduction #intro-top .intro-list > li ul {
    padding-left: 32px;
  }
}
#introduction #intro-top .intro-list > li li {
  font-size: 0.9em;
}
@media screen and (min-width: 1330px) {
  #introduction #intro-top .intro-list > li li {
    font-size: 1em;
  }
}
#introduction #intro-top .intro-list > li img {
  left: 0;
  position: absolute;
  width: 42px;
}
@media screen and (min-width: 576px) {
  #introduction #intro-top .intro-list > li img {
    width: 50px;
  }
}
@media screen and (min-width: 1330px) {
  #introduction #intro-top .intro-list > li img {
    width: 64px;
  }
}
#introduction #intro-top button,
#introduction #intro-top .lang-btn {
  background: #D9E7EC;
  border-radius: 6px;
  color: #00607F;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.2em;
  margin: 14px 18px 38px;
  padding: 10px 14px;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  #introduction #intro-top button,
  #introduction #intro-top .lang-btn {
    margin: 34px 0 0;
  }
}
@media screen and (min-width: 1330px) {
  #introduction #intro-top button,
  #introduction #intro-top .lang-btn {
    font-size: 1em;
  }
}
#introduction #intro-top .lang-btn:hover,
#introduction #intro-top .lang-btn:focus {
  background: #b4c7ce;
}
#introduction #intro-bottom {
  font-size: 0.85em;
  margin-top: 28px;
  position: relative;
}
@media screen and (min-width: 992px) {
  #introduction #intro-bottom {
    margin-top: 74px;
  }
}
@media screen and (min-width: 1330px) {
  #introduction #intro-bottom {
    font-size: 1em;
  }
}
#introduction #intro-bottom > img {
  width: 100%;
}
#introduction #intro-bottom > div {
  align-items: flex-end;
  background: #00607F;
  bottom: 12px;
  color: #fff;
  display: block;
  gap: 32px;
  position: static;
  right: 12px;
}
@media screen and (min-width: 992px) {
  #introduction #intro-bottom > div {
    background: transparent;
    display: flex;
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  #introduction #intro-bottom > div {
    bottom: 18px;
    right: 18px;
  }
}
@media screen and (min-width: 1330px) {
  #introduction #intro-bottom > div {
    gap: 44px;
  }
}
#introduction #intro-bottom > div span {
  display: block;
  margin: 0 28px 10px;
}
@media screen and (min-width: 992px) {
  #introduction #intro-bottom > div span {
    margin: 0;
  }
}
#introduction #intro-bottom > div img {
  height: 68px;
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) {
  #introduction #intro-bottom > div img {
    height: 58px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  #introduction #intro-bottom > div img {
    height: 68px;
  }
}
@media screen and (min-width: 1330px) {
  #introduction #intro-bottom > div img {
    height: 80px;
  }
}

#skiptocontent {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 8px 0 #000;
  color: #212529;
  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: #00607F;
  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;
  float: right;
  font-size: 2.4em;
  line-height: 1.2em;
  margin-top: 4px;
  padding: 3px 16px;
}
#instruction #got-instruction {
  background: transparent;
  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 {
  background: #00607F;
  text-align: center;
}
#menu-top a {
  display: block;
  text-decoration: none;
}

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

#meeting-title {
  background: #D9E7EC;
  color: #00607F;
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3rem;
  margin: 8px 0 0;
  padding: 6px;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  #meeting-title {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}

#menu-bottom {
  background: #FFC843;
  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: #212529;
  font-size: 0.9rem;
  margin: 0 0 4px;
  padding: 0;
  text-decoration: underline;
}
#menu-options > button:hover {
  color: #00607F;
}

#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: #FFC843;
  border-width: 1px 0;
  flex-grow: 1;
  overflow-y: auto;
  padding: 0;
}
#side-menu button {
  background: #00607F;
  border-bottom: 1px solid #FFC843;
  border-left: 10px solid #73A7B7;
  border-radius: 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.1rem;
  margin: 0;
  min-height: 36px;
  opacity: 1;
  padding: 8px 12px 10px;
  position: relative;
  text-align: left;
  transition: 0.2s;
  width: 100%;
}
#side-menu button strong {
  font-weight: 400;
}
@media screen and (min-width: 576px) {
  #side-menu button {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }
}
#side-menu button span:focus {
  border: 2px solid #212529;
  display: block;
}
#side-menu button:hover {
  background: #013356;
  opacity: 1;
}
#side-menu button[aria-selected=true] {
  background-color: #013356;
  border-left-color: #FFC843;
}

#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: 16px;
  }
}
@media screen and (min-width: 2000px) {
  #menu-toggle {
    font-size: 0.9rem;
  }
}
#menu-toggle span {
  background-color: #00607F;
  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: #00607F;
  font-size: 0.9rem;
  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(55, 55, 55, 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: #212529;
  display: block;
}
.has-hdr-modals .hdr-launch-modal:hover {
  color: #00607F;
}

.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: #212529;
  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: #00607F;
  background-image: url("../images/Graphics/Background-Image.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;
}

h3.with-bg {
  background: #FFC843;
  display: inline-block;
  font-weight: 700;
  padding: 7px 9px;
}
h3.with-bg.split-bg {
  font-weight: 400;
}

.subheader {
  margin-top: 8px;
}

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

#why-were-here ul {
  list-style: none;
  padding: 0;
}
#why-were-here ul li {
  margin-bottom: 22px;
  padding-left: 64px;
  position: relative;
}
#why-were-here ul li h3 {
  color: #BB2054;
  font-weight: 700;
  margin-bottom: 4px;
}
#why-were-here ul li img {
  left: 0;
  position: absolute;
  width: 44px;
}

#why-were-here + img {
  display: block;
  height: auto;
  margin: 24px auto 16px;
}
@media screen and (min-width: 768px) {
  #why-were-here + img {
    height: 80px;
  }
}

#yellow-box {
  background: #FFEFC7;
  padding: 0 20px;
}

img[src*="react.svg"] {
  display: block;
  margin: 44px auto;
  width: 500px;
}

#study-includes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
#study-includes li {
  width: 48%;
}
@media screen and (min-width: 1200px) {
  #study-includes li {
    width: 23%;
  }
}
#study-includes li img {
  display: block;
  margin-bottom: 12px;
}

#closer-studyarea > ul:first-of-type {
  list-style: none;
  padding: 0;
}
#closer-studyarea > ul:first-of-type li {
  align-items: center;
  display: flex;
  gap: 18px;
  margin: 22px 0;
}

#has-download {
  position: relative;
}

.download-link {
  bottom: 26px;
  position: static;
  right: 14px;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .download-link {
    position: absolute;
  }
}
.download-link.no-abs {
  display: block;
  position: static;
}

#community-engagement p {
  font-size: 0.9em;
  margin-top: 0;
}
@media screen and (min-width: 1200px) {
  #community-engagement p {
    font-size: 1em;
  }
}
#community-engagement h4 {
  color: #BB2054;
  font-weight: 700;
}
#community-engagement .row {
  margin-top: 5px;
}
#community-engagement .row > div {
  padding-top: 16px !important;
}
#community-engagement .hdr-tabpanel:nth-of-type(2) .row:first-of-type > div:last-of-type {
  border-bottom: 1px solid #FFC843;
}
#community-engagement .col-md-8 img {
  display: block;
  margin: 0 auto;
  max-width: 460px;
  width: 100%;
}
#community-engagement .corner-img {
  padding-left: 12px;
  position: relative;
}
@media screen and (min-width: 1200px) {
  #community-engagement .corner-img {
    padding-left: 64px;
  }
}
#community-engagement .corner-img img {
  display: block;
  left: 0;
  margin-bottom: 4px;
  position: static;
}
@media screen and (min-width: 1200px) {
  #community-engagement .corner-img img {
    position: absolute;
  }
}
#community-engagement ol {
  list-style: none;
  padding-left: 0;
}
#community-engagement ol li {
  font-weight: 700;
  margin: 14px 0;
  position: relative;
  padding-left: 39px;
}
#community-engagement ol li:before {
  background: #00607F;
  border-radius: 50%;
  color: #fff;
  content: "2";
  height: 28px;
  left: 0;
  line-height: 28px;
  position: absolute;
  text-align: center;
  width: 28px;
}
#community-engagement ol li:nth-of-type(1):before {
  background: #BABF33;
  color: #212529;
  content: "1";
}
#community-engagement ol li:nth-of-type(3):before {
  background: #BB2054;
  content: "3";
}

#why-studymatters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin-top: 18px;
  padding: 0;
}
#why-studymatters li {
  text-align: center;
  width: 47%;
}
@media screen and (min-width: 1200px) {
  #why-studymatters li {
    width: 23%;
  }
}
#why-studymatters li img {
  display: block;
  margin: 0 auto 14px;
}

.dontact-slide {
  padding: 0 !important;
}
.dontact-slide > div {
  padding: 26px 7% 14px;
  width: 96%;
}
@media screen and (min-width: 576px) {
  .dontact-slide > div {
    padding: 26px 5%;
  }
}
@media screen and (min-width: 768px) {
  .dontact-slide > div {
    padding: 36px 5%;
  }
}
@media screen and (min-width: 1200px) {
  .dontact-slide > div {
    padding: 36px 3.5%;
  }
}
@media screen and (min-width: 2000px) {
  .dontact-slide > div {
    padding: 44px 3%;
  }
}

#dont-act {
  background-image: url("../images/Graphics/wave_footer.png");
  background-size: auto 100%;
  background-repeat: no-repeat;
  padding-top: 54px;
  position: relative;
  width: 100%;
}
#dont-act h3 {
  font-weight: 700;
}
#dont-act > div {
  display: flex;
  gap: 38px;
}
#dont-act > div img {
  display: none;
  flex-shrink: 0;
}
@media screen and (min-width: 576px) {
  #dont-act > div img {
    display: block;
  }
}

.crash-history {
  border-radius: 14px;
  box-shadow: 0 0 18px -2px #bbb;
  margin-top: 34px;
  padding: 36px 46px 24px;
}
.crash-history em strong {
  text-transform: uppercase;
}
.crash-history hr {
  border-top: 2px dashed #00607F;
}
.crash-history hr:first-of-type {
  border-top: 2px solid #FFC843;
}

#total-crashes {
  align-items: center;
  display: block;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #total-crashes {
    display: flex;
  }
}
#total-crashes img {
  flex-shrink: 0;
  height: auto;
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #total-crashes img {
    height: 80px;
    width: auto;
  }
}
#total-crashes ul {
  color: #00607F;
  list-style: none;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #total-crashes ul {
    padding-left: 34px;
    text-align: left;
  }
}
#total-crashes ul li {
  display: inline-block;
  margin: 4px 9px;
}
@media screen and (min-width: 768px) {
  #total-crashes ul li {
    display: block;
    margin: 9px 0;
  }
}
#total-crashes ul li strong {
  background: #FFEFC7;
  display: inline-block;
  margin-right: 6px;
  padding: 2px 6px;
  text-align: center;
  width: 34px;
}

#crash-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#crash-stats > div {
  background: #F1F2D7;
  margin-bottom: 18px;
  padding: 24px 34px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #crash-stats > div {
    width: 31.5%;
  }
}
#crash-stats > div:nth-of-type(2) {
  background: #D9E7EC;
}
#crash-stats > div:nth-of-type(3) {
  background: #FFEFC7;
}
#crash-stats > div ul {
  list-style: none;
  padding: 0;
}
#crash-stats > div ul span {
  color: #00607F;
  font-weight: 700;
}
#crash-stats > div img {
  display: block;
  margin: 0 auto 20px;
  max-width: 180px;
  width: 100%;
}

.standard {
  padding: 16px 0 2px 70px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .standard {
    padding-left: 120px;
  }
}
.standard h3 {
  color: #BB2054;
  font-weight: 700;
}
.standard img {
  left: 0;
  position: absolute;
  width: 50px;
}
@media screen and (min-width: 768px) {
  .standard img {
    width: auto;
  }
}

#videos {
  --bs-gutter-x: 36px;
  margin-top: 28px;
}
#videos > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#videos h3 {
  font-size: 1.1em;
  font-weight: 700;
}
#videos video {
  margin-bottom: 18px;
  width: 100%;
}

#int-alts {
  --bs-gutter-x: 36px;
}
#int-alts > div {
  position: relative;
}
#int-alts h3 {
  font-size: 1.1em;
  font-weight: 700;
}
#int-alts .col-md-5 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #int-alts .col-md-5 {
    width: 40.85%;
  }
}
#int-alts .col-md-7 {
  margin-top: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #int-alts .col-md-7 {
    margin-top: 0;
    width: 59.15%;
  }
}
#int-alts .col-md-7 h3 {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  #int-alts .col-md-7 h3 {
    margin-left: 17%;
  }
}
#int-alts .col-md-7 .hdr-lightbox button span {
  left: 0;
}
@media screen and (min-width: 768px) {
  #int-alts .col-md-7 .hdr-lightbox button span {
    left: 17%;
  }
}
#int-alts .col-md-7 .download-link {
  margin-left: 0;
  margin-top: 14px;
  position: static;
}
@media screen and (min-width: 768px) {
  #int-alts .col-md-7 .download-link {
    margin-left: 17%;
  }
}
@media screen and (min-width: 1200px) {
  #int-alts .col-md-7 .download-link {
    margin-left: 0;
    position: absolute;
  }
}
#int-alts.esp-vers .col-md-5 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #int-alts.esp-vers .col-md-5 {
    width: 44.1%;
  }
}
#int-alts.esp-vers .col-md-7 {
  margin-top: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #int-alts.esp-vers .col-md-7 {
    margin-top: 0;
    width: 55.9%;
  }
}
#int-alts.esp-vers .col-md-7 h3 {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  #int-alts.esp-vers .col-md-7 h3 {
    margin-left: 12.5%;
  }
}
#int-alts.esp-vers .col-md-7 .hdr-lightbox button span {
  left: 0;
}
@media screen and (min-width: 768px) {
  #int-alts.esp-vers .col-md-7 .hdr-lightbox button span {
    left: 12.5%;
  }
}
#int-alts.esp-vers .col-md-7 .download-link {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  #int-alts.esp-vers .col-md-7 .download-link {
    margin-left: 12.5%;
  }
}
@media screen and (min-width: 1200px) {
  #int-alts.esp-vers .col-md-7 .download-link {
    margin-left: 0;
  }
}

#ped-access {
  align-items: center;
  background: #D9E7EC;
  display: flex;
  gap: 24px;
  margin-bottom: 28px;
  padding: 20px;
}
#ped-access h3 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 0;
}
#ped-access p {
  margin: 4px 0 0;
}
@media screen and (max-width: 440px) {
  #ped-access {
    display: block;
  }
  #ped-access img {
    display: block;
    margin: 0 auto 8px;
  }
}

#how-stayinvolved {
  --bs-gutter-x: 36px;
  background: #F3FCFF;
  padding: 18px 8px;
}
#how-stayinvolved h4 {
  color: #BB2054;
  font-weight: 700;
  margin-top: 12spx;
}
#how-stayinvolved .involve {
  align-items: flex-start;
  display: flex;
  font-size: 0.9em;
  gap: 14px;
  margin: 6px 0;
}
@media screen and (min-width: 576px) {
  #how-stayinvolved .involve {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  #how-stayinvolved .involve {
    font-size: 1em;
  }
}
#how-stayinvolved .involve img {
  margin-top: 14px;
  width: 70px;
}
@media screen and (min-width: 576px) {
  #how-stayinvolved .involve img {
    margin-top: 0;
    width: auto;
  }
}
#how-stayinvolved > div:last-of-type img {
  max-width: 800px;
  width: 100%;
}

#comments-here h4 {
  color: #bb2054;
  font-weight: 700;
  margin-top: 18px;
}
#comments-here h5 {
  color: #212529;
  font-size: 1em;
  font-weight: 700;
  margin: 16px 0 0;
}
#comments-here h5 + p {
  margin-top: 0;
}
#comments-here a {
  color: #212529;
}
#comments-here a:hover, #comments-here a:focus {
  color: #bb2054;
}
#comments-here p:last-of-type {
  color: #00607F;
}

/* Tabs */
.hdr-tabs {
  margin: 34px 0;
}
.hdr-tabs .hdr-tablist {
  display: none;
}
.hdr-tabs .hdr-tab {
  background: #00607F;
  border: 1px solid #00607F;
  border-radius: 6px;
  color: #fff;
  font-size: 0.85em;
  font-weight: 700;
  line-height: 1.2em;
  margin: 1px 0 2px;
  padding: 6px 10px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .hdr-tabs .hdr-tab {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .hdr-tabs .hdr-tab {
    background: #00607F;
    border: 1px solid #00607F;
    border-radius: 8px 8px 0 0;
    margin: 3px 0 0;
    padding: 9px 14px 7px;
  }
}
@media screen and (min-width: 1330px) {
  .hdr-tabs .hdr-tab {
    font-size: 1em;
  }
}
.hdr-tabs .hdr-tab:hover, .hdr-tabs .hdr-tab:focus {
  background-color: #003c50;
}
.hdr-tabs .hdr-tab[aria-selected=true] {
  background-color: #fff;
  color: #00607F;
  position: relative;
}
.hdr-tabs .hdr-tab[aria-selected=true]:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: none;
  height: 2px;
  left: 0;
  margin-bottom: -2px;
  position: absolute;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .hdr-tabs .hdr-tab[aria-selected=true]:after {
    display: block;
  }
}
.hdr-tabs .hdr-tabpanel {
  background: #fff;
  border: 1px solid #00607F;
  border-radius: 0 0 8px 8px;
  margin: 10px 0 24px;
  padding: 24px 28px 12px;
}
@media screen and (min-width: 576px) {
  .hdr-tabs .hdr-tabpanel {
    margin-top: 0;
  }
}
.hdr-tabs .hdr-tabpanel video {
  width: 100%;
}

.hdr-tabs.has-js .hdr-tablist {
  display: block;
}
.hdr-tabs.has-js .hdr-tabpanel {
  display: none;
  margin-bottom: 0;
  opacity: 0.1;
  transition: opacity 0.4s;
}
.hdr-tabs.has-js .hdr-tabpanel.active {
  display: block;
}
.hdr-tabs.has-js .hdr-tabpanel.fadein {
  opacity: 1;
}

#dot-tabs {
  padding-bottom: 40px;
  position: relative;
}
#dot-tabs .hdr-tablist {
  position: static;
  bottom: 0;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  #dot-tabs .hdr-tablist {
    position: absolute;
  }
}
#dot-tabs .hdr-tablist .tab-arrow {
  background: transparent;
  padding: 0;
}
#dot-tabs .hdr-tablist .tab-arrow img {
  margin-top: -8px;
  margin-left: 6px;
  width: 20px;
}
#dot-tabs .hdr-tablist .tab-arrow.tab-back {
  left: 0;
  position: absolute;
}
#dot-tabs .hdr-tablist .tab-arrow.tab-back img {
  margin: -8px 0 0;
  transform: rotate(180deg);
}
#dot-tabs .hdr-tab {
  background: #fff;
  border-radius: 50%;
  height: 20px;
  padding: 0;
  width: 20px;
}
#dot-tabs .hdr-tab[aria-selected=true] {
  background: #00607F;
}
#dot-tabs .hdr-tab[aria-selected=true]:after {
  display: none !important;
}
#dot-tabs .hdr-tab span {
  left: -9999px;
  position: absolute;
}
#dot-tabs .hdr-tabpanel {
  border: 0;
  border-top: 1px solid #FFC843;
  border-bottom: 1px dashed #00607F;
  border-radius: 0;
  font-size: 0.9em;
  height: auto;
  padding: 22px 0 0;
}
@media screen and (min-width: 768px) {
  #dot-tabs .hdr-tabpanel {
    height: 290px;
  }
}
@media screen and (min-width: 1330px) {
  #dot-tabs .hdr-tabpanel {
    font-size: 1em;
    height: 270px;
  }
}
#dot-tabs .hdr-tabpanel p {
  font-size: 0.9em;
}
@media screen and (min-width: 1330px) {
  #dot-tabs .hdr-tabpanel p {
    font-size: 1em;
  }
}
#dot-tabs .hdr-tabpanel.active {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#dot-tabs .hdr-tabpanel > * {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #dot-tabs .hdr-tabpanel > * {
    width: 31%;
  }
}
#dot-tabs .hdr-tabpanel h4 {
  font-size: 1.1em;
  font-weight: 700;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #dot-tabs .hdr-tabpanel h4 {
    margin-top: 34px;
  }
}
#dot-tabs .hdr-tabpanel h4 img {
  margin-right: 4px;
}
#dot-tabs .hdr-tabpanel h5 {
  background: #FFC843;
  color: #00607F;
  font-size: 1em;
  font-weight: 700;
  padding: 8px 14px;
}
#dot-tabs .hdr-tabpanel p {
  margin-top: 4px;
}

#letter-tabs .hdr-tab:before {
  background: #fff;
  border-radius: 50%;
  color: #00607F;
  content: "A";
  display: inline-block;
  height: 28px;
  left: 0;
  line-height: 28px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 28px;
}
#letter-tabs .hdr-tab:nth-of-type(2):before {
  content: "B";
}
#letter-tabs .hdr-tab:nth-of-type(3):before {
  content: "C";
}
#letter-tabs .hdr-tab[aria-selected=true]:before {
  background: #00607F;
  color: #fff;
}
#letter-tabs .hdr-tabpanel {
  padding-bottom: 26px;
}
#letter-tabs .hdr-tabpanel h4 {
  background: #00607F;
  color: #fff;
  margin: 18px 0 0;
  padding: 10px 14px;
}

.captiond {
  position: relative;
}
.captiond span {
  background: #fff;
  background: rgba(255, 255, 255, 0.86);
  bottom: 0;
  font-size: 0.9em;
  left: 0;
  line-height: 1.3em;
  padding: 6px 10px;
  position: absolute;
}
.captiond span em {
  display: block;
}
@media screen and (max-width: 620px) {
  .captiond span {
    display: block;
    margin: 3px 3px 22px;
    padding: 0;
    position: static;
  }
}

#qlf-legend {
  background: #EFEFEF;
  border-radius: 18px;
  display: inline-block;
  margin-top: 4px;
  padding: 12px 18px 6px;
  position: static;
  right: 3.5%;
}
@media screen and (min-width: 1200px) {
  #qlf-legend {
    margin: 0;
    position: absolute;
  }
}
#qlf-legend h3 {
  color: #212529;
  font-size: 0.9em;
  font-weight: 700;
}
@media screen and (min-width: 1330px) {
  #qlf-legend h3 {
    font-size: 1em;
  }
}
#qlf-legend ul {
  list-style: none;
  margin: 6px 0 0;
  padding: 0;
}
#qlf-legend ul li {
  display: inline-block;
  font-size: 0.85em;
  margin: 0 14px 3px 0;
}
@media screen and (min-width: 1330px) {
  #qlf-legend ul li {
    font-size: 1em;
  }
}
#qlf-legend ul li span {
  border: 1px solid #000;
  display: inline-block;
  height: 16px;
  margin-top: -3px;
  margin-right: 2px;
  vertical-align: middle;
  width: 24px;
}
#qlf-legend ul li:nth-of-type(1) span {
  border-radius: 50%;
  height: 24px;
}

#map-tabs {
  margin-top: 12px;
}
@media screen and (min-width: 1200px) {
  #map-tabs {
    margin-top: 54px;
  }
}
@media screen and (min-width: 2000px) {
  #map-tabs {
    margin-top: 66px;
  }
}
#map-tabs .col-md-6 {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  #map-tabs .col-md-6 {
    width: 50%;
  }
}
#map-tabs .col-md-6 > img {
  flex-shrink: 0;
  height: auto;
  max-width: 80000%;
  width: 40%;
}
@media screen and (min-width: 576px) {
  #map-tabs .col-md-6 > img {
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  #map-tabs .col-md-6 > img {
    width: 50%;
  }
}
@media screen and (min-width: 1330px) {
  #map-tabs .col-md-6 > img {
    width: 40%;
  }
}
#map-tabs .hdr-tabpanel {
  padding-bottom: 56px;
}
#map-tabs .hdr-tabpanel h3 {
  color: #212529;
  font-weight: 700;
  font-size: 1em;
  margin-top: 8px;
}
@media screen and (max-width: 1590px) {
  #map-tabs .hdr-tabpanel {
    font-size: 0.85em;
  }
  #map-tabs .hdr-tabpanel li {
    font-size: 15px;
  }
}
#map-tabs .download-link {
  position: static;
}

/* 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: 0;
  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;
}

.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-area {
  border: 2px solid #aaa;
  height: 700px;
  margin: 28px 0 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#map {
  height: 100%;
  width: 100%;
}

#map button {
  border-radius: 0;
}

#corner-box {
  position: absolute;
  top: 0;
  z-index: 2;
}

#map-instruction {
  background: #fff;
  border: 0;
  border-width: 0 1px 1px 0;
  font-size: 0.85em;
  height: 0;
  line-height: 1.3em;
  opacity: 0;
  padding: 0;
  position: relative;
  transition: 0.2s, opacity 0.1s;
  width: 360px;
}

.echolocating #map-instruction {
  border: 1px solid #000;
  height: auto;
  opacity: 1;
  padding: 10px 14px;
  transition: height 0.3s, padding 0.3s, opacity 0.2s ease-out 0.2s;
}

#search-address {
  display: none;
  margin-top: 8px;
}

#address-search {
  height: auto;
  padding: 2px 8px 1px;
  width: 94%;
}

#add-comment {
  background: #FFC424;
  border: 0;
  border-radius: 0;
  color: #414141;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  padding: 44px 14px 8px;
  position: relative;
  transition: padding 0.2s;
}

#add-comment:before {
  background: #414141;
  content: "";
  height: 24px;
  left: 50%;
  position: absolute;
  top: 11px;
  transform: translateX(-50%);
  transition: 0.3s;
  width: 4px;
}

#add-comment:after {
  background: #414141;
  content: "";
  height: 4px;
  left: 50%;
  position: absolute;
  top: 21px;
  transform: translateX(-50%);
  transition: 0.3s;
  width: 24px;
}

#add-comment:hover {
  padding-top: 58px;
}

#add-comment:hover:before {
  height: 28px;
  top: 16px;
  width: 6px;
}

#add-comment:hover:after {
  height: 6px;
  top: 27px;
  width: 28px;
}

.echolocating #add-comment:before {
  transform: rotate(35deg);
}

.echolocating #add-comment:after {
  margin-left: -13px;
  margin-top: 4px;
  transform: rotate(65deg);
  width: 14px;
}

.commenting #add-comment {
  background: #7a0f33;
  color: #fff;
}

.commenting #add-comment:before {
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

.commenting #add-comment:after {
  background: #fff;
  transform: translateX(-50%) rotate(45deg);
}

#form-area {
  background: #000;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  transition: right 0.8s;
  width: 100%;
}

#form-area form {
  background: #fff;
  display: block;
  height: 100%;
  margin-left: 40%;
  overflow: auto;
  padding: 16px 32px 44px;
  width: 60%;
}

.commenting #form-area {
  right: 0;
}

#form-area h4 {
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 16px;
  text-transform: uppercase;
}

#map-form > div {
  padding-bottom: 28px;
}

#map-form > div > label {
  display: block;
  font-weight: 600;
}

#map-form > div div {
  display: inline-block;
  margin-right: 28px;
}

#map-form > div div label {
  cursor: pointer;
  font-weight: 400;
  margin-left: 4px;
}

#map-form select {
  margin: 4px 0 2px;
  padding: 6px 4px;
  width: 100%;
}

#map-form textarea {
  height: 110px;
  margin-top: 6px;
  padding: 4px 8px;
  width: 100%;
}

#map-form input[type=text] {
  padding: 4px 8px;
}

#map-form input[type=submit] {
  background: #FFC424;
  border: 0;
  border-radius: 8px;
  color: #1C2B5E;
  font-size: 1.1em;
  font-weight: 700;
  padding: 7px 18px;
  transition: background 0.2s;
}

#map-form input[type=submit]:hover {
  background: #d39e0d;
}

#map-form .error-msg {
  color: #a00;
  display: block;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 8px;
}

#map-form > div div.other-explanation {
  display: none;
  margin: 0;
  width: 100%;
}

.other-explanation label {
  left: -9999px;
  position: absolute;
}

#map-form .other-explanation textarea {
  height: 80px;
}

#map-thanks {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px -2px #333;
  left: 50%;
  line-height: 1.5em;
  padding: 20px 30px;
  position: absolute;
  text-align: center;
  top: -34%;
  transform: translateX(-50%);
  transition: top 0.6s;
  width: 400px;
}

.thanks #map-thanks {
  top: 34%;
}

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

    Bottom Progress Bar

***********************************/
#bottom-menu {
  background: #00607F;
  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: #212529;
  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: 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: #00607F;
  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: #00607F;
}
#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: 70%;
}
#bottom-menu nav button:hover:after, #bottom-menu nav button.focused:after {
  height: 7px;
  width: 78%;
}
#bottom-menu nav button.active {
  background: #FFC843;
}
#bottom-menu nav button.active:after {
  background: #00607F;
}

.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: #212529;
  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: #212529;
  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 */
