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

    Basic Elements

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

h1 {
  font-family: "open-sans-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8rem;
  margin: 28px 0 0;
  padding: 8px 0;
}
@media screen and (min-width: 576px) {
  h1 {
    font-size: 2rem;
    line-height: 2.2rem;
    margin: 48px 0 0;
  }
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

h2 {
  color: #003865;
  font-family: "open-sans-condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  padding: 5px 0;
}
@media screen and (min-width: 576px) {
  h2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  color: #333;
  font-family: "open-sans-condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 38px;
}
@media screen and (min-width: 576px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  color: #333;
  font-family: "open-sans-condensed", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

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

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

a {
  color: #003865;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

hr {
  border-color: #003865;
  border-width: 3px;
  margin: 30px 0 12px;
  opacity: 1;
}

button {
  background: #003865;
  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;
}

.row {
  --bs-gutter-x: 2.25rem;
}

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

    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 {
  align-items: center;
  background: #003865;
  background-image: url("../images/Images/Welcome_Screen.jpg");
  background-position: center;
  background-size: cover;
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 52;
}
#introduction.acknowledged {
  opacity: 0;
  top: -100%;
  transition: 1s;
}
#introduction > div {
  border-radius: 16px;
  color: #fff;
  font-size: 0.85em;
  max-height: 100%;
  overflow: auto;
  padding: 32px 7% 38px;
}
@media screen and (min-width: 768px) {
  #introduction > div {
    font-size: 1rem;
    padding: 52px 47% 66px 5%;
  }
}
@media screen and (min-width: 1260px) {
  #introduction > div {
    padding: 54px 47% 66px 4%;
  }
}
#introduction img {
  display: block;
  width: 180px;
}
@media screen and (min-width: 576px) {
  #introduction img {
    width: 220px;
  }
}
@media screen and (min-width: 992px) {
  #introduction img {
    width: 280px;
  }
}
#introduction p {
  text-shadow: 0 1px 6px #000;
}
#introduction button {
  background: #78be21;
  border-radius: 8px;
  color: #003865;
  font-weight: 600;
  margin-top: 18px;
}
@media screen and (min-width: 576px) {
  #introduction button {
    margin-top: 34px;
  }
}

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

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

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

#instruction {
  background: #003865;
  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: 18px;
  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: 64px;
}
@media screen and (min-width: 992px) {
  .got1 #instruction {
    left: 320px;
    top: 64px;
  }
}
.got1 #instruction img {
  transform: rotate(180deg) rotateY(180deg);
  top: 16px;
}
@media screen and (min-width: 992px) {
  .got1 #instruction img {
    transform: none;
    top: 24;
    width: 70px;
  }
}

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

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

    Left menu

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

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

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

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

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

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

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

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

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

#menu-bottom {
  display: flex;
  flex-direction: column-reverse;
  flex: 1 0;
}

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

#specific-languages {
  left: 100%;
  list-style: none;
  margin-left: 0;
  padding: 0;
  position: static;
  text-align: center;
  top: 18px;
  width: 100%;
}
#specific-languages li {
  border-right: 1px solid #003865;
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1.1em;
  margin: 0;
  margin-right: 6px;
  padding-right: 12px;
}
#specific-languages li:last-of-type {
  border: 0;
  margin: 0;
  padding: 0;
}
#specific-languages li a:hover {
  color: #000;
}
@media screen and (min-width: 576px) {
  #specific-languages li {
    display: inline-block;
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 576px) {
  #specific-languages {
    margin-left: 128px;
    position: absolute;
    text-align: left;
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  #specific-languages {
    margin-top: 8px;
    margin-left: 30px;
  }
}

#specific-languages-2 {
  list-style: none;
  margin-top: 32px;
  padding: 0;
}
#specific-languages-2 li {
  border-right: 1px solid #fff;
  display: inline-block;
  margin-right: 6px;
  padding-right: 12px;
}
#specific-languages-2 li:last-of-type {
  border: 0;
}
#specific-languages-2 li a {
  color: #fff;
}
#specific-languages-2 li a:hover {
  color: #78be21;
}

