p {
  font-size: 1rem;
  margin-bottom: 20px;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  p {
    font-size: 1.125rem;
  }
}
p a {
  text-decoration: underline;
  transition: filter 150ms ease-in-out;
  font-weight: 400;
  color: #0066cc;
}
p a:hover {
  filter: brightness(80%);
}
p strong {
  font-weight: 700;
}
p.socials i {
  font-size: 1.5rem;
}
p.socials a {
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
}

ul ul {
  margin-top: 5px;
}
ul ul li {
  margin-bottom: 5px;
}

li {
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 400;
}
li a {
  text-decoration: underline;
  transition: filter 150ms ease-in-out;
  font-weight: 400;
  color: #0066cc;
}
li a:hover {
  filter: brightness(80%);
}
@media screen and (min-width: 992px) {
  li {
    font-size: 1.125rem;
  }
}

button,
.btn-link {
  background: #FF9933;
  border-radius: 6px;
  border: 0;
  color: #0A424C;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 16px;
  padding: 12px 20px;
  transition: all 150ms ease-in-out;
}
@media screen and (min-width: 992px) {
  button,
  .btn-link {
    font-size: 1.3099rem;
  }
}
button:hover,
.btn-link:hover {
  background-color: #0A424C;
  color: #fff !important;
}

.btn-link {
  color: #fff !important;
}

hr {
  opacity: 1;
  border-color: #8ac5ff;
  margin: 40px 0;
}

h1 {
  color: #FF9933;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 2.9rem;
  }
}

h2 {
  color: #0A424C;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2.875rem;
  }
}

h3 {
  color: #005c67;
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px;
  border-bottom: 3px solid #FF9933;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 1.5625rem;
  }
}

h4 {
  color: #333;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.subhead-a {
  color: #0A424C;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

.subhead-b {
  color: #0A424C;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.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 .circle-btn {
  position: relative;
  border-radius: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #005c67;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: background-color 150ms ease-in-out;
  box-shadow: 0 3px 8px -2px #222;
  transition: all 150ms ease-in-out !important;
  margin-right: 10px;
}
.corner-buttons .circle-btn:hover {
  background-color: #005c67;
  color: #fff;
}
.corner-buttons .circle-btn:focus {
  border: 2px solid #333;
}
.corner-buttons .circle-btn .icon {
  font-size: 1.65rem;
  line-height: 1;
}
.corner-buttons #sign-up-button {
  align-items: center;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 8px -2px #222;
  color: #005c67;
  font-size: 0.8rem;
  font-weight: 700;
  height: 50px;
  margin: 0 10px 0 4px;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.corner-buttons #sign-up-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;
}
.corner-buttons #sign-up-button:hover {
  color: #0A424C !important;
}
.corner-buttons #sign-up-button:hover:after {
  left: 170px;
  transition: left 1s;
  background-color: #0A424C;
  color: #fff;
}
.corner-buttons #sign-up-button .icon {
  display: block;
}
.corner-buttons .meeting-button {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 8px -2px #222;
  color: #005c67;
  font-size: 0.8rem;
  font-weight: 700;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.corner-buttons .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;
}
.corner-buttons .meeting-button:hover {
  color: #0A424C !important;
}
.corner-buttons .meeting-button:hover:after {
  left: 170px;
  transition: left 1s;
  background-color: #0A424C;
  color: #fff;
}
.corner-buttons .meeting-button .icon {
  display: block;
}

.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: flex;
  align-items: center;
}

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

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

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

.has-hdr-modals .hdr-launch-modal {
  color: #454545;
  display: block;
}

.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 .logo {
  width: 160px;
}
.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: 776px) {
  .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: 776px) {
  .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: #454545;
  font-size: 2em;
  line-height: 0.6em;
  padding: 0 5px 3px;
  position: absolute;
  right: 10px;
  top: 6px;
}
@media screen and (min-width: 776px) {
  .hdr-modal-window > div > .hdr-close-modal {
    font-size: 3em;
  }
}
.hdr-modal-window > div > .hdr-close-modal:hover {
  color: #666;
}

