.accordion {
  background-color: transparent;
}
.accordion .accordion-item {
  background-color: transparent;
}
.accordion .accordion-header {
  background-color: transparent;
}
.accordion.process-accordion {
  background-color: #E4E7F4;
}
.accordion.process-accordion .key {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
.accordion.process-accordion .key h4 {
  margin: 0;
}
.accordion.process-accordion .key .item {
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.accordion.process-accordion .key .item .key-img {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
}
.accordion.process-accordion .key .item .key-img.yellow {
  background-color: #E99C2C;
}
.accordion.process-accordion .key .item .key-img img {
  width: 25px;
  height: 25px;
}
.accordion.process-accordion .accordion-item {
  border-bottom: 2px solid #FFF;
}
.accordion.process-accordion .accordion-body {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 50px;
}
@media (min-width: 992px) {
  .accordion.process-accordion .accordion-body {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 40px;
  }
}
.accordion.process-accordion .accordion-button {
  background-color: #073249;
  color: #FFF;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: stretch;
}
.accordion.process-accordion .accordion-button.collapsed::after {
  transform: rotate(0deg) translateY(-50%);
}
.accordion.process-accordion .accordion-button:hover {
  background-color: #0D1C28;
}
.accordion.process-accordion .accordion-button:hover::after {
  background-image: url("../assets/images/garnish/accordion-arrow-hover.svg");
}
.accordion.process-accordion .accordion-button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(180deg) translateY(50%);
  width: 19px;
  height: 13px;
  background-size: cover;
  background-image: url("../assets/images/garnish/accordion-arrow.svg");
  transition: background-image 150ms ease-in-out, transform 150ms ease-in-out;
}
@media (min-width: 992px) {
  .accordion.process-accordion .accordion-button {
    font-size: 1.25rem;
  }
}
.accordion.process-accordion .accordion-button .number {
  text-align: center;
  background-color: #2A68B3;
  width: 40px;
  min-width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.accordion.process-accordion .accordion-button .title {
  padding: 15px;
  padding-right: 30px;
}
@media (min-width: 992px) {
  .accordion.process-accordion .accordion-button .title {
    padding: 20px;
    padding-right: 40px;
  }
}
.accordion.process-accordion .accordion-button ul {
  padding-left: 20px;
}
.accordion.process-accordion .accordion-button ul li {
  margin-bottom: 20px;
}
.accordion.faqs-accordion {
  border-radius: 0;
}
.accordion.faqs-accordion .accordion-item {
  margin-bottom: 15px;
  border-radius: 0;
}
.accordion.faqs-accordion .accordion-button {
  position: relative;
  background-color: #2A68B3;
  color: #FFF;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 1.15rem;
  font-weight: 700;
  border-radius: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  transition: background-color 150ms ease-in-out;
}
.accordion.faqs-accordion .accordion-button.collapsed::after {
  transform: rotate(0deg);
}
.accordion.faqs-accordion .accordion-button:hover {
  background-color: #073249;
}
.accordion.faqs-accordion .accordion-button:hover::after {
  background-color: #738da4;
}
.accordion.faqs-accordion .accordion-button::after {
  position: absolute;
  top: 0;
  right: 0px;
  transform: rotate(180deg);
  width: 40px;
  height: 100%;
  background-color: #97BEE0;
  background-size: 20px 10px;
  background-image: url("../assets/images/garnish/faq-accordion-arrow.svg");
  background-position: center;
  transition: background-color 150ms ease-in-out;
}
@media (min-width: 992px) {
  .accordion.faqs-accordion .accordion-button {
    font-size: 1.25rem;
  }
}
.accordion.faqs-accordion .accordion-body {
  background-color: #EAF2F9;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 40px;
}
.accordion.faqs-accordion ul {
  padding-left: 20px;
}

.design-block {
  display: block;
  padding-bottom: 50px;
  border-bottom: 1px solid #E99C2C;
  margin-bottom: 40px;
}
.design-block:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .design-block {
    margin-bottom: 80px;
  }
}
.design-block .title {
  display: block;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-self: stretch;
  font-size: 1.5625rem;
  font-weight: 700;
  background-color: #2A68B3;
  color: #FFF;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .design-block .title {
    margin-bottom: 40px;
  }
}
.design-block .title .number {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #073249;
  width: 75px;
}
.design-block .title .name {
  flex: 1;
  padding: 12px 20px;
}
.design-block .title .name .subname {
  display: block;
  font-weight: 400;
  font-size: 1.375rem;
}