#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: #003865;
  border: 1px solid #aaa;
  border-width: 1px 0;
  flex-grow: 1;
  overflow-y: auto;
  padding: 0;
}
#side-menu button {
  background: transparent;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.1rem;
  margin: 0;
  min-height: 36px;
  opacity: 0.9;
  padding: 12px 12px 12px 42px;
  position: relative;
  text-align: left;
  transition: 0.2s;
  width: 100%;
}
@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 #333;
  display: block;
}
#side-menu button:hover {
  background: #4F749A;
  opacity: 1;
}
#side-menu button[aria-selected=true] {
  background-color: #4F749A;
}
#side-menu button:before {
  background: #fff;
  content: "";
  height: 7px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
#side-menu button:after {
  border: 8px solid transparent;
  border-left-color: #fff;
  content: "";
  left: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#side-menu button.feedback-opp {
  background: #78be21;
  color: #003865;
}
#side-menu button.feedback-opp:hover {
  background: #487412;
  color: #fff;
}
#side-menu button.feedback-opp[aria-selected=true] {
  background-color: #487412;
  color: #fff;
}
#side-menu button.feedback-opp:before {
  background: #003865;
  border-radius: 50%;
  height: 9px;
  left: 18px;
  width: 9px;
}
#side-menu button.feedback-opp:after {
  display: none;
}

#menu-toggle {
  display: none;
  font-size: 0.85rem;
  left: 100%;
  margin-left: 5%;
  top: 9px;
  position: absolute;
  transition: margin 0.6s;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  #menu-toggle {
    margin-left: 7%;
  }
}
@media screen and (min-width: 992px) {
  #menu-toggle {
    font-size: 1rem;
    margin-left: 12%;
    top: 18px;
  }
}
@media screen and (min-width: 2000px) {
  #menu-toggle {
    font-size: 0.9rem;
  }
}
#menu-toggle span {
  background-color: #003865;
  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: #003865;
  font-size: 0.8rem;
  font-weight: 700;
  height: 50px;
  margin: 0;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.meeting-button:after {
  background: rgba(125, 125, 125, 0.2);
  content: "";
  height: 100%;
  left: -100px;
  position: absolute;
  top: 0;
  transform: skewX(-22deg);
  transition: 0s;
  width: 90px;
}
.meeting-button:hover:after {
  left: 170px;
  transition: left 1s;
}

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

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

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

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

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

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

    Slide Specific

***********************************/
#mainArea {
  background: #DDE9F0;
  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%;
  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: 1260px) {
  .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;
}

/* Lightbox */
.hdr-lightbox img {
  width: 100%;
}
.hdr-lightbox a {
  display: block;
  padding: 0;
}
.hdr-lightbox > button {
  background-color: rgba(0, 0, 0, 0.75);
  border: 0;
  cursor: pointer;
  border-radius: 0;
  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: 2em;
  display: none;
  line-height: 0.6em;
  padding: 6px 8px;
  position: fixed;
  right: 6px;
  top: 2px;
}
@media screen and (min-width: 992px) {
  .hdr-lightbox > div .hdr-close-lightbox {
    font-size: 3em;
    right: 14px;
    top: 6px;
  }
}
.hdr-lightbox em {
  color: #0D5257;
  float: right;
  font-size: 0.9em;
  margin-top: 6px;
}
.hdr-lightbox span {
  display: inline-block;
  margin-top: 4px;
}

.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: 10%;
  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;
}
.hdr-lightbox.enhanced img {
  max-width: 555%;
  width: 992px;
}
@media screen and (min-width: 992px) {
  .hdr-lightbox.enhanced img {
    max-width: 100%;
    width: 100%;
  }
}

