.logos-container {
  margin-right: 44px;
}

.navigation-wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 9;
  background-color: #fff;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: 100%;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00567a;
}

.navigation {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: auto;
  display: block;
  padding: 0px 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px none rgba(68, 85, 103, 0.11);
  background-color: #fff;
}

.dropdown {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: #63b1bc;
}

.dropdown:hover {
  background-color: rgba(99, 177, 188, 0.8);
}

.dropdown:focus {
  background-color: rgba(99, 177, 188, 0.8);
}

.dropdown.w--open {
  position: -webkit-sticky;
  position: sticky;
  margin-bottom: 10px;
  padding-right: 10px;
  border-radius: 0px;
  background-color: rgba(99, 177, 188, 0.8);
  -o-object-fit: fill;
  object-fit: fill;
}

.dropdown.w--open:hover {
  background-color: rgba(99, 177, 188, 0.8);
}

.dropdown.w--open:focus {
  background-color: rgba(99, 177, 188, 0.8);
}

.scroll-to-top-arrow-button {
  position: fixed;
  right: 45px;
  bottom: 45px;
  z-index: 1132;
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  background-color: #00567a;
  background-image: url('../images/angle-up-solid.png');
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: 5px 5px 11px -6px rgba(0, 0, 0, 0.3);
  color: #00567a;
}

.scroll-to-top-arrow-button:hover {
  background-color: rgba(0, 86, 122, 0.8);
}

.scroll-to-top-arrow-button:active {
  background-color: rgba(0, 86, 122, 0.8);
}

.scroll-to-top-arrow-button.w--current {
  position: fixed;
  right: 45px;
  bottom: 45px;
  z-index: 2000;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: rgba(124, 135, 142, 0.7);
  background-image: url('../images/up-arrow_1up-arrow.png');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.scroll-to-top-arrow-button.w--current:hover {
  background-color: rgba(161, 216, 132, 0.7);
}

.section-2 {
  display: block;
  max-height: none;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(183, 217, 242, 0.8)), to(rgba(183, 217, 242, 0.8))), url('../images/iStock-1027139762_1624x1200.png');
  background-image: linear-gradient(180deg, rgba(183, 217, 242, 0.8), rgba(183, 217, 242, 0.8)), url('../images/iStock-1027139762_1624x1200.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section-1 {
  padding-bottom: 0px;
}

.official-nav {
  position: static;
  display: block;
  overflow: visible;
  height: auto;
  max-height: none;
  min-height: auto;
  margin-bottom: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #283338;
  font-size: 15px;
  -o-object-fit: none;
  object-fit: none;
}

.nav-toggle {
  padding: 0px 20px;
}

.nav-toggle:hover {
  color: #8c54ff;
}