.footer {
  position: relative;
  z-index: 5;
  box-shadow: 0px -6px 8px 0px rgba(0, 0, 0, 0.25);
}
.footer .main-footer {
  background-color: #073249;
  color: #FFF;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .footer .main-footer {
    padding: 40px 0;
  }
}
.footer .project-logo {
  width: 100px;
  height: auto;
}
@media (min-width: 992px) {
  .footer .project-logo {
    width: 145px;
    height: auto;
  }
}
.footer .social h2 {
  padding-top: 0;
}
.footer .social h2::after {
  display: none;
}
.footer .social .social-link {
  display: flex;
  align-items: center;
  color: #FFF;
  text-decoration: none;
  transition: color 150ms ease-in-out;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .footer .social .social-link {
    font-size: 1.15rem;
  }
}
.footer .social .social-link:hover {
  color: #E37126;
  text-decoration: underline;
}
.footer .social .social-link:hover .icon {
  filter: invert(49%) sepia(85%) saturate(1444%) hue-rotate(347deg) brightness(94%) contrast(88%);
}
.footer .social .social-link .icon-container {
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 10px;
}
.footer .social .social-link .icon-container .icon {
  height: 100%;
  width: auto;
  transition: color 150ms ease-in-out, filter 150ms ease-in-out;
}
.footer .social .social-container {
  display: flex;
}
.footer .social .social-container .social-link {
  margin-right: 20px;
}
.footer .social .social-container .social-link img {
  width: 30px;
  height: 30px;
}
.footer .sub-footer {
  background-color: #2A68B3;
  color: #FFF;
}
.footer .sub-footer a {
  color: #FFF;
}
.footer .sub-footer .back-to-top-btn {
  padding: 15px 30px;
  background-color: #FFF;
  border: 0;
  color: #073249;
  font-size: 0.875rem;
  transition: background-color 150ms ease-in-out;
  text-transform: uppercase;
  font-weight: 700;
}
.footer .sub-footer .back-to-top-btn:hover {
  cursor: pointer;
  background-color: #D8D8DD;
}
.footer .sub-footer .back-to-top-btn svg {
  margin-left: 5px;
  margin-top: -5px;
}

