html,
body {
  background: #ffffff;
  font-family: 'Open Sans', 'Roboto', sans-serif;
}

.site-header {
  transition: all 0.2s ease-in-out;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 1030;
  top: 0;
  width: 100%;
  padding: 1.5rem 0;
  box-sizing: border-box;
}

.site-header.nav-up {
  top: 0;
  padding: 0;
}

main header,
section header,
article header {
  position: static;
  width: auto;
  padding: 0;
  box-shadow: none;
  background: transparent;
  z-index: auto;
}

main {
  padding-top: 0;
}

.site-header nav #logo {
  width: auto;
  display: flex;
  align-items: center;
  float: left;
  margin: 0.1em auto;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.4rem auto;
  padding: 0 0 0 3rem;
  color: #00657b;
  text-decoration: none;
  font-family: 'Open Sans', 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  min-height: 46px;
  white-space: nowrap;
}

.site-header nav {
  margin: auto;
  text-align: left;
  width: 90%;
  max-width: 1400px;
  line-height: 1;
  position: relative;
}

@media only screen and (min-width: 1301px) {
  .site-header nav {
    width: 96%;
  }

  .site-header nav ul.menu {
    margin-left: 2rem;
    margin-right: 50px;
    margin-top: 0.2rem;
  }

  .site-header nav ul.menu > li > a::after {
    display: block;
    width: 0;
    content: "";
    height: 3px;
    background: #ff9738;
    transition: width 0.5s ease-in-out;
    margin-top: 2px;
  }

  .site-header nav ul.menu > li.selected > a::after,
  .site-header nav ul.menu > li.current-menu-item > a::after,
  .site-header nav ul.menu > li.current_page_item > a::after,
  .site-header nav ul.menu > li:hover > a::after {
    width: 100%;
  }
}

.site-header nav #nav-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
}

.site-header nav #countrynav,
.site-header__phone,
.site-header__content .button--primary {
  display: none !important;
}

section.bg-gradient::before,
footer::before {
  background-image: url("../images/dimmed.svg");
}

.pincode-wrapper {
  max-width: 1000px;
  width: 100%;
  margin: 1.5rem auto 0;
}

.pincode-wrapper input[type="text"],
.pincode-wrapper input[type="email"] {
  background-image: none;
  padding-left: 1rem;
}

.button2::before,
.tabs .icon.large {
  background-image: none;
}

.pincode-wrapper.step3 > div:nth-child(2) > div {
  background-image: url("../images/mark.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.support-form-fallback {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 1.5rem;
}

.invite-template__pre {
  white-space: pre-wrap;
  overflow-x: auto;
}

.invite-template__copy-status {
  min-height: 1.5rem;
  margin-top: 0.75rem;
}

.post-card {
  height: 100%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}

.post-card__media img {
  width: 100%;
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.post-card__content {
  padding: 1.25rem;
}

.post-card__title {
  margin: 0.5rem 0 0.75rem;
}

.post-card__title a {
  color: inherit;
  text-decoration: none;
}

.post-card__excerpt p:last-child {
  margin-bottom: 0;
}

.post-card__link {
  margin-top: 1rem;
}

.content-section {
  padding: 3rem 0 4rem;
}

.container {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.section-header {
  margin-bottom: 2rem;
}

.section-header--split {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.section-title {
  margin: 0;
}

.post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  align-items: stretch;
}

.blog-hero {
  position: relative;
  overflow: hidden;
}

.blog-hero__image {
  display: block;
  width: 100%;
  min-height: 320px;
  max-height: 640px;
  object-fit: cover;
}

.blog-hero__grid {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
}

.blog-hero__panel {
  width: 100%;
  padding: 7rem 0 3rem;
  color: #fff;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.45);
}

.blog-hero__title {
  margin: 0;
  color: inherit;
  font-family: "Montserrat", "Roboto", sans-serif;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1.02;
  font-weight: 800;
}

.blog-hero__meta {
  margin: 0 0 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.blog-hero__intro {
  max-width: 760px;
  margin-top: 1rem;
}

.blog-archive {
  padding: 3rem 0 4rem;
}

.blog-archive__grid {
  align-items: stretch;
}

.blog-pagination {
  margin-top: 2rem;
}

.blog-single {
  padding: 0 0 4rem;
}

.blog-single__content {
  max-width: 100%;
  padding-top: 3rem;
}

.blog-single__content > :first-child {
  margin-top: 0;
}

@media only screen and (max-width: 1024px) {
  .post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 767px) {
  .section-header--split {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .blog-hero__image {
    min-height: 240px;
  }

  .blog-hero__panel {
    padding: 6rem 0 2rem;
  }

  .blog-single__content {
    padding-top: 2rem;
  }
}

.screen-reader-text {
  position: absolute;
  left: -9999px;
}

.screen-reader-text:focus {
  left: 1rem;
  top: 1rem;
  background: #fff;
  padding: 0.75rem;
  z-index: 1000;
}

@media only screen and (max-width: 767px) {
  .site-header nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .site-header nav #nav-toggle {
    float: none;
    margin: 0 20px 0 0;
    flex: 0 0 20px;
  }

  .site-header nav #logo {
    flex: 1 1 auto;
  }

  .site-header nav ul.menu {
    flex-basis: 100%;
  }
}
