:root {
  --headings: #252627;
  --active-color: #00205c;
  --active-link-color: #0075a7;
  --orange: #ff671b;
  --hover-color: #0077a8;
  --dark-bg: #236092;
  --tint: #ecf3f9;
  --secondary-action-color: #55c0dd;
  --light-grey: #e3e3e7;
  --light-sea-green: #5abdba;
  --white: white;
  --medium-purple: #8b7ae4;
  --dodger-blue: #0099d9;
  --hover-link-color: #bb4c15;
}

body {
  color: var(--headings);
  font-family: Roboto, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.9rem;
}

h1 {
  margin-top: 0;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.5rem;
}

h2 {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.6rem;
}

h3 {
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.8rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 9px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

p {
  margin-bottom: 18px;
}

a {
  color: var(--active-color);
  text-decoration: none;
  transition: all .25s;
}

a:hover {
  color: var(--hover-color);
  text-decoration: underline;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 12px;
  margin-left: 18px;
}

label {
  color: var(--headings);
  letter-spacing: 1px;
  padding-top: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

strong {
  font-weight: 700;
}

blockquote {
  border-left: 6px solid var(--active-color);
  color: var(--dark-bg);
  letter-spacing: .5px;
  margin-top: 48px;
  margin-bottom: 48px;
  margin-left: -38px;
  padding: 0 0 0 30px;
  font-size: 2.1rem;
  line-height: 3.1rem;
}

.p-large {
  color: var(--dark-bg);
  font-size: 1.7rem;
  line-height: 2.5rem;
}

.p-large.highlighted {
  color: var(--orange);
}

.p-small {
  flex: 0 auto;
  font-size: 1rem;
  line-height: 1.6rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.style-guide-color {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-right: 24px;
  display: flex;
}

.style-guide-color.active-color {
  background-color: var(--active-color);
}

.style-guide-color.headings {
  background-color: var(--headings);
}

.style-guide-color.hover-color {
  background-color: var(--hover-color);
}

.style-guide-color.tint {
  background-color: var(--tint);
}

.style-guide-color.secondary-action-color {
  background-color: var(--secondary-action-color);
}

.style-guide-color.light-grey {
  background-color: var(--light-grey);
}

.style-guide-color.cyan {
  background-color: var(--light-sea-green);
}

.button {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #00205c;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 14px 48px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: var(--hover-color);
  color: var(--white);
  text-decoration: none;
  transform: scale(1.03);
}

.wrap {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.wrap.no-t-padding {
  padding-top: 0;
}

.wrap._404 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.wrap.tint {
  background-color: var(--tint);
  padding-top: 0;
  padding-bottom: 24px;
}

.wrap.dark {
  background-color: var(--dark-bg);
  color: var(--white);
}

.fluid-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 24px 24px 6px;
  position: relative;
}

.fluid-cell._67-p {
  flex: 0 auto;
  width: 66.7%;
}

.fluid-cell._50-p {
  flex: 0 auto;
  width: 50%;
}

.fluid-cell._100-p {
  flex: 0 auto;
  width: 100%;
}

.fluid-cell.center-intro {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.fluid-cell.section-link {
  flex: 1;
  padding-left: 12px;
  padding-right: 12px;
}

.fluid-cell.no-t-padding {
  padding-top: 0;
}

.invert {
  color: #fff;
}

.subheading {
  background-color: var(--active-color);
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding: 3px 12px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7rem;
  display: inline-block;
}

.subheading.blue {
  background-color: var(--active-color);
}

.container {
  z-index: 3;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.container.section-links {
  align-items: stretch;
  padding: 6px 12px 24px;
}

.ordered-item {
  background-image: none;
  background-repeat: repeat;
  padding-left: 10px;
}

.faux-h1 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 4.5rem;
}

.faux-h1.extra {
  font-size: 5rem;
  line-height: 5.8rem;
}

.faux-h1.blue {
  color: var(--dark-bg);
}

.faux-h2 {
  margin-bottom: 15px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.6rem;
}

.faux-h3 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.9rem;
}

.faux-h3.blue {
  color: var(--headings);
}

.faux-h3.light-blue {
  color: var(--active-color);
}

.faux-h4 {
  color: var(--headings);
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
}

.faux-h5 {
  margin-bottom: 9px;
  padding-top: 12px;
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}

.faux-h5:hover {
  text-decoration: none;
}

.faux-h5.opacity-70 {
  opacity: .7;
}

.faux-h5.t-divider {
  border-top: 1px solid rgba(0, 0, 0, .15);
  margin-top: 18px;
  padding-top: 24px;
}

.style-guide-color-block {
  border-bottom: 1px solid var(--light-grey);
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
}

.faux-h6 {
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.faux-h6:hover {
  text-decoration: none;
}

.link {
  color: var(--headings);
  letter-spacing: .5px;
  margin-top: 12px;
  margin-bottom: 18px;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6rem;
  display: inline-block;
  position: relative;
}

.link:hover {
  border-bottom-color: var(--headings);
  color: var(--active-color);
  text-decoration: none;
  transform: translate(0, -3px);
}

.button-hover {
  background-color: var(--hover-color);
  width: 100%;
  height: 200%;
  display: none;
  position: absolute;
  top: 101%;
  bottom: 0%;
  left: 0;
  right: auto;
}

.button-text {
  z-index: 2;
  position: relative;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--orange);
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--orange);
  border-top-color: #98b839;
}

.nav-link._w-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.nav-link.light {
  color: rgba(255, 255, 255, .7);
  font-weight: 400;
}

.nav-link.light:hover, .nav-link.light.w--current {
  color: var(--orange);
}

.nav {
  z-index: 0;
  background-color: var(--headings);
  width: 600px;
  padding-top: 84px;
  padding-bottom: 48px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: auto;
}

.highlighted-text {
  background-color: var(--dark-bg);
  box-shadow: -6px 0 0 0 var(--dark-bg), 6px 0 0 0 var(--dark-bg);
  color: var(--white);
  font-family: PT Serif, serif;
  display: inline;
}

.top-bar {
  z-index: 1112;
  background-color: var(--active-color);
  height: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.link-arrow {
  background-color: var(--active-color);
  background-image: url('../images/Link-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 3px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.dropdown-content {
  background-color: var(--tint);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.dropdown-wrap {
  z-index: 10;
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  margin-bottom: 18px;
  position: relative;
}

.dropdown-trigger {
  z-index: 20;
  color: var(--headings);
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 18px;
  padding-right: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  position: relative;
}

.dropdown-icon {
  background-color: var(--orange);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-left: 24px;
  display: flex;
}

.dropdown-content-wrap {
  padding: 24px 24px 6px;
}

.simple-slider-arrow-icon {
  color: var(--active-color);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
}

.simple-slider-arrow-icon.down {
  margin-top: 1px;
  transform: rotate(90deg);
}

.text-block {
  background-color: var(--dark-bg);
  color: var(--white);
  height: 100%;
  margin-bottom: 18px;
  padding: 36px 36px 24px;
  font-family: PT Serif, serif;
  font-weight: 400;
  transition: all .25s;
  display: block;
}

.text-block:hover {
  color: var(--white);
  text-decoration: none;
}

.dropdown-trigger-2 {
  z-index: 20;
  color: #005689;
  cursor: pointer;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 60px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: inline-block;
  position: relative;
}

.nav-wrap {
  z-index: 1111;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: relative;
}

.nav-open {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.main-nav {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.main-nav._w-mobile-menu {
  z-index: 1;
}

.nav-icon-buttons {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: .9rem;
  line-height: 1.6rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.header-bg-overlay {
  z-index: 2;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .8), rgba(0, 0, 0, .5) 30%, rgba(0, 0, 0, 0) 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hamburger-row {
  background-color: var(--white);
  border-radius: 2px;
  width: 28px;
  height: 2px;
}

.hamburger {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 40px;
  height: 16px;
  display: flex;
}

.full-card-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-image-card {
  color: var(--white);
  height: 500px;
  transition: all .35s;
  display: block;
  position: relative;
  overflow: hidden;
}

.full-image-card:hover {
  color: var(--white);
  text-decoration: none;
  box-shadow: 0 12px 36px rgba(0, 0, 0, .15);
}

.full-card-text {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 36px 36px 24px;
  display: flex;
}

._w-line {
  border-top: 1px solid var(--active-color);
  margin-top: 42px;
  padding-top: 36px;
}

.large-image {
  min-width: 100%;
  margin-top: 12px;
  margin-bottom: 36px;
}

.section {
  position: relative;
}

.faux-link {
  color: var(--white);
  letter-spacing: .5px;
  margin-top: 12px;
  margin-bottom: 18px;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6rem;
  display: inline-block;
  position: relative;
}

.faux-link:hover {
  color: var(--white);
}

.sections-menu {
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  position: relative;
}

.navtainer {
  z-index: 3;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
  position: relative;
}

.large-image-caption {
  z-index: 1;
  color: var(--white);
  background-color: rgba(35, 96, 146, .85);
  width: 50%;
  padding: 24px 24px 6px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.5rem;
  transition: all .25s;
  display: block;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: auto;
  right: 24px;
}

.header-large {
  color: #fff;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 700px;
  margin-top: 84px;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-large.no-t-margin {
  margin-top: 0;
}

.header-bg-img {
  object-fit: cover;
  width: 110%;
  height: 110%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-line {
  background-color: var(--orange);
  width: 36px;
  height: 4px;
  margin-bottom: 12px;
}

.heading-line.as-sub-nav-divider {
  margin-top: 40px;
}

.title-nav {
  z-index: 1000;
  background-color: var(--white);
  color: var(--hover-color);
  text-transform: uppercase;
  height: auto;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2rem;
  position: fixed;
  top: 60px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.title-row {
  border-bottom: 1px solid var(--active-color);
  background-color: var(--white);
  color: var(--hover-color);
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.title-row.top {
  z-index: 1;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 1.3rem;
  line-height: 1.5rem;
  position: relative;
}

.title-row.bottom {
  color: var(--headings);
}

.logo-link {
  z-index: 1;
  flex: 1;
  align-items: center;
  display: flex;
}

.logo-img {
  z-index: 3;
  height: 40px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-right: 12px;
}

.title-row-link {
  color: var(--hover-color);
}

.title-row-link:hover {
  color: var(--dark-bg);
  text-decoration: none;
}

.logo-bar {
  z-index: 1;
  background-color: var(--active-color);
  height: 100%;
  position: relative;
}

.sub-nav {
  flex-direction: column;
  align-items: stretch;
  width: 28%;
  margin-top: 84px;
  margin-bottom: 84px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}

.sub-nav.no-anchor-links {
  margin-top: 48px;
}

.sub-nav-link {
  color: var(--dark-bg);
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 6px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  display: inline-block;
}

.sub-nav-link:hover {
  color: var(--orange);
  text-decoration: none;
}

.sub-nav-link.figure {
  background-color: var(--tint);
  color: var(--active-color);
  background-image: url('../images/figure-icon.png');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 30px;
}

.sub-nav-link.figure:hover {
  color: var(--orange);
}

.sub-nav-link.next-section {
  color: var(--dark-bg);
  background-image: url('../images/Arrow.svg');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 24px;
}

.sub-nav-link.next-section:hover {
  color: var(--dark-bg);
}

.footer {
  background-color: var(--active-color);
  color: var(--white);
  padding-top: 24px;
  padding-bottom: 24px;
}

.footer-cell {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding: 24px 24px 6px;
  position: relative;
}

.footer-cell.center-intro {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.copyright {
  margin-bottom: 6px;
}

.offsetfix {
  z-index: -1;
  width: 100%;
  height: 154px;
  margin-top: -160px;
  position: absolute;
}

.main-wrap {
  width: 68%;
}

.menu {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 6px;
  padding-top: 8px;
  padding-right: 12px;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7rem;
}

.menu:hover {
  text-decoration: none;
}

.section-link-simple {
  border-right: 1px solid var(--light-grey);
  text-transform: uppercase;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7rem;
  display: flex;
}

.section-link-simple:hover {
  text-decoration: none;
}

.home-links-wrap {
  border-bottom: 1px solid var(--light-grey);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-link-arrow {
  margin-left: 12px;
}

.nav-links-wrap {
  z-index: 3;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: relative;
}

.blue-text {
  color: var(--hover-color);
}

.pasted-url {
  white-space: normal;
  word-break: break-all;
}

.invert-link {
  color: var(--white);
}

.invert-link:hover {
  color: var(--headings);
}

@media screen and (min-width: 1440px) {
  a {
    color: var(--active-link-color);
  }

  a:hover {
    color: var(--orange);
  }

  .wrap.tint {
    background-color: var(--tint);
  }

  .wrap.dark {
    background-color: var(--dark-bg);
  }

  .container {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .container.section-links {
    max-width: none;
  }

  .large-image.t-margin {
    margin-top: 72px;
  }

  .tint {
    background-color: var(--tint);
  }

  .navtainer {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-link-simple {
    align-items: center;
  }

  .section-link-simple:hover {
    color: var(--dark-bg);
  }

  .nav-links-wrap {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  body {
    background-image: none;
  }

  h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  a:hover {
    color: var(--hover-color);
  }

  .p-large {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }

  .wrap {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .fluid-cell {
    flex: 1;
  }

  .fluid-cell.center-intro {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .fluid-cell.section-link {
    width: 50%;
  }

  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .faux-h1 {
    font-size: 3rem;
    line-height: 3.75rem;
  }

  .faux-h1.extra {
    font-size: 4.4rem;
    line-height: 5.2rem;
  }

  .faux-h2 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }

  .faux-h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .faux-h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .nav-link, .nav-link:hover {
    color: var(--white);
  }

  .nav-link.w--current:hover {
    color: var(--active-color);
  }

  .nav-link._w-dropdown {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav {
    background-color: var(--headings);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    overflow: auto;
    box-shadow: 0 24px 36px rgba(0, 0, 0, .15);
  }

  .text-block {
    padding: 36px 36px 24px;
  }

  .dropdown-trigger-2 {
    padding-right: 36px;
  }

  .main-nav._w-mobile-menu {
    display: block;
  }

  .nav-icon-buttons {
    margin-left: 0;
  }

  .large-image {
    min-width: 100%;
    margin-top: 12px;
    margin-bottom: 0;
    left: 0%;
  }

  .navtainer {
    padding-left: 36px;
    padding-right: 36px;
  }

  .large-image-caption {
    width: 100%;
    margin-bottom: 12px;
    position: static;
    bottom: 36px;
    right: 60px;
  }

  .header-large {
    min-height: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-nav {
    font-size: .9rem;
    line-height: 1.1rem;
  }

  .title-row.top {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .logo-img {
    z-index: 3;
    height: 30px;
    position: relative;
  }

  .sub-nav {
    margin-top: 72px;
    padding-right: 12px;
  }

  .footer-cell {
    flex: 1;
  }

  .footer-cell.center-intro {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .offsetfix {
    height: 145px;
  }

  .nav-links-wrap {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media screen and (max-width: 767px) {
  body {
    background-position: -300px -20px;
  }

  h1 {
    margin-bottom: 12px;
    padding-top: 8px;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.1rem;
    line-height: 2.75rem;
  }

  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.6rem;
    line-height: 2.25rem;
  }

  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  h5 {
    padding-top: 8px;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  p {
    margin-bottom: 12px;
  }

  blockquote {
    margin-left: 0;
    font-size: 1.75rem;
    line-height: 2.6rem;
  }

  .p-large {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }

  .wrap {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .fluid-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .fluid-cell._67-p, .fluid-cell._50-p {
    width: 100%;
  }

  .fluid-cell.center-intro {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .fluid-cell.section-link {
    width: 100%;
  }

  .subheading {
    background-image: none;
    margin-bottom: 12px;
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .container {
    flex-direction: column;
    padding-left: 18px;
    padding-right: 18px;
  }

  .faux-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.6rem;
    line-height: 3.2rem;
  }

  .faux-h1.extra {
    font-size: 3.8rem;
    line-height: 4.4rem;
  }

  .faux-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 2.1rem;
    line-height: 2.75rem;
  }

  .faux-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.6rem;
    line-height: 2.25rem;
  }

  .faux-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .faux-h5 {
    padding-top: 8px;
    font-size: 1.1rem;
    line-height: 1.7rem;
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav {
    padding-top: 72px;
    padding-bottom: 30px;
  }

  .top-bar {
    height: 48px;
  }

  .dropdown-wrap {
    margin-bottom: 12px;
  }

  .dropdown-trigger {
    padding-bottom: 12px;
  }

  .text-block {
    margin-bottom: 12px;
  }

  .nav-icon-buttons {
    height: 48px;
  }

  .header-bg-overlay {
    display: none;
  }

  .full-image-card {
    height: 450px;
  }

  .full-card-text {
    justify-content: flex-end;
  }

  .large-image {
    margin-top: 0;
  }

  .navtainer {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .large-image-caption {
    width: 100%;
    padding: 30px 24px 18px;
    position: static;
  }

  .large-image-caption:hover {
    box-shadow: none;
    transform: none;
  }

  .header-large {
    background-color: var(--tint);
    color: var(--headings);
    flex-wrap: wrap-reverse;
    min-height: auto;
    margin-top: 48px;
    padding-top: 0;
    padding-bottom: 24px;
  }

  .header-bg-img {
    margin-bottom: 24px;
    position: static;
  }

  .title-nav {
    font-size: .8rem;
    line-height: 1rem;
    top: 48px;
  }

  .title-row.top {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .logo-img {
    height: 24px;
  }

  .sub-nav {
    display: none;
  }

  .footer-cell {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-cell.center-intro {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .offsetfix {
    height: 152px;
    margin-top: -152px;
  }

  .main-wrap {
    width: 100%;
  }

  .menu {
    padding-right: 6px;
  }

  .section-link-simple {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .nav-links-wrap {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  body {
    background-position: -330px -20px;
  }

  h1 {
    line-height: 3.1rem;
  }

  blockquote {
    font-size: 1.4rem;
    line-height: 2.1rem;
  }

  .p-large {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .utility-page-content {
    width: 260px;
  }

  .button {
    padding-left: 36px;
    padding-right: 36px;
  }

  .wrap {
    padding-top: 24px;
    padding-bottom: 18px;
  }

  .wrap.tint {
    padding-bottom: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .fluid-cell {
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .fluid-cell.center-intro {
    text-align: left;
    align-items: flex-start;
  }

  .fluid-cell.section-link {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    align-items: stretch;
  }

  .container.section-links {
    padding-left: 18px;
    padding-right: 18px;
  }

  .faux-h1.extra {
    font-size: 3.2rem;
    line-height: 3.6rem;
  }

  .nav-link {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .nav {
    padding-top: 60px;
    padding-bottom: 24px;
  }

  .top-bar {
    height: 44px;
  }

  .text-block {
    padding: 24px 24px 12px;
  }

  .nav-open {
    width: 60px;
  }

  .nav-icon-buttons {
    width: 60px;
    height: 44px;
  }

  .full-image-card {
    height: 400px;
  }

  .full-card-text {
    padding: 24px 24px 12px;
  }

  .navtainer {
    align-items: stretch;
    padding-left: 18px;
    padding-right: 18px;
  }

  .large-image-caption {
    padding: 24px 18px 12px;
  }

  .header-large {
    margin-top: 64px;
    padding-bottom: 18px;
  }

  .header-bg-img {
    margin-bottom: 18px;
  }

  .title-nav {
    top: 44px;
  }

  .logo-img {
    height: 20px;
  }

  .sub-nav {
    padding: 24px 24px 12px;
  }

  .footer {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .footer-cell {
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-cell.center-intro {
    text-align: left;
    align-items: flex-start;
  }

  .offsetfix {
    height: 124px;
    margin-top: -124px;
  }

  .menu {
    display: none;
  }

  .section-link-simple {
    border-bottom: 1px solid var(--light-grey);
    border-right-style: none;
    justify-content: flex-start;
    padding: 12px 18px;
  }

  .home-links-wrap {
    text-align: left;
    border-bottom-style: none;
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links-wrap {
    align-items: stretch;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.footer {
  background-color: var(--active-color);
  color: var(--white);
  padding-top: 30px;
  padding-bottom: 20px;
margin-left: 1px;
	font-family: Roboto, sans-serif;
	font-size: 1.0rem;
	 line-height: 1.5;
}

.footer h2 {
  font-size: 2.0rem;
 margin-top: 0;
  margin-bottom: 0px; 
	margin-left: 0px;
  padding: 0;
  font-weight: bold;
	
}

.footer ul {
 list-style-type: none;
  padding-left: 0;
  margin-top: 0;
	margin-left: 0px;
  margin-bottom: 15px;
}

.footer li {
  margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 2px;
}

.footer a {
  color: var(--white);
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.social-media-links {
  display: flex;
  flex-wrap: wrap;
	gap: 10px;
}

.social-media-links li {
  margin-right: 5px;
}

.social-media-links span {
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .footer-cell {
    margin-bottom: 24px;
  }
}
.footer-cell.center-intro {
  text-align: center;
  margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  width: 100%; 
	font-size: 1.2rem;
}
.header-large {
  position: relative;
  overflow: hidden;
}

.header-bg-img-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-image-credit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.6rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px 5px;
  border-radius: 3px;
  z-index: 3;
}

.header-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

@media screen and (max-width: 767px) {
  .header-large {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }
  
  .header-bg-img-container {
    position: relative;
    width: 100%;
    height: 300px;
    order: -1;
    z-index: 1;
  }

  .header-content {
    background-color: var(--tint);
    color: var(--headings);
    text-shadow: none;
    padding: 20px 0;
    order: 1;
  }

  .header-bg-overlay {
    display: none;
  }
}
.image-credit {
  position: absolute;
  bottom: 5px;
  right: 25px;
  font-size: 0.5rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px 5px;
  border-radius: 3px;
}

.full-image-card {
  position: relative;
}
.image-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px; /* Espacio entre las imágenes */
}

.image-container img {
  max-width: 50%; /* Asegura que las imágenes no sean más anchas que la mitad del contenedor */
  height: auto; /* Mantiene la proporción de aspecto */
}
.responsiveContent {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.2%;
  margin-bottom: 20px;
}
.responsiveContent iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.google-map-container {
  position: relative;
  height: 500px; /* Altura fija en píxeles */
  overflow: hidden;
  max-width: 100%;
}
/* Language Selector Styles */
.language-selector {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 80px;
  z-index: 1000;
margin-top: 8px;	
	
}

.language-link {
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-radius: 4px;
  text-decoration: none;
}

.language-link:hover {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  text-decoration: none;
}

.language-link .fa-globe {
  font-size: 20px;
  color: #ffffff;
  display: none;
}

.language-text {
  display: inline;
  white-space: nowrap;
  color: #ffffff;
}

.language-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 1px solid #e3e3e7;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 140px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  margin-top: 8px;
  display: none;
}

.language-option {
  display: block;
  padding: 12px 16px;
  color: #00205c;
  text-decoration: none;
  transition: all 0.2s ease;
  font-size: 15px;
}

.language-option:hover {
  background-color: #ecf3f9;
  color: #0075a7;
  text-decoration: none;
}

/* Mobile styles */
@media screen and (max-width: 767px) {
  .language-selector {
    margin-right: 80px;
  }
  
  .language-text {
    display: none;
  }
  
  .language-link .fa-globe {
    display: block;
  }
  
  .language-link {
    padding: 8px;
  }
  
  .language-link .fa-globe {
    font-size: 22px;
  }
  
  .language-dropdown {
    right: -8px;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .language-link .fa-globe {
    font-size: 20px;
  }
  
  .language-selector {
    margin-right: 30px;
margin-top: 5px;

  }
}