.header {
  position: relative;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.25);
  z-index: 5;
}
@media all and (min-width: 992px) {
  .header .navbar .nav-item .dropdown-menu {
    display: none;
    top: 100%;
  }
  .header .navbar .nav-item:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.header .cta-banner {
  background-color: #23EB11;
  padding: 8px 20px;
  font-size: 1rem;
  color: #073249;
}
@media (min-width: 992px) {
  .header .cta-banner {
    font-size: 1.25rem;
    padding: 8px 40px;
  }
}
.header .cta-banner a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
  transition: filter 150ms ease-in-out;
  padding-right: 30px;
  color: #073249;
}
.header .cta-banner a:hover {
  text-decoration: underline;
  filter: brightness(90%);
}
.header .cta-banner a:hover::after {
  right: -3px;
}
@media (min-width: 992px) {
  .header .cta-banner a:hover {
    font-size: 1.25rem;
  }
}
.header .cta-banner a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 25px;
  height: 26px;
  background-image: url("../assets/images/garnish/announcement-banner-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: right 150ms ease-in-out;
}
.header #google_translate_element2 {
  display: none;
}
.header .top-bar {
  position: relative;
  padding: 8px 0;
  background-color: #073249;
  color: #FFF;
}
.header .top-bar .google-translator .lang-select {
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
}
.header .top-bar .google-translator .lang-select option {
  color: #000;
}
.header .top-bar .social-container {
  display: flex;
}
.header .top-bar .social-container .social-link {
  margin-right: 20px;
}
.header .top-bar .social-container .social-link img {
  width: 30px;
  height: 30px;
}
.header .navbar {
  background-color: #FFF;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .header .navbar {
    padding: 0;
  }
}
.header .navbar li:last-child .dropdown-item {
  border-bottom: 0 !important;
}
.header .navbar .dropdown-menu {
  padding-top: 10px;
  padding-bottom: 0;
  width: 100%;
  border: 0;
  border-radius: 0;
  z-index: 4;
}
.header .navbar .dropdown-menu .dropdown-item {
  border: 1px solid #E99C2C;
  font-size: 1.125rem;
  color: #073249;
  border: 0;
  border-bottom: 1px solid #000;
}
@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.25);
  }
  .header .navbar .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #000;
  }
  .header .navbar .dropdown-menu::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.25);
  }
}
.header .navbar .project-logo {
  width: 220px;
  height: auto;
  margin-right: 5px;
}
@media (min-width: 992px) {
  .header .navbar .project-logo {
    margin-top: 30px;
    margin-bottom: 40px;
    margin-right: 10px;
    width: 200px;
  }
}
@media (min-width: 1200px) {
  .header .navbar .project-logo {
    width: 275px;
  }
}
.header .navbar .navbar-text {
  color: #073249;
  font-size: 0.75rem;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .header .navbar .navbar-text {
    font-size: 1.5rem;
  }
}
.header .navbar .navbar-nav {
  padding-top: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .header .navbar .navbar-nav {
    padding: 0;
    height: 100%;
  }
}
.header .navbar .nav-item {
  display: flex;
  align-items: end;
}
.header .navbar .nav-item.dropdown {
  display: block;
}
@media (min-width: 992px) {
  .header .navbar .nav-item {
    margin-bottom: 0;
  }
  .header .navbar .nav-item.dropdown {
    display: flex;
  }
}
.header .navbar .nav-link {
  font-size: 1rem;
  letter-spacing: 0.05625rem;
  color: #073249;
  font-weight: 500;
  transition: color 150ms ease-in-out;
  padding: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.header .navbar .nav-link:hover {
  color: #E37126;
}
@media (min-width: 992px) {
  .header .navbar .nav-link {
    font-size: 1rem;
    padding: 20px 10px;
  }
}
@media (min-width: 1200px) {
  .header .navbar .nav-link {
    font-size: 1.15rem;
  }
}
.header .navbar .nav-link.active {
  font-weight: 700;
  border-bottom: 5px solid #E99C2C;
}
@media (min-width: 992px) {
  .header .navbar .nav-link.active {
    margin-bottom: 0;
  }
}

.hero {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../assets/images/backgrounds/hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #2A68B3;
  background-blend-mode: multiply;
}
.hero h1 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
.hero.home {
  color: #FFF;
  background-image: none;
  background-color: #073249;
}
.hero.home .content {
  position: relative;
  overflow: hidden;
}
.hero.home .content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  z-index: 8;
  width: 100%;
  height: 50px;
  z-index: 2;
  box-shadow: 0px -15px 21px 36px rgba(0, 0, 0, 0.45);
}
.hero.home .content .disclaimer {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: #FFF;
  text-align: right;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 500;
  line-height: 145%;
  z-index: 3;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .hero.home .content .disclaimer {
    font-size: 1.125rem;
  }
}
.hero .h1-container {
  background-color: #2A68B3;
  padding: 35px 0;
}
.hero.subpage {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hero.subpage h1 {
  text-align: center;
  margin-bottom: 60px;
}
.hero.bg-orange {
  background-color: #E37126;
}

/* LIGHTBOX */
#lightbox {
  height: 0%;
  position: fixed;
  top: -100%;
  transition: top 0.85s, height 0.5s;
  width: 100%;
  z-index: 3;
}

#lightbox > span {
  background-color: rgba(35, 35, 35, 0.8);
  cursor: pointer;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

#lightbox > span span {
  color: #fff;
  font-size: 3.6em;
  line-height: 0.4em;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

