/*
Market Week CSS
*/

/* Market Week Header - overlay on hero */
.market-week .site-header {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 9999;
}

/* Market Week Hero
========================= */
.hero-container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.hero {
    display: block;
    background-color: #fff;
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 999;
}

.hero-block {
    display: block;
    width: 100%;
}

.hero-block-slide.slick-slide {
    height: 600px;
}

.hero-block-slide.slick-slide .hero-bg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}

.hero-block-slide.slick-slide.slick-active .hero-bg {
    transform: scale(1);
}

.hero-block-slide.slick-slide .hero-bg.mobile {
    display: none;
}

.slider {
    visibility: hidden;
}

.slider.slick-initialized {
    visibility: visible;
}

/* Section Divider
========================= */
.section-divider {
    border: none;
    border-top: 1px solid #000;
    margin: 0 auto;
    padding: 0;
    max-width: 900px;
}

/* Market Week Overview
========================= */
.mrktwk-overview {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 5em 2em 3em;
    position: relative;
}

.mrktwk-title {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    position: relative;
}

.mrktwk-title span:first-of-type {
    color: #1a1a1a;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mrktwk-title span:last-of-type {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.mrktwk-details {
    display: block;
    padding: .5em 0;
}

.mrktwk-details p {
    color: #3d3d3d;
    font-family: 'Mulish', sans-serif;
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 1.2em;
}

.mrktwk-details p:last-of-type {
    padding: 0;
}

/* Two-Column Override */
.mrktwk-overview.two-column-style {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5em 2em;
    margin: 0 auto;
    max-width: 1100px;
}

.mrktwk-overview.two-column-style .mrktwk-title.centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 3em;
    width: 100%;
}

.mrktwk-content-two-columns {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 100%;
}

.mrktwk-overview.two-column-style .mrktwk-details {
    flex: 1;
    padding: 0;
}

@media (max-width: 768px) {
    .mrktwk-content-two-columns {
        flex-direction: column;
        gap: 20px;
    }
}

/* Market Week Schedule
========================= */
.market-week-schedule {
    margin: 0 2em;
    padding: 3em 0 2em;
}

.market-week-schedule-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
    position: relative;
}

.market-week-schedule-title {
    display: flex;
    justify-content: center;
    padding: 0 0 1.5em;
    width: 100%;
}

