:root {
    --navbar-height: 54px;
    --ohto-primary-color: var(--ohto-forest-green);
}

.color-scheme--spring, .color-scheme--summer {
    --ohto-primary-color: var(--ohto-forest-green);
}

.color-scheme--fall {
    --ohto-primary-color: var(--ohto-visited-link);
}

.color-scheme--winter {
    --ohto-primary-color: var(--ohto-dark-blue);
}

drupal-media .media-library-item__edit {
    position: absolute;
    padding: 10px;
    border: solid 1px grey;
    border-radius: 10px;
    background: white;
}

drupal-media .media-library-item__edit:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.page--basic p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}

@media (min-width: 768px) {
    :where(.page--story) :where(:not(blockquote):not(.itinerary__description):not(.block--disclaimer):not(.tip__body)) > p {
        font-size: 1.125rem;
        line-height: 1.925rem;
    }

    .page--story .block--tip p {
        font-size: 0.925rem;
        line-height: 1.5rem;
    }
}

h1 {
    margin-bottom: 0.6rem;
}

h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: var(--ohto-sans);
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    color: var(--ohto-gold);
}

.button {
    width: fit-content;
    margin-left: var(--body-margin, 0);
    margin-right: var(--body-margin, 0);
}

.img-align--top img {
    object-position: top !important;
}

.img-align--bottom img {
    object-position: bottom !important;
}

.bg-fill-img > img, .bg-fill-img > picture, .bg-fill-video video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bg-fill-video video:not(.video--mobile) {
    display: none;
}

.video--mobile {
    display: block;
}

@media (min-width: 767px) {
    .bg-fill-video video:not(.video--mobile) {
        display: block;
    }

    .video--mobile {
        display: none;
    }
}

.banner--front .show-m, .banner--portal .show-m {
    display: block;
}

@media (min-width: 767px) {
    .banner--front .show-m, .banner--portal .show-m {
        display: none;
    }
}

[class^='banner'] figcaption {
    position: absolute;
    right: 0;
    max-width: 150px;
    min-width: 80px;
    padding: 10px 12px;
    border-radius: 15px 0 0 15px;
    background: #fff;
    word-break: break-word;
}

.banner--landing figcaption {
    bottom: 15%;
}

.banner--default figcaption {
    bottom: 10%;
}

.banner--divider figcaption {
    top: 10px;
}

[class^='banner'] figcaption *,
[class^='banner'] figcaption p {
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin: 0;
}

.region--header {
    box-sizing: border-box;
    display: flex;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: var(--navbar-height);
    padding-left: 1rem;
    padding-right: 1rem;
}