#sign-up h3 {
  border-bottom: 0;
  font-size: 1.8em;
  margin-bottom: 18px;
  text-align: center;
}
@media screen and (min-width: 776px) {
  #sign-up h3 {
    font-size: 2.5em;
  }
}
#sign-up h3 span {
  display: block;
  font-size: 0.7em;
  line-height: 1.2em;
}
#sign-up > div {
  padding: 34px 3%;
}
@media screen and (min-width: 776px) {
  #sign-up > div {
    max-height: 74%;
    top: 12%;
    width: 72%;
  }
}

.intro-modal {
  display: none;
  overflow: auto;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: 0.7s;
  width: 100%;
  z-index: 50;
}
.intro-modal.exhausted {
  opacity: 0;
  top: -100%;
}

.has-js .intro-modal {
  display: block;
}

.left-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) {
  .left-menu {
    left: -290px;
    width: 290px;
  }
}
@media screen and (min-width: 992px) {
  .left-menu {
    left: 0;
    position: relative;
  }
}
.left-menu .left-menu-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 1;
}
.left-menu .menu-top {
  padding: 16px 6% 14px;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .left-menu .menu-top {
    padding: 16px 10% 14px;
  }
}
.left-menu .menu-top a {
  display: block;
  text-decoration: none;
}
.left-menu .menu-bottom {
  display: flex;
  flex-direction: column-reverse;
  flex: 1 0;
}
.left-menu .logo {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 100px;
  padding: 5px 0;
}
@media screen and (min-width: 576px) {
  .left-menu .logo {
    max-width: 160px;
  }
}
.left-menu .slide-nav {
  background-color: #f2f2f2;
  border: 1px solid #aaa;
  border-width: 1px 0;
  flex-grow: 1;
  overflow-y: auto;
  padding: 0;
}
.left-menu .slide-nav button {
  background-color: #005c67;
  color: #fff !important;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #454545;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.1rem;
  margin: 0;
  min-height: 36px;
  opacity: 0.9;
  padding: 10px;
  position: relative;
  text-align: left;
  transition: 0.2s;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .left-menu .slide-nav button {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}
.left-menu .slide-nav button:hover {
  filter: brightness(80%);
  opacity: 1;
}
.left-menu .slide-nav button[aria-selected=true] {
  background-color: #FF9933;
  color: #333 !important;
  color: #fff;
}
.left-menu .menu-toggle {
  display: none;
  font-size: 0.85rem;
  left: 100%;
  margin-left: 5%;
  top: 0px;
  position: absolute;
  transition: margin 0.6s;
  padding: 5px 10px;
  margin-top: 10px;
  z-index: 1;
  background-color: #005c67;
  color: #fff !important;
  transition: background-color 150ms ease-in-out;
}
@media screen and (min-width: 576px) {
  .left-menu .menu-toggle {
    margin-left: 7%;
  }
}
@media screen and (min-width: 992px) {
  .left-menu .menu-toggle {
    font-size: 1rem;
    margin-left: 12%;
    padding: 10px 12px;
  }
}
@media screen and (min-width: 2000px) {
  .left-menu .menu-toggle {
    font-size: 0.9rem;
  }
}
.left-menu .menu-toggle:hover {
  background-color: #0A424C;
  color: #fff !important;
}
.left-menu .menu-toggle .not-on-desktop {
  display: block;
}
@media screen and (min-width: 992px) {
  .left-menu .menu-toggle .not-on-desktop {
    display: none;
  }
}
.left-menu .menu-toggle span {
  background-color: #fff;
  display: block;
  height: 2px;
  margin: 4px auto;
  transition: margin 0.2s, transform 0.2s;
  width: 22px;
}

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

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

.mobile-menu-open .left-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;
  }
}

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

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

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

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