#lightbox div {
  box-shadow: 0 8px 15px 0 #000;
  margin: -120px auto 0;
  max-height: 80%;
  overflow: auto;
  position: relative;
  transform: rotateX(90deg) translateY(-160px);
  transition: 0.24s;
  width: 88%;
}

#lightbox img {
  display: block;
  width: 100%;
  min-width: 800px;
  padding: 20px;
  background-color: #FFF;
}

#lightbox.on {
  top: 0;
  height: 100%;
}

#lightbox.on div {
  margin-top: 50px;
  transition: 0.8s ease-out 0.32s;
  transform: rotateX(0deg) translateY(0px);
}

img.lightbox {
  cursor: pointer;
  background-color: #FFF;
  transition: filter 150ms ease-in-out;
}
img.lightbox:hover {
  filter: brightness(0.9);
}

.meeting-block .heading-container {
  background-color: #2A68B3;
  color: #FFF;
  padding: 15px 30px;
  display: flex;
  align-items: center;
}
.meeting-block .heading-container .icon {
  margin-right: 20px;
}
@media (min-width: 992px) {
  .meeting-block .heading-container .icon {
    margin-right: 40px;
  }
}
.meeting-block .heading-container h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #FFF;
}
@media (min-width: 992px) {
  .meeting-block .heading-container h3 {
    font-size: 1.5625rem;
  }
}
.meeting-block .content {
  padding: 25px;
  background-color: #F0F1F9;
}
@media (min-width: 992px) {
  .meeting-block .content {
    padding: 50px;
    padding-bottom: 80px;
  }
}
.meeting-block .content .meeting-block-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 815px;
}
.meeting-block .content h4 {
  color: #073249;
  margin-bottom: 10px;
}

.news-article {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}
.news-article .title {
  margin-bottom: 5px;
}

.project-map .heading-container {
  background-color: #073249;
  color: #FFF;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .project-map .heading-container {
    padding: 80px 0;
  }
}
.project-map .heading-container h2 {
  margin-bottom: 0;
}
.project-map .map-container {
  background-color: #073249;
}
.project-map .map-content {
  position: relative;
  overflow: hidden;
}
.project-map .map-content .callout {
  display: block;
  position: relative;
  width: 100%;
  opacity: 0;
  background-color: #2A68B3;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 80px;
  color: #FFF;
  text-decoration: none;
  transition: right 700ms ease-in-out, opacity 500ms ease-in-out, background-color 150ms ease-in-out;
}
@media (min-width: 992px) {
  .project-map .map-content .callout {
    position: absolute;
    max-width: 475px;
    bottom: 20%;
    right: -200px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 90px;
  }
}
.project-map .map-content .callout:hover {
  background-color: #E37126;
}
.project-map .map-content .callout:hover::after {
  background-image: url("../assets/images/garnish/down-arrow-orange.svg");
}
.project-map .map-content .callout::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  background-image: url("../assets/images/garnish/down-arrow.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  transition: background-image 150ms ease-in-out;
}
@media (min-width: 992px) {
  .project-map .map-content .callout::after {
    left: 30px;
  }
}
.project-map .map-content .callout.animate {
  left: 0px;
  opacity: 1;
}
.project-map .map-content .callout h3 {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 5px;
  color: #FFF;
}
.project-map .map-content .callout p {
  font-weight: 700;
}