.region--header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--navbar-height);
    z-index: -1;
    background-image: url(/themes/comewander2022/css/../img/ui/bg-navbar-green-sm.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.color-scheme--spring .region--header::before,
.color-scheme--summer .region--header::before {
    background-image: url(/themes/comewander2022/css/../img/ui/bg-navbar-green-sm.svg);
}

.color-scheme--fall .region--header::before {
    background-image: url(/themes/comewander2022/css/../img/ui/bg-navbar-orange-sm.svg);
}

.color-scheme--winter .region--header::before {
    background-image: url(/themes/comewander2022/css/../img/ui/bg-navbar-blue-sm.svg);
}

@media (min-width: 768px) {
    .region--header::before {
        background-image: url(/themes/comewander2022/css/../img/ui/bg-navbar-green-lg.svg);
    }

    .color-scheme--spring .region--header::before,
    .color-scheme--summer .region--header::before {
        background-image: url(/themes/comewander2022/css/../img/ui/bg-navbar-green-lg.svg);
    }

    .color-scheme--fall .region--header::before {
        background-image: url(/themes/comewander2022/css/../img/ui/bg-navbar-orange-lg.svg);
    }

    .color-scheme--winter .region--header::before {
        background-image: url(/themes/comewander2022/css/../img/ui/bg-navbar-blue-lg.svg);
    }
}

.user-logged-in .region--header {
    top: 52px;
}

[class*='oh-wrapper'].center > * {
    margin-left: auto !important;
    margin-right: auto !important;
}

[class*='oh-wrapper'] > img {
    display: block;
    max-width: 100%;
    margin: var(--body-gap, 2rem) auto;
}

aside.pull-quote {
    box-sizing: border-box;
    margin: 2.5rem auto 3rem;
    padding-left: 3rem;
}

aside.pull-quote blockquote {
    margin: 0;
    padding: 2.2rem 0 0;
    max-width: 100% !important;
}

blockquote > p {
    margin-bottom: 0.75rem;
}

cite {
    display: block;
    line-height: 1.2rem;
}

[class*="oh-wrapper"] picture,
[class*="oh-wrapper"] picture > img,
[class*="oh-wrapper"] iframe,
[class*="oh-wrapper"] p > iframe,
[class*="oh-wrapper"] .image-gallery {
    max-width: 100%;
}

[class*="oh-wrapper"] iframe {
    border: 0 !important;
}

@media (max-width: 880px) {
    [class*="oh-wrapper"] picture, [class*="oh-wrapper"] picture > img {
        margin-left: auto;
        margin-right: auto;
    }
}

p.outlined {
    margin-top: 2rem;
    padding: 15px 20px;
    border: solid 1px var(--ohto-gold);
    border-radius: 6px;
    font-family: var(--ohto-sans);
    font-size: 0.8125rem !important;
    line-height: 1.25rem !important;
    color: var(--ohto-medium-brown);
}
@media (min-width: 768px) {
    p.outlined {
        padding: 20px 30px;
    }
}

.image--gallery {
    --body-margin: 0;
}

.image-gallery figure {
    margin-left: auto !important;
    margin-right: auto !important;
}

figure.article__poster {
    position: relative;
    width: 100%;
    height: 480px;
    max-height: 75vh;
    margin: 0;
    z-index: 0;
    overflow: hidden;
    background-color: var(--ohto-palest-pale);
}

@media (min-width: 781px) {
    figure.article__poster {
        height: 580px;
    }
}

@media (min-width: 1024px) {
    figure.article__poster {
        height: 680px;
    }
}

.page--story .article__footer {
    background-color: var(--ohto-bone);
}

.article__footer .article__tags {
    margin-bottom: 1.5rem;
}

.article__footer .article__related {
    --wrapper-width: 1080px;
}

@media (min-width: 768px) {
    .article__related > div {
        display: flex;
    }

    .article__related .wrapper--related {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        height: fit-content;
    }

    .article__related .wrapper--related > a {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .article__related .wrapper--related--feature {
        flex: 0 0 380px;
    }

    .article__related .wrapper--related--feature + .wrapper--related {
        margin-left: 2rem;
    }
}

@media (min-width: 960px) {
    .article__related .wrapper--related {
        grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
        max-width: 680px;
    }
}

.article__related .wrapper--related--feature {
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    h1.article__title {
        font-size: 3.125rem;
        line-height: 3.125rem;
    }
}

/*@media (min-width: 1200px) {*/
/*    .page--story .block--tip {*/
/*        float: right;*/
/*        width: calc(100% - (820px + (var(--body-margin) * 4)));*/
/*        margin-top: 0;*/
/*        clear: right;*/
/*    }*/
/*}*/

.button--play {
    padding-right: 50px;
    border-radius: 15px;
    font-family: var(--ohto-sans);
    font-weight: 600;
    color: var(--ohto-red) !important;
    background-color: #fff;
    background-image: url(/themes/comewander2022/img/icons/icon-vidplay-red.png);
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    cursor: pointer;
}

/*.button--backpack {*/
/*    width: fit-content;*/
/*    height: 32px;*/
/*}*/

.region--header .button--backpack {
    margin: 0 10px;
    width: fit-content;
    height: 32px;
}

.region--header .button--backpack button {
    border: 0;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    padding: 7px !important;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    transition: background-color 100ms, filter 50ms;
}

.region--header .button--backpack button:hover {
    background-color: rgba(255, 255, 255, 1);
}

.region--header .button--backpack button:active {
    filter: brightness(1.2);
}

.navbar .button--backpack {
    box-sizing: border-box;
    border: 0;
    width: fit-content;
    height: 24px;
    display: flex;
    flex-direction: row !important;
    align-items: center;
    padding: 7px !important;
    border-radius: 15px;
    background-color: #fff;
}


.backpack__count {
    min-width: 8px;
    padding: 3px 3px 0;
    font-family: var(--ohto-sans);
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: var(--ohto-forest-green);
}

.icon--backpack {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/themes/comewander2022/css/../img/icons/icon-backpack.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.icon--mail {
    display: inline-block;
    width: 26px;
    height: 21px;
    margin-left: 5px;
    margin-bottom: -10px;
    background-image: url(/themes/comewander2022/css/../img/icons/icon-mail.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/** industry code -- most of this can be shared **/
.region--header .inner { /* industry rule */
    position: relative;
    width: 100%; /*unique*/
    max-width: 1440px;
    display: flex;
    justify-content: center; /*unique*/
    align-items: center;
    margin: 0 auto;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: var(--ohto-sans);
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
}

@media (min-width: 860px) {
    .region--header .inner {
        justify-content: space-between;
    }
}

.article__meta {
    font-family: var(--ohto-sans);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: var(--ohto-medium-brown);
}

.article__meta label {
    margin-bottom: 1.25rem;
    font-size: 12px;
}

.article__tags .item {
    display: inline-block;
    margin-right: 0.6rem;
    margin-bottom: 0.6rem;
    padding: 5px 13px 3px;
    border: 1px solid var(--ohto-medium-brown);
    border-radius: 8px;
    font-family: var(--ohto-sans);
    font-size: 12px;
    color: var(--ohto-darkest-brown);
    background: var(--ohto-palest-pale);
    box-shadow: var(--button-shadow);
}

.article__tags a {
    font-weight: normal;
    text-decoration: none;
    line-height: normal;
}

section[class*='header'] .wrapper--tags {
    margin-top: 0;
    margin-bottom: 0;
}

a.card {
    transition: filter 125ms ease-in;
}

a.card:hover, a.card:focus {
    filter: brightness(1.1);
    transition: filter 25ms;
}

/** end industry code **/


.teaser--regular {
    position: relative;
    max-width: 380px;
    min-height: 140px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
}

.teaser--regular .teaser__img {
    flex: 1 1 150px;
    min-width: 30%;
}

.teaser--regular .teaser__details {
    display: flex;
    flex-direction: column;
    flex: 1 1 200px;
    padding: 10px 32px 10px 13px;
}

.teaser--regular h3 {
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.teaser--regular .teaser__meta {
    margin-top: auto;
    padding-right: 5px;
}

.teaser--large .teaser__meta {
    font-family: var(--ohto-sans);
    font-size: 12px;
    line-height: 16px;
}

.teaser--large .teaser__details {
    flex-grow: 1;
}

.teaser--large .teaser__meta.tag {
    align-self: flex-end;
}

.teaser__type {
    font-family: var(--ohto-sans);
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.teaser__summary {
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    font-family: var(--ohto-serif);
    font-size: 14px;
    line-height: 21px;
    color: var(--ohto-darkest-brown);
}

.teaser--regular.theme--local::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 8px;
    width: 16px;
    height: 20px;
    background-image: url(/themes/comewander2022/css/../img/icons/icon-local-sm.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.teaser--regular.theme--sustainable::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 5px;
    width: 22px;
    height: 27px;
    background-image: url(/themes/comewander2022/css/../img/icons/icon-sustainability-sm.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.teaser--regular.theme--itinerary::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 9px;
    width: 17px;
    height: 20px;
    background-image: url(/themes/comewander2022/css/../img/icons/icon-itinerary-sm.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.teaser--regular.theme--collection::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 9px;
    width: 19px;
    height: 18px;
    background-image: url(/themes/comewander2022/css/../img/icons/icon-collection-sm.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.teaser--tiny {
    position: relative;
    /*width: max-content;*/
    max-width: 100%;
    margin-left: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 600;
}

@media (min-width: 768px) {
    .teaser--tiny__img {
        width: 60px;
        height: 60px;
        flex: 0 0 60px;
        margin-right: 14px;
    }

    .teaser--tiny__title {
        max-width: 440px;
        font-size: 14px;
        line-height: 18px;
    }
}

.teaser__img img, .teaser--tiny__img img {
    transition: transform 150ms ease-out;
}

.teaser:hover .teaser__img img {
    transform: scale(1.025);
}

.teaser:hover .teaser--tiny__img img {
    transform: scale(1.05);
}


.teaser--portal {
    display: flex;
    align-items: flex-end;
    max-width: 400px;
    min-height: 160px;
    margin-bottom: 1.25rem;
    padding: 0.75rem 1rem;
    box-sizing: border-box;
}

.teaser--portal::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 41.4%, rgba(0, 0, 0, 0.6) 100%);
}

.teaser--portal .card__title {
    z-index: 2;
    font-family: var(--ohto-sans);
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: -0.03em;
    color: white;
}

@media (min-width: 768px) {
    .teaser--portal {
        padding: 1.5rem 2rem;
    }

    .teaser--portal .card__title {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
}

.teaser--local-tip {
    background-color: var(--ohto-pale-blue);
    border-radius: var(--card-border-radius);
    text-align: center;
}

.teaser--local-tip .teaser__title--lg {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

.local-tip__container {
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 1rem 2rem;
    box-sizing: border-box;
}

.grid--collection-teaser {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px 10px 0;
    display: grid;
    grid-template-columns: 10fr 6fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 10px;
}

.grid--collection-teaser > * {
    border-radius: 10px;
}

.grid--collection-teaser > *:first-child {
    grid-column: 1;
    grid-row: 1/3;
}


.page--story .oh-wrapper--crowdriff {
    --body-margin: 12px;
}


.container--itinerary {
    background-color: var(--ohto-bone);
}

.oh-wrapper--itinerary {
    margin: 0;
    max-width: 820px;
    background: #fff;
}

.oh-wrapper--itinerary > figure,
.oh-wrapper--itinerary > picture,
.oh-wrapper--itinerary > img,
.oh-wrapper--itinerary > .block--accordion,
.itinerary__header,
.itinerary__section-header {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.itinerary__header,
.itinerary__section-header {
    box-sizing: border-box;
    padding: 1rem var(--body-margin);
    border-top: solid 1px var(--ohto-bone);
    font-family: var(--ohto-sans);
    background-color: var(--ohto-pale-gold);
    transition: margin-top 200ms;
    margin-bottom: -2px;
}

.itinerary__map {
    position: relative;
    height: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 45%;
    border-radius: 15px;
    border: solid 1px var(--ohto-bone);
    overflow: hidden;
    background: var(--ohto-bone);
}

.itinerary__map > img {
    position: absolute;
    height: 105%;
    object-fit: cover;
    margin-top: 0;
}

@media (max-width: 600px) {
    .itinerary__map {
        display: none;
    }
}

.itinerary__section-header {
    position: relative;
    padding-right: 7rem;
    cursor: pointer;
}

.itinerary__section-header h2 {
    font-size: 2rem;
    line-height: 2.625rem;
}

.itinerary__section-header::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2rem;
    margin: 2rem;
    background-image: url(/themes/comewander2022/css/../img/icons/icon-expand-collapse.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px 12px;
    transition: transform 150ms ease-in-out;
}

.itinerary__section-header.collapsed::after {
    transform: rotate(180deg);
}

.itinerary__section-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 200ms ease-in-out, padding 200ms ease-in-out, visibility 200ms, opacity 350ms ease-in;
}

.itinerary__section-body > p:first-child {
    margin-top: 2rem;
}

.itinerary__section-header.collapsed + .itinerary__section-body {
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.oh-wrapper--itinerary .article__meta {
    margin-top: 0.75rem;
    margin-bottom: 0.25rem;
}

.container--itinerary .oh-wrapper--itinerary {
    border-top: solid 1px var(--ohto-bone);
    border-bottom: solid 1px var(--ohto-bone);
}

@media (min-width: 820px) {
    .container--lg > .oh-wrapper--itinerary {
        margin-left: var(--body-margin);
        margin-right: var(--body-margin);
    }
}

span.num-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-left: 5px;
    margin-right: 3px;
    border-radius: 100%;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    background-color: var(--ohto-darkest-brown);
    transform: translateY(-3px);
}

.container--error {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 8rem;
}

.container--error h2 {
    font-family: var(--ohto-sans);
    color: var(--ohto-medium-brown);
}

.container--error form {
    width: 400px;
    max-width: 100%;
    margin: 2rem auto;
}

.user-pass-reset {
    margin: 75px 20px 20px 20px;
}

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