.progress-bar {
  background: #0A424C;
  bottom: 0;
  display: none;
  height: 40px;
  position: absolute;
  right: 0;
  transition: right 0.6s, width 0.6s;
  width: 100%;
  overflow: visible;
}
.progress-bar .nav-items {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: stretch;
  justify-content: space-between;
}
.progress-bar button {
  border-radius: 0;
  color: #454545;
  margin: 0;
  padding: 0;
  background-color: #005c67;
}
.progress-bar button:hover {
  filter: none;
}
.progress-bar button span {
  background: #fff;
  color: #333 !important;
  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) {
  .progress-bar button span {
    display: block;
  }
}
.progress-bar button span:after {
  border: 8px solid transparent;
  border-top-color: #fff;
  content: "";
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: 100%;
}
.progress-bar button:hover span, .progress-bar 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;
}
.progress-bar .arrow {
  background: #005c67;
  border-radius: 0;
  height: 100%;
  position: relative;
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 576px) {
  .progress-bar .arrow {
    width: 8%;
  }
}
.progress-bar .arrow i {
  color: #fff;
  display: block;
  font-size: 1.6rem;
}
.progress-bar .arrow span {
  width: 200px;
}
.progress-bar .arrow:hover {
  background: #0A424C;
}
.progress-bar .arrow.disabled {
  cursor: default;
}
.progress-bar .arrow.disabled:hover {
  background: #005c67;
}
.progress-bar .arrow.disabled i {
  opacity: 0.3;
}
.progress-bar .arrow.disabled span {
  display: none;
}
.progress-bar .previous-arrow:hover span,
.progress-bar .previous-arrow.focused span {
  left: 12px;
  margin-left: 0;
}
.progress-bar .previous-arrow:hover span:after,
.progress-bar .previous-arrow.focused span:after {
  left: 20%;
  margin-left: 0;
}
.progress-bar .next-arrow span {
  left: auto;
  right: 9999px;
  width: 200px;
}
.progress-bar .next-arrow span:after {
  left: 80%;
}
.progress-bar .next-arrow:hover span,
.progress-bar .next-arrow.focused span {
  left: auto;
  right: 12px;
}
.progress-bar nav {
  display: none;
  height: 100%;
  flex-grow: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 84%;
}
@media screen and (min-width: 576px) {
  .progress-bar nav {
    display: flex;
  }
}
.progress-bar nav button {
  border-width: 19px 2px;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.progress-bar nav button:after {
  background: #fff;
  border-radius: 18px;
  content: "";
  height: 4px;
  left: 10%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s;
  width: 80%;
}
@media screen and (min-width: 992px) {
  .progress-bar nav button:after {
    height: 8px;
    left: 5%;
    width: 90%;
  }
}
.progress-bar nav button:hover:after, .progress-bar nav button.focused:after {
  height: 10px;
  left: 3%;
  margin-top: -5px;
  width: 94%;
}
.progress-bar nav button.active {
  background: #FF9933;
}

.has-js .progress-bar {
  display: flex;
}

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

.contact-form {
  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-form h2 {
  font-size: 1.5rem;
  margin-top: 28px;
}
@media screen and (min-width: 992px) {
  .contact-form h2 {
    font-size: 1.8rem;
  }
}
.contact-form .logo {
  width: 160px;
}
.contact-form > div {
  height: 100%;
  overflow: auto;
  padding: 32px 22px 22px;
}
@media screen and (min-width: 576px) {
  .contact-form > div {
    padding: 32px 32px 24px;
  }
}
.contact-form > div .close-contact {
  background: transparent;
  color: #454545;
  display: none;
  font-size: 1.4em;
  font-weight: 700;
  margin: 0;
  padding: 10px;
  position: absolute;
  right: 12px;
  top: 8px;
}
.contact-form > .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-form {
  display: none;
  font-size: 0.8rem;
  height: 100%;
  padding-left: 0;
  position: fixed;
  width: 270px;
}
@media screen and (min-width: 576px) {
  .has-js .contact-form {
    font-size: 1rem;
    width: 390px;
  }
}
.has-js .contact-form > div .close-contact {
  display: block;
}

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

.introduction-dialog {
  background: rgba(0, 0, 0, 0.3);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 52;
  padding: 40px;
}
@media screen and (min-width: 992px) {
  .introduction-dialog {
    padding: 80px;
  }
}
.introduction-dialog.acknowledged {
  opacity: 0;
  top: -1000%;
  transition: 1s;
}
.introduction-dialog > div {
  background-color: #fff;
  overflow: auto;
  padding: 5px 30px;
  width: 100%;
  padding: 20px;
  max-width: 900px;
  max-height: 100%;
  z-index: 2;
  margin: 0 auto;
  border-radius: 8px;
}
@media screen and (min-width: 992px) {
  .introduction-dialog > div {
    padding: 50px;
  }
}
.introduction-dialog > div h1 {
  text-align: center;
  color: #0A424C;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .introduction-dialog > div h1 {
    font-size: 2.875rem;
  }
}
.introduction-dialog > div h1 .sub-h1 {
  display: block;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .introduction-dialog > div h1 .sub-h1 {
    font-size: 1.5625rem;
  }
}
.introduction-dialog > div p {
  font-size: 1.15rem;
  color: #0A424C;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  .introduction-dialog > div p {
    font-size: 1.3099rem;
  }
}
.introduction-dialog > div p a {
  color: #0A424C;
  font-weight: 700;
}
.introduction-dialog > div .intro-btn {
  background-color: #FF9933;
  padding: 10px 12px;
  color: #0A424C;
  font-size: 1.15rem;
  transition: 150ms ease-in-out;
}
.introduction-dialog > div .intro-btn:hover {
  background-color: #0A424C;
  color: #fff !important;
}
.introduction-dialog .intro-logo {
  position: absolute;
  bottom: 40px;
  right: 6%;
  width: 200px;
  height: auto;
  border: 20px solid #f8f8f8;
  border-radius: 100%;
  z-index: 1;
}