.nav-text {
  position: static;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: 'Frutiger Pro Bold', Arial, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.nav-text:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

.top-div {
  position: static;
  width: 0px;
  height: 0px;
  margin-right: 0px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body {
  background-color: #00567a;
}

._404-text {
  font-family: 'Frutiger Pro Roman', Arial, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  text-align: center;
}

.text-span-43 {
  font-family: 'Frutiger Pro Bold', Arial, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.text-span-44 {
  font-family: 'Frutiger Pro Light', Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.nav-bar-link {
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
}

.nav-bar-link:hover {
  color: hsla(0, 0%, 100%, 0.8);
}

.no-dropdown {
  display: block;
  min-width: 0px;
  background-color: #fff;
}

.no-dropdown:hover {
  color: #fff;
}

.no-dropdown.w--open {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: auto;
  height: auto;
  max-height: none;
  min-width: auto;
  margin-top: 0px;
  margin-right: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.navigation-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(68, 85, 103, 0.11);
  background-color: transparent;
}

._404-button-div {
  margin-top: 30px;
  padding: 12px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 5px 5px 11px -6px rgba(0, 0, 0, 0.3);
}

._404-button-div:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

._404-button-text {
  max-width: none;
  font-family: 'Frutiger Pro Bold', Arial, sans-serif;
  color: #00567a;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

._404-button-text-link {
  color: #00567a;
  text-decoration: none;
}

.nav-logo-container {
  display: block;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-logo-container:hover {
  opacity: 0.8;
}

.nav-logo-container.w--current {
  margin-top: 20px;
  margin-bottom: 45px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-logo-container.w--current:hover {
  opacity: 0.8;
}

.nav-logo {
  width: 150px;
  height: 53.75px;
  max-height: 53.75px;
  max-width: 150px;
  margin-right: 20px;
  margin-left: 0px;
}

.last-nav-toggle {
  padding: 0px 20px;
}

.last-nav-toggle:hover {
  color: #8c54ff;
}

.nav-logo-2 {
  width: 150px;
  height: 49.71875px;
  max-height: 49.71875px;
  max-width: 150px;
  margin-right: 0px;
  margin-left: 0px;
}

.subheader-padding-0 {
  font-family: 'Frutiger Pro Light Italic', Arial, sans-serif;
  color: #00567a;
  font-size: 25px;
  line-height: 40px;
  font-style: italic;
  text-align: center;
}

.h1-padding-20 {
  margin-bottom: 20px;
  font-family: 'Old Standard', 'Times New Roman', sans-serif;
  color: #00567a;
  font-size: 40px;
  line-height: 55px;
  font-style: normal;
  text-align: center;
}

.section-3 {
  display: block;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.h3-padding-20 {
  margin-bottom: 20px;
  font-family: 'Frutiger Pro Roman', Arial, sans-serif;
  color: #00567a;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  text-align: left;
}

.body-text-padding-10 {
  margin-bottom: 10px;
  font-family: 'Frutiger Pro Light', Arial, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  text-align: left;
}

.body-text-padding-40 {
  margin-bottom: 40px;
  font-family: 'Frutiger Pro Light', Arial, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  text-align: left;
}

.body-text-padding-5 {
  margin-bottom: 5px;
  font-family: 'Frutiger Pro Light', Arial, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  text-align: left;
}

.list-padding-0 {
  margin-bottom: 0px;
}

.body-text-padding-0 {
  margin-bottom: 0px;
  font-family: 'Frutiger Pro Light', Arial, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  text-align: left;
}

.list-padding-40 {
  margin-bottom: 40px;
}

.section-4 {
  display: block;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(183, 217, 242, 0.8)), to(rgba(183, 217, 242, 0.8))), url('../images/iStock_000022530499_XXXLarge_1624x1000.png');
  background-image: linear-gradient(180deg, rgba(183, 217, 242, 0.8), rgba(183, 217, 242, 0.8)), url('../images/iStock_000022530499_XXXLarge_1624x1000.png');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
  background-attachment: scroll, fixed;
}

.h2-padding-20 {
  margin-bottom: 20px;
  font-family: 'Old Standard', 'Times New Roman', sans-serif;
  color: #00567a;
  font-size: 30px;
  line-height: 45px;
  font-style: normal;
  text-align: center;
}

.body-text-bold {
  font-family: 'Frutiger Pro Bold', Arial, sans-serif;
}

.footer {
  display: block;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(145, 170, 188, 0.2);
}

.footer-text-padding-20 {
  margin-bottom: 20px;
  font-family: 'Frutiger Pro Light', Arial, sans-serif;
  color: #000;
  font-size: 13px;
  line-height: 13px;
  font-style: normal;
  text-align: center;
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.urovant-logo {
  width: 141px;
  height: 36.046875px;
  max-height: 36.046875px;
  max-width: 141px;
}

.program-overview {
  position: relative;
  top: -185px;
  width: 0px;
  height: 0px;
}

.eligibility {
  position: relative;
  top: -185px;
  width: 0px;
  height: 0px;
}

.application-process {
  position: relative;
  top: -185px;
  width: 0px;
  height: 0px;
}

.timeline {
  position: relative;
  top: -185px;
  width: 0px;
  height: 0px;
}

.subheader-small-padding-0 {
  margin-bottom: 0px;
  font-family: 'Frutiger Pro Light Italic', Arial, sans-serif;
  color: #00567a;
  font-size: 17px;
  line-height: 27px;
  font-style: italic;
  text-align: center;
}

.section-5 {
  display: block;
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.mentorship {
  position: relative;
  top: -185px;
  width: 0px;
  height: 0px;
}

.body-text-padding-20 {
  margin-bottom: 20px;
  font-family: 'Frutiger Pro Light', Arial, sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
  text-align: left;
}

.button {
  margin-bottom: 40px;
  padding: 12px;
  border-radius: 5px;
  background-color: #00567a;
  box-shadow: 5px 5px 11px -6px rgba(0, 0, 0, 0.3);
  font-family: 'Frutiger Pro Bold', Arial, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
}

.button:hover {
  background-color: rgba(0, 86, 122, 0.8);
}

.travel-support-and-networking {
  position: relative;
  top: -185px;
  width: 0px;
  height: 0px;
}

.navigation-mobile {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navigation-container-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-text {
  position: static;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: 'Frutiger Pro Bold', Arial, sans-serif;
  color: #2a3a8d;
  font-size: 15px;
}

.navigation-text:hover {
  color: rgba(42, 58, 141, 0.8);
}

.nav-logo-mobile {
  width: 150px;
  height: 53.75px;
  max-height: 53.75px;
  max-width: 150px;
  margin-right: 30px;
  margin-left: 40px;
}

.nav-logo-2-mobile {
  width: 150px;
  height: 49.71875px;
  max-height: 49.71875px;
  max-width: 150px;
  margin-right: 0px;
  margin-left: 0px;
}

.button-2 {
  width: 210px;
  max-width: 210px;
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding: 12px;
  border-radius: 5px;
  background-color: #00567a;
  box-shadow: 5px 5px 11px -6px rgba(0, 0, 0, 0.3);
  font-family: 'Frutiger Pro Bold', Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.button-2:hover {
  background-color: rgba(0, 86, 122, 0.8);
}

.vertical-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontal-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-3 {
  width: 210px;
  max-width: 210px;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 12px;
  border-radius: 5px;
  background-color: #00567a;
  box-shadow: 5px 5px 11px -6px rgba(0, 0, 0, 0.3);
  font-family: 'Frutiger Pro Bold', Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.button-3:hover {
  background-color: rgba(0, 86, 122, 0.8);
}

@media screen and (max-width: 991px) {
  .mobile-nav-link {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    border-top: 0.5px none rgba(0, 0, 0, 0.05);
    border-radius: 0px;
    background-color: #fff;
  }

  .mobile-nav-link:focus {
    background-color: #fff;
  }

  .logos-container.w--current {
    margin-right: 0px;
    margin-left: 20px;
  }

  .navigation-container {
    display: none;
  }

  .navigation {
    display: none;
  }

  .dropdown.w--open {
    width: 728px;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .scroll-to-top-arrow-button {
    right: 20px;
    bottom: 20px;
  }

  .scroll-to-top-arrow-button:hover {
    background-color: #00567a;
  }

  .official-nav {
    display: block;
    margin-top: 0px;
  }

  ._404-text {
    margin-right: 0px;
    margin-left: 0px;
  }

  .navigation-2 {
    display: none;
  }

  .h1-padding-20 {
    font-size: 39px;
    line-height: 54px;
  }

  .program-overview {
    top: -110px;
  }

  .eligibility {
    top: -110px;
  }

  .application-process {
    top: -110px;
  }

  .timeline {
    top: -110px;
  }

  .mentorship {
    top: -110px;
  }

  .button:hover {
    background-color: #00567a;
  }

  .travel-support-and-networking {
    top: -110px;
  }

  .hamburger-button {
    margin-right: 20px;
    padding: 15px;
    border-radius: 100px;
    background-color: #fff;
    color: #fff;
    font-size: 22px;
  }

  .hamburger-button:hover {
    background-color: #fff;
  }

  .hamburger-button:focus {
    background-color: #fff;
  }

  .hamburger-button.w--open {
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .navigation-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid transparent;
    background-color: #00567a;
  }

  .navigation-container-mobile {
    height: auto;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .navigation-text {
    color: #00567a;
  }

  .navigation-text:hover {
    color: #00567a;
  }

  .navigation-dropdown {
    padding-top: 0px;
    background-color: #fff;
    box-shadow: 0 55px 55px 0 rgba(0, 0, 0, 0.2);
  }

  .hamburger {
    background-color: transparent;
    color: #00567a;
  }

  .nav-logo-mobile {
    width: 134px;
    height: 48.015625px;
    max-height: 48.015625px;
    max-width: 134px;
    margin-right: 20px;
    margin-left: 0px;
  }

  .nav-logo-2-mobile {
    width: 134px;
    height: 44.421875px;
    max-height: 44.421875px;
    max-width: 134px;
  }

  .button-2:hover {
    background-color: #00567a;
  }

  .button-3:hover {
    background-color: #00567a;
  }
}

@media screen and (max-width: 767px) {
  .mobile-nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logos-container.w--current {
    padding-left: 0px;
  }

  .dropdown.w--open {
    width: 100%;
    max-width: 100%;
  }

  .scroll-to-top-arrow-button {
    right: 20px;
    bottom: 20px;
  }

  .section-2 {
    padding: 50px 20px;
  }

  .section-1 {
    padding-right: 0px;
    padding-left: 0px;
  }

  ._404-text {
    line-height: 50px;
  }

  .section-3 {
    padding: 50px 20px;
  }

  .section-4 {
    padding: 50px 20px;
  }

  .footer {
    padding: 30px 20px;
  }

  .footer-text-padding-20 {
    line-height: 18px;
  }

  .section-5 {
    padding: 50px 20px;
  }

  .hamburger-button {
    padding: 10px;
  }

  .navigation-mobile {
    padding-right: 0%;
    padding-left: 0%;
  }

  .nav-logo-mobile {
    width: 118px;
    height: 42.28125px;
    max-height: 42.28125px;
    max-width: 118.3125px;
  }

  .nav-logo-2-mobile {
    width: 118px;
    height: 39.109375px;
    max-height: 39.109375px;
    max-width: 118px;
  }
}

@media screen and (max-width: 479px) {
  .mobile-nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .utility-page-wrap {
    margin-right: 0px;
    margin-left: 0px;
  }

  ._404-text {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 20px;
    line-height: 40px;
  }

  .text-span-43 {
    font-size: 50px;
    line-height: 50px;
  }

  .text-span-44 {
    font-size: 15px;
    line-height: 15px;
  }

  ._404-button-text {
    font-size: 15px;
    line-height: 15px;
  }

  .subheader-padding-0 {
    font-size: 20px;
    line-height: 35px;
  }

  .h1-padding-20 {
    font-size: 35px;
    line-height: 50px;
  }

  .h3-padding-20 {
    font-size: 17px;
    line-height: 22px;
  }

  .body-text-padding-10 {
    font-size: 14px;
    line-height: 19px;
  }

  .body-text-padding-40 {
    font-size: 14px;
    line-height: 19px;
  }

  .body-text-padding-5 {
    font-size: 14px;
    line-height: 19px;
  }

  .body-text-padding-0 {
    font-size: 14px;
    line-height: 19px;
  }

  .body-text-padding-20 {
    font-size: 14px;
    line-height: 19px;
  }

  .button {
    font-size: 14px;
    line-height: 14px;
  }

  .hamburger-button {
    padding: 10px;
  }

  .navigation-mobile {
    padding-right: 0%;
  }

  .nav-logo-mobile {
    width: 98px;
    height: 35.125px;
    max-height: 35.125px;
    max-width: 98px;
    margin-right: 10px;
  }

  .nav-logo-2-mobile {
    width: 98px;
    height: 32.484375px;
    max-height: 32.484375px;
    max-width: 98px;
  }

  .button-2 {
    margin-right: 0px;
    font-size: 17px;
    line-height: 17px;
  }

  .horizontal-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-3 {
    font-size: 17px;
    line-height: 17px;
  }
}

@font-face {
  font-family: 'Old Standard';
  src: url('../fonts/OldStandardTT-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Pro Bold';
  src: url('../fonts/Linotype---FrutigerLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Pro Roman';
  src: url('../fonts/Linotype---FrutigerLTPro-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Pro Light';
  src: url('../fonts/Linotype---FrutigerLTPro-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Pro Light Italic';
  src: url('../fonts/Linotype---FrutigerLTPro-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Frutiger Pro Bold Italic';
  src: url('../fonts/Linotype---FrutigerLTPro-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}