@import url('https://fonts.googleapis.com/css2?family=Zalando+Sans+SemiExpanded:ital,wght@0,200..900;1,200..900&display=swap');

.evo-navbar-right .nav .nav-link {
  color: #083649 !important;
}

.block.block--drupaltheme76-grijalva-branding img {
  width: 15rem;
  margin-right: 0 !important;
}

ul[block*="_mainnavigation"] > li.nav-item > .nav-link {
  font-size: 1rem;
}

.d-md-none {
  display: inherit !important;
}

.path-frontpage .container.d-flex.evo-preface {
  max-width: 100%;
  padding-inline: 0;
}

/* Root search form container */
.block--drupaltheme76-grijalva-solr-search-2 .dt-75-exposed-form {
  display: flex;
  align-items: stretch;
  max-width: 32.5rem;
  width: 100%;
  margin-inline: auto;

  border: 0.0625rem solid #65bed2; /* light teal */
  background-color: #ffffff;
  transition:
    border-color 0.15s ease,
    box-shadow 0.15s ease,
    background-color 0.15s ease;
}

/* Focus-within: whole control gets outlined */
.block--drupaltheme76-grijalva-solr-search-2
.dt-75-exposed-form:focus-within {
  border-color: #47a7bc; /* mid teal */
  box-shadow: 0 0 0 0.1875rem rgba(71, 167, 188, 0.35);
  background-color: #f9feff;
}

/* Remove default spacing */
.block--drupaltheme76-grijalva-solr-search-2 .js-form-item {
  flex: 1 1 auto;
  margin: 0;
}

/* Text input */
.block--drupaltheme76-grijalva-solr-search-2 .dt-76-textfield {
  border: 0;
  border-right: 0.0625rem solid #65bed2;
  padding: 0.65rem 0.9rem;
  font-size: 0.9rem;
  line-height: 1.25;
  background-color: transparent;
  box-shadow: none;
}

/* Placeholder */
.block--drupaltheme76-grijalva-solr-search-2
.dt-76-textfield::placeholder {
  color: #8b93a5;
}

/* Rely on parent focus styles */
.block--drupaltheme76-grijalva-solr-search-2
.dt-76-textfield:focus {
  outline: none;
}

/* Submit button */
.block--drupaltheme76-grijalva-solr-search-2 .dt-76-search-btn {
  border: 0;
  background-color: #083649; /* dark teal primary */
  color: #ffffff;
  padding-inline: 1rem;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;

  transition:
    background-color 0.15s ease,
    box-shadow 0.15s ease,
    transform 0.08s ease;
}

/* Hover */
.block--drupaltheme76-grijalva-solr-search-2
.dt-76-search-btn:hover {
  background-color: #47a7bc; /* mid teal on hover */
  box-shadow: 0 0.25rem 0.75rem rgba(8, 54, 73, 0.35);
  transform: translateY(-0.0625rem);
}

/* Active (mouse down) */
.block--drupaltheme76-grijalva-solr-search-2
.dt-76-search-btn:active {
  background-color: #083649;
  box-shadow: 0 0.125rem 0.375rem rgba(8, 54, 73, 0.4);
  transform: translateY(0);
}

/* Keyboard focus on button, still leverage focus-within */
.block--drupaltheme76-grijalva-solr-search-2
.dt-76-search-btn:focus {
  outline: none;
}

/* Small screens (search) */
@media (max-width: 30rem) {
  .block--drupaltheme76-grijalva-solr-search-2 .dt-75-exposed-form {
    max-width: 100%;
  }
}

.evo-header-second {
  padding-bottom: 0.33rem !important;
  padding-top: 0.25rem;
}