.main-area {
  background-color: #e4e4e4;
  background-image: url("../assets/images/backgrounds/road.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: auto;
  padding-bottom: 32px;
  position: relative;
  transition: left 0.6s, margin 0.6s, width 0.6s;
  width: 100%;
}

.has-js .main-area {
  padding-bottom: 0;
}

.menu-hidden .main-area {
  margin-left: 0;
  width: 100%;
}

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

.slider {
  padding: 0;
  position: relative;
  transition: left 0.6s, margin 0.6s;
  top: 24px;
  width: 100%;
}
.slider .slide {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 15px -4px #000;
  overflow-y: auto;
  padding: 0;
  width: 96%;
}
.slider .slide.showing {
  margin-left: 2%;
  margin-top: 0;
  opacity: 1;
  transition: margin-left 0s, margin-top 0.8s, opacity 0.8s;
}
.slider .slide[aria-hidden=false] {
  display: block;
}
.slider .slide img {
  max-width: 100%;
}
.slider .slide .subsection {
  padding-bottom: 30px;
}
.slider .slide .header-container {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 992px) {
  .slider .slide .header-container {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
}
.slider .slide .slide-container {
  padding: 30px 20px;
}
@media screen and (min-width: 992px) {
  .slider .slide .slide-container {
    padding: 30px 5%;
  }
}

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

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

.walkthrough {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.walkthrough.got1 .walkthrough-cover {
  margin-left: 0;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .walkthrough.got1 .walkthrough-cover {
    margin-left: 290px;
  }
}
.walkthrough.got1 .instructions {
  left: 24px;
  bottom: auto;
  top: 64px;
}
@media screen and (min-width: 992px) {
  .walkthrough.got1 .instructions {
    left: 320px;
    top: 64px;
  }
}
.walkthrough.got1 .instructions::after {
  top: 20%;
  bottom: auto;
  left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (min-width: 992px) {
  .walkthrough.got1 .instructions::after {
    top: 50%;
  }
}
.walkthrough.got1 .instructions img {
  transform: rotate(180deg) rotateY(180deg);
  top: 16px;
}
@media screen and (min-width: 992px) {
  .walkthrough.got1 .instructions img {
    transform: none;
    top: 24;
  }
}
.walkthrough.got2 .walkthrough-cover {
  margin-left: 0;
  margin-top: 85px;
}
.walkthrough.got2 .instructions {
  left: auto;
  right: 3%;
  top: 100px;
}
.walkthrough.got2 .instructions::after {
  top: 0;
  bottom: auto;
  left: 76%;
  transform: translateY(-50%) rotate(45deg);
}
.walkthrough.got2 .instructions img {
  bottom: auto;
  left: 100px;
  position: absolute;
  transform: rotate(180deg);
  top: 12px;
  width: 48px;
}
@media screen and (min-width: 576px) {
  .walkthrough.got2 .instructions img {
    left: 165px;
    width: 70px;
  }
}
.walkthrough .walkthrough-cover {
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 100%;
  margin-top: -40px;
  position: absolute;
  transition: 0.75s;
  width: 100%;
}
.walkthrough .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 .walkthrough-cover:after {
    display: block;
  }
}
.walkthrough .instructions {
  background-color: #005c67;
  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;
}
.walkthrough .instructions::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  background-color: #005c67;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
}
@media screen and (min-width: 576px) {
  .walkthrough .instructions {
    font-size: 1rem;
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .walkthrough .instructions {
    left: 340px;
  }
}
.walkthrough .instructions p {
  clear: both;
  display: none;
  margin: 0;
  padding: 16px 24px 12px;
}
.walkthrough .instructions p.showing {
  display: block;
}
.walkthrough .instructions .close-walkthrough {
  background: transparent;
  border-radius: 0;
  float: right;
  font-size: 2.4em;
  line-height: 1.2em;
  margin-top: 4px;
  padding: 3px 16px;
  color: #fff;
}
.walkthrough .instructions .close-walkthrough:hover {
  color: #FF9933 !important;
}
.walkthrough .instructions #got-instruction {
  background: transparent;
  font-weight: 700;
  margin-bottom: 14px;
}
.walkthrough .instructions img {
  bottom: 14px;
  left: 25px;
  position: absolute;
  top: auto;
  transition: 0.75s;
  width: 46px;
}
@media screen and (min-width: 576px) {
  .walkthrough .instructions img {
    width: 70px;
  }
}
.walkthrough .instructions .controls {
  padding: 15px 0;
  margin: 0 auto;
  width: 80%;
  border-top: 1px solid #fff;
}
.walkthrough .instructions .controls button {
  margin-top: 0;
  font-size: 1.15rem;
  padding: 5px 10px;
  margin: 0 5px;
}

.accordion {
  position: relative;
  background-color: transparent;
}
.accordion .accordion-item {
  background-color: transparent;
  margin-bottom: 10px;
  border: 0;
}
.accordion .accordion-header {
  background-color: transparent;
}
.accordion .accordion-header .accordion-button {
  position: relative;
  background-color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 62px;
  padding-right: 10px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #333;
  box-shadow: none;
  transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
}
.accordion .accordion-header .accordion-button:not(.collapsed) {
  background-color: #e4e4e4;
}
.accordion .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("../assets/images/garnish/accordion-open.svg");
}
.accordion .accordion-header .accordion-button:hover {
  background-color: #f8f8f8;
}
.accordion .accordion-header .accordion-button:focus {
  outline: 3px solid #333;
}
.accordion .accordion-header .accordion-button::after {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 43px;
  background-size: cover;
  background-image: url("../assets/images/garnish/accordion-close.svg");
  transition: background-image 150ms ease-in-out;
}
.accordion .accordion-body {
  background-color: #fff;
}
.accordion .accordion-body p {
  font-size: 1rem;
  margin-bottom: 10px;
}
.accordion .accordion-body p:last-child {
  margin-bottom: 0;
}
.accordion .accordion-body .sub-heading {
  font-size: 1.125rem;
  color: #454545;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 10px;
}

.blurb {
  position: relative;
  background-color: #f8f8f8;
  border: 1px solid #e4e4e4;
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .blurb {
    padding: 40px;
  }
}
.blurb.blue {
  background-color: #e9f3ff;
  border-color: #8ac5ff;
}
.blurb.yellow {
  background-color: #fffcf3;
  border-color: #f8f8f8;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.blurb.yellow.alt {
  border-color: #8ac5ff;
  box-shadow: none !important;
}

.table-blurb {
  position: relative;
  display: block;
  border: 1px solid #8ac5ff;
}
.table-blurb .title {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
  color: #0066cc;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .table-blurb .title {
    font-size: 1.625rem;
  }
}
.table-blurb .title .subtitle {
  display: block;
  margin-top: 5px;
  font-size: 1.25rem;
  font-weight: 400;
}
.table-blurb h5.title {
  font-size: 1.25rem;
  text-align: left;
}
.table-blurb h5.title .subtitle {
  font-size: 1.125rem;
  font-weight: 400;
}
.table-blurb .heading-container {
  display: block;
  background-color: #fffcf3;
  padding: 20px;
  border-bottom: 1px solid #8ac5ff;
}
.table-blurb .content-container {
  padding: 10px;
  border-bottom: 1px solid #8ac5ff;
}
@media screen and (min-width: 992px) {
  .table-blurb .content-container {
    padding: 20px;
  }
}
.table-blurb .content-container:last-child {
  border-bottom: 0;
}
.table-blurb .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  min-width: 128px;
  height: 128px;
  margin-right: 10px;
  padding: 10px;
}
.table-blurb .icon-container .icon {
  width: 100%;
  height: auto;
}