/* Tabs */
#building-network {
  height: 500px;
  padding: 0 0 100px;
  position: relative;
}
#building-network.spanish {
  height: 640px;
}
#building-network.spanish #tree:after {
  bottom: auto;
  top: 320px;
}
@media screen and (max-width: 1540px) {
  #building-network.spanish #tree:after {
    top: 260px;
  }
}
#building-network.spanish #tree.got-3:after {
  bottom: auto;
  height: 300px;
  top: 350px;
}
@media screen and (max-width: 1340px) {
  #building-network.spanish #tree.got-3:after {
    top: 300px;
  }
}
#building-network.somali {
  height: 800px;
}
@media screen and (min-width: 1260px) {
  #building-network.somali {
    height: 700px;
  }
}
#building-network.somali #tree:after {
  bottom: auto;
  top: 320px;
}
@media screen and (max-width: 1540px) {
  #building-network.somali #tree:after {
    top: 260px;
  }
}
#building-network.somali #tree.got-3:after {
  bottom: auto;
  height: 300px;
  top: 350px;
}
@media screen and (max-width: 1340px) {
  #building-network.somali #tree.got-3:after {
    top: 320px;
  }
}
#building-network #tree {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 40%;
}
#building-network #tree:before, #building-network #tree:after {
  background: rgba(255, 255, 255, 0.88);
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition: 1s;
  width: 100%;
}
#building-network #tree:after {
  bottom: 0;
}
#building-network #tree img {
  margin-top: 34px;
  transition: 1s;
  width: 318px;
}
#building-network #tree.got-1 img {
  margin-top: -280px;
  width: 520px;
}
#building-network #tree.got-1:before {
  height: 160px;
}
@media screen and (max-width: 1800px) {
  #building-network #tree.got-1 img {
    margin-top: -190px;
    width: 420px;
  }
  #building-network #tree.got-1:before {
    height: 160px;
  }
}
@media screen and (max-width: 1500px) {
  #building-network #tree.got-1 img {
    margin-top: -120px;
    width: 330px;
  }
  #building-network #tree.got-1:before {
    height: 160px;
  }
}
@media screen and (max-width: 1260px) {
  #building-network #tree.got-1 img {
    margin-top: -50px;
    width: 240px;
  }
  #building-network #tree.got-1:before {
    height: 160px;
  }
}
#building-network #tree.got-2 img {
  margin-top: -90px;
  width: 440px;
}
#building-network #tree.got-2:before {
  height: 190px;
}
#building-network #tree.got-2:after {
  height: 212px;
}
@media screen and (max-width: 1540px) {
  #building-network #tree.got-2 img {
    margin-top: -20px;
    width: 300px;
  }
  #building-network #tree.got-2:before {
    height: 170px;
  }
  #building-network #tree.got-2:after {
    height: 254px;
  }
}
@media screen and (max-width: 1210px) {
  #building-network #tree.got-2 img {
    margin-top: 20px;
    width: 260px;
  }
  #building-network #tree.got-2:before {
    height: 190px;
  }
  #building-network #tree.got-2:after {
    height: 250px;
  }
}
#building-network #tree.got-3 img {
  margin-top: 80px;
  width: 400px;
}
#building-network #tree.got-3:after {
  height: 160px;
}
@media screen and (max-width: 1300px) {
  #building-network #tree.got-3 img {
    margin-top: 90px;
    width: 310px;
  }
  #building-network #tree.got-3:after {
    height: 180px;
  }
}
@media screen and (max-width: 1180px) {
  #building-network #tree.got-3 img {
    margin-top: 120px;
    width: 260px;
  }
  #building-network #tree.got-3:after {
    height: 190px;
  }
}