.resource-row {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.resource-row.key-activities {
  margin: 0 -20px;
}
.resource-row.key-activities .resource {
  border-bottom: 0;
}
.resource-row.key-activities .resource .icon-container {
  width: 60px;
  height: 60px;
}
.resource-row.key-activities .resource .icon-container .icon {
  height: 100%;
  width: auto;
}
.resource-row .resource {
  flex: 1;
  min-width: 200px;
  padding: 40px 20px;
  border-bottom: 1px solid #E99C2C;
}
.resource-row .resource .icon-container {
  width: 62px;
  height: 80px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.resource-row .resource .icon-container .icon {
  width: 100%;
  height: auto;
}
.resource-row .resource .name {
  font-size: 1.15rem;
  font-weight: 600;
  text-align: center;
}

.standard-section {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background-color: #FFF;
}
.standard-section.top-gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, rgba(119, 119, 119, 0.1) 0%, rgba(255, 255, 255, 0) 88.76%);
}
@media (min-width: 992px) {
  .standard-section.top-gradient::after {
    height: 80px;
  }
}
.standard-section.with-bg-image {
  background-image: url("../assets/images/backgrounds/timeline-curve.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-blend-mode: multiply;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.standard-section.with-bg-image .container {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.standard-section.bg-orange {
  background-color: #E37126;
  color: #FFF;
  background-blend-mode: multiply;
}
.standard-section.bg-orange h2 {
  color: #FFF;
}
.standard-section.bg-orange h2::after {
  background-color: #FFF;
}
.standard-section h2 {
  color: #073249;
}
@media (min-width: 992px) {
  .standard-section {
    padding: 80px 0;
  }
}

.timeline {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 -2px;
}
@media (min-width: 992px) {
  .timeline {
    display: flex;
    flex-wrap: wrap;
    padding-right: 50px;
  }
}
.timeline .timeline-item {
  position: relative;
  margin-bottom: 25px;
  font-weight: 500;
}
@media (min-width: 992px) {
  .timeline .timeline-item {
    flex: 1;
    margin: 0 2px;
  }
}
.timeline .timeline-item .year {
  display: block;
  background-color: #073249;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 5px 10px;
}
@media (min-width: 992px) {
  .timeline .timeline-item .year {
    margin-bottom: 0;
  }
}
.timeline .timeline-item .month {
  color: #073249;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.timeline .timeline-item .events {
  position: relative;
}
@media (min-width: 992px) {
  .timeline .timeline-item .events.spring-start {
    left: 25%;
  }
  .timeline .timeline-item .events.summer-start {
    left: 50%;
  }
  .timeline .timeline-item .events.fall-start {
    left: 70%;
  }
}
.timeline .timeline-item .events .content {
  position: relative;
  border-left: 2px solid #2A68B3;
  padding-left: 17px;
  padding-right: 22px;
  height: 100%;
  padding-bottom: 14px;
}
.timeline .timeline-item .events .content::after {
  content: "";
  position: absolute;
  top: 0px;
  left: -1px;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background-color: #2A68B3;
  border-radius: 100%;
}
@media (min-width: 992px) {
  .timeline .timeline-item .events .content.fall-start {
    left: 70%;
  }
}
@media (min-width: 992px) {
  .timeline .timeline-item .events.right.spring-start {
    right: 60%;
  }
  .timeline .timeline-item .events.right.summer-start {
    right: 50%;
  }
  .timeline .timeline-item .events.right .content {
    padding-left: 0;
    padding-right: 15px;
    border-left: 0;
    border-right: 2px solid #2A68B3;
    text-align: end;
  }
  .timeline .timeline-item .events.right .content::after {
    content: "";
    top: auto;
    bottom: 0;
    left: auto;
    right: -1px;
    transform: translateX(50%);
  }
  .timeline .timeline-item .events.right .content ul {
    list-style: none;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .timeline .timeline-item .top-events ul {
    margin-bottom: 20px;
  }
  .timeline .timeline-item .top-events.right .content::after {
    content: "";
    top: 0;
    left: auto;
    right: -1px;
    transform: translateX(50%);
  }
}
@media (min-width: 992px) {
  .timeline .timeline-item .bottom-events.right .content::after {
    content: "";
    top: auto;
    bottom: 0;
    left: auto;
    right: -1px;
    transform: translateX(50%);
  }
  .timeline .timeline-item .bottom-events .content {
    padding-top: 40px;
  }
  .timeline .timeline-item .bottom-events .content::after {
    top: auto;
    bottom: 0;
  }
}
.timeline .timeline-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.timeline .timeline-row > * {
  width: 100%;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  font-size: 16px;
  margin: 0;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}

body {
  background-color: #FFF;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 2.5px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.10938rem;
  margin-bottom: 35px;
  text-transform: uppercase;
  padding-top: 15px;
}
h2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 5px;
  background-color: #E99C2C;
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.1875rem;
  }
}