.card {
  position: relative;
  border: 0;
  border-radius: 0;
}
.card h4 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .card h4 {
    font-size: 1.4375rem;
  }
}
.card p {
  font-size: 1rem;
}
.card p strong {
  font-weight: 600;
}
@media (min-width: 992px) {
  .card p {
    font-size: 1.15rem;
  }
}
.card .main {
  padding: 25px 20px;
}
.card .sub {
  padding: 15px 20px;
}
.card .sub p {
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  .card .sub p {
    font-size: 0.9rem;
  }
}

.considerations-carousel .owl-item:nth-child(even) .item {
  background-color: #64647c;
}
.considerations-carousel .owl-item:nth-child(even) .slide-number {
  color: #64647c;
}
.considerations-carousel .owl-item .item {
  display: flex;
  flex-wrap: wrap;
  background-color: #0A424C;
  height: 100%;
  color: #fff;
  padding: 30px 20px;
}
.considerations-carousel .owl-item .item p {
  font-weight: 600;
}
.considerations-carousel .owl-item .item .icon {
  display: block;
  width: 100%;
  height: auto;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.considerations-carousel .owl-stage {
  display: flex;
}
.considerations-carousel .top-content {
  width: 100%;
}
.considerations-carousel .bottom-content {
  width: 100%;
  margin-top: auto;
}
.considerations-carousel .slide-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  color: #0A424C;
  border-radius: 100%;
  margin: 0 auto;
}
.considerations-carousel .owl-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.considerations-carousel .owl-nav::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14%;
  height: 12px;
  background-color: #dcf0ef;
  border-radius: 500px;
}
.considerations-carousel .owl-nav .owl-prev,
.considerations-carousel .owl-nav .owl-next {
  position: relative;
  width: 30px;
  height: 60px;
  margin-top: 0;
}
.considerations-carousel .owl-nav .owl-prev span,
.considerations-carousel .owl-nav .owl-next span {
  position: absolute;
  width: 25px;
  height: 50px;
  top: 0;
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: 2rem;
  font-weight: 700;
  color: #0A424C;
  font-size: 0;
}
.considerations-carousel .owl-nav .owl-prev span::after,
.considerations-carousel .owl-nav .owl-next span::after {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4rem;
  line-height: 1;
}
.considerations-carousel .owl-nav .owl-prev.disabled span,
.considerations-carousel .owl-nav .owl-next.disabled span {
  color: #0e4845;
}
.considerations-carousel .owl-nav .owl-prev {
  margin-right: 8%;
}
.considerations-carousel .owl-nav .owl-prev span::after {
  content: "\f0d9";
}
.considerations-carousel .owl-nav .owl-next {
  margin-left: 8%;
}
.considerations-carousel .owl-nav .owl-next span::after {
  content: "\f0da";
}