.hdr-tabs {
  height: 100%;
  margin: 34px 0;
  position: relative;
  width: 60%;
}
.hdr-tabs .hdr-tabtitle {
  font-size: 1.6em;
  margin-bottom: 16px;
}
.hdr-tabs .hdr-tablist {
  display: none;
  left: 83.3333%;
  list-style-type: none;
  margin: 28px 4px 0;
  position: absolute;
  text-align: center;
  top: 100%;
  transform: translateX(-50%);
  width: 170px;
  z-index: 1;
}
.hdr-tabs .arrow {
  background: transparent;
  border-radius: 0;
  margin-left: 22px;
  padding: 0;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 37px;
}
.hdr-tabs .prev-arrow {
  right: 100%;
  transform: rotate(180deg) translateY(50%);
}
.hdr-tabs .prev-arrow span {
  left: 9999px;
}
.hdr-tabs .hdr-tab {
  background: #D9D9D6;
  border-radius: 50%;
  color: #333;
  height: 18px;
  font-weight: 700;
  margin: 0 5px;
  padding: 0;
  width: 18px;
  z-index: 1;
}
.hdr-tabs .hdr-tab[aria-selected=true] {
  background-color: #78be21;
}
.hdr-tabs .hdr-tabpanel {
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1400px) {
  .hdr-tabs .hdr-tabpanel {
    font-size: 0.85em;
  }
}
.hdr-tabs .hdr-tabpanel:before {
  content: "";
  display: inline-block;
  height: 94%;
  vertical-align: middle;
}
.hdr-tabs .hdr-tabpanel div {
  content: "";
  display: inline-block;
  margin-left: 6%;
  vertical-align: middle;
  width: 88%;
}
.hdr-tabs .hdr-tabpanel h3 {
  margin-top: 0;
}
.hdr-tabs .hdr-tabpanel h3 span {
  display: block;
  font-size: 1.1rem;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .hdr-tabs .hdr-tabpanel h3 {
    font-size: 1.4em;
  }
  .hdr-tabs .hdr-tabpanel h3 span {
    font-size: 0.9em;
  }
}
.hdr-tabs .hdr-tabpanel p {
  color: #003865;
  font-weight: 700;
  margin-top: 12px;
}
@media screen and (max-width: 1400px) {
  .hdr-tabs .hdr-tabpanel p {
    font-size: 1em;
  }
}
.hdr-tabs .hdr-tabpanel ul {
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  .hdr-tabs .hdr-tabpanel ul li {
    font-size: 1em;
  }
}
.hdr-tabs .hdr-tabpanel:nth-of-type(2) p {
  font-size: 1.3rem;
}
.hdr-tabs .hdr-tabpanel:nth-of-type(2) p span {
  color: #78be21;
}
.hdr-tabs.has-js .hdr-tablist {
  display: block;
}
.hdr-tabs.has-js .hdr-tabpanel {
  display: block;
  margin-top: -80px;
  opacity: 0;
  transition: 0.8s;
}
.hdr-tabs.has-js .hdr-tabpanel.hidden {
  margin-top: 80px;
  display: none;
}
.hdr-tabs.has-js .hdr-tabpanel[aria-hidden=false] {
  margin-top: 0;
  opacity: 1;
}

@media screen and (max-width: 700px) {
  #building-network #tree {
    height: auto;
    margin-top: 18px;
    width: 36%;
  }
  #building-network #tree img {
    margin: 0 !important;
    width: 100%;
  }
  #building-network #tree:before, #building-network #tree:after {
    display: none;
  }
  .hdr-tabs {
    height: auto;
    padding-bottom: 48px;
  }
  .hdr-tabs .hdr-tablist {
    display: none !important;
  }
  .hdr-tabs .hdr-tabpanel {
    display: block !important;
    margin: 0 0 18px !important;
    opacity: 1 !important;
    position: static !important;
    width: 160%;
  }
  .hdr-tabs .hdr-tabpanel:nth-of-type(2) {
    width: 94%;
  }
  .hdr-tabs .hdr-tabpanel:before {
    display: none;
  }
  .hdr-tabs .hdr-tabpanel div {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .hdr-tabs .hdr-tabpanel:nth-of-type(2) p {
    font-size: 0.9rem;
  }
}
.subheader {
  font-size: 0.95rem;
}
@media screen and (min-width: 992px) {
  .subheader {
    font-size: 1.1rem;
  }
}

.green-box {
  background: #78be21;
  border-radius: 10px;
  display: flex;
  font-weight: 700;
  gap: 24px;
  padding: 22px 18px;
}

.blue-box {
  background: #003865;
  border-radius: 10px;
  color: #fff;
  padding: 22px 22px 10px;
  text-align: center;
}
.blue-box h3 {
  color: #fff;
  font-family: "open-sans", sans-serif;
  font-size: 1rem;
  margin-top: 18px;
  text-align: center;
}
.blue-box img {
  display: block;
  height: 80px;
  margin: 0 auto;
}

.gray-box {
  background: #ececec;
  border-radius: 10px;
  margin: 28px 0;
  padding: 24px 28px;
}
.gray-box h3 {
  margin-top: 0;
}

#project-goals {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin-top: 16px;
  padding: 0;
}
#project-goals li {
  background: #ececec;
  border-radius: 12px;
  padding: 28px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 576px) {
  #project-goals li {
    width: 31%;
  }
}
#project-goals li img {
  display: block;
  height: 58px;
  margin: 0 auto 8px;
}
@media screen and (min-width: 768px) {
  #project-goals li img {
    height: 88px;
  }
}