h3 {
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #073249;
}
h3.alt {
  font-size: 1.25rem;
  text-transform: uppercase;
  color: #2A68B3;
  font-weight: 700;
}
@media (min-width: 992px) {
  h3 {
    font-size: 1.5625rem;
  }
}

h4 {
  font-size: 1.25rem;
  margin-bottom: 25px;
  font-weight: 800;
}

p {
  font-size: 1rem;
  margin-bottom: 20px;
}
p.large {
  font-size: 1.15rem;
}
@media (min-width: 992px) {
  p {
    font-size: 1.15rem;
    margin-bottom: 30px;
  }
  p.large {
    font-size: 1.25rem;
  }
}
p a {
  font-weight: 700;
  text-decoration: none;
  color: #2A68B3;
  transition: color 150ms ease-in-out;
}
p a:hover {
  color: #073249;
  text-decoration: underline;
}

ul {
  margin-bottom: 30px;
}
ul.unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  ul {
    margin-bottom: 20px;
  }
}

li {
  font-size: 1rem;
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  li {
    font-size: 1.15rem;
  }
}
li a {
  font-weight: 700;
  text-decoration: none;
  color: #2A68B3;
  transition: color 150ms ease-in-out;
}
li a:hover {
  color: #073249;
  text-decoration: underline;
}

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

a img {
  transition: filter 300ms ease-in-out;
}
a:hover img {
  filter: brightness(80%);
}

.light-blue-font {
  color: #2A68B3 !important;
}

.dark-blue-font {
  color: #073249 !important;
}

.orange-font {
  color: #E37126 !important;
}

.yellow-font {
  color: #E99C2C !important;
}

.white-font {
  color: #FFF !important;
}

.bg-dark-blue {
  background-color: #073249;
}

.bg-light-blue-10 {
  background-color: #E4E7F4;
}

.bg-yellow {
  background-color: #E99C2C;
}

.bg-yellow-10 {
  background-color: #FCF1E3;
}

.bg-orange {
  background-color: #E37126;
}

.document-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 15px;
  padding-left: 40px;
  transition: color 150ms ease-in-out;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.document-link:hover {
  color: #073249;
  text-decoration: underline;
}
.document-link:hover::after {
  background-image: url("../assets/images/icons/document-dark-blue.svg");
}
.document-link::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 25px;
  height: 32px;
  background-image: url("../assets/images/icons/document-yellow.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;
  }
}

.btn-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #2A68B3;
  color: #FFF;
  text-decoration: none;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.25);
}
.btn-link:hover {
  cursor: pointer;
  background: #073249;
  color: #FFF;
}
.btn-link.yellow {
  background-color: #E99C2C;
  color: #073249;
}
.btn-link.yellow:hover {
  background: #073249;
  color: #FFF;
}
@media (min-width: 992px) {
  .btn-link {
    font-size: 1.25rem;
  }
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  padding: 0px 20px;
}
@media (min-width: 992px) {
  .container.split {
    max-width: 540px;
  }
}
.container img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .container {
    padding: 0px 40px;
    max-width: 1080px;
  }
}

.container-xl {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0px 20px;
}
@media (min-width: 992px) {
  .container-xl {
    padding: 0px 40px;
  }
}

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

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

figure {
  margin-bottom: 30px;
}
figure figcaption {
  font-size: 1rem;
  margin-top: 10px;
}
@media (min-width: 992px) {
  figure {
    margin-bottom: 40px;
  }
  figure figcaption {
    font-size: 1.15rem;
  }
}

.bordered {
  border: 3px solid #000;
}

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

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

.north-facing-map {
  position: relative;
}
.north-facing-map .north {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #000;
}

.dynamic-bordered-col {
  border-bottom: 1px solid #91A3D3;
}
@media (min-width: 992px) {
  .dynamic-bordered-col {
    border-bottom: 0;
    border-right: 1px solid #91A3D3;
  }
}

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