.comment-map-container {
  display: block;
  position: relative;
}
.comment-map-container .comment-map-iframe {
  width: 100%;
  height: 350px;
}
@media (min-width: 992px) {
  .comment-map-container .comment-map-iframe {
    height: 720px;
  }
}

.document-link {
  position: relative;
  display: flex;
  align-self: center;
  font-size: 1rem;
  margin-bottom: 20px;
  padding-left: 42px;
  transition: color 150ms ease-in-out;
  font-weight: 500;
  text-decoration: none;
  color: #333;
}
.document-link:hover {
  text-decoration: underline;
  color: #005c67;
}
.document-link:hover::after {
  background-image: url("../assets/images/icons/link-hover.svg");
}
.document-link::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 32px;
  height: 32px;
  background-image: url("../assets/images/icons/link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-image 150ms ease-in-out;
}
@media (min-width: 992px) {
  .document-link {
    font-size: 1.25rem;
  }
}

.document-link-alt {
  position: relative;
  display: block;
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 60px;
  padding-right: 30px;
  margin-bottom: 20px;
  transition: color 150ms ease-in-out, border-color 150ms ease-in-out;
  font-weight: 600;
  text-decoration: none;
  color: #333;
  border-bottom: 2px dashed #333;
}
.document-link-alt:hover {
  text-decoration: none;
  color: #005c67;
  border-color: #005c67;
}
.document-link-alt:hover::before, .document-link-alt:hover::after {
  color: #005c67;
}
.document-link-alt::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f15b";
  position: absolute;
  top: 50%;
  left: 0;
  font-weight: 300;
  transform: translateY(-50%);
  font-size: 2.125rem;
  color: #333;
  transition: color 150ms ease-in-out;
}
.document-link-alt::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f063";
  position: absolute;
  top: 50%;
  right: 0;
  font-weight: 400;
  transform: translateY(-50%);
  font-size: 1.6875rem;
  color: #333;
  transition: color 150ms ease-in-out;
}
@media (min-width: 992px) {
  .document-link-alt {
    font-size: 1.25rem;
  }
}