.market-week-schedule-title span {
    color: #000;
    font-family: 'Mulish', sans-serif;
    font-size: 3.4rem;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

/* Registration Banner
========================= */
.reg-banner {
    clear: both;
    padding: 3em 0 2em;
    position: relative;
    width: 100%;
}

.reg-banner-block {
    display: flex;
    flex-direction: column;
    margin: 0 2em;
    padding: 0;
}

.reg-banner-desktop-block {
    display: block;
    margin: 0 auto;
    max-width: 1480px;
    width: 100%;
}

.reg-banner-desktop-block a {
    display: block;
}

.reg-banner-desktop-block img {
    width: 100%;
}

.reg-banner-tablet-block {
    display: none;
}

.reg-banner-tablet-block a {
    display: block;
}

.reg-banner-tablet-block img {
    max-width: 100%;
}

.reg-banner-mobile-block {
    display: none;
}

.reg-banner-mobile-block a {
    display: block;
}

.reg-banner-mobile-block img {
    max-width: 100%;
}

/* Vert Title
========================= */
.vert-title-container {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 35px;
    left: 25px;
    right: 0;
    margin: 0;
    padding: 0;
    min-height: 1px;
    width: 20px;
}

.vert-title-inner {
    width: 100%;
}

.vert-title-inner:before {
    content: " ";
    display: table;
}

.clearboth {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.vert-title-divider {
    border-top: 1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.vert-title {
    margin-bottom: 1.1em;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}

.vert-title span {
    color: #000;
    font-family: 'Mulish', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    letter-spacing: .3em;
    line-height: 18px;
    text-transform: uppercase;
}

.vert-title span:before {
    left: 50%;
    content: '';
    height: 30px;
    width: 1px;
    background-color: #000;
    position: absolute;
    top: -45px;
    margin-left: -1px;
}

/* Company Spotlight
========================= */
.company-spotlight {
    margin: 0 2em;
    padding: 2.5em 0 4em;
}

.company-spotlight-inner {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1480px;
    width: 100%;
    position: relative;
}

.company-section-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 1.5em;
    width: 100%;
}

.company-section-title span {
    color: #000;
    font-family: 'Mulish', sans-serif;
    font-size: 3.4rem;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.4em;
    margin: 0;
    padding: 0 0 0.2em;
    text-align: center;
    text-transform: uppercase;
}

.company-section-title span:last-of-type {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    letter-spacing: 0;
    padding: .5em 0;
    text-align: center;
    text-transform: none;
}

.company-gallery {
    display: grid;
    grid-auto-flow: row dense;
    grid-gap: 0.5vw;
    grid-template-columns: repeat(auto-fit, minmax(245px, 1fr));
    grid-auto-rows: calc(350px - 20px);
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.company-gallery figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.company-gallery figure.main-image {
    grid-area: span 2/span 3;
}

.company-gallery figure.main-image .main-image-bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 56.25%;
    height: 100%;
    width: 100%;
}

.company-gallery figure.image-1 {
    grid-area: span 1/span 2;
}

.company-gallery figure.image-1 .image-1-bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 56.25%;
    height: 100%;
    width: 100%;
}

.company-gallery figure.image-2 {
    grid-area: span 1/span 2;
}

.company-gallery figure.image-2 .image-2-bg {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 56.25%;
    height: 100%;
    width: 100%;
}

.company-bottom-block {
    position: relative;
}

.company-content {
    margin: 0.8em 0;
    padding: 0 3em;
    position: relative;
}

.company-overview {
    margin: 0.8em 0;
    padding: 0 0 0 3em;
}

.company-details {
    display: block;
    padding: 0.5em 0;
}

.company-details-top {
    display: flex;
    flex-direction: column;
    padding: 1em 0;
}

.company-showroom-logo {
    padding-bottom: 1.25em;
}

.company-showroom-logo img {
    max-width: 110px;
    width: 100%;
}

.company-details-top-info {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 1.4em;
    margin: 0;
    padding: 0 0 0.5em;
}

.company-details-top-info a:hover {
    color: #888;
}

.company-details-top-info:last-of-type {
    padding: 0;
}

.company-details-bottom {
    display: block;
    padding: 0.5em 0;
}

.company-details-bottom p {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 1.8rem;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 1.2em;
}

.company-details-bottom p:last-of-type {
    padding: 0;
}

/* Eat & Stay
========================= */
.eas-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 2em;
    padding: 2em 0 3em;
}

.eas-inner {
    display: flex;
    flex-direction: column;
    max-width: 1480px;
    width: 100%;
}

.eas-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0.5em 0 0.8em;
}

.eas-title span {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .08em;
    padding: 0 0 0.25em;
    text-transform: uppercase;
}

.eas-title span:last-of-type {
    font-family: 'Mulish', sans-serif;
    font-size: 2rem;
    letter-spacing: .02em;
    padding: 0;
    text-transform: none;
}

/* Eat
========================= */
.eas-eat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 1em 0 .5em 4em;
    width: 100%;
    position: relative;
}

.eatery-logo img {
    display: block;
    margin: 0 auto;
    padding: 0 0 .5em;
    max-width: 225px;
    width: 100%;
}

.eatery-overview {
    display: flex;
    flex-direction: column;
}

.eatery-overview span {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0.2em;
    text-align: center;
}

.eatery-overview a {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0.2em;
    text-align: center;
}

.eatery-overview a span {
    font-weight: 600;
}

.eatery-overview p {
    color: #1a1a1a;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: 'Mulish', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0.5em;
}