.evo-header {
  background-image: linear-gradient(to right, #47a7bc, #65bed2);
  border-bottom: 0.0625rem solid #47a7bc;
}

.block--drupaltheme76-grijalva-views-block--evo-feature-slider-block-feature-slider .carousel-caption {
  display: none !important;
}

.dt76-default-bg {
  background-image: unset;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #083649;
}

.dt-76-carousel-inner-darken {
  opacity: 0.4;
  mix-blend-mode: lighten;
}

.flex-fill.mr-auto.evo-preface-first {
  border-top: 0.0625rem solid #47a7bc;
  border-bottom: none;
}

.evo-navbar-right .nav-link:hover {
  text-decoration: none;
}

.menu-toggle-icon {
  font-size: 1rem;
}

.evo-navbar-right .nav-link:hover .menu-toggle-icon {
  color: #e5bb00;
}

/* ======================= */
/* CTA COMPONENT           */
/* ======================= */

.adelita-cta {
  padding: 2rem 1rem;
}

/* Base CTA layout */
.adelita-cta__inner {
  max-width: 64rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

/* Card base */
.adelita-cta__card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex: 1 1 18rem;
  padding: 1.5rem 2rem;
  background-color: #083649; /* dark teal */
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.95rem;
  border: 0.0625rem solid #083649;
  overflow: hidden;
  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease,
    opacity 0.4s ease;
  opacity: 0;
}

/* Gold offset bar behind each card */
.adelita-cta__card::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  right: 0;
  bottom: -0.4rem;
  height: 0.4rem;
  background-color: #e5bb00; /* gold */
  z-index: -1;
}

/* Text and icon wrappers */
.adelita-cta__label {
  flex: 1 1 auto;
}

/* Icon */
.adelita-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999rem;
  border: 0.125rem solid #ffffff;
  font-size: 1rem;
  text-decoration: none;
}

/* Initial slide directions */
.adelita-cta__card--primary {
  transform: translateX(-2rem);
}

.adelita-cta__card--secondary {
  transform: translateX(2rem);
}

/* Visible state once scrolled into view */
.adelita-cta__card--visible {
  opacity: 1;
  transform: translateX(0);
  box-shadow: 0 0.75rem 2rem rgba(8, 54, 73, 0.35);
}

/* No underline, ever */
.adelita-cta__card,
.adelita-cta__card:hover,
.adelita-cta__card:focus-visible {
  text-decoration: none;
}

/* Hover / focus: invert colors */
.adelita-cta__card:hover,
.adelita-cta__card:focus-visible {
  background-color: #ffd130; /* bright yellow */
  color: #083649;
  border-color: #ffd130;
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.25);
}

/* Keep gold bar but darken slightly on hover */
.adelita-cta__card:hover::after,
.adelita-cta__card:focus-visible::after {
  background-color: #083649;
}

/* Icon invert border on hover */
.adelita-cta__card:hover .adelita-cta__icon,
.adelita-cta__card:focus-visible .adelita-cta__icon {
  border-color: #083649;
}

/* Maintain accessible focus outline */
.adelita-cta__card:focus-visible {
  outline: 0.15rem solid #65bed2;
  outline-offset: 0.15rem;
}

/* ≥ 768px (48em) */
@media (min-width: 48em) {
  .adelita-cta__inner {
    max-width: 64rem !important;
    gap: 1.75rem !important;
  }

  .adelita-cta__card {
    padding: 2rem 2.5rem !important;
    font-size: 1rem !important;
  }

  .adelita-cta__icon {
    width: 2.25rem !important;
    height: 2.25rem !important;
    font-size: 1.25rem !important;
  }
}

/* ≥ 1024px (64em) */
@media (min-width: 64em) {
  .adelita-cta__inner {
    max-width: 70rem !important;
    gap: 2rem !important;
  }

  .adelita-cta__card {
    padding: 2.25rem 3rem !important;
    font-size: 1rem !important;
  }

  .adelita-cta__icon {
    width: 2.5rem !important;
    height: 2.5rem !important;
    font-size: 1.35rem !important;
  }
}

