[class*='oh-wrapper'] a {
    font-weight: 600;
}

.page--front {
    overflow: hidden;
}
.banner--front {
    /*background-color: var(--ohto-forest-green);*/
}
.banner--front figure {
    position: relative;
    width: 100%;
    height: 95vh;
    z-index: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 650ms;
    /*background-color: var(--ohto-palest-pale);*/
}

.banner__overlay {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.15);
    color: #fff;
}

.banner__headline {
    opacity: 0;
    transition: opacity 2s cubic-bezier(1, -0.23, 0.75, 0.59);
}
.js .banner__headline {
    opacity: 1;
}
.banner__overlay h1 {
    margin-top: 0;
    font-weight: 700;
    text-align: center;
}
.banner--front .bg-fill-svg {
    height: 158px;
    margin-top: -80px;
    z-index: -1;
    fill: var(--ohto-primary-color);
}
@media (min-width: 768px) {
    .banner__overlay h1 {
        font-size: 3.125rem;
        line-height: 3.125rem;
    }
    .banner--front .bg-fill-svg {
        height: 218px;
        margin-top: -110px;
        z-index: -1;
    }
    .banner--front .banner__overlay {
        background-color: transparent;
    }
}
.banner--front > svg {
    fill: var(--ohto-primary-color);
}
.section--intro {
    position: relative;
    z-index: -3;
    margin-top: -6rem;
    margin-bottom: -6rem;
    padding-top: 10rem;
    padding-bottom: 5rem;
    background-color: var(--ohto-palest-pale);
}
@media (min-width: 768px) {
    .section--intro {
        padding-top: 12rem;
        padding-bottom: 6rem;
    }
}

.section--intro .flex {
    transform: translateY(-1rem);
}
.two-columns-ltr h2 {
    margin-top: 1rem;
    margin-bottom: 0;
    font-family: var(--ohto-sans);
    font-size: 2rem;
    line-height: 2.3rem;
    letter-spacing: -0.02em;
}
div.two-columns-ltr .oh-wrapper:first-child {
    --wrapper-width: 400px;
}
div.two-columns-ltr .oh-wrapper:nth-child(2) {
    /*--wrapper-width: 760px;*/
}
@media (min-width: 1024px) {
    .flex.two-columns-ltr {
        flex-wrap: nowrap;
    }
    .two-columns-ltr .oh-wrapper:nth-child(2) {
        --wrapper-width: auto;
        flex-basis: 65%;
    }
}