.eatery-overview p:first-of-type {
    padding: 0.5em 0;
}

.eatery-overview p:last-of-type {
    padding: 0;
}

.eatery-overview p .dot {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    padding: 0 0.5em;
}

.eatery-overview-top {
    display: flex;
    flex-direction: column;
}

.eas-eat .column:last-of-type .eatery-overview .eatery-overview-top {
    min-height: 74px;
}

.eatery-overview-top:after {
    border-bottom: 2px solid #fec70f;
    content: "";
    display: block;
    margin: 0 auto;
    padding-top: 0.8em;
    width: 20%;
    position: relative;
}

.eatery-overview-bottom {
    padding: 0.5em;
}

.eas-eat .column {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 1.5em 1em .5em;
    width: calc(1/2*100% - (1 - 1/2)*0px);
}

.eas-eat .column .column-feat-img {
    background-color: #fff;
    display: block;
    max-width: 100%;
    min-height: 1px;
    max-height: 600px;
    overflow: hidden;
}

.eas-eat .column .column-feat-img .feat-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-bottom: 56.24%;
    height: 100%;
    width: 100%;
}

.eas-eat .column .column-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em 0 0;
    min-height: 250px;
}

.eatery-logo {
    margin: 0 auto;
}

/* Stay
========================= */
.eas-stay {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: .5em 0 2em 4em;
    width: 100%;
    position: relative;
}

.stay-logo img {
    display: block;
    margin: 0 auto;
    padding: 0 0 .5em;
    max-width: 225px;
    width: 100%;
}

.stay-overview {
    display: flex;
    flex-direction: column;
}

.stay-overview span {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0.2em;
    text-align: center;
}

.stay-overview a {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0.2em;
    text-align: center;
}

.stay-overview a span {
    font-weight: 600;
}

.stay-overview p {
    color: #1a1a1a;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: 'Mulish', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0.5em;
}

.stay-overview p:first-of-type {
    padding: 0.5em 0;
}

.stay-overview p:last-of-type {
    padding: 0;
}

.stay-overview-top {
    display: flex;
    flex-direction: column;
}

.stay-overview-top:after {
    content: "";
    border-bottom: 2px solid #fec70f;
    display: block;
    margin: 0 auto;
    padding-top: 0.8em;
    width: 15%;
    position: relative;
}

.stay-overview-bottom {
    padding: 0.5em;
}

.eas-stay .column {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 1.5em 1em 1em;
    width: calc(1/2*100% - (1 - 1/2)*0px);
}

.eas-stay .column .column-feat-img {
    background-color: #fff;
    display: block;
    max-width: 100%;
    min-height: 1px;
    max-height: 600px;
    overflow: hidden;
}

.eas-stay .column .column-feat-img .feat-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding-bottom: 56.24%;
    height: 100%;
    width: 100%;
}

.eas-stay .column .column-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1em 0 0;
    min-height: 250px;
}

.stay-logo {
    margin: 0 auto;
}

/* Responsive
--------------------------------------------- */
@media only screen and (max-width: 1480px) {

    .mrktwk-overview.two-column-style {
        padding: 2.5em 2em 3em;
    }

    .mrktwk-title span:first-of-type {
        font-size: 2.1rem;
    }

    .mrktwk-title span:last-of-type {
        font-size: 3.2rem;
    }

    .reg-banner {
        padding: 2em 0 1.5em;
    }

    .market-week-schedule {
        padding: 2.5em 0 1.5em;
    }

    .market-week-schedule-title {
        padding: 0 0 1.2em;
    }

    .market-week-schedule-title span {
        font-size: 3.2rem;
    }

    .eas-stay {
        padding: 0.5em 0 1em 4em;
    }

    .company-section-title span {
        font-size: 3.2rem;
    }

    .company-spotlight {
        padding: 2em 0 3em;
    }

    .company-gallery {
        grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
        grid-auto-rows: calc(245px + 40px);
    }
}