/* ≥ 1280px (80em) */
@media (min-width: 80em) {
  .adelita-cta__inner {
    max-width: 78rem !important;
    gap: 2.25rem !important;
  }

  .adelita-cta__card {
    padding: 2.75rem 3.75rem !important;
    font-size: 1rem !important;
  }

  .adelita-cta__icon {
    width: 2.9rem !important;
    height: 2.9rem !important;
    font-size: 1.5rem !important;
  }
}

/* ≥ 1920px (120em) */
@media (min-width: 120em) {
  .adelita-cta__inner {
    max-width: 92rem !important;
    gap: 2.5rem !important;
  }

  .adelita-cta__card {
    padding: 3.25rem 4.5rem !important;
    font-size: 1.125rem !important;
  }

  .adelita-cta__icon {
    width: 3.3rem !important;
    height: 3.3rem !important;
    font-size: 1.7rem !important;
  }
}

/* HOMEPAGE H2 STYLING */

.path-frontpage h2 {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.75rem !important;

  margin: 0 0 1.5rem 0 !important;
  padding: 0.25rem 0 !important;

  font-family: "Zalando Sans SemiExpanded", system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.25rem !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;

  color: #083649 !important;
  border: none !important;
  background: transparent !important;

  transition:
    color 0.2s ease,
    opacity 0.35s ease,
    transform 0.35s ease;
}

/* Vertical accent bar left of the text */
.path-frontpage h2::before {
  content: "" !important;
  flex: 0 0 auto !important;
  width: 0.25rem !important;
  height: 1.75rem !important;
  border-radius: 0 !important;
  background-image: linear-gradient(180deg, #65bed2, #47a7bc) !important;
}

/* Animated underline */
.path-frontpage h2::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -0.45rem !important;
  height: 0.15rem !important;
  width: 3.5rem !important;
  background-color: #e5bb00 !important;
  transform-origin: left center !important;
  transform: scaleX(0.4) !important;
  opacity: 0.7 !important;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

/* Hover / focus: slightly stronger underline and color shift */
.path-frontpage h2:hover,
.path-frontpage h2:focus-visible {
  color: #04709a !important;
}

.path-frontpage h2:hover::after,
.path-frontpage h2:focus-visible::after {
  transform: scaleX(1) !important;
  opacity: 1 !important;
}

/* Scroll-in animation hooks */
.path-frontpage h2.homepage-h2--animated {
  opacity: 0;
  transform: translateY(1rem);
}

.path-frontpage h2.homepage-h2--animated.homepage-h2--visible {
  opacity: 1;
  transform: translateY(0);
}

/* When visible, let underline fully extend */
.path-frontpage h2.homepage-h2--animated.homepage-h2--visible::after {
  transform: scaleX(1) !important;
  opacity: 1 !important;
}

/* Small screens: slightly smaller heading */
@media (max-width: 40em) {
  .path-frontpage h2 {
    font-size: 1.1rem !important;
  }
}

.adelita-cta {
	margin-bottom: 0 !important;
}

.paragraph--id--52 {
	padding-inline: 3rem;
}

.dt76-paragraph-col-3 {
	padding-inline: 0 !important;
}

.path-frontpage .dt76-paragraph-evo-columns.paragraph--id--52 h2.social-toggle-header {
	min-width: 100%;
}

.dt76-paragraph-col-3 {
	padding-inline: 1rem !important;
}

.flex-column > .dt76-paragraph-col-3:nth-of-type(1) {
	padding-left: 0 !important;
}

.flex-column > .dt76-paragraph-col-3:nth-of-type(3){
	padding-right: 0 !important;
}

h2.social-section-heading {
	margin-top: 3rem !important;
	margin-bottom: 1rem !important;
}

.evo-header a[aria-label*="Visit us on"] {
	background-color: white;
}

.evo-header a[aria-label*="Visit us on"] {
	background-color: white;
	margin-right: 0.5rem;
}

.navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.5rem;
}

.bg-dark {
	background-color: #062d3e !important;
}

.evo-postscript {
	margin: 0 !important;
	margin-bottom: -2px !important;
}