.icon-and-text-list {
  list-style: none;
  padding: 0;
  max-width: 450px;
}
.icon-and-text-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .icon-and-text-list li {
    margin-bottom: 40px;
  }
}
.icon-and-text-list li .icon-container {
  flex: 1;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 10px;
  min-width: 100px;
}
.icon-and-text-list li .icon-container .icon {
  max-width: 100%;
  width: auto;
  height: auto;
}
.icon-and-text-list li .text {
  flex: 1;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #0066cc;
}

.image-and-copy-section {
  position: relative;
  overflow: hidden;
}
.image-and-copy-section .content-row {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.image-and-copy-section .img-col {
  width: 100%;
  height: 275px;
}
@media (min-width: 992px) {
  .image-and-copy-section .img-col {
    width: 50%;
    height: auto;
  }
}
.image-and-copy-section .copy-col {
  width: 100%;
}
@media (min-width: 992px) {
  .image-and-copy-section .copy-col {
    width: 50%;
    height: auto;
  }
}
.image-and-copy-section .copy-col .copy-container {
  width: 100%;
  padding: 30px 20px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .image-and-copy-section .copy-col .copy-container {
    max-width: 580px;
    margin-right: 0;
    padding: 30px 5%;
  }
}

/* Lightbox */
.hdr-lightbox img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.hdr-lightbox a {
  display: block;
  padding: 0;
  color: #0066cc;
}

.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;
  color: #ddd;
}

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