@media only screen and (max-width: 1280px) {

    .mrktwk-overview.two-column-style {
        padding: 3.5em 2em 2.5em;
    }

    .mrktwk-title span:last-of-type {
        font-size: 3rem;
    }

    .reg-banner {
        padding: 2em 0 1em;
    }

    .market-week-schedule {
        padding: 2em 0 1.5em;
    }

    .market-week-schedule-title {
        padding: 0 0 1em;
    }

    .eas-container {
        padding: 1.5em 0 2em;
    }

    .eas-title span {
        font-size: 2.5rem;
    }

    .company-section-title span {
        font-size: 3rem;
    }

    .company-section-title span:last-of-type {
        font-size: 2.1rem;
    }

    .company-spotlight {
        padding: 1.5em 0 4em;
    }

    .company-gallery {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        grid-auto-rows: calc(245px + 5px);
    }

    .company-content {
        margin: 0.5em 0;
    }

    .company-details-top {
        padding: 0.5em 0 1em;
    }

    .company-showroom-logo {
        padding-bottom: 1em;
    }
}

@media only screen and (max-width: 1140px) {
    .mrktwk-overview.two-column-style {
        padding: 2.5em 2em 1.5em;
    }

    .mrktwk-title span:last-of-type {
        font-size: 2.8rem;
    }

    .market-week-schedule {
        padding: 1.5em 0 1em;
    }

    .company-section-title {
        padding: 0 0 1em;
    }

    .company-section-title span {
        font-size: 2.8rem;
    }

    .company-spotlight {
        padding: 1.5em 0 3em;
    }

    .company-gallery {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        grid-auto-rows: calc(245px - 20px);
    }
}

@media only screen and (max-width: 1080px) {
    .mrktwk-overview.two-column-style {
        padding: 2em 2em 1em;
    }

    .reg-banner-desktop-block {
        display: none;
    }

    .reg-banner-tablet-block {
        display: block;
        position: relative;
        margin: 0 auto;
        max-width: 650px;
        width: 100%;
    }
}

@media only screen and (max-width: 1023px) {

    .hero,
    .hero-block-slide.slick-slide {
        max-height: calc(100vw * 0.39101);
    }

    .mrktwk-overview.two-column-style {
        padding: 1.5em 2em 2em;
    }

    .mrktwk-title span:first-of-type {
        font-size: 2rem;
    }

    .mrktwk-title span:last-of-type {
        font-size: 2.6rem;
    }

    .reg-banner {
        padding: 2em 0 0.5em;
    }

    .market-week-schedule {
        padding: 1em 0;
    }

    .market-week-schedule-title {
        padding: 0 0 .5em;
    }

    .market-week-schedule-title span {
        font-size: 2.8rem;
        padding: 0;
    }

    .eas-container {
        padding: 1em 0 2em;
    }

    .eas-title span {
        font-size: 2.4rem;
    }

    .eas-title span:last-of-type {
        font-size: 1.9rem;
    }

    .eas-eat .column {
        padding: 1.5em 0.8em .5em;
    }

    .eatery-logo img {
        max-width: 200px;
    }

    .eas-stay .column {
        padding: 1.5em 0.8em 1em;
    }

    .stay-logo img {
        max-width: 200px;
    }

    .company-spotlight {
        padding: 1.5em 0 2em;
    }

    .company-section-title span {
        font-size: 2.6rem;
    }

    .company-section-title span:last-of-type {
        font-size: 2rem;
        padding: 0.5em 0 0;
    }

    .company-gallery {
        grid-template-columns: repeat(auto-fit, minmax(165px, 1fr));
        grid-auto-rows: calc(220px - 20px);
    }

    .company-gallery figure.main-image {
        grid-area: span 2/span 4;
    }

    .company-gallery figure.main-image .main-image-bg {
        background-position: 50% 75%;
    }

    .company-gallery figure.image-1 {
        grid-area: span 2/span 2;
    }

    .company-gallery figure.image-2 {
        grid-area: span 2/span 2;
    }

    .company-content {
        padding: 0 2em 0 3em;
    }

    .company-overview {
        padding: 0 0 0 2em;
    }
}