.interstates {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 480px;
}
.interstates img {
  height: 56px;
}
@media screen and (min-width: 576px) {
  .interstates img {
    height: 70px;
  }
}
@media screen and (min-width: 1260px) {
  .interstates img {
    height: 100px;
  }
}

#ev-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#ev-types > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #ev-types > div {
    width: 30%;
  }
}
@media screen and (min-width: 992px) {
  #ev-types > div {
    width: 100%;
  }
}
@media screen and (min-width: 1260px) {
  #ev-types > div {
    width: 30%;
  }
}
#ev-types > div img {
  display: block;
  height: 220px;
  margin: 22px auto 38px;
}
@media screen and (min-width: 1260px) {
  #ev-types > div img {
    height: 300px;
  }
}
@media screen and (min-width: 2000px) {
  #ev-types > div img {
    height: 380px;
  }
}
#ev-types > div > div {
  background: #ececec;
  border-radius: 12px;
  height: 100%;
  padding: 32px;
}

.charger-types {
  border-bottom: 1px solid #A4BCC2;
  padding-bottom: 54px;
}
.charger-types:last-of-type {
  border: 0;
  padding-bottom: 34px;
}
.charger-types h3 {
  color: #0D5257;
  margin-bottom: 22px;
}
.charger-types > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.charger-types > div > div {
  border-bottom: 1px solid #A4BCC2;
  padding: 0 24px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .charger-types > div > div {
    border-bottom: 0;
    border-right: 1px solid #A4BCC2;
    width: 54%;
  }
}
@media screen and (min-width: 1260px) {
  .charger-types > div > div {
    width: 28%;
  }
}
.charger-types > div > div:nth-of-type(1) {
  padding-left: 0;
}
.charger-types > div > div:nth-of-type(2) {
  border-bottom: 1px solid #A4BCC2;
  border-right: 0;
  padding: 14px 24px 0 0;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .charger-types > div > div:nth-of-type(2) {
    border-bottom: 0;
    padding-left: 24px;
    width: 46%;
  }
}
@media screen and (min-width: 1260px) {
  .charger-types > div > div:nth-of-type(2) {
    border-right: 1px solid #A4BCC2;
    width: 22%;
  }
}
.charger-types > div > div:nth-of-type(3) {
  border-bottom: 0;
  border-right: 1px solid #A4BCC2;
  margin-top: 28px;
  padding-left: 0;
  width: 54%;
}
@media screen and (min-width: 576px) {
  .charger-types > div > div:nth-of-type(3) {
    border-bottom: 0;
    margin-top: 22px;
    padding-left: 24px;
    width: 30%;
  }
}
@media screen and (min-width: 1260px) {
  .charger-types > div > div:nth-of-type(3) {
    margin: 0;
    padding-left: 24px;
    width: 16%;
  }
}
.charger-types > div > div:nth-of-type(4) {
  border: 0;
  margin-top: 28px;
  width: 46%;
}
@media screen and (min-width: 576px) {
  .charger-types > div > div:nth-of-type(4) {
    border-bottom: 0;
    margin-top: 22px;
    padding-left: 24px;
    width: 25%;
  }
}
@media screen and (min-width: 1260px) {
  .charger-types > div > div:nth-of-type(4) {
    margin: 0;
    width: 12%;
  }
}
.charger-types > div > div:last-of-type {
  border: 0;
  margin-top: 22px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .charger-types > div > div:last-of-type {
    border-bottom: 0;
    margin-top: 22px;
    padding-left: 24px;
    width: 45%;
  }
}
@media screen and (min-width: 1260px) {
  .charger-types > div > div:last-of-type {
    margin: 0;
    width: 22%;
  }
}
.charger-types .cost-icon:before {
  background: #99BFD7;
  border-radius: 50%;
  color: #003865;
  content: "$";
  display: inline-block;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 24px;
}
@media screen and (min-width: 2000px) {
  .charger-types .cost-icon:before {
    height: 30px;
    line-height: 29px;
    width: 30px;
  }
}

#ev-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
}
#ev-benefits li {
  font-weight: 700;
  margin: 36px 2% 0;
  text-align: center;
  width: 96%;
}
@media screen and (min-width: 576px) {
  #ev-benefits li {
    width: 29.3333%;
  }
}
#ev-benefits img {
  display: block;
  height: 130px;
  margin: 0 auto 18px;
}