@media screen and (max-width: 992px) {
  .hdr-lightbox > div .hdr-close-lightbox {
    font-size: 2em;
    right: 6px;
    top: 2px;
  }
  .hdr-lightbox.enhanced img {
    max-width: 555%;
    width: 992px;
  }
}
.hdr-lightbox-anchor {
  transition: filter 150ms ease-in-out;
}
.hdr-lightbox-anchor:hover {
  filter: brightness(80%);
}

.standard-table thead {
  background-color: #0A424C;
  color: #fff;
}
.standard-table thead th {
  padding: 10px;
  font-size: 0.9rem;
}
@media screen and (min-width: 576px) {
  .standard-table thead th {
    font-size: 1.15rem;
  }
}
@media screen and (min-width: 992px) {
  .standard-table thead th {
    padding: 20px;
    font-size: 1.375rem;
  }
}
.standard-table tbody tr {
  background-color: #d0e9e9;
}
.standard-table tbody tr:nth-child(even) {
  background-color: #eaf5f5;
}
.standard-table tbody td {
  padding: 10px;
  font-size: 0.8rem;
}
@media screen and (min-width: 576px) {
  .standard-table tbody td {
    font-size: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .standard-table tbody td {
    padding: 20px;
    font-size: 1.15rem;
  }
}
.standard-table tbody .icon {
  max-width: 60px;
  height: auto;
}
@media screen and (min-width: 576px) {
  .standard-table tbody .icon {
    max-width: 120px;
  }
}

.video-embed {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-embed iframe, .video-embed object, .video-embed embed, .video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body,
html {
  color: #454545;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  overflow: hidden;
}

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

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

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.font-color-black {
  color: #333 !important;
}

.font-color-white {
  color: #fff !important;
}
.font-color-white h4 {
  color: #fff !important;
}
.font-color-white a {
  color: #fff !important;
}

.font-color-dark-teal {
  color: #0A424C !important;
}

.font-color-blue {
  color: #0066cc !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-lighter-gray {
  background-color: #f0f3f2 !important;
}

.bg-light-gray {
  background-color: #f8f8f8 !important;
}

.bg-teal {
  background-color: #005c67 !important;
}

.bg-dark-teal {
  background-color: #0A424C !important;
}

.bg-green {
  background-color: #95903c !important;
}

.bg-blue {
  background-color: #0066cc !important;
}

.btn-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 4px;
  color: #0A424C !important;
  text-decoration: none;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  margin: 5px 0;
  background-color: #FF9933;
}
.btn-link:hover {
  cursor: pointer;
  color: #fff !important;
  background-color: #0A424C;
}
@media (min-width: 992px) {
  .btn-link {
    font-size: 1.15rem;
  }
}

.img-full {
  width: 100%;
  height: auto;
}

.img-fill {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

figure img {
  border: 2px solid #fff;
}
figure figcaption {
  font-size: 1rem;
  margin-top: 10px;
}
@media (min-width: 992px) {
  figure figcaption {
    font-size: 1.15rem;
  }
}

.icon-and-text {
  display: flex;
  align-items: center;
}
.icon-and-text .icon {
  margin-right: 20px;
}
.icon-and-text .text {
  flex: 1;
}

.skip-to-main-link {
  position: fixed;
  top: 20px;
  left: 20px;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  color: #333;
  z-index: 9999;
}

.comment-map {
  width: 100%;
  height: 450px;
}
@media (min-width: 992px) {
  .comment-map {
    height: 600px;
  }
}

.orange-blurb {
  background-color: #FF9933;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.orange-blurb p {
  font-weight: 500;
}
.orange-blurb p:last-child {
  margin-bottom: 0;
}

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