@media only screen and (max-width: 880px) {

    .hero,
    .hero-block-slide.slick-slide {
        max-height: calc(100vw * 0.39773);
    }

    .reg-banner {
        padding: 1.5em 0 0.5em;
    }

    .eas-eat {
        padding: 1em 2em .5em 4em;
    }

    .eas-eat .column {
        width: 100%;
    }

    .eas-eat .column:nth-of-type(2) {
        padding: 1em 0.8em 1em;
    }

    .eas-eat .column:last-of-type .eatery-overview .eatery-overview-top {
        min-height: auto;
    }

    .eas-stay {
        padding: .5em 2em 1em 4em;
    }

    .eas-stay .column {
        padding: 1em 0.8em;
        width: 100%;
    }

    .company-gallery {
        grid-auto-rows: calc(190px - 20px);
    }
}

@media only screen and (max-width: 768px) {
    .hero-container {
        padding: 0;
    }

    .hero,
    .hero-block-slide.slick-slide {
        max-height: calc(100vw * 0.39064);
    }

    .mrktwk-overview.two-column-style {
        margin: 0 1.5em;
        padding: 1.5em 0 2em;
    }

    .mrktwk-overview.two-column-style .mrktwk-title.centered {
        margin-bottom: 1.5em;
    }

    .mrktwk-title span:first-of-type {
        font-size: 1.8rem;
    }

    .mrktwk-title span:last-of-type {
        font-size: 2.4rem;
    }

    .mrktwk-details {
        padding: 0.2em 0;
    }

    .market-week-schedule {
        margin: 0 1.5em;
        padding: 1em 0;
    }

    .market-week-schedule-title {
        padding: 0 0 .5em;
    }

    .market-week-schedule-title span {
        font-size: 2.4rem;
    }

    .eas-title span {
        font-size: 2.3rem;
    }

    .eas-title span:last-of-type {
        font-size: 1.8rem;
    }

    .eas-eat {
        padding: 1em 1em .5em 3em;
    }

    .eas-container .vert-title-container {
        left: 5px;
    }

    .company-section-title span {
        font-size: 2.4rem;
    }

    .company-section-title span:last-of-type {
        font-size: 1.9rem;
    }

    .company-gallery {
        grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
        grid-auto-rows: calc(170px - 20px);
    }

    .company-content {
        padding: 0 1em 0 3em;
    }
}

@media only screen and (max-width: 719px) {
    .eas-container .vert-title-container {
        left: 0px;
    }

    .eas-container .vert-title span {
        font-size: 1.3rem;
    }

    .company-content {
        padding: 0 0.5em 0 3em;
    }

    .company-overview {
        padding: 0 0 0 1.5em;
    }
}