.section--experiences {
    margin-top: 4rem;
    margin-bottom: 5rem;
}
@media (max-width: 767px) {
    .section--experiences .item--featured {
        height: 400px;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .section--experiences .item--featured {
        height: 540px;
        border-radius: var(--card-border-radius, 15px);
    }
}
.section--experiences .item--featured figcaption {
    position: absolute;
    top: 3rem;
    left: 0;
    max-width: 160px;
    min-width: 80px;
    padding: 10px 12px;
    border-radius: 0 15px 15px 0;
    background: var(--ohto-palest-pale);
    word-break: break-word;
}
.experiences__grid {
    --body-margin: 10px;
    display: grid;
    grid-template-columns: minmax(auto, 240px) minmax(auto, 240px);
    grid-auto-rows: 160px;
    grid-gap: 1rem;
    justify-content: center;
}
.experiences__grid > div {
    min-width: 0;
    line-height: 1.35rem;
}

@media (min-width: 768px) {
    .experiences__grid {
        grid-template-columns: minmax(auto, 340px) minmax(auto, 340px);
        grid-auto-rows: 250px;
        grid-gap: 1.5rem;
    }
    .experiences__grid > div {
        min-width: 0;
        font-size: 1.25rem;
        line-height: 1.8rem;
    }
}
@media (min-width: 1024px) {
    .experiences__grid {
        --body-margin: 24px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-rows: 230px;
        grid-gap: 1.25rem;
    }
}


section.banner--divider figure {
    height: 580px;
}
@media (min-width: 768px) {
    section.banner--divider figure {
        height: 720px;
    }
}


section.section--banner-divider {
    overflow: visible;
}

.section--region-overview .flex.wrap {
    justify-content: center;
}
.section--region-overview .image {
    justify-content: center;
    width: 100%;
    margin: 0;
}
.section--region-overview .image > div {
    width: 100%;
    max-width: 685px;
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem;
}
.section--region-overview h2 {
    margin: 0;
    font-family: var(--ohto-sans);
}
@media (min-width: 768px) {
    .section--region-overview .flex.wrap {
        flex-wrap: nowrap;
    }
    .section--region-overview .oh-wrapper--sm {
        --wrapper-width: 340px;
    }
}
@media (min-width: 1024px) {
    .section--region-overview {
        margin-bottom: -2.5rem;
    }
}

@media (min-width: 1024px) {
    .section--local-feature__story .images {
        margin-top: 3rem;
    }
}
section.video--feature {
    position: relative;
    width: 100%;
    min-height: 530px;
    overflow: hidden;
}
@media (min-width: 768px) {
    section.video--feature {
        min-height: 600px;
    }
}
section.video--feature .banner__overlay * {
    color: #fff;
}
section.video--feature blockquote {
    width: var(--wrapper-width);
    margin: 1rem auto;
    padding: 0;
    font-size: 1.825rem;
    font-family: 'Abhaya Libre', var(--ohto-serif);
}
section.video--feature blockquote::before {
    content: unset;
}

.section--sustainability {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 3rem;
}
.section--sustainability::before {
    content: "";
    position: absolute;
    top: -30%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 130%;
    background-image: url(/themes/comewander2022/img/ui/bg-block-sustainability.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.section--sustainability .blurb {
    max-width: 100%;
    flex: 1 1 580px;
}
@media (min-width: 1024px) {
    .section--sustainability .blurb {
        flex: 0 1 580px;
    }
}
@media (min-width: 1200px) {
    .section--sustainability .oh-wrapper > div {
        justify-content: space-between;
    }
}
.section--sustainability .icon--lg {
    padding: 2rem 3rem;
}
.section--sustainability .item {
    width: 100%;
    margin: 0.625rem;
}
.section--sustainability .item__icon {
    flex-basis: 60px;
    margin-right: 20px;
    text-align: center;
}
.section--sustainability .item__title {
    font-family: var(--ohto-sans);
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: var(--ohto-forest-green);
}

.section--crowdriff .hashtags {
    font-weight: 600;
    text-align: center;
}
@media (min-width: 768px) {
    .section--crowdriff .hashtags {
        text-align: left;
    }
}



.section--local-feature__intro {
    position: relative;
    margin-top: 7rem;
    padding-top: 1rem;
    background-color: var(--ohto-dark-blue);
}
.section--local-feature__intro::before {
    content: "";
    position: absolute;
    top: -50px;
    z-index: -1;
    width: 100%;
    height: 200px;
    background-image: url(/themes/comewander2022/img/ui/bg-local-feature.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.section--local-feature__story {
    position: relative;

    background-color: var(--ohto-dark-blue);
}
.section--local-feature__story > .container--lg {
    padding-top: 3rem;
}
.section--local-feature__story > .flex {
    flex-direction: column;
}
.section--local-feature__story .oh-wrapper.images {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 3rem;
}
.section--local-feature__story .oh-wrapper.images::before {
    content: "";
    position: absolute;
    top: 15%;
    left: -3%;
    z-index: 0;
    width: 100%;
    height: 75%;
    background-image: url(/themes/comewander2022/img/ui/bg-local-feature-images.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section--local-feature__story .oh-wrapper.images .card {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 47%;
}
.section--local-feature__story .oh-wrapper.images .card:first-child {
    margin-top: 1rem;
}
.section--local-feature__story .oh-wrapper.images .card:nth-child(2) {
    float: right;
    margin-top: -15%;
    margin-left: -10%;
}
.section--local-feature__story .oh-wrapper--sm {
    margin-top: 2rem;
    margin-bottom: 2rem;
    color: #fff;
}
.section--local-feature__story .feature__category {
    color: #fff;
}
.section--local-feature__story .feature__category::before {
    content: "";
    display: inline-flex;
    position: relative;
    top: 4px;
    width: 17px;
    height: 20px;
    padding-right: 7px;
    background-image: url(/themes/comewander2022/css/../img/icons/icon-local-sm.png);
    background-repeat: no-repeat;
    background-size: contain;
}
@media (min-width: 560px) {
    .section--local-feature__story .oh-wrapper.images {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 768px) {
    .section--local-feature__intro {
        padding-top: 3rem;
    }
    .section--local-feature__story {
        padding-bottom: 2rem;
    }
    .section--local-feature__story > .flex {
        flex-direction: row;
    }
    .section--local-feature__story .oh-wrapper--sm {
        --wrapper-width: 340px;
    }
    .section--local-feature__story .oh-wrapper.images {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1024px) {
    .section--local-feature__story .oh-wrapper.images {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.visually-hidden{
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.experience-wrapper{
    display: flex!important;
    flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  width: 100%;
}

.all-experiences{
    display: block;
    text-align: center;
}

@media (min-width: 768px){
    .experience-wrapper{
        display: inline-block!important;
      background-color: black;
    }
}