#minnesota-trends > div {
  width: 100%;
}
@media screen and (min-width: 1260px) {
  #minnesota-trends > div {
    width: 66.6666%;
  }
}
#minnesota-trends > div:last-of-type {
  width: 100%;
}
@media screen and (min-width: 1260px) {
  #minnesota-trends > div:last-of-type {
    width: 33.3333%;
  }
}
#minnesota-trends > div:last-of-type div {
  background: #fff;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1.3rem;
  margin-bottom: 24px;
  padding: 18px 20px;
  text-align: center;
}
#minnesota-trends > div:last-of-type div:first-of-type {
  background: #003865;
}
#minnesota-trends > div:last-of-type div a {
  color: #fff;
}
#minnesota-trends > div:last-of-type div a:hover {
  color: #b9d5eb;
}
#minnesota-trends > div:last-of-type div span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 6px;
}
#minnesota-trends > div:last-of-type div img {
  display: block;
  height: 80px;
  margin: 0 auto 18px;
}
@media screen and (max-width: 1450px) {
  #minnesota-trends > div:last-of-type div {
    font-size: 0.85em;
    padding: 14px 8px;
  }
  #minnesota-trends > div:last-of-type div span {
    font-size: 1.2rem;
  }
}

#priorities ul {
  list-style: none;
  padding: 0;
}
#priorities ul li {
  align-items: center;
  background: #78be21;
  border-radius: 10px;
  display: flex;
  gap: 18px;
  margin-bottom: 14px;
  padding: 16px 20px;
}

#potential-parties {
  border-top: 1px solid #99BFD7;
  margin-top: 28px;
}
#potential-parties h3 {
  font-family: "open-sans", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 24px;
}
#potential-parties ul {
  list-style: none;
  padding: 0;
}
#potential-parties li {
  margin: 16px 0;
}
#potential-parties li strong {
  color: #003865;
}

iframe {
  height: 540px;
  margin-top: 24px;
  width: 100%;
}
@media screen and (min-width: 1260px) {
  iframe {
    height: 710px;
  }
}

#glossary {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  #glossary {
    margin-top: 0;
  }
}
#glossary tr {
  border-bottom: 1px solid #003865;
}
#glossary th,
#glossary td {
  font-size: 0.8rem;
  padding: 6px 18px 6px 3px;
}
@media screen and (min-width: 768px) {
  #glossary th,
  #glossary td {
    font-size: 1rem;
    padding: 14px 28px 14px 8px;
  }
}
#glossary thead th {
  font-family: "open-sans-condensed", sans-serif;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  #glossary thead th {
    font-size: 1.2rem;
  }
}
#glossary tbody th {
  font-weight: 400;
}
#glossary tbody td:first-of-type {
  font-weight: 700;
}

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

    Bottom Progress Bar

***********************************/
#bottom-menu {
  background: #003865;
  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: #333;
  margin: 0;
  padding: 0;
}
#bottom-menu button:hover {
  filter: none;
}
#bottom-menu button span {
  background: #fff;
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 3px 8px -3px #222;
  display: none;
  font-size: 0.8rem;
  left: -9999px;
  line-height: 1.1rem;
  margin-left: -100px;
  margin-bottom: 22px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 200px;
}
@media screen and (min-width: 992px) {
  #bottom-menu button span {
    display: block;
  }
}
#bottom-menu button span:after {
  border: 8px solid transparent;
  border-top-color: #fff;
  content: "";
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: 100%;
}
#bottom-menu button:hover span, #bottom-menu button.focused span {
  left: 50%;
  margin-bottom: 14px;
  opacity: 1;
  transition: margin-bottom 0.5s, opacity 0.3s, left 0s, margin-left 0s, right 0s;
}
#bottom-menu .arrow {
  background: #003865;
  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: #003865;
}
#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: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.5s;
  width: 70%;
}
@media screen and (min-width: 992px) {
  #bottom-menu nav button:after {
    height: 5px;
    width: 70%;
  }
}
#bottom-menu nav button:hover:after, #bottom-menu nav button.focused:after {
  height: 8px;
  width: 84%;
}
#bottom-menu nav button.active {
  background: #4F749A;
}

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

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

    Corner buttons & Contact form

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

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

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

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

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

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

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

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

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

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

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