@media only screen and (max-width: 640px) {

    .hero,
    .hero-block-slide.slick-slide {
        max-height: none;
        height: 100vh;
        height: 100dvh;
    }

    .hero-block-slide.slick-slide .hero-bg.desktop {
        display: none;
    }

    .hero-block-slide.slick-slide .hero-bg.mobile {
        display: block;
    }

    .mrktwk-overview.two-column-style {
        padding: 1.5em 0;
    }

    .mrktwk-title span:first-of-type {
        font-size: 1.7rem;
    }

    .mrktwk-title span:last-of-type {
        font-size: 2.2rem;
    }

    .mrktwk-details p {
        font-size: 1.7rem;
    }

    .reg-banner {
        padding: 1.5em 0 1em;
    }

    .reg-banner-block {
        margin: 0 1.5em;
    }

    .reg-banner-tablet-block {
        display: none;
    }

    .reg-banner-mobile-block {
        display: block;
    }

    .market-week-schedule-title {
        padding: 0;
    }

    .market-week-schedule-title span {
        font-size: 2.2rem;
    }

    .eas-container {
        margin: 0 1.5em;
        padding: 1em 0;
    }

    .eas-title {
        padding: 0.5em 0;
    }

    .eas-title span {
        font-size: 2.2rem;
    }

    .eas-title span:last-of-type {
        font-size: 1.7rem;
    }

    .eas-eat {
        padding: 1em 0 .5em;
    }

    .eas-eat .column {
        padding: 1em 0 .5em;
    }

    .eas-eat .column:nth-of-type(2) {
        padding: 1em 0 .5em;
    }

    .eas-container .vert-title-container {
        display: none;
    }

    .eas-stay {
        padding: .5em 0 1em;
    }

    .eas-stay .column {
        padding: 1em 0;
    }

    .eas-stay .column:nth-of-type(2) {
        padding: 0.5em 0;
    }

    .company-spotlight {
        margin: 0 1.5em;
    }

    .company-spotlight .vert-title-container {
        display: none;
    }

    .company-gallery {
        grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
        grid-auto-rows: calc(145px - 20px);
        grid-gap: 2vw 0;
    }

    .company-gallery figure.image-1 {
        grid-area: span 2/span 4;
    }

    .company-gallery figure.image-2 {
        grid-area: span 2/span 4;
    }

    .company-section-title span {
        font-size: 2.2rem;
    }

    .company-section-title span:last-of-type {
        font-size: 1.8rem;
    }

    .company-content {
        margin: 0.5em 0;
        padding: 0 .5em;
    }

    .company-overview {
        padding: 0;
    }

    .company-details {
        padding: 0;
    }

    .company-details-top {
        padding: 0.5em 0;
    }

    .company-details-top-info {
        font-size: 1.6rem;
    }

    .company-details-bottom p {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 580px) {}

@media only screen and (max-width: 480px) {

    .hero,
    .hero-block-slide.slick-slide {
        max-height: none;
        height: 100vh;
        height: 100dvh;
    }

    .mrktwk-overview.two-column-style {
        padding: 1.5em 0 1em;
    }

    .mrktwk-title span:first-of-type {
        font-size: 1.6rem;
    }

    .mrktwk-title span:last-of-type {
        font-size: 2rem;
    }

    .reg-banner {
        padding: 1em 0;
    }

    .market-week-schedule {
        padding: .8em 0 .25em;
    }

    .market-week-schedule-title span {
        font-size: 2rem;
    }

    .eas-container {
        padding: 1em 0 0.5em;
    }

    .eas-title span {
        font-size: 2.1rem;
    }

    .eas-eat .column {
        padding: .8em 0 .2em;
    }

    .eas-eat .column:nth-of-type(2) {
        padding: 0.5em 0;
    }

    .eatery-overview p {
        font-size: 1.7rem;
    }

    .eas-stay .column {
        padding: .8em 0;
    }

    .stay-overview p {
        font-size: 1.7rem;
    }

    .company-section-title span {
        font-size: 2rem;
        padding: 0;
    }

    .company-section-title span:last-of-type {
        font-size: 1.7rem;
    }

    .company-spotlight {
        padding: 1em 0 1.5em;
    }

    .company-content {
        margin: 0.5em 0 0;
    }

    .company-showroom-logo img {
        max-width: 100px;
    }

    .company-details-top-info {
        font-size: 1.5rem;
    }

    .company-details-bottom p {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 420px) {

    .hero,
    .hero-block-slide.slick-slide {
        max-height: none;
        height: 100vh;
        height: 100dvh;
    }

    .mrktwk-title span:last-of-type {
        font-size: 2rem;
    }

    .mrktwk-details p {
        font-size: 1.6rem;
    }

    .reg-banner {
        padding: 1em 0 .5em;
    }

    .company-gallery {
        grid-auto-rows: calc(125px - 20px);
    }
}